﻿/*! normalize.css v3.0.2 | MIT License | git.io/normalize */


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* @font-face {
  font-family: PMingLiUFont;
  src: url('../font/songtifanti.ttf'); chrome, firefox
  src: url('../font/songtifanti.eot'); IE9
  src: url('../font/songtifanti.eot?#iefix') format('embedded-opentype'), IE6-IE8
  url('../font/songtifanti.woff') format('woff'), chrome, firefox
  url('../font/songtifanti.ttf') format('truetype'), chrome, firefox, opera, Safari, Android, iOS 4.2+
  url('../font/songtifanti.woff2') format('woff2'),
  url('../font/songtifanti.svg#songtifanti') format('svg'); iOS 4.1-

} */

html,
body {
    font-family: Arial,PingFang SC,Hiragino Sans GB,STHeiti,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;
    /* letter-spacing: 2px; */
   font-size: calc(100vw / 1920);
}


/**
 * pxove default margin.
 */

body {
    margin: 0;
    overflow-x: hidden;
}


/* HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}


/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * pxove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}


/* Links
   ========================================================================== */


/**
 * pxove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

a:link {
    text-decoration: none!important;
    /* 指正常的未被访问过的链接*/
}

a:visited {
    text-decoration: none!important;
    /*指已经访问过的链接*/
}

a:hover {
    text-decoration: none!important;
    /*指鼠标在链接*/
}

a:active {
    text-decoration: none!important;
    /* 指正在点的链接*/
}


/* Text-level semantics
   ========================================================================== */


/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}


/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}


/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}


/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* Embedded content
   ========================================================================== */


/**
 * pxove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
    width: auto;
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}


/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}


/* Grouping content
   ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}


/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}


/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}


/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Forms
   ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */


/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}


/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}


/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}


/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],

/* 1 */

input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}


/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}


/**
 * pxove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}


/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. pxove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Fix the cursor style for Chrome's incpxent/decpxent buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decpxent button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 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 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}


/**
 * pxove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. pxove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * pxove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}


/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}


/* Tables
   ========================================================================== */


/**
 * pxove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/**
 2018 4.10 增加 来自zzq 
*/

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

em {
    font-style: normal
}

