*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: black;
}
input,button{
    outline: none;
    background: none;
}
li{
    list-style: none;
}
.center{
    width: 1226px;
    margin: 0 auto;
}
.container{
    min-width:1228px;
}
.top_ad{
    width: 100%;
    height: 120px;
    background: url(../img/top_bg.jpg) no-repeat center;
    background-size: cover;
}
.nav{
    height: 40px;
    background: #333333;
}
 .nav_content{
    height: 100%;
}
.nav_left{
    float: left;
    font-size: 0;
}
.a_common{
    display: inline-block;
    height: 100%;
    line-height: 40px;
    font-size: 12px;
    color: #b0b0b0;
}
.span_common{
    display: inline-block;
    height: 100%;
    line-height: 40px;
    font-size: 12px;
    color: #424242;
    margin: 0 6px;
}
.nav_right{
    float: right;
    font-size: 0;
}
.shop_car{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 120px;
    background: #424242;
    color: #b0b0b0;
    margin-left: 30px;
    text-align: center;
    font-size: 12px;
    position: relative;
}
.shop_car .shopCar_box{
    width: 100%;
    height: 100%;
}
.hidden_shopCar{
    width: 316px;
    height: 0;
    position: absolute;
    right: 0;
    top: 40px;
    box-shadow: 0 8px 10px rgb(204, 203, 203);
    text-align: center;
    color: #424242;
    line-height: 100px;
    transition: height .5s;
    overflow: hidden;
    z-index: 1;
    background: #ffffff;
}
.shop_car:hover{
    color: #ff6700;
    background: #ffffff;
}
.shop_car:hover .hidden_shopCar{
    height: 100px;
}
.icon-gouwuchekong{
    font-size: 18px;
    margin-right: 1px;
}
.forms{
    height: 100px;
    position: relative;
}
.forms .logol{
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #ff6700;
    overflow: hidden;
}
.forms .logol a{
    width: 110px;
    height: 55px;
    position: absolute;
    left: -55px;
    font-size: 0;
    transition: left .3s;
}
.forms .logol a::before{
    content: '';
    display: inline-block;
    width: 55px;
    height: 100%;
    background: url(../img/home.png) no-repeat center;
    background-size: 60%;
}
.forms .logol a::after{
    content: '';
    display: inline-block;
    width: 55px;
    height: 100%;
    background: url(../img/mi.png) no-repeat center;
    background-size: 60%;
}
.forms .logol a:hover{
    left: 0;
}
.forms .goods_nav{
    position: absolute;
    left: 240px;
    height: 100%;
    line-height: 100px;
    font-size: 0;
}
.forms .goods_nav a{
    display: inline-block;
    height: 100%;
    font-size: 16px;
    padding: 0 10px 0 10px;
}
.forms .goods_nav a:hover{
    color: #ff6700;
}
.forms .forms_group{
    height: 50px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
}
.search{
    width: 245px;
    height: 50px;
    border: 1px solid #e0e0e0;
    padding: 0 10px;
    box-sizing: border-box;
}
.send{
    width: 52px;
    height: 50px;
    border: 1px solid #e0e0e0;
    border-left: none;
    cursor: pointer;
    transition: background-color .5s,color .5s;
}
.icon-search{
    font-size: 17px;
}
.send:hover{
    background: #ff6700;
    color: #ffffff;
}
.loopImgs{
    height: 460px;
    background: url(../img/loopImg1.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 5;
}
.loopImgs .left_list{
    width: 234px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(105,101,101,.6);
    padding: 20px 0;
    box-sizing: border-box;
}
.left_list_container{
    width: 100%;
    height: 100%;
}
.left_list_container>ul{
    width: 100%;
    height: 100%;
}
.left_list_container>ul li{
    width: 234px;
    height: 42px;
    font-size: 14px;
}
.left_list_container>ul li:hover{
    background: #ff6700;
}
.left_list_container>ul li a{
    width: 100%;
    height: 100%;
    line-height: 42px;
    display: block;
    padding-left: 30px;
    box-sizing: border-box;
    color: #ffffff;
}
.icon-jiantou{
    float: right;
    margin-right: 20px;
}
.right_content{
    width: 992px;
    height: 100%;
    position: absolute;
    left: 234px;
    top: 0;
    background: #ffffff;
    box-shadow: 10px 10px 10px #f5f5f5;
    display: none;
}
.right_content>ul{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
.right_content>ul li{
    width: 25%;
    height: 76px;
    padding: 18px 20px;
    box-sizing: border-box;
}
.right_content>ul li img{
    height: 40px;
    margin-right: 12px;
    vertical-align: middle;
}
.right_content>ul li span{
    line-height: 40px;
    font-size: 14px;
}
.loopImgs .left_list:hover .right_content{
    display: block;
}
.goods_cards>ul{
    display: flex;
    justify-content: space-between;
    padding-top: 14px;
}
.goods_cards>ul li{
    width: 316px;
    height: 170px;
    cursor: pointer;
}
.goods_cards>ul li img{
    width: 100%;
    height: 100%;
}
.goods_cards>ul .goods_server{
    width: 234px;
    background: #5f5750;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.goods_cards>ul .goods_server a{
    width: 76px;
    height: 82px;
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #ffffff;
    opacity: .6;
    position: relative;
}
.goods_cards>ul .goods_server .iconfont{
    font-size: 22px;
    margin-bottom: 4px;
}
.goods_cards>ul .goods_server a::before{
    content: '';
    width: 1px;
    height: 70px;
    background: #665e57;
    position: absolute;
    left: 1px;
    top: 8px;
}
.goods_cards>ul .goods_server a::after{
    content: '';
    width: 64px;
    height: 1px;
    background: #665e57;
    position: absolute;
    left: 8px;
    top: 2px;
}
.goods_cards>ul .goods_server a:hover{
    opacity: 1;
}
.second_section{
    width: 100%;
    /* height: 1000px; */
    background: #f5f5f5;
    margin-top: 30px;
}
.mi_lighting{
    height: 58px;
    position: relative;
}
.mi_lighting .title{
    color: #333333;
    font-size: 22px;
    font-weight: 200;
    line-height: 58px;
}
.mi_lighting .dir_arrow{
    width: 70px;
    height: 25px;
    position: absolute;
    right: 0;
    bottom: 10px;
    display: flex;

}
.mi_lighting .dir_arrow span{
    border: 1px solid #e0e0e0;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b0b0b0;
    box-sizing: border-box;
    cursor: pointer;
}
.mi_lighting .dir_arrow .r_arraw{
    border-left: none;
}
.icon-jiantou{
    margin-left: 20px;
}

.section_content ul{
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
}
.section_content ul .items{
    width: 234px;
    height: 340px;
    box-sizing: border-box;
}
.section_content ul .goods_item{
    background: #ffffff;
    text-align: center;
    cursor: pointer;
}
.goods_item img{
    width: 160px;
    margin-top: 40px;
}
.goods_item .goods_name{
    margin-top: 20px;
    font-size: 14px;
    color: #333333;
}
.goods_item .goods_desc{
    font-size: 10px;
    color: #b0b0b0;
    margin-top: 2px;
}
.goods_item .goods_price{
    color: #ff6709;
    font-size: 14px;
    margin-top: 13px;
    font-weight: 600;
}
.goods_price span{
    text-decoration: line-through;
    color: #b0b0b0;
    padding: 0 0 0 3px;
}
.section_content ul .time{
    background: #f1eded;
    padding-top: 39px;
    box-sizing: border-box;
    text-align: center;
}
.section_content ul .time .time_title{
    font-size: 21px;
    color: #ef3a3b;
    padding-top: 15px;
}
.section_content ul .time img{
    width: 34px;
    margin: 25px auto;
}
.section_content ul .time .time_desc{
    color: rgba(0,0,0,.54);
    font-size: 15px;
}
.time .time_detail{
    width: 168px;
    margin: 28px auto 0;
    font-size: 0;
}
.time .time_detail span{
    width: 46px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    font-size: 24px;
    color: #ffffff;
    background: #605751;
}
.time .time_detail i{
    font-style: normal;
    display: inline-block;
    width: 15px;
    height: 46px;
    line-height: 46px;
    color: #605751;
    font-size: 28px;
}
.ad{
    height: 120px;
    margin: 22px auto;
}
.ad img{
    width: 100%;
}
.section_content .ad_img{
    height: 614px;
    width: 234px;
    float: left;
}
.checkAll{
    height: 58px;
    position: relative;
}
.checkAll .title{
    color: #333333;
    font-size: 22px;
    font-weight: 200;
    line-height: 58px;
}
.checkAll .all_txt{
    line-height: 58px;
    height: 58px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    cursor: pointer;
}
.checkAll .all_txt .txt{
    font-size: 16px;
    color: #424242;
    transition: color .5s;
}
.checkAll .all_txt .circule{
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #b0b0b0;
    position: relative;
    top: 4px;
    margin-left: 6px;
    transition: background .5s;
}
.circule .icon-jiantou{
    color:#fff;
    font-size: 12px;
    position: absolute;
    right: -17px;
    bottom: -19px;
}
.checkAll .all_txt:hover .txt{
    color: #ff6700;
}
.checkAll .all_txt:hover .circule{
    background: #ff6700;
}

.phone_content{
    margin-bottom: 30px;
    height: 620px;
}
.left_ad{
    width: 234px;
    height: 614px;
    float: left;
    cursor: pointer;
    transition: box-shadow .3s,transform .3s;
}
.left_ad img{
    width: 100%;
}
.right_box{
    float: right;
    width: 976px;
    height: 614px;

}
.right_box ul{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
}
.right_box ul li{
    width: 234px;
    height: 300px;
    background: #ffffff;
    cursor: pointer;
    transition: box-shadow .3s,transform .3s;
    text-align: center;
}
.right_box ul li:hover{
    box-shadow: 0 10px 10px #d6d5d5;
    transform: translateY(-2px);
}
.left_ad:hover {
    box-shadow: 0 10px 10px #d6d5d5;
    transform: translateY(-2px);
}
.right_box ul li img{
    width: 180px;
    padding-top: 35px;
}
.right_box ul li .title{
    margin-top: 30px;
    font-size: 14px;
}
.right_box ul li .desc{
    margin-top: 5px;
    font-size: 12px;
    color: #b0b0b0;
}
.right_box ul li .price{
    margin-top: 10px;
    color: #ff6700;
    font-size: 13px;
}
.public{
    height: 58px;
    line-height: 58px;
    position: relative;
}
.public .title{
    line-height: 58px;
    font-size: 22px;
    font-weight: 200;
    color: #333333;
}
.public .tap_change{
    position: absolute;
    top: 0;
    right: 0;
}
.public .tap_change span{
    font-size: 16px;
    padding: 2px 0;
    cursor: pointer;
}
.public .tap_change span:hover{
    color: #ff6700;
    border-bottom: 2px solid #ff6700;
}
.public .tap_change span{
    margin-left: 25px;
}
.public_content ul{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.public_content ul li{
    width: 234px;
    height: 300px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    background: #fff;
    padding: 20px 0;
    transition: box-shadow .3s,transform .3s;
}
.public_content ul li:not(.last_item):hover{
    box-shadow: 0 10px 10px #d6d5d5;
    transform: translateY(-2px);
}
.public_content ul li .imgs{
    width: 160px;
}
.public_content ul li .title{
    margin-top: 10px;
    font-size: 14px;
}
.public_content ul li .desc{
    color: #b0b0b0;
    font-size: 12px;
    margin-top: 3px;
}
.public_content ul li .price{
    color: #ff6600e5;
    font-size: 13px;
    font-weight: 500;
    margin-top: 12px;
}
.public_content ul li .price span{
    color: #b0b0b0;
    text-decoration: line-through;
}
.public_content ul .left_ad{
    padding: 0;
}
.public_content ul .left_ad img{
    width: 100%;
}
.public_content ul .last_item{
    cursor: initial;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #f5f5f5;
}
.public_content ul .last_item .last_top,.last_bottom{
    width: 100%;
    height: 143px;
    box-sizing: border-box;
    transition: box-shadow .3s,transform .3s;
    background: #fff;
    cursor: pointer;
    text-align: left;
}
.public_content ul .last_item .last_top:hover,.last_bottom:hover{
    box-shadow: 0 10px 10px #d6d5d5;
    transform: translateY(-2px);
}
.public_content ul .last_item .last_top{
    padding: 40px 30px;
    box-sizing: border-box;
    position: relative;
}
.public_content ul .last_item .last_top .words{
    width: 94px;
    font-size: 14px;
}
.public_content ul .last_item .last_top .price{
    font-size: 12px;
    margin-top: 4px;
}
.public_content ul .last_item .last_top .last_img{
    width: 80px;
    position: absolute;
    top: 32px;
    right: 10px;
}
.public_content ul .last_item .last_top .last_img img{
    width: 100%;
}
.public_content ul .last_item .last_bottom{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.public_content ul .last_item .last_bottom .scan_more{
    font-size: 18px;
}
.public_content ul .last_item .last_bottom .hot{
    font-size: 13px;
    color: #757575;
    margin-top: 1px;
}

.public_content ul .last_item .last_bottom .jiantou{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 3px solid #ff6700;
    text-align: center;
    line-height: 45px;
}
.public_content ul .last_item .last_bottom .jiantou .icon-jiantou1{
    font-size: 26px;
    color: #ff6700;
}

.vedio ul{
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
}
.vedio ul li{
    width: 296px;
    height: 285px;
    background: #fff;
    text-align: center;
}
.vedio ul li .imgs{
    width: 100%;
    height: 180px;
    margin-bottom: 28px;
    position: relative;
}
.vedio ul li .imgs img{
    width: 100%;
}
.vedio ul li .title{
    font-size: 14px;
    margin: 0 14px 6px;
}
.vedio ul li .desc{
    font-size: 12px;
    margin: 0 14px;
    color: #b0b0b0;
}
.vedio ul li .imgs .play{
    position: absolute;
    bottom: 10px;
    left: 20px;
    width: 32px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 12px;
    line-height: 16px;
    text-align: center;
}
.vedio ul li .imgs .play .icon-ziyuan{
    color: #fff;
    font-size: 12px;
}
.server{
    background: #fff;
    width: 100%;
}
.server_list .list{
    width: 100%;
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    padding: 27px 0;
}
.server_list .list li{
    flex-grow: 1;
    text-align: center;
    font-size: 16px;
    border-right: 1px solid #e0e0e0;
}
.server_list .list li:last-child{
    border: none;
}
.server_list .list li a{
    color: #616161;
}
.server_list .list li a .iconfont{
    font-size: 24px;
    vertical-align: middle;
    margin-right: 3px;
}
.help{
    height: 200px;
    padding: 40px 0;
}
.help_left{
    float: left;
}
.help_left>ul {
    float: left;
}
.help_left>ul li:first-child {
    color: #424242;
    font-size: 14px;
    margin: 0 0 26px 0;
}
.help_left>ul li {
    width: 160px;
    color: #757575;
    font-size: 12px;
    margin-top: 10px;
}

.help_right {
    float: right;
    width: 252px;
    text-align: center;
    border-left: 1px solid #e0e0e0;
}
.help_right .tel {
    color: #ff6700;
    font-size: 22px;
}
.help_right .limit_city {
    color: #616161;
    font-size: 12px;
    padding: 5px 0;
}
.help_right .manual_service {
    width: 120px;
    height: 30px;
    background: white;
    border: 1px solid #ff6700;
    margin: 0 auto;
    color: #ff6700;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
}
.help_right .manual_service i {
    color: #ff6700;
    margin-right: 4px;
}
.help_right .focus_mi {
    text-align: center;
    color: #616161;
    font-size: 12px;
    padding-top: 10px;
}
.help_right .focus_mi i {
    font-size: 24px;
    vertical-align: middle;
    margin-left: 4px;
}
.footer_msg {
    width: 100%;
    background: #f5f5f5;
    padding-top: 30px;
}
.footer_msg .message {
    display: flex;
    padding-bottom: 30px;
}
.footer_msg .message .left_logo {
    padding-right: 10px;
}
.message .left_logo .logo {
    width: 57px;
    height: 57px;
    background: url(../img/logo-footer.png) no-repeat center;
    background-size: cover;
}
.message .left_desc .nav_box {
    color: #757575;
    font-size: 12px;
}
.message .left_desc .baobei {
    color: #b0b0b0;
    font-size: 12px;
    line-height: 18px;
}
.message .left_desc .img_group {
    padding-top: 5px;
}
.message .left_desc .img_group img {
    height: 28px;
}
.message .left_desc .img_group img:last-child{
    height: 40px;
}

.footer_msg .nb {
    width: 100%;
    text-align: center;
}
.Utils {
    position: fixed;
    bottom: 70px;
    right: 0;
    z-index:10;
}
.Utils .list li {
    width: 84px;
    height: 92px;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1px;
    cursor: pointer;
}
.Utils .list li .iconfont {
    font-size: 30px;
    color: #757575;
}
.Utils .list li span {
    color: #757575;
    font-size: 14px;
    margin: 8px auto 0;
}
.Utils .list li:last-child {
    margin-top: 14px;
}
.Utils .list li:last-child a{
    width:100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.Utils .list li:last-child a i{
    margin:0 auto;
}

.Utils .list li:hover span{
    color: #ff6700;
}
.Utils .list li:hover i{
    color: #ff6700;
}