@charset "utf-8";

/* CSS Document */

.video {
    width: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
img,
table,
th,
td,
pre,
code,
form,
fieldset,
legend,
button,
input,
textarea {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑" !important;
    /* color: #333; */
    font-size: 16px;
}

body {
    background-color: #FFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

dl,
dt,
dd,
form,
li,
ul,
ol {
    list-style: none;
}

a:link,
a:visited,
a:hover {
    text-decoration: none;
    color: #333;
}



a:hover,
a:active,
a.curab:link,
a.curab:visited {
    text-decoration: none;
    color: #F00;
}

a.graylink:link,
a.graylink:visited {
    text-decoration: none;
    color: #999;
}

a.graylink:hover,
a.graylink:active {
    text-decoration: none;
    color: #333;
}

a.navlink:link,
a.navlink:visited {
    display: block;
    height: 5.6vw;
}

a.navlink:hover,
a.navlink:active,
a.curnav:link,
a.curnav:visited {
    display: block;
    background: #C61B24;
    color: #FFF
}

.tright {
    text-align: right
}

.margintop {
    margin-top: 10px
}

img {
    border: 0;
}

.cleardiv {
    context: ".";
    height: "0";
    display: block;
    clear: both;
    visibility: hidden
}

.hidebody {
    display: none
}

.hidden {
    display: none;
}

*:focus {
    outline: none;
}

.active {
    color: #fff !important;
    background-color: #C61B24 !important;
}

.active * {
    color: #FFF
}

#floatheader {
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
}

#header {
    width: 100%;
    line-height: 6vw;
    height: 6vw;
    overflow: hidden;
    display: flex;
    background: #FFF
}

#h_logo {
    flex: 0.7;
    min-width: 7.19vw;
    margin-left: 40px;
    line-height: 5.21vw;
    display: flex;
    align-items: center;
}

#h_logo img {
    height: 3.39vw;
}

#h_nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex: 3;
    padding: 0;
    margin: 0;
}

#h_nav li {
    display: inline-block;
    font-size: 1.25vw;
    flex: 1;
    text-align: center;
    padding: 0;
    margin: 0;
    /* background-color: #f88; */
}

#h_tel {
    flex: 1;
    color: #C61B24;
}

#h_tel i {
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.tel {
    width: 1.67vw;
    height: 1.67vw;
    margin-right: 5px;
    background-image: url('/template/pc/ycnhz/img/tel.png');
}

.num {
    width: 9.9vw;
    height: 1.25vw;
    margin-right: 25px;
    background-image: url('/template/pc/ycnhz/img/num.png');
}

.trans {
    width: 1.67vw;
    height: 1.67vw;
    background-image: url('/template/pc/ycnhz/img/trans.png');
}


#h_nav li a {
    text-decoration: none;
}


#h_nav li a:hover {
    color: #ff0000;
}

#h_nav li div {
    position: absolute;
    width: 9vw;
    margin-top: 5.9vw;
    background: #fcfcfc;
    text-align: center;
    display: none;
    border: #F0F0F0 1px solid;
}

#h_nav li div a:link,
#h_nav li div a:visited {
    display: block;
    line-height: 3.8vw;
    font-size: 1.25vw;
}

#h_nav li div a:hover {
    border-top: #ddd 1px solid;
    background-color: #f0f0f0;
    text-decoration: none;
}<!--0.00022387504577637-->