a:focus {
    outline: none;
}

p {
    line-height: 20px;
}

.post_content img {
	max-width: 100%!important;
	height: auto!important;
}

@media (max-width: 1315px) {
    body {
        /*overflow-x: scroll;*/
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

/* ===== clearfix ===== */

.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/*IE/7/6*/

/*公用样式*/

.w1200 {
    margin: 0px auto;
    max-width: 1200px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pr {
    position: relative;
}

.none {
    display: none;
}

.ov {
    overflow: hidden;
}

.pa-bot40 {
    padding-bottom: 40px;
}

/*固定底部*/

.footer {
    width: 100%;
    height: 75px;
    background: #323232;
    z-index: 200;
    position: fixed;
    bottom: 0px;
    margin: 0px auto;
}

.footer .footer-logo {
    width: 195px;
    height: 20px;
    float: left;
    margin-top: 30px;
}

.footer-nav {
    position: inherit;
    height: 75px;
    width: 950px;
    float: right;
}

.footer-nav ul {
    position: relative;
    margin-bottom: 0px !important;
}

.footer-nav li {
    float: left;
    padding: 0 35px;
    background: none;
    line-height: 75px;
    height: 75px;
    margin-bottom: 0px !important;
    list-style-type: none;
}

.footer-nav li:hover {
    display: block;
    position: relative;
    height: 75px;
    margin: 0;
    color: #333;
    white-space: nowrap;
    min-width: 88px;
    font-size: 14px;
    font-family: 'microsoft yahei', Arial !important;
}

.footer-nav li:hover {
    background: #496da9/*#0162ab*/
    ;
    color: #fff;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
}

.footer-nav li h2 {
    font-size: 14px;
    color: #adadad;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    line-height: inherit;
    margin-bottom: 0px !important;
}

.footer-nav li h3 {
    font-size: 14px;
    color: #6d6d6d;
    font-family: 'microsoft yahei' !important;
    font-weight: 500;
    line-height: 15px;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.footer-nav li h3 p {
    font-size: 14px;
    color: #6d6d6d;
    font-family: 'microsoft yahei' !important;
    font-weight: 500;
    line-height: 15px;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.footer-nav li a.on h2 {
    color: #fff;
}

.footer-nav li a.on h3 {
    color: #fff;
}

.footer-nav li a.on h3 p {
    color: #fff;
}

.footer-nav li:hover h2 {
    color: #fff;
}

.footer-nav li:hover h3 {
    color: #fff;
}

.footer-nav li:hover h3 p {
    color: #fff;
}

.footer-nav .foot-navline {
    background: */*url("/static/images/footer-h.jpg")*/
    repeat-x;
    position: absolute;
    z-index: -1;
    bottom: -84px;
    height: 91px;
    padding: 0 20px;
}

/*底部*/

.foot-2 {
    width: 100%;
    height: 67px;
    padding-top: 30px;
    border-top: 3px #68b92e solid;
    clear: both;
    background: #f4f5f6;
}

}