@charset "utf-8";

.banner {
    position: relative;
}

.banner::before {
    display: block;
    content: "";
    width: 7.5%;
    height: 1.42rem;
    /*background: #ffffff;*/
    position: absolute;
    right: 0;
    bottom: 0;
}

.slick {
    width: 92.5%;
    z-index: 99;
}

.slick a {
    display: block;
    width: 100%;
    height: calc(100vh - 3.26rem);
    position: relative;
}

.slick img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 99;
    object-fit: cover;
    transform: scale(1.2);
    transition: opacity 0.3s ease, transform 0s ease 1s;
}

.slick a div {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99;
    width: 40%;
    height: 1.42rem;
    padding: 0.35rem 0rem 0.35rem 1rem;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 20px 0px 0px 0px;
}

.slick a div p {
    font-family: MicrosoftYaHei;
    font-size: 0.26rem;
    font-weight: normal;
    line-height: 0.36rem;
    letter-spacing: 0.06em;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.72rem;
}

.slick .slick-active .news_images img {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 5s cubic-bezier(0, .56, .44, 1);
}

.slider-dots {
    width: 7.5%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.slider-dots .slick-dots {
    position: static;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.slider-dots .slick-dots li {
    display: block;
    width: 0.15rem;
    height: 0.15rem;
    border-radius: 100%;
    box-sizing: border-box;
    border: 1px dashed #FFFFFF;
    margin: 0.3rem 0;
    position: relative;
}

.slider-dots .slick-dots li button {
    font-size: 0;
}

.slider-dots .slick-dots li.slick-active {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 0;
    border: none;
}

.slider-dots .slick-dots li.slick-active button {
    font-family: MicrosoftYaHei;
    font-size: 0.3rem;
    font-weight: normal;
    line-height: 0.4rem;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.slider-dots .slick-dots li.slick-active::before {
    display: block;
    content: "";
    width: 100px;
    height: 1px;
    background: #D8D8D8;
    position: absolute;
    top: 50%;
    right: 150%;
    z-index: 10;
}

.slider-dots .slick-dots li.slick-active::after {
    display: block;
    content: "";
    width: 1px;
    height: 7px;
    background: #D8D8D8;
    position: absolute;
    top: 50%;
    transform: translateY(-3px);
    right: 150%;
}

.lmTit {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.lmTit h2 {
    font-family: Source Han Serif CN;
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lmTit p {
    font-family: Arial;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.36rem;
    letter-spacing: 0em;
    color: #9EB7CD;
    margin-top: 5px;
}

.lmTit a {
    display: block;
    font-family: MicrosoftYaHei;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: 0em;
    color: #767676;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.lmTit a:hover {
    color: #FF8C00;
}

/* kstd */
.kstd {
    padding: 0.5rem 0;
}

.kstd ul {
    margin-top: 0.6rem;
    display: flex;
    justify-content: space-between;
}

.kstd ul li a {
    display: block;
    width: auto;
}

.kstd ul li a p.img {
    width: 1.62rem;
    height: 1.62rem;
    border-radius: 100%;
    background: rgba(216, 216, 216, 0);
    box-sizing: border-box;
    border: 1px dashed #8BBAEA;
    position: relative;
    margin: 0 auto;
}

.kstd ul li a p.img::before,
.kstd ul li a p.img::after {
    display: block;
    content: "";
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    ;
}

.kstd ul li a p.img::before {
    width: 94%;
    height: 94%;
    box-sizing: border-box;
    border: 1px solid transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(180deg, rgba(139, 186, 234, 0) 0%, #8BBAEA 55%, rgba(139, 186, 234, 0) 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.kstd ul li a p.img::after {
    width: 84%;
    height: 84%;
    box-sizing: border-box;
    border: 1px solid #8BBAEA;
    background: #ffffff;
    z-index: 9;
}

.kstd ul li a p.img img {
    width: auto;
    height: auto;
    max-width: 60%;
    max-height: 60%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.kstd ul li a p.txt {
    font-family: 思源黑体;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0em;
    color: #000000;
    text-align: center;
    margin-top: 0.4rem;
}

.kstd ul li a:hover p.txt {
    color: #FF8C00;
}

.kstd ul li a:hover p.img img {
    animation: bouns .6s infinite;
}

/* sjxy */
.sjxy {
    padding: 0.5rem 0 0.5rem;
    background: url(../images/sjxyBg.png) no-repeat center;
    background-size: cover;
}

.sjxy .lmTit h2 {
    color: #ffffff;
}

.sjxy .txt {
    font-family: MicrosoftYaHei;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.36rem;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    text-indent: 2em;
    text-align: justify;
    margin: 0.5rem auto;
}

.sjxySub {
    display: flex;
    flex-wrap: wrap;
}

.sjxySub p {
    width: 25%;
    font-family: MicrosoftYaHei;
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.5rem;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    margin-top: 0.3rem;
}

.sjxySub p span:nth-of-type(1) {
    font-family: Source Han Serif CN;
    font-size: 0.36rem;
    font-weight: bold;
    color: #FF8C00;
}

.sjxySub p span:nth-of-type(2) {
    font-family: Source Han Serif CN;
    font-size: 0.2rem;
    font-weight: bold;
    color: #FF8C00;
    margin: 0 5px;
}

.new {
    padding: 0.5rem 0 0.5rem;
    background: url(../images/newBg.png) no-repeat center;
    background-size: cover;
    position: relative;
}

.new::before {
    display: block;
    content: "";
    width: 95%;
    height: 70%;
    background: linear-gradient(180deg, #BEDCF6 0%, #F7F8F9 100%);
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.5;
}

.new .lmTit {
    align-items: flex-start;
}

.new ul {
    margin: 0 -0.18rem;
    overflow: hidden;
}

.new ul .slick-track {
    padding-top: 1.5rem;
}

.new li {
    width: calc(100% / 3);
    float: left;
    padding: 0 0.18rem;
    box-sizing: border-box;
    transition: all .5s;
}

.new li.slick-center+* {
    transform: translateY(-1.5rem);
}

.new li.slick-center {
    transform: translateY(-0.75rem);
}

.new li a {
    display: block;
    width: 100%;
    height: auto;
}

.new li a .img {
    width: 100%;
    padding: 68% 0 0;
    background-size: cover;
    background-position: center;
}

.new li a .con {
    width: 100%;
    padding: 0.5rem 0.3rem;
    background: #FFFFFF;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.new li a .con::before {
    display: block;
    content: "";
    width: 0;
    height: 100%;
    background: linear-gradient(89deg, #003469 0%, #2BABD0 99%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.new li a .con span {
    display: block;
}

.new li a .con span:nth-of-type(1) {
    width: 1.3rem;
    font-family: Source Han Serif CN;
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.32rem;
    color: #FFFFFF;
    text-align: center;
    background: linear-gradient(89deg, #003469 0%, #2BABD0 99%);
    margin-bottom: 0.2rem;
}

.new li a .con span:nth-of-type(2) {
    font-family: MicrosoftYaHei;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.36rem;
    letter-spacing: 0em;
    color: #000000;
    height: 0.72rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.new li a:hover .con::before {
    width: 100%;
}

.new li a:hover .con span:nth-of-type(2) {
    color: #ffffff;
}

.new .slick-prev,
.new .slick-next {
    width: 0.55rem;
    height: 0.55rem;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0.18rem;
    background: url(../images/arrowIcon2.png) no-repeat center;
    background-size: 100% auto;
}

.new .slick-prev {
    right: 1rem;
}

.new .slick-next {
    transform: rotate(180deg) translate(0, 50%);
}

.new .slick-prev:hover {
    background: url(../images/arrowIcon1.png) no-repeat center;
}

.new .slick-next:hover {
    background: url(../images/arrowIcon1.png) no-repeat center;
}

.research,
.research2 {
    padding: 0.5rem 0;
    background: url(../images/reaearchBg.png) no-repeat center;
    background-size: cover;
    position: relative;
}

.research::after {
    display: block;
    content: "";
    width: 45.8%;
    height: 32%;
    background: #CE9744;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.research::before {
    display: block;
    content: "";
    width: 46%;
    height: 68%;
    background: #F0F4F9;
    position: absolute;
    left: 0;
    bottom: 0;
}

.research .w1400,
.research2 .w1400 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.research .left {
    width: 45%;
}

.research .right,
.research2 .right {
    width: 45%;
}

.research .lmTit,
.research2 .lmTit {
    align-items: flex-start;
    margin-bottom: 0.5rem;
}

.right ul li a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 0.15rem;
    margin-bottom: 0.15rem;
}

.right ul li:last-of-type a {
    margin-bottom: 0;
}

.right ul li a p.tit {
    font-family: MicrosoftYaHei;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: 0em;
    color: #171717;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.15rem;
    transition: text-indent .3s;
}

.right ul li a p.txt {
    font-family: MicrosoftYaHei;
    font-size: 0.15rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: 0em;
    color: #666666;
}

.right ul li a p.txt span {
    display: block;
    padding-left: 20px;
}

.right ul li a p.txt span:nth-of-type(1) {
    background: url(../images/rightIcon1.png) no-repeat left center;
}

.right ul li a p.txt span:nth-of-type(2) {
    background: url(../images/rightIcon2.png) no-repeat left center;
}

.right ul li a p.txt span:nth-of-type(3) {
    background: url(../images/rightIcon3.png) no-repeat left center;
}

.right ul li a:hover p.tit {
    font-weight: bold;
    color: #003469;
    text-indent: 10px;
}

.left .lmTit h2,
.left .lmTit p {
    color: #ffffff;
}

.left .lmTit a {
    right: 1%;
    color: #ffffff;
}

.left ul li {
    float: left;
    width: 100%;
}

.left ul li a {
    display: block;
    width: 100%;
}

.left li a .img {
    width: 100%;
    padding: 67.5% 0 0;
    background-size: cover;
    background-position: center;
}

.left .tit {
    font-family: MicrosoftYaHei;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.36rem;
    letter-spacing: 0;
    color: #0B0404;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0.3rem;
    box-sizing: border-box;
    margin: 0.1rem 0;
    transition: text-indent .3s;
}

.left .txt {
    font-family: MicrosoftYaHei;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: 0;
    color: #9E9E9E;
    max-height: 0.48rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0 0.3rem;
    box-sizing: border-box;
}

.left li a:hover .tit {
    color: #003469;
    font-weight: bold;
    text-indent: 10px;
}

.left li a:hover .txt {
    color: #000000;
}

.left .slick-dots {
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 999;
    margin-top: 0.2rem;
}

.left .slick-dots li {
    width: 0.1rem;
    height: 0.1rem;
    margin-right: 0.4rem;
    position: relative;
    padding: 0;
    margin-top: 0 !important;
}

.left .slick-dots li:last-of-type {
    margin-right: 0;
}

.left .slick-dots li button,
.left .slick-dots li button:before {
    display: block;
    width: 0.1rem;
    height: 0.1rem;
}

.left .slick-dots li button:before {
    border-radius: 0.1rem;
    content: '';
    opacity: 1;
    background: #D3D3D3;
    z-index: 10;
}

.left .slick-dots li.slick-active,
.left .slick-dots li.slick-active button,
.left .slick-dots li.slick-active button:before {
    width: 0.1rem;
    height: 0.1rem;
}

.left .slick-dots li.slick-active button:before {
    background: #003469;
}

@media only screen and (max-width: 1440px) {
    .slick {
        width: 100%;
    }

    .banner::before {
        display: none;
    }

    .slick a,
    .slick a img {
        /*height: auto;*/
    }

    .slick a div {
        width: 100%;
        padding: 0.3rem 10% 0.3rem 0.3rem;
        height: auto;
        border-radius: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.8) 100%);
    }

    .slick a div p {
        color: #ffffff;
        text-align: left;
        -webkit-line-clamp: 1;
        max-height: 0.36rem;
    }

    .slider-dots .slick-dots li.slick-active::before,
    .slider-dots .slick-dots li.slick-active::after {
        display: none;
    }

    .slider-dots {
        width: auto;
        height: auto;
        top: auto;
        right: 0.3rem;
        bottom: 0.3rem;
    }

    .slider-dots .slick-dots {
        flex-direction: row;
        height: auto;
    }

    .slider-dots .slick-dots li {
        margin: 0 0.1rem;
        z-index: 999;
    }
}

@media only screen and (max-width: 1040px) {
    .slick a div {
        padding: 20px 140px 20px 20px;
    }

    .slick a div p {
        font-size: 18px;
        line-height: 30px;
        max-height: 30px;
    }

    .slider-dots {
        right: 20px;
        bottom: 15px;
    }

    .kstd {
        padding: 50px 0;
    }

    .kstd ul {
        margin-top: 40px;
        flex-wrap: wrap;
    }

    .lmTit h2 {
        font-size: 34px;
        line-height: 40px;
    }

    .lmTit p {
        font-size: 16px;
        line-height: 30px;
    }

    .kstd ul li a p.img {
        width: 130px;
        height: 130px;
    }

    .kstd ul li a p.txt {
        font-size: 20px;
        margin-top: 20px;
    }

    .sjxy {
        padding: 50px 0;
    }

    .sjxy .txt {
        margin: 30px auto 0;
        font-size: 16px;
        line-height: 30px;
    }

    .sjxySub p span:nth-of-type(1) {
        font-size: 30px;
    }

    .sjxySub p span:nth-of-type(2) {
        font-size: 18px;
    }

    .sjxySub p {
        font-size: 18px;
        margin-top: 20px;
        width: 48%;
        line-height: 40px;
    }

    .sjxySub {
        justify-content: space-between;
    }

    .research,
    .research2 {
        padding: 50px 0;
    }

    .research .left,
    .research .right,
    .research2 .right {
        width: 100%;
        position: relative;
    }

    .research .left {
        padding-bottom: 30px;
    }

    .research::before {
        display: none;
    }

    .research .left::before {
        display: block;
        content: "";
        width: 200%;
        height: 100%;
        background: #F0F4F9;
        position: absolute;
        left: 50%;
        bottom: 0;
        z-index: -1;
        transform: translateX(-50%);
    }

    .research .right,
    .research2 .right {
        margin-top: 40px;
    }

    .research::after {
        width: 100%;
        height: 20%;
    }

    .left .lmTit a {
        right: 0;
    }

    .research .lmTit,
    .research2 .lmTit {
        margin-bottom: 30px;
    }

    .left ul li {
        padding: 0 15px;
    }

    .left ul {
        margin: 0 -15px;
    }

    .left .tit {
        padding: 0;
        font-size: 18px;
        line-height: 30px;
        margin: 8px 0;
    }

    .left .txt {
        padding: 0;
        font-size: 14px;
        line-height: 20px;
        max-height: 40px;
    }

    .right ul li a {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .right ul li a p.tit {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .right ul li a p.txt {
        font-size: 15px;
        line-height: 26px;
    }

    .new ul .slick-track {
        padding-top: 0;
    }

    .new li.slick-center+* {
        transform: none;
    }

    .new li.slick-center {
        transform: none;
    }

    .new {
        padding: 50px 0;
    }

    .new .lmTit {
        margin-bottom: 40px;
    }

    .new li {
        padding: 0 15px;
    }

    .new ul {
        margin: 0 -15px;
        padding-bottom: 80px;
    }

    .new li a .con {
        padding: 30px 20px;
    }

    .new li a .con span:nth-of-type(1) {
        width: 120px;
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .new li a .con span:nth-of-type(2) {
        font-size: 18px;
        line-height: 30px;
        height: 60px;
    }

    .new .slick-prev {
        right: 50%;
        transform: translate(-50%, 0);
    }

    .new .slick-next {
        right: 50%;
        transform: rotate(180deg) translate(-150%, 0);
    }
}

@media only screen and (max-width: 768px) {
    .kstd {
        padding: 40px 0 20px;
    }

    .kstd ul {
        margin-top: 30px;
        justify-content: space-around;
    }

    .kstd ul li {
        margin-bottom: 30px;
    }

    .kstd ul li a p.img::before,
    .kstd ul li a p.img::after {
        display: none;
    }

    .kstd ul li a p.img {
        width: 88px;
        height: 88px;
    }

    .kstd ul li a p.txt {
        font-size: 18px;
    }

    .lmTit h2 {
        font-size: 28px;
        line-height: 35px;
    }

    .lmTit h2 img {
        max-height: 30px;
    }

    .lmTit p {
        font-size: 15px;
        line-height: 20px;
    }

    .sjxy {
        padding: 40px 0;
    }

    .sjxy .txt {
        margin: 20px auto 0;
    }

    .left ul li {
        padding: 0 10px;
    }

    .research .lmTit,
    .research2 .lmTit {
        margin-bottom: 20px;
    }

    .left ul {
        margin: 0 -10px;
    }

    .research,
    .research2 {
        padding: 40px 0;
    }

    .new {
        padding: 40px 0;
    }

    .new .lmTit {
        margin-bottom: 30px;
    }

    .new li {
        padding: 0 10px;
    }

    .new ul {
        margin: 0 -10px;
    }

    .new li a .con {
        padding: 20px 10px;
    }

    .new li a .con span:nth-of-type(1) {
        width: 100px;
        font-size: 14px;
    }

    .new li a .con span:nth-of-type(2) {
        font-size: 16px;
    }
}

@media only screen and (max-width: 560px) {
    .slick a div {
        padding: 10px 80px 10px 10px;
    }

    .slick a div p {
        font-size: 15px;
    }

    .slider-dots {
        right: 10px;
        bottom: 10px;
    }

    .slider-dots .slick-dots li {
        margin: 0 5px;
        width: 10px;
        height: 10px;
    }

    .slider-dots .slick-dots li.slick-active button {
        font-size: 20px;
        line-height: 30px;
    }

    .slider-dots .slick-dots li.slick-active {
        width: 26px;
        height: 30px;
    }

    .kstd {
        padding: 30px 0;
    }

    .kstd ul {
        margin-top: 20px;
    }

    .lmTit h2 {
        font-size: 24px;
        line-height: 40px;
    }

    .lmTit h2 img {
        max-height: 25px;
    }

    .lmTit p {
        font-size: 14px;
    }

    .kstd ul li {
        margin: 0 10px 20px 15px;
    }

    .kstd ul li a p.txt {
        font-size: 16px;
        margin-top: 10px;
    }

    .sjxy {
        padding: 30px 0;
    }

    .sjxy .txt {
        margin: 15px auto;
        font-size: 14px;
    }

    .sjxySub p span:nth-of-type(1) {
        font-size: 20px;
    }

    .sjxySub p span:nth-of-type(2) {
        font-size: 14px;
        margin: 3px 0;
    }

    .sjxySub p {
        font-size: 14px;
        margin-top: 10px;
        width: 48%;
        line-height: 30px;
    }

    .research,
    .research2 {
        padding: 30px 0;
    }

    .research .left,
    .research .right,
    .research2 .right {
        width: 100%;
        position: relative;
    }

    .research .left {
        padding-bottom: 20px;
    }

    .left .slick-dots li {
        margin-right: 10px;
    }

    .research .right,
    .research2 .right {
        margin-top: 25px;
    }

    .research::after {
        width: 100%;
        height: 20%;
    }

    .left .lmTit a {
        right: 0;
    }

    .research .lmTit,
    .research2 .lmTit {
        margin-bottom: 15px;
    }

    .left ul li {
        padding: 0 15px;
    }

    .left ul {
        margin: 0 -15px;
    }

    .left .tit {
        padding: 0;
        font-size: 16px;
        line-height: 25px;
        margin: 8px 0;
    }

    .left .txt {
        padding: 0;
        font-size: 14px;
        line-height: 20px;
        max-height: 40px;
    }

    .right ul li a {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .right ul li a p.tit {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 5px;
    }

    .right ul li a p.txt {
        font-size: 14px;
        line-height: 24px;
    }

    .new {
        padding: 30px 0;
    }

    .new {
        padding: 30px 0;
    }

    .new .lmTit {
        margin-bottom: 20px;
    }

    .new li {
        padding: 0;
    }

    .new ul {
        margin: 0 auto;
        padding-bottom: 70px;
    }

    .new li a .con span:nth-of-type(1) {
        line-height: 28px;
        width: 88px;
    }
}