/* home_00077(jfyk8de7) 模板样式。
 * 来自 /Users/zengli/Documents/code/geo/site/仅首页/home_00077 的参考站 CSS 清洗结果：
 * - 抽取 stylesheet_1.css、stylesheet_2.css、stylesheet_3.css 的核心规则；
 * - 删去远程字体/外链/统计/客服资源（stylesheet_4.css 仅包含 .sjys12 颜色 hack 已删除）；
 * - 删去 SingleFile .sf-hidden、wow 内联动画 style；
 * - url() 指向模板静态目录 images/ 资源；
 * - 加 body.tpl-jfyk8de7 作用域避免污染其他模板。
 */

body.tpl-jfyk8de7 {
    font-family: "Microsoft YaHei", "Open Sans", sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1;
}

body.tpl-jfyk8de7 *,
body.tpl-jfyk8de7 *:after,
body.tpl-jfyk8de7 *:before {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    box-sizing: border-box;
}

body.tpl-jfyk8de7 img,
body.tpl-jfyk8de7 a {
    border: 0;
    max-width: 100%;
}

body.tpl-jfyk8de7 ul,
body.tpl-jfyk8de7 li {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.tpl-jfyk8de7 input {
    font-family: "Microsoft YaHei", "Open Sans", sans-serif;
    font-size: 1em;
}

body.tpl-jfyk8de7 h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

body.tpl-jfyk8de7 .wrap {
    width: 96%;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

body.tpl-jfyk8de7 .flt { float: left; }
body.tpl-jfyk8de7 .frt { float: right; }
body.tpl-jfyk8de7 .clear { clear: both; }
body.tpl-jfyk8de7 .clear:after,
body.tpl-jfyk8de7 .clear:before {
    content: "";
    clear: both;
    display: table;
}

body.tpl-jfyk8de7 ul:after {
    content: "";
    display: block;
    clear: both;
}

/* 头部 fixed 紫色导航 */
body.tpl-jfyk8de7 .header {
    line-height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #391e63;
}

body.tpl-jfyk8de7 .header .logo img {
    vertical-align: middle;
    max-height: 60px;
    max-width: 360px;
}

body.tpl-jfyk8de7 .menu ul li {
    float: left;
    margin-left: 10px;
}

body.tpl-jfyk8de7 .menu ul li a {
    color: #8f88b7;
    border-bottom: 2px solid transparent;
    display: inline-block;
    line-height: 34px;
    padding: 0 5px;
    text-decoration: none;
}

body.tpl-jfyk8de7 .menu ul li:hover a,
body.tpl-jfyk8de7 .menu ul li.on a {
    color: #fff;
    border-bottom-color: #fff;
}

body.tpl-jfyk8de7 .menu_wrap {
    position: absolute;
    top: 10px;
    width: 40px;
    height: 40px;
    background: #55328b url(/static/templates/jfyk8de7/images/mobile-menu.png) no-repeat center center;
    background-size: 25px auto;
    right: 5px;
    display: none;
}

/* banner 紫色背景 + 轮播 */
body.tpl-jfyk8de7 .banner_owl {
    margin-top: 65px;
    background: #391e63;
    position: relative;
}

body.tpl-jfyk8de7 .banner_owl .owl {
    position: relative;
    overflow: hidden;
}

body.tpl-jfyk8de7 .banner_owl .owl_cur {
    z-index: 10;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

body.tpl-jfyk8de7 .banner_owl .owl_cur span {
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    cursor: pointer;
}

body.tpl-jfyk8de7 .banner_owl .owl_cur span.prev {
    left: 0;
    background: url(/static/templates/jfyk8de7/images/owl-cur.png) no-repeat left center;
}

body.tpl-jfyk8de7 .banner_owl .owl_cur span.next {
    right: 0;
    background: url(/static/templates/jfyk8de7/images/owl-cur.png) no-repeat right center;
}

body.tpl-jfyk8de7 .banner_owl .owl_cur span:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

body.tpl-jfyk8de7 .banner_owl .owl-dots {
    text-align: center;
    margin: 0 0 30px;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
}

body.tpl-jfyk8de7 .banner_owl .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

body.tpl-jfyk8de7 .banner_owl .owl-dots .owl-dot span {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/static/templates/jfyk8de7/images/owl-dot.png) no-repeat center center;
}

body.tpl-jfyk8de7 .banner_owl .owl-dots .owl-dot.active span,
body.tpl-jfyk8de7 .banner_owl .owl-dots .owl-dot:hover span {
    background: url(/static/templates/jfyk8de7/images/owl-dot-active.png) no-repeat center center;
    opacity: 1;
}

body.tpl-jfyk8de7 .banner_owl .owlCarousel {
    display: flex;
    flex-wrap: nowrap;
}

body.tpl-jfyk8de7 .banner_owl .item {
    position: relative;
    font-family: Arial;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    min-width: 100%;
}

body.tpl-jfyk8de7 .banner_owl .img1 {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 500px;
}

body.tpl-jfyk8de7 .banner_owl .img1 img {
    max-width: 100%;
    max-height: 500px;
    width: 100%;
    object-fit: cover;
    display: block;
}

/* 视频主区 dpspbox */
body.tpl-jfyk8de7 .dpspbox {
    margin: 15px auto;
    overflow: hidden;
    width: 1200px;
    max-width: 96%;
    background: #fff;
    z-index: 9999;
}

body.tpl-jfyk8de7 .dpspcpimgvideo {
    position: relative;
    width: 850px;
    float: left;
}

body.tpl-jfyk8de7 .dpspcpimgvideo .videobox2024 {
    max-height: 600px;
    position: relative;
    overflow: hidden;
    justify-content: center;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    background: #000;
    border-radius: 15px;
}

body.tpl-jfyk8de7 .dpspcpimgvideo .videobox2024 img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    border-radius: 15px;
}

body.tpl-jfyk8de7 .dpspcpimgvideo .playvideo2024 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    z-index: 10;
    margin-top: -35px;
    cursor: pointer;
}

