/* 首页公共样式标题 */
.common_index_title{
    padding-top: 39px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.common_index_title_left{
    font-size: 36px;
    color: #333;
}
.common_index_title_left span{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 4px;
    background: #1A3F89;
}
.common_index_title_right{
    display: flex;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
}
.common_index_title_right img{
    width: 60px;
    height: 12px;
    margin-right: 10px;
}
.common_index_title_right a{
    color: #1A3F89;

}
/* 新闻动态 */
.ui_xwdt{
    width: 100%;
    background: #fff;
}
.xwdt_con{
    width: 1200px;
    margin: 0 auto;
}
.xwdt_con_bot{
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
}
.xwdt_con_bot_left{
    width: 590px;
    height: 340px;
    overflow: hidden;
    position: relative;
}
.xwdt_banner{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.xwdt_banner_title{
    width: 100%;
    height: 48px;
    background: rgba(51,51,51,.6);
    line-height: 48px;
    padding-left: 20px;
    padding-right: 100px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    position: absolute;
    bottom: 0;
}
.xwdt_con_bot_right{
    width: 580px;
}
.xwdt_news_li{
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EEEEEE;
    color: #333;
    cursor: pointer;
}
.xwdt_news_li_left p{
    font-size: 28px;
}
.xwdt_news_li_left span{
    font-size: 16px;
}
.xwdt_news_li_right{
    width:500px;
    height: 80px;
    padding-left: 16px;
    box-sizing: border-box;
    border-left: 1px solid #EEEEEE;
}
.xwdt_news_li_right p{
    font-size: 20px;
}
.xwdt_news_li_right span{
    font-size: 16px;
    margin-top: 5px;
}
/* 将xwdt_con_bot_right下的第一个xwdt_news_li的padding-top设置为0 */
.xwdt_news_li:nth-child(1){
    padding-top: 0;
}
.xwdt_news_li:hover{
    color: #1A3F89;
}
.ui_xwdt .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
}
.ui_xwdt .swiper-pagination-bullet {
    width: 15px; /* 根据需要调整宽度 */
    height: 15px; /* 根据需要调整高度 */
    line-height: 15px; /* 使数字垂直居中 */
    text-align: center; /* 文本居中 */
    border-radius: 2px; /* 去掉圆角 */
    background: #ccc; /* 背景透明 */
    color: #fff; /* 文字颜色 */
    font-size: 12px; /* 字体大小 */
    opacity: 1;
}
.ui_xwdt .swiper-pagination-bullet-active {
    background: #1A3F89;
}
/* 重点推介 */
.ui_zdtj{
    width: 100%;
}
.zdtj_con{
    width: 1200px;
    margin: 0 auto;
}
.zdtj_con_bot{
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}
.zdtj_li{
    width: 380px;
    background: #fff;
    margin-right: 30px;
    margin-top: 30px;
}
/* 每第3个元素 margin-right 设为 0 */
.zdtj_li:nth-child(3n) {
    margin-right: 0;
}
.zdtj_li_img{
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}
.zdtj_li_con{
    width: 340px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 30px;
}
.zdtj_li_title{
    box-sizing: border-box;
    color: #333;
    font-size: 0.9375vw;
    line-height: 2.7778vh;
    margin-bottom: 20px;
    height: 50px;
}
.zdtj_li_time{
    margin-bottom: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #999999;
}
.zdtj_li_time img{
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.zdtj_li_btn{
    display: block;
    width: 100%;
    height: 40px;
    background: #4FA6FE;
    border-radius: 4px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.zdtj_li_btn:hover{
    background: #1A3F89;
}
/* 项目中心 */
.ui_xmzx{
    width: 100%;
    background: #fff;
}
.xmzx_con{
    width: 1200px;
    margin: 0 auto;
}
.xmzx_con_bot{
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}
.xmzx_li{
    width: 380px;
    background: #fff;
    margin-right: 30px;
    margin-top: 30px;
    position: relative;
    cursor: pointer;
}
/* 每第3个元素 margin-right 设为 0 */
.xmzx_li:nth-child(3n) {
    margin-right: 0;
}
.xmzx_li_img{
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}
.xmzx_li_con{
    width: 340px;
    margin: 0 auto;
    padding: 20px;
    /* padding-top: 20px; */
    padding-bottom: 30px;
    position: relative;
    border: 1px solid #EEEEEE;
}
.xmzx_li_tel{
    position: absolute;
    right: 10px;
    bottom: 57px;
    color: #fff;
    background: #5bb594;
    border-radius: 10px;
    padding: 5px 10px;
    box-sizing: border-box;
    display: none;
}
.xmzx_li_title{
    color: #333;
    font-size: 0.9375vw;
    line-height: 2.7778vh;
    margin-bottom: 20px;
    height: 50px;
}
.xmzx_li_time{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 16px;
}
.xmzx_li_time_left, .xmzx_li_time_right{
    display: flex;
    align-items: center;
}
.xmzx_li_time_left{
    color: #999999;
    margin-right: 20px;
}
.xmzx_li_time_left img{
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.xmzx_li_time_right{
    color: #333;
}
.xmzx_li_time_right img{
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.xmzx_li_jg{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #999999;
}
.xmzx_li_jg img{
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.xmzx_li_jg span{
    font-size: 18px;
    color: #FF1F1F;
}
.xmzx_li_btn{
    width: 100px;
    height: 24px;
    background: #4FA6FE;
    border-radius: 12px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    bottom: 30px;
}
.xmzx_li_btn:hover{
    background: #1A3F89;
}
.xmzx_title_tab{
    display: flex;
    align-items: center;
}
.xmzx_title_tab_li{
    width: 100px;
    height: 36px;
    background: #CCCCCC;
    border-radius: 18px;
    margin-left: 20px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
.xmzx_title_tab>.active{
    background: #1A3F88;
}
.xmzx_li_status{
    width: 93px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
}
.status_csz{
    background-image: url('../images/status_csz.png');
    background-size: 100% 100%;
}
.status_zlz{
    background-image: url('../images/status_zlz.png');
    background-size: 100% 100%;
}
.status_zhz{
    background-image: url('../images/status_zhz.png');
    background-size: 100% 100%;
}
.status_tjq{
    background-image: url('../images/status_tjq.png');
    background-size: 100% 100%;
}
.status_gpz{
    background-image: url('../images/status_gpz.png');
    background-size: 100% 100%;
}
.status_bmz{
    background-image: url('../images/status_bmz.png');
    background-size: 100% 100%;
}
.status_jjz{
    background-image: url('../images/status_jjz.png');
    background-size: 100% 100%;
}
.status_ycj{
    background-image: url('../images/status_ycj.png');
    background-size: 100% 100%;
}
.status_qt{
    background-image: url('../images/status_qt.png');
    background-size: 100% 100%;
}
/* 监管机构 */
.ui_jgjg{
    width: 100%;
}
.jgjg_con{
    width: 1200px;
    margin: 0 auto;
}
.jgjg_con_bot{
    /* padding-bottom: 30px; */
    display: flex;
    justify-content: space-between;
}
.jgjg_con_bot a{
    width: 224px;
    height: 150px;
    margin-top: 30px;
}
.jgjg_con_bot a img{
    width: 100%;
    height: 100%;
}
/* 鼠标悬停后放大放小的一个动画 */
.jgjg_con_bot a:hover img{
    transform: scale(1.03);
    transition: all 0.3s;
}
/* 合作单位 */
.ui_hzdw{
    width: 100%;
    /* background: #fff; */
}
.hzdw_con{
    width: 1200px;
    margin: 0 auto;
}
.hzdw_con_bot{
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
}
.hzdw_con_bot a{
    width: 590px;
    height: 120px;
    margin-top: 30px;
}
/* 鼠标悬停后放大放小的一个动画 */
.hzdw_con_bot a:hover img{
    transform: scale(1.03);
    transition: all 0.3s;
}
.hzdw_con_bot a img{
    width: 100%;
    height: 100%;
}
/* 首页顶部 */
.index_top{
    width: 100%;
    /* background: #fff; */
}
.index_top_li{
    width: 1200px;
    margin: 0 auto;
}
.index_top_title{
    font-weight: bold;
    font-size: 26px;
    color: #1A3F89;
    text-align: center;
    padding: 40px 0 30px 0;
}
.index_top_con{
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}
/* 重点推介2 */
.index_zdtj{
    width: 100%;
    /* background: #fff; */
    position: relative;
    /* height: 1120px; */
}
.index_zdtj_con{
    width: 1200px;
    margin: 0 auto;
}
.index_zdtj_bg{
    width: 1400px;
    height: 741px;
    position: absolute;
    right: 0;
    top: 150px;
    background-image: url('../images/index_zdtj_bg.png');
    background-size: 100% 100%;
}
.index_zdtj_con_bot{
    width: 100%;
    height: 640px;
    display: flex;
    position: relative;
    z-index: 999;
    margin-top: 30px;
}
.index_zdtj_left{
    width: 860px;
    height: 640px;
    overflow: hidden;
    position: relative;
}
.zdtj_banner{
    width: 860px;
    height: 640px;
    object-fit: cover;
}
.zdtj_banner_title{
    width: 860px;
    height: 152px;
    background: linear-gradient(0deg, #000000 0%, rgba(0,0,0,0) 100%);
    padding-left: 20px;
    padding-right: 100px;
    box-sizing: border-box;
    /* color: #fff; */
    position: absolute;
    bottom: 0;
}
.zdtj_banner_title p{
    font-weight: bold;
    font-size: 24px;
    color: #EFF5FF;
    padding-top: 52px;
    padding-bottom: 20px;
}
.zdtj_banner_title span{
    font-size: 16px;
    color: #EFF5FF;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    text-align: right !important;
    padding-right: 20px;
    box-sizing: border-box;
    bottom: 40px;
}
.index_zdtj_left .swiper-pagination-bullet {
   width: 14px;
    height: 14px;
    border-radius: 50%; /* 去掉圆角 */
    background: #b3b3b3;
    opacity: 0.7;
    /* background: rgba(248, 248, 248, .6); 背景透明 */
}
.index_zdtj_left .swiper-pagination-bullet-active {
    width: 30px;
    height: 14px;
    background: #F8F8F8;
    opacity: 1;
    border-radius: 7px;
}

.index_zdtj_right{
    width: 340px;
    height: 640px;
    background: #fff;
}
.index_zdtj_right_li{
    width: 100%;
    height: 128px;
    position: relative;
    cursor: pointer;
}
.index_zdtj_right_li_bg {
    /*    width: 360px;*/
    width: 100%;
    height: 128px;
    background: #D7B37B;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    display: none;
}
.index_zdtj_right_li_con{
    width: 100%;
    height: 100%;
    padding: 0 30px;
    padding-top: 15px;
    box-sizing: border-box;
    position: relative;
    z-index: 9999;
}
.index_zdtj_right_li_con p{
    font-size: 18px;
    color: #333333;
    line-height: 36px;
}
.index_zdtj_right_li_con span{
    font-size: 16px;
    color: #999999;
}
.index_zdtj_right_li:hover .index_zdtj_right_li_bg{
    display: block;
}
.index_zdtj_right_li:hover .index_zdtj_right_li_con p{
    color: #fff;
}
.index_zdtj_right_li:hover .index_zdtj_right_li_con span{
    color: #fff;
}

.index_zdtj_right_li.active .index_zdtj_right_li_bg{
    display: block;
}
.index_zdtj_right_li.active .index_zdtj_right_li_con p{
    color: #fff;
}
.index_zdtj_right_li.active .index_zdtj_right_li_con span{
    color: #fff;
}
.index_zdtj_bot{
    width: 1200px;
    height: 371px;
    display: block;
    margin: 0 auto;
    /* margin-top: 80px; */
}
.index_jgjg{
    width: 1200px;
    height: 140px;
    margin: 0 auto;
    padding-top: 40px;
    display: block;
}

.index_top_bg{
    width: 100%;
    background-image: url('../images/index_top_bg.png');
    background-size: 100% 100%;
    padding-bottom: 30px;
    /* background: red; */
}