@charset "utf-8";

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary { 
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
} 
body, button, input, select, textarea {
    font:12px/1.5tahoma, arial, \5b8b\4f53;
    font-family: "微软雅黑";
} 
h1, h2, h3, h4, h5, h6{ 
    font-size:100%;
    font-weight: normal;
} 
address, cite, dfn, em, var { 
    font-style:normal; 
} 
code, kbd, pre, samp { 
    font-family:couriernew, courier, monospace; 
} 
small{ 
    font-size:12px;
} 
ul, ol { 
    list-style:none;
}
a { 
    text-decoration:none;
    color: #505050;
} 
a:hover { 
    text-decoration:none;
    color: #ff4001;
} 
a:link{
    font-size: 100%;
    outline: 0;
    color: inherit;
    text-decoration: none;
}
i{
    font-style: normal;
}
sup { 
    vertical-align:text-top; 
} 
sub{ 
    vertical-align:text-bottom;
} 
legend { 
    color:#000; 
} 
fieldset, img {
    border:0;
} 
button, input, select, textarea { 
    font-size:100%;
} 
table {
    border-collapse:collapse;
    border-spacing:0;
}

/*导航栏*/
header{
    position: fixed;
    width: 100%;
    min-width: 1200px;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    z-index: 10;
}
.wrap{
    height: 70px;
    box-shadow: 1px 1px 2px #e5e5e5;
}
.main_width {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.m_left , .nav li{
    float: left;
}
.m_left{
    width: 300px;
}
.logo img{
    width: 132px;
    height: 60px;
}
.nav {
    margin: 0 auto;
}
.nav , .m_right{
    line-height: 70px;
}
.nav li{
    position: relative;
    top: 25px;
    text-align: center;
    width: 112px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
}
.m_right {
    float: right;
}
/*导航栏-子菜单*/
.inner_wrap{
    padding: 10px 0;
    position: absolute;
    width: 100%;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 2;
    display: none;
}
.inner_wrap a{
    height: 32px;
    line-height: 32px;
    display: block;
}
/*购物车ico*/
.m_right i{
    display: inline-block;
    position: relative;
    top: 5px;
    width: 20px;
    height: 20px;
    background: url("../images/icons_1.png") center no-repeat;
    background-position: -216px -65px;
}
.m_login:after{
    content: " | ";
    color: #505050;

}
/*内容展示*/
.main{
    position: relative;
    -moz-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    top: 630px;
}
/*视频区*/
.video_wrap{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}
.video_wrap video{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
/*商品模块*/
.toggle_content{
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("../images/icons_1.png") center no-repeat;
    background-position: -55px -265px;
    left: 50%;
    margin-left: -20px;
    top: 4px;
    z-index: 2;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    cursor: pointer;

}
.content{
    position: relative;
    background: url(../images/home_bg.jpg);
    z-index: 2;
    margin: auto;
}
.content  , .order{
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}
.slider{
    margin: 0 40px 20px;
    padding-top: 40px;
    position: relative;
}
.channel_list{
    margin: 0 40px;
    text-align: center;
}
.channel_list img{
    max-width: 100%;
}
.title{
    padding: 10px;
    font-size: 14px;
    color: #505050;
}
/*图片轮播*/
.banner{
    height: 400px;
}
.img>li{
    position: absolute;
    transition: all 1s ease;
    opacity: 0;
    cursor: pointer;
}
.order{
    width:100%;
    position: relative;
    top: 345px;
    text-align: center;
}
.order li{
    display:inline-block;
    width:20px;
    height:20px;
    background: white;
    border-radius: 50%;
    margin: 0 15px;
    cursor: pointer;
}
.img .on{
    display:block;
    opacity:1;
}
.order .on{
    background: chocolate;
}
.img img{
    max-width: 100%;
}

.recommend {
    text-align: center;
}
.top{
    margin: 20px 0;
    color: #505050;
}
.top h2{
    font-size: 20px;
    height: 44px;
    line-height: 44px;
}
.top h4{
    width: 40px;
    height: 1px;
    margin: auto;
    background: red;
}
.top h3{
    height: 32px;
    line-height: 32px;
}
.bottom{
    padding-bottom: 16px;
}
.bottom a{
    color: #505050;
}
.bottom p{
    margin-top: -8px;
}
.p_list{
    width: 1200px;
    margin: auto;
}
.clear_fix{
    display: block;
    zoom: 1;
}
.clear_fix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    zoom: 1;
}
.p_item{
    position: relative;
    float:left;
    width: 282px;
    height: 310px;
    overflow: hidden;
    margin-right: 14px;
    cursor: pointer;
}
.img_wrap {
    width: 282px;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.img_wrap img{
    max-height: 100%;
    max-width: none;
    position: absolute;
    margin: auto;
    top: -1000px;
    right: -1000px;
    bottom: -1000px;
    left: -1000px;
}
.p_info {
    height: 60px;
    padding: 10px 0;
    margin-top: 10px;
}
.p_info .inner{
    width: :100%;
    height: 60px;
    overflow: hidden;
    position: relative;
}
.p_detail {
    position: absolute;
    width: 100%;
    height: 100px;
    text-align: center;
    top: 0px;
}
.p_detail{
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.p_detail .p_a{
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 90px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    border: 1px solid #eee;
    border-radius: 5px;
    color: #fff;
    background-color: #ff1d00;
}
.p_item .p_detail h2 {
    font-size: 14px;
    line-height: 20px;
}
.p_item .p_detail h3 {
    line-height: 20px;
}
.no_wrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.price {
    color: #ff5521;
}
.active{
    color: #ff4001;
}
footer section{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #505050;
    background: #ebebeb;
}
footer .lip_footer{
    position: fixed;
    bottom: 0px;
}





@media (min-width: 1620px) {
    .content {
        max-width: 1600px;
    }
    .main {
        top:935px;
    }
    .banner{
        height: 550px;
    }
    .order{
        top: 485px;
    }
}












































