﻿@charset "utf-8";

/* CSS Document */

/*2025.9.29*/

.box {
    overflow: hidden;
}

body {
    background: #fff;
}

.container {
    max-width: 1430px;
    width: 96%;
    /*padding: 0 120px;*/
    margin: 0 auto;
    position: relative;
}

.top {
    padding: 30px 0;
}

.top-right {}

.top-right a {
    color: #fff;
    font-size: 18px;
    background: linear-gradient(to bottom, #4663ff, #24a0ff, #10c6ff);
    border-radius: 30px;
    line-height: 45px;
    display: inline-block;
    padding: 0 30px;
}

.wc-menu {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    background: rgba(51, 51, 51, 0.75);
}

.wc-menu ul {
    /*转化为table 并且，宽度百分百，*/
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    border-left: 1px solid rgba(232, 238, 247, 0.35);
}

.wc-menu ul li {
    line-height: 30px;
    position: relative;
    /*居中并且转为table-cell*/
    text-align: center;
    border-right: 1px solid rgba(232, 238, 247, 0.35);
    /*width: 25%;*/
    list-style: none;
    padding: 0px 18px;
}

.wc-menu ul li a {
    font-size: 18px;
    color: #fff;
    position: relative;
    display: block;
    line-height: 28px;
    padding: 10px 0;
    text-decoration: none;
}

.wc-menu ul li a img {
    padding-right: 4px;
}

.wc-menu ul li a.active,
.wc-menu ul li a.move,
.wc-menu ul li a.selected,
.wc-menu ul li a.parent,
.wc-menu ul li a:hover {
    background: rgba(51, 51, 51, 0.35);
}

.wc-menu ul li .ernav {
    position: absolute;
    /*position: relative;*/
    left: -25%;
    top: 100%;
    /*background: rgba(36,108,198,0.86);*/
    /*background: #e5effa;*/
    width: 150%;
    z-index: 111 !important;
    display: none;
    opacity: 1;
    /*border-top: 2px solid #4abad2;*/
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.5);
    -webkit-animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-duration: .4s;
    animation-fill-mode: both;
    -webkit-animation-name: layui-upbit1;
    animation-name: layui-upbit1;
}

@keyframes layui-upbit1 {
    0% {
        transform: translate3d(0%, 15px, 0);
        opacity: .3;
    }

    100% {
        transform: translate3d(0%, 0, 0);
        opacity: 1;
    }
}

.wc-menu ul li .ernav ul {
    padding-left: 0;
    display: block;
    margin-bottom: 0;
    text-align: center;
    border: none;
    border-radius: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.86);
    /*background: #4b82d0;*/
}

.wc-menu ul li .ernav ul li {
    /*text-align: center;*/
    float: none;
    display: block;
    /*二级下拉有影响，需要转化为块状*/
    background: none;
    line-height: 26px;
    border: none;
    margin: 0;
    padding: 0;
}

.wc-menu ul li .ernav ul li:last-child {
    border-bottom: none;
}

.wc-menu ul li .ernav ul li a {
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    background: none;
    box-shadow: none;
    border-radius: 0;
    color: #333;
    margin: 0;
    display: block;
    padding: 10px 5px;
    border-bottom: none;
    font-weight: normal;
    text-decoration: none;
}

.wc-menu ul li .ernav ul li a:hover {
    color: #fff;
    background: #246cc6;
}

.wc-menu ul li .ernav ul li>a:after {
    content: none;
}


/*menu End*/

.ban-text {
    position: absolute;
    left: 0px;
    bottom: 190px;
    width: 100%;
    z-index: 1;
}

.ban-text h4 {
    font-size: 42px;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
}

.ban-text p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    width: 50%;
    position: relative;
    padding-left: 65px;
}

.ban-text p::after {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 48px;
    height: 3px;
    background: #e3e8f3;
    content: "";
}

/*banner end*/

img {
    max-width: 100%;
}

.index-con {
    background: #e8eef7;
}

.index-con .inbg {
    background: #fff;
    margin-top: -170px;
    padding: 45px;
}

.row1con {
    margin-bottom: 35px;
}



.search {
    background: url(../../images/search.png) no-repeat left top;
    width: 211px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
}

.search .inp-text {
    padding-left: 15px;
    width: 156px;
    height: 50px;
    line-height: 50px;
    background: none;
    border: none;
}

.search .inp-text input.inp-text {
    padding: 0;
    font-size: 16px;
    color: #a6b1c4;
}

