body {
    background-color: #FAFBFF;
}

.container {
    padding: 0px;
}

#nav_bar {
}


.main-wrapper {
    padding-top: 0px;
    width: 100%;
}

#myjQueryContent div {
    width: 100%;
}

a {
    color: #333;
}

.header-topest > a, .header-topest > span > a {
    color: #e0e0e0;
}

.header-topest > a:hover, .header-topest > span > a:hover {
    color: #aaa;
}

.logo > span {
    color: #fff;
}

a:hover {
    color: #444;
}

.top-bar-inner {
    padding-top: 40px;
    padding-bottom: 40px;
}

.top-bar-inner .just-look {
    font-size: 16px;
}

.carousel-bar {
    height: 260px;
}

.carousel-bar .item {
    height: 260px;
    text-align: center;
}

.carousel-bar .item img {
    display: inline-block !important;
}

.carousel-bar .carousel-control {
    background-image: none;
}

.login-wrapper {
    position: relative;
}

.login-panel {
    background: #fff;
    right: 0;
    z-index: 99;
}

.login-panel h2 {
    color: #333;
    padding: 15px 20px;
    font-size: 16px;
}

.login-panel .login-panel-body {
    padding: 20px;
    padding-top: 0;
}

.block-bar .container .block-body {
    margin-bottom: 15px;
}

.block-bar .container .block-body h2 {
    padding: 15px;
}

.user-list {
    margin: 0 18px;
}

.user-list li {
    text-align: center;
    list-style: none;
    float: left;
    padding: 18px;
    padding-top: 0;
}

