/* CSS Document  2015-01*/
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    margin: 0;
    padding: 0;
}
ol, ul {
    list-style: none outside none;
}
:focus {
    outline: 0 none;
}
a img {
    border: 0 none;
}
img {
    border: 0;
    height: auto;
    vertical-align: middle;
}
table {
    empty-cells: show;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
em {
    font-style: normal;
}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: medium none;
    padding: 0;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.fn {
    float: none;
}
.al {
    text-align: left;
}
.ac {
    text-align: center;
}
.ar {
    text-align: right;
}
.clr {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.clearfix {
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix:after {
    clear: both;
}

* + html .clearfix {
    min-height: 1%;
}
.overflow {
    overflow: hidden;
}
.form label, .form input, .form select, .form textarea, .form button, .form .label {
    float: left;
    font-size: 12px;
}
.block {
    cursor: pointer;
    display: block;
    overflow: hidden;
}
.hide {
    display: none;
}
.invisible {
    visibility: hidden;
}
.tab {
    overflow: hidden;
}
.tab li, .tab a, .tab-item {
    cursor: pointer;
    float: left;
    text-align: center;
}
.btn-img, .button {
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
}
.btn-text {
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-align: center;
}
body {
    background: none repeat scroll 0 0 #fff;
    color: #666;
    font: 12px/150% Verdana, Geneva, sans-serif;
    cursor: url(../images/star-cursor_32X32.ico),auto;
}
h1 {
    font: 20px Verdana, Geneva, sans-serif;
}
h2, h3 {
    font-size: 14px;
}
h4, h5, h6 {
    font-size: 12px;
}
a:link, a:visited {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #c00;
}
a:active {
    color: #900;
}
/*2015-06-10 by zyx */
body{ background: #f2445d;
    width: 100%;}
.container{
   width: 1000px;
    margin: 0 auto;
}
.hd{
     text-align: center;
}
.hd .banner{
    padding-top: 30px;
   
}

.hd .ps{
    position: absolute;
    right: 80px;
    bottom: 5px;
    color: #fff;
    letter-spacing: 4px;
}
.bd{
   
}
.bd .box{
    padding: 10px;
    border:10px solid #373d5d;
    background: #161b31;
    color: #fff;
    margin: 20px 0;
    -moz-box-shadow: 1px 2px 4px #06101f;
    -webkit-box-shadow: 1px 2px 4px #06101f;
    box-shadow: 1px 2px 4px #06101f;
}

.bd .box .title{
    width: 200px;
    margin: 20px 0;
}

.bd .box .title .t1{
    background: #f6dd0b;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 2px 8px;
    font-size: 16px;
    font-weight: bold;
    color: #0b1024;
    z-index: 999;
}

.bd .box .title .t2{
    background: #24db98;
    padding:3px 12px;
    font-size: 18px;
    font-weight: bold;
    color: #0b1024;
    position: relative;
    margin-left: 16px;
    z-index: 999;
}
.bd .box .title .t2 b{
    position: absolute;
    left: -14px;
    top: 6px;
    padding: 0;
    border: 6px solid #161b31;
    border-right: 8px solid #159165;
    z-index: 1
}



.bd .box .content{
    width: 720px;
    border: 3px dotted #f6dd0b;
    padding: 5px 15px;
    
}
.bd .box .content p{
    text-indent: 2em;
    line-height: 25px;
    font-size: 13px;
}
.bd .box .content d{
    color: #c3c3c3;
    font-size: 12px;
}
.bd .box .content b{
    color: #f6dd0b;
}
.bd .box .content a{
    color: #f2445d;
}

.bd .box .content a:hover{
    text-decoration: underline;
}


.ft .bo{
    background: #373d5d;
    width: 990px;
    overflow: hidden;
    padding:5px;
    height: 10px;
    -moz-box-shadow: 1px 2px 4px #06101f;
    -webkit-box-shadow: 1px 2px 4px #06101f;
    box-shadow: 1px 2px 4px #06101f;
}
.ft .bo ul{
    margin: 0 auto;
    overflow: hidden;
    height: 10px;
}
.ft .bo ul li{
    float: left;
    display: inline;
    padding: 5px 3px;
    background: #161b31;
    margin-right: 6px;
}

/*星光*/
.star{
   width: 1000px;
    height: 270px;
    position: relative;
    overflow: hidden;
}

.star span{
    width: 16px;
    height: 21px;
    background: url(../images/star.png);
    position: absolute;
}