body.tpl-jfyk8de7 .dpspcpimgvideo .playvideo2024 img {
    width: 70px;
    height: 70px;
}

body.tpl-jfyk8de7 .dpspycbox {
    width: 330px;
    float: right;
    color: #fff;
}

body.tpl-jfyk8de7 .dpspycbox .moreimglist2024 li {
    margin-bottom: 10px;
    height: 80px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

body.tpl-jfyk8de7 .dpspycbox .tuijianimgbox2024 {
    width: 80px;
    height: 80px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

body.tpl-jfyk8de7 .dpspycbox .tuijianimgbox2024 img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    display: block;
    object-fit: cover;
}

body.tpl-jfyk8de7 .dpspycbox .tuijianimgbox2024 .playvideo2 {
    position: absolute;
    inset: 0;
}

body.tpl-jfyk8de7 .dpspycbox .tuijianimgbox2024 .playvideo2 img {
    position: relative !important;
    width: 50% !important;
    height: 50% !important;
    margin-left: 20%;
    margin-top: 20%;
}

body.tpl-jfyk8de7 .dpspycbox .cp-title2024 {
    line-height: 30px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    width: 230px;
    max-height: 60px;
    padding-left: 10px;
}

/* 视频介绍 */
body.tpl-jfyk8de7 .video_intro1 {
    width: 1200px;
    max-width: 96%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    color: red;
    text-align: center;
    padding: 20px 0;
}

/* 主体 mainer + page 通用 */
body.tpl-jfyk8de7 .mainer {
    margin: 0;
}

body.tpl-jfyk8de7 .page {
    padding: 65px 0;
    overflow: hidden;
}

body.tpl-jfyk8de7 .page_tit {
    color: #391e63;
    text-align: center;
    margin-bottom: 60px;
}

body.tpl-jfyk8de7 .page_tit h3 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #391e63;
}

body.tpl-jfyk8de7 .page_tit p {
    text-align: center;
    font-size: 16px;
    color: #391e63;
    margin: 0;
}

/* 新闻区 */
body.tpl-jfyk8de7 .news {
    max-width: 998px;
    margin: 0 auto;
    position: relative;
}

