html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-style: inherit;
    font-family: "Microsoft YaHei";
    vertical-align: baseline;
    font-size: 13px;
}

* {
    box-sizing: border-box;
}

body {
    background: #fff;
    font-size: 14px;
}

a {
    color: #000;
}

a:hover {
    color: #000;
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

:focus {
    outline: 0;
}

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

caption,
th,
td {
    text-align: center;
    font-weight: normal;
}

a img,
iframe {
    border: none;
}

ol,
ul {
    list-style: none;
}

input,
textarea,
select,
button {
    font-family: inherit;
}

button {
    outline: none;
    border: none;
}

.my_text_center {
    text-align: center;
}

.my_text_right {
    text-align: right;
}

.container {
    width: 62.5%;
    margin: 0 auto;
    min-width: 1200px;
    
}

/*flex布局*/

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-end {
    justify-content: flex-end;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex_around {
    justify-content: space-around;
}

.flex_wrap {
    flex-wrap: wrap;
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both
}

.clearfix {
    zoom: 1;
}

.p_t10 {
    padding-top: 10px;
}

.p_b10 {
    padding-bottom: 10px;
}

.p_l30 {
    padding-left: 30px;
}

.p_r30 {
    padding-right: 30px;
}

.p_t30 {
    padding-top: 30px;
}

.p_b30 {
    padding-bottom: 30px;
}
.p_l10{
    padding-left: 10px;
}
.p_l20 {
    padding-left: 20px;
}

.p_r20 {
    padding-right: 20px;
}

.p_t20 {
    padding-top: 20px;
}

.p_b20 {
    padding-bottom: 20px;
}

.p_t100 {
    padding-top: 100px;
}

.m_b10 {
    margin-bottom: 10px;
}
.m_t10{
    margin-top: 10px;
}
.m_t20 {
    margin-top: 20px;
}

.m_b20 {
    margin-bottom: 20px;
}

.m_l20 {
    margin-left: 20px;
}

.m_r20 {
    margin-right: 20px;
}

.m_b30 {
    margin-bottom: 30px;
}

.m_r30 {
    margin-right: 30px;
}

.m_b40 {
    margin-bottom: 40px;
}

.m_b50 {
    margin-bottom: 50px;
}

.m_r60 {
    margin-right: 60px;
}

.m_b70 {
    margin-bottom: 70px;
}

.m_b150 {
    margin-bottom: 150px;
}

.color_FF {
    color: #ffffff;
}

.color_33 {
    color: #333;
}

.color_99 {
    color: #999;
}

.color_7FF {
    color: #7FFA7B;
}

.color_033 {
    color: #033ab8;
}
.font_size11{
    font-size: 11px;
}
.font_size12{
    font-size: 12px;
}
.font_size14{
    font-size: 14px;
}
.font_size16 {
    font-size: 16px;
}

.font_size18 {
    font-size: 18px;
}

.font_size24 {
    font-size: 24px;
}

.font_size36 {
    font-size: 36px;
}

.font_size48 {
    font-size: 48px;
}

.font_size88 {
    font-size: 88px;
}

.font-bold {
    font-weight: bold;
}

.letter_space {
    letter-spacing: 20px;
}

.pointer {
    cursor: pointer;
}

.line-camp2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line-camp1 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.line-camp3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.line-camp13 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 13;
    -webkit-box-orient: vertical;
}
.line-camp14 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 14;
    -webkit-box-orient: vertical;
}
.line-camp15 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
}
.text_justify {
    text-align: justify;
}

.line_height2{
    line-height: 2;
}
.padding-20{
    padding: 20px;
}