html, body, div, span, applet, object, iframe,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
    padding: 0;
    margin: 0;
    font-family: "microsoft yahei";
}
body{
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
    cursor: default;
    overflow: auto;
    overflow-x: hidden;
}
address, caption, cite, code, dfn, em, i, strong, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}

html,body{
    width: 100%;
    height: 100%;
    font-size: 12px;
}
/*input, button, select, img {
    vertical-align: middle;
}*/
:focus{
    outline:none;
}
body{
    font-family: "microsoft yahei";
    line-height: 1.16667;
}
body {
    font-family: "microsoft yahei";
    font-size: 100%;
    font-size: 1em;
    font-size: 12px;
    color: #333;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
	color:#d3b365;
}
a:hover {
    cursor: pointer;
    color: #d3b365;
    text-decoration: none;
}
.table td{
    vertical-align: middle;
}

/*滚动条宽度*/
::-webkit-scrollbar {
    width: 6px;
    height: 5px;
}

/* 轨道样式 */
::-webkit-scrollbar-track {

}

/* Handle样式 */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0,0,0,0.2);
}

/*当前窗口未激活的情况下*/
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0,0,0,0.1);
}

/*hover到滚动条上*/
::-webkit-scrollbar-thumb:hover{
    background-color: rgba(0,0,0,0.3);
}
/*滚动条按下*/
::-webkit-scrollbar-thumb:active{
    background-color: rgba(0,0,0,0.4);
}
.contentView{
    width: 1190px;
    overflow: hidden;
    margin: 0 auto;
}


/**
底部样式
*/
.footView{
    width: 100%;
    overflow: hidden;
    background-color: #0F0F0F;
}
.foot{
    width: 1190px;
    height: 380px;
    margin: 0 auto;
}
.leftFootNavView{
    width: 760px;
    float: left;
    height: 100%;
}
.mT100{
    margin-top: 100px;
}
.leftFootDes{
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #bbb9b7;
    float: left;
}
.leftFootNav{
    float: left;
    margin-top: 30px;
}
.leftFootNavBar{
    width: 100px;
    float: left;
    overflow: hidden;
    margin-right: 40px;
}
.leftFootNavBar:last-child{
    margin-right: 0px;
}
.leftFootNavBarTitle{
    width: 100%;
    color: #fdfcfa !important;
    font-size: 14px;
    line-height: 40px;
    float: left;
}
.leftFootNavBarContent{
    width: 100%;
    line-height: 20px;
    font-size: 12px;
    color: #bbb9b7 !important;;
    float: left;
}
.rightFootNavView{
    width: 350px;
    height: 100%;
    float: left;
    padding-left: 80px;
}
.rightFootPicView{
    width: 150px;
    height: 100%;
    float: left;
    background-size: 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/wechatode.jpg");
    line-height: 530px;
    font-size: 12px;
    color: #bbb9b7;
    text-align: center;
}
.rightFootPicView.myApp{
    background-image: url("../images/wapcode.png");
}
/**
顶部样式
**/
.headView{
    width: 100%;
    overflow: hidden;
	position: fixed;z-index: 99;
}
.topHeadView{
    width: 100%;
    padding-top: 11px;
    padding-bottom: 11px;
    height: 33px;
    background-color: #f1efec;
}
.topHead{
    width: 1190px;
    height: 100%;
    margin: 0 auto;
}
.locationView{
    width: 100px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 44px;
    float: left;
    background-image: url("../images/location.png");
    line-height: 33px;
    color: gray;
    padding-left: 40px;
    font-size: 12px;
}
.topHeadDes{
    width:180px;
    height: 100%;
    line-height: 33px;
    color: #a2a19f;
    font-size: 12px;
    float: left;
}
.topHeadNav{
    float: right;
    margin-right: 60px;
    height: 100%;
    line-height: 33px;
    color: #a2a19f;
    font-size: 12px;
}
.codeView{
    width: 180px;
    height: 180px;
    position: absolute;
    border: 1px solid gainsboro;
    background-color: white;
    z-index: 9999;
    background-repeat: no-repeat;
    background-size: 176px;
    background-position: center;
    display: none;

}
#wapButton:hover .codeView{
    display: block;
}
#wapButton .codeView{
    margin-left: -73px;
    background-image: url("../images/wapCode.png");
}
#wechatButton:hover .codeView{
    display: block;
}
#wechatButton .codeView{
    margin-left: 0px;
    background-image: url("../images/wechatode.jpg");
}
#weboButton:hover .codeView{
    display: block;
}
#weboButton .codeView{
    margin-left: 73px;
    background-image: url("../images/weboCode.png");
}
.topHeadNav a{
    color: #a2a19f !important;
}
.middleHeadView{
    width: 100%;
    height: 80px;
    background: rgba(255, 255, 255, 0.9);
}
.middleHead{
    width: 1190px;
    height: 100%;
    margin: 0 auto;
}
.logoView{
    width:234px;
    height: 100%;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
  
}
.middleHeadNav{
    float: right;
    margin-right: 50px;
    overflow: auto;
    height: 100%;
}
.middleHeadNavBar{
    padding:0px 10px;
    height: 30px;
    line-height: 30px;
    float: left;
    color: #646464;
    text-align: center;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 25px;
}
.middleHeadNavBar:hover { color: #d3b365;}
.middleHeadNavBar.active{
    color: #d3b365;
    border-bottom: 2px solid #d3b365;
}



.inputView>input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit*/
    color: #e4e4e4;
}
/**
* 登陆弹出框样式
*/
.loginMask{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    /*    background-color: rgb(0,0,0);
        filter:Alpha(opacity=50);*/
    background-image: url("../images/bg.png");
    display: none;
}
.loginView{
    width: 400px;
    height: 300px;
    background-color: white;
    margin: 0 auto;
    margin-top: 200px;
}
.loginTitle{
    width: 380px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    font-size: 16px;
    float: left;
}
.loginTitleName{
    float: left;
    width: 300px;
}
.closeLogin{
    width: 40px;
    height: 40px;
    float: right;
    background-image: url("../images/close.jpg");
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center;
    cursor: pointer;
}
.loginContent{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: gray;
    text-align: center;
    float: left;
}
.loginBar{
    width: 100%;
    float: left;
}
.loginBar .loginUserName{
    border: 1px solid #ff6700;
    width: 230px;
    margin-left: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding-left: 10px;
    float: left;
    color: gray;
}
.loginCode{
    border: 1px solid #ff6700;
    width: 134px;
    margin-left: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding-left: 10px;
    margin-top: 20px;
    float: left;
    color: gray;
}
.codeButton{
    border: 1px solid #ff6700;
    width: 84px;
    margin-left: 10px;
    height: 42px;
    line-height: 42px;
    font-size: 13px;
    margin-top: 20px;
    float: left;
    text-align: center;
    cursor: pointer;
}
.loginButton{
    float: left;
    width: 240px;
    border: 1px solid #ff6700;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 80px;
    margin-top: 20px;
    background-color: #ff6700;
    color: white;
    font-size: 16px;
    cursor: pointer;
}