/* site.css - 模板 fce0la0j
 * 来源：/Users/zengli/Documents/code/geo/site/仅首页/home_00046
 * 清洗说明：已删除注册/客服/统计/推广/移动端适配相关样式
 * 资源路径：images/* 已改为 /static/templates/fce0la0j/images/*
 * 全部选择器限定在 .tpl-fce0la0j 下，避免污染其他模板
 */

/* 基础 reset 与全站容器 */
body.tpl-fce0la0j {
    color: #666;
    font-size: 14px;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei", Arial, sans-serif;
}
.tpl-fce0la0j div,
.tpl-fce0la0j ul,
.tpl-fce0la0j li,
.tpl-fce0la0j h1,
.tpl-fce0la0j h2,
.tpl-fce0la0j h4,
.tpl-fce0la0j input,
.tpl-fce0la0j p { margin: 0; padding: 0; }
.tpl-fce0la0j img { border: 0; }
.tpl-fce0la0j li { list-style: none; }
.tpl-fce0la0j a:focus { outline: 0; }
.tpl-fce0la0j a:hover { text-decoration: none; }
.tpl-fce0la0j .clear { clear: both; height: 0; line-height: 0; font-size: 0; }
.tpl-fce0la0j p { word-spacing: -1.5px; }
.tpl-fce0la0j .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.tpl-fce0la0j .content,
.tpl-fce0la0j .footer {
    width: 1400px;
    margin: 0 auto;
    font-family: "Microsoft Yahei";
}

/* 头部 topWrap / header / logobox / nav / m_nav */
.tpl-fce0la0j .topWrap {
    font-family: "Microsoft Yahei";
    position: relative;
    width: 100%;
    background: #f0f0f0;
}
.tpl-fce0la0j .logobox {
    height: 60px;
    overflow: hidden;
    width: 1400px;
    margin: 0 auto;
    position: relative;
    padding: 15px 0;
}
.tpl-fce0la0j .logobox .logo {
    max-height: 60px;
    float: left;
    overflow: hidden;
}
.tpl-fce0la0j .logobox .logo img {
    height: 60px;
}
.tpl-fce0la0j .nav {
    height: 60px;
    position: relative;
    float: right;
    width: 100%;
    background: #fff;
}
.tpl-fce0la0j .nav ul {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.tpl-fce0la0j .nav li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 10px;
    position: relative;
}
.tpl-fce0la0j .nav li a {
    font-size: 18px;
    display: inline-block;
    font-weight: 700;
    color: #333;
}
.tpl-fce0la0j .nav .cur a {
    color: #0067d0;
    border-bottom: 2px solid #0067d0;
}
.tpl-fce0la0j .nav li:hover a {
    color: #0067d0;
    background: #fff;
    font-weight: bold;
}
.tpl-fce0la0j .m_nav { display: none; }

/* 全屏轮播 fullSlide */
.tpl-fce0la0j .fullSlide {
    min-width: 1200px;
    position: relative;
    height: 450px;
    overflow: hidden;
    z-index: 2;
}
.tpl-fce0la0j .fullSlide .bd {
    position: relative;
    z-index: 0;
}
.tpl-fce0la0j .fullSlide .bd ul {
    width: 100% !important;
}
.tpl-fce0la0j .fullSlide .bd li {
    width: 100% !important;
    height: 450px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tpl-fce0la0j .fullSlide .bd li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
}
.tpl-fce0la0j .fullSlide .hd {
    position: absolute;
    bottom: 32px;
    z-index: 99;
    left: 46%;
    width: 200px;
}
.tpl-fce0la0j .fullSlide .hd ul { display: flex; }
.tpl-fce0la0j .fullSlide .hd li {
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 20px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.tpl-fce0la0j .fullSlide .hd li.on {
    background: #0067d0;
}
.tpl-fce0la0j .prev {
    position: absolute;
    left: 2%;
    top: 50%;
    cursor: pointer;
    z-index: 5;
}
.tpl-fce0la0j .next {
    position: absolute;
    right: 2%;
    top: 50%;
    cursor: pointer;
    z-index: 5;
}

/* 视频展示 dpspbox / dpspcpimgvideo / dpspycbox */
.tpl-fce0la0j .dpspbox {
    width: 1400px;
    margin: 30px auto;
    overflow: hidden;
}
.tpl-fce0la0j .dpspcpimgvideo {
    width: 540px;
    float: left;
}
.tpl-fce0la0j .videobox2024 {
    position: relative;
    width: 540px;
    height: 360px;
    overflow: hidden;
    background: #000;
}
.tpl-fce0la0j .videobox2024 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tpl-fce0la0j .playvideo2024 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 3;
}
.tpl-fce0la0j .playvideo2024 img {
    width: 100%;
    height: 100%;
}
.tpl-fce0la0j .dpspycbox {
    width: 840px;
    float: right;
}
.tpl-fce0la0j .moreimglist2024 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.tpl-fce0la0j .tuijianimgbox2024 {
    position: relative;
    width: 100%;
    height: 110px;
    overflow: hidden;
}
.tpl-fce0la0j .tuijianimgbox2024 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tpl-fce0la0j .playvideo2 {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 3;
}
.tpl-fce0la0j .playvideo2 img {
    width: 100%;
    height: 100%;
}
.tpl-fce0la0j .cp-title2024 {
    font-size: 13px;
    color: #333;
    line-height: 1.5;
    padding: 6px 4px;
    height: 40px;
    overflow: hidden;
}

