@charset "UTF-8";
body {
    FONT-SIZE: 13px;
    font-family: "微软雅黑", "Microsoft YaHei", "宋体";
}

html, legend, input, select {
    margin: 0px;
    padding: 0px;
}

body, html, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
}

ul, ul li {
    list-style: none;
}

/*caption,th{text-align:left;}*/
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: none;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, button, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    outline: none;
}

input, button, textarea, select {
    *font-size: 100%;
    outline: none
}

select, input, button, textarea {
    font: 100% Tahoma, Helvetica, Arial, sans-serif;
    outline: none;
}

table {
    font-size: inherit;
}

pre, code, kbd, samp, tt {
    font-family: 'Courier New', Courier, monospace;
}

small {
    font-size: 100%;
}

a {
    text-decoration: none;
    cursor: pointer
}

a:hover {
    text-decoration: underline
}


/*新加/******************************************************/
.layui-btn-blue {
    background-color: #3c8dbc;
    border: none;
    color: #fefefe;
!important;
}

.layui-btn-blue:hover {
    background-color: #3c8dbc;
    border: none;
    color: #fefefe;
!important;
}

/*主体/*************************************************************************************/
/**
主内容
 */
.content {
    width: 100%;
    float: left;
    background: #fff;
}

.content .main {
    width: 1200px;
    margin: 0 auto
}

.content .main .main_con {
    width: 1200px;
    float: left;
}

/*头部/*************************************************************************************/
.head_container {
    border-bottom: 1px solid #f2f2f2;
}

.head_container .head_main {
    height: 50px;
    padding: 10px 0;
}

/*头部logo*/
.head_container .head_main .head_logo {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    float: left;
    padding-right: 10px;
}

/*头部logo照片*/
.head_container .head_main .head_logo img {
    max-height: 50px;
}

/*尾部/*************************************************************************************/

.footer {
    float: left;
}

.footer .footer_main {
    font-size: 14px;
    width: 100%;
    padding: 20px 0;
    height: 120px;
    border-top: 1px solid #f2f2f2;
    color: #999999;
}

.footer .footer_info {
    width: 800px;
    float: left;
    text-align: left;
    box-shadow: none;
    border: none;
    padding-top: 30px;
}

.footer .footer_main .footer_info .footer_item {
    line-height: 32px;
    width: 100%;
    height: 32px;
}

.footer .footer_main .footer_info .footer_item span {
    margin-right: 20px;
}

.footer .footer_main .footer_icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url("/default/images/index/net_records.png") center;
    background-size: 26px 26px;
    vertical-align: middle;
}


.footer .footer_qrcode{
    width: 400px;
    float: right;
    color: #999999;
    padding-right: 0px;
}
.footer_qrcode .footer_qrcode_mobile{
    width: 122px;
    float: right;
    height: 120px;
    overflow: hidden;
}
.footer_qrcode .footer_qrcode_wechat{
    width: 123px;
    float: right;
    height: 120px;
    overflow: hidden;
}

.footer_qrcode .qrcode_mobile{
    margin: 7.5px auto 0 auto;
    width: 88px;
}
.footer_qrcode .qrcode_wechat{
    margin: 5px auto 0 auto;
    width: 93px;
}

.qrcode_mobile img{
    width: 88px;
    height: 88px;
}
.qrcode_wechat img{
    width: 93px;
    height: 93px;
}

.footer_qrcode .qrcode_title{
    line-height: 20px;
    height: 20px;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

