<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
 
/* 
        @名称: base
        @功能: 重设浏览器默认样式
*/
 
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html{
        color:#000;background:#fff;
        -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
 
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
        margin:0;padding:0;
}
 
/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
    display:block;
}
 
/* HTML5 媒体文件跟 img 保持一致 */
audio,canvas,video {
    display: inline-block;*display: inline;*zoom: 1;
}
 
/* 要注意表单元素并不继承父级 font 的问题 */
body,button,input,select,textarea{
        font:12px/1.5 tahoma,arial,\5b8b\4f53;
}
input,select,textarea{
        font-size:100%;
}
 
/* 去掉各Table  cell 的边距并让其边重合 */
table{
        border-collapse:collapse;border-spacing:0;
}
 
/* IE bug fixed: th 不继承 text-align*/
th{
        text-align:inherit;
}
 
/* 去除默认边框 */
fieldset,img{
        border:0;
}
 
/* ie6 7 8(q) bug 显示为行内表现 */
iframe{
        display:block;
}
 
/* 去掉 firefox 下此元素的边框 */
abbr,acronym{
        border:0;font-variant:normal;
}
 
/* 一致的 del 样式 */
del {
        text-decoration:line-through;
}
 
address,caption,cite,code,dfn,em,th,var {
        font-style:normal;
        font-weight:500;
}
 
/* 去掉列表前的标识, li 会继承 */
ol,ul {
        list-style:none;
}
 
/* 对齐是排版最重要的因素, 别让什么都居中 */
caption,th {
        text-align:left;
}
 
/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {
        font-size:100%;
        font-weight:500;
}
 
q:before,q:after {
        content:'';
}
 
