@charset "utf-8";


/*头部*/


.banner_btn{position: absolute;background: url(banner_btn.png) no-repeat center top;background-size: cover;height: 39px;width: 66px;left: 50%;margin-left: -33px;bottom: 40px;cursor: pointer;
    -webkit-animation: scroll2 4s infinite ease-in-out;
    -moz-animation: scroll2 4s infinite ease-in-out;
    animation: scroll2 4s infinite ease-in-out;
    transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;}

@keyframes scroll2 {
    0%, 40% {
        opacity:0;
        -webkit-transform:translateY(-8px);
    }
    60%, 90% {
        opacity:1;
        -webkit-transform:translateY(0);
    }
    100% {
        opacity:0;
        -webkit-transform:translateY(4px);
    }
}

@-webkit-keyframes scroll2 {
    0%, 40% {
        opacity:0;
        -webkit-transform:translateY(-8px);
    }
    60%, 90% {
        opacity:1;
        -webkit-transform:translateY(0);
    }
    100% {
        opacity:0;
        -webkit-transform:translateY(4px);
    }
}
@-moz-keyframes scroll2 {
    0%, 40% {
        opacity:0;
        -moz-transform:translateY(-8px);
    }
    60%, 90% {
        opacity:1;
        -moz-transform:translateY(0);
    }
    100% {
        opacity:0;
        -moz-transform:translateY(4px);
    }
}

/**/
@-webkit-keyframes -webkit-scroll {
    0%, 40% {
        opacity:0;
        -webkit-transform:translateY(-8px);
    }
    60%, 90% {
        opacity:1;
        -webkit-transform:translateY(0);
    }
    100% {
        opacity:0;
        -webkit-transform:translateY(4px);
    }
}
@-webkit-keyframes -moz-scroll {
    0%, 40% {
        opacity:0;
        -moz-transform:translateY(-8px);
    }
    60%, 90% {
        opacity:1;
        -moz-transform:translateY(0);
    }
    100% {
        opacity:0;
        -moz-transform:translateY(4px);
    }
}

