

*{
    margin: 0;
    padding: 0;
}
html,body{
    width: 100%;
    height: 100%;
    /*background: #977409;*/

    /*font-family: "Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Hiragino Sans GB W3","Microsoft YaHei UI","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;*/
    font-family: tahoma,arial,'Hiragino Sans GB',\5b8b\4f53,sans-serif;
    font-size:16px;

}

img{border: 0}

ul,li{
    list-style: none;
}
a{
    text-decoration: none;
    font-size: 16px;
    color:#f60;

}
.auto{
    margin:0 auto;
}
.clear{
    clear: both;
}
.title{

    overflow: hidden;
    /*width:90%;*/
    width:50%;
    line-height: 48px;
    text-align: center;
    background: #663300;
}
.title a{
    float: left;
    display: block;
}
.title img{
    display: block;
    float: left;
}
.title img.huobao{
    padding-top: 5px;
    padding-left: 40px;
}
.title h1{
    font-weight: 200;
    font-size:42px;
    padding-left: 20%;
    display: none;
    float: left;
}
.title strong{
    font-size: 20px;
    float: right;
    color:#fff;
    padding-right: 10px;
    letter-spacing: 5px;
    font-weight: normal;

}


.top{
    /*width:90%;*/
    width:50%;
    position: relative;
    /*border: 1px solid red;*/
    line-height: 50px;
    padding-top:10px;
    border-top:0;
    box-shadow: 0 0 9px 3px rgba(191,191,191,.5)
}
.top img{
    width:20%;
    position: absolute;
    right:0;
    top:0;
}

.top h2{
    text-indent: 1em;
    font-weight: 200;
    color:#337ab7;

}
.top p{
    /*color: #3697d9;*/
    color:#000;
    font-weight: 200;
    font-size: 20px;
    text-indent: 2em;
    padding: 0 30px;
}
.top .ptaolist{
    color: #000;
    font-weight: 200;
    font-size: 20px;
    text-indent: 2em;
    padding: 0 30px;
}
.center{
    /*width: 100%;*/
    width: 50%;

}

.center .pic{

    text-align: center;
}
/*.center .pic p{*/
/*display: block;*/
/*float: left;*/
/*}*/
.center h2{
    text-indent: 1em;
    /*width: 90%;*/
    width: 100%;
    font-weight: 200;
    /*color:#337ab7;*/
    color:#f60;
    padding: 8px 0;
    background: #663300;
    /*text-align: center;*/
}

.center .pic img{
    /*width:30%;*/
    width: 48%;
    border-radius: 8px;
    cursor:pointer;
    box-shadow: 0 0 9px 3px rgba(191,191,191,.5);

}
.center .pic img:hover{
    filter:Alpha(opacity=90);
    opacity:0.9;
    background: #000;
}
.fastConc{
    width:100%;
    min-width: 1200px;
    height: 120px;
    background-color: #000;
    filter:Alpha(opacity=90);
    opacity:0.9;
    position: fixed;
    left: 0;
    bottom: 0;
    text-align: center;

}
.fastConc img{

    width:50%;
    padding-top: 10px;

}
.fastConc .from{
    position: relative;
    width:1200px;
    height: 60px;
    line-height: 60px;
    font-size:24px;
}
.fastConc .from span{
    font-weight:800px;
    color:#eeeeee;
    float: left;
}

.fastConc .from p{
    float: left;

    line-height: 60px;
}


.fastConc .from p.chenghu{
    margin-right: 50px;
}
.fastConc .from p.fastti{
    display: block;
    float: left;
}
.fastConc .from p.fastti a{
    display: block;
    float: left;
    font-size:20px;
    margin-top:5px;
    margin-left: 50px;
    width:140px;
    line-height: 45px;
    /*background: #ff860d;*/
    border: 1px solid #ffdc60;
    border-radius: 8px;
    color: #fff;
}
.fastConc .from p.fastti a:hover{
    /*color: red;*/
    /*background: #ffdc60;*/
    /*color:#f60*/
    color: #ffdc60;
}
.fastConc .from input{
    float: left;
    width: 160px;
    height: 28px;
    background: #eeeeee;
    font-size: 16px;
    letter-spacing: 2px;
    border: 1px solid rgba(0,0,0,0);
    padding: 0 10px;
    color: #000;
    margin-right: 30px;
    margin-top:15px;
    border-radius: 3px;
}
.fastConc .from img{
    width:9%;
    position: absolute;
    right: -10px;
    top: -30px;
    /*right: 3%;*/
    /*top: -65%;*/

    z-index: 2;
}
.fastConc .from .gfweixin{
    position: absolute;
    color:#fff;
    /*right:0;*/
    right: 12%;
    top:0;
    z-index: 2;
    width: 200px;
}
a.fastbtn{
    display: none;
    border-radius: 55%;
    line-height: 65px;
    text-align: center;
    width: 65px;
    height: 65px;
    background: #000;
    position: fixed;
    left: 0;
    color: #fff;
    top: 50%;

    z-index: 2px;
    font-weight: 500;

}
a.fastbtn:hover{
    color: #fd802d;
}

.close{
    cursor:pointer;
    border-radius:80%;
    width:40px;
    height:42px;
    position:absolute;
    right:-60px;
    top:-75px;
    z-index:3;
    background: #000 url(/FacBuy/img/close.png);
}