* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

@media screen and (max-width: 1400px) {
    html {
        width: 1511px;
    }
}

.ui-content {
    width: 100%;
    position: relative;
}
.ui-hd-tp-img{
	width:909px;
	height: 255px;
	display: block;
	margin:auto;
}
.ui-hd {
    width: 100%;
    height: 956px;
    position: relative;
    background: url("../images/id2hdbg1.png") no-repeat;
    background-size: 100% 100%;
}

.ui-hd-tp {
    width: 1280px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}

.u-hdtpl {
    font-size: 17px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
}

.u-hdtpr {
    width: 360px;
    height: 35px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    background: url("../images/ig2hd1.png") no-repeat;
    background-size: 100% 100%;
}

.u-hdtpr-img {
    width: 18px;
    height: 18px;
    display: block;
    margin-left: 10px;
}

.u-hdtprl {
    width: 255px;
    height: 35px;
    /* background-color: rgba(255, 255, 255, 0.5); */
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    display: flex;
    align-items: center;
    padding: 0 7px;
    box-sizing: border-box;
}

.u-hdtprl-img {
    width: 18px;
    height: 18px;
    display: block;
    margin-right: 5px;
}

.u-hdtprl-pt {
    width: 300px;
    outline: none;
    border: none;
    background-color: transparent;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #fff;
}

    .u-hdtprl-pt::placeholder {
        color: #fff;
    }

