@charset "utf-8";
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea {
    -webkit-text-size-adjust: none;
    box-sizing: border-box;
    line-height: 1.2;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    clear: both
}

body {
    font-family: 'PingFang SC', 'Microsoft YaHei', arial, helvetica, sans-serif;
    -webkit-text-size-adjust: none;
    color: #000;
    background: #F4F5F9;
    -webkit-text-size-adjust: none;
    min-width: 320px;
    font-size: 17px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
}

form {
    display: inline
}

textarea {
    resize: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ul,
ol {
    list-style: none
}

input,
select,
button {
    font-family: 'PingFang SC', 'Microsoft YaHei', arial, helvetica, sans-serif;
    font-size: 100%;
    vertical-align: middle;
    outline: 0
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button
}

input:focus:-moz-placeholder,
input:focus::-webkit-input-placeholder,
textarea:focus:-moz-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    border: none;
}

a {
    text-decoration: none;
    color: #111;
    cursor: pointer;
}

a:hover {
    color: #111;
    text-decoration: none
}

img {
    vertical-align: middle;
    font-size: 0;
    border: 0;
    -ms-interpolation-mode: bicubic;
    display: block!important;
}

.fl {
    float: left
}

.fr {
    float: right
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.break {
    word-break: break-all;
    word-wrap: break-word
}

.clearfix:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both
}

.clearfix {
    *zoom: 1
}

a,
input,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    outline: 0;
    box-sizing: border-box;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.pointer {
    cursor: pointer;
}

.lineThrough {
    text-decoration: line-through
}

body {
    background: #1D1D1F;
}

body.grey {
    background: ##f5f5f5;
}

.hoverToUp {
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.hoverToUp:hover {
    /* box-shadow: 5px 8px 25px 0px rgba(58, 117, 253, 0.2)!important; */
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.fill {
    width: 100%!important;
}

.lightBlackBg {
    background: #000!important;
}

.whiteBg {
    background: #fff!important;
}

.greyBg {
    background: #f9f9f9!important;
}


/* 强制换行 */

.lineFeed {
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
}


/* 去掉number类型的input右侧的加减按钮 */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

.imgCover {
    background-size: cover;
    background-position: 50% 50%;
}

.scroll-view_H {
    white-space: nowrap;
}

.h3 {
    font-size: 18px;
    color: #333;
    line-height: 1.3;
}

.h4 {
    font-size: 16px;
    color: #333;
    line-height: 1.3;
}

.h5 {
    font-size: 14px;
    color: #333;
    line-height: 1.3;
}

.hm {
    font-size: 12px;
    color: #999;
    line-height: 1.3;
}

.color3 {
    color: #333!important;
}

.color6 {
    color: #666!important;
}

.color9 {
    color: #999!important;
}

.color1C {
    color: #1C1C1C!important;
}

.colorWhite {
    color: #fff;
}

.themeColor {
    color: #3F7BFD!important;
}

.ant-row {
    margin-left: -10px;
    margin-right: -10px;
}

.ant-row .ant-col {
    padding: 10px;
}

.main {
    min-width: 320px;
    position: relative;
}

.imgToBig {
    cursor: pointer;
    transition: all .6s;
}

.imgToBig:hover {
    transform: scale(1.2);
}

.route {
    font-size: 14px;
    color: #232536;
}

.route a {
    padding-right: 10px;
}

.route .grey {
    color: #9597a2;
}

.section .icon {
    width: 40px;
    height: 40px;
}

.leftLine {
    width: 0;
    height: 22px;
    border-left: 4px solid #444cfc;
}

.section .title {
    font-size: 24px;
    color: #232536;
    padding-left: 10px;
}

.section .line {
    width: 100%;
    height: 1px;
    background-color: #E1E1E1;
}

.section .more {
    font-size: 14px;
    color: #9597a2;
}

@media (max-width: 768px) {
    .section .title {
        font-size: 18px;
    }
}

@media (max-width: 415px) {
    .section .icon {
        width: 30px;
        height: 30px;
    }
    .section .title {
        font-size: 15px;
    }
}

.toBlue:hover {
    color: #3F7BFD;
    transition: all .5s;
    -webkit-transition: all .5s;
    cursor: pointer;
}

.loadMask {
    background-color: #fff;
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
	position: relative;
	z-index: 10;
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
    .col-xl-2-5 {
        width: 20%
    }
    .col-xl-2-6 {
        width: 16.666%
    }
    .col-xl-2-7 {
        width: 14.285%
    }
}

@media (min-width:1400px) {
    .container {
        width: 1370px
    }
    .col-xl-2-5 {
        width: 20%
    }
    .col-xl-2-6 {
        width: 16.666%
    }
    .col-xl-2-7 {
        width: 14.285%
    }
}

.loadMask {
    background-color: #fff;
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
}


/* 三角形 */

.triangle-right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 8px solid #ccc;
    border-bottom: 5px solid transparent;
}

.triangle-bottom {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #ccc;
}

@keyframes toUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.bgBlack{
	background: #141416!important;
	position: relative;
}
/*轮播图*/
.banner .swiper-container {
	width: 100%; 
	position: relative;
}
.banner .swiper-slide{}
.banner .swiper-slide img{
	width: 100%;
	height: auto;
}
.banner .swiper-pagination-bullet-active{ background:#fff!important}
.animenu-fill{display: none;}

@media screen and (max-width: 980px) {
	.animenu-fill{ display: block;height: 60px;}
}