/* 统一上标和下标 */
sub, sup {
    font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
 
 
 
/* 让链接在 hover 状态下显示下划线 */
a:hover {
        text-decoration:underline;
}
 
/* 默认不显示下划线，保持页面简洁 */
ins,a {
        text-decoration:none;
}
 
/* 清理浮动 */
.fn-clearfix:after {
        visibility:hidden;
        display:block;
        font-size:0;
        content:" ";
        clear:both;
        height:0;
}
.fn-clearfix {
        zoom:1; /* for IE6 IE7 */
}
 
/* 隐藏, 通常用来与 JS 配合 */
body .fn-hide {
        display:none;
}
 
/* 视觉隐藏,但在布局中占位*/
.fn-invisible {
    visibility: hidden;
}
 
/* 设置内联, 减少浮动带来的bug */
.fn-left,.fn-right {
        display:inline;
}
.fn-left {
        float:left;
}
.fn-right {
        float:right;
}
 
/* 设置全局样式 */
.text-size12{font-size:12px;}
.text-size14{font-size:14px;}
.text-size16{font-size:16px;}
.text-size18{font-size:18px;}

.fixed{
    position: fixed;
}
* html .fixed{
    position:absolute;
    top:expression(eval(document.documentElement.scrollTop+300));
}
.absoluted{
    position: absolute;
}


html{
_background:url(about:blank); /* 阻止闪动 in IE6 , 把空文件换成about:blank , 减少请求 */
}

body{
    position: relative;
    font-family: '宋体';
    font-size: 14px;
    color: #a2b7ff;
}
.wrapper{
    position: relative;
    min-width: 1000px;
}
.banner{
    background: #3ca5fb url(../img/banner.jpg) no-repeat top center;
}
.banner .banner-inner{
    position: relative;
    width: 1000px;   
    height: 614px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;

}
.flashBox{
    position: relative;
    left: 80px;
    top:1px;
    width: 900px;
    height: 615px;
}
.banner .enter-game{
    display: block;
    width: 90px;
    height: 34px;
    position: absolute;
    top:8px;
    right: 3px;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    z-index: 9999;
}
.nav{
    /*top:0;
    right:0;*/
    width: 101px;
    height: 375px;
    background: url(../img/navbg.png) no-repeat top center;
    z-index: 999;
}
.nav ul{    
    padding: 44px 25px 0 26px;
    _padding-left:28px;
    font-size: 0;
    line-height: 0;
}
.nav li{
    font-size: 0;
    line-height: 0;
    border: none;
    width: 52px;
    height: 53px;
}
.nav a{
    display: block;
    width: 52px;
    height: 53px;
    font-size: 0;
    line-height: 0;
    border: none;
    cursor: pointer;
}
.nav-item-1 a:hover,.nav-item-1 .cur-nav{
    background: url(../img/navbg-hover.jpg) no-repeat 0 0;
}
.nav-item-2 a:hover,.nav-item-2 .cur-nav{
    background: url(../img/navbg-hover.jpg) no-repeat 0 -53px;
}
.nav-item-3 a:hover,.nav-item-3 .cur-nav{
    background: url(../img/navbg-hover.jpg) no-repeat 0 -106px;
}
.nav-item-4 a:hover,.nav-item-4 .cur-nav{
    background: url(../img/navbg-hover.jpg) no-repeat 0 -159px;
}
.nav-item-5 a:hover,.nav-item-5 .cur-nav{
    background: url(../img/navbg-hover.jpg) no-repeat 0 -212px;
}
.nav-item-6 a:hover,.nav-item-6 .cur-nav{
    background: url(../img/navbg-hover.jpg) no-repeat 0 -265px;
}



.box-outer{
    position: relative;
}
.box-inner{
    width: 907px;
    margin-left: auto;
    margin-right: auto;
    padding: 95px 93px 0 0;
}
.box-hd{
    position: relative;
    width: 343px;
    height: 65px;
    background: url(../img/title.png) no-repeat top left;
    margin-bottom: 14px;
}
.box-hd h2{
    font-size: 0;
    text-indent: -9999px;
}
.box-outer .point{
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
    color: #fff8aa;
}
.num{
    color: #000;
    display: inline-block;
    width: 17px;  
    height: 17px; 
    text-align: center;
    font-weight: bold;
    line-height: 17px;
    margin-right: 10px;
    background: url(../img/cbg.png) no-repeat top center;
}


.box-outer-1{
    background: #4d67c5 url(../img/box1.jpg) no-repeat top center;
    height: 841px;
}
.box-outer-1 .box-hd{
    background-position: 0 0;
}
.box-outer-1 .box-bd{
    width: 843px;
    height: 601px;
    background: rgba(35,56,137,.7);
    padding-left: 35px;
    padding-right: 30px;
}
.fourperson{
    position: relative;
    top:-14px;
}
.person{
    float: left;
    text-align: center;
    position: relative;
    padding: 0 10px;
}
.person p{
    font-weight: bold;
    color: #cdd8ff;
    margin-top: 10px;
}
.box-outer-1 .paragraph{
    padding-top: 35px;
    padding-left: 10px;
}
.box-outer-1 p{
    padding: 3px 0;
}
.box-outer-1 .p-t{
    padding: 12px 0 30px 10px;
    border-bottom: #000 1px dashed;
}
.box-outer-1 .point{
    padding-bottom: 4px;
}
.box-outer-1 .num{
    background-position: 0 0;
}



.box-outer-2{
    background: #6558ba url(../img/box2.jpg) no-repeat top center;
    height: 819px;
}   
.box-outer-2 .box-hd{
    background-position: 0 -65px;

}   
.box-outer-2 .box-bd{
    font-size: 14px;
    line-height: 2;
    color: #cbc7ff;
}
.box-outer-2 .show-item-f{
    /*width: 441px;
    height: 460px;*/
    width: 395px;
    height: 435px;
    padding: 25px 23px 0;
    background-color: rgba(44,28,123,.6);
    text-align: center;
}
.box-outer-2 .show-item-f .paragraph{
    text-align: left;
    margin-top: 20px;
    font-size: 12px;
}
/*.box-outer-2 p{
    font-size: 12px;
    line-height: 2;
    color: #cbc7ff;
}*/
.box-outer-2 .box-fd{
   color: #e7e5ff;
   line-height: 1.6;
   margin-top: 25px;
   padding-left: 3px;
}



.box-outer-3{
    background: #3d8dc6 url(../img/box3.jpg) no-repeat top center;
    height: 1524px;
}  
.box-outer-3 .box-hd{
    background-position: 0 -130px;
}
.box-outer-3 .box-bd{
    font-size: 14px;
    color: #aaf0ff;
    line-height: 1.8;
}
.box-outer-3 .show-item{
    background-color: rgba(2,54,87,.7);
    margin-bottom: 14px;
    padding: 20px 30px 20px 20px;
}
.box-outer-3 .show-item-par{
    width: 450px;
}
.box-outer-3 .num{
    background-position: 0 -17px;
}
.box-outer-3 .colr{
    font-size: 12px;
    color: #ffe65d;
}
.box-outer-3 .paragraph{
    margin-bottom: 14px;
}
.box-outer-3 .para-fix p{
    line-height: 1;
    padding: 5px 0;
}
.box-outer-3 .show-item-1{
    width: 481px;
    padding:0 0 0 18px;
    height: 37px;
    line-height: 37px;
    color: #fff8aa;
}
.box-outer-3 .tb{
    text-align: center;
    /*border: 1px solid #0b334b;*/
    background-color: #2993c5;
    color: #fff;
    margin-top: 15px;
    font-size: 12px;
    background: url(../img/tdbd.jpg) no-repeat top left;
}
.row-1 .row-hd{
    width: 150px;
    height: 80px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    line-height: 90px;
    /*border-left: 1px solid #2283b4;*/
}
.row-1 .row-con{
    height: 80px;
    width: 134px;
    padding:10px 20px 0 16px;
}
.row-2 .row-hd{
    width: 150px;
    height: 57px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    line-height: 57px;
    /*border-left: 1px solid #2283b4;*/
}
.row-2 .row-con{
    height: 57px;
    width: 170px;
    padding-top:10px;
}
.tb .row-h{
    font-weight: bold;
    display: block;
}

/*.box-outer-3 .tr-f .hd-b{
    font-size: 14px;
    width: 90px;
    height: 90px;
    font-weight: bold;
}
.box-outer-3 .tr-s .hd-b{
    font-size: 14px;
    width: 90px;
    height: 65px;
    font-weight: bold;
}
.box-outer-3 .hd-s{
    font-weight: bold;
}*/



.box-outer-4{
    background: #6943b2 url(../img/box4.jpg) no-repeat top center;
    height: 672px;
}  
.box-outer-4 .box-hd{
    background-position: 0 -195px;
}
.box-outer-4 .box-bd{
    padding: 45px 32px 0;
    width: 846px;
    height: 350px;
    color: #c4b5ff;
    line-height: 1.6;
    background: rgba(44,15,69,.5);
}
.box-outer-4 .show-item-con{
    width: 362px;
}
.box-outer-4 .show-item-con p{
    margin-top:20px; 
}
.box-outer-4 .num{
    background-position: 0 -34px;
    _background-position: 0 -33px;
}


.box-outer-5{
    background: #405ec6 url(../img/box5.jpg) no-repeat top center;
    height: 618px;
} 
.box-outer-5 .box-hd{
    background-position: 0 -260px;
} 
.box-outer-5 .box-bd{
    padding: 30px 40px 0 30px;
    width: 838px;
    height: 305px;
    color: #c4b5ff;
    line-height: 1.6;
    background: rgba(25,46,125,.6);
}
.box-outer-5 .show-item-con{
    width: 450px;
}
.box-outer-5 .show-item-con p{
    margin-top:20px; 
}
.box-outer-5 .num{
    background-position: 0 -51px;
    _background-position: 0 -50px;
}
#platformFooter .footerWrap{
    margin-top: 0;
}

.lt-ie9 .box-outer-1 .box-bd{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BE233889,endColorstr=#BE233889);
}
.lt-ie9 .box-outer-2 .show-item-f{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#A32c1c7b,endColorstr=#A32c1c7b);
}
.lt-ie9 .box-outer-3 .show-item{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BE023657,endColorstr=#BE023657);
}
.lt-ie9 .box-outer-4 .box-bd{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#882c0f45,endColorstr=#882c0f45);
}
.lt-ie9 .box-outer-5 .box-bd{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#A3192e7d,endColorstr=#A3192e7d);
}</pre></body></html>