.search .inp-text input::-webkit-input-placeholder {
    color: #a6b1c4;
    font-size: 16px;
}

.search .inp-text input:-moz-placeholder {
    color: #a6b1c4;
    font-size: 16px;
}

.search .inp-text input::-moz-placeholder {
    color: #a6b1c4;
    font-size: 16px;
}

.search .inp-text input:-ms-input-placeholder {
    color: #a6b1c4;
    font-size: 16px;
}

.search .inp-but {
    background: none;
    border: none;
    width: 40px;
    height: 50px;
}

.search .inp-but input.inp-but {
    cursor: pointer;
    padding: 0;
}

.row1con {
    display: flex;
    padding-left: 24px;
}

.row1con .f-select {
    display: inline-block;
    margin-right: 30px;
}

.row1con .f-select button {
    border: 1px solid #e3e8f3;
    border-radius: 30px;
    line-height: 47px;
    height: 47px;
    padding: 0 20px;
    color: #a6b1c4;
    background: none !important;
}

.index-con .row {
    margin: 0 -25px;
}

.in-li {
    padding: 0 25px;
}

.in-li1 {
    text-align: center;
    background: #f8fcfe;
    padding: 21px;
    border-radius: 10px;
    margin-bottom: 45px;
    border: 1px solid #e3e8f3;
    transition: all 0.4s ease-out;
}

.in-li1:hover {
    box-shadow: 0px 15px 27px -17px rgba(0, 0, 0, 0.57);
    transform: scale(1.02);
    transition: all 0.4s ease-out;
}

.in-li1 .in-limg {}

.in-li1 .in-limg img {
    border-radius: 10px;
    border: 1px solid #e3e8f3;
}

.in-li1 .in-text {
    text-align: left;
}

.in-li1 .in-text span {
    font-size: 14px;
    line-height: 28px;
    padding: 0 12px;
    display: inline-block;
    border-radius: 20px;
    margin: 20px 0;
}

.in-li1 .in-text span.sp1 {
    background: #f9e4db;
    color: #ff4e00;
}

.in-li1 .in-text span.sp2 {
    background: #65d54f;
    color: #fff;
}

.in-li1 .in-text .in-pp p {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin-bottom: 5px;
}

.amore {
    /*padding-top: 30px ;*/
}

.amore a {
    color: #a6b1c4;
    font-size: 16px;
}

.amore a:hover {
    color: #3f4ec6;
}



.footer {
    text-align: center;
    background: #000;
}

.footer p {
    line-height: 66px;
    font-size: 18px;
    color: #999;
    margin-bottom: 0;
    text-transform: uppercase;
}


/*.footerEnd*/
/*ban-text2*/
.inbg2 {
    background: #fff;
}

.ban-text2 {
    position: absolute;
    bottom: 100px;
}

.ban-text2 p {
    width: 100%;
}

.ban-text2 p:after {
    content: none;
    padding-left: 0;
}

.parth {
    padding: 55px 0;
}

.parth-top {
    text-align: center;
    text-transform: uppercase;
}

