.wrap {
    width: 1200px;
    margin: auto;
    min-width: 1200px;
}

/* 顶部 */
.header_top {
    height: 35px;
    background: #333;
    font-size: 12px;
    color: #b0b0b0;
    line-height: 35px;
}
.header_top ul {
    float: right;
}
.header_top ul li {
    float: left;
}
.header_top ul li a {
    font-size: 12px;
    color: #b0b0b0;
    margin: 0 25px 0 25px;
}
/* logo */
.logo {
    height: 96px;
}
.logo .logo_img {
    margin: 17px 0 0 17px;
    float: left;
}
.logo .logo_img a {
    display: block;
}
.logo .logo_site {
    float: left;
    width: 60px;
    height: 25px;
    border-radius: 25px;
    border: 1px solid #ccc;
    color: #333;
    line-height: 25px;
    margin: 30px 0 0 14px;
}
.logo .logo_site img {
    margin: 5px 5px 0 10px;
    float: left;
}
.logo .logo_right {
    float: right;
    margin-top: 28px;
    position: relative;
    z-index: 10;
}
.logo .logo_right p {
    color: #333;
    font-size: 14px;
    margin-bottom: 11px;
}
.logo .logo_right p i {
    color: #ff6600;
}
.logo .logo_right .logo_hover {
    cursor: pointer;
}
.logo .logo_right .logo_weixin {
    position: absolute;
    top: 52px;
    left: 0;
    display: none;
}

/* 页面主提 */
.eRror{
	height: 450px;
}
.error .left_err{
    float: left;
    padding-left: 200px;
    width: 500px;
}
.error .right_err{
    float: left;
}
.error .right_err .offcn_error_top{
    line-height: 30px;
    margin-top: 60px;
}
.error .right_err .offcn_error_top .pp{
    font: bold 30px/39px "微软雅黑";
    color: #ff003b;
}
.error .right_err .offcn_error_top b{
    font-size: 18px;
}
.error .right_err .offcn_error_top .tt{
	padding-left: 5px;
}
.error .right_err .offcn_error_top .tt{
    display: inline-block;
    padding-top: 8px;
    font: 14px/24px "微软雅黑";
    color: #cd0231;
}
.error .right_err .offcn_error_bot{
	margin-top: 60px;
    line-height: 30px;
}

/* footer */
.footer {
    min-height: 300px;
    background: #000;
    margin-top: 80px;
    padding-bottom: 30px;
}
.clearfix {
    zoom: 1;
}
.footer .footerTop {
    background: #1a1a1a;
}
.footer .footer_left {
    float: left;
    width: 896px;
    margin-top: 30px;
}
.footer .footer_left .footer_leftTop > h3 span {
    float: left;
    width: 110px;
    height: 36px;
    line-height: 36px;
    background: #4b4c54;
    text-align: center;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    color: #fff;
}
.footer .footer_left h3 span:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 8px solid #4b4c54;
    bottom: -8px;
    left: 48px;
}
.footer .footer_left .footer_leftContent > ul {
    margin-top: 45px;
    min-height: 120px;
    line-height: 30px;
}
.footer .footer_left .footer_leftContent > ul li {
    float: left;
    width: 108px;
    margin-bottom: 20px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.footer .footer_left .footer_leftContent > ul li a {
    color: #F5F5F6;
}
.footer .footer_left .footer_leftContent > ul li a:hover {
    color: #f05a23;
}
.clear:after {
    display: block;
    height: 0;
    content: "";
    clear: both;
}
.footer .footer_right {
    width: 210px;
    height: 210px;
    float: left;
    background: #2c2f37;
    margin-top: 30px;
    margin-bottom: 30px;
}
div.footerBttom {
    margin-top: 40px;
    font-size: 14px;
    color: #fff;
}
div.footerBttom span {
    float: left;
}
div.footerBttom span:first-child a {
    margin-left: 0;
}
div.footerBttom a {
    color: #fff;
    margin: 0 18px;
}
div.footerBttom i {
    margin-left: 25px;
    color: #fff;
}
.footer .footer_right div p {
    color: #FFF;
    text-align: center;
    margin-top: 10px;
}
.footer .footer_right div img {
    width: 102px;
}
.footer .footer_right div {
    float: left;
    margin: 30px 0 0 33px;
    text-align: center;
}
