.new {
    padding-bottom: 50px;
    background: url(../image/bg-1.png) no-repeat center top;
    /* background-size: cover; */
    position: relative;
    z-index: 100;
}


.new1>a {
    width: 100%;
    font-size: 40px;
    color: #EA1111;
    font-weight: bold;
    padding: 12px 0 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: normal;
    line-height: 1.5;
padding-bottom: 0;
}

.new1 p {
    height: 40px;
    background-color: #F2F2F2;
    line-height: 40px;
    display: flex;
    justify-content: center;
    font-size: 14px;
    color: #333333;
}

.new1 p a {
    max-width: 30%;
    color: #333333;
    margin: 0 10px;
}

.new1 p a:hover {
    font-weight: bold;
    color: #000000;
}

.new21 {
    width: 40%;
}

.new22 {
    width: 57.08%;
}

#new2 {
    height: 470px;
}

#new2 a {
    height: 100%;
    overflow: hidden;
}

#new2 a img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
}

#new2 a:hover img {
    transform: scale(1.1);
}

#new2 .det {
    left: 0;
    width: 100%;
    height: 70px;
    color: #FFF;
    background: rgb(0 0 0 / 21%);
    padding: 0 20px;
    transition: all 0.5s;
    transition-delay: 0.5s;
    opacity: 0;
    bottom: -50px;
}

#new2 a.swiper-slide-active .det {
    bottom: 0;
    opacity: 1;
}

#new2 .det span {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    padding: 20px 0 10px;
}

#new2 .det p {
    font-size: 14px;
    line-height: 26px;
    opacity: 0.7;
}

#new2 .swiper-pagination {
    width: auto;
    left: auto;
    right: 10px;
    bottom: 80px;
    height: auto;
}

#new2 .swiper-pagination span {
    border-radius: 0;
    width: 10px;
    height: 10px;
    opacity: 1;
    margin: 0 6px !important;
    background: #FFFFFF;
}

#new2 .swiper-pagination .swiper-pagination-bullet-active {
    background: #1B88E8;
}

.new2 {
    align-items: flex-start;
    margin-top: 35px;
}

.new21 a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #E5E5E5;
    padding: 15px 0;
}

.new21 a span {
    font-size: 18px;
    line-height: 26px;
    color: #0360aa;
    display: block;
    margin-bottom: 15px;
}

.new21 a .img {
    width: 149px;
    height: 102px;
    overflow: hidden;
}

.new21 a .img img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
}


.new21 a p {
    width: calc(100% - 150px);
    padding-left: 20px;
    font-size: 14px;
    color: #888888;
    line-height: 26px;
}

.new21 a:first-child {
    display: block;
    padding-top: 0;
    border-bottom: 1px solid #E5E5E5;
}

.new21 a:first-child .img {
    display: none;
}

.new21 a:first-child span {
    font-size: 20px;
    color: #0360aa;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    margin-bottom: 0;
}

.new21 a:first-child p {
    padding-left: 0;
    width: 100%;
    font-size: 14px;
    color: #888888;
    line-height: 26px;
    -webkit-line-clamp: 2;

}

.new21 a:hover span {

}

.new21 a:hover .img img {
    transform: scale(1.1);
}

/* ×¨Ìâ */
.new3 {
    height: 130px;
    margin: 45px 0;
}

#new3 {
    height: 130px;
}

