﻿.icon{display:inline-block;background-image:url('img/icon.png');background-repeat:no-repeat;}
.icon-shejishi{width:32px;height:36px;background-position:0 0;}
.icon-gongdi{width:35px;height:35px;background-position:-100px 0;}
.icon-zixun{width:36px;height:36px;background-position:-200px 0;}
.icon-zuopin{width:40px;height:40px;background-position:-300px 0;}

.case-tab{width:180px;height:50px;line-height:50px;border:#777 1px solid;color:#777;}
.case-tab.active{background-color:#777;border:#777 1px solid;color:#fff;}

.case-tab2{width:180px;height:50px;border:#fff 1px solid;line-height:50px;color:#777;}
.case-tab2.active{border:#777 1px solid;}

.view-pin .view-hover{display:none;line-height:28px;}
.view-pin.active .view-hover{display:block;}
.view-pin .img-center-cover{background-size:100% auto;transition:background-size .7s linear;}
.view-pin:hover .img-center-cover{background-size:130% auto;}
.view-pin .img-fill-cover{margin-top:-1px;background-size:100% 100%;transition:background-size .7s linear;}
.view-pin:hover .img-fill-cover{background-size:130% 130%;}

.news-txcon{height:80px;line-height:30px;}
.news-txcon:before{display:block;position:absolute;top:5px;left:0;width:40px;height:3px;background-color:#f1f1f1;content:"";}
.news-pin{}
.news-pin:hover{border-color:#8a8a8b;}

.fixed-menu a{display:block;width:85px;height:85px;margin-top:3px; color:#fff;}
.fixed-menu a:hover{ text-decoration:none;}
.consult-panel{display:none;position:absolute;top:0;right:95px;width:140px;padding:10px 0;background-color:#fff;border:#e4e4e4 1px solid;}
.consult-arrow,
.consult-arrow-wrap{position:absolute;top:20px;right:-19px;border:10px dashed transparent;border-left:10px solid #fff;font-size:0;line-height:0;z-index:2;}
.consult-arrow{right:-20px;border-left:10px solid #e4e4e4;z-index:1;}

.regionsc-list{margin:0;padding:0;border-bottom:2px dashed #232731;}
.regionsc-list dt,
.regionsc-list dd{padding:9px 5px 0 5px;}
.regionsc-list dt{float:left;padding:10px 5px;text-align:center;}
.regionsc-list dd{padding-left:75px;}
.regionsc-list dd a{display:inline-block;float:left;margin:0 6px;padding:1px 5px;color:#fff;}
.regionsc-list dd a.active{color:#f00;}
.regionsc-list dd a.active:hover{text-decoration:none;}

.sc-tt,
.sc-inp,
.sc-btn{height:45px;line-height:45px;box-sizing:border-box;}
.sc-tt{width:90px;background-color:#6a645b;}
/*border-top:#c8c8c8 1px solid;border-bottom:#c8c8c8 1px solid;*/
.sc-inp{width:240px;}
.sc-btn{width:90px;background-color:#6a645b;border:none;}

.gallery-top .swiper-button-next{right:30px;}
.gallery-top .swiper-button-prev{left:30px;}
.gallery-top .swiper-button-next,
.gallery-top .swiper-button-prev{width:45px;height:80px;background:none;background-color:rgba(0,0,0,0.3);}
.gallery-thumbs-next{right:7px;}
.gallery-thumbs-prev{left:7px;}
/*.gallery-thumbs .swiper-slide{opacity:0.5;}*/
/*.gallery-thumbs .swiper-slide-thumb-active{opacity:1;}*/

.con-100{width:100px;}
.con-300{width:300px;box-sizing:border-box;}
.con-340{width:340px;}
.con-420{width:420px;}
.arrowac{
    display: block;
    width:10px;
    height:3px;
    opacity:0.9;
    background:#fff;
    -moz-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-animation: line1Beforeaa 1.5s infinite alternate;
    animation: line1Beforeaa 0.5s infinite alternate;
}

@keyframes line1Beforeaa
{
    /* from {left:50px;}
    to {margin-left:100px;} */
    0% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    50% {
    }
    100% {
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{background:none;}

/* footer */
.footer{background-color:#3e4147;padding:34px 0;}
