@charset "utf-8";
body {
    background: #f8f8f8;
    background: #fff url(../images/bg.jpg) repeat-x;
}

a:visited {
    background: none;
}

#itemName {
    padding-top: 4px;
}

.banner {
    width: 1172px;
    height: 371px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.itemNames {
    width: 200px;
    height: 371px;
    float: left;
    overflow: hidden;
    position: relative;
}

.itemNames.posi {
    margin-top: 54px;
    height: 270px;
}

.itemNames ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.itemNames li {
    line-height: 47px;
    margin-bottom: 7px;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.itemNames li.on {
    background: rgba(255, 255, 255, 0.57);
    color: #3b3b3b;
}

.itemNames li.last,
.itemNames li:last-child {
    /* margin-bottom: 0; */
}


.cup,
.cdown {
    height: 47px;
    width: 200px;
    background: rgba(0, 0, 0, 0.4) url(../images/cup.png) center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    display: none;
    border-radius: 3px;
}

.cdown {
    background-image: url(../images/cdown.png);
    top: auto;
    bottom: 0;
}

.echart {
    height: 371px;
    width: 972px;
    position: relative;
    z-index: 1;
    float: right;
}

.legendbg {
    z-index: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 50px;
    width: 972px;
    background: rgba(255, 255, 255, 0.6);
}

.changetime {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    width: 972px;
    text-align: center;
    z-index: 2;
}

.changeitem {
    height: 50px;
    display: none;
}

.content {
    min-width: 1000px;
    width: 100%;
    position: relative;
}

.content_c {
    width: 1000px;
    margin: 0 auto;
}


/***** 登录 *****/

.favorite_title,
.login_title {
    width: 954px;
    margin: 0 auto;
    height: 52px;
    border-bottom: 2px solid #f1f1f1;
}

.favorite_title span,
.login_title span {
    float: left;
    height: 52px;
    padding: 0 20px;
    line-height: 52px;
    font-weight: bold;
    color: #205b9c;
    font-size: 16px;
    border-bottom: 2px solid #1e6dc4;
}

.pubAccount {
    border: 1px solid #e3e3e3;
    width: 952px;
    margin: 10px auto 0;
}

.pubAccount tr {
    height: 32px;
}

.pubAccount strong {
    color: #f00;
}

.pubAccount input[type=password],
.pubAccount input[type=text] {
    width: 229px;
    height: 18px;
    padding: 2px;
    border: 1px solid #e3e3e3;
}

.pubAccount select {
    border: 1px solid #e3e3e3;
    height: 24px;
    width: 235px;
    padding: 3px;
    line-height: 22px;
}

.pubAccount select option {
    padding: 3px 6px;
}

.signUp input#verifyCode {
    width: 90px;
}

.login a:hover,
.signUp a:hover {
    color: #f25896;
}

.login .tmpColor {
    color: #f25896;
}

.login_text {
    border: 1px solid #e3e3e3;
    height: 28px;
    line-height: 28px;
    padding-left: 30px;
    width: 188px;
}

.icon_pwd_home,
.icon_user_home {
    height: 16px;
    left: 15px;
    position: relative;
    top: 25px;
    width: 16px;
    z-index: 50;
}

.icon_user_home {
    background: url("../images/user.gif") no-repeat;
}

.icon_pwd_home {
    background: url("../images/password.gif") no-repeat;
}

.errorMsg {
    color: #ff7200;
    padding: 0 5px;
}

.validMsg {
    background: url("../images/check.gif") no-repeat;
    margin: 0 5px;
    padding: 2px 8px;
}

.msgInfo {
    color: #f25896;
}


/**footer**/
.foot {
    background: #404a58;
    margin-top: 0;
}

#footer {
    background: url(../images/footer-top.png) top center no-repeat;
}


/*index*/
.apps {
    position: relative;
}
.codeleft {
    display: none;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 224px;
    height: 102px;
}
.coderight {
    display: none;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    width: 224px;
    height: 102px;
}

/* .apps:hover .codeleft,
.apps:hover .coderight{
    display: block;
} */

.gap .appdownload {
    float: right;
    width: 260px;
    height: 372px;
    padding: 20px;
    background: #fff;
    border: 1px solid #f3f3f3;
    box-shadow: 2px 2px 2px #bbb;
    border-radius: 3px;
}

.gap .appdownload dt {
    font-family: "黑体";
    font-weight: bold;
    font-size: 20px;
    height: 20px;
    color: #3b3b3b;
    padding: 0 0 20px 10px;
}

.gap .appdownload dd {
    height: 142px;
    padding-top: 24px;
}

.publications {
    float: left;
    width: 66%;
    border-right: 1px dashed #d1ffff;
}