.parth-top h4 {
    font-size: 52px;
    font-weight: bold;
    color: #000;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}

.parth-con {
    margin-top: 20px;
}

.parth-con ul {
    padding: 0;
    margin: 0;
    width: 76%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.parth-con ul li {
    text-align: center;
    display: inline-block;
    padding: 20px;
}

.parth-con ul li:nth-child(1) {
    width: 42%;
}

.parth-con ul li:nth-child(2) {
    width: 39%;
}


/*list*/
.picleft-list {
    margin: 0;
    padding: 0 24px;
}

.picleft-list li {
    margin-bottom: 36px;
    transition: all 0.4s ease-out;
    padding: 20px;
    border-radius: 10px;
    background: #f8fcfe;
    border: 1px solid #e3e8f3;
    position: relative;
}

.picleft-list li .p-data {
    position: absolute;
    right: 0px;
    top: 28px;
}

.picleft-list li .p-data a {
    color: #fff;
    border-radius: 16px;
    display: inline-block;
    line-height: 30px;
    padding: 0 11px;
    margin-right: 26px;
}

.picleft-list li .p-data a.a1 {
    background: #2e9ad8;
}

.picleft-list li .p-data a.a2 {
    background: #65d54f;
}

.picleft-list li:hover {
    box-shadow: 0px 15px 10px -11px rgba(0, 0, 0, 0.5);
}

.picleft-list li {
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.picleft-list li .pli-img {
    width: 29%;
    transition: all 1s;
}

.picleft-list li .pli-img:hover {
    transition: all 1s;
    cursor: pointer;
}

.picleft-list li .pli-img img {
    border-radius: 10px;
    border: 1px solid #e3e8f3;
}

.picleft-list li .pli-text {
    width: 71%;
    padding: 5px 30px 10px 35px;
}

.picleft-list li .pli-text h5 a {
    font-size: 28px;
    color: #333;
    line-height: 32px;
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.picleft-list li .pli-text p {
    font-size: 16px;
    color: #82a2b2;
    line-height: 26px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.arc-fenbox {}

.fen-con {
    border: 1px solid #e3e8f3;
    border-radius: 15px;
}

.fen-con .fen-title {}

.fen-con .fen-title h4 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 66px;
    background: #f8fcfe;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-left: 15px;
    border-bottom: 1px solid #e3e8f3;
}

.fen-ul {}

.fen-ul ul {
    padding: 0 !important;
    margin: 0 !important;
}

.fen-ul ul li {
    padding: 18px 15px;
    border-bottom: 1px solid #e3e8f3;
    position: relative;
    list-style-type: inherit !important;
}

.fen-ul ul li:last-child {
    border-bottom: none;
}

.fen-ul ul li span {
    font-size: 18px;
    color: #82a2b2;
    line-height: 26px;
    padding-right: 10px;
}

.fen-ul ul li img {
    position: absolute;
    right: 12px;
    top: 22px;
}

.actrice-two {}

.arct-title {}

.arct-title h5 {
    font-size: 42px;
    font-weight: bold;
    color: #333;
    padding-bottom: 23px;
    border-bottom: 2px solid #ebeef6;
    margin-bottom: 0;
}

.arct-title p {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    padding: 26px 0;
    border-bottom: 2px solid #ebeef6;
    margin-bottom: 0;
}

.arct-one {
    padding: 26px 0 26px;
    border-bottom: 2px solid #ebeef6;
}

.arct-one p {
    font-size: 18px;
    color: #333;
    line-height: 30px;
}

.arct-one .arct-h5 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    position: relative;
    margin-bottom: 12px;
}

.arct-one .arct-h5:after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 102px;
    height: 5px;
    background: #1e56bc;
    border-radius: 5px;
}

.arct-con {
    padding-top: 26px;
}

.arct-con ul.ul1 {
    padding: 0;
    margin: 0;
}

.arct-con ul.ul1 li {
    background: #eef3fa;
    line-height: 34px;
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 18px;
    color: #333;
    padding: 15px 15px 15px 28px;
}

.arct-con ul.ul1 li b {
    padding-left: 0px;
}

.arct-con ul.ul2 {
    padding-left: 20px;
}

.arct-con ul.ul2 li {
    padding-left: 0;
    padding: 5px 15px 5px 32px;
    line-height: 25px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    /* vertical-align: middle; */
}

.arct-con ul.ul2 li b {
    padding-left: 8px;
}

.arct-con ul.ul2 span {
    display: inline-block;
    width: 66px;
    height: 66px;
    text-align: center;
    border-radius: 100%;
    background: #fff;
    margin-left: -66px;
    padding-top: 10px;
}

.arct-con ul.ul2 span i {
    font-style: normal;
    color: #fff;
    width: 44px;
    height: 44px;
    display: inline-block;
    background: #759add;
    font-weight: bold;
    border-radius: 100%;
    line-height: 44px;
}

.arct-con ul.ul2 li p {
    display: inline;
    line-height: 29px;
    margin-bottom: 0;
    padding-left: 5px;
}

.arct-con ul.ul3 {
    padding: 0;
    margin: 0;
}

.arct-con ul.ul3 li {
    background: #eef3fa;
    padding: 15px 0;
    line-height: 34px;
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 18px;
    color: #333;
    padding-left: 28px;
}



@media (max-width: 1600px) {
    .ban-text {
        bottom: 170px;
    }

    .ban-text h4 {
        font-size: 36px;
    }
}



@media (max-width: 1440px) {
    .index-con .inbg {
        margin-top: -100px;
    }

    .ban-text {
        bottom: 100px;
    }
}


@media (max-width: 1360px) {
    .wc-menu ul li a {
        font-size: 16px;
    }

    .ban-text {
        bottom: 70px;
    }

    .index-con .inbg {
        margin-top: -70px;
    }
}

@media (max-width: 1485px) {
    .wc-menu ul li {
        padding: 0 10px;
    }
}
