/*公共部分*/
.header,.footer,.wrap-main,.container
{
    min-width: 1240px !important;
}
td,th{ border:1px solid #DDD; }  
.yellow,a.yellow,.yellow a,button.a,.red button
{
    color: #ffcf32;
}
.gay,a.gay,.gay a,.button a,.gay button {
    color: #999999 !important;
}
.container{
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}
.container::before{
    display: table;
    content: "";
}
.container:after
{
    display: table;
    content: "";
}
.header-BNav .active,.header-BNav .activeNow
{
    color: #ffcf32;
    border-bottom: 2px solid #ffcf32;
}
/*头部*/
.header
{
    height: 130px;
    width: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 99;
    background: #ffffff;
    /*3个兼容系统*/
    /*火狐*/
    -moz-box-shadow: 0px 0px 5px #9A9A9A;
    /*谷歌*/
    -webkit-box-shadow: 0px 0px 5px #9A9A9A;
    box-shadow: 0px 0px 5px #9A9A9A;
}
.header-tip
{
    padding-top: 30px;
    display: inline-block;
    height: 130px;
    padding-bottom: 30px;
}
.header-right
{
    float: right!important;
}
.header-nav
{
    height: 50px;
    line-height: 20px ;
    font-size: 0px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-top: 10px;
    text-align: right;
}
.header-nav ul li
{
    display: inline-block;
    font-size: 12px;
    padding: 0 15px;
}
.header-BNav
{
    height: 65px;
    font-size: 0;
}
.header-BNav>ul>li
{
    display: inline-block;
    padding: 0 20px;
    font-size: 16px;
    position: relative;
}
.header-BNav>ul>li>a
{
    display: block;
    line-height: 26px;
    padding-top:20px;
}
.header-BNav>ul>li>ul
{
    font-size: 0px;
}
.header-BNav>ul>li>ul li
{
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid rgb(255,255,255);
}
.header-BNav>ul>li>ul li a
{
    color:#FFFFFF ;
}
.header-BNav>ul>li>ul>li>a:hover
{
    text-decoration: none;
}
.header-BNav>ul>li>a:hover
{
    text-decoration: none;
}
.header-BNav>ul>li>ul
{
    position: absolute;
    background: #e1a835;
    text-align: center;
    width: 140px;
    top: 77px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.unline:after{
    content: "|";
    display: inline-block;
    font-size: 15px;
    line-height: 50px;
    color: inherit;
}
.header-nav ul li.unline
{
    padding: 0px;
}
/*页脚*/
.footer .section-foot
{
    background-color: #383735;

    padding: 20px 0;
}
.footer .footer-main
{
    padding: 20px !important;
}
.footer .footer-main-right
{
    float: right !important;
    color: #666666;
}
.footer .footer-main-right ul
{
    margin-right: -13px;
    font-size: 0px;
}
.footer .footer-main-right ul li
{
    display: inline-block;
}
.footer .footer-main-right ul li.contact
{
    display: inline-block;
    padding: 0 13px;
    font-size: 12px;
}
.footer .TextContact
{
    position: relative;
    color: #666666;
    font-size: 16px;
    padding-left: 30px ;
    display: inline-block;
}
.footer .TextContact span
{
    display: block;
    font-size: 24px;
    color: #999;
    margin-top: -2px;
}
.footer .PhonePosition
{
    color: yellow;
    position: absolute;
    display: block;
    left: -15px;
    top: -4px;
}
.footer .hover-function
{

    text-align: left;
    line-height: 40px;
    font-size: 85%;
    vertical-align: middle;
}
.footer .finally
{
    background: #222;
    color: #666666;
}

