/* 顶部 */
.top{
    height: 60px;
    width: 100%; 
    min-width: 1640px;
    display: flex;
    align-items: center;
    text-align: right;   
}
.top #brand{
    float: left;
    margin-left: 486px;
}
.skip{
    float: right !important;
    margin-right: 447px;
    color: #061226;
    width: 100%;
}

.top .skip a{
    color: #061226;
    font-size: 16px;
    font-weight: 600;
    margin-right: 46px;
    text-decoration: none;
}
.top .skip a:hover{
    color: #0064e6; 
}
#downApp{
    margin-right:23px; 
}
#login{
    margin-left: 23px;
    margin-right: 0px;
}
.hardware{
    margin-right: 5%;
}
.top .skip #home{
    color: #0064e6;
    border-bottom: 4px solid #0064e6;
    padding-bottom: 16px;
}
.top .skip .line{
    color: #d8d8d8;
    height: 18px;
    display: inline-block;
}
#banner img{
    width: 100%;
}
#banner{
    margin-bottom: 70px;
}
/* 中间 */

/* 门锁 */
/* .lock{
    display: flex;
    margin-left: 28%;
} */
.type{
    width: 1024px;
    height: 440px;
    margin: auto;
    margin-bottom: 24px;
    display: inline-flex;
    border: 1px solid #efefef;
    display: flex;
    border-radius:15px;
}
.type-lock{
    width: 343px;
    height: 305px;
    margin-left: 124px;
    margin-top: 65px;
    margin-right: 119px;
    margin-bottom: 65px;
}
.type div #suo{
    height: 305px;
    width: 343px;
}
.type-watch{
    margin-left: 131px;
    margin-top: 99px;
    margin-right: 124px;
    margin-bottom: 117px;
}
.type-door{
    margin-top: 84px;
    margin-left: 207px;
    margin-bottom: 83px;
    margin-right: 202px;
}
.type-smog{
    margin-top: 109px;
    margin-left: 190px;
    margin-bottom: 120px;
    margin-right: 185px;
}
.type:hover{
    box-shadow: 0 6px 18px 0 rgba(0,0,0,.1);
}
.lockText{
    float: right;
    margin-top: 100px;
    margin-bottom: 115px;
}
.lockText div{
    font-size: 48px;
    margin-bottom: 44px;
    /* width: 224px;
    height: 78px; */
}

/* !!!!!!! */
.lockText li{
    margin-bottom: 17px;
    color: #0064e6;  
}
.lockText li span{
    font-size: 18px;
    color: #000000;
    line-height: 17px;
}
/* 表 */
.watch{
    display: flex;
    margin-left: 29%;
    margin-bottom: 52px;
}
.watch img{
    height: 440px;
    width: 408px;
    margin-top: 17px;
} 
.watch .lockText{
    float:right;
    margin-top: 128px;
    margin-left: 96px;
}



/* 尾部 */
.down{
    margin-top: 70px;
    background-color:#031226; 
    width: 100%;
}
.downtop{
    display: flex;
    align-items: center;
    margin-left: 20%;
    margin-right: 20%;
    border-bottom: 1px solid #19293f;
}
.downtext{
    margin-bottom: 36px;      
    margin-top: 34px; 
    float: left;
    margin-right: 13%;
}
.companyPhone,.phoneNumber{
    font-size: 18px;
    text-align: left;
    color: #ffffff;
}
.phoneNumber{
    margin-top: 10px;
    margin-bottom: 19px;
}
.company ,.companyEmail ,.companyAddress{
    color: #808a96;
    text-align: left;
    font-size: 12px;
}
.downApp {
    float: left;
    margin-top: 35px;
    margin-bottom: 36px;
    text-align: center;
    margin-right: 30%;
}
.downApp .downPc {
    font-size: 14px;
    color: #ffffff;
}
.downApp .experience {
    font-size: 12px;
    color: #808a96;
}
.downImg{
    display: inline-table;
    background-color: #ffffff;
}
.downWeChat{
    float: left;
    margin-top: 32px;
    margin-bottom: 36px;
    text-align: center;
}
.downWeChat .attention{
    font-size: 14px;
    color: #ffffff;
}
.downWeChat .experience{
    font-size: 12px;
    color: #808a96;
}
.downWord{
    height: 40px;
    text-align: center;
    align-content: center;
}
.downWord p{
    color: #828a96;
    font-size: 12px;
    margin-top: 30px;
}
/* app二维码下载 */
.flexslider {
    position: relative;
    height: 400px;
    overflow: hidden;
    background: url(../img/index/loading.gif) 50% no-repeat;
}
#b1{
    position:absolute;
    display:none;
    z-index:999999;
    right: 450px;
    top: -1.52px;
}
.slides {
    position:absolute;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    padding-left: 0px;
}

.slides li {
    height: 400px;
}

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 40px;
    overflow: hidden;
    background: url(../img/index/icon.png) right 0 no-repeat;
    cursor: pointer;
}

.flex-control-nav .flex-active {
    background-position: 0 0;
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}
