﻿@font-face {
    font-family: "wi"; /* Project id 4988948 */
    src: url('//at.alicdn.com/t/c/font_4988948_3hr3dfsxbnw.woff2?t=1753968639986') format('woff2'),
    url('//at.alicdn.com/t/c/font_4988948_3hr3dfsxbnw.ttf?t=1753968639986') format('truetype');
}

.wi {
    font-family: "wi" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wi-guanbi1:before {
    content: "\e723";
}

.wi-caidan:before {
    content: "\e790";
}

.wi{font-size: unset;}


html,body{margin: 0; padding: 0; }
body{overflow-x:hidden;}
h1,h2,h3,h4,p{margin: 0; padding: 0;}
.mi{font-size: unset;}
a,a:hover{text-decoration: none;}
a{
    transition: transform 0.5s ease;
}

.container{width: 1200px;margin: 0 auto;}
.printing{width: 100%; max-width: 100%; padding: 30px; margin-top: -100px;}
.col-primary{color: #d3b265;}

@media (max-width: 600px) {
    .container{width: 100%;}
    .print-btn{display: none !important;}
}

/*header*/
.header-box{display: block; position: relative; width: 100vw; height: 100vh;}
.header-box .video,
.header-box .video video{display: block; width: 100vw; height: 100vh;}

.header-box .header-info{position: absolute; z-index: 2; top: calc(50% - 120px); width: 100vw; color: #fff; text-align: center; text-shadow:2px 3px rgba(0,0,0,75);}
.header-box .header-info h3{font-size: 72px;}
.header-box .header-info p{font-size: 35px;}

.header-topic{position: absolute; z-index: 2; left: 0; bottom: 0;}
.header-topic img{display: block; height: 100px;}

.header-backdrop{position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%;}

@media (max-width: 600px) {
    .header-box{display: block; position: relative; width: 100vw; height: 70vw;}
    .header-box .video,
    .header-box .video video{display: block; width: 100vw; height: 70vw;}

    .header-box .header-info{position: absolute; z-index: 2; left: 0; top: calc(50% - 25px); width: 100vw; color: #fff; text-align: center;}
    .header-box .header-info h3{font-size: 24px; padding-bottom: 5px;}
    .header-box .header-info p{font-size: 14px;}

    .header-topic{}
    .header-topic img{display: block; height: 50px;}

    .header-backdrop{position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%;}
}


/*navigation*/
.navigation-box{position: fixed; z-index: 10; top: 0; left: 0; width: 100vw; height: 100px; background-color: rgba(255, 255, 255, .35)}
.navigation-box .container{height: 100px; font-size: 18px; font-weight: bold;}
.navigation-box .logo{ padding-right: 45px;}
.navigation-box .logo img{display: block; height: 65px;}
.navigation-box .item{flex: 1; text-align: center; padding: 0 0.5px; position:relative;}
.navigation-box .item a{display: block; color: #fff; cursor: pointer; height: 50px; line-height: 50px; border-radius: 3px;}
/*.navigation-box .item > a{ text-shadow: 2px 2px 4px rgba(0,0,0,0.5);}*/
.navigation-box .item:not(.active) > a{text-shadow: 1px 1px 1px rgba(0,0,0,0.5)}
.navigation-box .item.active > a,
.navigation-box .item:hover > a{background-color: #d3b265; color: #fff;}
.navigation-box .item .item-menu{display: none; position: absolute; z-index: 11; top: 50px; left: 0; min-width: 200px; padding-top: 1px; text-align: left; background-color: #fff; box-shadow: 0 5px 15px rgba(0,0,0,.2); border-radius: 3px;}
.navigation-box .item .item-menu a{display: block; color: #2b2b2b; padding: 0 30px; margin-bottom: 1px; font-weight: normal; font-size:16px;}
.navigation-box .item .item-menu a:hover{background-color: #d3b265; color: #fff;}
.navigation-box .item:hover .item-menu{display: block;}
.navigation-box .mobile-menu{display: none; text-shadow: 1px 1px 1px rgba(0,0,0,0.5)}

.navigation-box.fixed{background-color: rgba(255, 255, 255, .95); box-shadow: 0 5px 10px rgba(0,0,0,0.05);}
.navigation-box.fixed .item > a{color: #d3b265; text-shadow: unset;}
.navigation-box.fixed .item.active > a,
.navigation-box.fixed .item:hover > a{color: #fff;}

@media (max-width: 600px) {
    .navigation-box{height: 60px; background-color: rgba(255, 255, 255, .15);}
    .navigation-box .container{height: 100%; padding: 0 15px; font-size: 16px;}
    .navigation-box .logo{ }
    .navigation-box .logo img{display: block; height: 40px;}
    .navigation-box .mobile-menu{display: block; font-size: 22px; color: #fff;}
    .navigation-box.fixed .mobile-menu{color: #333; text-shadow:unset;}

    .navigation-list{ display: none; position: fixed; z-index: 100; right:0; top:0; width: 75vw; height: 100vh; overflow-y: auto; background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,.2)}
    .navigation-list .item{ padding: 0 15px; color: #333; margin-bottom: 1px; font-size: 14px;}
    .navigation-list .item a{ display: block; color: #333; height: 50px; line-height: 50px; border-bottom: 1px solid rgba(241, 58, 58, 0.15); border-radius: 0;}
    .navigation-list .item > a{ text-shadow: unset !important;}
    .navigation-list .item.active > a{ font-weight: bold; border: 0;}
    .navigation-list .item:hover .item-menu{display: none;}

    .navigation-list .mobile-menu{display: block; height: 50px; line-height: 50px; padding-right: 15px; font-size: 16px; text-align: right; color: #333; }

    .layui-layer-menu{background-color: rgba(0, 0, 0, .15)}

    /*.navigation-list .item .item-menu{display: block; position: unset; box-shadow: unset;}
    .navigation-list .item .item-menu a{padding-left: 50px;}*/
}


/*category-backdrop*/
.category-backdrop{position: relative; overflow: hidden; text-shadow: 2px 2px 4px rgba(0,0,0,0.5);}
.category-backdrop > div{position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height:100%; padding-top: 100px; display: flex; align-items: center; justify-content: center; text-align: center; line-height: 2;}
.category-backdrop > div h2{font-size: 42px; font-weight: bold; color: rgba(255,255,255,.95); letter-spacing: 2px;}
.category-backdrop > div p{font-size: 16px; color: rgba(255,255,255,.85);}
.category-backdrop img{display: block; width: 100%;}
@media (max-width: 600px) {
    .category-backdrop > div{ padding-top: 50px;}
    .category-backdrop > div h2{font-size: 16px;}
    .category-backdrop > div p{font-size: 12px;}
    .category-backdrop .category-backdrop-default{width: 200vw;margin-left: -50vw;}
}

/*banner*/
.banner-box{position: relative;}
.banner-box .item{display: block;}
.banner-box .item img{display: block; width: 100%; height: 800px;}
.banner-box .item-btn{position: absolute; z-index: 2; top: calc(50% - 35px); width: 70px; height: 70px; line-height: 1; display: flex; align-items: center; justify-content: center; background-color: rgba(0,0,0,.25); border-radius: 5px; cursor: pointer;}
.banner-box .item-btn .icon{display: block; font-size: 32px; color: #fff;}
.banner-box .item-btn.left{left: 50px;}
.banner-box .item-btn.right{right: 50px;}
.banner-box .item-btn:hover{background-color: rgba(0,0,0,.75);}

/*block*/
.block{}
.block-header{line-height: 1.8; padding: 40px 0 30px; text-align: center;}
.block-header h3{color: #2b2b2b; font-size: 24px; font-weight: bold;}
.block-header p{color: #999; font-size: 14px;}

.block-header.header-2{position: relative; padding: 0; height: 50px; text-align: left;}
.block-header.header-2:after{content: ''; left: 0; bottom: 0; width: 100%; border-bottom: 1px solid #eaeaea; position: absolute;}
.block-header.header-2 h3{position: absolute; z-index: 1; left: 0; bottom: 0; font-size: 18px; font-weight: normal; color: #2b2b2b; border-bottom: 1px solid #d3b265;}

@media (max-width: 600px) {
    .block-header{padding: 30px 0 20px;}
    .block-header h3{font-size: 18px;}
    .block-header p{font-size: 10px;}
    .block-header.header-2{text-align: center; display: flex; align-items: flex-end; justify-content: center;}
    .block-header.header-2 h3{position: unset; display: inline-block; padding: 0 5px;}
}

/*style-1*/
.style-1{padding-bottom: 90px;}
.style-1 .item{flex: 1; background-color: #f3f3f3; margin-right: 30px;}
.style-1 .item:last-child{margin-right:0;}
.style-1 .item-body{padding: 50px 0; line-height: 2; text-align: center;}
.style-1 .item-name{font-size: 18px;}
.style-1 .item-info{font-size: 14px; color: #999;}
.style-1 .item-line{font-size: 14px; color: #535353;}
.style-1 .item img{display: block; width: 100%;}

@media (max-width: 600px) {
    .style-1{padding-bottom: 20px;}
    .style-1 .container{display: block; padding: 0 15px;}
    .style-1 .item{flex: unset; margin:0 0 15px 0; display: flex; align-items: center; justify-content: space-between;}
    .style-1 .item-body{padding: 0; line-height: 1.5; width: 40vw;}
    .style-1 .item-name{font-size: 14px;}
    .style-1 .item-info{font-size: 10px; color: #999;}
    .style-1 .item-line{display: none;}
    .style-1 .item-thumb{width: calc(100% - 40vw); height: 80px; overflow: hidden; display: flex; align-items: center; justify-content: center;}
    .style-1 .item img{display: block; width: 100%;}
}

/*style-2*/
.style-2{background-color: #f7f7f7;}
.style-2.white{background-color: #fff;}
.style-2 .container{padding-bottom: 50px;}
.style-2 .company-show{display:block; width:100%; overflow:hidden;}
.style-2 .company-show .img-block{width:124%; margin-left: -12%;}
.style-2 .item-banner{ padding-left: 30px;}
.style-2 .item-banner img{display: block; width: 100%;}

@media (max-width: 600px) {
    .style-2 .container{display: block; padding: 0 15px;}
    .style-2 .item-body{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical; white-space:normal !important; }
    .style-2 .item-body *{font-size: 12px !important;}
    .style-2 .item-banner{width: 100vw; padding: 30px 15px ; margin: 30px -15px 0; background-color: #fff;}
}

/*style-3*/
.style-3{background: url("../img/style-3-bg.jpg") no-repeat center; background-size: 100% 100%; padding-bottom: 90px;}
.style-3 .item{position: relative; text-align: center; margin-right: 50px; background-color: #1f1f1f; }
.style-3 .item:last-child{margin-right: 0;}
.style-3 .item-name{position: absolute1; z-index: 1; top: 0; left: 0; width: 100%; height: 85px; line-height: 85px; display: block; color: #fff; background-color:#d3b265; font-size:16px;}
.style-3 .item img{display: block; width: 100%;}

@media (max-width: 600px) {
    .style-3{ padding-bottom: 30px;}
    .style-3 .container{ padding: 0 15px; overflow: auto;}
    .style-3 .style-3-list{width: 200vw; }
    .style-3 .item{ margin-right: 15px;}
    .style-3 .item-name{padding: 0 15px; height: 62px; line-height: 1.5; display:flex; align-items: center; justify-content: center; font-size: 14px;}
}

/*style-4*/
.style-4{padding-bottom: 50px;}
.style-4 .nav-item{width: 220px; height: 450px;}
.style-4 .nav-item a{display: block; height: 60px; line-height: 60px; font-size: 14px; text-align: center; border:1px solid #fff; background-color: #f5f5f5;}
.style-4 .nav-item a.active,
.style-4 .nav-item a:hover{background-color: #d3b265; color: #fff;}
.style-4 .nav-item a.active{height: 90px; line-height: 90px; font-size: 16px;}
.style-4 .img-item{display: block; height: 450px; overflow: hidden; }
.style-4 .img-item img{display: block; width: 100%; height: 100%;}

@media (max-width: 600px) {
    .style-4{ padding-bottom: 30px;}
    .style-4 .container{ display: block;}
    .style-4 .nav-item{width: 100%; padding: 0 15px; height: auto; display: flex; overflow-x: auto; }
    .style-4 .nav-list a{display: inline-block; height: unset; line-height:1; padding: 10px 20px; margin-right: 5px; border-radius: 4px;}
    .style-4 .nav-list a.active{height: unset; line-height: 1; font-size: 14px;}
    .style-4 .nav-list a:last-child{margin-right: 0;}
    .style-4 .img-item{height: auto; margin-left: 0 !important; margin-top: 15px;}
    .style-4 .img-item img{height: auto;}
}

/*style-5*/
.style-5{ padding-bottom: 60px;}
.style-5 .block-item{flex: 1; margin-right: 50px;}
.style-5 .block-item:last-child{margin-right: 0;}

@media (max-width: 600px) {
    .style-5{ padding-bottom: 30px;}
    .style-5 .container{ display: block; padding: 0 15px;}
    .style-5 .block-item{margin-right: 0;}
}

.news-lists{padding-top: 10px;}
.news-lists .item{display: flex; align-items: center; justify-content: space-between; padding: 12px 0 ; border-bottom: 1px dashed #eee;}
.news-lists .item-title{padding-right: 10px;}
.news-lists .item a{color: #333; cursor: pointer;}
.news-lists .item a:hover{color: #d3b265;}
.news-lists .item-time{color: #999;}


/*友情链接*/
.friend-link{border-top:1px solid #eee; padding: 20px 0 10px; background-color:#f8f8f8;}
.friend-link a{display:inline-block; margin:0 10px 10px; padding: 0 5px; color: rgba(0,0,0,0.65);}
@media (max-width: 600px) {
    .friend-link{display:none;}
}


/*内页导航*/
.category-page{ padding: 50px 0;}
.category-page .category-lists{display: flex; align-items: center; justify-content: center;}
.category-page .item{}
.category-page .item + .item{margin-left: 10px;}
.category-page .item a{display: block; color: #666;  padding: 15px 45px; background-color: #f0f0f0; font-size: 15px; border-radius: 3px;}
.category-page .item.active a,
.category-page .item:hover a{color: #fff; background-color: #d3b265;}
@media (max-width: 600px) {
    .category-page{display: block; text-align: center; padding: 0; margin-bottom: 15px; overflow-x: auto; border-bottom: 1px solid #eee;}
    .category-page .category-lists{display: block; }
    .category-page .item{display: inline-block; margin-left: 10px;}
    .category-page .item a{ padding: 15px 15px 5px; background-color: transparent; color: #666; border-radius: 0;}
    .category-page .item.active a, .category-page .item:hover a{color: #d3b265; background-color: transparent; font-size: 14px; font-weight: bold; position: relative;}
    .category-page .item.active a:after{border-bottom: 2px solid #d3b265; content: ''; position: absolute; left: 0; bottom: -3px; width: 100%;}
}

/*内页，内容*/
.page-content{font-size: 15px; line-height: 2; padding-bottom: 90px;}
.page-content img{max-width: 100%;}
@media (max-width: 600px) {
    .page-content{padding: 0 15px 30px;}
}

/*文章内容*/
.article-title{font-size: 24px; text-align: center; line-height: 1.8; color: #000; padding: 60px 0 0;}
.article-info{text-align: center; padding: 10px 0 30px; border-bottom: 1px solid #eee; font-size: 14px; color: #aaa;}
.article-info span{display: inline-block;}
.article-info span + span{margin-left: 20px;}
.article-content{font-size: 15px; line-height: 2; padding:20px 0 90px;}
.article-content img{max-width: 100%;}
@media (max-width: 600px) {
    .article-title{padding-top: 20px; font-size: 18px;}
    .article-info{font-size: 12px; padding: 10px 0 15px;}
    .article-info span + span{margin-left: 10px;}
    .article-content{font-size: 13px; padding: 15px 15px 30px;}
}

/*空白内容*/
.page-empty{display: block; text-align: center; color: #aaa; width: 100%;}
.page-empty:before{content: ''; display: block; margin: 0 auto; background: url("../img/empty.png") no-repeat top center; background-size: 100%; width: 300px; height: 300px;}
@media (max-width: 600px) {
    .page-empty:before{width: 200px; height: 200px;}
}

/*文章列表*/
.article-lists{display: flex; flex-flow: row wrap;}
.article-lists .item{width: 48%; display: flex; align-items: center; justify-content: space-between; padding: 30px 0; border-bottom: 1px solid #eee;}
.article-lists .item:nth-of-type(2n-1){margin-right: 2%;}
.article-lists .item:nth-of-type(2n){margin-left: 2%;}
.article-lists .item-thumb{width: 30%; height: 120px; margin-right: 20px; display: none; align-items: center; justify-content: center; border-radius: 3px; overflow: hidden;}
.article-lists .item-thumb img{display: block; width: 100%; min-height: 100%; border-radius: 3px; transition: transform 0.5s ease;}
.article-lists .item:nth-of-type(1) .item-thumb,
.article-lists .item:nth-of-type(2) .item-thumb{display: flex;}
.article-lists .item-body{flex: 1;}
.article-lists .item-title{display: flex; align-items: center; justify-content: space-between; font-size: 14px; font-weight: normal; line-height: 1.5;}
.article-lists .item-title a{color: #333;}
.article-lists .item-intro{font-size: 12px; color: #aaa; line-height: 1.8; padding-top: 8px;}
.article-lists .item-time{font-size: 12px; color: #aaa; padding-top: 8px;}

.article-lists .item:hover{box-shadow: 0 0 10px rgba(0,0,0,.01);}
.article-lists .item:hover .item-title a{color: #000;}
.article-lists .item:hover .item-thumb img{transform: scale(1.2)}

@media (max-width: 600px) {
    .article-lists{padding: 0 15px;}
    .article-lists .item{width: 100%; padding: 15px 0;}
    .article-lists .item:nth-of-type(2n-1){margin-right: 0;}
    .article-lists .item:nth-of-type(2n){margin-left: 0;}
    .article-lists .item-thumb{width: 35%; height: 100px; margin-right: 15px; display: flex;}
}

/*分页*/
.pager{display: flex; align-items: center; justify-content: center; padding: 30px 0;}
.pager a{min-width: 30px; margin: 2px; padding: 10px 12px; line-height: 1; border: 1px solid #eee; border-radius: 2px; font-size: 14px; color: #aaa;}
.pager a.on1{ background-color: #d3b265; color: #fff; border-color: #d3b265;}
.pager a[href]{color: #333;}
.pager a[href]:hover{ background-color: #f8f8f8;}

/*footer-box*/
.footer-box{padding: 60px 0 0; background-color: #2d2d2d; color: #91949d; font-size: 12px;}
.footer-info{width: 300px;}
.footer-nav{flex: 1; margin-left: 50px;}
.footer-nav .item{}
.footer-nav .item > a{display: block; font-size: 16px; color: #fff;}
.footer-nav .item-menu{padding-top: 20px; line-height: 2;}
.footer-nav .item-menu a{ display: block; color: #91949d;}

@media (max-width: 600px) {
    .footer-box{padding: 30px 0 0;}
    .footer-info{width: 100%; text-align: center}
    .footer-nav{display: none;}
}

/*copyright-box*/
.copyright-box{padding: 20px 0; background-color: #242424; color: #91949d; font-size: 12px;}
.copyright-box a{color: #91949d; display: inline-block; margin-left: 50px;}

@media (max-width: 600px) {
    .copyright-box{display: block; text-align: center; line-height: 2; }
    .copyright-box a{margin-left: unset;}
    .copyright-box a:last-child{margin-left: 30px;}
}

/* Animation effects for blocks */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes scaleIn {
    from { transform: scale(0.95); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}
.zoom {
    transition: transform 0.5s ease; /* 过渡效果 */
}
.zoom:hover {
    transform: scale(1.2);
}

.block {
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
}

.style-1 .item {
    transition: transform 0.3s ease;
}
.style-1 .item:hover {
    transform: scale(1.03);
}

.style-3 .item {
    transition: all 0.4s ease;
}
.style-3 .item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.style-4 .nav-item a {
    transition: all 0.3s ease;
}

/* Staggered animation delays */
.style-1 { animation-delay: 0.1s; }
.style-2 { animation-delay: 0.3s; }
.style-3 { animation-delay: 0.5s; }
.style-4 { animation-delay: 0.7s; }
.style-5 { animation-delay: 0.9s; }

