* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
}

a,
em,
i,
s {
    text-decoration: none;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
}

ul li,
ol li {
    list-style: none;
}

#ariaTipText {
    position: absolute;
}

.indexGeneralTitle {
    color: #004892;
    font-size: 28px;
    position: relative;
    max-width: 1350px;
    margin: 0 auto 1px auto;
    background: url(V5xiantiao.jpg) repeat-x bottom;
    padding-bottom: 15px;
}

.indexGeneralTitle::after {
    display: block;
    content: '';
    clear: both;
    zoom: 1;
}

/* .leaderInfoWrap .layui-col-md12 {
    font-size: 16px !important;
} */

.leaderInfoWrap .layui-col-md12 p,
.leaderInfoWrap .layui-col-md12 p * {
    font-family: 宋体, SimSun !important;
    font-size: 16px !important;
    line-height: 1.8em !important;
    background: transparent !important;
    text-indent: 0 !important;
}

.leaderInfoWrap .layui-col-md12 p {
    text-indent: 2em !important;
    white-space: normal !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.leaderInfoWrap .layui-col-md12 p+p {
    margin-top: 15px !important;
}

.leaderInfoWrap .layui-col-md12 p span {
    display: inline !important;
    text-align: justify !important;
}

@media screen and (max-width: 992px) {
    .TRS_UEDITOR {
        width: auto !important;
    }
}

.indexGeneralTitle01 {
    color: #1169C0;
    font-size: 46px;
    position: relative;
    height: 62px;
    line-height: 62px;
    text-align: center;
    max-width: 1350px;
    margin: 0 auto;
}

.indexGeneralTitle01 .lineLeft,
.indexGeneralTitle01 .lineRight {
    position: relative;
    display: block;
    height: 1px;
    background-color: #1169C0;
    width: calc(50% - 265px);
    margin-top: 31px;
}

.indexGeneralTitle01 .lineLeft:after,
.indexGeneralTitle01 .lineRight::before {
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    background: #1169C0;
    border-radius: 12px;
    margin-top: -6px;
}

.indexGeneralTitle01 .lineLeft {
    float: left;
    text-align: right;
}

.indexGeneralTitle01 .lineLeft:after {
    float: right;
}

.indexGeneralTitle01 .lineRight {
    float: right;
}

.el-carousel.el-carousel--horizontal .el-carousel__indicators {}

.el-carousel.el-carousel--horizontal .el-carousel__button {
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 8px;
}


/* 底部 */

.pageFootWrap {
    background: #fff;
    color: #2a2d34
}

.pageFootWrap .selectGovernWrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 62px;
    line-height: 66px;
    background: #e1ebf4 url(V5line.png) no-repeat top left;
}

.pageFootWrap .selectGovernWrap .selectBtnWrap .layui-col-md2 {
    width: 20%;
}

.pageFootWrap .selectGovernWrap .selectBtnWrap .layui-col-md2 .selectTitle {
    cursor: pointer;
    font-size: 19px;
    color: #2b3442;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    text-align: center
}

.pageFootWrap .selectGovernWrap .selectBtnWrap .layui-col-md2 .selectTitle i {
    position: absolute;
    right: 10px;
    font-size: 18px;
    color: rgba(255, 255, 255, .5);
    line-height: 40px !important;
}

.pageFootWrap .selectGovernWrap .selectBtnWrap .layui-col-md2 .selectTitle img {
    position: absolute;
    right: 10px;
    height: 6px;
    width: 9px;
    top: 17px;


}

.pageFootWrap .selectGovernWrap .selectBtnWrap .layui-col-md2:nth-of-type(1) {
    padding-right: 8px;
}

.pageFootWrap .selectGovernWrap .selectBtnWrap .layui-col-md2:nth-of-type(2),
.pageFootWrap .selectGovernWrap .selectBtnWrap .layui-col-md2:nth-of-type(3),
.pageFootWrap .selectGovernWrap .selectBtnWrap .layui-col-md2:nth-of-type(4) {
    padding: 0 8px;
}

.pageFootWrap .selectGovernWrap .selectBtnWrap .layui-col-md2:nth-of-type(5) {
    padding-left: 8px;
}

.pageFootWrap .selectGovernWrap .selectListWrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 1350px;
}

.pageFootWrap .selectGovernWrap .selectListWrap .layui-col-md12 {
    display: none;
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    padding: 20px;
    width: 100%;
    bottom: 5px;
    left: 0;
    border-radius: 5px;
    z-index: 10;
}

.pageFootWrap .selectGovernWrap .selectListWrap .layui-col-md12.active {
    display: block;
}

.pageFootWrap .selectGovernWrap .selectListWrap .selectLsit li {
    float: left;
    width: 14%;
}

