﻿@charset "utf-8";

/*全局样式
---------------------------------------------*/
section,
article,
aside,
header,
footer,
nav,
figure {
    display: block;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
figure {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue For Number", -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 "Helvetica Neue For Number", -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace;
}

p,
ul,
li,
dl,
dd,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6 {
    list-style: none;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #da251c;
    text-decoration: none;
}

fieldset,
img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
    outline: 0;
}

/* Clear Fix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hide from IE Mac */
.clearfix {
    display: block;
}

/* End hide from IE Mac */
/* end of clearfix */
.left {
    float: left;
}

.right {
    float: right;
}

.width100 {
    width: 100%;
}

.widthmain {
    width: 1200px;
    margin: 0 auto;
    clear: both;
}

.nav_btn{
    position: relative;
}
.nav_btn:hover .xl_menu{
    display: block;
}
.nav_btn:hover .xl_menu li a{
    /* background: #131217 !important; */
}
.xl_menu{
    position: absolute;
    top: 32px;
    left: 0;
    background: #131217;
    display: none;
}
.xl_menu li{
    width: 130px;
    /* padding: 0 !important; */
    margin: 0 !important;
    padding: 5px 15px !important;
    /* background: #131217; */
    font-size: 16px !important;
}
.xl_menu li a{
    padding: 0 !important;
    margin: 0 !important;
}
.xl_menu li:hover{
    background: #D61518;
    cursor: pointer;
}
.xl_menu li:hover .xl_menu li a{
    background: #D61518 !important;
}
.xl_menu li a:hover{
    background: #D61518 !important;
    cursor: pointer;
}
.down_icon{
    width: 14px;
    height: 14px;
}