<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.baidumap{width:100%;height:500px;float:left;border-top:2px solid #333}
.cen-dv{width:100%; position:absolute;height:500px;background:#333;z-index:99;filter:alpha(opacity=30);-moz-opacity:0.3;opacity:0.3;}
.contact-dv{width:310px;height:406px;position:absolute; z-index:100;top:150px;right:150px;background:url(/Static/images/contact/contact-bg.png);opacity:0; overflow:hidden}
.contact-dv .close,.contact-dv .opens{height:30px; display: block;cursor:pointer}
.contact-dv span{margin-top:20px; font-size:16px; text-align:center;display:block;}
.contact-dv ul{margin-top:5px;}
.contact-dv li{height:58px;line-height:58px;padding-left:60px;font-size:14px;opacity:0;}
.contact-dv dl{padding:14px 0 0 17px;opacity:0;}
.contact-dv dt{float:left;margin:5px 5px 0 0;}
.contact-dv dd{margin-right:5px;line-height:21px;}
.contact-dv dd b{line-height:28px;color:#EC8500}
.contact-dv{
    -webkit-animation:pb_banner 1s 1s 1 forwards;
    animation:pb_banner 1s 1s 1 forwards;
    -webkit-animation-timing-function:cubic-bezier(.01, 1, .21, .99);
    animation-timing-function:cubic-bezier(.01, 1, .21, .99);
}
.contact-txt1{
    -webkit-animation:pb_left 2s 2s 1 forwards;
    animation:pb_show 2s 2s 1 forwards;
    -webkit-animation-timing-function:cubic-bezier(.01, 1, .21, .99);
    animation-timing-function:cubic-bezier(.01, 1, .21, .99);
}
.contact-txt2{
    -webkit-animation:pb_left 2s 2.6s 1 forwards;
    animation:pb_show 2s 2.6s 1 forwards;
    -webkit-animation-timing-function:cubic-bezier(.01, 1, .21, .99);
    animation-timing-function:cubic-bezier(.01, 1, .21, .99);
}
.contact-txt3{
    -webkit-animation:pb_left 2s 3.2s 1 forwards;
    animation:pb_show 2s 3.2s 1 forwards;
    -webkit-animation-timing-function:cubic-bezier(.01, 1, .21, .99);
    animation-timing-function:cubic-bezier(.01, 1, .21, .99);
}
.contact-dv dl{
    -webkit-animation:pb_left 1s 4s 1 forwards;
    animation:pb_show 1s 4s 1 forwards;
    -webkit-animation-timing-function:cubic-bezier(.01, 1, .21, .99);
    animation-timing-function:cubic-bezier(.01, 1, .21, .99);
}

@-webkit-keyframes pb_left {
    from { opacity: 0; -webkit-transform: translate3d(120px,0,0); transform: translate3d(0,0,0)}
    to { opacity: 1 ; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0)}
}

@keyframes pb_left {
    from { opacity: 0; -webkit-transform: translate3d(0,0px,0); transform: translate3d(0,0px,0)}
    to { opacity: 1 ; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0)}
}
</pre></body></html>