.user-list li .user-name a {
    text-align: center;
    display: block;
    padding-top: 10px;
    width: 64px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.issue_list .item_type {
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    position: absolute;
    padding: 3px 5px;
    left: 0;
    top: 0;
}

.issue_list .item_inner {
    display: inline-block;
    width: 255px;
    margin-right: 20px;
    padding: 0;
    background: white;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.issue_list h3 {
    font-size: 1em;
    padding-left: 20px;
    padding-top: 5px;
    margin-top: 5px;
}

.issue_list .operation {
    padding-left: 20px;
}

.issue_list .operation li {
    float: left;
    list-style: none;
    width: 33%;
    text-align: left;
}

.issue_list .operation li i {
    margin-right: 5px;
    color: #999;
}

.issue_list .author img {
    width: 32px;
    margin-right: 10px;
}

.issue_list .ctime {
    color: #ccc;
    padding-right: 10px;
    padding-top: 5px;
}

.issue_list .author {
    margin-left: 20px;
}

.issue_list .item_core {
    position: relative;
}

.issue_list .item_core .cover {
    width: 280px;
    height: 210px;
}

.weibo-list .weibo_content {
    border: none;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0;
}

.section .header {
    line-height: 42px;
    color: #505052;
    font-size: 16px;
}

.section .body {
    color: #999;
    padding: 24px 16px;
    min-height: 280px;
    background: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.section .body a {
    color: #999;
}

.section .body a:hover {
    color: #0078b9;
}

.section .body .time {
    margin-right: 6px;
    color: #999;
}

.section .body .time > a {
    color: #999;
}

.section .body .row {
    padding-bottom: 4px;
    margin: 4px 0px;
    width: 100%;
}

.section .footer {
    height: 40px;
    background: #fff;
    padding: 0px 20px;
}

.section .footer .btn-home-link {
    padding: 4px 20px;
    font-size: 13px;
}

.section .footer .more {
    color: #00AAFF;
    font-size: 14px;
    text-decoration: underline;
}

.section .footer .more:hover {
    color: #0078b9;
}

.bg-box {

}

.bg-home-1 {
    background: url('../images/home_1.jpg') no-repeat;
    background-size: 100% 100%;
}

.bg-home-1 > div > a {
    font-size: 36px;
    color: #333;
    letter-spacing: 2px;
}

.bg-home-1 > div > a:hover {
    color: #666;
}

.bg-home-2 {
    background: url('../images/home_2.jpg') no-repeat;
    background-size: 100%;
}

.bg-home-3 {
    background: url('../images/home_3.png') no-repeat;
    background-size: 100%;
}

.bg-home-4 {
    background: url('../images/home_4.jpg') no-repeat;
    background-size: 100%;
}

.bg-home-4 > div > a {
    font-size: 36px;
    color: #fff;
    letter-spacing: 2px;
}

.bg-home-4 > div > a:hover {
    color: #ccc;
}

.btn-home-link {
    padding: 2px 20px;
    font-weight: 100;
    font-size: 15px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    background-color: #00AAFF;
    border-color: #00AAFF;
    border-radius: 20px;
    color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .2);
}

.btn-home-link:hover, .btn-home-link:focus, .btn-home-link:active, .btn-home-link.active, .open .dropdown-toggle.btn-home-link {
    color: #fff;
    background-color: #0095e1;
    border-color: #0095e1;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .2);
}

.btn-home-lucky {
    padding: 10px 40px;
    font-weight: 100;
    font-size: 16px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    background-color: #DA130E;
    border-color: #DA130E;
    border-radius: 6px;
    color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .2);
}

.btn-home-lucky:hover, .btn-home-lucky:focus, .btn-home-lucky:active, .btn-home-lucky.active, .open .dropdown-toggle.btn-home-lucky {
    color: #fff;
    background-color: #9b0b08;
    border-color: #9b0b08;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .2);
    border-radius: 6px;
}

.main-wrapper {
    padding-top: 60px;
    background-color: #F6F8FA;
}
#home-graph {
	/* background-image: url(../images/home_slider_1.png);
    background-repeat: no-repeat;
    background-size:100% auto;
    -moz-background-size:100% auto;
    height: calc(110vh);
    width: 100%; */
    width: 100%;
    background-image: linear-gradient(to right , #151F48,#0C1430, #040A19);
    display: flex;
}

#home-graph .graph-container {
	position: relative;
    width: 1280px;
    height: 660px;
    margin: 0 auto;
}
#home-graph .intro-wrapper {
    position: absolute;
    bottom: 28%;
    left: 19%;
    line-height: 32px;
    font-size: 14px;
    color:rgb(122, 191, 255);

}
#home-graph .banner {
    width: 100%;
    height: 100%;
}
#home-graph .chart {
    position: absolute;
    right: 232px;
    top: 130px;
    width: 345px;
}
#home-graph .information {
    position: absolute;
    bottom: 0;
    /* 减去滚动条宽度 */
    width: calc(100vw - 10px);
    height: 120px;
    left: calc(calc(1280px - 100vw) / 2);
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    color: #f1f1f1;
    /* background-color: #001431; */
    /*background-image: linear-gradient(to right , #151F48,#0C1430, #040A19);*/
    background-color: #19222F;
    /*padding: 24px 76px;*/
    list-style: none;
}
#home-graph .information li {
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/*#home-graph .information li.long {*/
/*    width: 220px;*/
/*}*/
#home-graph .information li p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}
#home-graph .information li span {
    width: 100%;
    font-size: 12px;
    text-align: center;
    opacity: .8;
}
#home-graph .banner-txt {
    position: absolute;
    top: 145px;
    left: 100px;
    color: #fff;
}
#home-graph .btn-wrapper {
    /* position: absolute;
    bottom: 30%;
    left: 19%; */
    margin-top: 51px;
}
/* @media screen and (max-width: 1440px) {
    #home-graph .information li { width: calc(90% / 6);}
}
@media screen and (max-width: 1280px) {
    #home-graph .information li { width: calc(95% / 6);}
} */
#home-graph .banner-txt img {
    height: 80px;
}
#home-graph .banner-txt > div {
    font-size: 41px;
    display: flex;
    align-items: center;
    font-weight: bold;
}
#home-graph .banner-txt span {
    font-size: 16px;
    color: rgba(255, 255, 255, .8);
    font-weight: bold;
    display: block;
    margin-top: 10px;
    letter-spacing: 2px;
}

#home-graph .intro-wrapper ul li {
    list-style: none;
    background: url("star.gif") no-repeat;
    color: #f0f0f0;
}