li {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.hid {
    display: none;
}

.flex-bet {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.align-center{align-items: center;}

.flex-str {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
}

.flex-aro {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
}

ul {
    padding: 0px;
    margin: 0px;
}

@keyframes left_pad {
    0% {
        bottom: 100px;
        opacity: 0
    }
    100% {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes right_pad {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes top_pad {
    0% {
        top: 100px;
        opacity: 0
    }
    100% {
        top: 0px;
        opacity: 1
    }
}

#adsafwqfqwfsafva {
    animation: 2s left_pad;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-fill-mode: both;
}

.margin-1200 {
    width: 1200px;
    margin: 50px auto;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.text-center {
    text-align: center;
}

.same-lue-one {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.same-lue-two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.same-lue-three {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.same-lue-four {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.same-lue-five {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.wd_keep {
    word-break: keep-all;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}
.mb-1{margin-bottom:1px;}
.mb-2{margin-bottom:2px;}
.mb-3{margin-bottom:3px;}
.mb-4{margin-bottom:4px;}
.mb-5{margin-bottom:5px;}
.mb-6{margin-bottom:6px;}
.mb-7{margin-bottom:7px;}
.mb-8{margin-bottom:8px;}
.mb-9{margin-bottom:9px;}
.mb-10{margin-bottom: 10px;}
.mb-11{margin-bottom: 11px;}
.mb-12{margin-bottom: 12px;}
.mb-13{margin-bottom: 13px;}
.mb-14{margin-bottom: 14px;}
.mb-15{margin-bottom: 15px;}
.mb-16{margin-bottom: 16px;}
.mb-17{margin-bottom: 17px;}
.mb-18{margin-bottom: 18px;}
.mb-19{margin-bottom: 19px;}
.mb-20{margin-bottom: 20px;}
.mb-21{margin-bottom: 21px;}
.mb-22{margin-bottom: 22px;}
.mb-23{margin-bottom: 23px;}
.mb-24{margin-bottom: 24px;}
.mb-25{margin-bottom: 25px;}
.mb-26{margin-bottom: 26px;}
.mb-27{margin-bottom: 27px;}
.mb-28{margin-bottom: 28px;}
.mb-29{margin-bottom: 29px;}
.mb-30{margin-bottom: 30px;}
.mt-1{margin-top:1px;}
.mt-2{margin-top:2px;}
.mt-3{margin-top:3px;}
.mt-4{margin-top:4px;}
.mt-5{margin-top:5px;}
.mt-6{margin-top:6px;}
.mt-7{margin-top:7px;}
.mt-8{margin-top:8px;}
.mt-9{margin-top:9px;}
.mt-10{margin-top: 10px;}
.mt-11{margin-top: 11px;}
.mt-12{margin-top: 12px;}
.mt-13{margin-top: 13px;}
.mt-14{margin-top: 14px;}
.mt-15{margin-top: 15px;}
.mt-16{margin-top: 16px;}
.mt-17{margin-top: 17px;}
.mt-18{margin-top: 18px;}
.mt-19{margin-top: 19px;}
.mt-20{margin-top: 20px;}
.mt-21{margin-top: 21px;}
.mt-22{margin-top: 22px;}
.mt-23{margin-top: 23px;}
.mt-24{margin-top: 24px;}
.mt-25{margin-top: 25px;}
.mt-26{margin-top: 26px;}
.mt-27{margin-top: 27px;}
.mt-28{margin-top: 28px;}
.mt-29{margin-top: 29px;}
.mt-30{margin-top: 30px;}
.ml-1{margin-left:1px;}
.ml-2{margin-left:2px;}
.ml-3{margin-left:3px;}
.ml-4{margin-left:4px;}
.ml-5{margin-left:5px;}
.ml-6{margin-left:6px;}
.ml-7{margin-left:7px;}
.ml-8{margin-left:8px;}
.ml-9{margin-left:9px;}
.ml-10{margin-left: 10px;}
.ml-11{margin-left: 11px;}
.ml-12{margin-left: 12px;}
.ml-13{margin-left: 13px;}
.ml-14{margin-left: 14px;}
.ml-15{margin-left: 15px;}
.ml-16{margin-left: 16px;}
.ml-17{margin-left: 17px;}
.ml-18{margin-left: 18px;}
.ml-19{margin-left: 19px;}
.ml-20{margin-left: 20px;}
.ml-21{margin-left: 21px;}
.ml-22{margin-left: 22px;}
.ml-23{margin-left: 23px;}
.ml-24{margin-left: 24px;}
.ml-25{margin-left: 25px;}
.ml-26{margin-left: 26px;}
.ml-27{margin-left: 27px;}
.ml-28{margin-left: 28px;}
.ml-29{margin-left: 29px;}
.ml-30{margin-left: 30px;}
.mr-1{margin-right:1px;}
.mr-2{margin-right:2px;}
.mr-3{margin-right:3px;}
.mr-4{margin-right:4px;}
.mr-5{margin-right:5px;}
.mr-6{margin-right:6px;}
.mr-7{margin-right:7px;}
.mr-8{margin-right:8px;}
.mr-9{margin-right:9px;}
.mr-10{margin-right: 10px;}
.mr-11{margin-right: 11px;}
.mr-12{margin-right: 12px;}
.mr-13{margin-right: 13px;}
.mr-14{margin-right: 14px;}
.mr-15{margin-right: 15px;}
.mr-16{margin-right: 16px;}
.mr-17{margin-right: 17px;}
.mr-18{margin-right: 18px;}
.mr-19{margin-right: 19px;}
.mr-20{margin-right: 20px;}
.mr-21{margin-right: 21px;}
.mr-22{margin-right: 22px;}
.mr-23{margin-right: 23px;}
.mr-24{margin-right: 24px;}
.mr-25{margin-right: 25px;}
.mr-26{margin-right: 26px;}
.mr-27{margin-right: 27px;}
.mr-28{margin-right: 28px;}
.mr-29{margin-right: 29px;}
.mr-30{margin-right: 30px;}
.pb-1{padding-bottom:1px;}
.pb-2{padding-bottom:2px;}
.pb-3{padding-bottom:3px;}
.pb-4{padding-bottom:4px;}
.pb-5{padding-bottom:5px;}
.pb-6{padding-bottom:6px;}
.pb-7{padding-bottom:7px;}
.pb-8{padding-bottom:8px;}
.pb-9{padding-bottom:9px;}
.pb-10{padding-bottom: 10px;}
.pb-11{padding-bottom: 11px;}
.pb-12{padding-bottom: 12px;}
.pb-13{padding-bottom: 13px;}
.pb-14{padding-bottom: 14px;}
.pb-15{padding-bottom: 15px;}
.pb-16{padding-bottom: 16px;}
.pb-17{padding-bottom: 17px;}
.pb-18{padding-bottom: 18px;}
.pb-19{padding-bottom: 19px;}
.pb-20{padding-bottom: 20px;}
.pb-21{padding-bottom: 21px;}
.pb-22{padding-bottom: 22px;}
.pb-23{padding-bottom: 23px;}
.pb-24{padding-bottom: 24px;}
.pb-25{padding-bottom: 25px;}
.pb-26{padding-bottom: 26px;}
.pb-27{padding-bottom: 27px;}
.pb-28{padding-bottom: 28px;}
.pb-29{padding-bottom: 29px;}
.pb-30{padding-bottom: 30px;}
.pt-1{padding-top:1px;}
.pt-2{padding-top:2px;}
.pt-3{padding-top:3px;}
.pt-4{padding-top:4px;}
.pt-5{padding-top:5px;}
.pt-6{padding-top:6px;}
.pt-7{padding-top:7px;}
.pt-8{padding-top:8px;}
.pt-9{padding-top:9px;}
.pt-10{padding-top: 10px;}
.pt-11{padding-top: 11px;}
.pt-12{padding-top: 12px;}
.pt-13{padding-top: 13px;}
.pt-14{padding-top: 14px;}
.pt-15{padding-top: 15px;}
.pt-16{padding-top: 16px;}
.pt-17{padding-top: 17px;}
.pt-18{padding-top: 18px;}
.pt-19{padding-top: 19px;}
.pt-20{padding-top: 20px;}
.pt-21{padding-top: 21px;}
.pt-22{padding-top: 22px;}
.pt-23{padding-top: 23px;}
.pt-24{padding-top: 24px;}
.pt-25{padding-top: 25px;}
.pt-26{padding-top: 26px;}
.pt-27{padding-top: 27px;}
.pt-28{padding-top: 28px;}
.pt-29{padding-top: 29px;}
.pt-30{padding-top: 30px;}
.pl-1{padding-left:1px;}
.pl-2{padding-left:2px;}
.pl-3{padding-left:3px;}
.pl-4{padding-left:4px;}
.pl-5{padding-left:5px;}
.pl-6{padding-left:6px;}
.pl-7{padding-left:7px;}
.pl-8{padding-left:8px;}
.pl-9{padding-left:9px;}
.pl-10{padding-left: 10px;}
.pl-11{padding-left: 11px;}
.pl-12{padding-left: 12px;}
.pl-13{padding-left: 13px;}
.pl-14{padding-left: 14px;}
.pl-15{padding-left: 15px;}
.pl-16{padding-left: 16px;}
.pl-17{padding-left: 17px;}
.pl-18{padding-left: 18px;}
.pl-19{padding-left: 19px;}
.pl-20{padding-left: 20px;}
.pl-21{padding-left: 21px;}
.pl-22{padding-left: 22px;}
.pl-23{padding-left: 23px;}
.pl-24{padding-left: 24px;}
.pl-25{padding-left: 25px;}
.pl-26{padding-left: 26px;}
.pl-27{padding-left: 27px;}
.pl-28{padding-left: 28px;}
.pl-29{padding-left: 29px;}
.pl-30{padding-left: 30px;}
.pr-1{padding-right:1px;}
.pr-2{padding-right:2px;}
.pr-3{padding-right:3px;}
.pr-4{padding-right:4px;}
.pr-5{padding-right:5px;}
.pr-6{padding-right:6px;}
.pr-7{padding-right:7px;}
.pr-8{padding-right:8px;}
.pr-9{padding-right:9px;}
.pr-10{padding-right: 10px;}
.pr-11{padding-right: 11px;}
.pr-12{padding-right: 12px;}
.pr-13{padding-right: 13px;}
.pr-14{padding-right: 14px;}
.pr-15{padding-right: 15px;}
.pr-16{padding-right: 16px;}
.pr-17{padding-right: 17px;}
.pr-18{padding-right: 18px;}
.pr-19{padding-right: 19px;}
.pr-20{padding-right: 20px;}
.pr-21{padding-right: 21px;}
.pr-22{padding-right: 22px;}
.pr-23{padding-right: 23px;}
.pr-24{padding-right: 24px;}
.pr-25{padding-right: 25px;}
.pr-26{padding-right: 26px;}
.pr-27{padding-right: 27px;}
.pr-28{padding-right: 28px;}
.pr-29{padding-right: 29px;}
.pr-30{padding-right: 30px;}
.flex-1{
    flex: 1;
}
.ft-8{
    font-size: 8px;
}
.ft-10{
    font-size: 10px;
}
.ft-12{
    font-size: 12px;
}
.ft-14{
    font-size: 14px;
}
.ft-16{
    font-size: 16px;
}
.ft-18{
    font-size: 18px;
}
.ft-20{
    font-size: 20px;
}
.ft-22{
    font-size: 22px;
}
.ft-24{
    font-size: 24px;
}
.ft-26{
    font-size: 26px;
}
.ft-28{
    font-size: 28px;
}
.ft-30{
    font-size: 30px;
}
.cl-33{
    color: #333;
}
.cl-66{
    color: #666;
}
.cl-99{
    color: #999;
}
.cl-red{
    color: #FF5158;
}
.cl-green{
    color: #6DC95B;
}
.cl-white{
    color: #fff;
}
.cl-or{
    color: #BBA14B;
}
.bold{
    font-weight: bold;
}