﻿@charset "utf-8";

/* 通用*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font: normal 16px "Microsoft Yahei";
    font: normal 16px "Pingfang SC";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}

img {
    border: 0;
}


/*上方导航*/

.head_hc_frame {}

.head_hc_content {
    width: 100%;
    height: 80px;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.head_hc_topnav {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    position: relative;
}

.head_hc_topnav_left {
    width: 167px;
    padding-top: 18px;
    box-sizing: border-box;
    margin-right: 90px;
    float: left;
}

.head_hc_topnav_logo {
    width: 166px;
    height: 26px;
    background: url(../images/head_hxsd_logo2.png) top center no-repeat;
    display: block;
}

.head_hc_topnav_text {
    width: 170px;
    font-size: 14px;
    line-height: 20px;
    color: #FFF;
    overflow: hidden
}

.head_hc_topnav_right {
    float: left;
    overflow: hidden;
}

.head_hc_topnav_navul {}

.head_hc_topnav_navul li {
    width: 103px;
    height: 80px;
    float: left;
    font-size: 16px;
    text-align: center;
    color: #FFF;
    padding-top: 25px;
    box-sizing: border-box;
    transition: .5s;
    position: relative;
    cursor: pointer;
}

.head_hc_topnav_navul_act {
    background-color: rgba(0, 0, 0, .1);
    text-align: center;
    border-top: 3px solid #e60012;
}

.head_hc_topnav_navul li:hover {
    background-color: rgba(0, 0, 0, .1);
    transition: .5s;
}

.head_hc_am_redline {
    width: 0;
    height: 3px;
    background-color: #e60012;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s;
}

.head_hc_topnav_navul li:hover .head_hc_am_redline {
    width: 105px;
    transition: .5s;
}

.head_hc_arr_tex {
    text-indent: -10px;
    line-height: 18px !important;
}

.head_hc_nav_downarr {
    width: 12px;
    height: 6px;
    background: url(../images/hx_header_arr_down.png) center no-repeat;
    position: absolute;
    top: 28px;
    right: 10px;
    animation: downarr 1.5s infinite;
}

.tel_box {
    position: absolute;
    top: 25px;
    right: 0;
    font-size: 14px;
    color: #FFF;
    line-height: 24px;
    background: url(../images/hx_header_tel.png) 0 5px no-repeat;
    text-indent: 18px;
}


/*箭头动画*/

@keyframes downarr {
    0% {
        transform: translate(0, 10px);
    }
    50% {
        transform: translate(0, 0);
        opacity: 0;
    }
    100% {
        transform: translate(0, 10px);
    }
}


/*下方导航*/

.head_hc_content_hide,
.head_hc_content_hide2 {
    width: 100%;
    height: 40px;
    text-align: center;
    background-color: rgba(248, 249, 251, .9);
    position: absolute;
    top: 80px;
    display: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 999;
}

.head_hc_topnav_hidenav {
    width: fit-content;
    height: 40px;
    margin: 0 auto;
    display: inline-block;
    position: relative;
}

.head_hc_topnav_hidenav li {
    float: left;
    padding-top: 8px;
    box-sizing: border-box;
}

.head_hc_topnav_hidenav li a {
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #2f2f2f;
    line-height: 24px;
    padding: 2px 8px;
    transition: .5s;
}

.head_hc_topnav_hidenav li a:hover {
    width: 100%;
    height: 40px;
    color: #c01920;
    transition: .5s;
}

.head_hc_topnav_hidenav li:not(:last-child)::after {
    content: "|";
    margin: 0 15px 0 8px;
}

.head_hc_topnav_hidenav li:nth-child(1),
.head_hc_topnav_hidenav li:nth-child(2) {
    margin-left: 0;
}

.head_hc_topnav_hidenav2 {
    width: fit-content;
    height: 40px;
    margin: 0 auto;
    display: inline-block;
    position: relative;
}

.head_hc_topnav_hidenav2 li {
    float: left;
    padding-top: 8px;
    box-sizing: border-box;
}

.head_hc_topnav_hidenav2 li a {
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #2f2f2f;
    line-height: 24px;
    padding: 2px 8px;
    transition: .5s;
}

.head_hc_topnav_hidenav2 li a:hover {
    width: 100%;
    height: 40px;
    color: #c01920;
    transition: .5s;
}

.head_hc_topnav_hidenav2 li:not(:last-child)::after {
    content: "|";
    margin: 0 15px 0 8px;
}

.head_hc_topnav_hidenav2 li:nth-child(1),
.head_hc_topnav_hidenav2 li:nth-child(2) {
    margin-left: 0;
}


/*左侧漂浮*/

.left_fixed_new {
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 999;
}

.left_fixed_new_gai {
    width: 96px;
    height: 687px;
    background: url(../images/left_fixed.png) no-repeat top center;
}

.left_fixed_new_gai li:nth-child(1) {
    width: 96px;
    height: 126px;
    display: block;
}

.left_fixed_new_gai li {
    width: 96px;
    height: 112px;
    display: block;
}

.left_fixed_new_gai li a {
    width: 96px;
    height: 100%;
    display: block;
}

.left_fixed_new_gai li:nth-last-child(1) {
    width: 96px;
    height: 112px;
    display: block;
}

.qr_code_div {
    width: 103px;
    height: 150px;
    position: absolute;
    display: none;
    top: 640px;
    left: 105px;
}

.db11_banner_div {
    width: 262px;
    height: 149px;
    position: absolute;
    display: none;
    top: 63px;
    left: 105px;
}