
/* 首页广告图 */
.indexBgTimeBg{
    width: 100%;
    background-color: #f2f3f7;
}
.fullpicture.numimg{
    padding: 20px 0;
}
.fullpicture.numimg2{
    padding: 30px 0;
}




/* 首页brann图片 */
.swiper_indexBranner{
    width: 100%;
    min-width: 1200px;
    margin: 20px auto;
}
.swiper_indexBranner .swiper-slide{
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 1200px;

    height: 640px;
}
.swiper_indexBranner .swiper-slide a{
    position: relative;
    width: 100%;
}

.swiper-slide.swiper-slide-active .bgColor{
    background-color: rgba(0,0,0,0);
}
.bgColor{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
}
/* 左右按钮 */
.brannButton{
    position: absolute;
    width: 1300px;
    max-width: 100%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.branner .absolute{
    position: absolute;
    bottom: 30%;
    width: 97%;
    left: 3%;
    z-index: 2;
}
.branner .absolute p{
    width: 50px;
    padding: 5px 0;
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-bottom: 8px;
    background-color: #f94045;
}
.branner .absolute h1{
    font-size: 36px;
    text-align: left;
    color: #fff;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 分页器 横线 */
.hengxian_pagination{
    position: relative;
    width: 1200px;
    max-width:100%;
    margin: 0 auto;
    background-color: red;
}
.branner .swiper-pagination{
    /* width: calc(1200px - 3%); */
    /* max-width: calc(100% - 3%); */
    padding-right: 3%;
    margin: 0 auto;
    text-align: right;
    left: initial;
    right: 0;
    transform: translateY(-50%);
    bottom: 20px;
}
.branner .swiper-pagination-bullet{
    width: 30px;
    height: 3px;
    border-radius: 30px;
    background: #fff;
    opacity: 1;
    margin-left: 10px;
}
/* 分页器active 颜色 */
.branner .swiper-pagination-bullet-active{
    opacity: 1;
    background-color: red;
}




/* 头条 */
.headlines .lines{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    margin-bottom: 15px;
    position: relative;
    background-color: #fff;
}
.headlines .lines .time{
    position: absolute;
    color: #fff;
    padding: 10px;
    background-color: #bb1515;
}
.headlines .lines .time p{
    padding: 4px 2px 4px 10px;
    letter-spacing:8px;
    font-size: 26px;
    border: 1px solid #fff;
}
.headlines .lines .time2{
    width: 100%;
    text-align: center;
}
.headlines .lines .time2 h1{
    font-size: 36px;
    color: #0c3670;
}












/* 四大新闻 */
.indexNews{
    width: 100%;
    padding-bottom: 20px;
}
.indexNews .mainsVw{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
/* 轮播 */
.indexNews_swiper{
    width: 58%;
}
/* 新闻 */
.indexNewsBody{
    width: 40%;
}
/* 左右按钮 */
.banner_indexNews .swiper-button-next,
.banner_indexNews .swiper-button-prev{
    width: 100px;
    height: 75px;
    border-radius: 50px;
    background-color: rgba(000,000,000,0.5);
    background-size: 12px 20px;

}
/* 左 */
.banner_indexNews .swiper-button-prev{
    left: -50px;
    background-image: url(../images/homeleft_11.png);
    background-position: 65px 50%;
}
/* 右 */
.banner_indexNews .swiper-button-next{
    right:-50px;
    background-image: url(../images/homerigth_12.png);
    background-position: 25px 50%;
}
/* 圆点 */
.banner_indexNews .swiper-pagination{
    width: auto !important;
    bottom:20px;
    right: 20px;
    left: initial;
}
/* 选中 */
.banner_indexNews .swiper-pagination-bullet-active{
    background: #c9190e;
}
.swiper-pagination-bullet{
    background: #4b5982;
    opacity:0.9;
}

/* 轮播链接 */
.banner_indexNews a{
    position: relative;
    font-size: 18px;
    color: #fff;
}

.banner_indexNews a .absolute{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(000,000,000,0.5);
}
.banner_indexNews a .absolute p{
    width: calc(100% - 100px);
    padding: 20px 0;
    text-indent: 10px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 新闻动态 */
.navigationBar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #bd3129;
    border-bottom: 1px solid #c3bebd;

}
.navigationBar .navigation{
    width: calc(100% - 50px);
    display: flex;
    align-items: center;
}
.navigationBar .mode{
    width: 50px;
}


.navigationBar .navigation a{
    width: auto;
    padding: 20px 2%;
}
.navigationBar .navigation a.active{
    border-bottom: 1px solid #bd3129;
    margin-bottom: -1px;
}
.navigationBar .navigation a p{
    font-size: 16px;
    color: #626262;
    transition: all 0.5s;
}
.navigationBar .navigation a p:hover{
    color: #bd3129;
}
.navigationBar .navigation a.active p{
    font-size: 20px;
    color: #bd3129;
}


/* 切换内容显示 */
.indexNewsBody .textbox{
    padding: 11px 0 12px 0;
    border-bottom: 1px dashed #c3bebd;
}
.indexNewsBody .textbox a{
    font-size: 15px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
}
.indexNewsBody .textbox a:hover{
    font-size: 15px;
    color: #bd3129;
}
.indexNewsBody .textTitle{
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-bottom: 8px;
}
.indexNewsBody .textTitle .time{
    color: #b38484;
}
.indexNewsBody .textTitle .p{
    padding: 4px 10px;
    border-radius: 30px;
    border: 1px solid #eaeaea;
    margin-left: 10px;
    color: #888;
}









/* 智库专家 */

.expert{
    width: 100%;
    background-color: #fff;
    padding: 30px 0;
}
.expertHead{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.expertNav{
    display: flex;
    align-items: center;
    max-width: calc(100% - 200px);
    margin: 0 0 0 auto;
}
.expertNav a{
    text-align: right;
    color: #595959;
    font-size: 14px;
    width: auto;
    padding: 5px 8px;
    transition: all 0.5s;
}
.expertNav a:first-child{
    font-size: 16px;
    color: #fff;
    padding: 5px 15px;
    border-radius: 30px;
    margin-right: 50px;
    background-color: #3da1d2;
}
.expertNav a:hover{
    color: #3da1d2;
}
.expertNav a:first-child:hover{
    color: #fff;
}


/* 轮播 */
.expert_swiperPostiton{
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
}

.expert_swiper{
    margin-top: 20px;
}


/* 左右按钮 */
.expert_swiper .swiper-button-next,
.expert_swiper .swiper-button-prev{
    width: 30px;
    height: 75px;
    margin-top:-5px;
    background-color: #c5d6ec;
    background-size: 12px 20px;

}
/* 左 */
.expert_swiper .swiper-button-prev{
    background-image: url(../images/homeleft_11.png);
}
/* 右 */
.expert_swiper .swiper-button-next{
    background-image: url(../images/homerigth_12.png);
}


.banner_indexExpert a p{
    text-align: center;
    margin-top: 10px;
}



/* 智库快讯 */
.bulletin{
    width: 100%;
    padding: 10px 0;
    position: relative;
    background-color: #fff;
    background-position:70px 40px;
}
.bulletin::before{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    z-index: 1;
    background: #f3f3f3;
}
.bulletinHead{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}


.bulletinBody{
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.bulletinBody .time{
    width: 48%;
}
.bulletinBody .time002{
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}



.bulletinBody .time a .img{
    width: 100%;
    overflow: hidden;
}
.bulletinBody .time a img{
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.bulletinBody .time a:hover img{
    transform: scale(1.05);
}
.bulletinBody .time .tiem{
    font-size: 14px;
    color: #4586e7;
    line-height: 19px;
    margin: 31px 0 10px;

}
.bulletinBody .time a .title{
    font-size: 24px;
    color: #333;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 15px;
    transition: all 0.5s;
}
.bulletinBody .time a:hover .title{
    color: #0c3670;
}


.bulletinBody .time .p{
    font-size: 14px;
    color: #999;
    line-height: 24px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/*  */
.bulletinBody .time002 a{
    width: 47%;
    margin-bottom: 35px;
}
.bulletinBody .time002 a .tiem{
    font-size: 14px;
    color: #4586e7;
    line-height: 19px;
    margin: 15px 0 8px;

}
.bulletinBody .time002 a .text{
    font-size: 16px;
    color: #333;
    line-height: 26px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
}
.bulletinBody .time002 a:hover .text{
    color: #0c3670;
}
.bulletinBody .time002 a .img{
    width: 100%;
    height: 160px;
    overflow: hidden;
}
.bulletinBody .time002 a img{
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.bulletinBody .time002 a:hover img{
    transform: scale(1.05);
}










/* 专项调研 */
.specialResearch{
    position: relative;
    width: 100%;
    padding: 150px 0;
    background-image: url(../images/indexbg01.jpg);
}
.specialResearch::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background: rgba(19,28,52,0.8);
}
.specialResearch .bgtext{
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    color: #6f6e6e;
    font-size: 50px;
    font-weight: 500;
    text-align: center;
}

.research{
    position: relative;
    z-index: 2;
    margin-top: -225px;
    margin-bottom: 40px;
}
.research h1{
    font-size: 36px;
    color: #fff;
    text-align: center;
}
.researchBody{
    display: flex;
    margin-top: 30px;
}
.researchBody .tiemlist{
    width: 32%;
    margin-right: 3%;
    padding-bottom: 50px;
    background: #F7F8FC;
    position: relative;
    transition: all 0.5s;
}
.researchBody .tiemlist:nth-child(3n+3){
    margin-right: 0;
}
.researchBody .tiemlist:hover{
    box-shadow: 0px 1px 8px 0px rgb(0 0 0 / 15%);
}
.researchBody .tiemlist::before{
    border-radius: 15px;
    position: absolute;
    background: #0c59db;
    height: 3px;
    width: 0;
    left: 0;
    bottom: 0;
    content: "";
    right: 0;
    margin: 0 auto;
    -moz-transition: all 400ms ease-out 0s;
    -webkit-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
    opacity: 0.6;
    z-index: 0;
}
.researchBody .tiemlist:hover::before{
    width: 85%;
}


.researchBody .tiemlist .img{
    width: 100%;
    overflow: hidden;
}
.researchBody .tiemlist img{
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.researchBody .tiemlist:hover img{
    transform: scale(1.08);
}
.researchBody .tiemlist h3{
    font-weight: 600;
    color: #151a33;
    font-size: 28px;
    text-align: center;
    margin: 15px auto;
}
.researchBody .tiemlist .p{
    width: 90%;
    margin: 0 auto;
    color: #3e3e3e;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-indent: 32px;
}
.researchBody .tiemlist .seemore{
    position: absolute;
    bottom: -22.5px;
    left: 50%;
    width: 100px;
    height: 45px;
    line-height: 45px;
    border-radius: 40px;
    margin: 0 auto;
    text-align: center;
    transform: translateX(-50%);
    background: linear-gradient(45deg, #0E90D5, #3032A2);
}
.researchBody .tiemlist .seemore img{
    width: 17px;
    height: 13px;
    margin: 0 auto;
}





/* 热点专题 */
.hotTopics{
    width: 100%;
    padding-top: 30px;
    background-color: #f1f3f5;
}

.banner_indexHotTopics{
    position: relative;
    margin-top: 20px;
}


/* 左右按钮 */
.banner_indexHotTopics .swiper-button-next,
.banner_indexHotTopics .swiper-button-prev{
    width: 35px;
    height: 75px;
    z-index: 2;
    margin-top: -35px;
    background-size: 12px 20px;
    opacity: 0;

}
.banner_indexHotTopics:hover .swiper-button-next,
.banner_indexHotTopics:hover .swiper-button-prev{
    opacity: 1;
    background-color: rgba(000,000,000,0.8);
}
/* 左 */
.banner_indexHotTopics .swiper-button-prev{
    left: 0px;
    background-image: url(../images/homeleft_11.png);
}
/* 右 */
.banner_indexHotTopics .swiper-button-next{
    right:0px;
    background-image: url(../images/homerigth_12.png);
}








/* 对话领军者 */
.dialogueLeaders{
    padding: 40px 0;
    background-image: url(../images/indexbg002.png);
}

.dialogueHead{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dialogueHead .textimgs{
    display: flex;
    align-items: center;
    margin-right: 20%;
}
.dialogueHead .text{
    width: 225px;
    font-size: 16px;
    color: #00468c;
    line-height: 38px;
}
.dialogueHead .titleImgs{
    width: 300px;
    margin-right: -10%;
}
.dialogueHead .text_a{
    text-align: right;
    line-height: 38px;
}
.dialogueHead .text_a a{
    font-size: 16px;
    color: #00468c;
}

.indexVideo{
    display: flex;
    align-items: stretch;
    margin-top: 40px;
}
.videolist{
    width: 32%;
    margin-right: 3%;
}
.videolist:nth-child(3n+3){
    margin-right: 0%;
}
.indexVideo .text{
    width: 90%;
    padding: 20px 5% 15px 5%;
    text-align: center;
    background-color: #ebecec;
}
.indexVideo .text h3{
    color: #895b01;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}
.indexVideo .text p{
    font-size: 16px;
    color: #333;
}
.indexVideo .p_a{
    text-align: right;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    font-weight: 600;
}








/* 专家专栏 */
.expertColumn{
    padding: 50px 0;
    width: 100%;
}
.expertColumn .mainsVw{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.expertColumn .expertTime{
    width: 40%;
    border-right: 1px solid #ebebeb;
}
.expertColumn .expertTime2{
    width: 27%;
    padding: 0 2%;
    border-right: 1px solid #ebebeb;
}
.expertColumn .expertTime3{
    width: 27%;
    padding-left: 2%;
}

.expertColumn .expertHead{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
}
.expertColumn .expertHead p{
    font-size: 22px;
    color: #333;
    padding: 12px 0;
    margin-bottom: -1px;
    border-bottom: 1px solid #f54343;
}
.expertColumn .expertHead a{
    color: #999;
    font-size: 14px;
    margin-right: 10px;
}


/* 专论 */
.expertColumn .expertTime .monograph{
    width: 97%;
    padding-right: 3%;
}
.expertColumn .monograph a{
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
}
.expertColumn .monograph a img{
    width: 110px;
    overflow: hidden;
    margin-right: 20px;
}
.expertColumn .monograph a .listBox h3{
    font-size: 18px;
    margin-bottom: 8px;
    color: rgb(71, 80, 95);
}
.expertColumn .monograph a .listBox .time{
    color: #aeaeae;
    font-size: 10px;
    margin-bottom: 10px;
}
.expertColumn .monograph a .listBox .time span:first-child{
    margin-right: 6px;
}
.expertColumn .monograph a .listBox .p{
    font-size: 12px;
    line-height: 22px;
}

/* 俱乐部动态 */
.expertColumn .expertView a{
    position: relative;
    margin-top: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.expertColumn .expertView a:last-child{
    margin-bottom: 10px;
}
.expertColumn .expertView a .absolute{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(116,132,158,0.8);
}
.expertColumn .expertView a .absolute p{
    width: 90%;
    margin: 0 auto;
    color: #dedede;
    font-size: 12px;
    padding: 10px 0;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 信用档案 */
.expertColumn .expertHead2{
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    background-color: #f4f4f6;
}
.expertColumn .expertHead2::before{
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 3px;
    height: 50%;
    z-index: 9;
    background-color: red;
}
.expertColumn .expertHead2 p{
    font-size: 18px;
    color: #333;
    padding: 12px 0;
    text-indent: 20px;
}

.expertColumn .expertTime3_list{
    margin-bottom: 30px;
}
.expertColumn .expertTime3_list:last-child{
    margin-bottom: 0;
}




/* 媒体宣传合作 */
.mediaPublicity .mediaHead{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mediaPublicity .mediaNav li{
    display: inline-block;
}
.mediaPublicity .mediaNav li a{
    width: auto;
    padding: 8px 25px;
    border-radius: 30px;
    font-size: 16px;
    margin-right: 10px;
}
.mediaPublicity .mediaNav li:last-child a{
    font-size: 12px;
}
.mediaPublicity .mediaNav li.active a{
    color: #fff;
    background-color: #3da1d2;
}

.mediaPublicity .mediaPublicity_swiper{
    position: relative;
    max-width: 1300px;
    margin: 35px auto;
}

/* 左右按钮 */
.mediaPublicity .mediaPublicity_swiper .swiper-button-next,
.mediaPublicity .mediaPublicity_swiper .swiper-button-prev{
    width: 30px;
    height: 75px;
    margin-top: -40px;
    background-color: #c5d6ec;
    background-size: 12px 20px;

}
/* 左 */
.mediaPublicity .mediaPublicity_swiper .swiper-button-prev{
    background-image: url(../images/homeleft_11.png);
}
/* 右 */
.mediaPublicity .mediaPublicity_swiper .swiper-button-next{
    background-image: url(../images/homerigth_12.png);
}

.mediaPublicity .mediaPublicity_swiper a p{
    text-align: center;
    font-size: 16px;
    margin-top: 15px;

}




/* 特色服务 */
.characteristic{
    padding: 30px 0;
}
.characteristicBodyList{
    width: 23%;
    margin-right: 2.2%;
    display: inline-block;
    position: relative;
    margin-top: 30px;
}
.characteristicBodyList:nth-child(4n+4){
    margin-right: 0%;
}
.characteristicBodyList .absolute{
    position: absolute; 
    right: 0; 
    bottom: 0; 
    left: 0; 
    top: 0; 
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9); 
    transition: all 0.6s; 
    transform: scale(0);
}
.characteristicBodyList:hover .absolute{
    transform: scale(1);
}

.characteristicBodyList .time{
    display: flex;
    align-items: center;
    width: 90%;
    padding: 15% 5%;
    margin: 0 auto;
    border: 1px solid #ddd;
    transition: all 0.5s; 
}
.characteristicBodyList:hover .time{
    transform: scale(0.1);
}



.characteristicBodyList .time .imgs{
    width: 80px;
    height: 80px;
    margin-right: 10px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ddd;
}
.characteristicBodyList .time .imgs img{
    width: 50px;
    height: 50px;
}
.characteristicBodyList .time h3{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}
.characteristicBodyList .time p{
    font-size: 14px;
    color: #666;
}


.characteristic .absoluteText{
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    color: #FFF;
}
.characteristic .absoluteText h3{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}
.characteristic .absoluteText .aHref{
    display: flex;
    flex-wrap: wrap;
}
.characteristic .absoluteText .aHref a{
    font-size: 12px;
    color: #fff;
    padding: 5px 10px;
    margin: 15px 5px 0 5px;
    border: 1px solid #fff;
}
.characteristic .absoluteText .aHref a:hover{
    color: #1989fa;
    border: 1px solid #1989fa;
}




/* 智库 */
.tankService{
    width: 100%;
    height: 400px;
    background-image: url(../images/indexbg001.jpg);
    background-size:top center;
    background-repeat:no-repeat;
    background-position:center;
}

.tankServiceNav{
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding-top: 180px;
}
.tankServiceNav p{
    width: 230px;
    padding: 8px 0;
    text-align: center;
    color: #333;
    margin: 0 10px;
    font-size: 24px;
    background-color: #fff;
    opacity: 0.5;
    cursor: pointer;
}
.tankServiceNav p.active{
    background-color: #000;
    color: #fff;
    opacity: 0.5;
}

/*  */
.tankServicePage{
    width: 61%;
    margin: 30px auto 0 auto;
}
.pagelist a{
    color: #fff;
    line-height: 28px;
    margin-right: 20px;
    display: inline-block;
}






/* 重要客户 */
.customer .mainsVw{
    position: relative;
    margin: 45px auto;
}
.customer .head_absolute{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.customer .head_absolute h1{
    font-size: 50px;
    font-weight: 400;
    width: 100%;
    color: #d3d1d1;
}
.customer .title h1{
    font-size: 36px;
    color: #0c3670;
    text-align: center;
    position: relative;
    z-index: 2;
    padding-top: 20px;
}

/*  */
.customer .customerHead{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: 20px 0;
}

.customer .listhead{
    flex: 1;
    margin-right: 20px;
    text-align: center;
    padding: 10px 0;
    color: #Fff;
}
.customer .listhead:last-child{
    margin-right: 0;
}
.customer .listhead:first-child{
    background-color: #76bbff;
}
.customer .listhead:nth-child(2){
    background-color: #5ed499;
}
.customer .listhead:nth-child(3){
    background-color: #f7bc64;
}
.customer .listhead:nth-child(4){
    background-color: #ffa468;
}
.customer .listhead .th{
    font-size: 50px;
}
.customer .listhead p{
    font-size: 14px;
}

/* 轮播 */
.customer .customer_swiper{
    position: relative;
    padding-bottom: 15px;
}
/* 圆点 */
.customer .customer_swiper .swiper-pagination{
    width: 100%;
    margin-top: 15px;
}
/* 分页器的大小和基础颜色设置 */
.customer .customer_swiper .swiper-pagination .swiper-pagination-bullet{
    width: 30px;
    height: 8px;
    border-radius: 40px;
    background: #fff;
    border: 1px solid #39434f;
    opacity: 1;
    margin-right: 10px;
    transition: all 0.5s;
}
.customer .customer_swiper .swiper-pagination .swiper-pagination-bullet:last-child{
    margin-right: 0px;
}
/* 分页器active 颜色 */
.customer .customer_swiper .swiper-pagination .swiper-pagination-bullet-active{
    border: 1px solid #39434f;
    background-color: #39434f;
    opacity: 1;
}