.u-hdtprr {
    width: 76px;
    height: 35px;
    /* background-color: #AE000D; */
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .u-hdtprr img {
        width: 18px;
        height: 18px;
        display: block;
    }

.ui-cnt-max {
    width: 1311px;
    margin: auto;
    position: absolute;
    top: 425px;
    left: 0;
    right: 0;
    overflow: hidden;
}

.ui-hdtpb {
    width: 100%;
    height: 95px;
    /* border-top: 1px solid #024F80; */
    position: relative;
    z-index: 9;
    background: url("../images/id2nv1.png") no-repeat;
    background-size: 100% 99px;
    background-position: center 8px;
    /* background-color: #BF001A; */
}

.ui-hd-bt-ul {
    width: 1220px;
    display: flex;
    margin: auto;
    justify-content: space-between;
}

.ui-hd-bt-li {
    width: 185px;
    height: 95px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ui-hd-bt-li1 .ui-hd-bt-li-a {
    width: 185px;
    height: 95px;
    color: #FFC975 !important;
    font-weight: bold;
    /* background-color: #A01314; */
    /* background: url("../images/idnvbg2.png") no-repeat;
	background-size: 185px 80px;
	background-position: 0px 3px; */
    /* margin-top: 20px; */
}

/* .ui-hd-bt-li:last-child::after {
	content: "";
	width: 1px;
	height: 30px;
	background-color: #008FCF;
	position: absolute;
	right: 0;
} */

/* .ui-hd-bt-li::after {
	content: "";
	width: 1px;
	height: 30px;
	background-color: #FFFFFF;
	position: absolute;
	right: 0;
} */
.ui-hd-bt-li:hover .ui-hd-bt-li-a {
    width: 185px;
    height: 95px;
    color: #FFC975 !important;
    font-weight: bold;
    /* background-color: #A01314; */
    /* background: url("../images/idnvbg2.png") no-repeat;
	background-size: 185px 80px;
	background-position: 0px 3px; */
}

.ui-hd-bt-li:hover > .ui-hd-bt-li-a {
    color: #fff;
}

.ui-hd-bt-li-a {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 下拉菜单样式 */
.dropbtn {
    /* background-color: #008FCF; */
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    border: none;
    cursor: pointer;
    width: 304px;
    c height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    /* background-color: #AD0000; */
    min-width: 260px;
    /* margin-top: -20px; */
    margin-left: 16px;
    bottom: 19px;
    border: 1px solid #333;
    background-color: #fff;
    max-height: 188px;
    overflow-y: scroll;
}

    .dropdown-content a {
        color: #333;
        text-decoration: none;
        display: block;
        width: 100%;
        /* height: 42px; */
        display: flex;
        align-items: center;
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        text-decoration: none;
        /* border-bottom: 1px solid #FF7979; */
        text-align: left;
        padding: 5px 10px;
        box-sizing: border-box;
    }

        .dropdown-content a:hover {
            background-color: #910000;
            color: #FFFFFF;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    /* background-color: #AD0000; */
    /* color: #fff; */
    /* border-bottom: 1px #FF7979 solid;
	background: url("../images/idnvbg1.png") no-repeat;
	background-size: 191px 95px;
	background-position: center 0px; */
}

.ui-cnt {
    width: 1245px;
    margin: -19px auto 0;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #fff;
}

.ui-cnt-top {
    width: 1200px;
    margin: 38px auto 30px;
    display: flex;
    align-items: center;
}

    .ui-cnt-top:hover .ui-cnt-topr-h {
        color: #BF001A;
    }

.ui-cnt-topl {
    flex-shrink: 0;
}

.ui-cnt-topl-h {
    font-size: 32px;
    font-family: Source Han Serif CN;
    font-weight: bold;
    color: #BF001A;
    line-height: 45px;
	text-align: center;
}

.ui-cnt-topl-p {
    font-size: 32px;
    font-family: Source Han Serif CN;
    font-weight: bold;
    color: #333333;
    line-height: 45px;
    text-align: center;
}

.ui-cnt-top-img {
    width: 9px;
    height: 70px;
    display: block;
    margin-left: 30px;
    margin-right: 20px;
}

.ui-cnt-topr {
    display: flex;
    justify-content: space-between;
    width: 90%;
}

.ui-cnt-topr1 {
    width: 94%;
}

.ui-cnt-topr-h {
    font-size: 38px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.ui-cnt-topr-p {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ui-cnt-topr-a {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #9F9F9F;
    flex-shrink: 0;
    margin-top: 55px;
}

.ui-cnt1 {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.ui-cnt1-lunbo {
    width: 590px;
    height: 410px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.ui-cnt1-lunbo-a {
    width: 688px;
    height: 410px;
    display: block;
    position: relative;
}

.ui-cnt1-lunbo-img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 0;
}

.ui-cnt1-lunbo-tx {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 44px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px 20px;
    box-sizing: border-box;
}

    .ui-cnt1-lunbo-tx p {
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #FFFFFF;
        text-align: left;
        width: 86%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: left;
    }

.ui-cnt1r {
    width: 590px;
}

.ui-cnt1r-tp {
    width: 100%;
    border-bottom: 1px solid #DADADA;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ui-cnt1r-tpl {
    display: flex;
}

.ui-cnt1r-tpl-h {
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #909394;
    line-height: 45px;
    text-align: center;
    margin-right: 20px;
    width: 110px;
}

.ui-cnt1r-tpl-h1 {
    color: #333333;
}

    .ui-cnt1r-tpl-h1::after {
        content: "";
        width: 106px;
        height: 2px;
        background-color: #BF001A;
        display: block;
    }

.ui-cnt1r-tp-a {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

    .ui-cnt1r-tp-a img {
        width: 12px;
        height: 10px;
        display: inline-block;
        margin-left: 10px;
    }

.ui-cnt1r-ul {
    width: 590px;
}

.ui-cnt1r-li1 {
    width: 100%;
    border-bottom: 1px solid #D3D3D3;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: 26px;
    display: block;
    padding: 20px 0;
}

.ui-cnt1r-li1-h {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #BF001A;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ui-cnt1r-li1-p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.ui-cnt1r-li {
    width: 100%;
    padding: 17px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #F0F0F0;
}

    .ui-cnt1r-li:hover .ui-cnt1r-li-h {
        color: #BF001A;
    }

.ui-cnt1r-li-h {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .ui-cnt1r-li-h::before {
        content: "";
        width: 6px;
        height: 6px;
        background: #BF001A;
        display: block;
        float: left;
        margin-top: 8px;
        margin-right: 10px;
    }

.ui-cnt1r-li-p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
}

.ui-cnt2 {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 40px auto 0;
}

.ui-cnt2-a {
    width: 380px;
    height: 114px;
    display: block;
}

.ui-cnt2-img {
    width: 100%;
    height: 100%;
    display: block;
}

.ui-cnt3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.ui-cnt3l {
    width: 285px;
}

.ui-cnt3l-li {
    width: 350px;
    height: 140px;
    background: #FFFFFF;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ui-cnt3l-li:hover .ui-cnt3l-p {
   color: #AD0000;
}


.ui-cnt3l-li:hover .ui-cnt3l-img-bx {
    background-color: #AD0000;
}

.ui-cnt3l-li:last-child {
    margin-bottom: 0;
}

.ui-cnt3l-li:hover .ui-cnt3l-img {
    width: 49px;
    height: 45px;
    display: block;
    margin-right: 20px;
    background-image: url("../images/id2cnt311.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background-position: 30px center; */
}

.ui-cnt3l-img-bx {
    width: 100px;
    height: 100px;
    /* background: #FFFFFF; */
    border: 1px solid #D7D7D7;
    border-radius: 50%;
    margin-right: 20px;
}

.ui-cnt3l-img {
    width: 49px;
    height: 45px;
    display: block;
    /* margin-right: 20px; */
    background-image: url("../images/id2cnt31.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 27px;
    /* background-position: 30px center; */
}

.ui-cnt3l-li:nth-child(2) .ui-cnt3l-img {
    width: 45px;
    height: 46px;
    display: block;
    margin-right: 20px;
    background-image: url("../images/id2cnt32.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background-position: 30px center; */
}

.ui-cnt3l-li:nth-child(2):hover .ui-cnt3l-img {
    width: 45px;
    height: 46px;
    display: block;
    margin-right: 20px;
    background-image: url("../images/id2cnt322.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background-position: 30px center; */
}

.ui-cnt3l-li:nth-child(3) .ui-cnt3l-img {
    width: 46px;
    height: 40px;
    display: block;
    margin-right: 20px;
    background-image: url("../images/id2cnt33.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background-position: 30px center; */
}

.ui-cnt3l-li:nth-child(3):hover .ui-cnt3l-img {
    width: 46px;
    height: 40px;
    display: block;
    margin-right: 20px;
    background-image: url("../images/id2cnt333.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background-position: 30px center; */
}

.ui-cnt3l-li:nth-child(4) .ui-cnt3l-img {
    width: 46px;
    height: 46px;
    display: block;
    margin-right: 20px;
    background-image: url("../images/id2cnt34.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background-position: 30px center; */
}

.ui-cnt3l-li:nth-child(4):hover .ui-cnt3l-img {
    width: 46px;
    height: 46px;
    display: block;
    margin-right: 20px;
    background-image: url("../images/id2cnt344.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background-position: 30px center; */
}

.ui-cnt3l-p {
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

.ui-cnt3r {
    width: 895px;
}

.ui-cnt3rm {
    display: flex;
    position: absolute;
    left: 80px;
}

.ui-cnt3rm-h {
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #666666;
    line-height: 10px;
    margin-right: 38px;
}

.ui-cnt3rm-h1 {
    font-size: 28px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #AD0000;
    line-height: 10px;
}

.ui-cnt1rm-h {
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #666666;
    line-height: 10px;
    margin-right: 38px;
}

.ui-cnt1rm-h1 {
    font-size: 28px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #AD0000;
    line-height: 10px;
}

.ui-cnt1-tp {
    width: 100%;
    height: 36px;
    background: #F0F0F0;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
    margin-top: 17px;
}

.ui-cnt1-tpl {
    display: flex;
    position: absolute;
    top: -15px;
    align-items: center;
}

    .ui-cnt1-tpl img {
        width: 39px;
        height: 40px;
        display: block;
        margin-right: 30px;
    }

    .ui-cnt1-tpl p {
        font-size: 28px;
        font-family: SourceHanSansCN;
        font-weight: bold;
        color: #AD0000;
        line-height: 10px;
    }

.ui-cnt1-tpr {
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #AD0000;
    position: absolute;
    top: -10px;
    right: 10px;
}

.ui-cnt3r-tx {
    width: 895px;
    height: 300px;
    background: #F0F0F0;
    padding: 17px 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-top: 34px;
}

.ui-cnt3r-txl {
    width: 198px;
}

.ui-cnt3r-txl1 {
}

.ui-cnt3r-txl1-h {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #AD0000;
    line-height: 45px;
    text-align: center;
    margin-top: 30px;
}

.ui-cnt3r-txl1-p {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #AD0000;
    line-height: 45px;
    text-align: center;
    margin-bottom: 25px;
}

.ui-cnt3r-txl-sel {
    width: 198px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #AD0000;
    /* background-image: url("../images/idcnt3r1.png");
	background-repeat: no-repeat;
	background-size: 100% 100%; */
    margin-bottom: 20px;
    border: none;
    outline: none;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #BF001A;
    appearance: none;
    background-image: url("../images/op2.png"), url("../images/idcnt3r1.png");
    background-repeat: no-repeat, no-repeat;
    background-size: 14px 9px, 198px 40px;
    background-position: 95% center;
    padding: 0 10px;
    box-sizing: border-box;
}

.ui-cnt3r-txm {
    width: 193px;
    height: 261px;
    display: block;
    outline: none;
    border: none;
}

.ui-cnt3r-txr {
    width: 380px;
}

.ui-cnt3r-txr-h {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 45px;
    /* margin-top: 10px; */
}

.ui-cnt3r-txr-p {
    font-size: 18px;
    font-family: Source Han Sans CN;
    /* font-weight: bold; */
    color: #333333;
    line-height: 30px;
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: justify;
}

.ui-cnt3r-txr-p1 {
    width: 110px;
    height: 36px;
    background: #BF001A;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.ui-cnt4 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 57px;
}

    .ui-cnt4 img {
        width: 691px;
        height: 114px;
    }

.ui-rdlz {
    box-sizing: border-box;
    /* padding: 0 20px; */
    /* margin-bottom: 40px; */
}

.gaikuang-title-box {
    margin-bottom: 35px;
}

.gaikuang-title {
    width: 1400px;
    margin: 0 auto;
    background: #F0F0F0;
    height: 36px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 40px;
}

    .gaikuang-title img {
        width: 44px;
        height: 50px;
        position: absolute;
        left: 10px;
        top: -15px;
    }

    .gaikuang-title span {
        top: -16px;
        position: absolute;
        left: 65px;
        font-size: 28px;
        font-weight: bold;
        color: #AD0000;
    }

.ui-rdlz-listBox {
    width: 100%;
    margin: 35px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .ui-rdlz-listBox a {
        display: block;
        margin-bottom: 20px;
    }

        .ui-rdlz-listBox a:nth-child(3) {
            margin-bottom: 0;
        }

        .ui-rdlz-listBox a:nth-child(4) {
            margin-bottom: 0;
        }

.ui-rdlz-list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 285px;
    height: 115px;
    background: #F0F0F0;
    border-radius: 6px;
    cursor: pointer;
}

    .ui-rdlz-list:hover {
        background: #AD0000;
    }

        .ui-rdlz-list:hover span {
            color: #fff;
        }

    .ui-rdlz-list img {
        width: 70px;
        height: 70px;
        margin-right: 20px;
    }

    .ui-rdlz-list span {
        font-size: 28px;
        font-weight: 400;
        color: #333333;
    }

.ui-rdlz-listBox2 {
    background: url(../images/bg_djdt@2x.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 0 20px;
    padding-top: 40px;
    height: 180px;
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.ui-rdlz-list2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 320px;
    height: 104px;
    cursor: pointer;
    box-sizing: border-box;
    padding-left: 50px;
}

    .ui-rdlz-list2 img {
        width: 70px;
        height: 70px;
        margin-right: 20px;
    }

    .ui-rdlz-list2 span {
        font-size: 30px;
        font-weight: 400;
        color: #AD0000;
    }

.ui-db-hdfc {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.gaikuang-title2 {
    width: 680px;
    margin: 0 auto;
    background: #F0F0F0;
    height: 36px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 40px;
}

    .gaikuang-title2 img {
        width: 44px;
        height: 50px;
        position: absolute;
        left: 10px;
        top: -15px;
    }

    .gaikuang-title2 span {
        top: -16px;
        position: absolute;
        left: 65px;
        font-size: 28px;
        font-weight: bold;
        color: #AD0000;
    }

.news-Listbox {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding-bottom: 20px;
    border-bottom: 1px solid #E1E1E1;
}

    .news-Listbox:hover .news-Listbox-r-t {
        color: #BF001A;
    }

.news-Listbox-l {
    width: 96px;
    height: 96px;
    background: #FBEBEB;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
}

.news-Listbox-l-d {
    font-size: 34px;
    font-weight: 400;
    color: #BF0000;
    margin-bottom: 6px;
}

.news-Listbox-l-y {
    font-size: 16px;
    font-weight: 400;
    color: #BF0000;
}

.news-Listbox-r {
    width: 563px;
    box-sizing: border-box;
    padding-top: 6px;
}

.news-Listbox-r-t {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 10px;
}

.news-Listbox-r-ft {
    width: 563px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ui-db-hdfc-r-box {
    display: flex;
}

.ui-db-hdfc-r-t {
    display: flex;
    flex-wrap: wrap;
    width: 680px;
}

.ui-db-hdfc-r-t-s {
    width: 320px;
    margin-right: 40px;
    margin-top: 25px;
}

    .ui-db-hdfc-r-t-s img:hover {
        transform: scale(1.1);
    }

    .ui-db-hdfc-r-t-s:nth-child(2n) {
        margin-right: 0px;
    }

    .ui-db-hdfc-r-t-s img {
        width: 320px;
        height: 210px;
        display: block;
        overflow: hidden;
        transition: transform 2s;
    }

.ui-db-hdfc-r-t-s-p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-top: 16px;
    width: 320px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ui-footer {
    margin-top: 50px;
}

.rdh-img1 {
    background: url(../images/rpcnt21.png) no-repeat;
    background-size: 100% 100%;
}

.rdh-img2 {
    background: url(../images/rpcnt22.png) no-repeat;
    background-size: 100% 100%;
}

.rdh-img3 {
    background: url(../images/rpcnt23.png) no-repeat;
    background-size: 100% 100%;
}

.rdh-img4 {
    background: url(../images/rpcnt24.png) no-repeat;
    background-size: 100% 100%;
}

.ui-footer {
    width: 100%;
    height: 191px;
    background: #910000;
    overflow: hidden;
    margin-top: 1428px;
}

.ui-ft-tp {
    width: 1400px;
    margin: 20px auto 25px;
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.ui-ft-tp-h {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 20px;
}

.ui-ft-sel {
    width: 300px;
    height: 20px;
    /* background-color: rgba(255, 255, 255, 0.5); */
    outline: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images/cntb1.png");
    background-repeat: no-repeat;
    background-size: 15px 9px;
    background-position: 95% center;
    /* padding: 0 20px; */
    box-sizing: border-box;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333;
    margin: 20px 0;
    border-right: 1px solid #999999;
}

    .ui-ft-sel option {
        color: #333333;
    }

    .ui-ft-sel:last-child {
        margin-right: 0;
    }

.ui-line {
    width: 100%;
    height: 1px;
    background-color: #D96676;
}

.ui-ftb {
    width: 1200px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ui-ftbl {
}

    .ui-ftbl p {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 19px;
        padding: 10px 0;
    }

.ui-ftbr {
    display: flex;
}

.ui-ftbr-li {
    margin-left: 60px;
}

    .ui-ftbr-li img {
        width: 117px;
        height: 117px;
        display: block;
    }

    .ui-ftbr-li p {
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 45px;
        text-align: center;
    }

.ui-cnt2b {
    width: 1400px;
    height: 190px;
    background: url("../images/rpbg1.png") no-repeat;
    background-size: 100% 100%;
    margin: auto;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.ui-cnt2b-li {
    width: 308px;
    height: 103px;
    display: block;
    background: url("../images/rpcnt21.png") no-repeat;
    background-size: 100% 100%;
    font-size: 34px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #AD0000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    box-sizing: border-box;
}

    .ui-cnt2b-li:hover {
        width: 308px;
        height: 103px;
        display: block;
        background: url("../images/rpcnt211.png") no-repeat;
        background-size: 100% 100%;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ui-cnt2b-li:nth-child(2) {
        width: 308px;
        height: 103px;
        display: block;
        background: url("../images/rpcnt22.png") no-repeat;
        background-size: 100% 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .ui-cnt2b-li:nth-child(2):hover {
            width: 308px;
            height: 103px;
            display: block;
            background: url("../images/rpcnt222.png") no-repeat;
            background-size: 100% 100%;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .ui-cnt2b-li:nth-child(3) {
        width: 308px;
        height: 103px;
        display: block;
        background: url("../images/rpcnt23.png") no-repeat;
        background-size: 100% 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .ui-cnt2b-li:nth-child(3):hover {
            width: 308px;
            height: 103px;
            display: block;
            background: url("../images/rpcnt233.png") no-repeat;
            background-size: 100% 100%;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .ui-cnt2b-li:nth-child(4) {
        width: 308px;
        height: 103px;
        display: block;
        background: url("../images/rpcnt24.png") no-repeat;
        background-size: 100% 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 70px;
    }

        .ui-cnt2b-li:nth-child(4):hover {
            width: 308px;
            height: 103px;
            display: block;
            background: url("../images/rpcnt244.png") no-repeat;
            background-size: 100% 100%;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
        }

.ui-cnt5 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.ui-cnt5l {
    width: 590px;
}

.ui-cnt5lb {
    width: 580px;
    height: 250px;
    background: #F0F0F0;
    padding: 25px 20px 25px 20px;
    box-sizing: border-box;
    display: block;
    margin-top: 35px;
    display: block;
    display: flex;
}

.ui-cnt5lb-img {
    width: 144px;
    height: 200px;
    display: block;
}

.ui-cnt5lbr {
    margin-left: 27px;
}

.ui-cnt5lbr-h {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #BF001A;
    margin-top: 20px;
}

    .ui-cnt5lbr-h span {
        color: #333333;
    }

.ui-cnt5lbr-tx {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    margin-top: 28px;
    line-height: 26px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.ui-cnt5r {
    width: 590px;
}

.ui-cnt6-max {
    width: 1200px;
    margin-top: 57px;
}

.ui-cnt6 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.ui-cnt3lb {
    width: 251px;
    height: 306px;
    overflow: hidden;
    margin: 30px auto 0;
}

    .ui-cnt3lb img {
        width: 251px;
        height: 306px;
        display: block;
        transition: transform 2s;
    }

        .ui-cnt3lb img:hover {
            transform: scale(1.1);
        }

.my_selected {
    position: absolute;
    z-index: 1
}

.ui-cntb-max {
    width: 100%;
    height: 60px;
    background: #F0F0F0;
    position: absolute;
    top: 2323px;
}

.ui-cntb {
    width: 1200px;
    margin: auto;
    display: flex;
}
.ui-cnt1brm p {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}