/*导航条开始*/
.nav{
    position: fixed;
    width: 100%;
    height: 103px;
    background-color: #fff;
    border-bottom: 1px solid #d5d5d5;
    box-shadow: 0 0 2px #565656;
    z-index:2
}
.nav-fixed{
    width: 100%;
    height: 103px;
}
.wrap{
    width: 1196px;
    margin: 0 auto;
}
.nav .wrap .logo{
    width: 200px;
    height: 103px;
    float: left;
}
.nav .wrap .logo img{
    margin-top: 26px;
}
.nav .wrap .nav-bar{
    width: 996px;
    height: 103px;
    float: left;
}

.nav .wrap .nav-bar .nav-bar-top{
    width: 100%;
    height: 20px;
    padding-top: 10px;
    margin-bottom:23px ;
}

.nav-bar-top .nav-bar-top-item{
    float: right;
}

.nav-bar-top .nav-bar-top-item li{
    float: left;
}
.nav-bar-top .cart{
    margin: 0 15px;
}
.nav-bar-top .nav-bar-top-item li:nth-child(1) a{
    color: #ef4200;
}
.nav-bar-top a{
    color:#9f9f9f;
    font-size: 12px;
}
.nav-bar a:hover{
    color: #ef4200;
}
.nav-bar-top  span{
    color: #ddd;
    font-size: 12px;
    margin: 0 10px;
}
.nav .wrap .nav-bar .nav-bar-bottom{
    width: 100%;
    height: 52px;
}
.nav-bar-bottom .bottom-item{
    float: right;
}
.bottom-item li{
    float: left;
    height: 52px;
}
.bottom-item li:nth-child(2):hover>.nav-list{
    display: block;
}
.bottom-item .amigoOS{
    margin-right: 150px;
}
.bottom-item a{
    color: #000;
    font-size: 16px;
    padding: 0 26px;
}
.form{
    width: 168px;
    height: 28px;
    border: 1px solid #ddd;
}
.form button{
    background-color: #ffffff;
}
.form input{
    height: 100%;
    width: 138px;
}
.nav-list{
    position: absolute;
    width: 100%;
    height: 312px;
    background-color: #bbffaa;
    left: 0;
    top: 104px;
    display: none;
}
/*导航条结束*/
/*轮播开始*/
.banner{
    width: 100%;
    height: 640px;
    background: url("../images/02_1517536570441.jpg") center no-repeat;
    clear: both;
    float: left;
}
/*轮播结束*/

/*明星产品开始*/
.star{
    clear: both;
    width: 100%;
    height: 451px;
    background-color: #ffffff;
}
.title{
    width: 100%;
    padding: 30px 0;
    font-size: 30px;
    clear: both;
}

.star-item>ul>li{
    float: left;
    margin-right: 8px;
    position: relative;
}

.star-text{
    position: absolute;
    left:232px;
    top: 100px;
}
.star-text ul li{
    color: #fdf7f9;
    position: relative;
    text-align: left;
    line-height: 23px;
}
.star-text li>span{
    position: absolute;
    top: -5px;
    left: -15px;
    font-weight: bold;
}
/*明星产品结束*/

/*热销产品开始*/
.more a{
    color: #000;
    float: right;
    margin-bottom: 15px;
}
.more a:hover{
    color: #ef4200;
}
.hot{
    overflow: hidden;
}
.hot .title{
    padding: 30px 0 0 0;
}
.hot-item{
    clear: both;
}
.hot-top-left{
    float: left;
}
.hot-top-left>img{
    width: 305px;
    height: 785px;
}
.hot-top-left>img:hover{
    box-shadow: 0 12px 36px rgba(0,0,0,0.1);
}
.hot-top-right ul li{
    margin-left: 5px;
    float: right;
    width: 290px;
    height: 260px;
    background-color: #ffffff;
}
.hot-bottom ul li{
    margin-right: 5px;
    float: left;
    width: 290px;
    height: 270px;
    background-color: #ffffff;
}
.hot-bottom ul li:nth-child(1){
    width: 305px;
    margin-right: 11px;
}
.hot-bottom ul li:last-child{
    margin-right: 0px;
}
.hot-top-right img, .hot-bottom img{
    width: 115px;
    margin-top: 20px;
}
 .img-text .p-title ,.device-text .p-title{
    font-size: 16px;
    color: #0f0e0e;
    margin-top: 25px;
}
 .img-text .p-desc,.device-text .p-desc{
    color: #9E9E9E;
    font-size: 14px;
    padding-top: 3px;
}
 .img-text .p-price,.device-text .p-price{
    color: #fe6a00;
    font-size: 24px;
    padding-top: 12px;
}
.hot-sec>li{
    margin-top: 5px;
}

/*热销产品结束*/

/*精美配件开始*/
.device-item{
    clear: both;
    overflow: hidden;
    margin-bottom: 50px;
}
.device-item ul li{
    float: left;
    margin: 0 10px 20px 0;
    position: relative;
}
.device-text{
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}
/*精美配件结束*/

/*品牌动态开始*/
.brand{
    background-color: #ffffff;
    overflow: hidden;
    margin-top: 50px;
    border-bottom: #eaeaea 1px solid;
}
.brand ul li {
    float: left;
    margin: 0 12px 30px 0;

}
.promise{
    clear: both;
    margin-bottom: 15px;
    overflow: hidden;
}
.promise>ul>li{
    margin: 30px 0 ;
    width: 290px;
    height: 47px;
    float: left;
    text-align: left;
    position: relative;
}
.pro-text{
    position: absolute;
    top: 0;
    left: 60px;
    color: #9f9f9f;
    font-style: normal;
}
.promise>ul>li img{
    width: 46px;
    height: 46px;
}
.promise>ul>li a{
    width: 140px;
    height: 47px;
    display: inline-block;
}
.promise li>a:hover>em{
    color: #ef4200;
}
/*品牌动态结束*/
/*关于我们开始*/
.about{
    background-color: #ffffff;
    overflow: hidden;
    border-bottom: #eaeaea 1px solid;
    padding-bottom: 30px;
}
.about>.wrap{
    padding: 30px 0;
}
.about .about-item{
    float: left;
    width: 214px;
    text-align: left;
    color: #777;
}
.about-item dt{
    font-size: 16px;
    margin-bottom: 10px;
}
.about-item dd{
    margin-bottom: 10px;
}
.about-item dd>a{
    font-size: 12px;
    color: #777;
}
.about-item dd>a:hover{
    color: #ef4200;
}
/*关于我们结束*/
/*footer开始*/
.footer{
    background-color: #333;
    overflow: hidden;
    padding-bottom: 30px;
}
.footer>.wrap{
    font-size: 12px;
    color: #999;
    text-align: left;
    clear: both;
    overflow: hidden;
}

.f-top ul>li{
    float: left;
    padding: 30px 0 0 0;
}
.f-top ul>li span{
    font-weight: bold;
    margin:0 10px;
}
.f-top li a{
    color: #999;
}
.f-top li a:hover{
    color: #fff;
}
.f-center{
    clear: both;
    line-height: 75px;
}
.f-center img{
    height: 45px;
}
.f-center span{
    display: inline-block;
    float: left;
}
.f-center ul li{
    float: left;
    margin-right: 10px;

}
.f-center ul li a{
    color: #999;
}
.f-center ul li a:hover{
    color: #ffffff;
}
.f-bottom{
    clear: both;
    overflow: hidden;
}
/*footer结束*/
