@charset "utf-8";


/*echarts部分*/
.echarts-area {
    background: url(../image/echarts-bg.jpg) no-repeat center;
    position: relative
}
.echarts-area .inner {
    width: 1300px;
    margin: 0 auto;
}
.echarts-mox {
    padding: 20px 0 55px 0;
}
.echarts-tit {
    font-size: 40px;
    font-family: 'Microsoft YaHei';
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}
.echa {
    background: #fff;
}
#echarts1 {
    width: 405px;
    height:295px;
    float: left;
}
.echarts {
    width: 100%;
}
#echarts2 {
    margin-left: 440px;
    height:295px;
}
#echarts3 {
    margin-top: 40px;
    width: 100%;
    height:300px;
}
.echarts-line {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #a9d0fb;
    top: 110px;
    left: 0;
    right: 0;
    z-index: 1;
}
.echarts-titen {
    position: absolute;
    width: 624px;
    top: 80px;
    left: 50%;
    right: 0;
    margin: 0 0 0 -312px;
    text-align: center;
    font-size: 70px;
    color: #e1eaf3;
    background: #f2f6ff;
    z-index: 2;
    letter-spacing: -5px;
}