/* 轮播图 */
.carouselContainer {
    width: 100%;
    height: 362px;
}

.layui-carousel div a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.layui-carousel div a img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    transition: all .3s;
    object-fit: cover;
}

.layui-carousel div a img:hover {
    transform: scale(1.1)
}

/* 五个数据 */
.fiveDataContainer {
    width: 100%;
    height: 120px;
    background: #F3F4F8;
}

.fiveData {
    position: relative;
    bottom: 60px;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    background: rgba(255, 255, 255, 0.55);
    box-shadow: 0px 2px 4px 0px #EAECF7;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(20px);
    display: flex;
}

.numberDiv {
    width: calc(20% - 1px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.numberDiv::after {
    content: '';
    display: block;
    width: 1px;
    height: 72px;
    background-color: #FFFFFF;
    position: absolute;
    right: 0;
}

.numberDiv:last-of-type::after {
    display: none;
}

.numberTop {
    font-size: 30px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #1C41DA;
}

.numberText {
    font-size: 16px;
    font-family: "Regular";
    font-weight: 400;
    color: #333333;
    margin-top: 12px;
}

/* 左侧图片 +右侧政策 */
/* 左侧图片 */
.zhengCeContainer {
    position: relative;
    bottom: 60px;
    width: 100%;
    height: 342px;
    padding: 30px 0;
    background: #F3F4F8;
}

.zhengCeContent {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
}

.leftWeiTu {
    width: 604px;
    border-radius: 6px;
    margin-right: 24px;
    height: 100%;
}
.leftWeiTu .zcCarousel{
    width: 100%; 
    border-radius: 6px;
}

.leftWeiTu a {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    display: inline-block; 
}
.leftWeiTu .zcCarousel a .zcCShadow{
    width: 100%;
    padding: 0 20px;
    padding-right: 128px;
    box-sizing: border-box;
    height: 48px;
    line-height: 48px;
    background: rgba(0,0,0,0.3);
    border-radius: 0px 0px 8px 8px;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
}
.leftWeiTu .zcCarousel .layui-carousel-ind{
    width: 100%!important;
    text-align: right!important;
    top:-30px!important;
    right: 20px;
}
.leftWeiTu .zcCarousel .layui-carousel-ind ul{
    border-radius: 6px!important;
}
.leftWeiTu .zcCarousel .layui-carousel-ind ul li{ 
    border-radius: 0!important;
    width: 14px!important;
    height: 3px!important;
    background: rgba(216,216,216,0.5)!important;
}
.leftWeiTu .zcCarousel .layui-carousel-ind ul li .layui-this{
    width: 22px!important; 
    background: rgba(255,255,255,0.8)!important;
}

.leftWeiTu a img {
    width: 100%;
    height: 100%;
    transition: all .3s; 
}

.leftWeiTu a img:hover {
    transform: scale(1.1)
}
/*适配手机端 首页专业服务标签*/
.layui-unselect layui-tab-bar{
    display: none !important;
}

/* 右侧政策 */
.rightZhengCe {
    width: 572px;
    box-sizing: border-box;
    padding: 14px 24px 17px 32px;
    height: 342px;
    background: #FFFFFF;
    border-radius: 8px;
    position: relative;
}

.tab_div {
    width: 100%;
}

.tab_div span {
    cursor: pointer;
    display: inline-block;
    width: 80px;
    font-size: 20px;
    font-weight: normal;
    color: #666666;
    padding-bottom: 10px;
}

.tab_div span:hover {
    color: #1C41DA !important;
}

.tab_div span:last-of-type {
    margin-left: 40px;
}

.activedClick {
    border-bottom: 2px solid #1C41DA;
    color: #333333 !important;
    font-weight: bold !important;
}

.zcReadMore {
    position: absolute;
    right: 25px;
    top: 10px;
    display: block;
    text-align: center;
    width: 50px;
    height: 18px;
    background: #FEFEFE;
    border-radius: 9px;
    border: 1px solid #DCDDE0;
    font-size: 12px;
    font-family: "Regular";
    font-weight: 400;
    color: #BDBDBD;
    line-height: 18px;
}

.zcReadMore:hover {
    color: #1C41DA;
    border: 1px solid #1C41DA;
}

.zcList {
    width: 100%;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #F2F2F2;
}

.zcList:last-of-type {
    border: none;
}
.zcList:nth-of-type(5) {
    border: none;
}
.zcListTitle {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 27px;
    font-family: "Medium";
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
}

.zcList:hover .zcListTitle {
    color: #1C41DA;
}

.zcList:hover .zcListText {
    color: #1C41DA;
}

.zcListText {
    width: 100%;
    display: flex;
    font-size: 14px;
    font-family: "Normal";
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    line-height: 21px;
}

.fbdw {
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fbsj {
    width: 20%;
    margin-left: 16px;
}

.show_02 {
    display: none;
}

/* 供需对接 */
.gongXuContainer {
    width: 100%;
    /* position: relative;
    bottom: 60px; */
    height: 140px;
    padding-bottom: 30px;
    /* background: #F3F4F8; */
}

.gxdjContent {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    background: linear-gradient(180deg, #FFFFFF 0%, #F5F6FA 100%);
    border-radius: 14px;
    box-sizing: border-box;
    padding: 29px 30px 35px 30px;
    position: relative;
}

.shuXianFenGe01 {
    position: absolute;
    top: 0;
    left: 33.33%;
    display: block;
    width: 1px;
    height: 140px;
    background: linear-gradient(232deg, #F3F4F8 0%, rgba(255, 255, 255, 0.17) 100%);
}

.shuXianFenGe02 {
    position: absolute;
    top: 0;
    right: calc(33.33% + 20px);
    display: block;
    width: 1px;
    height: 140px;
    background: linear-gradient(232deg, #F3F4F8 0%, rgba(255, 255, 255, 0.17) 100%);
}

.gxdjTitle {
    font-size: 16px;
    font-family: "Bold";
    font-weight: bold;
    color: #333333;
    line-height: 24px;
}

.gxdjPoint {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-radius: 10px;
    background: #007AFF;
    box-shadow: 0px 0px 7px 0px rgba(0, 122, 255, 0.38);
}

/* 滚动  新闻 */
.picList {
    width: 100%;
}

.picList li {
    display: flex;
}

.threeScroll {
    width: 33.33%;
    box-sizing: border-box;
    padding: 0 20px;
    transition: all .3s;
}

.threeScroll:hover {
    transform: scale(1.01);
}

.threeScroll:first-of-type {
    padding-left: 0;
}

.threeScroll:last-of-type {
    padding-right: 0;
}

.newsTitle {
    width: 100%;
    font-size: 14px;
    font-family: "Regular";
    font-weight: 400;
    color: #343434;
    line-height: 21px;
    margin-top: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsTitle:hover {
    color: #333333;
}

.gxListName {
    color: #999999;
}

.gongYing {
    color: #007AFF;
}

.xuQiu {
    color: #FF3333;
}

.gxdjDate {
    font-size: 12px;
    font-family: "Regular";
    font-weight: 400;
    color: #999999;
    line-height: 18px;
    margin-top: 5px;
}

/* 宛品优选 */
.wpyxContainer {
    width: 100%;
    height: 490px;
    background-color: #FFFFFF;
}

.wpyxContent {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    bottom: 28px;
}

.wpyxTitle {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-family: "Regular";
    font-weight: 400;
    color: #333333;
    line-height: 45px;
}

.wpyxGuangGao {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: "Regular";
    font-weight: 400;
    color: #333333;
    line-height: 21px;
    margin-top: 20px;
    margin-bottom: 76px;
}

.wpyxBg {
    width: 100%;
    height: 305px;
    background: #FAFAFC;
    box-shadow: 0px 2px 7px 3px #EAEEF6;
    border-radius: 4px;
    border: 2px solid #FFFFFF;
    position: relative;
}

.wpyxBg .bd .tempWrap {
    width: 100%!important;
}

.wpyxBg .bd {
    width: 100%;
    padding-right: 25px;
    box-sizing: border-box;
    position: absolute;
    top: -36px;
    left: 0;
}

.wpyxBg .bd .tempWrap .picList {
    width: 100%;
    display: flex;
}

.wpyxBg ul li {
    width: calc(25% - 25px);
    margin-left: 25px;
    background: #FBFCFD;
    /* box-shadow: 2px 2px 8px 1px rgba(228, 232, 241, 0.71); */
    border: 2px solid #FFFFFF;
}

.wpyxBg ul li a {
    display: flex;
    overflow: hidden;
    width: 100%;
    flex-direction: column;
    position: relative;
}

.wpyxPhoto {
    width: 100%;
    height: 175px;
    display: block;
    transition: all .3s;
    border-radius: 6px;
}

.wpyxBg .kindCard {
    width: 100px;
    height: 24px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0px 0px 6px 0px;
    font-size:16px;
    font-family: "Regular";
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    position: absolute;
    top: 150px;
    right: 0;
    transition: all .3s;
}

.wpyxPhoto:hover {
    transform: scale(1.1)
}

.wpyxText {
    width: 100%;
    margin-top: 15px;
    box-sizing: border-box;
    padding: 0 15px;
    display: flex;
    justify-content: space-between
}

.wpyxDate {
    width: 100px;
    height: 22px;
    background: #FFFFFF;
    border-radius: 1px;
    border: 1px solid #F54142;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    font-family: "Regular";
    font-weight: 400;
    color: #F54142;
}

.wpyxNumber {
    font-size: 12px;
    font-family: "Regular";
    font-weight: 400;
    color: #333333;
    line-height: 18px;
    margin-left: 5px;
}

.wpyxName {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-family: "Medium";
    font-weight: 500;
    color: #333333;
    line-height: 27px;
    box-sizing: border-box;
    padding: 0 15px;
}

.wpyxName:hover {
    color: #1C41DA;
}

.wpyxDiZhi:hover {
    color: #1C41DA;
}

.wpyxDiZhi {
    box-sizing: border-box;
    padding: 0 15px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-family: "Regular";
    font-weight: 400;
    color: #98A4B8;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 15px;
}

/* 优质服务推荐 */
.yzfwtjContainer {
    width: 100%;
    position: relative;
    bottom: 60px; 
    background: linear-gradient(180deg, rgba(4, 11, 102, 0.86) 0%, rgba(2, 15, 110, 0.1) 100%);
}

.yzfwtjContent {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 40px;
    height: 784px;
}

.yzfwtjTitle {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-family: "Regular";
    font-weight: 400;
    color: #FFFFFF;
    line-height: 45px;
}

.yzfwtjGuangGao {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    font-family: "Regular";
    font-weight: 400;
    color: #FFFFFF;
    line-height: 21px;
}

.yzfwTabContent {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
}

/* 左侧优选服务 */
.yzfwLeftImg {
    width: 340px;
    height: 594px;
    background: #4B4B4B;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 24px 19px 19px 17px;
}

.yzfwLeftTitle {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-family: "Bold";
    font-weight: bold;
    color: #999999;
    line-height: 45px;
    background: linear-gradient(180deg, #FFECB7 0%, #E1C48A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.yzfwLeftImg a {
    width: 100%;
    height: calc(33.33% - 34px);
    display: block;
    margin-top: 16px;
    overflow: hidden;
    border-radius: 6px;
}

.yzfwLeftImg a img {
    width: 100%;
    height: 100%;
    transition: all .3s;
    border-radius: 6px;
}

.yzfwLeftImg a img:hover {
    transform: scale(1.1)
}

/* 右侧专业服务 */
.zyfwRightContent {
    width: 840px;
    /* width: 100%; */
    height: 594px;
    margin-left: 20px;
    background: #FFFFFF;
    border-radius: 10px;
}

/* 切换标题栏 */
.layui-tab-content {
    padding: 0 !important;
    position: relative;
    top: 18px;
}

.layui-tab {
    position: relative;
    width: 100%;
    height: 56px;
    background: #F8F9FA;
    border-radius: 10px 10px 0px 0px;
    margin: 0 !important;
}

.layui-tab .layui-tab-title {
    width: calc(100% - 160px);
    padding-left: 160px;
    height: 38px !important;
    top: 18px;
    border-bottom: none !important;
    display: flex;
    justify-content:flex-start;
    align-items: flex-end;
}
.layui-tab-title .layui-this:after{
    height: 38px!important;
}
.layui-tab .layui-tab-title .zyfwTLi {
    min-width: 86px !important;
    display: inline-block;
    padding: 0 !important;
    height: 38px;
    background: #F8F8FA;
    border-radius: 8px 8px 0px 0px;
    border: 1px solid #F2F3F6;
    line-height: 38px !important;
    margin-right: 10px !important;
    font-size: 16px;
    font-family: "Bold";
    font-weight: bold;
    color: #999999;
    text-align: center;
}
.layui-tab .layui-tab-title .zyfwTLi:hover{
    color: #1C41DA!important;
}
.zyfwRightContent .layui-tab-title {
    position: relative;
    border-color: #F8F9FA!important;
} 
/* .rzfwBTN {
    position: absolute;
    bottom: -2px;
    right: 17px;
    min-width: 118px;
    padding: 0;
    height: 38px;
    background: #F8F8FA;
    border-radius: 8px 8px 0px 0px;
    border: 1px solid #F2F3F6;
    line-height: 38px;
    margin-right: 16px;
    font-size: 18px;
    font-family: "Bold";
    font-weight: bold;
    color: #999999;
    text-align: center;
} */

.rzfwBTN:hover {
    color: #1C41DA !important;
}

.layui-tab .layui-tab-title li:hover {
    color: #1C41DA !important;
}

.layui-this {
    color: #333333 !important;
    background: #FFFFFF !important;
    border: 1px solid #EEEFF2 !important;
}

.zyfwLefeTitle {
    position: absolute;
    top: 0;
    left: 16px;
    width: 276px;
    display: flex;
    height: 100%;
    align-items: center;
}

.zyfwTiBiaoTi {
    font-size: 22px;
    font-family: "Bold";
    font-weight: bold;
    color: #333333;
    line-height: 33px;
    margin: 0 6px;
}

.zyfuListContent {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.zyfuListLi {
    width: calc(33.33% - 1px);
    border-right: 1px solid #F2F3F6;
}

.zyfwListTitle:hover {
    color: #1C41DA;
}

.zyfwListText:hover {
    color: #1C41DA;
}

.zyfuListLi a {
    width: 100%;
    overflow: hidden;
    padding: 0 25px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
}

.zyfwRightContent .kindCard {
    width: 100px;
    height: 24px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0px 0px 6px 0px;
    font-size: 16px;
    font-family: "Regular";
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    position: absolute;
    top: 138px;
    right: 25px;
}

.zyfuListLi:nth-of-type(1) {
    border-bottom: 1px solid #F2F3F6;
}

.zyfuListLi:nth-of-type(2) {
    border-bottom: 1px solid #F2F3F6;
}

.zyfuListLi:nth-of-type(3) {
    border-bottom: 1px solid #F2F3F6;
}
.zyfuListLi:nth-of-type(4) {
    border-bottom: 1px solid #F2F3F6;
}

/* .zyfuListLi:nth-of-type(3n) {
    border-right: none;
} */
.zyfuListLi:nth-of-type(4n){
    border-right: none;
}
.zyfwListPhoto {
    width: 100%;
    height: 151px;
    margin-top: 20px;
    transition: all .3s;
    border-radius: 6px;
}

.zyfwListPhoto:hover {
    transform: scale(1.1)
}

.zyfwListTitle {
    font-size: 16px;
    font-family: "Regular";
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zyfwListText {
    width: 100%;
    font-size: 12px;
    font-family: "Regular";
    font-weight: 400;
    color: #666666;
    line-height: 18px;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zfwListBottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}