@charset "utf-8";

/* CSS Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    text-align: justify;
    font-family: Microsoft Yahei, "微软雅黑", Arial, "Times New Roman";
}

a {
    text-decoration: none;
    font-size: 14px;
    color: #000;
}

input,
select,
textarea {
    outline: none;
}

img {
    max-width: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s;
    transform: scale(1);
    max-height: 100%;
}


.S_banner,
.S_banner img {
    width: 100%;
    float: left;
    position: relative
}

.S_banner_con {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%)
}

.S_banner span {
    font-size: 40px;
    color: #fff;
    font-weight: bold
}

.title {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e1e1e1;
    padding: 25px 0px
}

.title p {
    float: left;
    color: #969696;
}

.title p a {
    color: #969696;
}

.title p:before {
    content: url(../img/ico13.png);
    margin-right: 4px;
}

.title p a:after {
    content: '>';
    color: #969696;
    margin: 0px 5px
}

.title p a:last-child:after {
    display: none
}

.title p a:hover,
.title p a.cur {
    color: #0172b8
}

/* 通用样式 */
.clear {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

/* 轮播图样式 */
.slide {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner {
    height: 841px;
    position: relative;
}

.banner .ban_c {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}

.banner .ban_c.album {
    display: block;
}

.banner .ban_c .txt {
    position: absolute;
    top: 206px;
    left: 208px;
    z-index: 99;
}

.ban_c .txt h4 {
    font-weight: 400;
    font-size: 60px;
    color: #FFFFFF;
    line-height: 36px;

}

.ban_c .txt p {

    margin-top: 132px;
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 48px;
}

.banner .ban_c img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.bann_ext {
    position: relative;
}

.wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.frontCover {
    position: absolute;
    bottom: 30px;
    width: 100%;
    z-index: 99;
    text-align: center;
    list-style: none;
}

.frontCover li {
    display: inline-block;
    width: 50px;
    height: 3px;
    background: #fff;
    margin: 0 6px;
    cursor: pointer;
    opacity: .3;
    transition: opacity 0.3s ease;
}

.frontCover li.open {
    opacity: 1;
}

.frontCover .img {
    display: none;
}

/* 页脚样式 */
.footer {
    background: #393E3E;
    padding: 50px 0 0 0;
}

.fcontent {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* 左侧菜单 */
.fmenu {
    width: 65%;
    display: flex;
    flex-wrap: wrap;
}

.fmenu ul {
    text-align: left;
    width: 25%;
    margin-right: 4%;
    list-style: none;
}

.fmenu ul:last-child {
    width: 35%;
    margin-right: 0;
}

.fmenu ul li {
    display: block;
    margin-bottom: 12px;
}

.fmenu ul li.f {
    margin-bottom: 20px;
}

.fmenu ul li a {
    font-size: 14px;
    color: #fff;
    opacity: .6;
    transition: opacity 0.3s ease;
}

.fmenu ul li.f a {
    opacity: 1;
    font-weight: bold;
}

.fmenu ul li a:hover {
    opacity: 1;
}

/* 右侧联系信息 */
.fcontact {
    width: 32%;
    color: #fff;
}

.fcontact table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.fcontact table td {
    padding: 8px 5px;
    vertical-align: middle;
    word-break: break-all;
    border: none;
}

.fcontact table tr.firstRow td {
    padding-bottom: 15px;
}

.fcontact table img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.fcontact strong span {
    font-size: 18px;
}

/* 二维码区域 */
.ewm {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.ewm1,
.ewm2 {
    width: 48%;
    text-align: center;
}

.ewm .pic {
    margin-bottom: 8px;
}

.ewm img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

.ewm p {
    font-size: 12px;
    color: #fff;
    opacity: .7;
    line-height: 1.4;
}

/* 版权信息 */
.cr {
    background: #fff;
    color: #1f2024;
    font-size: 12px;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #4c4d50;
}

.cr p {
    opacity: .6;
    line-height: 1.6;
}

.cr a {
    color: #fff;
    font-size: 12px;
    opacity: .8;
    transition: opacity 0.3s ease;
}

.cr a:hover {
    opacity: 1;
}

.cr img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.gongshang {
    margin-top: 10px;
}

.multi-line-ellipsis {
    display: -webkit-box;
    /* 使用 WebKit 的弹性盒子模型 */
    -webkit-line-clamp: 2;
    /* 限制在 2 行 */
    -webkit-box-orient: vertical;
    /* 垂直排列子元素 */
    overflow: hidden;
    /* 超出部分隐藏 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
    word-wrap: break-word;
    /* 长单词换行 */
}

.multi-line-ellipsis3 {
    display: -webkit-box;
    /* 使用 WebKit 的弹性盒子模型 */
    -webkit-line-clamp: 3;
    /* 限制在 2 行 */
    -webkit-box-orient: vertical;
    /* 垂直排列子元素 */
    overflow: hidden;
    /* 超出部分隐藏 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
    word-wrap: break-word;
    /* 长单词换行 */
}

body {
    color: #333;
    background-color: #f8f9fa;
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #0F4358;
}

ul,
li {
    list-style: none;
}

.flex {
    display: flex;
}

.f-j-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 头部样式 */
.head {
    width: 100%;
    height: 44px;
    line-height: 44px;
    color: #fff;
    background: #393E3E;
    font-size: 14px;
}

.w1200 {
    margin: 0 auto;
    width: 95%;
    max-width: 1200px;
    height: 100%;
}

.h-info p {
    margin-left: 16px;
    font-size: 15px;
}

/* 导航样式 */
.nav {
    margin: 40px auto 0;
    width: 1100px;
    position: relative;
    z-index: 1000;
}

.logo {
    width: 88px;
    height: 50px;
}

/* 主导航 */
.nav-main {
    width: 630px;
}

.nav-main>li {
    position: relative;
}

.nav-main>li>a {
    display: block;
    padding: 10px 15px 34px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 7px solid transparent;
    transition: all 0.3s ease;
}



/* 二级导航 */
.s_nav {
    position: absolute;
    top: calc(100% + 16px);
    left: 50%;
    transform: translateX(-50%);
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    min-width: 160px;
    display: none;
    z-index: 1001;
    white-space: nowrap;
    text-align: center;
}

.s_nav::after {
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid transparent;
    border-bottom: 12px solid #fff;
}


.s_nav li {
    padding: 0;
}

.s_nav a {
    position: relative;
    display: block;
    padding: 10px 20px;
    margin: 4px;
    font-size: 14px;
    transition: all 0.2s ease;
}

.nbanner,
.S_banner {
    height: 160px;
    margin-bottom: 24px;
}

.S_banner img,
.S_banner img {
    /* object-fit: cover; */
}

.s_nav a::after {
    content: "";
    position: absolute;
    left: -2px;
    right: -2px;
    bottom: -2px;
    height: 1px;
    background: #53636C;
    opacity: .8;
}

.s_nav li:last-child a::after {
    content: "";
    height: 0;
}

.s_nav a:hover {
    background-color: #0F4358;
    color: #fff;
}

.hamburger-menu {
    display: none;
    font-size: 24px;
}

/* 内容区域 */
main {
    margin-top: 6px;
}

/* 页脚样式 */
footer {
    margin-top: 50px;
}

.ml-4 {
    margin-left: 12px;
}

.wx-qr {
    position: relative;
    cursor: pointer;
}

.wx-qr-item {
    position: absolute;
    left: 50%;
    width: 100px;
    transform: translateX(-50%);
    display: none;
}

.wx-qr-item img {
    width: 100px;
    height: 100px;
}

.wx-qr:hover .wx-qr-item {
    display: block;
}

@media (min-width: 1200px) {
    .nav-main>li:hover a {
        border-bottom-color: #0F4358;
    }

    .nav-main>li:hover .s_nav {
        display: block;
    }

}

/* 响应式设计 */
@media screen and (max-width: 1200px) {

    .head p {
        width: 100%;
        font-size: 12px;
        text-align: right;
    }

    .h-info {
        display: none;
    }

    .hamburger-menu {
        display: block;
    }

    .nav {
        display: none;
    }

    .banner {
        height: 200px;
    }

    .fcontent {
        flex-direction: column;
        padding-bottom: 0;
    }

    .footer {
        padding: 24px;
    }

    .fmenu,
    .fcontact {
        width: 100%;
    }

    .fmenu {
        margin-bottom: 40px;
    }

    .fmenu ul {
        margin: 6px 0 0;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .fmenu ul :first-child {
        margin-top: 0;
    }

    .fmenu ul li.f {
        margin-bottom: 8px;
        width: 100%;
    }

    .fmenu ul li {
        margin: 0 12px 0 0;
    }

    .fmenu ul li:last-child {
        margin-right: 0;
    }

    .fmenu ul:last-child {
        width: 100%;
    }

    .show {
        display: block;
        width: 95%;
        margin: 12px auto 0;
    }

    .s_nav {
        position: static;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        box-shadow: none;
        transform: translate(0, 0);
    }

    .s_nav a {
        text-align: left;
        padding: 4px 12px;
    }

    .show .logo {
        display: none;
    }

    .nav-main {
        flex-direction: column;
        width: 100%;
    }

    .nav-main>li {
        width: 100%;
    }

    .s_nav a::after {
        content: "";
        height: 0;
    }

    .nav-main>li>a {
        display: block;
        width: 100%;
        padding: 0;
        text-align: left;
    }

    .cr {
        margin: 0 auto;
        padding: 12px 0;
        width: 90%;
    }

    .ccr {
        flex-wrap: wrap;
    }

    .ccr p {
        width: 100%;
        margin: 0;
    }
}



.search-pagination {
    text-align: center;
    width: 100%;
}

.pagination {
    text-align: center;
    width: 100%;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    float: left
}

.pagination>li {
    display: inline-block;
    float: none;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    word-break: keep-all;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #21479f;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #21479f;
    border-color: #21479f;
    cursor: default;
}

.factory1 ul li a {
    display: block
}