﻿#hwslider ul li:last-child{background: transparent; text-align: center;}
#hwslider ul li:last-child h4{height:42px; margin: 20% auto;font-size: 48px; color:#fff;}
.intro{position: absolute;
    left: 13%;
    top: 8em;
    width: 40%;
    min-width: 240px;
    padding: 6px;
    z-index: 0;
    color: #fff;
    line-height: 26px;
    text-align: left;}
.intro h1{color:rgb(238,52,35)!important; font-size: 62px; font-family:'PreciousSansThin'; font-weight: 600;}
.intro p{font-family:'PreciousSansLight';color:#333;font-size: 20px;}

#otherhwSlider ul li:first-child{background:#f90;text-align: center;}
#otherhwSlider h4{height:42px; margin: 16% auto;font-size: 1.5rem; color:#fff;}
#otherhwSlider p{line-height:24px;}
#otherhwSlider pre{padding-top:10%;padding-left:15%;display:block;height:100%;background:#f00; color: #fff}
#otherhwSlider ul li:last-child{background:#360;color:#fff; text-align: center;}
.hwslider {
    width: 100%;
    height: 260px !important;
    min-width: auto;
    min-height: 100%;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
}
.hwslider ul {
    width: 100%;
    height: 100%;
    position: absolute;
    padding-left: 0;
}
.hwslider ul li{display:none;position:absolute; left:0; top:0; width: 100%;height:100%; overflow: hidden;}
.hwslider ul li.active{display: block;}
.hwslider ul li img{width:100%;max-width: 100%; height: 85%;display: block; object-fit:cover;}
.dots {
    position: absolute;
    bottom: 16%;
    left: 15% !important;
    height: 12px;
    z-index: 1;
}
.dots span{float: left; width:12px;height: 12px; border: 1px solid #ee3423; border-radius: 0%; background: #fff; margin-right: 5px; cursor: pointer;}
.dots span.active{background:#ee3423;}
.arr{display:none;position: absolute; top: 140px; z-index: 0;width: 40px; height: 40px; line-height: 38px; text-align: center;; font-size: 36px; background: rgba(0,0,0,.3); color: #fff; text-decoration: none}
.arr:hover{background: rgba(0,0,0,.7); text-decoration: none;}
.hwslider:hover .arr{display: block; text-decoration: none;color: #fff}
.prev{left: 20px}
.next{right: 20px}

.savenow-btn{border-radius: 0 !important; background-color: rgb(238,52,35) !important; color: #fff !important; border: 0 !important; padding: 7px 20px !important; text-decoration: none !important; display: inline-block;
    margin-top: 2em;}
.savenow-btn:hover{background-color: #fff !important; border:1px solid rgb(238,52,35) !important; color: #58585a !important;}