/* 视频介绍文字 video_intro1 */
.tpl-fce0la0j .video_intro1 {
    width: 1400px;
    margin: 20px auto;
    line-height: 30px;
    color: #333;
    font-size: 16px;
    text-align: center;
    padding: 0 20px;
}

/* 栏目标题 index-title-box */
.tpl-fce0la0j .index-title-box {
    text-align: center;
    padding-bottom: 20px;
}
.tpl-fce0la0j .index-title-box h2 {
    width: 348px;
    margin: 0 auto;
    font-size: 32px;
    background: url("/static/templates/fce0la0j/images/title-decor.png") no-repeat left center;
    padding-left: 20px;
}
.tpl-fce0la0j .index-title-box p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 20px;
    color: #97989E;
}

/* 产品中心 pro / pro_bj */
.tpl-fce0la0j .pro_bj {
    padding-top: 40px;
    overflow: hidden;
    box-sizing: border-box;
    background: #f0f0f0;
}
.tpl-fce0la0j .pro {
    overflow: hidden;
}
.tpl-fce0la0j .product {
    margin-bottom: 36px;
    position: relative;
}
.tpl-fce0la0j .product ul {
    overflow: hidden;
}

/* 关于我们 aboutbox */
.tpl-fce0la0j .aboutbox {
    overflow: hidden;
    background: url("/static/templates/fce0la0j/images/advantage-bg.jpg") center center/cover no-repeat;
    background-size: 647px auto;
    background-position: left top;
    padding-top: 80px;
    padding-bottom: 50px;
}
.tpl-fce0la0j .desc-cont {
    line-height: 30px;
    text-align: justify;
    overflow: hidden;
    text-indent: 15px;
    background: #fff;
    padding: 15px 15px 0 15px;
    font-size: 16px;
    height: 390px;
    margin-bottom: 15px;
}
.tpl-fce0la0j .aboutbox .left-desc {
    float: left;
    width: 500px;
    box-shadow: 0 0.12rem 0.26rem rgba(0, 0, 0, 0.26);
}
.tpl-fce0la0j .aboutbox .left-desc .desc-top {
    background: #0354a4;
    padding: 50px;
}
.tpl-fce0la0j .desc-top h1.nav-name {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    line-height: 60px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
}
.tpl-fce0la0j .desc-top h2.subtitle {
    margin-top: 5px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 40px;
    color: #ffffff;
    letter-spacing: 2px;
    text-align: center;
}
.tpl-fce0la0j .aboutbox .right-list {
    float: right;
    width: 850px;
}
.tpl-fce0la0j .aboutbox .right-list li.list-item {
    display: inline-block;
    vertical-align: bottom;
    width: 340px;
    height: 150px;
    padding: 20px 30px;
    border: 1px solid #ccc;
    margin-right: 18px;
    margin-bottom: 20px;
    overflow: hidden;
    background: #fff;
}
.tpl-fce0la0j .aboutbox .right-list .list-item .img {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}
.tpl-fce0la0j .aboutbox .right-list .list-item .img img {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #0354a4;
    object-fit: contain;
}
.tpl-fce0la0j .aboutbox .img-title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 5px;
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    color: #333;
    font-weight: bold;
}
.tpl-fce0la0j .aboutbox .right-list .list-item .img::before,
.tpl-fce0la0j .aboutbox .right-list .list-item .img::after {
    content: "";
    position: absolute;
    width: 109px;
    height: 1px;
    background-color: #0354A4;
    top: 25px;
}
.tpl-fce0la0j .aboutbox .right-list .list-item .img::before { left: 0; }
.tpl-fce0la0j .aboutbox .right-list .list-item .img::after { right: 0; }

