﻿body{
  overflow-x:hidden;
}
.fixed {
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 99999;
}
.fixed ul li {
    width: 80px;
    height: 80px;
    padding-top: 14px;
    background-color: #5796ff;
    margin-top: 10px;
    text-align: center;
}
.fixed ul li .icon.i2 {
    background: url(../img/f2.png) center no-repeat;
}
.fixed ul li .icon {
    height: 24px;
    background: url(../img/f1.png) center no-repeat;
}
.fixed ul li .icon.i3 {
    background: url(../img/f3.png) center no-repeat;
}
.fixed ul li .icon.i4 {
    background: url(../img/f4.png) center no-repeat;
}
.fixed ul li .icon.i5 {
    background: url(../img/f5.png)  center no-repeat;
}
.fixed ul li .icon.i6 {
   background: url(../img/f6.png) center no-repeat;
}
.fixed ul li .text {
    margin-top: 4px;
	color: white;
}
.banner {
    position: relative;
    height: 460px;
    background: center bottom no-repeat;
    color: #fff;
    padding: 1px;
     background-size: 100% 100%;
}
.banner .banner-title {
    font-size: 60px;
    text-align: center;
    margin: 160px auto 20px auto;
    text-shadow: rgba(24, 80, 177, 0.5) 1px 0 0, rgba(24, 80, 177, 0.5) 0 1px 0, rgba(24, 80, 177, 0.5) -1px 0 0, rgba(24, 80, 177, 0.5) 0 -1px 0;
}
.banner .banner-data {
    text-align: center;
    height: 53px;
    line-height: 53px;
    background: url(../img/b-text.png) center no-repeat;
    padding-left: 200px;
}
.banner .num-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.banner .banner-data > ul {
  overflow: hidden;
}
.banner .banner-data > ul > li {
  float: left;
  margin-left: 40px;
}
.banner .banner-data > ul > li .number-unit {
  display: inline-block;
}

.banner .banner-data > ul > li .number-unit .number {
  display: inline-block;
  vertical-align: middle;
  font-family: "thin";
  font-size: 24px;
  color: #FFF905;
}
.banner .banner-data > ul > li .number-unit .unit {
  display: inline-block;
  vertical-align: middle;
  font-size:18px;
}
.banner .banner-data > ul > li .depart {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding-left: 5px;
}

