/*
*
*
*
*
*/

body {
    background-color: #ffffff;
}

/* ********************************************************************************banner图模块 开始 */

.index-banner {
    height: 8.34rem;
}

.index-banner .banner {
    height: 100%;
}

.index-banner .swiper-banner {
    height: 100%;
}

.index-banner .swiper-banner a {
    display: block;
    width: 100%;
    height: 100%;
}

.index-banner .swiper-banner img {
    width: 100%;
    height: 100%;
}

.index-banner .news {
    position: absolute;
    font-size: 0.28rem;
    line-height: 0.40rem;
    color: #1a1a1a;
    background-color: #ffffff;
    width: calc(100% - 0.4rem);
    bottom: 0;
    left: 50%;
    padding: 0.10rem 0.16rem;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
    transform: translate(-50%, 50%);
    z-index: 8;
}

.index-banner .news .news-title {
    font-size: 0.3rem;
    font-family: HappyZcool-2016;
    font-weight: bold;
    color: rgba(249, 53, 81, 1);
    position: relative;
    margin-right: 0.53rem;
}

.index-banner .news .news-title::after {
    content: "";
    display: block;
    width: 0.26rem;
    height: 0.40rem;
    position: absolute;
    top: 0;
    right: -69%;
    background: url(../images/index/laba.png) center no-repeat;
}

.index-banner .news .news-com {
    overflow: hidden;
    height: 0.40rem;
    width: 5.3rem;
    padding-left: 0.1rem;
    border-left: 1px solid #e3e3e3;
}

.index-banner .news .news-com .swiper-slide {
    height: 60px;
}

.index-banner .news .news-com a {
    display: block;
    font-size: 0.28rem;
    line-height: 0.40rem;
    font-family: PingFang-SC-Bold;
    color: rgba(26, 26, 26, 1);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* ************************************************************************************首页按钮模块 开始 */

.index-apply {
    background-color: #ffffff;
    padding-top: 30px;
    padding-right: 0.4rem;
    font-size: 0;
}

.index-apply ul li {
    width: calc((100% - 2 * 0.18rem) / 3);
    margin-right: 0.18rem;
    float: left;
}

.index-apply ul li:nth-of-type(3n) {
    margin-right: 0;
}

.index-apply ul li a {
    position: relative;
    width: 100%;
    padding-top: 1.3rem;
}

.index-apply ul .apply-name {
    font-size: 0.3rem;
    line-height: 1;
    color: #1a1a1a;
    text-align: center;
    position: relative;
}

.index-apply ul li .apply-name::before {
    content: "";
    display: block;
    position: absolute;
    width: 1.3rem;
    height: 1.3rem;
    background-image: url(../images/public/index-btn-001.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
}
.index-apply ul li:nth-of-type(2) .apply-name::before{
    background-image: url(../images/public/index-btn-002.png);
}
.index-apply ul li:nth-of-type(3) .apply-name::before{
    background-image: url(../images/public/index-btn-003.png);
}
.index-apply ul li:nth-of-type(4) .apply-name::before{
    background-image: url(../images/public/index-btn-004.png);
}
.index-apply ul li:nth-of-type(5) .apply-name::before{
    background-image: url(../images/public/index-btn-005.png);
}
.index-apply ul li:nth-of-type(6) .apply-name::before{
    background-image: url(../images/public/index-btn-006.png);
}

/* *************************************************************公用标题样式 开始 */

.index-title {
    padding: 25px 0 10px;
}

.index-title .mydiv {
    font-size: 0.32rem;
    font-family: PingFang-SC-Bold;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
    
}


.index-title .mydiv span {    
    background: rgba(19, 174, 103, .8);
    border-radius: 0px 32px 0px 0px;
    padding: 4px 16px 4px 10px;
}


/*.index-title h3::before {
    content: "";
    display: block;
    position: absolute;
    width: 0.9rem;
    height: 0.32rem;
    background: rgba(19, 174, 103, .8);
    
    top: -0.1rem;
    z-index: -1;
}*/

/* *************************************************************视频模块 开始 */

.index-video {
    background-color: #ffffff;
}

.index-video video {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    border-radius: 5px;
}

.shdows-word, .index-video .video-word {
    font-size: 0.3rem;
    line-height: .8rem;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .6);
    border-radius: 0px 0px 5px 5px;
    position: absolute;
    bottom: 0;
    padding-left: 0.1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 0.4rem);
}

/* *************************************************************深圳茶博会概述 开始 */

.index-theme {
    background-color: #ffffff;
}

.index-theme a {
    display: block;
    width: 100%;
}

.index-theme .index-title {
    padding-left: 0.2rem;
}

.index-theme .shdows-word {
    width: 97%;
    bottom: 0;
}

/* 主题区轮播图 */

.index-theme .swiper-slide {
    width: 97%;
    height: 4rem;
    padding-right: 3%;
}

.index-theme .swiper-slide a {
    border-radius: 5px;
    height: 100%;
    overflow: hidden;
}

.index-theme .swiper-slide a img {
    width: 100%;
    height: 100%;
}

.index-theme .swiper-slide:last-of-type {
    margin-right: 3%;
}

.index-theme .swiper-container {
    margin-left: 0.2rem;
}

/* *************************************************************展会活动 开始 */

.index-activity {
    background-color: #ffffff;
}

.index-activity a {
    width: 100%;
    height: 1.94rem;
    overflow: hidden;
    border-radius: 5px;
}

.index-activity a img {
    width: 100%;
}

/* *************************************************************展会集锦 开始 */

.index-collect {
    background-color: #ffffff;
}

.index-collect .index-title {
    position: relative;
}

.index-collect .index-title a {
    position: absolute;
    bottom: 10px;
    right: 0;
    font-size: 0.3rem;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: rgba(153, 153, 153, 1);
}

.index-collect .collect-com li {
    float: left;
    width: 2.1rem;
    height: 2.1rem;
    margin-right: calc((100% - 2.1rem * 3) / 2);
    border-radius: 5px;
    overflow: hidden;
}

.index-collect .collect-com li:last-of-type {
    margin-right: 0;
}

/* ***************************合作政府等三轮播图  开始 */

.index-swiper {
    background-color: #ffffff;
    padding-bottom: 20px;
}

.index-swiper .swiper-slide::after {
    content: "";
    display: block;
    clear: both;
}

.index-swiper .swiper-slide a {
    display: block;
    float: left;
    width: 2.1rem;
    height: 1.64rem;
    margin-right: calc((100% - 2.1rem * 3) / 2);
    border-radius: 5px;
    overflow: hidden;
}

.index-swiper .swiper-slide a:last-of-type {
    margin-right: 0;
}

.index-swiper .swiper-slide a img {
    width: 100%;
    height: 100%;
}