body.tpl-jfyk8de7 .news .bg {
    width: 187px;
    height: 393px;
    position: absolute;
    right: 100%;
    bottom: -20px;
    background: url(/static/templates/jfyk8de7/images/news-bg.jpg) no-repeat center center;
    background-size: 100% 100%;
}

body.tpl-jfyk8de7 .news .lt {
    width: 50%;
    float: left;
    margin-right: 18px;
}

body.tpl-jfyk8de7 .news .lt .img {
    overflow: hidden;
    position: relative;
}

body.tpl-jfyk8de7 .news .lt .img img {
    display: block;
    width: 100%;
    max-height: 320px;
}

body.tpl-jfyk8de7 .news .lt .text {
    padding: 40px;
    line-height: 24px;
    color: #e9daff;
    background: url(/static/templates/jfyk8de7/images/news-bg.jpg) no-repeat center center;
    background-size: 100% 100%;
}

body.tpl-jfyk8de7 .news .lt .text span.time {
    display: block;
    padding-left: 30px;
    background: url(/static/templates/jfyk8de7/images/news-time-icon.png) no-repeat left center;
    color: #fff;
    margin-bottom: 20px;
}

body.tpl-jfyk8de7 .news .lt .text h3 {
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 20px;
}

body.tpl-jfyk8de7 .news .lt .text h3 a {
    color: #fff;
    text-decoration: none;
}

body.tpl-jfyk8de7 .news .lt .text h3 a:hover {
    color: #ffcc00;
}

body.tpl-jfyk8de7 .news .list {
    overflow: hidden;
}

body.tpl-jfyk8de7 .news .list li {
    width: 50%;
    float: left;
}

body.tpl-jfyk8de7 .news .list a {
    display: block;
    margin: 9px;
    text-decoration: none;
    color: #55328b;
}

body.tpl-jfyk8de7 .news .list ul {
    margin: -9px;
}

body.tpl-jfyk8de7 .news .list .text {
    padding: 0 20px;
    border: 1px solid #ebebeb;
    border-top: 0;
}

body.tpl-jfyk8de7 .news .list img {
    display: block;
    width: 100%;
    height: 155px;
}

body.tpl-jfyk8de7 .news .list .time {
    line-height: 40px;
    color: #909098;
    padding-left: 22px;
    background: url(/static/templates/jfyk8de7/images/news-list-time-icon.png) no-repeat left center;
    border-top: 1px solid #e8e8e8;
}

body.tpl-jfyk8de7 .news .list h3 {
    font-size: 16px;
    color: #55328b;
    line-height: 45px;
    padding-top: 5px;
}

/* 按钮 */
body.tpl-jfyk8de7 .btn {
    padding: 10px 0;
}

body.tpl-jfyk8de7 .btn a {
    display: block;
    width: 138px;
    line-height: 40px;
    border-radius: 40px;
    color: #fff;
    box-shadow: 0 2px 10px rgba(85, 50, 139, 0.2);
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    background: #55328b;
}

body.tpl-jfyk8de7 .btn .a2 {
    margin-left: 0;
    border: 2px solid #fff;
    background: none;
}

body.tpl-jfyk8de7 .btn span {
    display: inline-block;
    padding-right: 40px;
    background: url(/static/templates/jfyk8de7/images/btn-arrow.png) no-repeat right center;
}

body.tpl-jfyk8de7 .btn a:hover span {
    padding-right: 20px;
}

/* page2 公司介绍 */
body.tpl-jfyk8de7 .page2 {
    background: url(/static/templates/jfyk8de7/images/aboutbg.jpg) no-repeat center center;
    background-attachment: fixed;
    position: relative;
    height: 530px;
}

body.tpl-jfyk8de7 .page2 .bg {
    position: absolute;
    top: 0;
    left: 0;
    background: #55328b;
    opacity: 0.2;
    width: 0;
    height: 0;
}

body.tpl-jfyk8de7 .page2 .tit {
    padding: 20px 0;
}

body.tpl-jfyk8de7 .page2 .tit h3 {
    line-height: 50px;
    font-size: 30px;
    color: #ffe800;
    font-weight: normal;
    font-family: "Times New Roman";
    text-align: center;
}

