<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** è®¾ç½®é»˜è®¤å­—ä½“ **/
body {
    font: 12px/1.5 'å¾®è½¯é›…é»‘',tahoma, Srial, helvetica, sans-serif;

}
.clear{
    clear: both;
}
.wrap{
    width: 100%;
	margin:0 auto;
}
.zongzi{
	position: absolute;
	top: 642px;
    left: 50%;
	margin-left:416px;
    width: 313px;
    height: 260px;
    background: url(../images/zongzi.png) top left no-repeat;
    z-index: 999;
}
.zhuzi{
	position: absolute;
	top: 170px;
    left: 92px;	
    width: 600px;
    height: 600px;
    background: url(../images/zhuzi.gif) top left no-repeat;
    z-index: 99;
    opacity: 0.3;
}
.zhuzir{
	position: absolute;
	top: 240px;
    left: 50%;
	margin-left:336px;	
    width: 422px;
    height: 600px;
    background: url(../images/zhuzir.gif) top left no-repeat;
    z-index: 99;
    opacity: 0.5;
}
.con1{
    width: 100%;
    height: 477px;
    background: url("../images/bg2022_01.jpg") top center no-repeat;
    position: relative;
}
.con1 p{
    position: absolute;
    left: 64px;
    top: 390px;
    color: #005c7c;
    font-size: 16px;
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    letter-spacing: 2px;
}
.con2{
    width: 100%;
    height: 559px;
    background: url("../images/bg2022_02.jpg") top center no-repeat;
    position: relative;
}
.dargonbg{
	position:absolute;
    left: 50%;
    margin-left: -360px;
    top: 78px;	
	width:720px;
	height:460px;
    background: url("../images/dragon.gif") top center no-repeat;
	z-index:99;
	background-size:70%;	
}
.con2 .chai{
    display: block;
    width: 152px;
    height: 152px;
    position: absolute;
    left: 50%;
    margin-left: -76px;
    top: 254px;
    text-align: center;
    font-size:42px;
    color: #000;
    line-height: 152px;
    background: url("../images/btn.png");
	z-index:999;
}
.con2 .chai em{
    display: block;
    -webkit-animation: chai .8s infinite;
    -o-animation: chai .8s infinite;
    animation: chai .8s infinite;
}

@-webkit-keyframes chai {
    from{
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50%{
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
    to{
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes chai {
    from{
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50%{
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
    to{
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
.con2 .info{
    width: 213px;
    height: 109px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 426px;
    color: #1C6956;
    font-size: 12px;
    text-align: center;
    background: url("../images/txt_bg.png") top center no-repeat;	
}
.con2 .info ul{
	padding:10px;
}
.con2 .info li{
    height: 25px;
    line-height: 25px;
}
.con2 li a{
    color: #1C6956;
}
.con2 li a:hover{
    color: #ff0000;
}
.con3{
    width: 100%;
    height: 474px;
    background: url("../images/bg2022_03.jpg") top center no-repeat;
    color: #fff;
    font-size: 16px;
    position: relative;
}
.con3 p{
    width: 780px;
    height: 60px;
    line-height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -390px;
}
.con3 p span{font-size: 20px}
.con3 .p1{
    top: 125px;
}
.con3 .p2{
    top: 205px;
}
.con3 .p3{
    top: 295px;
}
.con3 em{
    display: block;
    width: 40px;
    height: 30px;
    float: left;
}
.con4{
    width: 100%;
    height: 575px;
    color: #fff;
    font-size: 16px;
    background: url("../images/bg2022_04.jpg") top center no-repeat;
    position: relative;
}
.con4 p{
    width: 760px;
    height: 60px;
    line-height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -365px;
}
.con4 p span{font-size: 20px}
.con4 .p1{
    top: 155px;
}
.con4 .p2{
    top: 275px;
    letter-spacing: 1px;
}
.con4 .p3{
    top: 305px;
    letter-spacing: 1px;
}
.con4 .p3 a{
    color: #1C6956;
}
.foot{
    width: 100%;
    height: 60px;
    background: #000000;
    position: relative;
}
.foot ul{
    display: block;
    width: 600px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: 0;
    color: #fff;
}
.foot ul li{
    display: block;
    height: 60px;
    line-height: 60px;
    float: left;
    margin-left: 30px;
    text-align: center;
    font-size: 12px;
}
</pre></body></html>