* {
    box-sizing: content-box;
}

img {
    border-radius: 5px;
}

.page-wrap {
    width: 100%;
    min-width: 1200px;
    background: #fff;
    font-family: "Microsoft Yahei";
}

.banner {
    width: 100%;
    height: 390px;
}

.data-field-info {
    
    margin: 0 auto;
    width: 1200px;
}

.data-field-info .chinese-title {
    text-align: center;
    color: #444547;
    font-weight: bold;
    font-size: 20px;
}

.data-field-info .english-title {
    font-size: 14px;
    color: #9f9f9f;
    text-align: center;
    background: url(../img/index/data-field-line.png) center no-repeat;
}

.data-field-info .list-info {
    padding: 0 50px;
    margin: 0 auto;
    overflow: hidden;
    width: 1200px;
    height: 380px;
    position: relative;
}

.data-field-info .list-info .left-default,
.data-field-info .list-info .right-default {
    top: 165px;
    position: absolute;
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.data-field-info .list-info .left-default {
    left: 0;
    background: url(../img/index/left-default.png) no-repeat center center;
}

.data-field-info .list-info .right-default {
    right: 0;
    background: url(../img/index/right-default.png) no-repeat center center;
}

.data-field-info .list-info .left-light {
    left: 0;
    background: url(../img/index/left-light.png) no-repeat center center;
}

.data-field-info .list-info .right-light {
    right: 0;
    background: url(../img/index/right-light.png) no-repeat center center;
}

.data-field-info .list-info ul {
    margin-top: 30px;
    width: 100%;
    /* border-bottom:1px solid #d7dee4;
    border-left:1px solid #d7dee4; */
 /*   margin: 0 auto;
    width: 1020px;*/
}

.data-field-info .list-info ul li {
    position: relative;
    padding: 5px 0;
    width: 14.28%;
    float: left;
    text-align: center;
    color: #333;
    font-size: 19px;
    cursor: pointer;
    /* border-right:1px solid #d7dee4;
    border-top:1px solid #d7dee4; */
}

.img-info .field-detail{display: none;}

.data-field-info .list-info ul li:hover .img-info .field-detail{display: block;}

.data-field-info .list-info ul li .field-detail {
    padding-top: 30px;
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 10;
    background: #006cc4;
    border-radius: 50%;
    width: 100%;
    width: 140px;
    height: 140px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 20px;
}

.detail-list{
    margin: 13px 0;
}

.data-field-info .list-info ul li .field-detail span {
    margin: 0 6px;
}

.list-info li .img-info {
    margin: 0 auto;
    width: 140px;
    height: 120px;
    vertical-align: middle;
    line-height: 120px;
    position: relative;
}

.img-info img{width: auto;height: auto;}

.list-info li .name {
    margin-top: -20px;
}

.latest-update-info {
    margin-top: 45px;
    height: auto;
    width: 100%;
}

.latest-update-info .latest-update {
    width: 1200px;
    margin: 10px auto 0;
    overflow-y: auto;
}

.latest-update-title {
    height: 90px;
    width: 100%;
    background: url(../img/index/latest-update-title.png) center no-repeat;
}

.data-content {
    width: 76.67%;
    overflow-x: hidden;
    height: auto;
    overflow-y: auto;
}

.hot-app-info {
    width: 18.33%;
    margin-left: 5%;
}

.data-content .data-list {
    float: left;
    width: 50%;
    height: 360px;
    overflow: hidden;
}

.data-content .data-list.pr30 {
    padding-right: 30px;
}

.data-content .data-list.pl30 {
    padding-left: 30px;
}

.latest-update .title {
    height: 60px;
    line-height: 60px;
    border-bottom: 2px solid #eee;
}

.latest-update .title .bold {
    display: inline-block;
    border-bottom: 2px solid #1c87ff;
    font-size: 20px;
    font-weight: bold;
    color: #31363d;
    height: 60px;
}

.latest-update .title .english-name,
.latest-update .title .more {
    padding-top: 10px;
    line-height: 50px;
    padding-left: 12px;
    color: #9f9f9f;
    font-size: 14px;
}

.latest-update .title .more {
    float: right;
    color: #9f9f9f;
    font-size: 14px;
    cursor: pointer;
    padding-left: 0;
}

.latest-update .new-list {
    width: 100%;
}

.latest-update .new-list li {
    padding-left: 15px;
    height: 55px;
    width: 100%;
    padding-right: 90px;
    position: relative;
    line-height: 55px;
    border-bottom: 1px solid #eeeeee;
    font-size: 14px;
}

.latest-update .new-list .date {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    color: #9f9f9f;
    font-size: 14px;
}

.latest-update .new-list .name-list {
    padding-left: 5px;
    color: #9f9f9f;
    font-size: 14px;
}

.latest-update .new-list .type-title {
    color: #555;
}

.latest-update .new-list .type-title:hover {
    color: #0578e3;
}

.hot-app-info ul {
    width: 100%;
}

.hot-app-info ul li {
    margin: 25px 0 0 0;
    width: 50%;
    float: left;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    color: #707070;
}

.hot-app-info .list-info li .img-info {
    height: 72px;
    overflow: hidden;
}

.hot-app-info .list-info li .name {
    margin-top: 10px;
    padding-bottom: 0;
    cursor: pointer;
}

.banner .bx-wrapper {
    height: 390px;
    /*overflow-y: hidden;*/
}

.bx-viewport {
    height: 390px;
}

.banner {
    position: relative;
    height: 390px;
    overflow-y: hidden;
}

.banner .bx-wrapper .bx-controls {
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 1000;
    text-align: center;
}

.banner .bx-wrapper .bx-controls .bx-pager-item {
    display: inline-block;
    margin: 0 5px;
}

.banner .bx-wrapper .bx-controls .bx-pager-item a {
    display: inline-block;
    margin: 0 5px;
    width: 35px;
    height: 4px;
    background: #525262;
    /*background: rgba(255, 255, 255, 0.6);*/
    text-indent: 1000px;
    overflow: hidden;
}

.banner .bx-wrapper .bx-controls .bx-pager-item a.active {
    background: #2093fe;
}

.hot-app-info .list-info li .img-info {
    line-height: 72px;
}

.animateClass {
    background: url(../img/newUpdate/filed-bg.png) no-repeat center center;
}

@keyframes mymove {
    from {
        border-radius: 50%;
    }
    to {
        border-radius: 0;
    }
}

@-moz-keyframes mymove
/* Firefox */

{
    from {
        border-radius: 50%;
    }
    to {
        border-radius: 0;
    }
}

@-webkit-keyframes mymove
/* Safari and Chrome */

{
    from {
        border-radius: 50%;
    }
    to {
        border-radius: 0;
    }
}

@-o-keyframes mymove
/* Opera */

{
    from {
        border-radius: 50%;
    }
    to {
        border-radius: 0;
    }
}

.hot-app-info .list-info li .img-info{
    width: 100%;
}


.data-list ul li .sort-number {
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    height: 100%;
    width: 20px;
    line-height: 54px;
    background-image: url(../img/data/sort-number-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    color: #fefeff;
    font-size: 14px;
    text-align: center;
}

.data-list ul li .sort-number1 {
    background-image: url(../img/data/sort-number-bg1.png);
}

.data-list ul li .sort-number2 {
    background-image: url(../img/data/sort-number-bg2.png);
}

.data-list ul li .sort-number3 {
    background-image: url(../img/data/sort-number-bg3.png);
}

/* 2018-10-17更新 by conglu begin */
.bannner-text-container {
    background: url(../img/index/banner-text.png) no-repeat center center;
    width: 1250px;
    height: 100%;
    margin: 0 auto;
    background-position-x: -24px;
    background-position-y: 129px;
}
.statistic-container {
    height: 90px;
    position: absolute;
    bottom: 0;
    width: 100%;
    /* background: rgba(51,79,163,0.7); */
    background-color: #006cc3;
}
.statistic-wrap {
    width: 1200px;
    margin: 0 auto;
    /* border-left: 1px solid #4b67be; */
    height: 100%;
}
.statistic-wrap .statistic-item {
    float:left;
    /* border-right: 1px solid #4b67be; */
    width: 50%;
    height: 100%;
    line-height: 90px;
}
.statistic-wrap .statistic-text {
    float:left;
    color: rgba(255,255,255,0.8);
    font-size: 20px
}

.statistic-wrap .statistic-num {
    color: rgba(255,255,255,0.95);
    font-size: 20px;
}
.statistic-wrap .icon {
    width: 44px;
    height: 44px;
    float: left;
    margin: 24px;
	margin-left: 230px;
}
.statistic-wrap .data-set-icon {
    background: url(../img/index/dataset.png) no-repeat center;
}
.statistic-wrap .part-icon {
    background: url(../img/index/partment.png) no-repeat center;
}
.statistic-wrap .data-icon {
    background: url(../img/index/data.png) no-repeat center;
}
.statistic-wrap .api-icon {
    background: url(../img/index/api.png) no-repeat center;
}
.statistic-wrap .app-icon {
    background: url(../img/index/app.png) no-repeat center;
}

.switch-content-wrap {
    width: 1200px;
    height: 100px;
    line-height: 100px;
    border-bottom: 1px solid #dcdcdc;
    margin: 0 auto;
    padding: 0 390px;
}

.switch-content-wrap > .switch-item {
    float: left;
    color: #7a7a7a;
    font-size: 32px;
    width: 210px;
    text-align: center;
    cursor: pointer;
    line-height: 97px;
}
/* 126ff5 -=>  136cc7*/
.switch-content-wrap > .switch-item.active {
    color: #015293;
    border-bottom: 5px solid #015293;
}

.switch-content-wrap > .switch-item:hover {
    color: #015293;
    border-bottom: 5px solid #015293;
}

.display-none {
    display: none;
}

.data-part-info .list-info {
    padding: 30px 50px;
    margin: 0 auto;
    overflow: hidden;
    width: 1200px;
    min-height: 380px;
    position: relative;
}

.data-part-info .data-part-item {
    float: left;
    width: 183px;
    cursor: pointer;
    font-size: 22px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
}

.data-part-info .data-part-item:hover {
    color: #0578e3;
}


.show-list-container {
    width: 1200px;
    margin: 0 auto;
}

.show-list-container > .list-box-outer {
    float:left;
    width:50%;
    height: 290px;
    padding: 10px;
}

.show-list-container > .list-box-outer > .list-box-inner {
    border: 1px solid #dcdcdc;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
    background: #fff;
}

.show-list-container > .list-box-outer > .list-box-inner > .title {
    float: left;
    font-size: 16px;
    font-family: '黑体';
    line-height: 43px;
    font-weight: bold;
    padding: 0 5px;
    height: 45px;
    margin-left: 22px;
    /* border-bottom: 2px solid #2D99E5; */
    border-bottom: 2px solid #136cc7;
}

.show-list-container > .list-box-outer > .list-box-inner > .more {
    float: right;
    color: #979797;
    line-height: 45px;
    margin-right: 12px;
    cursor: pointer;
}

.show-list-container > .list-box-outer > .list-box-inner > .list-box-item {
    border-top: 1px solid #dcdcdc;
    padding: 0 12px;
}

.show-list-background {
    width: 100%;
    padding: 20px;
    background: url(../img/index/hot-data.png) no-repeat center center;
}

.for-more-icon {
    background: url(../img/index/for-more.png) no-repeat center center;
    height: 14px;
    width: 14px;
    display: block;
    margin-top: 16px;
    float: right;
    margin-left: 3px;
}

.hot-app-container {
    height: 418px;
    width: 100%;
    background: url(../img/index/hot-app.png) no-repeat center center;
}

.hot-app-container > .title {
    font-size: 38px;
    text-align: center;
    width: 200px;
    height: 90px;
    line-height: 90px;
    color: white;
    margin: 0 auto;
    letter-spacing:3px
}

.hot-app-item {
    width: 210px;
    height: 270px;
    margin-left: 37px;
    background: rgba(52,110,214,0.5);
    box-shadow: 0 0 40px 5px rgba(36, 3, 169, 0.5);
}   

.margin-left-0 {
    margin-left: 0;
}

/* 2018-10-17更新 by conglu over */

/* 适配pad */
@media (min-width: 768px) and (max-width:1025px) {
    .g-top,.system-top .tip-body{width:100%}
    .page-wrap,body.minWidth{min-width:100%}
    .g-nav{width:100%}
    .m-nav{height:auto}
    .g-nav li{width:20%!important}
    .bannner-text-container,.statistic-wrap{width:100%}
    .switch-content-wrap{display:flex;justify-content: center;width:100%;padding:0}
    .data-field-info,.data-field-info .list-info,.show-list-container,.g-nav,.data-part-info .list-info{width:100%!important}
    .data-part-info .list-info{padding:30px 0}
    .data-part-info .data-part-item{width:25%}
}

/* phone xs htc:20220810 */
@media screen and (max-width: 767px) {
    .data-field-info .list-info{height: auto;}
    .main-search-container,.bannner-text-container,.statistic-wrap,.switch-content-wrap,.data-field-info,.data-field-info .list-info,.data-part-info .list-info,.data-part-info .data-part-item,.show-list-container,.show-list-container > .list-box-outer{width: 100%;}
    .newHome-img{background-size: cover;height:340px}
    .bannner-text-container{background-size: 100% 25%;background-position: 0 100px;}
    .statistic-wrap .icon{margin: 24px 12px;margin-left: 20px;display:none}
    .statistic-wrap .statistic-text{float:none;text-align:center}
    .switch-content-wrap{padding: 0;}
    .switch-content-wrap > .switch-item{width: 50%;}
    .data-field-info .list-info{padding: 0 10px;padding-bottom: 30px;}
    .data-field-info .list-info ul{margin-top: 0;}
    .data-field-info .list-info ul li{width: 33.33%;}
    .data-part-info .list-info{padding: 30px 10px;}
    .show-list-background{padding: 20px 0;}

    /* 优化 */
    .newList-node .text{max-width: 140px;}
    .switch-content-wrap > .switch-item{font-size:24px;line-height:70px}
    .switch-content-wrap{height:70px}
}