/* 首页轮换图 */
.index-slider .bx-wrapper .bx-controls-auto, .index-slider .bx-wrapper .bx-pager {
    bottom: 10px;
    padding-left: 20px;
}
.index-slider .bx-wrapper .bx-pager {
    text-align: left;
}
.index-slider .bx-wrapper .bx-pager.bx-default-pager a {
    width: 5px;
    height: 5px;
    background-color: #919191;
}
.index-slider .bx-wrapper .bx-pager.bx-default-pager a.active, .index-slider .bx-wrapper .bx-pager.bx-default-pager a:focus, .index-slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background-color: #4e4223;
}


/* 首页图片导航 */
.index-imgnav {
    position: relative;
    padding-bottom: 30px;
}
.index-imgnav .iin-head {
    text-align: center;
    margin: 30px 0 20px;
}
.swiper-container {
    width: 100%;
    height: 144px;
    padding: 40px 0px;
    margin-bottom: 35px;
    background-image: url(../images/mdw/mdw23.png);
    background-repeat: no-repeat;
    background-position: center 0px;
}
.swiper-slide {
    text-align: center;
    background-image: url(../images/mdw/mdw22.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    opacity: 0.5;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
}
.swiper-slide a {
    color: #FFF;
    display: block;
    font-size: 1.2rem;
}
.swiper-slide-active {
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}
.swiper-slide-active a {
    font-size: 1.4rem;
}
.swiper-pagination {
    left: 0px;
    bottom: 25px;
    width: 100%;
    z-index: 1;
}
.swiper-pagination-bullet {
    margin: 0 3px;
    background-color: #9d8669;
}
.swiper-pagination-bullet-active {
    background-color: #73624d;
}


/* 首页公司介绍 */
.index-introduction {
    text-align: center;
}
.index-introduction .ii-blod {
    color: #bf9a44;
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 25px;
    line-height: 1.8rem;
}
.index-introduction .ii-hidder {
    color: #bf9a44;
    font-size: 1.2rem;
    margin-top: 10px;
    line-height: 22px;
    text-align: left;
    height: 88px;
    overflow: hidden;
}
.index-introduction .ii-more {
    display: inline-block;
    width: 45px;
    height: 45px;
    background-image: url(../images/mdw/mdw4.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 45px;
    margin-top: 10px;
}
.index-introduction .ii-more.ii-isshow {
    background-image: url(../images/mdw/mdw29.png);
}
/* 首页视频 */
.index-video {
    margin-top: 30px;
}
.index-video .iv-tit {
    color: #a98a3d;
    font-size: 1.4rem;
    text-align: center;
}
.index-video .iv-play {
    height: 220px;
    padding: 7% 6% 6%;
    background-image: url(../images/mdw/mdw5.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 100% 100%;
}
.index-video .iv-info {
    color: #5e4d39;
    font-size: 1.2rem;
    text-align: center;
}
.index-video .ivp1 {
    width: 100%;
    height: 100%;
    background: transparent url('../images/mdw/mdw6.jpg') 50% 50% no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* 首页我们的案例 */
.index-ourcase {
    margin-top: 30px;
}
.index-ourcase .io-list {
    margin-top: 15px;
    margin-left: -35px;
}
.index-ourcase .io-list li {
    float: left;
    margin-left: 35px;
    margin-top: 25px;
    width: -webkit-calc(50% - 35px);
    width: -moz-calc(50% - 35px);
    width: calc(50% - 35px);
}
.index-ourcase .io-list li a {
    display: block;
}
.index-ourcase .io-list li img {
    width: 100%;
    height: 90px;
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,.3);
    box-shadow: 3px 3px 3px rgba(0,0,0,.3);
}
.index-ourcase .io-list li span {
    display: block;
    height: 30px;
    background-image: url(../images/mdw/mdw8.png);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: auto 30px;
    text-align: center;
    color: #987318;
    font-size: 1.2rem;
    line-height: 30px;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/* 首页我们的荣誉 */
.index-ourhonor {
    margin-top: 40px;
}
.index-ourhonor .ioh-content {
    margin-top: 20px;
}
.index-ourhonor .ioh-more {
    text-align: center;
    margin-top: 20px;
}
.index-ourhonor .ioh-more a {
    display: inline-block;
    width: 120px;
    height: 35px;
    background-image: url(../images/mdw/mdw10.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    color: #9b7c30;
    font-size: 1.2rem;
    line-height: 35px;
    text-align: center;
}


/* 首页我们的客户 */
.index-ourcustomer {
    margin-top: 20px;
}
.index-ourcustomer .iocl-item ul {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 50px;
}
.index-ourcustomer .iocl-item li {
    float: left;
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-top: 30px;
    margin-left: 10px;
    -webkit-box-shadow: 5px 5px 8px rgba(0,0,0,.3);
    -moz-box-shadow: 5px 5px 8px rgba(0,0,0,.3);
    box-shadow: 5px 5px 8px rgba(0,0,0,.3);
}
.index-ourcustomer .bx-wrapper .bx-controls-direction a {
    width: 21px;
    height: 40px;
    margin-top: -20px;
    background-image: url(../images/mdw/mdw15.png);
    background-repeat: no-repeat;
    background-size: auto 40px;
}
.index-ourcustomer .bx-wrapper .bx-prev {
    background-position: 0 0;
}
.index-ourcustomer .bx-wrapper .bx-next {
    background-position: -21px 0;
}


/* 首页客户说 */
.index-customersaid {
    margin-top: 20px;
}


/* 首页客户评价 */
#marquee4 {
    width: 100%;
    height: 310px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
#marquee4 ul li {
    float: left;
    width: 100%;
}
.index-customerreviews .icr-more {
    text-align: center;
}
.index-customerreviews .icr-more a {
    display: inline-block;
    width: 120px;
    height: 35px;
    background-image: url(../images/mdw/mdw10.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    color: #9b7c30;
    font-size: 1.2rem;
    line-height: 35px;
    text-align: center;
}
.index-customerreviews .icr-footer {
    margin-top: 40px;
    margin-bottom: 20px;
}
.modal-evaluation-mask {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 11;
    background-color: rgba(0,0,0,.6);
}
.modal-evaluation {
    position: fixed;
    top: 150%;
    left: 5%;
    width: 90%;
    margin-top: -137px;
    z-index: 12;
}
.modal-evaluation .me-table {
    border-radius: 10px;
    background-color: #f7f7f7;
    border: solid 1px #d2d2d2;
    overflow: hidden;
}
.modal-evaluation .me-table li {
    overflow: hidden;
    border-top: solid 1px #d2d2d2;
}
.modal-evaluation .me-table li:first-child {
    border-top: none;
}
.modal-evaluation .met-tit {
    line-height: 34px;
    background-color: #e8e8e8;
}
.star-rating .clear-rating, .star-rating .caption {
    display: none;
}
.modal-evaluation .me-submit {
    text-align: center;
    margin-top: 10px;
}
.modal-evaluation .me-submit a {
    display: inline-block;
    width: 120px;
    height: 35px;
    background-image: url(../images/mdw/mdw10.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    color: #9b7c30;
    font-size: 1.2rem;
    line-height: 35px;
    text-align: center;
}
.modal-evaluation-ok {
    position: fixed;
    top: 150%;
    left: 10%;
    width: 80%;
    padding: 20px;
    margin-top: -75px;
    background-color: #000;
    border-radius: 20px;
    overflow: hidden;
    z-index: 12;
    text-align: center;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
.modal-evaluation-ok span {
    display: block;
    color: #b4b2b3;
}
.modal-evaluation-ok span.meo-big {
    font-size: 1.8rem;
}
.modal-evaluation-ok span.meo-small {
    font-size: 1.2rem;
    margin-top: 5px;
}
.modal-evaluation-ok a.meo-close {
    display: inline-block;
    width: 120px;
    height: 35px;
    background-image: url(../images/mdw/mdw10.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    color: #9b7c30;
    font-size: 1.2rem;
    line-height: 35px;
    text-align: center;
    margin-top: 20px;
}
.rating-xs {
    text-align: left;
}


/* 详情页经典案例 */
.article-case {
    padding: 20px;
}
.article-case li {
    float: left;
    width: 50%;
    height: 110px;
    overflow: hidden;
}
