.fvSlide {
    overflow: hidden;
    max-width: 1920px;
    width: 100%;
    min-width: 1200px;
    height: 480px;
    position: relative;
    margin: 0px auto;
}

.fvSlide .fvSlide-img {
    z-index: 1;
}

.fvSlide-img,
.fvSlide-img li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: default;
}
.fvSlide-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fvSlide-img li>a {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 1920px 480px;
    background-size: cover;
}


.fvSlide-img .created {
    overflow: hidden;
    position: absolute;
    z-index: 20;
}

.fvSlide-btn li {
    position: absolute;
    display: none;
    z-index: 2;
    top: 50%;
    width: 68px;
    height: 68px;
    margin-top: -25px;
    cursor: pointer;
}

.fvSlide-btn li.prev {
    left: 5%;
    background: url(../img/left_btn.png) no-repeat center;
}

.fvSlide-btn li.next {
    right: 5%;
    background: url(../img/right_btn.png) no-repeat center;
}

.fvSlide-desc {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    background: rgba(0, 0, 0, 0.3);
}

.fvSlide-desc p {
    padding-left: 20px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
}

.fvSlide-arrow {
    position: absolute;
    z-index: 21;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.fvSlide-arrow>li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 5px 10px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 100%;
}

.fvSlide-arrow>li.on {
    background: #fff;
}


.top_title {
    font-size: 30px;
    color: #333333;
    letter-spacing: 3px;
    line-height: 30px;
    text-align: center;
    padding-top: 50px;
}

