/*96KaiFa原创源码，唯一官网：www.96kaifa.com*/
body,
html,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    color: #666;
    font-family: Microsoft YaHei, SimSun;
    background: #fff;
}

textarea,
input,
button,
select {
    outline: none;
}

li {
    list-style: none;
}

img {
    border: 0;
}

button {
    padding: 0;
    border: none;
    cursor: pointer;
}


/* 内容超出隐藏 */

.p-oh {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 左浮动 */

.fl {
    float: left;
}


/* 右浮动 */

.fr {
    float: right;
}


/* 清除浮动 */

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* 元素隐藏 */

.dn {
    display: none;
}

.wd1220 {
    width: 1200px;
    margin: 0 auto;
}

.p-oh2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

a {
    display: block;
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #F26E45;
    text-decoration: none;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.crumbs {
    margin-top: 36px;
}

.crumbs a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.65;
}


/* 头部 */

.headerUp {
    width: 100%;
    height: 30px;
    background: #E6E6E6;
}
.headerUp p {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 30px;
    color: #666666;
}

.headerUp .wd1220 {
    display: flex;
    justify-content: space-between;
}

.headerUp .wd1220>img {
    width: 168px;
    height: 12px;
    margin-top: 9px;
}

.headerUp_aside {
    display: flex;
}

.headerUp_aside a {
    margin-right: 41px;
}

.headerUp_aside p,
.headerUp_aside a {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #C5C5C5;
    line-height: 30px;
    position: relative;
    cursor: pointer;
}

.headerUp_aside p::before,
.headerUp_aside a::before {
    content: '';
    position: absolute;
    top: 7px;
    left: -22px;
    width: 10px;
    height: 15px;
    background: url(/96kaifa/images/phone.png);
    background-size: 100% 100%;
}

.headerUp_aside p::before {
    background: url(/96kaifa/images/shoucang.png);
    background-size: 100% 100%;
    width: 13px;
    height: 13px;
    left: -20px;
}

.header {
    width: 100%;
    height: 70px;
    background: #F5F5F5;
}

header {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding-right: 40px;
}

header>a {
    width: 86px;
    height: 41px;
    margin-bottom: 10px;
    margin-right: 100px;
}

header>a>img {
    width: 150px;
    height: 46px;
}

.headerList {
    flex: 1;
}

.headerList ul {
    display: flex;
    justify-content: space-between;
    height: 57px;
}

.headerList ul li {
    margin-top: 3px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    opacity: 0.9;
    padding: 8px 15px 16px;
}

.headerList ul li a {
    color: #FFFFFF;
}
/* 
.headerList ul li.current {
    background: linear-gradient(0deg, #f9bf5377, #fc858167);
    border-radius: 10px 10px 0px 0px;
} */




/*  */

.headerNav_nav {
    flex: 1;
}

.headerNav_nav>ul {
    display: flex;
    justify-content: flex-start;
    width: 1200px;
    height: 100%;
    margin: auto;
    overflow: initial !important;
    
}

.headerNav_nav>ul>li {
    position: relative;
    width: 120px;
    margin-right: 80px;
    overflow: initial !important;
}

.headerNav_nav>ul>li>a {
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    
    color: #FFFFFF; 
    overflow: initial !important;
}

.headerNav_nav>ul>li>a.index_on {
    /* position: relative;
    display: block;
    width: 125px;
    background: url('/96kaifa/images/header_hover.png') 0 0 no-repeat; */
    /* width: 125px;
    height: 65px !important;
    background: url('/96kaifa/images/header_hover.png') no-repeat;
    position: absolute;
    top: -5px; */
}
#menu-active {
    width: 131px;
    height: 65px;
    background: url('/96kaifa/images/header_hover.png') no-repeat;
    position: absolute;
    top: -6px;
    left: 0;
    z-index: -1;
}
#menu {
    position: relative;
    width: 1200px;
    height: 56px;
    margin: auto;
    z-index: 999;
}
.headerNav_nav {
    width: 100%;
    height: 56px;
    background: #EE4646;
}
.headerNav_nav .uls {
    display: flex;
    width: 1200px;
    margin: auto;
    
}

.headerNav_nav ul>li>a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin: auto;
}

/* 二级菜单 */
.subMenu {
    display: none;
    position: absolute;
    top: 70px;
    left: -60%;
    width: 300px;
    border: 1px solid #EE4646;
    background: #ff6464;
    z-index: 888;
    padding: 10px 25px;
    padding-right: 0;
}
.subMenu::before {
    position: absolute;
    top: -26px;
    left: 43.35%;
    content: '';
    width: 0;
    height: 0;
    border: 13px solid;
    border-color: transparent transparent #EE4646;
}