.depart-choose {
  padding-top: 50px;
}
.depart-choose .choose-type {
  margin-bottom: 30px;
  text-align: center;
}
.depart-choose .choose-type > ul > li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 44px;
  font-size: 18px;
  cursor: pointer;
}
.depart-choose .choose-type > ul > li:nth-child(2) {
  margin-right: 0;
}
.depart-choose .choose-type > ul > li:after {
  content: "";
  position: absolute;
  top: 3px;
  right: -23px;
  width: 3px;
  height: 20px;
  background: #ddd;
}
.depart-choose .choose-type > ul > li:last-child:after {
  display: none;
}
.depart-choose .choose-type > ul > li:hover,
.depart-choose .choose-type > ul > li.active {
  color: #2855b9;
}
.depart-choose .choose-type > ul > li:hover:before,
.depart-choose .choose-type > ul > li.active:before {
  position: absolute;
  left: 0;
  bottom: -7px;
  content: "";
  width: 52px;
  height: 2px;
  background: #2855b9;
}
.depart-choose .type-list {
  overflow: hidden;
  height: 304px;

}
.depart-choose .type-list > ul > li {
   position: relative;
   display: inline-block;
   vertical-align: top;
   width: 156px;
   height: 140px;
   border-radius: 8px;
   border: 1px solid #eeeeee;
   margin: 0 12px 12px 0;
   cursor: pointer;
}
.depart-choose .type-list > ul > li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer;
}
.depart-choose .type-list > ul > li a .type-name {
  position: absolute;
  width: 100%;
  bottom: 18px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.depart-choose .type-list > ul > li:nth-child(5n+0) {
  margin-right: 0;
}
.depart-choose .type-list > ul > li:hover,
.depart-choose .type-list > ul > li.active {
  background: #f1f2f3;
  border: 2px solid #5591e1;
}
.depart-choose .type-list > ul > li:hover a .type-name,
.depart-choose .type-list > ul > li.active a .type-name {
  color: #6a9ee3;
}

.depart-choose .type-list > ul > li a .icon1 {
  width: 100%;
  height: 110px;
  transform: scale(0.9);
  background: url("../img/icon1.png") center no-repeat;
}
.depart-choose .type-list > ul > li a .icon2 {
  width: 100%;
  height: 110px;
  transform: scale(0.9);
  background: url("../img/icon2.png") center no-repeat;
}
.depart-choose .type-list > ul > li a .icon3 {
  width: 100%;
  height: 110px;
  transform: scale(0.9);
  background: url("../img/icon3.png") center no-repeat;
}
.depart-choose .type-list > ul > li a .icon4 {
  width: 100%;
  height: 110px;
  transform: scale(0.9);
  background: url("../img/icon4.png") center no-repeat;
}
.depart-choose .type-list > ul > li a .icon5 {
  width: 100%;
  height: 110px;
  transform: scale(0.9);
  background: url("../img/icon5.png") center no-repeat;
}
.depart-choose .type-list > ul > li a .icon6 {
  width: 100%;
  height: 110px;
  transform: scale(0.9);
  background: url("../img/icon6.png") center no-repeat;
}
.depart-choose .type-list > ul > li a .icon7 {
  width: 100%;
  height: 110px;
  transform: scale(0.9);
  background: url("../img/icon7.png") center no-repeat;
}
.depart-choose .type-list > ul > li a .icon8 {
  width: 100%;
  height: 110px;
  transform: scale(0.9);
  background: url("../img/icon8.png") center no-repeat;
}
.depart-choose .type-list > ul > li a .icon9 {
  width: 100%;
  height: 110px;
  transform: scale(0.9);
  background: url("../img/icon9.png") center no-repeat;
}
.depart-choose .type-list > ul > li a .icon10 {
  width: 100%;
  height: 110px;
  transform: scale(0.9);
  background: url("../img/icon10.png") center no-repeat;
}
.depart-choose .type-list > ul > li a .icon11 {
  width: 100%;
  height: 110px;
  transform: scale(0.9);
  background: url("../img/icon11.png") center no-repeat;
}
.depart-choose .type-list > ul > li a .icon12 {
  width: 100%;
  height: 110px;
  transform: scale(0.9);
  background: url("../img/icon12.png") center no-repeat;
}
.depart-choose .type-list > ul > li a .icon13 {
  width: 100%;
  height: 110px;
  transform: scale(0.9);
  background: url("../img/icon13.png") center no-repeat;
}
.depart-choose .type-list > ul > li a .icon14 {
  width: 100%;
  height: 110px;
  transform: scale(0.9);
  background: url("../img/icon14.png") center no-repeat;
}
.depart-choose .type-list > ul > li a .icon15 {
  width: 100%;
  height: 110px;
  transform: scale(0.9);
  background: url("../img/icon15.png") center no-repeat;
}
.depart-choose .type-list > ul > li a .icon16 {
  width: 100%;
  height: 110px;
  transform: scale(0.9);
  background: url("../img/icon16.png") center no-repeat;
}
.depart-choose .type-list > ul > li a .icon17 {
  width: 100%;
  height: 110px;
  transform: scale(0.9);
  background: url("../img/icon17.png") center no-repeat;
}
.depart-choose .type-list > ul > li a .icon18 {
  width: 100%;
  height: 110px;
  transform: scale(0.9);
  background: url("../img/icon18.png") center no-repeat;
}
.depart-choose .type-list > ul > li a .icon19 {
  width: 100%;
  height: 110px;
  transform: scale(0.9);
  background: url("../img/icon19.png") center no-repeat;
}
.depart-choose .type-list > ul > li a .icon20 {
  width: 100%;
  height: 110px;
  transform: scale(0.9);
  background: url("../img/icon20.png") center no-repeat;
}
.depart-choose .type-list > ul > li a .icon21 {
  width: 100%;
  height: 110px;
  transform: scale(0.9);
  background: url("../img/icon21.png") center no-repeat;
}
.depart-choose .department-list {
  overflow: hidden;
  text-align: center;
  height: 300px;
}
.depart-choose .department-list > ul {
  overflow: hidden;
}
.depart-choose .department-list > ul > li {
  float: left;
  margin-right: 25px;
  margin-bottom: 10px;
  width: 220px;
  height: 40px;
  background: #f6f6f6;
  border-radius: 5px;
  line-height: 40px;
  text-align: left;
  padding-left: 10px;
}
.depart-choose .department-list > ul > li:nth-child(5n) {
  margin-right: 0;
}
.depart-choose .department-list > ul > li a {
  display: block;
  color: #333;
}
.depart-choose .department-list > ul > li:hover,
.depart-choose .department-list > ul > li.active {
  background: #5591e1;
}
.depart-choose .department-list > ul > li:hover a,
.depart-choose .department-list > ul > li.active a {
  color: #fff;
}
.depart-choose .more {
  cursor: pointer;
  text-align: center;
  margin: 10px 0 30px 0;
}
.depart-choose .more i {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 13px;
  background: url("../img/arrow.png");
}
.depart-choose .more span {
  display: inline-block;
  vertical-align: middle;
  color: #999;
}
.depart-choose .more.active i {
  transform: rotate(180deg);
}
.hot-app-container {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.hot-app-container .g-main {
  position: relative;
  overflow: hidden;
  padding: 60px 0 40px 0;
}
.hot-app-container .g-main:before {
  position: absolute;
  top: 0;
  left: 300px;
  width: 1px;
  height: 100%;
  background: #eee;
  content: "";
}
.hot-app-container .g-main .left-app {
  position: relative;
  float: left;
  width: 204px;
  padding-left: 20px;
}
.hot-app-container .g-main .left-app .hot-app {
  margin-bottom: 30px;
}
.hot-app-container .g-main .left-app .hot-app i {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 32px;
  background: url("../img/shoujidiannao.png");
}
.hot-app-container .g-main .left-app .hot-app .app-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  color: #2855b9;
  margin-left: 15px;
}
.hot-app-container .g-main .left-app .app-list > ul > li {
  width: 100%;
  height: 50px;
  margin-top: 19px;
}
.hot-app-container .g-main .left-app .app-list > ul > li:nth-child(1) {
  margin-top: 0;
}
.hot-app-container .g-main .left-app .app-list > ul > li a {
  display: block;
  width: 100%;
  height: 100%;
}
.hot-app-container .g-main .left-app .app-list > ul > li a .app-icon {
  float: left;
  width: 50px;
  height: 50px;
}
.hot-app-container .g-main .left-app .app-list > ul > li a .app-icon.icon1 {
  background: url("../img/yinchuantong.png") center / cover no-repeat;
}
.hot-app-container .g-main .left-app .app-list > ul > li a .app-icon.icon2 {
  background: url("../img/myyinchuan.png") center / cover no-repeat;
}
.hot-app-container .g-main .left-app .app-list > ul > li a .app-icon.icon3 {
  background: url("../img/jiaoguan.png") center / cover no-repeat;
}
.hot-app-container .g-main .left-app .app-list > ul > li a .app-icon.icon4 {
  background: url("../img/iyinchuan.png") center / cover no-repeat;
}
.hot-app-container .g-main .left-app .app-list > ul > li a .app-name {
  float: left;
  margin-left: 16px;
  font-size: 16px;
  color: #333;
}
.hot-app-container .g-main .left-app .app-list > ul > li a .app-name .rank {
  margin-top: 7px;
}
.hot-app-container .g-main .left-app .app-list > ul > li a .app-name .rank > ul > li {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url("../img/star.png");
}
.hot-app-container .g-main .right-information {
    float: left;
    width: 900px;
    padding-left: 145px;
}
.hot-app-container .g-main .right-information .dynamic-information {
  margin-bottom: 30px;
}
.hot-app-container .g-main .right-information .dynamic-information i {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 35px;
  background: url("../img/cloud-information.png");
}
.hot-app-container .g-main .right-information .dynamic-information .information-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  color: #2855b9;
  margin-left: 13px;
}
.hot-app-container .g-main .right-information .information-list .information-nav {
  float: left;
}
.hot-app-container .g-main .right-information .information-list .information-nav > ul > li {
  width: 100px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  margin-top: 16px;
  font-size: 18px;
  background: #5591e1;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
}
.hot-app-container .g-main .right-information .information-list .information-nav > ul > li:nth-child(1) {
  margin-top: 0;
}
.hot-app-container .g-main .right-information .information-list .information-nav > ul > li:hover,
.hot-app-container .g-main .right-information .information-list .information-nav > ul > li.active {
  background: #2855b9;
}
.hot-app-container .g-main .right-information .information-list .information-content {
  float: left;
  margin-left: 30px;
}
.hot-app-container .g-main .right-information .information-list .information-content > ul > li {
  width: 625px;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
}
.hot-app-container .g-main .right-information .information-list .information-content > ul > li a {
  display: block;
  width: 100%;
  height: 100%;
}
.hot-app-container .g-main .right-information .information-list .information-content > ul > li a .information {
  float: left;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
}
.hot-app-container .g-main .right-information .information-list .information-content > ul > li a .time {
  float: right;
  font-size: 14px;
  color: #666;
}
.hot-app-container .g-main .right-information .information-list .information-content > ul > li:nth-child(odd) {
  background: #f7f8f9;
}
.hot-data-container {
  position: relative;
  background: #f1f2f3;
  overflow: hidden;
}
.hot-data-container .g-main {
  position: relative;
  overflow: hidden;
  padding: 60px 0 40px 0;
}
.hot-data-container .g-main:before {
  position: absolute;
  top: 0;
  left: 300px;
  width: 1px;
  height: 100%;
  background: #fff;
  content: "";
}
.hot-data-container .g-main .left-data {
  position: relative;
  float: left;
  width: 300px;
  padding-left:25px;
}
.hot-data-container .g-main .left-data > ul > li {
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
}
.hot-data-container .g-main .left-data > ul > li:last-child {
  margin-bottom: 0;
}
.hot-data-container .g-main .left-data > ul > li i {
  display: inline-block;
  vertical-align: middle;
  width: 54px;
  height: 63px;
}
.hot-data-container .g-main .left-data > ul > li i.data-icon2 {
  background: url("../img/zuixin-2.png") center no-repeat;
}
.hot-data-container .g-main .left-data > ul > li i.data-icon3 {
  background: url("../img/remen.png") center no-repeat;
}
.hot-data-container .g-main .left-data > ul > li i.data-icon4 {
  background: url("../img/zuixin-3.png") center no-repeat;
}
.hot-data-container .g-main .left-data > ul > li i.data-icon5 {
  background: url("../img/qian.png") center no-repeat;
}
.hot-data-container .g-main .left-data > ul > li .data-title {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
}
.hot-data-container .g-main .left-data > ul > li .data-title .c-title{
  font-size:30px;
  color:#2855b9;
}
.hot-data-container .g-main .left-data > ul > li .data-title .e-title{
  font-size:18px;
  color:#666;
}
.hot-data-container .g-main .left-data > ul > li.active:after,
.hot-data-container .g-main .left-data > ul > li:hover:after {
  content: "";
  position: absolute;
  top: 7px;
  right: -3px;
  width: 4px;
  height: 48px;
  background: #2855b9;
}
.hot-data-container .g-main .right-data {
  float: left;
  width: 900px;
  padding-left: 45px;
}
.hot-data-container .g-main .right-data .data-nav {
  margin-bottom: 28px;
}
.hot-data-container .g-main .right-data .data-nav > ul > li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 46px;
  font-size: 18px;
  cursor: pointer;
}
.hot-data-container .g-main .right-data .data-nav > ul > li:after {
  content: "";
  position: absolute;
  top: 3px;
  right: -23px;
  width: 3px;
  height: 20px;
  background: #ddd;
}
.hot-data-container .g-main .right-data .data-nav > ul > li:last-child:after {
  display: none;
}
.hot-data-container .g-main .right-data .data-nav > ul > li:hover,
.hot-data-container .g-main .right-data .data-nav > ul > li.active {
  color: #2855b9;
}
.hot-data-container .g-main .right-data .data-nav > ul > li:hover:before,
.hot-data-container .g-main .right-data .data-nav > ul > li.active:before {
  position: absolute;
  left: 0;
  bottom: -7px;
  content: "";
  width: 70px;
  height: 2px;
  background: #2855b9;
}
.hot-data-container .g-main .right-data .data-list > ul > li {
  width: 855px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}
