section.sec-sh {
    padding: 1.125rem 0 2.0625rem 0;
    position: relative;
}
.vdQuotations-one{
    position: relative;
    padding: 3rem 0;
    text-align: center;
} 
.vdQuotations-one::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/banner/Quotations.jpg") no-repeat 0px 0px;
    /*background: #b1b1b1;*/
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
}
.vdQuotations-one h2{
    color: white;	
    font-size:3rem;
/*   font-weight: bold;*/
   /*padding-bottom: 1rem;*/
}
.vdQuotations-one p{
    color: white;	
    font-size:1.25rem;
    padding-bottom: 1rem
}
.letter-spacing9px{
	letter-spacing:9px;
}
p.letter-spacing5px{
	letter-spacing:5px;
    font-size:1.5rem;
    padding-top: 1rem;
}
.vdQuotations-one,.vdQuotations-two{
    position: relative;
    text-align: center;
} 
.vdQuotations-two::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/banner/Quotations2.jpg") no-repeat 0px 0px;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
}
/* carousel */

.carousel-wrapper #carousel-example-generic {
    height: 11rem;
}

.carousel-wrapper #carousel-example-generic .carousel-inner {
    width: 100%;
    height: 100%;
    margin-top: 4rem;
}

.carousel-wrapper #carousel-example-generic .carousel-inner [data-item=item] {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: opacity 0.8s;
    position: relative;
}

/*.carousel-wrapper #carousel-example-generic .carousel-inner [data-item=item]:before{
	position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(65,73,89,.65);
 	z-index: -1;
}*/


@media not all,
(-webkit-transform-3d) {
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .carousel-inner>.item.active {
        opacity: 1;
    }
    .carousel-inner>.item {
        opacity: 0.5;
    }
}

.list-content>.active {
    display: flex !important;
}

.list-content>.content-item {
    display: none;
}

.case-list img {
    width: 100%;
    min-height: 16rem;
    max-height: 16.0625rem;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.case-list:hover img {
    transform: scale(1.1);
}

.case-list .title-info {
    height: 3.75rem;
}

.case-list .title-info .bkc {
    height: 100%;
    transform: translate3d(0, 0.625rem, 0);
    background: transparent;
}

.case-list .title-info .bkc p {
    font-size: 1rem;
    padding: 0;
    transform: translate3d(0, 1.0.625rem, 0);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding-top: 8px;
}

.case-list:hover .title-info .bkc {
    transform: translate3d(0, 0, 0);
    background: #76ab35;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.case-list:hover .title-info .bkc p {
    color: white;
    transform: translate3d(0, 0.625rem, 0);
}

.split {
    width: 1px;
    height: auto;
    background: #ccc;
}

.split::after {
    content: " "
}

.viewMore {
    position: relative;
    display: inline-block;
    padding: 0 3.0625rem;
    margin: 1rem 0;
    background-color: transparent;
    color: #b5b5b5;
    border-radius: 0;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    z-index: 1;
    border: 1px solid #b5b5b5;
    transition: all 0.3s ease-out 0s;
}

.viewMore::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background-color: #76ab35;
    z-index: -1;
    transition: all 0.4s ease 0s;
}

.viewMore:hover::after {
    width: 100%;
}

.viewMore:hover {
    color: #fff;
    border-color: #76ab35;
}

.viewMore.special {
    color: white;
    border-color: white;
}

.viewMore.special::after {
    background-color: white;
}

.viewMore.special:hover {
    color: #76ab35;
}

.about-bg {
    position: relative;
    z-index: 1;
}

.about-bg::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(118, 171, 53, 0.9);
    /* background: hsla(87, 67%, 60%, 0.7); */
    z-index: -1;
}

.about-bg::after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*background-image: url(../images/bkc/about.jpg);*/
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -2;
}

.about-container p {
    font-size: 1rem;
    line-height: 2.1875rem;
    text-indent: 1.25rem;
    margin-bottom: 2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}


/* 适配 */


/* medium */

@media print,
screen and (min-width: 40em) {
    .carousel-wrapper #carousel-example-generic {
        height: 22.75rem;
    }
    .viewMore {
        margin: 2.8125rem 0;
    }
}


/* large */

@media print,
screen and (min-width: 64em) {
    .carousel-wrapper {
        margin-top: 6rem;
    }
    .carousel-wrapper #carousel-example-generic {
        height: 35vw;
    }
    .contact-div {
        max-width: 337px;
    }
    .link-div {
        margin: 0 8.3333%;
    }
    .viewMore {
        margin: 2.8125rem 0;
    }
    .about-container p {
        font-size: 0.875rem;
    }
}


/* ipad pro */

@media print,
screen and (min-width: 64em) and (max-width: 64rem) {
    .case-list img {
        min-width: auto;
        max-height: 14.5rem;
    }
    .viewMore {
        margin: 2.8125rem 0;
    }
}

.DarkGreyBtn{
	color: #666;
	border-color: #666;
}
