html,
body {
    background: #fff;
}

.index-cont {
    width: 100%;
}

.second-banner .banner-btit,
.second-banner .banner-stit {
    color: #2f73b0;
}

.second-banner .banner-btit {
    left: 16%;
    top: 24%;
}

.second-banner .banner-stit {
    left: 16%;
    top: 37%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 0.2839rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
}

.swiper-banner .swiper-button-next {
    background: url(../image/banner-rightpng1.png) no-repeat;
    right: 0.7886rem;
    left: auto;
    opacity: 0.2;
}

.swiper-banner .swiper-button-prev {
    background: url(../image/banner-left.png) no-repeat;
    left: 0.7886rem;
    right: auto;
    opacity: 0.2;
}

.swiper-banner:hover .swiper-button-prev {
    opacity: 1;
}

.swiper-banner:hover .swiper-button-next {
    opacity: 1;
}

.swiper-slide-active .scaleBg {
    width: 100%;
    visibility: visible;
    -webkit-animation: scale-bg 1s linear;
    animation: scale-bg 1s linear;
}

.swiper-banner .swiper-slide img {
    width: 100%;
    height: 100%;
}

@-webkit-keyframes scale-bg {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale-bg {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@font-face {
    font-family: 'SourceHanSansCN-ExtraLight';
    src: url('../font/SourceHanSansCN-ExtraLight.eot');
    src: url('../font/SourceHanSansCN-ExtraLight.eot') format('embedded-opentype'), url('../font/SourceHanSansCN-ExtraLight.woff2') format('woff2'), url('../font/SourceHanSansCN-ExtraLight.woff') format('woff'), url('../font/SourceHanSansCN-ExtraLight.ttf') format('truetype'), url('../font/SourceHanSansCN-ExtraLight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.banner-btit {
    position: absolute;
    left: 29.6%;
    top: 35%;
    font-family: 'SourceHanSansCN-ExtraLight';
    font-size: 80px;
    color: #ffffff;
    letter-spacing: 0.2208rem;
    opacity: 1;
}

.banner-stit {
    position: absolute;
    left: 29.6%;
    top: 48%;
    font-family: 'SourceHanSansCN-ExtraLight';
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.2208rem;
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    text-align: right;
    right: 2.5237rem;
    width: auto;
    bottom: 0.9464rem;
}

.swiper-pagination-bullet {
    width: 0.9464rem;
    height: 0.0789rem;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: .4;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.1262rem;
}

.banner-scrol {
    position: absolute;
    right: 48.7%;
    opacity: 0;
    bottom: 0.7886rem;
    z-index: 100;
    animation: appearFromTB1 2s ease 1s infinite both;
}

.banner-scrol img {
    width: 0.7098rem;
    height: 1.6877rem;
}

.banner-scrol .scroll {
    -webkit-animation: appearFromTB1 2s ease 1s infinite both;
    -moz-animation: appearFromTB1 2s ease 1s infinite both;
    -ms-animation: appearFromTB1 2s ease 1s infinite both;
    -o-animation: appearFromTB1 2s ease 1s infinite both;
    animation: appearFromTB1 2s ease 1s infinite both;
}

@-webkit-keyframes appearFromTB1 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes appearFromTB1 {
    0% {
        opacity: 0;
        -moz-transform: translateY(-50%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-ms-keyframes appearFromTB1 {
    0% {
        opacity: 0;
        -ms-transform: translateY(-50%);
    }

    100% {
        opacity: 1;
        -ms-transform: translateY(0);
    }
}

@-o-keyframes appearFromTB1 {
    0% {
        opacity: 0;
        -o-transform: translateY(-50%);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes appearFromTB1 {
    0% {
        opacity: 0;
        transform: translateY(-50%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.link-nav {
    display: block;
    width: 23.6593rem;
    background: url(../image/link-home.png) no-repeat left;
    margin: 38px auto 51px;
    font-size: 18px;
    color: #666666;
    background-size: 16px;
}

.link-nav a {
    display: inline-block;
    font-size: 15px;
    color: #666666;
}

.link-home {
    margin-left: 25px !important;
}

.link-nav a {
    margin: 0 0.1rem;
}

.link-nav-jiantou {
    display: inline-block;
    width: 0.142rem;
    height: 0.2208rem;
    background: url(../image/img-go.png) no-repeat;
}

.investor-left {
    width: 6.735rem;
    float: left;
    position: relative;
}

.investor-right {
    width: 16.9243rem;
    float: left;
}

.ZMenu-left {
    width: 5.6782rem;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0.7886rem;
}

.side-tit {
    width: 4.6057rem;
    font-size: 27px;
    color: #333333;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ZMenu-left-nav li {
    width: 4.6057rem;
    height: auto;
    line-height:
        25px;
    font-size: 17px;
    color: #333333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 0;
}

.ZMenu-left-nav-a {
    font-size: 17px;
    color: #333333 !important;
}

.side-more-link {
    background: url(../image/side-more-on.png) no-repeat center right;
}

.ZMenu-left-nav li:hover a {
    color: #0081cc !important;
}

.side-more-link:hover {
    background: url(../image/side-more-link1.png) no-repeat center right;
}

.ZMenu-left {
    position: relative;
}

.ZMenu-left-label {
    position: absolute;
    width: 3px;
    height: 27px;
    background: #0081cc;
    right: 0;
    top: 1.7981rem;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.child-item-nav {
    display: none;
}

.child-item-nav li.ZMenu-left-nav-item {
    padding-left: 14px;
}

.side-more-link-down {
    background: url(../image/side-more-down.png) no-repeat center right;
}

.stock-box,
.substitute-box {
    width: 5.6782rem;
    height: 199px;
    background: url(../image/box-bg1.png) no-repeat;
    border-radius: 10px;
    margin-bottom: 0.4732rem;
    cursor: pointer;
}

.stock-box .stock-daima {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    background: 80% 85%;
}

.stock-box:hover .stock-daima {
    background: url(../image/left-jiantou.png) no-repeat 90% 85%;
    background-size: 0.2997rem 0.2839rem;
}

.substitute-box {
    background: url(../image/box-bg2.png) no-repeat;
}

.stock-daima {
    font-size: 18px;
    color: #ffffff;
    padding-top: 20px;
    padding-left: 0.5678rem;
}
.stock-daima-2{
       font-size: 16px;
       color: rgba(255, 255, 255, 0.5);
       padding-top: 0;
       padding-left: 0.5678rem;
}

.stock-mes {
    font-size: 48px;
    color: #ffffff;
    padding-top: .1rem;
    padding-left: 0.5678rem;
}

.stock-mes sup {
    display: inline-block;
    font-size: 0.6309rem;
    margin-left: -0.3155rem;
    line-height: 0.625rem;
    top: 0;
}

.stock-up-down {
    display: inline-block;
    width: 0.5836rem;
    height: 0.6467rem;
    background: url(../image/stock-up.png) no-repeat;
    background-size: 0.5836rem 0.6467rem;
    margin-bottom: 0.0789rem;
}

.stock-down {
    background: url(../image/stock-down.png) no-repeat;
    background-size: 0.5836rem 0.6467rem;
}

.stock-zdf {
    font-size: 16px;
    color: #ffffff;
    padding-left: 0.5678rem;
    margin-top: -0.0315rem;
}

.stock-zdf span {
    margin-right: 0.1893rem;
}

.stock-date {
    padding-left: 0.5678rem;
    font-size: 14px;
    margin-top: 0.1rem;
    color: rgba(255, 255, 255, 0.6);
}

.substitute-daima {
    font-size: 22px;
    color: #ffffff;
    padding-top:
        0.5rem;
    padding-left: 0.5678rem;
}

.substitute-mes {
    padding-left: 0.5678rem;
    font-size: 16px;
    margin-top:
        14px;
    color: rgba(255, 255, 255, 0.8);
}

.substitute-email {
    padding-left: 0.5678rem;
    font-size: 15px;
    margin-top:
        12px;
    color: rgba(255, 255, 255, 0.8);
}

.substitute-phone {
    padding-left: 0.5678rem;
    font-size: 15px;
    margin-top:
        12px;
    color: rgba(255, 255, 255, 0.8);
}

.jieshao {
    position: relative;
}

.jieshao p {
    font-size: 16px;
    line-height:
        28px;
    color: #666666;
    margin-bottom: 26px;
    text-align:
        left;
}

.investor-right {
    position: relative;
}

.jieshao:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    margin-top: 40px;
    background-image: linear-gradient(-90deg, #92c219 0%, #0084cd 100%), linear-gradient(#005bac, #005bac);
}

.investor-img-more {
    margin-top: 80px;
    margin-bottom: 1.1041rem;
}

.investor-img-box {
    width: 8.2334rem;
    height: 5.2366rem;
    border-radius: 8px;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.investor-img-box img {
    width: 100%;
    height: 100%;
}

.investor-img-box-1,
.investor-img-box-3 {
    margin-right: 0.4416rem;
    margin-bottom: 0.4416rem;
}

.investor-img-tit {
    font-size: 19px;
    color: #ffffff;
    position: absolute;
    left: 0.5678rem;
    bottom: 0.98rem;
}

.news-title {
    color: #ffffff !important;
}

.investor-img-link {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 0.5678rem;
    bottom: 0.5rem;
    width:
        53px;
    background: url(../image/img-go.png) no-repeat 90% 50%;
    background-size: 0.142rem 0.2208rem;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.investor-img-box:hover .investor-img-link {
    background: url(../image/img-go-more.png) no-repeat 96% 50%;
    background-size: 0.2524rem 0.2208rem;
}

.investor-img-link a {
    width: 100%;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.investor-img-box img {
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}

.investor-img-box:hover.investor-img-box img {
    transform: scale(1.1);
}

.investor-cont {
    position: relative;
    height: auto;
}

.investor-aside-left {
    width: 1.7192rem;
    height: 2.2555rem;
    position: absolute;
    left: 0;
    top: 36%;
}

.investor-aside-left img {
    width: 1.7192rem;
    height: 2.2555rem;
}

.investor-aside-right {
    width: 1.8297rem;
    height: 2.2555rem;
    position: absolute;
    right: 0;
    top: 74%
}

.investor-aside-right img {
    width: 1.8297rem;
    height: 2.2555rem;
}

.agg-nav {
    display: none;
}

.phone-banner {
    display: none;
}

@media screen and (min-width:961px) {

    .sec1 .ZMenu-left,
    .sec1 .stock-box,
    .sec1 .substitute-box {
        opacity: 0;
        -webkit-transition: transform 1s;
        -moz-transition: transform 1s;
        -ms-transition: transform 1s;
        -o-transition: transform 1s;
        transition: transform 1s;
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -o-transform: translateY(20%);
        transform: translateY(20%);
    }

    .sec1 .stock-box {
        -webkit-transition-delay: 0.4s, 0.4s, 0s;
        -moz-transition-delay: 0.4s, 0.4s, 0s;
        -ms-transition-delay: 0.4s, 0.4s, 0s;
        -o-transition-delay: 0.4s, 0.4s, 0s;
        transition-delay: 0.4s, 0.4s, 0s;
    }

    .sec1 .substitute-box {
        -webkit-transition-delay: 0.8s, 0.8s, 0s;
        -moz-transition-delay: 0.8s, 0.8s, 0s;
        -ms-transition-delay: 0.8s, 0.8s, 0s;
        -o-transition-delay: 0.8s, 0.8s, 0s;
        transition-delay: 0.8s, 0.8s, 0s;
    }

    .sec1.active .ZMenu-left,
    .sec1.active .stock-box,
    .sec1.active .substitute-box {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .sec2 .jieshao,
    .sec2 .investor-img-more {
        opacity: 0;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -o-transform: translateY(20%);
        transform: translateY(20%);
        -webkit-transition-delay: 0.2s, 0.2s, 0s;
        -moz-transition-delay: 0.2s, 0.2s, 0s;
        -ms-transition-delay: 0.2s, 0.2s, 0s;
        -o-transition-delay: 0.2s, 0.2s, 0s;
        transition-delay: 0.2s, 0.2s, 0s;
    }

    .sec2 .investor-img-more {
        -webkit-transition-delay: 0.4s, 0.4s, 0s;
        -moz-transition-delay: 0.4s, 0.4s, 0s;
        -ms-transition-delay: 0.4s, 0.4s, 0s;
        -o-transition-delay: 0.4s, 0.4s, 0s;
        transition-delay: 0.4s, 0.4s, 0s;
    }

    .sec2.active .jieshao,
    .sec2.active .investor-img-more {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }
}

@media screen and (min-width:961px) and (max-width:1600px) {
    .banner-btit {
        font-size: 66px;
    }

    .banner-stit {
        font-size: 26px;
    }

    .second-banner .banner-stit {}
}

@media screen and (min-width:961px) and (max-width:1366px) {
    .second-banner .banner-stit {
        left: 16%;
        top: 38%;
    }

    .stock-box,
    .substitute-box {
        height: 170px;
    }

    .stock-daima {
        font-size: 15px;
        padding-top: 15px;
    }
.stock-daima-2{
        font-size: 14px;
}
    .stock-mes {
        font-size: 42px;
        padding-top: 0;
    }

    .stock-zdf {
        font-size: 14px;
    }

    .stock-date {
        font-size: 12.5px;
    }
}

@media screen and (min-width:961px) and (max-width:1200px) {
    .second-banner .banner-stit {
        left: 16%;
        top: 42%;
    }
}

@media screen and (min-width:961px) and (max-width:1375px) {
    .ZMenu-left-nav li.ninet {}
}

@media screen and (max-width:960px) {
    .pc-header {
        display: none;
    }

    .swiper-container.swiper-banner {
        width: 30rem;
        height: 20.8rem;
    }

    .swiper-banner .swiper-button-prev,
    .swiper-banner .swiper-button-next,
    .banner-scrol img {
        display: none;
    }

    .second-banner .banner-btit {
        left: 11.5%;
        top: 17%;
        font-size: 2.64rem;
        letter-spacing: 0.16rem;
    }

    .second-banner .banner-stit {
        left: 13%;
        top: 40%;
        font-size: 1.12rem;
        letter-spacing: 0.36rem;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom {
        display: none;
    }

    .swiper-banner .swiper-slide {
        background: none !important;
        height: auto !important;
    }

    .phone-banner {
        display: block;
    }

    .pc-banner {
        display: none;
    }

    .link-nav,
    aside,
    .agg-page-left {
        display: none;
    }

    .agg-page-cont {
        margin-top: 2rem;
    }

    .agg-page-right {
        margin-top: 30px;
        float: none;
        width: 26.8rem;
    }

    .container {
        width: 26.8rem !important;
        margin: 0 auto;
    }

    .gywm-nav,
    .agg-nav {
        display: block;
        float: right;
        width: 28.4rem;
        padding-left: 1.6rem;
        height: 60px;
        border-bottom: 1px solid #dddddd;
    }

    .gywm-nav .swiper-slide,
    .agg-nav .swiper-slide {
        width: auto;
        margin-right: 1.7rem;
    }

    .gywm-nav .swiper-slide a,
    .agg-nav .swiper-slide a {
        font-size: 16px;
        line-height: 60px;
        color: #333333;
        font-weight: bold;
    }

    .gywm-c a {
        color: #0081cc !important;
        border-bottom: .053rem solid #0081cc;
    }

    .investor-jieshao-tit,
    .agg-jieshao-tit {
        font-size: 22px;
        margin-bottom: 22px;
    }

    .jieshao p,
    .agg-jieshao p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .jieshao:after {
        margin-top: 25px;
    }

    .investor-jieshao-more,
    .agg-jieshao-more {
        width: 170px;
        height: 60px;
        font-size: 20px;
        line-height: 60px;
        margin-bottom: 0;
    }

    .investor-jieshao:after,
    .agg-jieshao:after {
        margin-top: 50px;
    }

    .investor-img-box,
    .agg-img-box {
        float: none;
        width: 26.8rem !important;
        height: 17.12rem !important;
        margin-right: 0 !important;
        margin-bottom: 18px;
    }

    .investor-img-more,
    .agg-img-more {
        margin-top: 55px;
        margin-bottom: 40px;
    }

    .investor-img-tit,
    .agg-img-tit {
        font-size: 20px;
        left: 2rem !important;
        bottom: 3.5rem !important;
    }

    .investor-img-link,
    .agg-img-link {
        width: 55px;
        font-size: 18px;
        left: 2rem !important;
        bottom: 1.8rem !important;
        background: url(../image/img-go.png) no-repeat 90% 62%;
        background-size: 8px;
    }

    .investor-img-box:hover .investor-img-link,
    .agg-img-box:hover .agg-img-link {
        background: url(../image/img-go-more.png) no-repeat 96% 66%;
        background-size: 12px 10px;
    }

    .investor-img-link a,
    .agg-img-link a {
        font-size: 14px;
    }
}

@media screen and (min-width:650px) and (max-width:960px) {
    .investor-img-box {
        float: right;
        width: 13.1rem !important;
        height: 8.5rem !important;
        margin-right: 0;
        margin-bottom: 18px;
    }

    .investor-img-box-1,
    .investor-img-box-3,
    .investor-img-box-5,
    .investor-img-box-7 {
        float: left !important;
    }

    .investor-img-tit {
        left: 1rem !important;
        bottom: 1.7rem !important;
    }

    .investor-img-link {
        left: 1rem !important;
        bottom: 0.8rem !important;
    }
}