﻿@charset "utf-8";

/*reset*/
html,
body {
    height: 100%;
    font-size: 14px;
    font-family: '微软雅黑';
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    min-width: 1200px;
}
html, body, div, ul, ol, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, form, input, p, button, i {
    margin: 0;
    padding: 0;
}
img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    border: 0;
}
ul,ol{
    list-style: none;
}
button,input{
    border: none;
    outline: none;
}
i{
    font-style: normal;
}
a{
    text-decoration: none;
    color: inherit;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}



/*common*/

.fl{
    float: left;
}
.fr{
    float: right;
}

.w1200{
    width: 1200px;
    margin: 0 auto;
}

.wrap{
    width: 100%;
    height: 100%;
}

/*top*/
.common_logo{
    overflow: hidden;
}
.site_name h1{
    color: #C50A01;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    padding-top: 39px;
}
.site_name h2{
    font-size: 17px;
    color: #271D1C;
    font-weight: 400;
    line-height: 1;
    margin-top: 7px;
}
.common_logo .line{
    width: 1px;
    height: 33px;
    background-color: #DDD;
    margin: auto 50px auto 40px;
    position: relative;
    top: 50px;
}
.search_bottom{
    color: #271D1C;
    font-size: 14px;
    padding-left: 11px;
    margin-top: 11px;
}
.search_bottom .min_line{
    background-color: #B3B3B3;
    width: 1px;
    height: 10px;
    display: inline-block;
    margin: auto 14px;
}
.common_search{
    width: 450px;
    height: 36px;
    border: 1px solid #271D1C;
    border-radius: 18px;
    position: relative;
    margin-top: 36px;
}
.common_search .common_search_btn{
    width: 48px;
    height: 36px;
    background: #C50A01;
    border-radius: 0px 18px 18px 0px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url('/static/img/index_search_icon.png');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.common_search input{
    display: block;
    width: 370px;
    padding-left: 20px;
    height: 100%;
    border: none;
    border-radius: 18px 0 0 18px;
    line-height: 36px;
}
.qr_codes{
    overflow: hidden;
    padding-top: 11px;
}
.qr_codes li{
    float: left;
    margin-right: 26px;
    width: 90px;
}
.qr_codes li:last-child{
    margin-right: 0;
}
.qr_codes img{
    display: block;
    width: 64px;
    height: 64px;
    margin:  0 auto;
}
.qr_name{
    font-size: 14px;
    color: #271D1C;
    line-height: 1;
    margin-top: 8px;
}
.common_nav{
    margin-top: 34px;
    background-color: #C50A01;
    
    height: 44px;
}

.common_nav ul li{
    float: left;
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: 8.3333%;
    cursor: pointer;
    height: 44px;
    line-height: 44px;
}
.common_nav ul li a{
    display: block;
    height: 100%;
    width: 100%;
    color: #fff;
}
.common_nav ul li.on{
    width: 84px;
    height: 48px;
    background: #7C0701;
    margin-top: -2px;
}
/*content*/
#content{
    padding-top: 30px;
}
#content .page_position{
    color: #B3B3B3;
    font-size: 16px;
}

/*pagination*/
.pagination_wrap{
    overflow: hidden;
}
.paginations li{
    float: left;
    background-color: #EBEBEB;
    color: #000000;
    font-size: 12px;
    text-align: center;
    margin-right: 6px;
    cursor: pointer;
}
.paginations li.on a {
    background: #C50A01;
    color: #fff;
}
.paginations li a {
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    display: block;
    color: #000000;
}

/*bottom*/
.bottom2_line{
    width: 100%;
    height: 2px;
    background: #C50A01;
}
.copyright{
    text-align: center;
    color: #000;
    font-size: 14px;
    padding-top: 30px;
    padding-bottom: 27px;
}
.black_bg {
    background-image: url('/static/img/black_img.png');
    background-repeat: repeat;
}
/*html {
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);
}*/