* {
    margin: 0;
    padding: 0;
}
a {
    font-size: 12px;
    color: #fff;
    text-decoration: none
}
body {
    font: 14px/1.6"Microsoft Yahei";
    color: #FFF;
    background-color: #101227;
}
.w1000 {
    width: 1000px;
    margin: 0 auto
}
ul li {
    list-style: none
}
.clearfix:after {
    content:".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
.clearfix {
    *+height:1%;
}
* html .clearfix {
    zoom: 1;
}
/* IE6 */
*+html .clearfix {
    zoom: 1;
}
/* IE7 */
.fL {
    float: left !important;
}
.fR {
    float: right !important;
}
/*---------------index--------------*/
#header {
    padding: 10px 0 10px;
    height: 100px;
    box-sizing: border-box;
    background: url(../images/index/h_bg.jpg) no-repeat center top;
}
#header .hBox {
    width: 1000px;
    margin: 0 auto;
}
#header .logo {
    margin: 0 50px 0 0;
    float: left;
}
#header .logo img {
    display: block;
}
#header .hIm01 {
    float: left;
    margin: 25px 0 0;
}
#header .hIm02 {
    float: right;
    margin-top: 8px;
}
.wrap {
    width: 1000px;
    margin: 0 auto;
}
#main {
    padding: 10px 0;
    background: url(../images/index/bg01.jpg) no-repeat center top;
}
#main #conts {
    padding: 15px 20px 30px 30px;
    width: 654px;
    height: 785px;
    float: left;
    background-color: #141833;
    border: 1px solid #3E476F;
}
#main .ttlDl {
    margin-bottom: 15px;
}
#main .ttlDl dt {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
#main .ttlDl dd {
    color: #bbc0e0;
    padding: 4px 0 0 0;
    font-size: 13px;
}
#main .ttlDl dd span {
    color: #f7ce6c;
}
#main .refresh {
    margin: 15px 0 11px;
    text-align: center;
}
#main .refresh a img {
    filter: alpha(opacity=80);
    opacity: 0.8;
}
#main .refresh a:hover img {
    filter: alpha(opacity=100);
    opacity: 1;
}
#main #sideBar {
    width: 244px;
    float: right;
    /*height: 728px;*/
    padding: 20px 20px 17px;
    position: relative;
    background-color: #141833;
    border: 1px solid #3E476F;
}
#sideBar .sImg {
    text-align: center;
    margin-bottom: 15px;
}
#sideBar .ttl {
    text-align: center;
    margin-bottom: 15px;
}
#sideBar .ttl2 {
    margin-bottom: 10px;
    text-align: center;
}
#sideBar .downTtl {
    margin-bottom: 15px;
    text-align: center;
}
#sideBar .downTtl span {
    display: inline-block;
    margin: 0 10px;
}
#sideBar .downTtl img {
    display: inline-block;
}
#sideBar .downUl {
    width: 270px;
    margin: 0 -20px 18px 0;
}
#sideBar .downUl li {
    margin-right: 15px;
    float: left;
    width: 115px;
    text-align: center;
}
#sideBar .downUl li span {
    display: block;
}
#sideBar .service {
    margin-bottom: 10px;
}
#sideBar .text {
    font-size: 12px;
    color: #bbc0e0;
    line-height: 2.2;
}
#sideBar .text span {
    color: #ff5245;
    display: block;
}
.list {
    margin-bottom: 16px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    zoom: 1;
    clear: both;
}
.input1 {
    float: left;
    font-size: 14px;
    width: 110px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin-right: 13px;
    color: #fff;
    background: #232B50;
    border: 1px solid #3E466F;
}
.input2 {
    margin-right: 18px;
    display: block;
    float: left;
    width: 315px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    padding-left: 20px;
    background: #232B50;
    border: 1px solid #3E466F;
}
.list .img {
    margin: 10px 10px 0 0;
    float: left;
}
.list .img img {
    display: block
}
.open {
    width: 130px;
    height: 34px;
    line-height: 34px;
    float: left;
    display: block;
    font-size: 14px;
    text-align: center;
    color:#372b0d;
    font-weight: bold;
    background: #F7CE6C;
    border: 1px solid #F7CE6C;
}
.open:hover {
    color: #372b0d;
    background-color:#ff0;
    border: 1px solid #ff0;
}
.sub {
    width: 307px;
    height: 36px;
    border: none;
    margin: 5px 0 5px 170px;
    cursor: pointer;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.sub:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.search {
    padding-bottom:20px;
    margin-bottom: 35px;
    border-bottom: 1px dashed #3F4871;
}
.search.none {
    border: none;
    padding-bottom:0;
    margin-bottom: 0;
}
#footer {
    padding: 5px 0 15px;
    text-align: center;
    clear: both;
}
#footer .fBox {
    width: 1000px;
    margin: 0 auto;
}
#footer .copyright {
    color: #949fd0;
    font-size: 12px;
}