﻿/* CSS Document */
@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/**{transition: all 300ms cubic-bezier(.4, 0, .2, 1); -moz-transition: all 300ms cubic-bezier(.4, 0, .2, 1);-webkit-transition: all 300ms cubic-bezier(.4, 0, .2, 1); -o-transition: all 300ms cubic-bezier(.4, 0, .2, 1); -ms-transition: all 300ms cubic-bezier(.4, 0, .2, 1);}*/
body {
    font-family:'微软雅黑', 'YaHei', '黑体', 'Hei', Tahoma, Helvetica, arial, sans-serif;
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}
a:hover{

    text-decoration:none;
}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
a{
    text-decoration:none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 15px;
    color: #5a5a5a;

}

ul::after{
    content: "";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
ul>li{
    *zoom: 1;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;}
/* 通用样式 */
.middle{ width:1000px; margin:0 auto;}
.fl{ float:left;}
.fr{ float:right;}
.clear{clear: both;}

.min_img{
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.min_img>img{
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.min_img>img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.max_over{
    display: inline-block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}



/*头部开始*/
.header{
    height: 132px;
    background: #252323;
    overflow: hidden;
    *zoom: 1;
}

.hd_logo{
    height: 66px;
    margin-top: 15px;
}

.hd_logo img{
    max-height: 66px;
}

.search_tel{
    width: 595px;
    margin-top: 44px;
}

.search{
    width: 323px;
}

.search input[type="text"]{
    width: 270px;
    height: 24px;
    border: 1px #565555 solid;
    border-radius: 15px;
    background: none;
    padding: 0 35px 0 15px;
    line-height:24px;
    font-size: 12px;
    color: #6e6d6d;
}

.search input[type="submit"]{
    background:  url(../images/Search.png) 0 0 no-repeat;
    width: 30px;
    height: 20px;
    margin-left: -31px;
    border: none;
    margin-top: 3px;
}

.hd_contact{
    background:  url(../images/phone.png) left center no-repeat;
    font-size: 15px;
    font-weight: 400;
    color: #5d5c5c;
    padding-left: 30px;
    line-height: 26px;
    font-weight: bold;
}

.hd_hdd{
    padding:  0 20px;
}

/*头部导航开始*/
.hd_nav{
    height: 42px;
    background: #353535;
    line-height: 42px;
    margin-top: 8px;
}

.hd_nav_p li a{
    font-size: 13px;
    color: #d9d9d9;
    padding:  0 35px;
    font-weight: 400;

}

.hd_nav_p li a:hover{
    color: #cd9164;
}

.hd_fx{
    margin-top:10px ;
}

.hd_fx a{
    width: 28px;
    height: 26px;
    display: inline-block;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}
.hd_fx a:nth-child(1){
    background:  url(../images/qq.png) 0 0 no-repeat;
}

.hd_fx a:nth-child(2){
    background:  url(../images/wxin.png) 0 0 no-repeat;
}



.hd_fx a:hover{
    background-position: 0 -26px;
}


.hd_fx a:nth-child(2):hover{
    background-position: 0 -26px;
}

.hd_nav_p{
    padding:  0 98px;
}



/*banner 开始*/
.flexslider{
    position:relative;
    height:667px;
    overflow:hidden;
    zoom:1;
}
.flex-viewport{
    max-height:2000px;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    transition:all 1s ease;
}
.flexslider .slides{
    zoom:1;
}
.flex-direction-nav a{
    width:60px;
    height:90px;
    line-height:99em;
    overflow:hidden;
    margin:-60px 0 0;
    display:block;
    background:url(../images/ad_ctr.png) no-repeat;
    position:absolute;
    top:50%;
    z-index:10;
    cursor:pointer;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all .3s ease;
    
}
.flex-direction-nav .flex-next{background-position:0 -90px;right:0;}
.flex-direction-nav .flex-prev{left:0;}
.flexslider:hover .flex-next{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-prev{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{opacity:1;filter:alpha(opacity=50);}
.flex-control-nav{width:100%;position:absolute;bottom:10px;text-align:center;}
.flex-control-nav li{margin:0 5px;display:inline-block;zoom:1;*display:inline;}
.flex-control-paging{
    display: none;
}

.flex-control-paging li a{
    background:url(../images/dot.png) no-repeat 0 -16px;
    display:block;
    height:16px;
    overflow:hidden;
    text-indent:-99em;
    width:16px;
    cursor:pointer;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}
.flex-control-paging li a.flex-active{background-position:0 0;}


.slides .img{
    display: block;
    height: 667px;
}


/*加盟 在线商场*/

.join_shop{
    height: 175px;
    background: #252323;
    overflow: hidden;
    *zoom: 1;

}

.join,.onlint{
    width: 319px;
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    margin-top:48px ;
    padding:25px  90px;
}

.join{
    text-align: right;
    border-right: 1px solid #cd9164;
}

.join_shop h3{
    font-weight: normal;
}

.join_shop span{
    font-size: 12px;
    color: #cd9164;
    text-transform: uppercase;
}


/*第一区域*/
.chuang1{
    background:  url(../images/ad_auto.jpg) top center no-repeat;
    height: 790px;
    overflow: hidden;
    *zoom: 1;
}

.chuang_main{
    width: 1150px;
    height: 350px;
    overflow: hidden;
    background: rgba(0,0,0,0.5);
    margin: 232px auto 0;

}

.chuang_main{
    padding-top: 112px;

}

.chuang_img{
    margin-left: 150px;
    -webkit-transition: all 1s ;
    -moz-transition: all 1s ;
    -ms-transition: all 1s ;
    -o-transition: all 1s ;
    transition: all 1s ;
}

.chuang_text{
    margin-top: 60px;
    margin-right: 150px;
    -webkit-transition: all 1s ;
    -moz-transition: all 1s ;
    -ms-transition: all 1s ;
    -o-transition: all 1s ;
    transition: all 1s ;
}

.chuang_text h3{
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
}

.chuang_text p{
    font-size: 12px;
    color: #cd9164;
    text-transform: uppercase;
    margin: 14px 0 32px;
}

.chuang_text a{
    font-size: 16px;
    color: #ffffff;
}


.chuang_text a:hover{
    text-decoration: underline;
}



.chuang_main:hover .chuang_img{
    margin-left: 120px;
}


.chuang_main:hover .chuang_text{
    margin-right: 120px;
}


/*SPS脊椎防护科技,实用新型专利*/

.spinal{
    padding-bottom: 45px;
}

.spinal_hd {
    text-align: center;
    font-size: 18px;
    color: #252323;
    margin-top: 60px;

}

.spinal_hd h3{
    font-weight: 400;
}

.spinal_hd p{
    font-size: 12px;
    color: #cd9164;
    margin: 16px 0;
}

.scroll_horizontal{
    position:relative;
    width:1240px;
    height:352px;
    margin: 0 auto;
}

.scroll_horizontal .box{
    overflow:hidden;
    position:relative;
    width:1146px;
    height:352px;
    margin:0 auto;
}
.scroll_horizontal .list{
    overflow:hidden;
    width:9999px;
}
.scroll_horizontal .list li{
    float:left;
    width:389px;
}
.scroll_horizontal .prev,
.scroll_horizontal .next{
    position:absolute;
    top:50%;
    margin-top:-25px;
    width:40px;
    height:50px;
    background-image:url(../images/control.png);
    background-repeat:no-repeat;
    font:0/0 Arial;
    cursor:pointer;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;

    display: none;
}
.scroll_horizontal .prev{
    left:5px;
    background-position:0 0;
}
.scroll_horizontal .next{
    right:5px;
    background-position:-40px 0;
}
.scroll_horizontal .prev:hover{
    background-position:0 -50px;
}
.scroll_horizontal .next:hover{
    background-position:-40px -50px;
}

.a_h_img{
    width: 371px;
    height: 295px;
}

.a_h_img img{
    max-width: 371px;
    max-height: 295px;
}

.a_tittle{
    width: 371px;
    text-align: center;
    display: block;
    margin-top: 29px;
    height: 30px;

}

.a_tittle p{
    display: inline-block;
    padding:  0 27px;
    max-width: 180px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;

}


.a_tittle:hover{
    color: #cd9164;
}



/*蒙哥精品软床*/
.soft_bed{
    background:  url(../images/pic2.jpg) top center no-repeat;
    height: 512px;
    overflow: hidden;
    *zoom: 1;

}

.soft_hd{
    margin-top: 367px;
    margin-left:300px ;
    display: block;

}


.soft_hd h3{
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
}


.soft_hd h3:hover{
    text-decoration: underline;
}

.soft_hd p{
    font-size: 12px;
    color: #cd9164;
    margin-top: 15px;
}


.jinkou{
    background:  url(../images/pic6.jpg) top center no-repeat;
    height: 594px;
    overflow: hidden;
    *zoom: 1;
}


.jinkou_mian{
    width: 716px;
    height: 337px;
    margin: 148px auto 0;
    display: block;
}


.footer{
    background: #242424;
    height: 690px;
    overflow: hidden;
    *zoom: 1;
}

.ft_list{
    margin-top: 69px;
}

.ft_list>li{
    max-width: 250px;
    margin: 0 70px;

}

.ft_list>li>h3{
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 45px;
}

.ft_nav a{
    font-size: 13px;
    color: #d6d6d6;
}

.ft_nav li{
    margin-bottom: 30px;
}



.ft_nav a:hover{
    color: #cd9164;
}

.footer_logo{
    width: 157px;
    height: 136px;
    overflow: hidden;
    margin: 50px auto 0;
}

.footer_logo img{
    max-width: 100%;
}


/*---------------------------------------------------------page内页--------------------------------------------*/
.dqwz{
    height: 96px;
    background: #f0f0f0;
}

.page_hd{
    padding-right: 55px;
    height: 33px;
    border-right: solid 1px #cd9164;
    padding-top: 2px;
    margin-top: 31px;
    margin-right: 60px;
    text-align: right;
}

.page_hd h1{
    font-size: 19px;
    color: #232323;
    font-weight: normal;
    display: inline-block;
}

.page_hd p{
    font-size: 12px;
    color: #cd9164;
    text-transform: uppercase;
    margin-top: 5px;
    /*-webkit-transform-origin-x: 0;*/
    /*-webkit-transform: scale(0.55);*/
    /*letter-spacing: 0.3px;*/
}

.this_add{
    line-height: 96px;
    color: #242323;
    font-size: 14px;
}

.this_add a{
    color: #242323;
    font-size: 14px;
}

.this_add a:hover{
    color: #cd9164;
}

.this_add a:last-of-type{
    color: #cd9164;
}

.page_img{
    width: 254px;
}


.page_img img{
    max-width: 254px;
}

.page_list li a{
    font-size: 15px;
    color: #252323;

}

.page_list li{
    margin-top: 25px;
    text-align: right;
}


.page_list{
    margin-bottom: 45px;
}

.page_list a{
    width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin-bottom: 15px;
    line-height: 1.5em;
}

.xhxx{
    width: 0;
    height: 1px;
    background: #cd9164;
    float: right;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.page_list li:hover .xhxx{
    width: 50%;
}

.page_list li:hover .a_hover{
    color: #cd9164;
}


.page_right h3{
    font-size: 20px;
    color: #252323;
    text-align: center;
    font-weight: normal;
    margin-bottom: 60px;
}

.page_content{
    font-size: 14px;
    color: #5a5a5a;
    line-height: 1.9em;
    text-align: justify;

}

.page_content img{
    max-width: 100%;
}

.page_right{
    width: 665px;
}

.page_main{
    margin-top: 95px;
}


/*产品页面*/
.pt_list li{
    height: 207px;
    padding: 15px;
    background: #F5F2EF;
}

.pt_img{
    width: 346px;
    height: 205px;
}

.pt_text{
    width: 260px;
    text-align: justify;
}

.pt_text2{
    width: 100%;
}

.pt_text2 span{
    margin-left: 16px;
}

.pt_text h3{
    text-align: justify;
    font-size: 15px;
    color: #371C01;
    margin-bottom: 20px;
    margin-top:12px;
}

.content_pt{
    font-size: 13px;
    color: #323232;
    line-height: 30px;
}

.content_pt span{
    padding-left: 10px;
}

.pt_list li{
    margin-bottom: 15px;
}

.pt_list2 li{
    height: 145px;
}

.page_main{
    padding-bottom: 45px;
}


/*新闻列表*/

.pn_list li{
    line-height: 3em;
    border-bottom: solid 1px #e4e4e4;
}

.pn_list li a{
    color: #323232;
}

.pn_list li a:hover{
    color: #cd9164;
}

.pn_list li p{
    font-size: 13px;
    color: #6a6a6a;
}

.ly_sj{
    text-align: center;
    font-size: 13px;
    color: #5a5a5a;
}

.ly_sj span{
    padding:  0 10px;
}

.up_down{
    margin:30px 0;
    background: #ececec;
    padding: 10px 5px;
}

.up_down p{
    width: 50%;
    font-size: 15px;
    font-weight: bold;
    color: #323232;
}

.up_down p a{
    font-size: 13px;
    color: #5a5a5a;
    font-weight: normal;
    display: inline-block;
    max-width: 234px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.up_down p a:hover{
    color: #cd9164;
}

#search{
    line-height: 96px;
    color: #ffffff;
}


#search a{
    color: #ffffff;
}

.search_list li{
    line-height: 2.8em;
}


.search_list li a:hover{
    color: #cd9164;
}

.search_list li p{
    font-size: 12px;
    color: #5a5a5a;
}



.page_banner{
    height: 667px;
}