.subMenu>ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.subMenu>ul>li>a {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    margin-right: 36px;
}

.subMenu>ul>li a{
    margin-top: 10px;
    margin-bottom: 10px;
}

.subMenu>ul>li:nth-of-type(3n) a {
    margin-right: 0;
}

/* .headerNav_nav>ul>li:nth-of-type(2) .subMenu>ul>li:nth-of-type(-n+8) a{
    margin-bottom: 0;
} */

.subMenu>ul>li a.on{
    position: relative;
}

.subMenu>ul>li a.on::before{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #F16D45;
    border-radius: 2px;
}


/*  */

.header_input {
    position: relative;
    margin-left: 80px;
}

.header_input input[type=text] {
    width: 246px;
    height: 34px;
    border: 2px solid #FF6464;
    text-indent: 35px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 17px;
    color: #CCCCCC;
    background: url('/96kaifa/images/sousuo.png') no-repeat 7px 7px;
    background-size: 16px 16px;
}
.header_input input[type=text]::placeholder {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 17px;
    color: #CCCCCC;
}

input[type=text]::-webkit-input-placeholder {
    color: #FFFFFF;
}

.header_input button {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 50px;
    height: 34px;
    background: #FF6464;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}


/* 底部 */

.footer {
    margin-top: 50px;
    background-color: #000000;
    width: 100%;
    /* height: 276px; */
}

.footer-main {
    display: flex;
    justify-content: space-between;
}

.footer_lei {
    padding-top: 40px;
    width: 26%;
}

.footer_lei .title {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #EFEFEF;
    opacity: 1;
    margin-bottom: 20px;
}

.footer_lei .content {
    display: flex;
    flex-wrap: wrap;
}

.footer_lei .content a {
    font-weight: 400;
    color: #BFBCBC;
    opacity: .6;
    position: relative;
    margin-right: 11px;
    margin-bottom: 20px;
    width: 58px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 9px;
}

.footer_lei .content a::after {
    content: '';
    position: absolute;
    top: 3px;
    right: 0;
    width: 2px;
    height: 14px;
    background: #fff;
}

.footer_lei .content a:nth-of-type(4n) {
    margin-right: 0;
}

.footer_lei .content a:nth-of-type(4n)::after {
    content: none;
}

.footer_lei .content a:hover {
    color: #FF681E;
}

.footerLogo a {
    width: 128px;
    height: 45px;
    margin-top: 35px;
}

.footer-logo-txt {
    margin-top: 8px;
    width: 100%;
    height: 40px;
    background: #322C2B;
}

.footer-logo-txt .wd1220 {
    display: flex;
    justify-content: space-between;
}

.footer-logo-txt-link a {
    display: inline-block;
    margin-right: 38px;
    /* margin-bottom: 22px; */
    font-weight: 400;
    color: #CFCFCF;
    opacity: 0.6;
    line-height: 40px;
    position: relative;
}

/* .footer-logo-txt-link a::before {
    content: '';
    position: absolute;
    top: 13px;
    right: -22px;
    width: 2px;
    height: 14px;
    background: #fff;
} */
.footer-main .footer_lei:last-child a:last-child::after{
    display: none;
}

.footer-logo-txt-link a:last-of-type::before {
    content: none;
}

.footer-logo-txt-link a:hover {
    color: #F26E45;
}

.footer-logo-txt-dz {
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.6;
    line-height: 40px;
}

.footer-logo-txt-dz a{
    display: inline-block;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
}

.footerLess {
    position: absolute;
    bottom: 0;
}

#bigImg {
    margin-left: 20%;
    width: 80%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 988;
    background-color: rgba(0, 0, 0, 0.24);
}

#bigImg img {
    width: auto !important;
    height: 80% !important;
    margin: auto;
    position: fixed;
    left: 20%;
    right: 0;
    top: 10%;
    cursor: pointer;
    z-index: 999;
}

.bigImgList {
    position: fixed;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
    display: none;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.24);
    overflow-y: scroll;
}

.bigImgList>img {
    width: 80% !important;
    height: auto !important;
    margin-top: 20px;
    margin-left: 10%;
}


/* 返回顶部 */

.goBack {
    position: fixed;
    bottom: 0;
    right: 0;
    margin-right: 150px;
    margin-bottom: 70px;
    display: none;
    z-index: 999;
    animation-name: img-go-back;
}

/* @keyframes img-go-back {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
} */

.goBack a {
    height: 60px;
    width: 60px;
    display: inline-block;
}

.goBack a img {
    height: 100%;
}