.new3 a {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.new3 a img {
    position: absolute;
    min-width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s;
}

.new3 a:hover img {
    transform: translateX(-50%) scale(1.1);
}

.new4 {
    align-items: flex-start;
}

/* new4 */
.new41 {
    width: 67.5%;
}

.bt-1 {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #D5D5D5;
}

.bt-1>a {
    font-size: 14px;
    color: #555555;
}

.bt-1>a:hover {
    font-weight: bold;
    color: #000000;
}

.bt-11 {
    font-size: 26px;
    color: #333333;
    font-weight: bold;
}

.bt-11 span {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    color: #888888;
    font-weight: normal;
    text-transform: uppercase;
}

.new41-qie {
    font-size: 18px;
    color: #888888;
}

.new41-qie a {
    color: #888888;

}

.new41-qie a:last-child {
    margin-right: 0;
}

.new41-qie a.on {
    color: #1185EA;
    font-weight: bold;
    position: relative;
}

.new41-qie a.on::after {
    width: 20px;
    height: 3px;
    background: #1185EA;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.new42 {
    width: 29.17%;
}

.xwzx {
    margin-bottom: 30px;
}

.xwzx-1 {
    display: none;
    align-items: flex-start;
    margin-top: 30px;
}

.xwzx-1.on {
    display: flex;
    animation: fadeInUp 0.5s;
}

#xwzx-2 {
    width: 50.12%;
    height: 306px;
}

#xwzx-2 a {
    height: 100%;
}

#xwzx-2 img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
}

#xwzx-2 a:hover img {
    transform: scale(1.1);
}

.xwzx-3 {
    width: 47.65%;
}

.xwzx-3 ul {
    width: 100%;
}

.xwzx-3 ul li {
    width: 100%;
}

.xwzx-3 ul li a {
    width: 100%;
    height: 76.5px;
    padding: 13.25px 0;
    position: relative;
}

.xwzx-3 ul li a::before {
    width: 100%;
    height: 100%;
    background: #439FEE;
    left: 0;
    top: 0;
    transition: all 0.5s;
    transform: translate(100px, 0);
    opacity: 0;
    z-index: -1;
}

.xwzx-3 ul li a::after {
    left: -18px;
    top: 50%;
    width: 0;
    height: 0;
    transform: translate(100px, -50%);
    border: 8px solid transparent;
    border-right: 10px solid #439FEE;
    transition: all 0.5s;
    opacity: 0;
    z-index: -1;

}

.xwzx-3 ul li:last-child {
    margin-bottom: 0;
}

.xwzx-3 a label {
    width: 89px;
    padding-right: 15px;
    border-right: 1px solid #E5E5E5;
    position: relative;
    z-index: 10;
}

.xwzx-3 a label span {
    font-size: 22px;
    line-height: 30px;
    color: #333333;
}

.xwzx-3 a label p {
    font-size: 14px;
    color: #888888;
    opacity: 0.5;
    line-height: 1.5;
}

.xwzx-3 a>p {
    width: calc(100% - 89px);
    padding-left: 15px;
    padding-right: 10px;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    position: relative;
    z-index: 10;
}

.xwzx-3 ul li.on a::before {
    transform: translate(0, 0);
    opacity: 1;
    z-index: 1;
}

.xwzx-3 ul li.on a::after {
    transform: translate(0, -50%);
    opacity: 1;
    z-index: 1;

}

.xwzx-3 ul li.on a label {
    border-color: #FFFFFF;
}

.xwzx-3 ul li.on a>p,
.xwzx-3 ul li.on a label span {
    color: #FFFFFF;
}

.xwzx-3 ul li.on a label p {
    opacity: 1;
    color: #FFFFFF;
}

.new42-1 {
    width: 100%;
    padding-top: 20px;
}

.new42-1 a {
    width: 100%;
    font-size: 16px;
    line-height: 38px;
    color: #555555;
    padding-left: 15px;
    z-index: 20;
}

.new42-1 a::before {
    width: 3px;
    height: 3px;
    background: #868686;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.new42-1 a:hover {
    font-weight: bold;
}

.new41-1 {
    margin-top: 30px;
    height: 98px;
}

#new411 {
    height: 98px;
}

#new411 a {
    overflow: hidden;
}

#new411 a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#new411 a img {
    width: 100%;
    height: 100%;
}

/* ¹«¸æ */
.new42-2 {
    height: 280px;
    border: 1px solid #E5E5E5;
    margin-top: 30px;
}

