@charset "utf-8";
body,ul,ol,dl,dd,dt,h1,h2,h3,h4,h5,h6,p,input,fieldset,legend,form,li,p,table,td,img,div{margin: 0; padding: 0;}
body{font-size:12px;font-family:"微软雅黑";}
img{border:none;}
li{list-style:none;}
input,select,textarea{outline:none;border:none;background:none;}
i,em{font-style:normal;}
textarea{resize:none;}
a{text-decoration:none;}
/*清浮动*/
.clearfix:after{content:"";display:block;clear:both;}
.clearfix{zoom:1;}

/*选择*/
::selection {background-color:#669900; color:#ffffff; text-shadow:none;}
::-moz-selection {background-color:#669900; color:#ffffff;text-shadow:none;}

.clearfix:before,.clearfix:after { content:""; display:table;}
.clearfix:after{clear:both;}
.clearfix{*zoom:1;}

/*--导航部分-*/
.header{
    width: 100%;
    height: 80px;
    z-index:998;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
    background: #ffffff;
    margin-bottom: -80px;
    position:fixed;
    top: 0;

}
/*--固定导航部分--***-公共导航部分-***/
#menuBox{
    height: 80px;
}
.navbar-right{
    margin-right: 0;
}
.navbar-brand{
    padding: 21px 0;
}
.navbar-nav>li>a{
    line-height: 50px;
    color: #333333;
    font-size: 16px;
    text-decoration: none;
}
.navbar-nav>li#active>a{
    color: #f66830;
}
.navbar-nav>li>a:hover{
    color: #f66830;
}
ul.navbar-nav li#topBuy a{
    padding: 14px 16px;
    background: #f66830;
    text-decoration: none;
    color: white;
    font-size: 14px;
    border-radius: 50px;
    line-height: 0;
    margin-top: 27px;
    margin-left: 50px;
}
/***********--公共导航部分结束--***********/

/*-底部公共部分-*/
.botMain .botBox{
    height: 100px;
    color: #999999;
    border-bottom: 1px solid #6e727b;
    line-height: 20px;
    padding-top: 11px;
}
.botMain .sevPut{
    height: 20px;
    line-height: 20px;
    margin-top: 15px;
    text-align: center;
    font-size: 12px;
    color: #999999;
}
.botMain .sevPut a{
    font-size: 12px;
    color: #ff731f;
    margin-left: 12px;
}
/*许可证部分*/
#licnceBox{
    width: 100%;
    margin-top: 35px;
    margin-bottom: 5px;
    padding-left: 10px;
    text-align: center;
}
#licnceBox a{
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}






