@charset "UTF-8";
@font-face {
    font-family: 'CTCuHeiSJ';
    src: url("/Public/Home/fonts/CTCuHeiSJ.ttf") format('truetype');
}
html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}
*, *:before, *:after {
    margin:0;
    padding:0;
    box-sizing: inherit;
}
body {
    background: #fff;
    font-size:14px;
    overflow-x: hidden;
    color:#000;
    margin:auto;
    font-family: 'Microsoft YaHei','Microsoft YaHei UI','WenQuanYi Micro Hei','Arial','sans-serif'
}
a,a:hover {
    text-decoration: none;
}
a:hover {
    color:#b88534
}
a:focus,a:active {

}

li,ul {
    list-style: none;
}
img {
    vertical-align: middle;
}
button {
    border:none;
}
.cls {
    clear:both
}
.section {
    max-width: 1520px;
    padding:0 20px;
    margin:0 auto;
}
.pageContainer {
    max-width: 1040px;
    padding:0 20px;
    margin:0 auto;
}
.swiper-slide video {
    width: 100%;
    /*aspect-ratio: 1920/950;*/
    object-fit: cover;
}
.banner .swiper-slide {
    height: 0;
    padding-bottom: 49%;
}
/*滚动条美化*/
::-webkit-scrollbar{
    width: 10px;
}
::-webkit-scrollbar-track{
    background-color: #f5f5f5;
    -webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.1);
    border-radius:5px;
}
::-webkit-scrollbar-thumb{
    background-color: #b28235;
    border-radius: 5px;
}
/*限度两行*/
.clamp1{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.clamp2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.clamp3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.clamp4{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.clamp5{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.textLeft {
    text-align: left;
}
.textCenter {
    text-align: center;
}
.textRight {
    text-align: right;
}
input::placeholder,textarea::placeholder {
    font-size:14px;
    color:#999
}
input:focus,textarea:focus,select:focus {
    outline:1px solid #b88534;
}
input:checked {
    background:#b88534 ;
}
/*swiper css*/
.swiper{
    --swiper-theme-color: #b88534;/* 设置Swiper风格 */
    --swiper-navigation-color: #b88534;/* 单独设置按钮色彩 */
    --swiper-navigation-size: 72px;/* 设置按钮巨细 */
}
.swiper-pagination-bullet {
    background:#f1f0eb;
    width: 80px !important;
    height:5px !important;
    border-radius: 0 !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background:#a19c96
}
.swiper-pagination {
    bottom:10% !important;
}
.phone {
    display: none;
}
.imgBox {
    overflow: hidden;
}
.imgBox img {
    transition: all 0.5s;
    width:100%;
    height: 100%;
    object-fit: cover;
}
.imgBox:hover img {
    transition: all 0.5s;
    transform: scale(1.1);
}
.show {
    display:block
}
.hide {
    display: none;
}
input {
    height: 50px;
    border: 1px solid #e5e5e5;
    font-size:14px;
    color:#969696;
    padding: 0 20px;
    width:100%
}
input[type='checkbox'] {
    width: 18px;
    height: 18px;
    border-radius: 0;
    visibility: hidden;
    position: relative;
}

input[type='checkbox']::after {
    position: absolute;
    color: #fff;
    border: 1px solid #a1a1a1;
    width: 18px;
    height: 18px;
    display: inline-block;
    visibility: visible;
    text-align: center;
    content: ' ';
    box-sizing: border-box;
    top:0;
    bottom:0;
    margin:auto;
}

input[type='checkbox']:checked::after {
    color: #fff;
    border: 1px solid #b88534;
    background: #b88534;
    content: '\2713';
    font-size: 12px;
}
textarea {
    border: 1px solid #e5e5e5;
    font-size:14px;
    color:#969696;
    padding: 20px;
    width:100%;
    min-height:130px;
    resize: none;
}
.inputBox {
    width:100%;
    margin-bottom:40px;
    position:relative;
}
@media screen and (max-width: 768px) {
    .pc {
        display:none;
    }
    .phone {
        display: block;
    }
    input {
        padding:0 20px;
        height:40px;
    }

    .swiper{
        --swiper-navigation-size: 30px;/* 设置按钮巨细 */
    }
    .swiper-pagination-bullet{
        width: 20px !important;
    }
}<!--耗时1780477147.3829秒-->