﻿/* CSS Document */
*
{
    margin: 0;
    padding: 0;
}
ul, li
{
    list-style: none;
}
a
{
    color: #333;
    text-decoration: none;
}
a:hover
{
    color: #bc2931;/*text-decoration: underline;*/
}
ul, ol, li, form, dl, dt, dd
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: 0;
}
body
{
    background: #fff/* !important*/;
    font-size: 14px;
    font-family: "Hiragino Sans GB","Microsoft Yahei",'宋体';
    overflow-x: hidden;
}
h1, h3
{
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-size: 14px;
}
img
{
    border: 0;
    vertical-align: top;
    border: 0;
}
div, p
{
    text-align: left;
    word-wrap: break-word;
}
table td
{
    vertical-align: top;
}
th
{
    font-weight: normal;
}
address, caption, cite, code, dfn, em, th, var
{
    font-weight: normal;
    font-style: normal;
}
.fl
{
    float: left;
}
.fr
{
    float: right;
}
.qc
{
    clear: both;
}/*公共部分结束*/
body
{
    background: #f3f4f7;
}/* attr */
.attr, .attrb
{
    margin: .375rem .9375rem .375rem 0;
    font-size: 1rem;
}
.attrb
{
    margin: .75rem .9375rem .75rem 0;
}
.attr_name, .attr_tag
{
    line-height: 100%;
    font-size: .875rem;
    padding: 0 .375rem;
    margin: 0 .625rem 0 0;
    background-color: #f1f3f4;
    color: #3c4043;
    -moz-border-radius: .1875rem;
    -webkit-border-radius: .1875rem;
    border-radius: .1875rem;
}
.attr_name a
{
    text-decoration: none;
    color: #605b45;
}
.attr, .attrb, .attr_name, .attr_cont
{
    line-height: 1.5rem;
}
.attr, .attr_name, .attr_cont
{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    *position: relative;
}
.attr_tag, .attr_space
{
    color: #605b45;
    background-color: #dee0dd;
    font-size: .875rem;
    margin: 0 .5rem 0 0;
    padding: .125rem .1875rem;
    vertical-align: .0625rem;
}
.attr_space
{
    background-color: transparent;
}
.attr_space:after
{
    content: "　";
}
.attr_no
{
    width: 1.75em!important;
}
.header
{
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 8px 0 #adadad;
}
.gg img
{
    transform: scale(1.4);
}
#header
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    height: 64px;
    margin: 0 auto;
}
#header .logo
{
    display: inline-block;/* width: 94px; */
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    background-image: url(../image/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.logo a
{
    font-size: 27px;
    height: 28px;
    padding-left: 46px;
    color: #1092d4;
    letter-spacing: 4px;
}
.stime
{
    font-size: 14px;
    color: #afafaf;
    padding-bottom: 10px;
}
.main
{
    width: 1200px;
    margin: 80px auto 0;
    min-width: 1200px;
    padding: 0;
    color: #141414;
}
.main .m-l
{
    width: 868px;
}
.main .m-r
{
    width: 316px;
}
.card
{
    margin-bottom: 16px;
    background: #fff;
    border-radius: 4px;
    padding: 0 40px 32px;
}
.card-t
{
    font-size: 18px;
    line-height: 22px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    font-weight: 800;
}
.card-m h2
{
    font-size: 14px;
    line-height: 27px;
    color: #777a7a;
    background: #efefef;
    padding: 0 16px;
    width: fit-content;
    margin: 20px 0;
}
.card-m h3
{
    font-size: 14px;
    line-height: 32px;
    color: #767676;
}
.card-m p
{
    font-size: 14px;
    line-height: 32px;
    color: #767676;
}
.footer
{
    padding: 60px 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #c4c8cc;
    text-align: center;
}
.btn li
{/* width: 118px; */
    float: left;
    padding-right: 20px;
    padding-bottom: 6px;/* text-align: center; *//* border: 1px solid #ccc; */
    box-sizing: border-box;
}
.btn li a
{
    color: #767676;
}
@media screen and (max-width: 767px)
{
    div#header
    {
        width: 100%;
    }
    .main
    {
        width: 100%;
        min-width: unset;
    }
    .m-l.fl
    {
        width: 100%;
        float: unset;
    }
    .m-r.fr
    {
        width: 100%;
        float: unset;
    }
    .gg img
    {
        transform: scale(1.1);
    }
}