.top_title>i {
    display: block;
    margin: 10px auto;
    width: 60px;
    height: 3px;
    background-image: linear-gradient(90deg, #94070a 0%, #ff6063 100%), linear-gradient(#e5e5e5, #e5e5e5);
    background-blend-mode: normal, normal;
    border-radius: 2px;
}

li:hover p.title {
    color: #94070A !important;
}

.btn.more {
    display: block;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 40px;
    letter-spacing: 2px;
    width: 200px;
    height: 40px;
    background: url("../img/moreBtn.png") no-repeat center;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
}

.btn.more:hover {
    letter-spacing: 5px;
}

/* 托普新闻 */



/* 托普故事 */
/* .story{ background: url("../img/storyBg.png") no-repeat top;height: 400px;position: relative;} */
.story {
    background: url(../img/xlgl_bg.png) no-repeat bottom;
    height: 480px;
    position: relative;
    background-color: #f7f7f7;
}

.story .imgBox {
    position: relative;
    width: 470px;
    padding-top: 45px;
    margin-left: 730px;
    margin-top: 0px;
}

.story .imgBox>img {
    width: 100%;
}

.story .imgBox>p {
    display: none;
    position: absolute;
    z-index: 8;
    top: 45px;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(0, 0, 0, 0.5);
    letter-spacing: 2px;
    width: 452px;
    height: 296px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    line-height: 296px;
    text-align: center;
}

.story .imgBox>p>i {
    background: url("../img/wwicon.png") no-repeat center;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.story .imgBox:hover>p {
    display: block;
}

/* 托普创新 */
.innovate {
    background: url("../img/innovateBg.png") no-repeat top;
    height: 1380px;
    position: relative;
}

.innovate .topImg {
    position: absolute;
    top: 70px;
    right: 0;
}

.innovate .t_title {
    font-size: 18px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 1.667;
    padding-top: 65px;
}

.innovate .textList {
    padding-top: 40px;
    padding-left: 0px;
}

.innovate .textList>li {
    display: inline-block;
    vertical-align: top;
    margin-right: 33px;
    cursor: default;
    width: 330px;
    height: 230px;
}

.innovate .textList>li>p.title {
    font-size: 20px;
    letter-spacing: 2px;
    color: rgb(255, 255, 255) !important;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}

.innovate .textList>li>p.text {
    padding-top: 30px;
    font-size: 16px;
    letter-spacing: 2px;
    color: rgb(255, 255, 255);
    line-height: 1.875;
    text-align: justify;
}

.innovate .List {
    padding-top: 20px;
    padding-left: 0px;
}

.innovate .List>li {
    display: inline-block;
    vertical-align: top;
    width: 330px;
    height: 275px;
    margin-right: 33px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.innovate .List>li>a>.imgBox {
    width: 330px;
    height: 220px;
}

.innovate .List>li>a>.imgBox>img {
    width: 330px;
    height: 220px;
}

.innovate .List>li>a>.title {
    font-size: 16px;
    line-height: 20px;
    padding: 20px 10px;
    letter-spacing: 2px;
    text-align: center;
    color: #333333;
}

.innovate .show {
    margin-top: 35px;
}

.innovate .show>li .icon {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 280px;
    height: 265px;
}

.innovate .show>li:first-child .column {
    background: url("../img/ztzlBg.png") no-repeat top;
}

.innovate .show>li:first-child .activity {
    background: url("../img/xshdBg.png") no-repeat top;
    margin-left: -200px;
}

.innovate .show>li .icon>p {
    font-size: 30px;
    color: rgb(255, 255, 255);
    line-height: 1;
    letter-spacing: 2px;
}

.innovate .show>li:first-child,
.innovate .show>li:last-child {
    width: 360px;
    margin-left: 0px;
}

.innovate .show>li:last-child .association {
    background: url("../img/xsst.png") no-repeat top;
}

.innovate .show>li:last-child .sports {
    background: url("../img/ygty.png") no-repeat top;
    margin-left: -200px;
}

.innovate .show>li.left {
    margin-left: 0;
}

.innovate .show .fill>path {
    fill: none;
    stroke: #ffffff;
}

.innovate .show .animated .fill>path {
    fill: none;
    stroke: #ffffff;
    animation: fillSVG 0.6s ease-in-out 1;
    fill: rgba(255, 255, 255, 1);
}

@keyframes fillSVG {
    0% {
        fill: rgba(255, 255, 255, 0.288)
    }

    96% {
        fill: rgba(255, 255, 255, 0.85)
    }

    100% {
        fill: rgba(255, 255, 255, 1);
    }
}

.innovate .show>li {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    margin-top: 20px;
    width: 400px;
    height: 265px;
}

.innovate .show>li>a {
    display: block;
    width: 400px;
    height: 265px;
}

.innovate .show>li>a>.imgBox {
    width: 400px;
    height: 265px;
}

.innovate .show>li>a>.imgBox>img {
    width: 400px;
    height: 265px;
}

.innovate .show>li>a>.imgBox>.title {
    text-align: center;
    position: relative;
    margin-top: -38px;
    height: 38px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #ffffff;
    padding: 0 20px;
    background-image: linear-gradient(0deg, #000 10%, transparent 100%);
}

/* 快速通道 */
/* .Express{padding: 30px 0 25px 0;}
.Express ul{width: 1200px;}
.Express ul>a:first-child{-moz-box-flex: 0.6; -webkit-flex: 0.6; -ms-flex: 0.6; flex: 0.6;font-weight:bold ;color: #333!important; }
.Express ul>a{font-size: 18px;line-height: 30px;letter-spacing: 2px; color: #333333;-moz-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; text-align: center;  position: relative;}
.Express ul>a>i{display: inline-block;vertical-align: middle; width: 48px; height: 40px; background: url("../img/mailIcon.png") no-repeat top; background-size: 48px 40px; filter: grayscale(100%);}
.Express ul>a:hover>i{filter: grayscale(0%);}
.Express ul>a:hover{color: #94070A;} */
.Express {
    font-size: 0;
}

.Express .leftBox {
    display: inline-block;
    vertical-align: top;
    width: 700px;
    min-height: 530px;
}

.Express .rightBox {
    display: inline-block;
    vertical-align: top;
    width: 480px;
    min-height: 530px;
    margin-left: 10px;
}

.Express .top_title2 {
    display: inline-block;
    width: 100%;
}

.Express .top_title2>p {
    display: inline-block;
    width: 50%;
    letter-spacing: 2px;
    vertical-align: middle;
    font-size: 30px;
    color: rgb(51, 51, 51);
    line-height: 30px;
}

.Express .top_title2>p>i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 3px;
    border: 1px solid transparent;
    border-bottom: none;
    background-image: -moz-linear-gradient(90deg, rgb(255, 96, 99) 0%, rgb(148, 7, 10) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 96, 99) 0%, rgb(148, 7, 10) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 96, 99) 0%, rgb(148, 7, 10) 100%);
    width: 1px;
    height: 30px;
}

.Express {
    padding-top: 50px;
    display: block;
}

.Express .main {
    margin-top: 35px;
    border-width: 1px;
    height: 95px;
    padding-top: 320px;
    width: 480px;
    overflow: hidden;
    position: relative;
    border-color: rgb(235, 230, 229);
    border-style: solid;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.Express .main .canvas-wrap {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.Express .main canvas {
    display: block;
    width: 480px !important;
}

.Express .main ul {
    width: 400px;
    padding: 40px;
    padding-bottom: 0;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 20;
    font-size: 0;
}

.Express .main ul>li {
    width: 199px;
    padding-top: 45px;
    padding-bottom: 43px;
    display: inline-block;
    border-right: 1px dashed #ebe6e5;
    border-top: 1px dashed #ebe6e5;
}

.Express .main ul>li:first-child,
.Express .main ul>li:nth-child(2) {
    border-top: none;
    padding-top: 10px;
}

.Express .main ul>li:nth-child(even) {
    border-right: none;
    padding-left: 30px;
    width: 169px;
}

.Express .main ul>li>a>p {
    font-size: 20px;
    color: rgb(51, 51, 51);
    letter-spacing: 2px;
    margin-left: 22px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.Express .main img {
    display: inline-block;
    vertical-align: top;
    pointer-events: none;
    width: 37px;
}

@keyframes fillSVG {
    0% {
        fill: rgba(144, 144, 144, 0.1)
    }

    96% {
        fill: rgba(144, 144, 144, 0.85)
    }

    100% {
        fill: rgba(144, 144, 144, 1);
    }
}

@keyframes fillSVG2 {
    0% {
        fill: rgba(147, 7, 10, 0.1)
    }

    96% {
        fill: rgba(147, 7, 10, 0.85)
    }

    100% {
        fill: rgba(147, 7, 10, 1);
    }
}

.Express .notification-list li {
    position: relative;
    border-bottom: 2px dotted #bababa;
    width: 650px;
    padding-top: 35px;
    height: 120px;
}

.Express .notification-list li:last-child {
    border: none;
}

.Express .notification-list li img {
    position: absolute;
    z-index: 1;
    width: 40px;
    height: auto;
    top: 30px;
    left: 0;
}

.Express .notification-list li img.onImg {
    display: none;
}

.Express .notification-list li img.onImg {
    display: block;
}

.Express .notification-list li .title {
    color: #333;
    font-size: 18px;
    width: 546px;
    text-align: justify;
    letter-spacing: 2px;
    line-height: 1.5;
    padding: 0;
    padding-left: 55px;
}

.Express .notification-list li .title::before {
    display: none;
}

.Express .notification-list li .text {
    padding: 0;
    padding-left: 55px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #666 !important;
    margin-top: 5px;
    width: 546px;
    line-height: 1.6;
    min-height: 50px;
    max-height: 50px;
}

.Express .notification-list li .text::before {
    display: none;
}

.Express .notification-list li a>i {
    display: block;
    width: 100px;
    height: 20px;
    font-style: normal;
    font-size: 16px;
    color: #666;
    text-align: left;
    padding-left: 55px
}

/* .Express  */