/* 客户案例 al_bj / almask / anl */
.tpl-fce0la0j .al_bj {
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 50px;
    margin-top: 30px;
}
.tpl-fce0la0j .almask { overflow: hidden; }
.tpl-fce0la0j .anl {
    margin-top: 20px;
    position: relative;
}
.tpl-fce0la0j .anl h2 { color: #999; }

.tpl-fce0la0j .case-carousel {
    position: relative;
    overflow: hidden;
    padding: 0 50px;
}

.tpl-fce0la0j .case-track {
    overflow: hidden;
}

.tpl-fce0la0j .case-track ul {
    white-space: nowrap;
    font-size: 0;
    transition: transform 0.4s ease;
}

.tpl-fce0la0j .case-track ul li {
    display: inline-block;
    width: 280px;
    margin: 0 10px;
    background: #fff;
    white-space: normal;
}

.tpl-fce0la0j .case-track ul li a {
    display: block;
    overflow: hidden;
}

.tpl-fce0la0j .case-track ul li img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s;
}

.tpl-fce0la0j .case-track ul li:hover img {
    transform: scale(1.1);
}

.tpl-fce0la0j .case-prev,
.tpl-fce0la0j .case-next {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    cursor: pointer;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tpl-fce0la0j .case-prev {
    left: 0;
}

.tpl-fce0la0j .case-next {
    right: 0;
}

.tpl-fce0la0j .case-prev img,
.tpl-fce0la0j .case-next img {
    width: 100%;
    height: 100%;
    max-width: none;
}

/* 新闻中心 ns_bj / news / ns_n */
.tpl-fce0la0j .ns_bj {
    background: #f0f0f0;
    padding: 40px 0;
    box-sizing: border-box;
}
.tpl-fce0la0j .news { overflow: hidden; }
.tpl-fce0la0j .ns_n {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    flex-wrap: wrap;
}
.tpl-fce0la0j .ns_n ul {
    width: 100%;
    background: #fff;
    padding: 10px 20px;
}
.tpl-fce0la0j .ns_n ul li {
    line-height: 40px;
    border-bottom: 1px dashed #eee;
    padding: 0 10px;
}
.tpl-fce0la0j .ns_n ul li:last-child { border-bottom: none; }
.tpl-fce0la0j .ns_n ul li a {
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tpl-fce0la0j .ns_n ul li:hover { background: #0067d0; }
.tpl-fce0la0j .ns_n ul li:hover a { color: #fff; }

/* 友情链接 linkbox */
.tpl-fce0la0j .linkbox {
    background: #f2f2f2;
    padding: 15px;
    width: 1370px;
    line-height: 26px;
    margin: 50px auto;
    overflow: hidden;
}
.tpl-fce0la0j .linkbox a {
    margin-right: 10px;
    color: #666;
}
.tpl-fce0la0j .linkbox h4 {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
}

/* 页脚 footWrap / footer */
.tpl-fce0la0j .footWrap {
    background: #33383c;
    overflow: hidden;
    font-family: "Microsoft Yahei";
    padding: 30px 0;
    position: relative;
    z-index: 1;
}
.tpl-fce0la0j .footer {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    line-height: 25px;
    text-align: center;
    color: #fff;
}
.tpl-fce0la0j .footer p { color: #fff; line-height: 2; }
.tpl-fce0la0j .footer a { color: #fff; }
.tpl-fce0la0j .sjys13 { color: #00c957; font-weight: bold; }
.tpl-fce0la0j .dptygjc6,
.tpl-fce0la0j .dptygjc10,
.tpl-fce0la0j .dptygjc { color: #0067d0; font-weight: bold; }
.tpl-fce0la0j .dpsbm6,
.tpl-fce0la0j .dpsbm10,
.tpl-fce0la0j .dpsbm { color: #0354a4; font-weight: bold; }
.tpl-fce0la0j .tylxr { color: #e10; font-weight: bold; }
.tpl-fce0la0j .tydz { color: #0354a4; font-weight: bold; }
