@charset "UTF-8";

@font-face {
    font-family: PingFang;
    src: url('font/PINGFANG_REGULAR.TTF') format("truetype");
    src: url('font/PINGFANG_REGULAR.woff') format("woff");
}
@font-face {
    font-family:'din 2014 bold';
    src: url(../DIN2014/DIN2014-Bold.ttf);
}
@font-face {
    font-family:'din 2014 regular';
    src: url(../DIN2014/DIN2014-Regular.ttf
    );
}
@font-face {
    font-family:'EB·Garamond';
    src: url(../EBGaramond-0.016-web/EBGaramond12-Regular.woff
    );
	font-size: 25px;
}
html,
body {
    width: 100%;
    background: rgb(246, 246, 246);
}

i {
    font-style: normal;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
tt,
a {
    margin: 0;
    padding: 0;
    color: #666;
    font-family:'din 2014 regular';
}

fieldset,
img {
    border: 0;
}

a {
    cursor: pointer;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
    font-style: normal;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

code,
kbd,
samp,
tt {
    font-size: 100%;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
    *font-size: 100%;
}

ol,
ul,
li {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

/* sup,
sub {
    font-size: 100%;
    vertical-align: baseline;
} */

sup, sub {
    font-size: small;
    vertical-align: revert;
}

/* remember to highlight anchors and inserts somehow! */
:link,
:visited,
ins {
    text-decoration: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

/*浮动*/
.fl {
    float: left;
}

.fr {
    float: right;
}

/*清除浮动*/
.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.clearfloat {
    zoom: 1;
}

/*去边框*/
.clearborder {
    border: none !important;
}

.wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    min-height:100%;
}

.content {
    /* width: 1176px; */
    width: 85%;
    margin:auto;
    background-color: #fff;
    margin:20px auto;
}

.box {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.02);
    border-radius: 1px;
    /* margin-top: 10px; */
    padding: 10px 0 20px 0;
}

.box>h2 {
    font-family:'din 2014 bold';
    font-size: 20px;
    color: #000;
    text-align: center;
}

.box h2 span {
    font-size: 14px;
    color: #99A7AE;
}


.footer {
    width: 100%;
    background: #202020;
    margin-top: 5px;
    position: relative;
    bottom: 0px;
    left: 0px;
}

.footer_bg {
    position: absolute;
    left: -30%;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.footer_con {
    position: relative;
    z-index: 99;
    width: 95%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_con>img {
    width: 100px;
}

.foot_nav {
    width: 30%;
}

.foot_nav li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 16px;
}

.foot_nav li a {
    font-size: 12px;
    color: #939393;
}

.foot_nav li:nth-child(2) a {
    font-size: 12px;
}

.footer_con>div.dz {
    vertical-align: top;
    font-size: 14px;
    /* line-height: 36px; */
    margin: 8px 5px 15px 15px;
    line-height: 1em;
    font-family:'din 2014 regular';
}

.footer_con>div.yy {
    display: inline-block;
    vertical-align: top;
    color: #939393;
    margin-top: 8px;
    line-height: 36px;
}

.footer_con>div.yy h2 {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

.footer_con>div.yy>div {
    display: inline-block;
    vertical-align: top;
    text-align: right;
}

.footer_con>div.yy>div a {
    display: block;
    font-size: 12px;
    color: #939393;
}

.footer_con>div.yy>div a img {
    display: inline-block;
    vertical-align: middle;
}
.mb10 {
    margin-bottom: 10px;
}

.top {
    width: 100%;
    height: 80px;
    background-color: rgba(24, 24, 64, 1);
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.02);
    display: none;
}

.top_con {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_con>img {
    width: 75px;
    margin-right: 10px;
}

.top_con .nav {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.top_con .nav li {
    display: inline-block;
    vertical-align: middle;
}

.top_con .nav li a {
    font-size: 12px;
    color: #fff;
    line-height: 80px;
    /* margin: 0 12px; */
    padding-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top_con .nav li a:hover,
.top_con .nav li a.nav_hov {
    color: #fff;
    font-weight: bold;
    border-bottom: 3px solid #fff;
}

.middle_top {
    width: 100%;
    height: 80px;
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.02);
    background-color: rgba(24, 24, 64, 1);
    position: relative;
}

.middle_con {
    width: 90%;
    margin: 0 auto;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.middle_con>img {
    /* width: 150px; */
    height: 45px;
    margin-right: 10px;
}

.btn {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding: 10px;
    background-color: #181840;
    width: 56px;
    height: 40px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, .5);
    cursor: pointer;
}

.btn span {
    width: 100%;
    /* background-image: url("../images/menu.svg"); */
    background-image: url("../images/menu.png");
    background-repeat: no-repeat;
    background-size: 90% 85%;
    background-position: 0 -7px;
    height: 40px;
    vertical-align: middle;
    display: inline-block;
}
.menu {
    width: 100%;
    height: 225px;
    height: 0;
    background-color: #515151;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    z-index: 2;
    box-sizing: border-box;
    transition: all .5s;
    overflow: hidden;
}
.menulist {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.menulist li {
    /* height: 40px; */
    width: 100%;
    /* margin-bottom: 5px; */
    display: block;
}
.menulist li a {
    color: #ffffff;
    line-height: 40px;
	font-family: "din 2014 bold";
    width: 100%;
    display: block;
}

.menu_body {
    display: block;
}

.menu_body li{
    width: 100%;
    padding-left: 40px;
    display: block;     /*不能去掉，只有是block，高度才有效*/
    line-height: 40px;
    color: #666;
    text-decoration: none;
    overflow: hidden;   /*与高度为0 结合，溢出的部分隐藏*/
    height: 0px;        /*高度0*/
    transition: all .3s;
}

.menu_head {
    /* width: 223px;
    height: 46px; */
    line-height: 40px;
    /* padding-left: 38px;
    font-size: 16px;
    color: #475050; */
    /* cursor: pointer;
    border: 1px solid #e0e0e0;
    font-weight: bold;
    background-color: #f0f0f0; */
    /* background-image: url(img/pro_plus.png); */
    display: block;
}

.arrow{
    width: 12px;
    height: 14px;
    margin-left: 8px;
    vertical-align: middle;
    transition: all .3s;
    transform:rotate(360deg);
}

.arrow.up{
    transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
}

.arrow.down{
    transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}





/*  */
@media screen and (max-width: 1024px) {
    .xiaomi {
        height:20px;
        width:118%;
        background-color:#f6f6f6;
        margin-left:-9%;
    }
    .xiaomi1 {
        height:20px;
        background-color:#f6f6f6;
        margin: 2% 0;
    }
}
