﻿/* common.css */
html {
    overflow-y: scroll;
}
body{
    width: 100vw;
    min-width: 1200px;
}  
:root {
    overflow-y: auto;
    overflow-x: hidden;
}
:root body {
    position: absolute;
}
.container{
    overflow: hidden;
    margin-top: 80px;
}
/* 妞ゅ爼鍎寸�佃壈鍩� */
.header{
    background-color: rgba(255,255,255,0.66);
    box-shadow: 0px 0px 20px rgba(13,5,9,0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 112.5px;
    z-index: 999;
    transition: all .3s ease;
}
.header.index{
    background-color: rgba(2,38,23,0.8);
}
.header .header-bar{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.header .header-bar .logo{
    float: left;
    position: relative;
    top: 18px;
    width: 192px;
    margin-right: 260px;
    height: 80px;
    background-image: url(../images/logo.png?t=2025.9.16);
    background-repeat: no-repeat;
    background-size: 100%;
}
.header.index .header-bar .logo{
    background-position: 0 -80px;
}
.header .layui-nav.nav-bar{
    float: left;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    position: relative;
    left: 75px;
}
.header .layui-nav.nav-bar .layui-nav-item{
    margin: 0;
    width: 130px;
    height: 112.5px;
    line-height: 24px;
}
.header .layui-nav.nav-bar li:first-of-type{
    width: 90px;
}
.header .layui-nav.nav-bar .layui-nav-item>a{
    font-size: 15px;
    color:#333;
    padding: 0 10px;
    position: relative;
    top: 38px;
    text-align: center;
}
.header.index .layui-nav.nav-bar .layui-nav-item>a{
    color:#fff;
}
.header .layui-nav.nav-bar .layui-nav-item.active,
.header .layui-nav.nav-bar .layui-nav-item:hover{
    background-color: rgba(2,38,23,1);
}
.header .layui-nav.nav-bar .layui-nav-item.active>a,
.header .layui-nav.nav-bar .layui-nav-item:hover>a{
    color:#fff;
}
.header .layui-nav.nav-bar .layui-nav-item>a>i{
    display: block;
    font-size: 12.5px;
    font-style: normal;
}
.header .layui-nav.nav-bar .layui-nav-more{
    display: none;
}
.header .layui-nav.nav-bar .layui-nav-bar{
    display: none;
}
.header .layui-nav.nav-bar  .layui-this:after{
    display: none;
}
.header .layui-nav.nav-bar .layui-nav-child{
    width: 130px;
    left: 50%;
    top: 112.5px;
    text-align: center;
    border: none;
    padding: 0;
    border-radius: 0;
    background-color:transparent;
    transform:translateX(-50%);
    overflow: hidden;
    box-shadow: none;
    animation-name: upbit;
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
}
@keyframes upbit{from{height: 0;opacity:.3}to{height: 180px;opacity:1}}
.header .layui-nav.nav-bar .layui-nav-child a{
    font-size: 15px;
    height: 60px;
    line-height: 60px;
    background-color: rgba(2,38,23,0.8);
    color: #fff;
}
.header .layui-nav.nav-bar .layui-nav-child a:hover {
    background-color: rgba(17,64,40,0.8);
}
.header .layui-nav.nav-bar .layui-nav-child a:before {
    content: '';
    display: inline-block;
    position: relative;
    width: 4px;
    height: 4px;
    background-color: transparent;
    border-radius: 50%;
    left: -10px;
    top: -2px;
}
.header .layui-nav.nav-bar .layui-nav-child a:hover:before {
    background-color: #fff;
}
.header .layui-nav.nav-bar .layui-nav-child a:after {
    content: '';
    display: inline-block;
    position: relative;
    width: 4px;
    height: 4px;
    background-color: transparent;
    border-radius: 50%;
    right: -10px;
    top: -2px;
}
.header .layui-nav.nav-bar .layui-nav-child a:hover:after{
    background-color: #fff;
}
.header .layui-nav.nav-bar .QRcode{
    display: none;
    position: absolute;
    width: 130px;
    bottom: 20px;
    right: 55px;
}
.header .layui-nav.nav-bar .QRcode>img{
    width: 100%;
}
.header .site-mobile-icon{
    display: none;
}

/* 鎼存洟鍎撮悧鍫熸綀 */
.copyright{
    background-color: #022617;
    color: #fff;
}
.copyright .footer-bar{
    width: 1200px;
    margin: 0 auto;
    padding: 37.5px 0 25px;
    margin-bottom: 25px;
    overflow: hidden;
    border-bottom: 1px solid #829990;
}
.copyright .footer-bar a{
    color: #fff;
}
.copyright .tel-address{
    width: 407px;
    float: left;
    margin-left: 70px;
}
.copyright .tel-address>div{
    position: relative;
    height: 48px;
    margin-bottom: 16px;
}

.copyright .footer-bar>dl{
    float: left;
    margin-left: 140.5px;
}
.copyright .tel-address .icon{
    position: absolute;
    display: inline-block;
    width: 45px;
    height: 45px;
    background-size: 45px;
    background-image: url(../images/tel&address.png);
    background-repeat: no-repeat;
}
.copyright .tel-address .icon.tel-icon{
    background-position: 0 0;
}
.copyright .tel-address .icon.address-icon{
    background-position: 0 -44px;
}
.copyright .tel-address dl {
    position: relative;
    top: 12.5px;
    margin-left: 62px;
}
.copyright .tel dl {
	top: 3px;
}
.copyright .tel-address dl dt{
    font-size: 18px;
    line-height: 25px;
}
.copyright .tel-address dl dd{
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
}
.copyright .tel-address .tel dd{
    font-size: 17.5px;
}
.copyright .footer-bar>dl dt{
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 6px;
}
.copyright .footer-bar>dl dd{
    font-size: 14px;
    line-height: 30px;
}
.copyright .footer-bar>dl dd a{
    color: #fff;
}
.copyright .footer-bar>dl.QRcode dd{
    display: inline-block;
    width: 90px;
}
.copyright .footer-bar>dl.QRcode dd img{
    width: 88px;
    height: 88px;
    margin: 5px 0;
}
.copyright .footer-bar>dl.QRcode dd p{
    text-align: center;
}
.copyright>p{
    text-align: center;
    color: #999;
    padding:0 0 25px;
}
.copyright>p span:nth-of-type(3){
    margin-left: 2em;
}
.copyright>p a{
    color: #999;
}
/* 娓氀嗙珶閸ュ搫鐣鹃弽锟� */
.fixbar{
    position: fixed;
    right: 10px;
    bottom: 30px;
    width: 95px;
    height: 275px;
    background-image: url(../images/fixbar.png);
    z-index: 998;
}
.fixbar li{
    position: relative;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.fixbar li i{
    display: inline-block;
    width: 30px;
    height: 35px;
    background-image: url(../images/fixbar.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
.fixbar li:nth-of-type(1){
    margin: 30px 23px 0 19px;
    border-bottom: 1px solid #ccc;
}
.fixbar li:nth-of-type(1) i{
    position: relative;
    top: 12px;
    background-position: -96px 0px;
}
.fixbar li:nth-of-type(2){
    margin: 0 23px 0 19px;
    border-bottom: 1px solid #ccc;
}
.fixbar li:nth-of-type(2) i{
    position: relative;
    top: 12px;
    height: 33px;
    background-position: -96px -36px;
}
.fixbar li:nth-of-type(3){
    margin: 0 23px 30px 19px;
}
.fixbar li:nth-of-type(3) i{
    position: relative;
    top: 12px;
    background-position: -96px -70px;
}
.fixbar li span{
    position: relative;
    font-size: 18px;
    color: #022617;
    cursor: pointer;
}
.fixbar li .detail{
    position: absolute;
    display: inline-block;
    width: 230px;
    left: -170px;
    top: 4px;
}
.fixbar li .detail>a{
    width: 140px;
    line-height: 25px;
    height: 25px;
    background-color: #022617;
    font-size: 16px;
    color: #fff;
    display: block;
}
.fixbar li .detail :first-child{
    padding-top: 8px;
}
.fixbar li .detail :last-child{
    padding-bottom: 8px;
}
.fixbar li .detail:after{
    content: '';
    position: absolute;
    left: 140px;
    top: 25.5px;
    border-left: 7.5px solid #022617;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.fixbar li span{
    display: none;
}
.fixbar li:hover span{
    display: block;
}
.fixbar li:hover i{
    display: none;
}
.site-mobile-shade{
    display: none;
    content: '';
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
/* banner */
.banner{
    height: 560px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}
/* 閸ョ偓鏋冩い鐢告桨 */
.main-content-bg{
    width: 100%;
    padding-top: 60px;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
}
.main-content{
    width: 1200px;
    margin: auto;
}
/* 娓氀嗙珶鐎佃壈鍩� */
.side-navigation {
    float: left;
    width: 200px;
    text-align: center;
    box-shadow: 0px 0px 16px rgba(13,5,9,0.06);
}
.side-navigation>h2{
    background-color: #022617;
    color: #fff;
    font-size: 20px;
    padding: 10px 0;
}
.side-navigation>h2>i{
    font-size: 14px;
    font-style: normal;
    display: block;
}
.side-navigation ul li{
    border-bottom: 1px solid #e5e9e7;
}
.side-navigation ul li:last-of-type{
    border-bottom:none;
}
.side-navigation li>a{
    display: block;
    background-color: #ffffff;
}
.side-navigation li>a>span{
    position: relative;
    padding: 14px 30px 28px;
    font-size: 16px;
    color: #333;
    display: inline-block;
    background-color: #ffffff;
}
.side-navigation li>a>span>i{
    position: absolute;
    top: 38px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    line-height: 12px;
    font-style: normal;
    white-space: nowrap;
}
.side-navigation .nav-itemed>.nav-child{
    height: 0;
}
.side-navigation .nav-item>a,
.side-navigation .nav-itemed>a{
    display: block;
    background-color: #e5e9e7;
    border-bottom: 1px solid #dae1dd;
}
.side-navigation .nav-item>a>span,
.side-navigation .nav-itemed>a>span{
    position: relative;
    padding: 14px 30px 28px;
    font-size: 16px;
    color: #06472e;
    display: inline-block;
    font-weight: bold;
    background-color: #e5e9e7;
}
.side-navigation .nav-item>a>span>i,
.side-navigation .nav-itemed>a>span>i{
    position: absolute;
    top: 38px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    line-height: 12px;
    font-style: normal;
    white-space: nowrap;
}
.side-navigation .nav-item>a>span:before,
.side-navigation .nav-itemed>a>span:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 8px;
    background-image: url(../images/nav-lines.png);
    left: 0;
    top: 22px;
    background-position: 0 0;
    background-size: 200%;
    background-repeat: no-repeat;
}
.side-navigation .nav-item>a>span:after,
.side-navigation .nav-itemed>a>span:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 8px;
    background-image: url(../images/nav-lines.png);
    right: 0;
    top: 22px;
    background-position: -20px 0;
    background-size: 200%;
    background-repeat: no-repeat;
}
.side-navigation .nav-child{
    height: 0;
    overflow: hidden;
    transition: all .3s ease;
}
.side-navigation .nav-child dd{
    display: table;
    width: 100%;
    height: 64px;
    background-color: #f5f6f5;
    border-bottom: 1px solid #e5e9e7;
}
.side-navigation .nav-child dd.active:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    border-top: 7.5px solid #bdcac3;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.side-navigation .nav-child dd.active>a{
    color: #06472e;
    font-weight: bold;
}
.side-navigation .nav-child dd.active>a>i{
    color: #06472e;
}
.side-navigation .nav-child dd:last-of-type{
    border-bottom: none;
}
.side-navigation .nav-child dd>a{
    display: table-cell;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 20px;
    width: 100%;
    vertical-align: middle;
}
.side-navigation .nav-child dd>a>i{
    display: block;
    font-size: 10px;
    font-style: normal;
}
/* 闂堛垹瀵樼仦鎴濆挤鐎佃壈鍩� */
.breadcrumb{
    position: relative;
    overflow: hidden;
}
.breadcrumb:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.breadcrumb-text{
    float: left;
    position: relative;
    padding: 20px 10px 5px;
}
.breadcrumb-text:after{
    content: '';
    position: absolute;
    height: 3px;
    background-color: #06472e;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.breadcrumb-text>span{
    font-size: 24px;
    color: #06472e;
}
.breadcrumb-text>span>i{
    font-size: 18px;
    font-style: normal;
    margin-left: 5px;
}
.breadcrumb-text>.separator{
    margin: 0 5px;
    font-size: 20px;
}
.breadcrumb-text>.secondary{
    font-size: 18px;
}
.breadcrumb-href{
    position: absolute;
    bottom: 8px;
    right: 10px;
}
.breadcrumb-href>a{
    font-size: 14px;
    color: #999;
}
.breadcrumb-href>a.active{
    font-size: 18px;
    color: #022617;
}
.breadcrumb-href>.separator{
    margin: 0 2px;
    color: #999;
}
/* 濮濓絾鏋� */
.side-content {
    display: inline-block;
    width: 950px;
    min-height: 600px;
    padding: 0 10px 0 40px;
}
.article-content{
    padding:25px 0 50px;
	overflow: auto;
	font-size: 16px;
}
.article-content p,.article-content h1,.article-content h2,.article-content h3{
    line-height: 2em;
}
/* 濮濓絾鏋冮弽鍥暯 */
.article-title{
    font-size: 22px;
    line-height: 1em;
    text-align: center;
    margin: 50px 0 25px;
}
.article-info{
    font-size: 14px;
    text-align: center;
    color: #999;
    line-height: 1em;
    padding-bottom: 26px;
    border-bottom: 1px #d6d6d6 dashed;
}
/* 濮濓絾鏋冪憴鍡涱暥 */
.article-content iframe{
    max-width: 100%;
    display: block;
    margin: 20px auto;
}
.article-content embed{
    max-width: 100%;
    display: block;
    margin: 20px auto;
}
.article-content video{
	max-width: 100%;
    display: block;
    margin: 20px auto;
}
/* 濮濓絾鏋冮崶鍓у */
.article-content img{
    max-width: 100%;
    display: block;
    margin: 10px auto;
    height: auto;
}
/* 娑撳﹣绔存い鍏哥瑓娑擄拷妞わ拷 */
.article-detail .page{
    padding: 25px 0;
    margin-top: 30px;
    border-top: 1px #d6d6d6 dashed;
}
.article-detail .page>a{
    display: inline-block;
    color: #333;
    line-height: 1em;
    max-width: 50%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.article-detail .page>a:hover{
    color:#06472e!important;
}
.article-detail .page>a:last-child{
    text-align: right;
    float: right;
}
.article-detail .page>a.disabled{
    color:#999!important;
    cursor: not-allowed;
}
/* 閸掑棝銆� */
.page-bar{
    padding-bottom: 90px;
    text-align: center;
    user-select: none;
}
.page-bar .layui-laypage a,.page-bar .layui-laypage span{
    margin: 4px 5px;
    border-radius: 2px;
    padding: 4px 13.5px;
    background-color: transparent;
    font-size: 16px;
}
.page-bar .layui-laypage .layui-laypage-curr em{
    color: #fff;
}
.page-bar .layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #06472e;
    border-radius: 0;
}
.page-bar .layui-laypage a:hover,.page-bar .layui-laypage-next,.page-bar .layui-laypage-prev{
    color: #06472e;
}
.page-bar .layui-laypage .layui-laypage-skip{
    padding: 0;
    height: 38px;
    line-height: 38px;
}
.page-bar .layui-laypage input{
    height: 38px;
    line-height: 38px;
}
.page-bar .layui-laypage button{
    height: 38px;
    line-height: 38px;
}
/* 閸ュ墽澧栧鐟板毉鐏炲倹鐗卞锟� */
.layui-layer-imguide{
    display: block!important;
}
.layui-layer-imgprev{
    position: fixed!important;
    left: 30px!important;
}
.layui-layer-imgnext{
    position: fixed!important;
    right: 30px!important;
}
#layui-layer-photos{
    height: auto!important;
}
.layui-layer-photos img{
	cursor: auto!important;
}
/* 缁夎濮╃粩顖烇拷鍌炲帳 */
@media screen and (min-width:480px) and (max-width:1440px){
	body{
		zoom:0.8;
        -moz-transform:scale(0.8);
        -moz-transform-origin:0 0;
		width: 125vw;
	}
	.side-navigation .nav-child dd{
		height:85px;
	}
	.layui-layer-photos{
		zoom:1.25;
	}
}
@media screen and (max-width:1120px){
    .container{
        min-height: 720px;
    }
}
@media screen and (max-width: 480px){	    
    body{
        min-width: auto;
        padding-top: 60px;
    }
    .header{
        height: 60px;
    }
    .header .header-bar{
        width: 100%;
        background-color: #fff!important;
    }
    .header .header-bar .logo{
        background-position: 0 0!important;
        width: 109px;
        height: 46px;
        top: 7px;
        left: 10px;
    }
    .header .layui-nav.nav-bar{
        position: fixed;
        z-index: 10000;
        top: 60px;
        left: auto;
        right: -230px;
        bottom: 0;
        width: 230px;
        padding: 10px 0 0;
        background-color: #1b3b2e;
        transition: all .3s ease;
    }
    .header .layui-nav.nav-bar li.layui-nav-item{
        width: 100%;
        height: 58px;
    }
    .header .layui-nav.nav-bar li.layui-nav-item>a{
        font-size: 16px;
        color: #fff!important;
        top: 0;
        text-align: left;
        margin: 0 15px;
        padding: 16px;
        border-bottom: 1px solid rgba(255,255,255,0.33);
    }
    .header .layui-nav.nav-bar .layui-nav-item>a>i{
        font-size: 12px;
        display: inline-block;
        margin-left: 1em;
    }
    .header .layui-nav.nav-bar .layui-nav-child{
        display: none!important;
    }
    .header .layui-nav.nav-bar .QRcode{
        display: block;
    }
    .header .site-mobile-icon{
        display: inline-block;
        color: #333;
        font-size: 22px;
        position: absolute;
        right: 20px;
        top: 18px;
    }
    .footer-bar{
        display: none;
    }
    .copyright>p{
        padding-top: 20px;
    }
    .copyright>p>span{
        display: block;
    }
    .copyright>p span:nth-of-type(3){
        margin-left: 0;
    }
    .fixbar{
        right: 0;
        bottom: 0;
        transform: scale(0.8);
    }

    .site-mobile .site-mobile-shade{
        display: block;
    }
    .site-mobile .header .layui-nav.nav-bar{
        right: 0;
        transition: all .3s ease;
    }
    .banner{
        height: 150px;
    }
    .main-content{
        width: 100%;
    }
    .main-content-bg{
        padding-top: 0;
    }
    .side-navigation{
        width: 100%;
    }
    .side-content{
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .breadcrumb-href{
        display: none;
    }
    .breadcrumb-text>span>i{
        display: none;
    }
    .page-bar{
        padding-bottom: 60px
    }
    .page-bar .layui-laypage span.layui-laypage-skip{
        display: none;
    }
    .article-content iframe{
	    max-width: 100%;
	    height:240px;
	    display: block;
	    margin: 20px auto;
	}
	.article-content embed{
	    max-width: 100%;
	    height:240px;
	    display: block;
	    margin: 20px auto;
	}
	.article-content video{
		max-width: 100%;
		height:240px;
	    display: block;
	    margin: 20px auto;
	}
}