.hot-data-container .g-main .right-data .data-list > ul > li .position {
  float: left;
  width: 614px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
}
.hot-data-container .g-main .right-data .data-list > ul > li .depart {
  width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: right;
  font-size: 14px;
  text-align: right;
  color: #2855b9;
}
.hot-data-container .g-main .right-data .data-list > ul > li:nth-child(odd) {
  background: #f7f8f9;
}

/* 新增 */
.charts-container {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}
.charts-container .g-main {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 12px;
}
.charts-container .g-main .chart-index0{
 width: 100%;
}
.charts-container .g-main .chart-index1{
 width: 100%; 
}
.charts-container .g-main .chart-container {
  height: 290px;
  float: left;
  border: 1px solid #efefef;
}
.charts-container .g-main .chart-container .chart-head {
  height: 38px;
  border-bottom: 1px solid #efefef;
}
.charts-container .g-main .chart-container .chart-head .chart-subtitle {
  height: 100%;
  float: left;
  line-height: 38px;
  padding: 0 6px;
  border-right: 0.1px solid #efefef;
  color: #333333;
  background-color: #f7f9fa;
  cursor: pointer;
}
.charts-container .g-main .chart-container .chart-head .chart-subtitle.active {
  background-color: #00b0ea;
  color: #fff;
}
.charts-container .g-main .chart-container .chart-body 
{
  height: 250px;
  width: 290px;
}
.charts-container .g-main .chart1 {
  width: 475px;
}
.charts-container .g-main .chart1 .chart-head {
  width: 100%;
}
.charts-container .g-main .chart1 .chart-body {
  display: none;
  width: 475px;
}
.charts-container .g-main .chart1 .chart-body.active {
  display: inline-block;
}
.charts-container .g-main .chart2 {
  width: 380px;
  margin-left: 10px;
  background-color: #f7f9fa;
}
.charts-container .g-main .chart2 .circle-chart-head {
  width: 100%;
  height: 60px;
  padding-left: 30px;
  line-height: 60px;
}
.charts-container .g-main .chart2 .circle-chart-head span {
  font-size: 12px;
  color: #a0a0a1;
}
.charts-container .g-main .chart2 .chart-body {
  width: 380px;
  height: 250px;
}
.charts-container .g-main .chart3 {
  width: 430px;
  margin-top: 0;
}
.charts-container .g-main .chart3 .chart-head {
  width: 100%;
}
.charts-container .g-main .chart3 .chart-body {
  display: none;
  width: 430px;
}
.charts-container .g-main .chart3 .chart-body.active {
    display: inline-block;
}
.charts-container .g-main .chart3 + .chart3 {
  margin-left: 0;
}


.charts-container .enter-list-page {
   padding: 8px 0;
   text-align: center;
}

.charts-container .enter-list-page>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.charts-container .enter-list-page>ul>li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 6px;
    background-color: #e1e9f1;
    border-radius: 50%;
    cursor: pointer;
}
.charts-container .enter-list-page>ul>li.active {
  background-color: #4190db;
  cursor: default;
}
.div-animate1 {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(100px, 0, 0);
    transition: 1s;
}
.div-animate2 {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
} 

/*# sourceMappingURL=index.css.map */
