@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';
	font-size: 40px;
    src: url(../EBGaramond-0.016-web/EBGaramond12-Regular.woff
    );
	
}
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;
}

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;
    text-align: center;
}

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%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.top {
    width: auto;
    height: 80px;
    background-color: rgba(24, 24, 64, 1);
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.02);
}

.top_con {
    width: 100%;
    height: 100%;
    /* margin: 0 auto; */
    display: flex;
    position: relative;
}

.top_con>img {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    margin:25px 10%;
}

.top_con .nav {
    /* display: inline-block; */
    vertical-align: middle;
    /* width: 575px; */
    height: 100%;
    /* margin-left: 20px; */
    float: right;
    position: absolute;
    right: 9%;
}

.top_con .nav li {
    display: inline-block;
    vertical-align: middle;
}

.top_con .nav li a {
    font-size: 16px;
	font-family: "din 2014 bold";
    color: #fff;
    line-height: 80px;
    margin: 0 0 0 22px;
    padding-bottom: 6px;

}

.top_con .nav li a:hover,
.top_con .nav li a.nav_hov {
    color: #fff;
    border-bottom: 3px solid #fff;
}



.content {
    width: 80%;
    margin:auto;
}

.box {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.02);
    border-radius: 1px;
    padding: 30px 0 60px 0;
}

.box>h2 {
    font-family: 'din 2014 bold';
    font-size: 32px;
    color: #333333;
    text-align: center;
}

.box h2 span {
    font-size: 22px;
    color: #99A7AE;
}


.footer {
    width: 100%;
    height: 297px;
    background: #202020;
    margin-top: 5px;
    position: relative;
}

.footer_bg {
    position: absolute;
    left: -10%;
    top: 0;
    z-index: 0;
}

.footer_con {
    position: relative;
    z-index: 99;
    /* width: 1176px; */
    height: 100%;
    margin: 0 auto;
    /* padding-top: 78px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_con>img {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 180px;
    margin: 10%;
}

.foot_nav {
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
    margin-left: 205px;
}

.foot_nav li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 16px;
}

.foot_nav li a {
    font-size: 14px;
    color: #aaa;
}

.foot_nav li:nth-child(2) a {
    font-size: 18px;
    color: #fff;
}

.footer_con>div.dz {
    /* display: inline-block; */
    /* float: right; */
    vertical-align: top;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    margin: 8px 10% 0 25px;
    line-height: 1.3em;
    font-family:'din 2014 regular';
}
.footer_con>div.dz span {
    color: #fff;
}
.footer_con>div.dz a {
    color: #fff;
}

.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: 20px;
    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: 14px;
    color: #fff;
}

.footer_con>div.yy>div a img {
    display: inline-block;
    vertical-align: middle;
}
.middle_top {
    display: none;
}
.mb10 {
    margin-bottom: 10px;
}

.top_con img{
    cursor: pointer;
}

.nav li{
    position: relative;
}

.nav li ul{
    z-index: 1000;
    position: absolute;
    background-color: #515050;
    width: 200px;

}

.sub-menu{
    width: 200px ;
    color: #fff;
	font-family: din 2014 bold;
}
.sub-menu > li  {

    cursor: pointer;


}
.sub-menu li a {

    line-height: 50px !important;


}
.sub-menu li a:hover,
.sub-menu li a.nav_hov {
    color: #fff;
    border-bottom: 0px solid #fff !important;
}

.sub-menu li{
    width: 100%;
}

.sub-menu li:hover,
.sub-menu li.nav_hov {
    background-color: #296594 !important;
}



.nav li ul li a{
    font-size: 14px !important
}

.triangle{
    /*margin-left: -14px;*/
    margin-top: 38px;
    float: right;
    /* width: 0;
    height: 0; */
    /* border-width: 7px;
    border-style: solid;
    border-color: #517DA3 transparent transparent  transparent; */
    width: 22px;
    height: 8px;
    background: url('../images/arrow.png') no-repeat center right;
    cursor: pointer;
}
