﻿@media only screen and (max-width:600px) {

    html,
    body {
        overflow-x: hidden
    }
}

img {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden
}

a {
    display: inline-block;
    color: inherit;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500
}

.hidden {
    width: 100%;
    overflow: hidden
}

.fadeup {
    transition: transform 1.8s, opacity 1.8s;
    transform: scale(1.1);
    opacity: 0
}
.fadeup2 {
    transition: transform 1.8s, opacity 1.8s;
    /* transform: scale(1.1); */
}
.fadeup.active {
    transform: scale(1);
    opacity: 1
}

.fadein {
    transition: opacity 1.8s;
    opacity: 0
}

.fadein.active {
    opacity: 1
}
.top__read__block .top__read__box .hidden {
    position: relative;
    border-radius: 4px;
    z-index: 1
}

.top__read__block .top__read__box__pic {
    width: 100%;
    /* height: 100%; */
    height: 205px;
    border-radius: 4px;
    /* transition: transform 1.8s, opacity 1.8s; */
}
.top__read__block .jxal_pic{
    height: 654px;
}
.top__read__block__right__inner .top__read__box:hover {
    opacity: 1
}
@media only screen and (min-width:961px) {
    .scale .scaleup {
        transform: scale(1.1) rotate(2deg) !important
    }
}
.top__read__block  .xinxi div {
    font-size: 16px;
    position: relative;
    display: inline-block;
    transition: transform 0.5s, background-position 0.5s ease;
    -webkit-transition: transform 0.5s, background-position 0.5s ease;
    background: linear-gradient(to right, #d83b48, #d83b48 50%, #333 50%);
    background: -webkit-linear-gradient(to right, #d83b48, #d83b48 50%, #333 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    text-decoration: none;
    overflow: hidden
}
.top__read__block  .xinxi div:first-child{
    font-size: 20px;
    font-family: 'AlibabaPuHuiTi-2-65-Medium';
}
.top__read__block  .xinxi div:last-child{
    font-size: 18px;
    font-family: 'AlibabaPuHuiTi-2-45-Light';
}
.top__read__block  .mianji {
    transition: transform 0.5s, background-position 0.5s ease;
    background: linear-gradient(to right, #d83b48, #d83b48 50%, #333 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    text-decoration: none;
    overflow: hidden;
    font-size: 18px;
    font-family: 'AlibabaPuHuiTi-2-45-Light';
    /* color: #95AE93; */
}
@media only screen and (min-width:961px) {
    .top__read__box:hover .top__read__box__pic {
        opacity: 0.8;
        transform: scale(1.1);
    }

    .top__read__block__right__inner .top__read__box:hover .new span {
        background: #FFB76C;
    }

     .top__read__box:hover .xinxi div {
        background-position: 0 100%;
    }
    .top__read__box:hover .mianji {
        background-position: 0 100%;
        border: 1px solid #d83b48;
    }
    .top__read__block__right__inner .top__read__box:hover p span {
        color: #fff;
        border: solid 1px #A2B9AB;
        background: #A2B9AB
    }
}
.btn02 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 190px;
    height: 190px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    background: #fff;
    transition: transform 0.5s, background 0.5s 0.2s, color 0.5s 0.2s;
    z-index: 1;
}

@media only screen and (min-width:2561px) {
    .btn02 {
        font-size: 16px
    }
}

@media only screen and (max-width:2560px) and (min-width:1921px) {
    .btn02 {
        font-size: 16px
    }
}

@media only screen and (max-width:1920px) and (min-width:1681px) {
    .btn02 {
        font-size: 16px
    }
}

@media only screen and (max-width:1680px) and (min-width:1441px) {
    .btn02 {
        font-size: 16px
    }
}

.btn02 svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 191px;
    height: 191px;
    transform: rotate(-90deg);
    transform-origin: center center;
    z-index: 0;
    transition: all 0.5s ease;
    z-index: 2
}

.btn02 svg .circle {
    stroke-dasharray: 596;
    stroke-dashoffset: 596;
    transition: all 0.5s ease
}

@media only screen and (min-width:961px) {
    .btn02 svg.svg_1 .circle2 {
        opacity: 1;
        transition: opacity 1s
    }
}

@media only screen and (min-width:961px) {
    .btn02 svg.svg_1:hover {
        transform: rotate(90deg)
    }
}

@media only screen and (min-width:961px) {
    .btn02 svg.svg_1:hover .circle2 {
        opacity: 0;
        transition: opacity 0s
    }
}

@media only screen and (min-width:961px) {
    .btn02 svg.svg_1:hover .circle {
        stroke-dashoffset: 0
    }
}

@media only screen and (min-width:961px) {
    .btn02:hover {
        transform: scale(1.1);
        opacity: 1;
        color: #fff;
        background: #fed300
    }
}

.btn02:hover .circle_text {
    /* color: #fff; */
}

.ck {
    position: relative;
    display: flex;
    flex-wrap: wrap
}



.top__read {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    /* height: 984px; */
    /* margin: 170px auto 150px auto */
}
.top__read__block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media only screen and (max-width:600px) {
    .top__read__block {
        display: block;
        margin-top: 35px
    }
}

.top__read__block .top__read__box {
    position: relative
}

@media only screen and (max-width:600px) {
    .top__read__block .top__read__box {
        margin-bottom: 55px
    }
}

.top__read__block .top__read__box .hidden {
    position: relative;
    border-radius: 4px;
    z-index: 1
}
.top__read__block__left {
    width: 530px;
    margin-bottom: 160px;
}

.top__read__box1 {
    /* width: 100%; */
    position: sticky;
    top: 80px;
    z-index: 2;
    background-color: #fff;
}
 .top__read__box2 {
    width: 100%;
    position: sticky;
    top: 161px;
    z-index: 2;
    background-color: #fff;
}
.top__read__block__left .top__read__box {
    width: 100%;
    position: sticky;
    top: 255px
}

.top__read__block__left .top__read__box:hover {
    opacity: 1
}
/* .top__read__block__left .top__read__box__text {
    margin-top: 25px
} */

@media only screen and (max-width:600px) {
    .top__read__block__left .top__read__box__text {
        margin-top: 20px
    }
}
.top__read__block__right {
    width: 640px;
    margin-bottom: 100px;
}

@media only screen and (max-width:600px) {
    .top__read__block__right {
        width: 100%
    }
}

.top__read__block__right__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.top__read__block__right__inner .top__read__box {
    width: 48%;
    margin-bottom: 20px
}

@media only screen and (max-width:600px) {
    .top__read__block__right__inner .top__read__box {
        width: 100%
    }
}

.top__read__block__right__inner .top__read__box:hover {
    opacity: 1
}

@media only screen and (min-width:961px) {
    .top__read__block__right__inner .top__read__box:hover .top__read__box__pic {
        opacity: 0.8
    }


}
.top__read__block__right__btn {
    display: flex;
    justify-content: center
}

