.carousel-control-prev-icon{
    background-image: url(../img/index/banner_prev.png);
    width: 7.6875rem;
    height: 2.9375rem;
}
.carousel-control-next-icon{
    width: 7.6875rem;
    height: 2.9375rem;
    background-image: url(../img/index/banner_next.png);
}
.carousel-indicators li{
    width: .9375rem;
    height: .9375rem;
    border-radius: 50%;
    background-color: rgba(255,255,255,0);
    opacity: 1;
    border: 0;
}
.carousel-indicators li::before{
    content: "";
    border: 0;
    background: #fff;
    display: block;
    vertical-align: middle;
    width: .5625rem;
    height: .5625rem;
    font-size: 0;
    color: transparent;
    cursor: pointer;
    outline: none;
    border-radius: 50%;
    margin-left: .2112rem;
    margin-top: .2112rem;
}
.carousel-indicators li.active{
    border: .0625rem solid #fff;
}
@-webkit-keyframes tada {
    0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
   }
    10%,  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
   }
    30%,  50%,  70%,  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
   }
    40%,  60%,  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
   }
    100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
   }
}
.home_point{
    box-shadow: 0 0 1.5625rem rgba(0, 0, 0, .08);
}
.home_point ul{
    display: flex;
    justify-content: space-around;
}
.home_point ul li{
    width: 16%;
    text-align: center;
    margin: .625rem; 
}
.home_point ul li a{
    display: block;
    padding: 1.375rem .625rem;
    min-height: 6.875rem;
}
.home_point ul li a .items img{
    float: left;
}
.home_point ul li a .items div{
    margin-left: 4.375rem;
    text-align: left;
    padding-top: .5rem;
}
.home_point ul li a .items div span{
    display: block;
    font-size: 1rem;
    line-height: 1.375rem;
    color: #333333;
}
.home_point ul li a .items div p{
    margin-top: .1875rem;
    color: #cccccc;
    font-size: .75rem;
    text-transform: uppercase;
}
.home_point ul li:hover{
    box-shadow: inset 0 0 .3125rem rgba(0,0,0,0.2)
}
.home_point li:hover img{
    animation: tada 1s;
}
.product{
    clear: both;
    overflow: hidden;
    margin-top: 0;
    background: #fafafa;
    border-top: .0625rem solid #eee;
}
.product .pro_img ul{
    display: flex;
    flex-wrap: wrap;
}
.product .pro_img ul li{
    padding: .5rem;
    width: 25%;
}
.product .pro_img ul li a{
    display: block;
    background: #FFFFFF;
    width: 100%;
}
.product .pro_img ul li a .pro_img_top{
    position: relative;
    overflow: hidden;
    display: block;
    height: 18.75rem;
    width: 100%;
}
.product .pro_img ul li a .pro_img_top img{
    width: 100%;
    height: auto;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.product .pro_img ul li a .pro_img_top .pit_con{
    transition: all 0.4s;
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    text-align: center;
}
.product .pro_img ul li a .pro_img_top .pit_con div{
    display: inline-block;
    vertical-align: middle;
    padding: 0 1.25rem;
    margin-top: 5rem;
}
.product .pro_img ul li a .pro_img_top .pit_con div p{
    margin: 0 auto 1.25rem;
    max-width: 340px;
    color: #ffffff;
    font-size: .75rem;
    line-height: 1.75rem;
    max-height: 5.25rem;
    overflow: hidden;
}
.product .pro_img ul li a .pro_img_top .pit_con div span{
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background: url(../img/index/ico_search.png);
}
.product .pro_img ul li a .pro_img_text{
    padding: .9375rem 2rem;
}
.product .pro_img ul li a .pro_img_text span{
    display: block;
    color: #101b26;
    line-height: 1.625rem;
    font-size: 1.1875rem;
}
.product_title{
    text-align: center;
    height: 6.25rem;
    padding-top: 3.125rem;
    font-size: 2.375rem;
    line-height: 3rem;
    color: #000;
    letter-spacing: .4375rem;
}
.pro_des{
    text-align: center;
    margin-top: .625rem;
    font-size: 1.375rem;
    color: #333;
    letter-spacing: .3125rem;
    font-weight: lighter;
    margin-bottom: 1.5625rem;
}
.pro_des span{
    position: relative;
    font-size: .9375rem;
}
.pro_des span::after{
    right: -4.6875rem;
    position: absolute;
    top: 50%;
    content: "";
    width: 3.75rem;
    height: .0625rem;
    background: #078905;
}
.pro_des span::before{
    position: absolute;
    top: 50%;
    content: "";
    width: 3.75rem;
    height: .0625rem;
    background: #078905;
    left: -4.6875rem;
}
.pro_nav ul{
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-bottom: 1.25rem;
}
.pro_nav ul li{
    background: #666;
    margin: .3125rem;
    line-height: 2.1875rem;
    width: 7.5rem;
    float: left;
    text-align: center;
}
.pro_nav ul li a{
    font-size: 1rem;
    color: #fff;
    display: block;
}
.pro_nav ul li.active{
    background-color: #078905;
}
@keyframes bounce {
    0%,  100%,  20%,  53%,  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
   }
    40%,  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
    transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
    -webkit-transform: translate3d(0, -1.875rem, 0);
    -ms-transform: translate3d(0, -1.875rem, 0);
    transform: translate3d(0, -1.875rem, 0)
   }
    70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
    transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
    -webkit-transform: translate3d(0, -0.9375rem, 0);
    -ms-transform: translate3d(0, -0.9375rem, 0);
    transform: translate3d(0, -0.9375rem, 0)
   }
    90% {
    -webkit-transform: translate3d(0, -0.25rem, 0);
    -ms-transform: translate3d(0, -0.25rem, 0);
    transform: translate3d(0, -0.25rem, 0)
   }
}
.home_service{
    padding: 3.5625rem 0 3.75rem;
}
.home_service ul{
    display: flex;
}
.home_service ul li{
    width: 11%;
    text-align: center;
    letter-spacing: .0625rem;
}
.home_service ul li img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.home_service ul li span{
    margin-top: .75rem;
    display: block;
    font-size: 1rem;
    color: #333333;
}
.home_service ul li p{
    margin-top: .125rem;
    font-size: .75rem;
    color: #cccccc;
    text-transform: uppercase;
}
.home_service li:hover img {
    animation: bounce 1s;
}
.home_why{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 13.75rem;
     background-image: url(../img/index/home_add_bg.jpg); 
    padding-top: 5.125rem;
}
.home_why .hw_title{
    float: left;
    width: 25.5%;
    font-size: 1.5rem;
    line-height: 1.875rem;
    color: #c8c8c8;
    font-weight: lighter;
    letter-spacing: .3125rem;
    border-bottom: .125rem solid #078905;
    text-align: right;
    padding-bottom: .625rem;
}
.home_why .hw_title span{
    display: block;
    text-transform: uppercase;
}
.home_why .hw_text{
    margin-left: 2.5rem;
    float: left;
}
.home_why .hw_text p{
    font-size: 1.125rem;
    line-height: 1.875rem;
    letter-spacing: .625rem;
    margin-bottom: .625rem;
    color: #c8c8c8;
}
.home_why ul{
    float: right;
    width: 40%;
}
.home_why ul li{
    margin-bottom: 1.25rem;
    float: left;
    width: 50%;
    text-align: right;
}
.home_why ul li div{
    display: inline-block;
    text-align: left;
    background: url(../img/index/ico_right.png) left .4375rem no-repeat;
    padding-left: 1.75rem;
    color: #c8c8c8;
}
.home_why ul li div p{
    margin-bottom: .3125rem;
    display: block;
    font-size: 1rem;
}
.home_advantage ul{
    display: flex;
}
.home_advantage ul li{
    width: 25%;
}
.home_advantage ul li .item{
    margin: .9375rem;
    box-shadow: 0 0 .3125rem .0625rem rgba(4, 0, 0, 0.09);
}
.home_advantage ul li .item .item_top{
    overflow: hidden;
}
 .home_advantage ul li .item .item_top img{
    transition: all 0.5s;
    width: 100%;
}
.home_advantage ul li .item .item_bottom{
    padding: 1.25rem 1.5625rem;
    height: 18.75rem;
}
 .home_advantage ul li .item .item_bottom h3{
    font-size: 1.125rem;
    color: #1d1d1d;
    line-height: 2.5rem;
}
.home_advantage ul li .item .item_bottom p{
    font-size: 1rem;
    color: #555;
    line-height: 1.875rem;
}
.home_advantage ul li .item .item_bottom ul{
    display: block;
}
.home_advantage ul li .item .item_bottom ul li{
    width: 100%;
    font-size: .875rem;
    color: #666;
    line-height: 1.25rem;
    margin: .3125rem 0;
    padding-left: 1.25rem;
    position: relative;
}
.home_advantage ul li .item .item_bottom ul li::before{
    content: "";
    position: absolute;
    top: .4375rem;
    left: 0;
    width: .4375rem;
    height: .4375rem;
    background-color: #078905;
    border-radius: 50%;
}
.home_advantage ul li:hover img{
    transform: scale(1.1);
}          
.home_advantage ul li:hover h3{
    color: #078905!important;
}
.home_booking{
    height: 8.75rem;
    background: url(../img/index/appointment_bg.jpg) fixed;
}
.home_booking .hb_con{
    padding-top: 3.125rem;
    padding-left: 28.125rem;
    position: relative;
}
.home_booking .hb_con div{
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 2rem;
    color: #078905;
}
.home_booking .hb_con div h2{
    font-size: 1.5rem;
    color: #FFFFFF;
    font-weight: 500;
}
.home_booking .hb_con div p{
    margin-top: .3125rem;
    color: #FFFFFF;
}
.home_booking .hb_con div p em{
    color: #078905;
    font-style: normal;
    font-weight: 500;
    font-size: .875rem;
}
.home_booking .hb_con div img{
    margin: .5rem 0 0;
}
.home_booking .hb_con input[type="text"]{
    float: left;
    margin-right: 2%;
    width: 36%;
    height: 2.5rem;
    line-height: 1.5rem;
    font-size: .75rem;
    background: #FFFFFF;
    border: none;
    padding: .5rem 1.25rem;
    outline: none;
}
.home_booking .hb_con input[type="submit"]{
    float: left;
    width: 24%;
    height: 2.5rem;
    line-height: 2.5rem;
    background: #078905;
    color: #FFFFFF;
    font-size: .75rem;
    letter-spacing: .0625rem;
}
/*  */
.home_devise{
    background:url("../img/index/whole_house_bg.jpg");
    background-position: top center;
}
.home_devise .hd_list{
    overflow: hidden;
    padding-bottom: 6.25rem;
}
.home_devise .hd_list ul{
    display: flex;
    width: 200%;
    transition: all 1s;
    left: -28.9375rem;
}
.home_devise .hd_list ul li{
    margin-top: 1.25rem;
    width: 25%;
    height: 27.8125rem;
    padding: 0 .375rem;
    text-align: center;
}
.home_devise .hd_list ul li img{
    width: 100%;
    height: auto;
    transition: all 0.5s;
}
.home_devise .hd_list ul li span{                    
    display: block;
    font-size: 1.25rem;
    color: #333;
    margin: 0 1.875rem .75rem;
    height: 4rem;
    line-height: 4rem;
    border-bottom: .0625rem solid #d9d9d9;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.home_devise .hd_list ul li p{
    font-size: .875rem;
    color: #666;
    line-height: 1.375rem;
    padding: 0 2.1875rem;
}
.home_news{
    background:url("../img/index/whole_house_bg.jpg");
    background-position: top center;
}
.news_nav{
    margin-bottom: 3.75rem;
    text-align: center;
}
.news_nav span{
    display: inline-block;
    margin: 0 .1875rem;
    width: 7.5rem;
    line-height: 1.875rem;
    border: .0625rem solid #000;
    color: #000;
    cursor: pointer;
}
.news_nav .active{
    background: #000;
    color: #FFFFFF;
}
.news_con{
    margin-top: 2.1875rem;
    margin-bottom: 3.125rem;
}
.news_con .hnc_left{
    float: left;
    width: 36.25rem;
}
.news_con .hnc_left .hnc_left_img{
    overflow: hidden;
    position: relative;
    height: 21.4375rem;
}
.news_con .hnc_left .hnc_left_img img{
    width: 100%;
    transition: all 1s;
}
.news_con .hnc_left .hnc_left_text{
    padding: 1.6875rem 2.8125rem;
}
.news_con .hnc_left .hnc_left_text span{
    margin-bottom: .3125rem;
    display: block;
    font-size: .75rem;
    color: #bbbbbb;
}
.news_con .hnc_left .hnc_left_text div{
    font-size: 1.125rem;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_con .hnc_left .hnc_left_text p{
    margin-top: .75rem;
    font-size: .75rem;
    color: #999999;
    padding-right: 4.375rem;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_con .hnc_left .hnc_left_text p em{
    position: absolute;
    top: 0;
    right: 0;
    color: #078905;
    font-style: normal;
    font-weight: 500;
}
.news_con .hnc_left:hover img{
    transform: scale(1.1);
}
.news_con .hnc_left:hover .hnc_left_text>div{
    color: #078905;
}
.news_con .hnc_right{
    margin-left: 39.375rem;
}
.news_con .hnc_right li{
    border-bottom: .0625rem solid #e5e5e5;
}
.news_con .hnc_right li a{
    display: block;
    padding: 1.25rem 1.25rem 1.25rem 9.625rem;
    position: relative;
}
.news_con .hnc_right li a .date{
    position: absolute;
    top: 1.125rem;
    left: 1.875rem;
    height: 3.4375rem;
    width: 6.5625rem;
    border-right: .0625rem dotted #e1dfe0;
}
.news_con .hnc_right li a .date span{
    display: block;
    font-size: 1.5rem;
    color: #000;
}
.news_con .hnc_right li a .date p{
    margin-top: .3125rem;
    font-size: .75rem;
    color: #999999;
}
.news_con .hnc_right li a .hnc_right_text div{
    font-size: 1.125rem;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_con .hnc_right li a .hnc_right_text p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .75rem;
    font-size: .75rem;
    color: #999999;
    padding-right: 4.375rem;
    position: relative;
}
.news_con .hnc_right li a .hnc_right_text p em{
    position: absolute;
    top: 0;
    right: 0;
    color: #078905;
}
.news_con .hnc_right li a::after{
    content: "";
    position: absolute;
    transition: all 1s;
    bottom: 0;
    left: 0;
    width: 0;
    height: .1875rem;
    background-color: #078905;
}
.news_con .hnc_right li:hover{
    box-shadow: 0 0 .3125rem rgba(0,0,0,0.1);
}
.news_con .hnc_right li:hover a::after{
    width: 100%;
}
.news_more{
    margin: 0 auto;
    display: block;
    width: 11.25rem;
    text-align: center;
    height: 2.875rem;
    line-height: 2.875rem;
    background: #000;
    color: #FFFFFF;
    font-size: .75rem;
    letter-spacing: .0625rem;
}
.news_more:hover{
    background:#078905;
}
.home_supplychain{
    padding: 3.125rem 0;
    background:url("../img/index/whole_house_bg.jpg");
    background-position: top center;
}
.home_supplychain .hs_con{
    padding: 2.5rem 0;
    height: 10.625rem;
    margin: 0 -0.625rem;
    overflow: hidden;
}
.hs_con>div{
    width: 225rem;
    height: 8.125rem;
}
.hs_con>div img{
    padding: 0 .625rem;
    width: 17.5rem;
    height: 8.125rem;
    position: relative;
}
.hs_con>div img::after{
    content: "";
    position: absolute;
    transition: all 1s;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .1875rem;
    background-color: #078905;
}
.hs_con>div:hover::after{
    width: 100%;
}
.home_bottom{
    padding: 2.5rem 0;
     background-image: url(../img/index/whole_house_bg.jpg); 
    background-position: top center;
    text-align: center;
}
.home_bottom>div p{
    font-size: 1.125rem;
    color: #525d6e;
    letter-spacing: 1.25rem;
    font-weight: lighter;
    text-transform: uppercase;
}
.home_bottom>div div{
    margin: 0 auto;
    width: 45.375rem;
    height: 5.3125rem;
    font-size: 1.5rem;
    line-height: 1.875rem;
    letter-spacing: .625rem;
    color: #222222;
    background: url(../img/index/bottom_bg.png) no-repeat top;
}
.home_bottom>div a{
    margin: -1.0625rem auto 0;
    display: block;
    width: 11.875rem;
    height: 2.125rem;
    line-height: 2.125rem;
    background: #078905;
    color: #FFFFFF;
}
.home_bottom>div span{
    display: block;
    margin-top: .3125rem;
    font-size: .75rem;
    letter-spacing: .25rem;
    color: #858585;
    text-transform: uppercase;
}
.home_links{
    width: 100%;
    padding: .3125rem;
    background-color: #f3f3f3;
}
.home_links h6{
    font-size: .875rem;
    font-weight: bold;
    display: block;
}
.home_links ul{
    display: flex;
    flex-wrap: wrap;
} 
.home_links ul li{
    font-size: 12px;
    padding: .3125rem;
}
.home_links ul li a{
    color: #333;
}