.el-pagination {
    --el-pagination-hover-color: #d2b78c
}

p {
    margin: 0;
}

html {
    font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;

    --primary-color: #d2b78c;
    --primary-two-color: #342c2a;
    --primary-color-light: #fef7f3

}

.el-carousel__button {
    width: 50px;
    height: 8px;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
    background-color: var(--primary-color) !important;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

.el-carousel__button:before {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 0;
    border-radius: 10px;


}


.container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.header {
}

.header .header-pic {
    height: 75px;
    margin: 0 auto;
    position: relative;
    background-color: var(--primary-color);
    display: flex;

}

.header .logo {
    width: 200px;

}

.header .logo .img {
    width: 100%;
}


.header .search {
    background-color: #fff;
    height: 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header .search .input {
    background-color: transparent;
    outline: none;
    border: none;
    box-sizing: border-box;
    width: 200px;
    padding: 0 10px;
    margin: 0;
    height: 100%;
}

.header .search .btn {
    font-size: 14px;
    padding: 0 20px;
    cursor: pointer;
}

.header .lang {
    display: inline-block;
    position: absolute;
    right: 0;
    top: -5px;
    font-size: 15px;
}

.header .lang .link {

    text-decoration: none;
    font-weight: bold;
    /*color: #28a13a;*/
    color: #303030;
    /*width: 60px;*/
    min-width: 90px;
    text-align: center;
    padding: 5px 5px;
    border: 2px solid #303030;
    /*border: 2px solid #28a13a;*/
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}

.header .lang .link .icon {
    display: inline-block;
    border-radius: 100%;
    width: 6px;
    height: 6px;
    margin-right: 5px;

}

.header .lang .link .icon.en {
    background-color: #02247d;
}

.header .lang .link .icon.zh {
    background-color: #F40002;
}

.header .lang .link.active {
    color: #28a13a;

}


.header .menu {
    min-width: 1200px;
    background-color: #f4f4f4;

}


.header .header-pic.slot {
    margin-bottom: 61px;
}

.header .menu.float {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}


.header .menu .menu-content {
    margin: 0 auto;
    width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}

.header .menu .menu-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 230px;
    text-align: center;
    color: var(--primary-two-color);
    font-size: 14px;
    cursor: pointer;
    height: 61px;
    position: relative;
    text-decoration: none;

}


.header .menu-item.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 5px solid var(--primary-color);

}

.header .menu .menu-item:hover {
    background-color: var(--primary-color-light);
    color: var(--primary-color);
}

.banner {
    min-width: 1200px;
}

.banner-item {
    height: 650px;
    margin: 0 auto;
    font-size: 0;

}

.banner-item.is-link {
    cursor: pointer;
}

.banner-pic {
    width: 100%;
    height: 650px;
    margin: 0 auto;
    object-fit: contain;
}


.main-content {
    min-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0 10px 0;
    background-color: var(--primary-color-light);

}

.bottom .content {
    position: relative;
}

.bottom .qrcode-content {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bottom .qrcode {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*background-color: #01605c;*/
    padding: 10px 10px;
}

.bottom .qrcode .label {
    font-size: 13px;
    color: var(--primary-color);
    /*padding-top: 0px;*/
    font-weight: bold;
}

.bottom .qrcode img {
    width: 115px;
    height: 115px;
}

.bottom .text {
    text-align: center;
    font-size: 12px;
    line-height: 2;
    color: #999;
}

.bottom-info {
    font-size: 18px;
    line-height: 1.8;
}

.tab2 {

    /*width: 100%;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    width: 1200px;
    margin: 0 auto;

}

.tab2 .content {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: bolder;
    color: #303030;
}

/*.tab2 .content:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    height: 4px;*/
/*    width: 60px;*/
/*    margin: 0 auto;*/
/*    background-color: #28a13a;*/

/*}*/

.tab2 .title {
    font-size: 24px;
    color: var(--primary-two-color);
}

.tab2 .sub-title {
    font-size: 18px;
    font-weight: bolder;
    color: var(--primary-two-color);

}

.pic {
    margin: 0 auto;
    font-size: 0;

}


.go-top-btn {
    position: fixed;
    width: 52px;
    height: 52px;
    background-color: var(--primary-color);
    right: 20px;
    bottom: 40px;
    border-radius: 3px;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
    cursor: pointer;
}

.go-top-btn span {
    font-size: 25px;

}

.news-block {
    background-color: #f4f4f4;
    width: 100%;
    padding: 80px 0;
}

.news-block .content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.news-block .news-item {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    margin-right: 40px;
    width: 580px;
}
.news-block .news-item:nth-child(2n) {
   margin-right: 0;
}

.news-block .news-item .date-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background-color: var(--primary-color);
    color: #fff;
    margin-right: 20px;
}

.news-block .news-item .date-block .day {
    font-size: 20px;
    line-height: 1.6;
    font-weight: bolder;
}

.news-block .news-item .date-block .date {
    font-size: 16px;
}
.news-block .news-item .info  {
   flex: 1;
}
.news-block .news-item .info .title  {
   font-size: 18px;
}
.news-block .news-item .info .sub-title  {
    font-size: 14px;
    line-height: 1.4;
    text-transform: uppercase;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

