﻿body {
    overflow-y: scroll;
    font-family: "微软雅黑";
}

.w {
    width: 1200px;
    margin: 0 auto;
}

/* 专门放初始化css */
* {
    /* color: #fff; */
    margin: 0;
    padding: 0;
    /* css3盒模型，内边距和边框不会撑大盒子 */
}

body {
    font: 14px arial, 'PingFangSC-Regular', 'Microsoft Yahei', sans-serif;
    color: #333;
    background: #fcf9f9;
}

/* a:hover {
  color: #27ba9b;
} */
li {
    list-style: none;
}

img {
    /* 清除图片底部默认缝隙 */
    vertical-align: middle;
}

em,
i {
    font-style: normal;
}

input,
button {
    /* 清除默认边框 */
    border: 0;
    /* 清除默认轮廓线 */
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-weight: 400; */
    font-family: "Prata", serif;
}


a {
    text-decoration: none;
    color: #040404
}

table,
td,
th {
    border-spacing: 0;
    border-collapse: collapse
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

strong {
    font-weight: bold;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

caption,
th {
    text-align: left;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
    margin: 0;
    padding: 0;
    color: #444;
}

q:before,
q:after {
    content: '';
}

.mt0 {
    margin-top: 0px !important
}

.mt40 {
    margin-top: 40px
}

abbr,
acronym {
    border: 0;
}

.mt60 {
    margin-top: 60px !important;
}

.blank40 {
    height: 10px;
    clear: both
}


/* Custom CSS
 * --------------------------------------- */
body {
    font-family: 'Microsoft YaHei', 'Pingfang CS', 'Helvetica', 'Arial';
    font-size: 12px;

}

#Header {
    width: 100%;
}

#Content2 {
    overflow: hidden;
}

#Footer {
    overflow: hidden;
    background: #F6F6FA;
}

.logo {
    width: 137px;
    height: 37px;
    margin-top: 44px;
    float: left;
}

.logo img {
    width: 100%;
    height: 100%;
}

/* 字体 */
.fontT1 {
    font-size: 24px;
}

.fontT2 {
    font-size: 20px;
}

.fontT3 {
    font-size: 18px;
}

.fontT4 {
    font-size: 16px;
}

.fontT5 {
    font-size: 12px;
}

/* 布局 */
.disB {
    display: block !important;
}

.w100 {
    width: 100%;
}

.w1200 {
    width: 1200px;
    margin: auto;
}

.w1440 {
    width: 1440px;
    margin: auto;
}

.posR {
    position: relative;
    z-index: 1
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.flex {
    display: flex;
}

.flexOne {
    flex: 1;
}

.flexNone {
    flex: none;
}

/*文字*/
.colorW {
    color: #fff;
}