.publications-t {
    padding-bottom: 40px;
    margin-right: 20px;
    background: url(../images/point-index.png) 0 28px repeat-x;
}

.publications-t strong {
    margin: 0 auto;
    display: block;
    width: 116px;
    color: #fff;
    padding: 0 20px;
    background: #08cac9;
}

.publications-bl {
    float: left;
    display: inline;
    position: relative;
    width: 192px;
    height: 246px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}

.publications-br {
    float: left;
    display: inline;
    margin-left: 20px;
    width: 430px;
    height: 206px;
    padding: 20px 0;
    line-height: 36px;
    overflow: hidden;
}

.publications-br {
    color: #d1ffff;
}


/*焦点图*/

.focus {
    width: 506px;
    height: 372px;
    position: relative;
    z-index: 1;
    background: #fff;
    *float: left;
}


/*最新资讯*/

.indexData {
    width: 280px;
    overflow: hidden;
    height: 372px;
    position: relative;
}

.indexData a.more {
    position: absolute;
    right: 30px;
    top: 16px;
    padding: 0 3px;
    height: 18px;
    line-height: 16px;
    background: #0463c4;
    color: #fff;
    font-family: icon, Microsoft YaHei;
}

.indexData ul li,
.extraThree ul li {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.indexData ul li {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #e3e3e4;
}

.datamapTitle,
.indexDataTitle {
    font-family: "黑体";
    font-weight: bold;
    font-size: 20px;
    height: 20px;
    color: #3b3b3b;
    padding: 0 0 20px 10px;
}

.indexData ul li em,
.extraThree ul li em {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/listStyle.png) 0 6px no-repeat;
}

.indexData ul li a:hover,
.quickSearchContent ul li a:hover,
.extraThree ul li a:hover {
    color: #1d5fb2;
}

.gapbg {
    padding: 28px 0;
    width: 100%;
    min-width: 1172px;
    background: url(../images/indexbg.png);
}

.gapbg2 {
    padding: 28px 0;
    width: 100%;
    min-width: 1172px;
    background: #fff;
    border-bottom: 1px solid #eaeaea;
}

.gap {
    width: 1172px;
    margin: 0 auto;
}

.indexgap {
    border: 1px solid #f3f3f3;
    box-shadow: 2px 2px 2px #bbb;
    border-radius: 3px;
    padding: 20px;
    float: left;
    background: #fff;
}

.ks,
.datamap {
    float: right;
    width: 280px;
    height: 244px;
    padding: 10px;
    background: #fff;
    border: 1px solid #f3f3f3;
    box-shadow: 2px 2px 2px #bbb;
    border-radius: 3px;
}

.vchartTitle {
    height: 50px;
    line-height: 50px;
    background: #ecf0f1;
    padding-left: 30px;
    font-size: 20px;
}

.vchart {
    background: #fff;
    width: 846px;
    float: left;
    border: 1px solid #f3f3f3;
    box-shadow: 2px 2px 2px #bbb;
    border-radius: 3px;
    position: relative;
}

.vchartContent {
    margin: 27px 30px 30px;
    width: 786px;
    height: 167px;
    overflow: hidden;
    position: relative;
}

.vleft{
	width: 20px;
	height: 32px;
	position: absolute;
	left: 10px;
	top: 134px;
    background: url(../images/vleft.png) no-repeat;
    cursor: pointer;
}

.vright{
	width: 20px;
	height: 32px;
	position: absolute;
	right: 10px;
	top: 134px;
    background: url(../images/vleft.png) right -32px no-repeat;
    cursor: pointer;
}

.vchartContent ul{
	position: absolute;
	left: 0;
	top: 0;
}

.publish li,
.vchartContent li {
    width: 216px;
    padding: 10px;
    height: 142px;
    border: 1px solid #f3f3f3;
    box-shadow: 2px 2px 2px #bbb;
    border-radius: 3px;
    float: left;
    display: inline;
    margin: 0 12px;
    position: relative;
}
.publish li {
	width: 256px;
	height: 144px;
    margin-left: 0;
    margin-right: 20px;
}
.publish li.mrzero {
    margin-right: 0;
}

.publish li .cname,
.vchartContent li .cname {
    position: absolute;
    bottom: 10px;
    height: 32px;
    left: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    line-height: 32px;
    padding-left: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ks {
    height: 254px;
}

.gauge {
    width: 256px;
    height: 110px;
    position: relative;
    padding-left: 124px;
    padding-right: 10px;
}
.gauge dd{
    overflow: hidden;
    line-height: 25px;
    height: 50px;
}

.gaugeTime {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.gaugeTitle {
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}

.gaugeChart {
    position: absolute;
    left: 0;
    top: 0;
    width: 116px;
    height: 110px;
}