body.tpl-jfyk8de7 .page2 .text {
    line-height: 30px;
    color: #fff;
    padding: 0 50px;
    margin-top: 100px;
}

body.tpl-jfyk8de7 .page2 .text p {
    margin-bottom: 20px;
    max-height: 180px;
    overflow: hidden;
    color: #fff;
}

body.tpl-jfyk8de7 .page2 .text p span {
    color: #3fb68c;
    font-weight: bold;
    font-size: 20px;
    margin-right: 5px;
}

/* 友情链接 */
body.tpl-jfyk8de7 .linkbox {
    margin-top: 50px;
    padding: 0 2%;
}

body.tpl-jfyk8de7 .linkbox p {
    border-bottom: 1px solid #ddd;
    margin: 0;
    font-size: 18px;
    color: #55328b;
    padding-bottom: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

body.tpl-jfyk8de7 .linkbox p span {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #999;
    line-height: 25px;
}

body.tpl-jfyk8de7 .linkbox a {
    color: #333;
    margin-right: 15px;
    line-height: 25px;
    display: inline-block;
    text-decoration: none;
}

/* 移动菜单与底部 */
body.tpl-jfyk8de7 .mobile-fixed,
body.tpl-jfyk8de7 .mobile-footer {
    display: block;
    height: 50px;
}

body.tpl-jfyk8de7 .mobile-footer {
    position: fixed;
    bottom: 0;
    z-index: 99;
    left: 0;
    width: 100%;
    background: #55328b;
    color: #fff;
    padding: 10px 0;
    border-top: 1px solid #fff;
}

/* 页脚 */
body.tpl-jfyk8de7 .footer {
    margin-top: 10px;
    border-top: 1px solid #dedede;
    padding: 20px 0;
}

body.tpl-jfyk8de7 .ft_bq {
    text-align: center;
    line-height: 30px;
    padding-top: 10px;
    max-width: 1200px;
    margin: 0 auto;
}

body.tpl-jfyk8de7 .ft_bq p {
    color: #666;
    margin: 0;
}

body.tpl-jfyk8de7 .ft_bq p a {
    color: #666;
    text-decoration: none;
}

/* === 内页通用壳（内页 slot 复用 dc8d42e1 风格） === */
/* 头部 fixed 70px 紫色导航不占空间，非首页 body 需加 padding-top 让内容下移 */
body.tpl-jfyk8de7.page-product_list,
body.tpl-jfyk8de7.page-product_detail,
body.tpl-jfyk8de7.page-case_list,
body.tpl-jfyk8de7.page-case_detail,
body.tpl-jfyk8de7.page-news_list,
body.tpl-jfyk8de7.page-news_detail,
body.tpl-jfyk8de7.page-about,
body.tpl-jfyk8de7.page-contact {
    padding-top: 70px;
}

body.tpl-jfyk8de7 .ny_banner {
    background: #391e63;
    color: #fff;
    padding: 30px 0;
}
body.tpl-jfyk8de7 .ny_banner-inner {
    width: 1200px;
    margin: 0 auto;
}
body.tpl-jfyk8de7 .ny_banner h1 {
    color: #fff;
    font-size: 24px;
    margin: 0 0 8px;
}
body.tpl-jfyk8de7 .ny_banner p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
}
body.tpl-jfyk8de7 .crumbs {
    background: #f5f5f5;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    color: #666;
    font-size: 13px;
}
body.tpl-jfyk8de7 .crumbs-inner {
    width: 1200px;
    margin: 0 auto;
}
body.tpl-jfyk8de7 .crumbs a {
    color: #666;
}
body.tpl-jfyk8de7 .crumbs a:hover {
    color: #55328b;
}
body.tpl-jfyk8de7 .crumbs span {
    color: #55328b;
}

