.substance {
    width: 100%;
    overflow: hidden;

}

.substance .nav {
    width: 100%;
    padding: 20px 0px;
    background-color: #F9F9F9;
}

.substance .nav li.active {
    background: #1B79F8 !important;
}

.substance .nav li.active a {
    color: #fff !important;
}

/*
.substancenav {
    position: fixed;
    top: 60px;
    left: 0px;
    z-index: 10000;
    background-color: #eee !important;
}*/

.substancenav {
    position: fixed;
    right: 0px;
    top: 300px;
    width: auto !important;
    z-index: 1000;
    background-color: transparent !important
}
.substancetop{
    margin-top:80px;
}
.substancenav ul {
    width: auto !important;
    flex-direction: column;
}

.substancenav ul li {
    width: auto !important;
    background: #ccc !important;
    padding: 0px 10px;
    flex-direction: column;
    width: 100px;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    /* Firefox 4 */
    -webkit-transition: all 0.4s;
    /* Safari 和 Chrome */
    -o-transition: all 0.4s;
}

.substancenav ul li a {
    color: #fff !important;
}

.substance .nav ul {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.substance .nav ul li {
    width: calc(100% / 5);
    height: 100%;
    text-align: center;
    cursor: pointer;
}

.substance .nav ul li a {
    color: #676767;
    font-weight: 500;
    line-height: 40px;
    font-size: 16px;
}

.addclass {
    color: #225C9E !important;
    position: relative;
}

.substance .brief {
    width: 100%;
}

.substance .brief .card {
    width: 1200px;
    margin: 0 auto;
    padding: 90px 0 50px 0;
}

.substance .brief .card .headtitle {
    width: 100%;
    text-align: center;
}

.substance .brief .card .headtitle h2 {
    line-height: 42px;
    font-size: 30px;
    font-weight: 500;
}


.substance .brief .card .headtitle img {
    margin: 20px auto;
}

.substance .brief .card>a {
    display: inline-block;
}

.substance .brief .card>a .gsjjBtn {
    width: 200px;
    height: 50px;
    background: #1B79F8;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.substance .brief .card .word {
    width: calc(100% - 536px);
    height: 272px;
    position: relative;
}

    .substance .brief .card .word p {
        width: 100%;
        height: 180px;
        line-height: 30px;
        font-size: 14px;
        color: #555555;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 9;
        overflow: hidden;
        text-indent: 2em;
    }

.substance .brief .card .tuimg {
    width: 486px;
    height: 272px;
}

.substance .brief .card .tuimg img {
    width: 100%;
    height: 100%;
    max-width: 500px;
    display: block;
    margin:0px auto;
}

.substance .culture {
    width: 100%;
    background-color: #FAFAFA;
}

.substance .culture .card {
    width: 1200px;
    margin: 0 auto;
    padding: 90px 0 50px 0;
}

.substance .culture .card .headtitle {
    width: 100%;
    text-align: center;
}

.substance .culture .card .headtitle h2 {
    line-height: 42px;
    font-size: 30px;
    font-weight: 500;
}

.substance .culture .card .headtitle img {
    margin: 20px auto;
}

    .substance .culture .card .headtitle p {
        color: #393939;
        font-weight: 300;
        font-size: 16px;
        padding: 0px 16px;
    }

.substance .culture .card .spread {
    width: 100%;
    text-align: center;
    height: 393px;
    margin-top: 28px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.substance .culture .card .spread .bg {
    width: 437px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card .spread .topdian {
    position: absolute;
    top: 10px;
    left: 70px;
}

.card .spread .bottomdian {
    position: absolute;
    bottom: 98px;
    right: 70px;
}

.card .spread .cx {
    position: absolute;
    top: 113px;
    left: 70px;
    font-size: 22px;
    font-weight: bold;
    color: #aeaeae59;
}

.card .spread .jq {
    position: absolute;
    bottom: 85px;
    left: 152px;
    font-size: 22px;
    font-weight: bold;
    color: #aeaeae59;
}

.card .spread .dd {
    position: absolute;
    top: 113px;
    right: 70px;
    font-size: 22px;
    font-weight: bold;
    color: #aeaeae59;
}

.card .spread .ws {
    position: absolute;
    bottom: 38px;
    right: 162px;
    font-size: 22px;
    font-weight: bold;
    color: #aeaeae59;
}

.card .spread .cximg {
    position: absolute;
    top: 0px;
    left: 185px;
}

.card .spread .jqimg {
    position: absolute;
    bottom: 0px;
    left: 261px;
}

.card .spread .ddimg {
    position: absolute;
    top: 0px;
    right: 186px;
}

.card .spread .wsimg {
    position: absolute;
    bottom: 0px;
    right: 261px;
}

@-webkit-keyframes bounce-down {
    25% {
        -webkit-transform: translateY(-10px);
    }

    50%,
    100% {
        -webkit-transform: translateY(0);
    }

    75% {
        -webkit-transform: translateY(10px);
    }
}

@keyframes bounce-down {
    25% {
        transform: translateY(-10px);
    }

    50%,
    100% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(10px);
    }
}

.animate-bounce-down {
    -webkit-animation: bounce-down 1.5s linear infinite;
    animation: bounce-down 1.5s linear infinite;
}

.substance .progress {
    width: 100%;
}

.substance .progress .card {
    width: 1200px;
    margin: 0 auto;
    padding: 90px 0 50px 0;
}

.substance .progress .card .headtitle {
    width: 100%;
    text-align: center;
}

.substance .progress .card .headtitle h2 {
    line-height: 42px;
    font-size: 30px;
    font-weight: 500;
}

.substance .progress .card .headtitle img {
    margin: 20px auto;
}

    .substance .progress .card .headtitle p {
        color: #393939;
        font-weight: 300;
        font-size: 16px;
        padding: 0px 10px;
    }

.substance .progress .card .time {
    width: 100%;
    margin-top: 50px;
    display: flex;
}

.card .time .box {
    width: 453px;
    background-color: white;
    text-align: center;
    box-shadow: -8px 5px 25px 6px #dcdcdc;
    /*padding-bottom: 10px;*/
}

.card .time .box a {
    display: block;
    height: 100%;
}

    .card .time .box img {
        width: 413px;
        height: 234px;
        margin: 30px 0 0 0;
    }

    .card .time .box p {
        color: #333333;
        font-size: 14px;
        font-weight: 200;
        padding: 15px 10px;
        min-height: 68px;
    }

.card .time .axis {
    width: calc(100% - 463px);
    margin-left: 10px;
    position: relative;
}

.card .time .axis .line {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 2px;
    background-color: #E3E3E3;
    margin: 152px auto 224px auto;
    z-index: -2;
}

.card .time .axis ul {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 148px;
    z-index: 1000;
}

/*.card .time .axis {

    width: calc(100% - 500px);

}*/

.card .item {
    /*height: 400px;*/
    height: 350px;
    padding-top: 100px;
    position: relative;
}

.card .time .axis .item {
    width: 100%;
}

.axis .item .circular {
    width: 100%;
    height: 10px;
    margin: 0 auto;
    cursor: pointer;
    height: 2px;
    background-color: #E3E3E3;
    position: relative;
}

.axis .item .circular:after {
    content: "";
    position: absolute;
    border: 3px solid #ddd;
    width: 10px;
    height: 10px;
    left: 50%;
    top: -5px;
    margin-left: -5px;
    border-radius: 50%;
    cursor: pointer;
    background: #138CEE;
    box-shadow: 0px 0px 6px #dcdcdc;
}

.axis .item .year {
    width: 100%;
    position: relative;
    text-align: center;
}

.axis .item .year a {
    width: 100%;
    position: absolute;
    color: #BFBFBF;
    font-size: 40px;
    font-weight: bold;
    display: block;
    cursor: pointer;
}

/*.axis:nth-child(2n-1) .item .year a {
  top: 20px;
}
.axis:nth-child(2n) .item .year a{
  top: -77px;
}*/
.axis .odd a {
    top: 13px;
}

.axis .even a {
    top: -76px;
}

/*.axis .odd p{
  top: 77px;
}
.axis .even p{
  top: 16px;
}*/
.axis .btn {
    width: 100%;
    margin-top: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.axis .btn span {
    width: 40%;
    max-width: 231px;
    border: none;
    height: 51px;
    line-height: 51px;
    color: white;
    background-color: #1B79F8;
    outline: none;
    cursor: pointer;
    font-size: 18px;
}

.axis .btn span:active {
    opacity: 0.5;
}

.axis .btn .next {
    margin-left: 15px;
}

.year .tuimg {
    width: 100%;
    position: absolute;
}

.axis .year .tuimg p {
    width: calc(100% - 20px);
    text-align: center;
    color: #777777;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0 10px;
}

.year .tuimg .img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*height: 180px;*/
    overflow: auto;
}

.year .tuimg .img img {
    /*width: 40%;
    margin: 5px;*/
    max-width: 70%;
    margin: 5px;
    max-height: 100px;
}

.axis .odd .tuimg {
    top: 74px;
}

.axis .even .tuimg {
    top: 20px;
}

.substance .join {
    width: 100%;
    background-color: #FAFAFA;
}

.substance .join .card {
    width: 1200px;
    margin: 0 auto;
    padding: 90px 0 50px 0;
}

.substance .join .card .headtitle {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.substance .join .card .headtitle h2 {
    line-height: 42px;
    font-size: 30px;
    font-weight: 500;
}

.substance .join .card .headtitle img {
    margin: 20px auto;
}

.substance .join .card .message {
    width: 100%;
}

.join .card .message .newstab {
    width: 100%;
    margin: 0 auto;
}

.join .card .message .newstab .swiper-container {
    padding: 0px 60px;
}


    .join .card .message .newstab .swiper-container:after {
        display: block;
        width: 60px;
        height: 100%;
        background: #fafafa;
        content: "";
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 9;
    }

    .join .card .message .newstab .swiper-container:before {
        display: block;
        width: 60px;
        height: 100%;
        background: #fafafa;
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 9;
    }

.join .card .message .newstab .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card .message .newstab span {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #333333;
    padding: 10px 20px;
    margin: 5px 0px;
    text-align: center;
    line-height: 25px;
    border: 1px solid #acaaaa;
    border-radius: 25px;
    margin-left: 15px;
    cursor: pointer;
}

.newclass {
    border: 1px solid #1B79F8 !important;
    color: #1B79F8 !important;
}

.message .newstab-content {
    margin-top: 20px;
    width: 100%;
}

.message .newstab-content ul {
    width: 100%;
}

.message .newstab-content ul~ul {
    display: none;
}

.message .newstab-content ul p {
    line-height: 35px !important;
    margin: 4px 0;
    color: #373737;
}

.message .newstab-content ul span {
    line-height: 35px !important;
    color: #373737;
    display: block;
    margin: 4px 0;
}

.message .newstab-content ul li {
    color: #373737;
    font-size: 15px;
    line-height: 35px;
}

.message>p {
    color: #1B79F8;
    font-size: 20px;
    margin-top: 20px;
}

.substance .contact {
    width: 100%;
}

.substance .contact .card {
    width: 1200px;
    margin: 0 auto;
    padding: 58px 0 50px 0;
}

.substance .contact .card .headtitle {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.substance .contact .card .headtitle h2 {
    line-height: 42px;
    font-size: 30px;
    font-weight: 500;
}

.substance .contact .card .headtitle img {
    margin: 20px auto;
}

.contact .card .code {
    width: 72%;
    margin: 0 auto;
}

.contact .card .code .tel {
    width: 50%;
    text-align: center;
}

.contact .card .code .scan {
    width: 50%;
    text-align: center;
}

.card .code .head {
    width: 100%;
    text-align: center;
}

.card .code .head h3 {
    font-size: 24px;
}

.card .code .head img {
    margin-bottom: 12px;
}

.card .code .head span {
    display: block;
    font-size: 13px;
    color: #676467;
    margin: 7px 0 20px 0;
}

.card .code .head p {
    color: #F3333F;
    font-weight: bold;
    font-size: 22px;
}

.contact .card .place {
    width: 84%;
    margin: 20px auto 0 auto;
}

.contact .card .place li {
    width: 49%;
    color: #292929;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.contact .card .place span {
    font-size: 16px !important;
    color: #676467 !important;
    font-weight: 500 !important;
    margin-left: 10px;
}

.contact .card .place a:hover {
    color: #f60 !important
}




.swiper-slide-active .item .year a {
    color: #1B79F8;
    text-shadow: 0px 8px 14px rgba(13, 109, 207, 0.48);
}

/*手机端css样式*/


@media screen and (max-width: 1360px) {

    .substance .nav {
        position: fixed;
        right: 0px;
        top: 50%;
        transform: translate(0, -50%);
        width: auto !important;
        z-index: 1000;
        background: transparent;
    }

    .substance .nav ul {
        width: auto !important;
        flex-direction: column;
    }

    .substance .nav ul li {
        width: auto !important;
        ;
        padding: 0px 10px;
        flex-direction: column;
        background: #ccc;
    }

    .substance .nav ul li a {
        color: #fff !important;
    }

    .substance .brief .card {
        width: 100%;
        padding: 60px 0 50px 0;
    }

    .substance .brief .card .tuimg {
        width: 100%;
    }

    .substance .brief .card .word {
        width: 100%;
    }

    .substance .culture .card {
        width: 100%;
        padding: 60px 0 17px 0;
    }

    .substance .culture .card .spread .bg {
        width: 54%;
         max-width: 400px;
    }

    .substance .progress .card {
        width: 100%;
        padding: 60px 0 50px 0
    }

    .card .item {
        padding-top: 60px;
    }

    .card .time {
        display: flex;
        flex-direction: column;
    }

    .card .time .box {
        width: 90%;
         max-width: 500px;
        margin: 0px auto;
    }

    .card .time .box img {
        width: 90%;
        margin: 30px auto;
    }

    .card .time .axis {
        width: 100%;
        margin: 0;
    }

    .axis .item .circular {
        width: 80%;
    }

    .axis .item .year a {
        font-size: 29px;
    }

    .axis .year .tuimg p {
        font-size: 15px;
    }

    .card .spread .topdian {
        left: 25px;
    }

    .substance .culture .card .spread {
        height: 320px;
    }

    .card .spread .bottomdian {
        bottom: 0;
        right: 25px;
    }

    .card .spread .ddimg {
        top: 13%;
        right: 11%;
        width: 8%;
        max-width: 93px;
        min-width: 50px;
    }

    .card .spread .cximg {
        top: 13%;
        left: 11%;
        width: 8%;
        max-width: 93px;
        min-width: 50px;
    }

    .card .spread .wsimg {
        bottom: 2%;
        right: 15%;
        width: 8%;
        max-width: 93px;
        min-width: 50px;
    }

    .card .spread .jqimg {
        bottom: 2%;
        left: 12%;
        width: 8%;
        max-width: 93px;
        min-width: 50px;
    }

    .card .spread .cx {
        top: 2%;
        left: 15%;
        font-size: 19px;
    }

    .card .spread .dd {
        top: 6%;
        right: 12%;
        font-size: 19px;
    }

    .card .spread .jq {
        font-size: 19px;
        bottom: 1%;
        left: 21%;
    }

    .card .spread .ws {
        font-size: 19px;
        bottom: 4%;
        right: 19%;
    }

    .axis .even a {
        top: -54px;
    }

    .substance .join .card {
        width: 100%;
        padding: 60px 0 50px 0
    }

    .substance .contact .card {
        width: 100%;
        padding: 60px 0 50px 0
    }

    .contact .card .code {
        width: 90%;
    }

    .contact .card .place {
        width: 90%;
        display: none;
    }

    .card .code .head h3 {
        font-size: 19px;
    }

    .contact .card .place li {
        font-size: 16px;
    }

    .card .code .head p {
        font-size: 18px;
    }

    .card .code .head {
        width: 98%;
        margin: 0 auto;
    }

    .message .newstab-content ul {
        width: 90%;
        margin: 0 auto;
    }

    .substance .brief .card .word p {
        width: 90%;
        margin: 0 auto;
    }

    .message p {
        width: 90%;
        margin: 0 auto;
    }


    .contact .card .code .tel {
        width: 100%;
        margin: 15px 0px;
    }

    .contact .card .code .scan {
        width: 100%;
        margin: 15px 0px;
    }

    /*.card .message .newstab a{
      
      line-height: 31px;
       margin-bottom: 12px;
    }*/
}