.footer{height: 40px;background-color: rgba(0,0,0,0.4);position: absolute;bottom: 0;left: 0;right: 0;line-height: 40px;color: #666;text-align: center;font-size: 14px;}

/*产品页*/
.focus{width: 254px;height: 523px;overflow: hidden;}
.bg19 .swiper-pagination{bottom: 80px !important;}
.bg19 .swiper-pagination span{width: 12px;height: 12px;}

.bg18_top{overflow: hidden;}
.bg18_top img{margin: 18px 0; width: 100%;}
.bg18_bottom{overflow: hidden;margin-top: 40px;}
.bg18_bottom .fl{width:282px;}
.bg18_bottom .fl img{margin-bottom: 24px;width: 100%;}
.bg18_bottom li{float: right;}

.bg18_bottom li{ position: relative; transition: 0.5s; transform-style: preserve-3d;width: 151px;height: 173px;}
.bg18_bottom li img{width: 100%;height: 100%;}
.bg18_bottom li:hover{ transform: rotateY(180deg); }
.bg18_bottom li span{display: block;position: absolute; top: 0; transform: rotateY(180deg);backface-visibility: hidden;}
.bg18_bottom li i{display: block;position: absolute; top: 0;backface-visibility: hidden;}

.box-info{float: right;width: 151px;height: 173px;position: relative;}
.box-info .cura{display: block;float: left;width: 100%;height: 100%;text-align: center;position: relative;}
.cura>img{width: 100%;height: 100%;display: inline-block; overflow: hidden;}
.box-info .back{display: none;width: 100%;height: 100%;}
.vertical .back{width: 0;height: 100%;margin: 0 auto;background:url(six_04_h.png) no-repeat 0 0;background-size: cover;}


.bg22 .slide{position:relative;}
.bg22 .controlArrow.prev{border: none;width: 12px;height: 12px;background: #d87ca1;border-radius: 50%;top: 50%;left: 50%;margin: 275px 0 0 465px;}
.bg22 .controlArrow.next{border: none;width: 12px;height: 12px;background: #eae6e8;border-radius: 50%;top: 50%;left: 50%;margin: 275px 0 0 486px;}

.bg22_img{position: absolute;left: 50%;top: 50%;margin:-250px 0 0 111px; transition: all 0.5s;}



.right_con {
    width: 348px;
    height: 468px;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 16px;
    z-index: 1001;
    margin: -192px 0 0 300px;
    opacity: 0;
    transition: all 0.5s;
}



.calc {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    z-index: 1001;
    box-shadow: 0 0 12px 4px #f9f9f9;
    border: 1px solid #e8e8e8;
    border-radius: 5px 0;
    background: #fff;
    -webkit-transition: 1.2s;
    transition: 1.2s;
}

.calc .calc-title {
    line-height: 52px;
    font-size: 18px;
    color: #666666;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    background: -webkit-linear-gradient(top,#f8f8f8 0,#fafafa 100%);
    background: -moz-linear-gradient(top,#f8f8f8 0,#fafafa 100%);
    background: -ms-linear-gradient(top,#f8f8f8 0,#fafafa 100%);
    background: -o-linear-gradient(top,#f8f8f8 0,#fafafa 100%);
    background-color: #fafafa;
}


.calc .calc-intro {
    position: relative;
    text-align: left;
    padding: 20px;
    padding-bottom: 0
}

.calc .calc-tips {
    font-size: 16px;
    color: #b3bdc5;
    display: block;
    margin-bottom: 10px
}

.repay_amount {
    font-size: 18px;
    color: #b94e8a
}

.save_amount {
    font-size: 18px;
    color: #333
}

.calc .calc-input {
    position: relative;
    display: block;
    width: 100%;

    font-size: 16px;
    color: #5d6870;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: -webkit-linear-gradient(top, #fcfcfc 0, #fefefe 100%);
    background: -moz-linear-gradient(top, #fcfcfc 0, #fefefe 100%);
    background: -ms-linear-gradient(top, #fcfcfc 0, #fefefe 100%);
    background: -o-linear-gradient(top, #fcfcfc 0, #fefefe 100%);
    box-shadow: inset 0 0 1px 1px rgba(170, 170, 170, .1);
    -webkit-box-shadow: inset 0 0 1px 1px rgba(170, 170, 170, .1);
    -moz-box-shadow: inset 0 0 1px 1px rgba(170, 170, 170, .1);
    -ms-box-shadow: inset 0 0 1px 1px rgba(170, 170, 170, .1);
    -o-box-shadow: inset 0 0 1px 1px rgba(170, 170, 170, .1);
    background-color: #fefefe
}

/*添加代码*/
.calc-input #pre,.calc-intro #city{width: 100%;height: 45px;line-height: 45px;border:1px solid #d87ca1;border-radius: 5px;padding-left: 10px;}
.calc-tips #area{width: 166px;height: 36px;padding: 0 10px;line-height: 36px;}

.calc .calc-amount {
    font-size: 16px;
    outline: 0;
    border: none;
    background-color: #fefefe
}

.calc-intro i {
    font-style: normal;
    margin-left: 10px;
    color: #5d6870
}

.calc .calc-time {
    width: 100%
}

.calc-time span {
    float: left;
    width: 94px;
    height: 46px;
    line-height: 46px;
    border-radius: 5px;
    text-align: center;
    color: #5d6870;
    font-size: 14px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-right: 12px;
    background: -webkit-linear-gradient(top, #f8f8f8 0, #fafafa 100%);
    background: -moz-linear-gradient(top, #f8f8f8 0, #fafafa 100%);
    background: -ms-linear-gradient(top, #f8f8f8 0, #fafafa 100%);
    background: -o-linear-gradient(top, #f8f8f8 0, #fafafa 100%);
    box-shadow: inset 0 0 1px 1px rgba(170, 170, 170, .18);
    -webkit-box-shadow: inset 0 0 1px 1px rgba(170, 170, 170, .18);
    background-color: #fafafa
}

.calc-time span.active {
    border: 1px solid #d87ca1;
    background: #d87ca1;
    color: #fff
}

.calc .calc-result {
    padding: 26px 20px 0
}

.calc .calc-apply {
    display: block;
    line-height: 46px;
    text-align: center;
    height: 46px;
    font-size: 20px;
    width: 100%;
    background-color: #b94e8a;
    border-radius: 5px;
    color: #fff;
    margin-top: 10px;
    box-shadow: 0 0 8px 1px rgba(185, 78, 138, .32);
    -webkit-box-shadow: 0 0 8px 1px rgba(185, 78, 138, .32)
}

.zxsq{display: none; text-align: center;
    position: absolute;left: 50%;bottom: -56px;
    opacity: 0;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
    width: 280px;
    background-color: #b94e8a;
    border-radius: 5px;
    color: #fff;
    margin-top: 10px;
    box-shadow: 0 0 8px 1px rgba(185, 78, 138, .32);
    -webkit-box-shadow: 0 0 8px 1px rgba(185, 78, 138, .32);
    transition: all 0.5s;margin-left:-140px; }

.active .zxsq{opacity: 1;bottom: 60px; transition-delay: 0.5s;}

.clearfix {
    zoom: 1;
}
.clearfix {
    overflow: visible;
}

.sec_if{width: 100%;height: 250px; position: absolute;bottom: 0;opacity: 0.6;z-index: -1;}
.grid{position: relative;opacity: 0; width: 100%;max-width: 1000px;overflow: hidden; margin:400px auto 0;transition: all 0.5s;}
.active .grid{opacity: 1; margin:246px auto 0; transition-delay: 1s;}
.grid li {float: left;padding-right: 25px;width: 316px;}

.grid li .content_img {
    width: 316px;
    height: 316px;
    overflow: hidden;
    border-radius: 4px;
}
.grid li img{width: 100%;}

.grid li.odd .content {
    background-color: #d87ca1;
}
.grid .content {
    padding: 15px;
    position: relative;
    height: 139px;
    width: 286px;
    text-align: left;
    background: #b94e8a;
    border-radius: 4px;
}
.content p {
    line-height: 24px;
    font-size: 14px;
    color: #fff;
}

.content span {
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: block;
    text-align: right;
    font-size: 14px;
    color: #fff;
    vertical-align: bottom;
}

.grid li.odd i {
    border-bottom: 8px solid #d87ca1;
}
.content i.up {
    display: block;
    left: 20px;
    top: -7px;
    width: 0;
    height: 0;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #d87ca1;
    font-size: 0;
    line-height: 0;
}

.content i.down {
    display: block;
    left: 20px;
    top: 169px;
    width: 0;
    height: 0;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #d87ca1;
    font-size: 0;
    line-height: 0;
}
.grid li.even .content {
    background-color: #b94e8a;
}

.grid li.even i {
    border-top: 8px solid #b94e8a;
}

.grid li.even .content_img{margin-top: 15px;}
.grid li.odd .content_img{margin-bottom: 15px;}

.focus2 .swiper-pagination{width:auto !important;left: auto !important;right: 0 !important;bottom: -33px !important;}
.focus2 img{width: 100%;height: 100%;}