body.tpl-jfyk8de7 .cont-wrap {
    padding: 30px 0;
    background: #fff;
}
body.tpl-jfyk8de7 .cont-wrap .content {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 20px 24px;
    line-height: 1.8;
    color: #333;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}
body.tpl-jfyk8de7 .cont-wrap .article {
    color: #333;
    line-height: 1.8;
    font-size: 14px;
}
body.tpl-jfyk8de7 .cont-wrap .article h2 {
    font-size: 18px;
    color: #391e63;
    border-left: 4px solid #391e63;
    padding-left: 10px;
    margin: 16px 0;
}
body.tpl-jfyk8de7 .cont-wrap .article p {
    margin: 8px 0;
}
body.tpl-jfyk8de7 .cont-wrap .article-detail h1 {
    font-size: 22px;
    color: #391e63;
    text-align: center;
    margin: 0 0 12px;
}
body.tpl-jfyk8de7 .cont-wrap .article-detail .meta {
    color: #999;
    font-size: 12px;
    text-align: center;
    margin-bottom: 16px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 10px;
}
body.tpl-jfyk8de7 .cont-wrap .article-detail .body p {
    margin: 8px 0;
    line-height: 1.9;
    color: #333;
}

body.tpl-jfyk8de7 .contact-block {
    width: 1200px;
    margin: 24px auto;
    background: #fff;
    border: 1px solid #eee;
    border-left: 4px solid #55328b;
    padding: 18px 24px;
    box-sizing: border-box;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
body.tpl-jfyk8de7 .contact-block h2 {
    font-size: 18px;
    color: #391e63;
    margin: 0 0 12px;
}
body.tpl-jfyk8de7 .contact-block p {
    margin: 6px 0;
    color: #555;
    line-height: 1.8;
}
body.tpl-jfyk8de7 .contact-block .phone {
    color: #c00;
    font-weight: bold;
}
body.tpl-jfyk8de7 .contact-block a.cta {
    display: inline-block;
    padding: 8px 22px;
    background: #55328b;
    color: #fff;
    margin-top: 10px;
    text-decoration: none;
}
body.tpl-jfyk8de7 .contact-block a.cta:hover {
    background: #391e63;
}

body.tpl-jfyk8de7 .case-list,
body.tpl-jfyk8de7 .news-list {
    list-style: none;
    padding: 0;
    margin: 24px auto;
    width: 1200px;
}
body.tpl-jfyk8de7 .case-list {
    overflow: hidden;
}
body.tpl-jfyk8de7 .case-list li {
    width: 23.5%;
    margin: 0 1% 20px 1%;
    float: left;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
body.tpl-jfyk8de7 .case-list li a {
    display: block;
    color: #333;
}
body.tpl-jfyk8de7 .case-list li img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
body.tpl-jfyk8de7 .case-list li h3 {
    font-size: 14px;
    text-align: center;
    padding: 10px;
    line-height: 1.4;
    color: #333;
    font-weight: normal;
    margin: 0;
}
body.tpl-jfyk8de7 .case-list li:hover {
    box-shadow: 0 4px 12px rgba(85, 50, 139, 0.2);
}
body.tpl-jfyk8de7 .case-list li:hover h3 {
    color: #55328b;
}
body.tpl-jfyk8de7 .news-list li {
    border-bottom: 1px dashed #eee;
    padding: 12px 0;
    overflow: hidden;
}
body.tpl-jfyk8de7 .news-list li a {
    display: block;
    color: #333;
    overflow: hidden;
}
body.tpl-jfyk8de7 .news-list li h3 {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    font-weight: normal;
    margin: 0;
    float: left;
}
body.tpl-jfyk8de7 .news-list li .news-time {
    color: #999;
    font-size: 12px;
    float: right;
}
body.tpl-jfyk8de7 .news-list li:hover h3 {
    color: #55328b;
}

body.tpl-jfyk8de7 .related-regions {
    width: 1200px;
    margin: 24px auto;
    background: #fafafa;
    border: 1px solid #eee;
    padding: 18px 24px;
    box-sizing: border-box;
}
body.tpl-jfyk8de7 .related-regions h3 {
    color: #391e63;
    font-size: 18px;
    border-left: 4px solid #391e63;
    padding-left: 10px;
    margin: 0 0 12px;
}
body.tpl-jfyk8de7 .related-regions .related-regions-inner a {
    display: inline-block;
    margin: 4px 12px 4px 0;
    color: #555;
}
body.tpl-jfyk8de7 .related-regions .related-regions-inner a:hover {
    color: #55328b;
}