.pageFootWrap .selectGovernWrap .selectListWrap .selectLsit li a {
    display: block;
    width: 100%;
    color: #606266;
    height: 34px;
    line-height: 34px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.pageFootWrap .contactWrap {
    background: #1764ce;
}

.pageFootWrap .contactWrap .contentList {
    width: 100%;
    height: auto;
    max-width: 1350px;
    margin: 0 auto;
    padding-top: 28px;
    padding-bottom: 30px;
}

.pageFootWrap .contactWrap .contentList::after {
    display: block;
    content: '';
    clear: both;
    zoom: 1;
}

.pageFootWrap .contactWrap .contentList {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pageFootWrap .contactWrap .contentList li {
    width: 33.3%;
}

.pageFootWrap .contactWrap .contentList li.content00 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*.pageFootWrap .contactWrap .contentList .img01 {*/
/*    width: 135px;*/
/*    height: 67px;*/
/*    margin-top: 30px;*/
/*}*/

.pageFootWrap .contactWrap .contentList .img01 img {
    width: 135px;
    height: 67px;
}

/*.pageFootWrap .contactWrap .contentList .img02 {*/
/*    width: 68px;*/
/*    height: 84px;*/
/*    margin-left: 48px;*/
/*    margin-top: 21px;*/
/*}*/

.pageFootWrap .contactWrap .contentList .img02 img {
    width: 68px;
    height: 84px;
}


.pageFootWrap .contactWrap .contentList .img03 img {
    width: 95px;
}

.pageFootWrap .contactWrap .content01,
.pageFootWrap .contactWrap .content02 {
    padding: 19px 25px 28px;
    background: rgba(10, 82, 154, .5);
    width: 312px;
    height: 196px;
    float: left;
}

.pageFootWrap .contactWrap .content01 span,
.pageFootWrap .contactWrap .content02 span {
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
}

.pageFootWrap .contactWrap .content01 {
    margin-left: 62px;
}

.pageFootWrap .contactWrap .content02 {
    width: auto;
    margin-left: 34px;
    text-align: center;
}

.pageFootWrap .contactWrap .content02 img {
    width: 180px;
}

.pageFootWrap .contactWrap .content03,
.pageFootWrap .contactWrap .content04 {
    width: 143px;
    height: 143px;
    padding-top: 37px;
    background: rgba(10, 82, 154, .5);
}

.pageFootWrap .contactWrap .content03 img,
.pageFootWrap .contactWrap .content04 img {
    width: 42px;
    height: 42px;
    display: block;
    margin: 0 auto 7px;
}

.pageFootWrap .contactWrap .content03 span,
.pageFootWrap .contactWrap .content04 span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 21px;
}

.pageFootWrap .contactWrap .content003 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.pageFootWrap .contactWrap .content03 {
    margin-right: 28px;
}

.pageFootWrap .contactWrap .content04 {}


/* 下拉框 */

.el-select-dropdown.el-popper {
    width: 1350px !important;
    left: calc(50% - 657px) !important;
}

.el-select-dropdown.el-popper .popper__arrow {
    display: none !important;
}

.el-select-dropdown.el-popper .el-select-dropdown__list {
    padding: 20px 0;
}

.el-select-dropdown.el-popper .el-select-dropdown__list::after {
    display: block;
    content: '';
    clear: both;
    zoom: 1;
}

.el-select-dropdown.el-popper .el-select-dropdown__list .el-select-dropdown__item {
    float: left;
    width: 14%;
}

.el-select-dropdown.el-popper .el-select-dropdown__list .el-select-dropdown__item a {
    display: block;
    width: 100%;
    color: #606266;
    height: 34px;
    line-height: 34px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*时间戳归档*/

.body-container .box-2-container {
    position: relative
}

.pGuidangImg {
    position: absolute;
    right: 6%;
    top: 0%;
    transform: rotate(25deg);
    z-index: 88;
}

.pGuidangImg img {
    width: 77px;
    display: block;
    margin: 0 auto;
}

.pGuidangImg span {
    color: #DA5857;
    font-weight: 700;
    margin-top: 2%;
    display: block;
    font-size: 16px;
}

.ztmore {
    background: #aacee9;
    border-radius: 4px;
    color: #004892;
    font-size: 14px;
    position: absolute;
    top: 20px;
    right: 0px;
    padding: 4px 10px;
}

.ztmore:hover {
    color: #fff;
}

/**底部改版20230413*/
.ftv3main {
    overflow: hidden;
    font-size: 16px;
    margin: 0 auto;
    width: 100%;
    max-width: 1350px;
    padding: 0 0 35px 0;
    text-align: center;
    position: relative
}

.ftv3main .ftv3con {
    padding: 20px 0 0 0;
    display: inline-block;
    width: 100%
}

.ftv3main .ftv3gzh {
    padding: 30px 0 0 0px;
    position: absolute;
    bottom: 60px;
    right: 50px
}

.ftv3main .ftv3con .ftv3yi .cuole {}

.ftv3main .ftv3con .ftv3yi .cuole a {
    display: inline-block;
}

.ftv3main .ftv3con .ftv3yi .cuoce {
    line-height: 35px;
    text-align: center
}

.ftv3main .ftv3con .ftv3yi .cuori a {
    margin-left: 10px;
    width: 105px;
    display: inline-block;
    height: 31px;
    padding: 0px 0 0 20px;
}

.ftv3main .ftv3con .ftv3yi .cuori a.a1 {
    background: url(V5ft_wzdt3.png) no-repeat left bottom 6px;
}

.ftv3main .ftv3con .ftv3yi .cuori a.a2 {
    background: url(V5ft_tel.png) no-repeat left bottom 6px;
}

.ftv3main .ftv3con .ftv3banquan span {
    margin-right: 50px;
}

.ftv3main .ftv3con .ftv3banquan span:nth-child(3) {
    margin-right: 0;
}

.ftv3main .ftv3con .ftv3banquan span a {}

.ftv3main .ftv3gzh img {
    width: 104px;
    height: 104px;
    margin: 0 0 5px 0;
}

.ftv3main .ftv3gzh p {
    line-height: 30px;
}

.pageFootWrap .selectGovernWrap .selectBtnWrap {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto
}