@charset "UTF-8";

body{
    font-family: "微软雅黑",Arial, Helvetica, sans-serif,\u5FAE\u8F6F\u96C5\u9ED1;
    margin: 0;
}
a{
    text-decoration: none;
}
.f12{font-size: 12px;} .f14{font-size: 14px;} .f16{font-size: 16px;} .f18{font-size: 18px;} .f20{font-size: 20px;} .f22{font-size: 22px;} .f24{font-size: 24px;} .f26{font-size: 26px;} .f28{font-size: 28px;}.f30{font-size: 30px;}
.f12b{font-size: 12px;font-weight: bold}. f14b{font-size: 14px;font-weight: bold} .f16b{font-size: 16px;font-weight: bold} .f18b{font-size: 18px;font-weight: bold} .f20b{font-size: 20px;font-weight: bold} .f22b{font-size: 22px;font-weight: bold} .f24b{font-size: 24px;font-weight: bold} .f26b{font-size: 26px;font-weight: bold} .f28b{font-size: 28px;font-weight: bold} .f30b{font-size: 30px;font-weight: bold}
.f_white{color: black;} .f_black{color: black;}
.ta_left{text-align: left;}.ta_center{text-align: center;}.ta_right{text-align: right;}
.top{vertical-align: top;} .middle{vertical-align: middle;} .bottom{vertical-align: top;}
.left{margin-left: 0;left: 0;} .center{margin-left: auto;margin-right: auto;left: 0;right: 0;} .right{margin-right: 0;right: 0;}
.ml5{margin-left: 5px;} .ml10{margin-left: 10px;} .ml15{margin-left: 15px;} .ml20{margin-left: 20px;} .ml25{margin-left: 25px;} .ml30{margin-left: 30px;}
.mt5{margin-top: 5px;} .mt10{margin-top: 10px;} .mt15{margin-top: 15px;} .mt20{margin-top: 20px;}
.mt-5{margin-top: -5px;}
.relative{position: relative;} .absolute{position: absolute;} .fixed{position: fixed;}
.f_l{float: left;} .f_r{float: right;}
.inline{display: inline;} .inline-block{display: inline-block;} .block{display: block;}
ul.inline-block{display: inline-block;+display : inline;}
.separate{border-collapse: separate;} .collapse{border-collapse: collapse;}
.border-test{border: 1px solid red;}
.inline49per{display: inline-block;width: 49%;}
.p3{padding: 3px;} .p4{padding: 4px;} .p5{padding: 5px;} .p10{padding: 10px;} .p30{padding: 30px;}
.p3_10{padding: 3px 10px;} .p5_10{padding: 5px 10px;}
.pt10{padding-top: 10px;} .pt20{padding-top: 20px;} .pt30{padding-top: 30px;} .pt40{padding-top: 40px;} .pt50{padding-top: 50px;}
.pb10{padding-bottom: 10px;} .pb20{padding-bottom: 20px;} .pb30{padding-bottom: 30px;} .pb40{padding-bottom: 40px;} .pb50{padding-bottom: 50px;}
.bc_white{background-color: white;}
.w_100per{width: 100%} .h_100per{height: 100%} .fill-parent{height: 100%}
.box{
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 980px;
}
.box-shadow {
    width: 100%;
    height: 100%;
    background-color: #e5e5e5;
    position: absolute;
    top: 6px;
    left: 6px;
    /*+width: 488px;
    +height: 193px;
    width: 488px\0;
    height: 193px\0;*/
    z-index: -1;
}

.head{
    text-align: center;
    height: 400px;
    overflow: hidden;
    background: url('./images/7_01.png') no-repeat top center #07040b;
}

#menu{
    display: inline-block;
}
#menu > li{
    display: inline-block;
    +display: inline;
    margin: 0 10px;
}
#menu > li a{
    color: black;
    height: 30px;
    display: inline-block;
    border-bottom: 5px solid transparent;
}
#menu > li > a:hover{
    border-bottom: 5px solid #ffd200;
}
#menu > li a > img{
    border: 0;
}

#opacity{
    height: 100%;
    width: 1000%;
    margin-left: -400%;
    position: absolute;
    bottom: 0px;
    background-color: white;
    opacity: 0.2;
    filter: alpha(opacity=20);
    z-index: -1;
}

/*左侧浮动菜单begin*/
ul.leftMenu{
    list-style: none;
    position: absolute;
    left: -190px;
    top: 20px;
    font-size: 24px;
    background-color: white;
    display: block;
    padding: 0;
    font-weight: bold;
    margin: 0;
}
ul.leftMenu.fixed{
    position: fixed;
    top: 50px;
    left: 50%;
    margin-left: -680px;
}
ul.leftMenu > div > li{
    cursor: pointer;
    padding-right: 20px;
    height: 50px;
    line-height: 50px;
    z-index: 1;
}
ul.leftMenu > div > li:hover{
    background-color: #505050;
    color: white;
}
ul.leftMenu > div > li.current{
    background-color: #505050;
    color: white;
}
ul.leftMenu > div > li > .square1{
    display: inline-block;
    width: 10px;
    height: 50px;
    background-color: transparent;
    vertical-align: top;
}
ul.leftMenu > div > li:hover > .square1{
    background-color: #28ab20;
}
ul.leftMenu > div > li.current > .square1{
    background-color: #28ab20;
}
ul.leftMenu > div > li > .title{
    display: inline-block;
}
ul.leftMenu > div > li > .title > .square2{
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #bfbfbf;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 10px;
}
ul.leftMenu > div > li:hover > .title > .square2{
    background-color: #28ab20;
}
ul.leftMenu > div > li.current > .title > .square2{
    background-color: #28ab20;
}
/*左侧浮动菜单begin*/

#rightShare{
    position: absolute;
    top: 10px;
    right: 50%;
    margin-right: -560px;
    background-color: white;
    display: block;
    width: 45px;
    height: 260px;
}
#rightShare.rightFixed{
    position: fixed;
    top: 40px;
}
#rightShare a{
    display: block;
    width: 100%;
    height: 45px;
}
#rightShare a span{
    display: block !important;
    width: 100%;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
#rightShare .comment span{
    background: url("images/share.png") no-repeat 0 -125px;
}
#rightShare .comment span:hover{
    background-position:  -76px -125px;
}

#rightShare .jiathis_button_tsina span{
    background: url("images/share.png") no-repeat 0 -175px;
}
#rightShare .jiathis_button_tsina span:hover{
    background-position:  -76px -175px;
}

#rightShare .jiathis_button_tqq span{
    background: url("images/share.png") no-repeat 0 -224px;
}
#rightShare .jiathis_button_tqq span:hover{
    background-position:  -76px -224px;
}

#rightShare .jiathis_button_qzone span{
    background: url("images/share.png") no-repeat 0 -276px;
}
#rightShare .jiathis_button_qzone span:hover{
    background-position:  -76px -276px;
}

#rightShare .jiathis_button_weixin span{
    background: url("images/share.png") no-repeat 0 -328px;
}
#rightShare .jiathis_button_weixin span:hover{
    background-position:  -76px -328px;
}

#rightShare .returnTop span{
    background: url("images/share.png") no-repeat 0 -378px;
    cursor: pointer;
}
#rightShare .returnTop span:hover{
    background-position:  -76px -378px;
}

#newsContent{color: rgb(51, 51, 51);letter-spacing: normal;line-height: 28px;text-indent: 32px;}
#newsContent img{border: none;}