<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*科e互联特效基本框架CSS*/
body, ul, dl, dd, dt, ol, li, p, h1, h2, h3, h4, h5, h6, textarea, form, select, fieldset, table, td, div, input {margin:0;padding:0;-webkit-text-size-adjust: none}
h1, h2, h3, h4, h5, h6{font-size:12px;font-weight:normal}
body&gt;div{margin:0 auto}
div {text-align:left}
a img {border:0}
body { color: #333; text-align: center; font: 12px "微软雅黑"; }
ul, ol, li {list-style-type:none;vertical-align:0}
a {outline-style:none;color:#535353;text-decoration:none}
a:hover { color: #D40000; text-decoration: none}
.clear{height:0; overflow:hidden; clear:both}
.button {display: inline-block;zoom: 1; *display: inline;vertical-align: baseline;margin: 0 2px;outline: none;cursor: pointer;text-align: center;text-decoration: none;font: 14px/100% Arial, Helvetica, sans-serif;padding:0.25em 0.6em 0.3em;text-shadow: 0 1px 1px rgba(0,0,0,.3);-webkit-border-radius: .5em; -moz-border-radius: .5em;border-radius: .5em;-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.red {color: #faddde;border: solid 1px #980c10;background: #d81b21;background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#A51715));background: -moz-linear-gradient(top,  #ed1c24,  #A51715);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover { background: #b61318; background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115)); background: -moz-linear-gradient(top,  #c9151b,  #a11115); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115'); color:#fff;}
.red:active {color: #de898c;background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');}
.cor_bs,.cor_bs:hover{color:#ffffff;}
.keBody{background:url(../images/bodyBg.jpg) repeat #333;}
.keTitle{height:100px; line-height:100px; font-size:30px; font-family:'微软雅黑'; color:#FFF; text-align:center; background:url(../images/bodyBg3.jpg) repeat-x bottom left; font-weight:normal; overflow:hidden}
.kePublic{ padding:0px;}
.keBottom{color:#FFF; padding-top:25px; line-height:28px; text-align:center; font-family:'微软雅黑'; background:url(../images/bodyBg2.jpg) repeat-x top left; padding-bottom:25px}
.keTxtP{font-size:16px; color:#ffffff;}
.keUrl{color:#FFF; font-size:30px;}
.keUrl:hover{ text-decoration: underline; color: #FFF; }
.mKeBanner,.mKeBanner div{text-align:center;}
/*科e互联特效基本框架CSS结束，应用特效时，以上样式可删除*/
/* 效果CSS开始 */
.mnBody{width:100%; position:relative;background: #fff4e0; height:500px; }
.slide { background: #fff4e0; position: relative; }
.slide .stage { position: relative; height: 400px; background: #c5e0dc; }
.slide .stage .landscape { background: url("../images/landscape.png") no-repeat center top; background-size: cover; height: 248px; position: absolute; top: 185px; left: 0; width: 100%; z-index: 3; }
.slide .stage .behind-trees { background: url("../images/behind-trees.png") no-repeat center top; height: 103px; position: absolute; top: 120px; left: 0; width: 100%; z-index: 2; }
.slide .stage .behind-mountains { background: url("../images/behind-mountains.png") no-repeat center top; height: 103px; position: absolute; top: 100px; left: 0; width: 100%; z-index: 2; }
.slide .stage .foreground-trees { background: url("../images/foreground-trees.png") no-repeat center top; height: 264px; position: absolute; top: 150px; left: 0; width: 100%; z-index: 4; }
.kai { height: 257px; position: absolute; width: 180px; left: 50%; margin-left: -90px; top: 110px; z-index: 3; transform: scale(0); background: url("../images/kai_running.png"); }
.kai .eyes:after, .kai .eyes:before { height: 8px; width: 5px; background: #1a181b; top: 100px; content: ""; position: absolute; display: block; border-radius: 50%; }
.kai .eyes:after { right: 70px; }
.kai .eyes:before { left: 70px; }
.kai.animate { animation: animate 0.75s steps(19) infinite; }
.kai.animate .eyes { position: relative; animation: eyes_running .75s reverse infinite; }
.kai.animate .eyes:before, .kai.animate .eyes:after { animation: eyes_blink 5s .2s alternate infinite linear; }
 @keyframes animate {  to {
 background-position: -3420px;
}
}
@keyframes eyes_blink {  0% {
 height: 8px;
 top: 100px;
}
 10% {
 height: 8px;
 top: 100px;
}
 11% {
 height: 2px;
 top: 103px;
}
 13% {
 height: 2px;
 top: 103px;
}
 14% {
 height: 8px;
 top: 100px;
}
 30% {
 height: 8px;
 top: 100px;
}
 34% {
 height: 8px;
 top: 100px;
}
 36% {
 height: 2px;
 top: 103px;
}
 38% {
 height: 8px;
 top: 100px;
}
 40% {
 height: 2px;
 top: 103px;
}
 42% {
 height: 8px;
 top: 100px;
}
 99.9999% {
 height: 8px;
 top: 100px;
}
}
@keyframes eyes_running {  0% {
 top: 20px;
}
 22% {
 top: 9px;
}
 46% {
 top: 17px;
}
 72% {
 top: 9px;
}
 100% {
 top: 20px;
}
}
/* 效果CSS结束 */</pre></body></html>