#home-graph button {
    letter-spacing: 2px;
    color: #f0f0f0; border: 1px solid #5e74f7;padding: 12px 24px; border-radius: 3px; margin-right: 50px;
    background-color: transparent;
}

#home-graph button.active {
    background: linear-gradient(to right,rgb(122, 191, 255),#5e74f7);
    color: #fff;
}

#home-graph button:hover {
    background: linear-gradient(to right,rgb(122, 191, 255),#5e74f7);
    text-decoration: underline;
}

.home-section2 .box {
    padding: 24px 16px 16px 16px;
    border: 1px solid #e5e5e5;
    background-color: rgba(180, 180, 180,.2);
}

.card > .caption {
    position: absolute;
    top: -100%;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 10px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background: linear-gradient(180deg, #1D78F4 0%, rgba(29, 120, 244, 0.6) 100%);
    opacity: 0;
    -webkit-transition: all .8s cubic-bezier(.175, .885, .32, 1);
    transition: all .8s cubic-bezier(.175, .885, .32, 1);
}
.htt-desc {
    font-size: 1em;
    font-weight: 400;
    color: #666;
    line-height: 29px;
}

.card > .caption h1 {
    font-size: 1.8em;
    color: #fff;
}

.card > .caption p {
    font-size: 1.1em;
}

.card > .caption ul {
    text-align: left;
    padding-left: 50px;
    line-height: 26px;
}

.card > .caption ul li {
    list-style-type: circle;
    font-size: 0.9em;
}

.home-section2 {
    padding-top: 6%;
}

.home-section2 .box > img {
    display: inline;
}

.home-section2 .box .title {
    font-size: 1.7em;
    margin-top: 1.1em;
}

.home-section2 .box .intro {
    font-size: 1.2em;
    color: #666;
}

.home-section2 .box .desc {
    font-size: 0.9em;
    color: #aaa;
}

.home-section3 {
    padding-top: 6%;
}

.home-section1 {
    padding-top: 80px;
}

.home-section1 h1, .home-section2 h1 {
    /* font-size: 3em; */
    font-size: 2em;
    color: #333 ;
    margin-bottom: 0;
    font-weight: normal;
}
.home-section2 h1 a {
    font-size: 20px;
    color: #1D78F4;
}
.home-section2 h1 a:hover {
    opacity: .7;
}

.htt-line {
    width: 40px;
    height: 6px;
    background-color: #1D78F4;
    margin: 4px auto 16px;
}

.home-section1 .icon {
    background-color: aqua;
    display: inline-block;
    font-size: 50px;
    background: #eee;
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    /* border-radius: 100%; */
    color: #5e7387;
    transition: background 0.5s, color 0.5s;
    -moz-transition: background 0.5s, color 0.5s;
    /* -webkit-transition: background 0.5s,color 0.5s; */
    -o-transition: background 0.5s, color 0.5s;
}

.home-section1 p {
    font-weight: 400;
    font-size: 1.23em;
    color: #999;
    line-height: 32px;
}

.home-section1 p.title {
    font-size: 24px;
    margin-top: 20px;
    color: #1D78F4;
    font-weight: normal;
}

.home-section1 .part {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 300ms;
    -o-animation-delay: 300ms;
    animation-delay: 300ms;
}

.home-section1 .part:hover i {
    background: #4E97D9;
    color: #fff;
}



/* 新版样式 */
.flex-center-center { display: flex; justify-content: center; align-items: center; }
.flex-flex-center { display: flex; align-items: center; }
.flex-between-center { display: flex; justify-content: space-between; align-items: center; }
.new-banner {
    height: 542px;
    background: url('../images/new/banner-bg.png') no-repeat;
    background-size: cover;
}

.banner-content {
    padding: 134px 0 0 320px;
    color: #F1F1F1;
}
.banner-content h2 {
    padding: 0;
    margin: 0;
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
}
.banner-content span {
    padding-top: 4px;
    font-size: 24px;
}
.banner-content hr {
    width: 35px;
    height: 2px;
    margin: 24px 0 16px;
    background-color: #F1F1F1;
}
.banner-content p {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: #f1f1f1;
    line-height: 28px;
}
.banner-handle {
    padding-top: 40px;
    display: flex;
    align-items: center;
}
.banner-handle a {
    width: 120px;
    height: 36px;
    margin-left: 48px;
    border-radius: 6px;
    color: #F1F1F1;
    font-size: 14px;
    border: 2px solid #F1F1F1;
    line-height: 36px;
    text-align: center;
}
.banner-handle a:first-child {
    margin: 0;
    border: none;
    background-color: #1D78F4;
}
.banner-handle a:hover {
    color: #1D78F4;
    border-color: #1D78F4;
}
.banner-handle a:first-child:hover {
    color: #F1F1F1;
    background-color: #3985FF;
}
.new-information {
    height: 120px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.new-information-item {
    width: 300px;
    text-align: center;
    color: #F1F1F1;
}
.new-information-item p {
    margin: 0;
    padding-bottom: 8px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
}
.new-information-item span {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}
.section-title {
    padding: 100px 0 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-title p {
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    color: #333333;
    position: relative;
}
.section-title p a {
    position: absolute;
    right: -50px;
    top: 13px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #1D78F4;
}
.section-title p::after {
    content: '';
    width: 80px;
    height: 6px;
    margin: 8px auto 0;
    background-color: #1D78F4;
    display: block;
}
.section-title span {
    padding-top: 16px;
    font-size: 16px;
    color: #666666;
}
.new-section1 img {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    display: block;
}
.section-content-card {
    width: 308px;
    height: 362px;
    /*margin-right: 16px;*/
    border-radius: 8px;
    background-color: rgba(180, 180, 180, 0.18);
    color: #333333;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.section-content-card:last-child {
    margin: 0;
}
.section-content-card .img {
    width: 123px;
    height: 121px;
}
.section-content-card p {
    padding: 20px 0 15px;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}
.section-content-card span {
    font-size: 16px;
    font-weight: 400;
    color: #666;
}
.hover-caption {
    width: 100%;
    height: 100%;
    padding: 44px 0  0 31px;
    position: absolute;
    top: -100%;
    left: 0;
    border-radius: 8px;
    overflow: hidden;
    color: #F1F1F1;
    opacity: 0;
    background: linear-gradient(180deg, #1D78F4 0%, rgba(29, 120, 244, 0.6) 100%);
    -webkit-transition: all .8s cubic-bezier(.175, .885, .32, 1);
    transition: all .8s cubic-bezier(.175, .885, .32, 1);
}
.section-content-card:hover .hover-caption {
    opacity: 1;
    top: 0;
}
.hover-caption-title {
    font-size: 16px;
}
.hover-caption-subtitle {
    padding: 6px 0 25px;
    font-size: 14px;
}
.hover-caption ul {
    font-size: 12px;
    line-height: 26px;
    list-style: none;
}
.hover-caption ul li::before {
    content: '';
    width: 10px;
    height: 10px;
    margin-right: 3px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
}
.features-card {
    width: 308px;
    height: 338px;
    padding: 60px 33px 0;
    color: #333333;
}
.features-card:last-child {
    margin: 0;
}
.features-card img {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    display: block;
}
.features-card p {
    padding: 24px 0 16px;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.features-card span {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    word-break: break-all;
}
.new-section3 {
    margin-bottom: 100px;
}
.new-section4 {
    height: 690px;
    background: url('../images/new/map.png') no-repeat center;
    background-size: cover;
}
.new-section5 {
    padding-bottom: 100px;
    /*height: 854px;*/
    /*background: url('../images/new/cooperate.png') no-repeat;*/
    /*background-size: 100% 100%;*/
}
.cooperate-card {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cooperate-card-item {
    width: 200px;
    height: 78px;
    margin-right: 16px;
    margin-bottom: 32px;
    background-color: #fff;
}
.cooperate-card-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cooperate-card-item:nth-child(6n) { margin-right: 0; }
.more {
    font-size: 14px;
    font-weight: 400;
    color: #1D78F4;
}