.new42-2 .det {
    width: 62.85%;
    padding: 20px;
}

.new42-2 .det a {
    display: none;
    max-width: 100%;
    height: 100%;
}

.new42-2 .det a img {
    width: 100%;
    height: 100%;
}

.new42-2 .det a.ac {
    display: block;
    animation: fadeIn 0.5s;
}

.new-gg {
    width: 28.29%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.new-gg a {
    width: 100%;
    height: 32.14%;
    position: relative;
    background-color: #EBEBEB;
    overflow: hidden;
}

.new-gg a::before {
    width: 0;
    height: 5px;
    background-color: #439FEE;
    left: 0;
    top: 0;
    transition: all 0.3s;
    z-index: 5;

}

.new-gg a::after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #EBEBEB;
    transition: all 0.3s;

}

.new-gg a.ac::before {
    width: 100%;
}

.new-gg a.ac::after {
    left: 100%;
}

.new-gg a p {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #333333;
    z-index: 10;
}

.new-gg a.ac {
    background-color: #FFFFFF;
}

.new-gg a.ac p {
    font-size: 20px;
    color: #439FEE;
    font-weight: bold;
}

/* kp-11 */
.kp-11 {
    height: 162px;
    background: url(../image/bg-3.png) no-repeat center top;
    padding-top: 40px;
}

.kp-11 .txt {}

.kp-11 .txt p {
    font-size: 30px;
    color: #1185EA;
    font-weight: bold;
}

.kp-11 .txt span {
    display: inline-block;
    margin-top: 5px;
    font-size: 14px;
    color: #1185EA;
    opacity: 0.5;
    text-transform: uppercase;
    /* letter-spacing: 0.1rem; */
}

.kp-12 {
    overflow: hidden;
    height: 308px;
    background: url(../image/kp-12-bg.png) no-repeat center center;
    background-size: cover;
}

.kp-121 {
    position: relative;
    z-index: 10;
}

.kp-121 a {
    width: 50%;
    text-align: center;
    position: relative;
    z-index: 10;
    transition: all 0.5s;
    opacity: 1;
    height: 100%;
    padding-top: 80px;
}

.kp-121 a p {
    font-size: 28px;
    color: #FFFFFF;
    font-weight: bold;
}

.kp-12>img {
    left: 50%;
    top: 0;
    min-width: 100%;
    height: 100%;
    transform: translateX(-50%) scale(1.5);
    transition: all 0.5s;
    opacity: 0;
}

.kp-12.one .one {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

.kp-12.one .kp-121 a:nth-child(1) {
    width: 100%;
}

.kp-12.one .kp-121 a:nth-child(2) {
    width: 0;
    opacity: 0;
    overflow: hidden;
}

.kp-12.two .two {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

.kp-12.two .kp-121 a:nth-child(2) {
    width: 100%;
}

.kp-12.two .kp-121 a:nth-child(1) {
    width: 0;
    opacity: 0;
    overflow: hidden;
}

/* lj */
.lj {
    background: url(../image/bg-2.png) no-repeat center center;
    background-size: cover;
    padding-top: 58px;
}

.lj-1 {
    height: 81px;
    background-color: #FFFFFF;
    border: 1px solid #EAEAEA;
    padding: 10px 0;
}

.lj-1 label {
    width: 170px;
    font-size: 20px;
    color: #1185EA;
    font-weight: bold;
    text-align: right;
    height: 100%;
    border-right: 1px dashed #C3C2C2;
    padding-right: 28px;
    line-height: 60px;
    background: url(../image/lian.png) no-repeat left 10px center;
}

.lj-1 p {
    width: calc(100% - 170px);
    padding-left: 10px;
}

.lj-1 p a {
    font-size: 16px;
    color: #333333;
    margin: 0 20px;
}

.lj-1 p a:hover {
    color: #1185EA;
    font-weight: bold;
}