﻿/* .pub_scroll {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.pub_container {
    position: relative;
    overflow: hidden;
}

.index_banner {
    z-index: -1;
}

.pub_header {
    position: absolute;
    top: 0;
} */

/*  */

.pub_header, .pub_footer {
    min-width: 1200px;
    position: relative;
    width: 100%;
}

/* .pub_header::after{
    content: '';
    height: 70px;
    display: block;
    background-color: #000;
} */

.mid {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

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

/* body滚动条样式 */

body {
    overflow-x: auto;
    overflow-y: auto;
    background-color: #fcfcfc;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
}

/* 公共头部 */

.pub_pc_box {
    /* position: relative; */
    position: fixed;
    width: 100%;
    min-width: 1200px;
    -webkit-overflow-scroll: touch;
    -webkit-transform: translateZ(0);
    left: 0;
    top: 0;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3%;
    /* background-color: rgba(0, 0, 0); */
    z-index: 10;
    transition: 0.35s;
}

.pub_header_on .pub_pc_box {
    position: fixed;
}

.pub_pc_box .logo {
    width: 154px;
    height: 36px;
    display: block;
}

.pub_pc_box .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
}

.pub_pc_box .nav li {
    padding: 0 1.4em;
}

.pub_pc_box .nav li a {
    display: block;
    height: 90px;
    line-height: 90px;
    padding: 0 5px;
    position: relative;
    transition: 0.5s;
}

.pub_pc_box .nav * {
    color: #fff;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.b32p::before {
    bottom: 22% !important;
}

.pub_pc_box .nav li a:before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 28%;
    background-color: #ff4229;
    transition: 0.5s;
}

.pub_pc_box .nav li.on a {
    color: #ff4229;
}

.pub_pc_box .nav li.on a:before, .pub_pc_box .nav li a:hover {
    color: #ff4229;
}

.pub_pc_box .nav li.on a:before, .pub_pc_box .nav li a:hover:before {
    width: 100%;
}
.pub_pc_box .nav li.on a {
    color: #ff4229;
}

.pub_pc_box .nav li.on a:before, .pub_pc_box .nav li a:hover {
    color: #ff4229;
}

.pub_pc_box .nav li.on a:before, .pub_pc_box .nav li a:hover:before {
    width: 100%;
}

/* 中间容器 */

.pub_container {
    padding-top: 0;
    min-width: 1200px;
}

.pub_header_on+.pub_container {
    padding-top: 70px;
}

/* 公共底部 */

.pub_footer {
    background-color: #000;
    padding-top: 5%;
}

.pub_footer .left {
    width: 300px;
}

.pub_footer .left .t1 {
    font-size: 16px;
    color: #fff;
}

.pub_footer .left .t2 {
    font-size: 14px;
    color: #c1bebe;
}

.pub_footer .left .t3 {
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #c1bebe;
    background-color: #1a1a1a;
    transition: 0.5s;
    position: relative;
}

.pub_footer .left .t3:before, .pub_footer .left .t3:after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #ff4229;
    display: block;
    position: absolute;
    transition: 1s;
}

.pub_footer .left .t3:before {
    left: 0;
    top: 0;
}

.pub_footer .left .t3:after {
    right: 0;
    bottom: 0;
}

.pub_footer .left .t3:hover {
    background-color: #000;
    color: #fff;
}

.pub_footer .left .t3:hover:before, .pub_footer .left .t3:hover:after {
    width: 100%;
}

.pub_footer .left .t1 {
    margin-bottom: 1em;
}

.pub_footer .left .t2 {
    margin-bottom: 0.8em;
}

.pub_footer .left .t3 {
    margin-top: 3em;
}

.pub_footer .right {
    width: calc(100% - 320px);
    text-align: right;
}
.pub_footer .right a {
  color: #8e8b8bfa;
}

.pub_footer .right a:hover {
    color: #ff4229;
}

.pub_footer .right dl {
    float: left;
    width: 20%;
    font-size: 0;
}

.pub_footer .right dl:last-child {
    width: 60%;
}

.pub_footer .right dl dt {
    font-size: 16px;
    width: 100%;
    margin-bottom: 1em;
    padding: 0 24px;
}

.pub_footer .right dl dd {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    border-right: 1px solid #1a1a1a;
    padding: 0.7em 24px 0.7em 0
}

.pub_footer .right dl:last-child dd {
    width: 25%;
    border-right: 0px;
}

.pub_footer .bottom {
    font-size: 12px;
    padding-top: 5%;
    padding-bottom: 1.4em;
}

.pub_footer .bottom .t1 {
    color: #606060;
    text-transform: uppercase;
    padding-right: 24px;
}

/* 公共二级 */

.pub_snav {
    position: absolute;
    left: 3%;
    bottom: 3%;
    z-index: 2;
}

.pub_snav a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    /* padding: 0 1em; */
    margin: 0 2em 1em 1em;
    transition: 0.5s;
    position: relative;
}

.pub_snav a span:before {
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    background-color: #ff4229;
    position: absolute;
    left: 0;
    bottom: -10px;
    transition: 1s;
}

.pub_snav a.on, .pub_snav a:hover {
    color: #ff4229;
}

.pub_snav a:hover span:before {
    width: 100%;
}

/* 公共右侧栏 */

.pub_contact {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pub_contact .pub_contact_item {
    margin-bottom: 2px;
    position: relative;
}

.pub_contact_item_hover {
    width: 163px;
    height: 70px;
    transition: 1s;
    background-color: #ff4229;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 70px;
    top: 0;
    color: white;
}

.pub_contact_item_hover p {
    border-bottom: 1px solid #f54359;
    line-height: 1.6;
    letter-spacing: 1px;
    opacity: 0;
    transition: 1s;
}

.pub_contact_item_hover a {
    color: white;
}

.pub_contact_item_hover p:last-of-type {
    border-bottom: 0;
}

.pub_contact .pub_contact_item_img {
    display: block;
    width: 70px;
    height: 70px;
    background-color: #ff4229;
    opacity: .7;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 99;
    transition: 1s;
}

.pub_contact .pub_contact_item:first-of-type .pub_contact_item_img {
    background-image: url('../images/msg_hover.png');
}

.pub_contact .pub_contact_item:last-of-type .pub_contact_item_img {
    background-image: url('../images/tel_hover.png');
}

.pub_contact .pub_contact_item:hover .pub_contact_item_img {
    opacity: 1;
}

.pub_contact .pub_contact_item:hover .pub_contact_item_hover p {
    opacity: 1;
}

.pub_contact .pub_contact_item:hover .pub_contact_item_hover {
    left: -163px;
}

/* 返回顶部 */

.pub_uptop {
    display: none;
    width: 70px;
    height: 70px;
    position: fixed;
    z-index: 99;
    right: 0;
    bottom: 70px;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url('../images/uptop.png');
    background-repeat: no-repeat;
    background-position: center center;
}


@media screen and (min-width: 1700px){
    .pub_pc_box .nav {
        font-size: 18px;
    }
}


@media screen and (max-width: 1200px) {
    .mid {
        padding-left: 3%;
        padding-right: 3%;
    }
    .pub_footer .right {
        margin-top: 4%;
    }
    .pub_footer .right dl {
        width: 18%;
    }
    .pub_footer .right dl:last-child {
        width: 64%;
    }
    .pub_footer .bottom .t1 {
        width: 100%;
        text-align: center;
        margin-top: 1em;
    }
}


@media screen and (max-width: 800px) {
    .pub_footer .right dl {
        width: 50%;
    }
    .pub_footer .right dl:last-child {
        width: 100%;
        margin-top: 5%;
    }
    .pub_footer .right dl:last-child dd {
        width: 50%;
    }
    .pub_footer .right dl:nth-child(2) dd {
        border-right: 0;
    }
    .pub_footer .right dl:last-child dd:nth-child(even) {
        border-right: 1px solid #1a1a1a;
    }
    .pub_snav {
        position: relative;
        text-align: center;
        padding: 3%;
        left: 0;
        bottom: 0;
    }
    .pub_snav a {
        padding: 0 0.5em;
        margin: 0.5em 0;
        color: #000;
    }
}


/*  */

.fhtml {
    color: #666666;
    font-size: 12px;
    line-height: 2;
    word-break: break-word;
}

.fhtml p {
    margin-bottom: 20px;
}

.fhtml img {
    margin-bottom: 20px;
}

.fhtml * {
    max-width: 100%;
}

.fhtml img {
    max-width: 100%;
    object-fit: contain;
}

.pagi {
  line-height: 100%; text-align: center;margin:10px 0;
}
.pagi a {
  display: inline-block; background: #fff; padding: 10px; font-size: 1.4rem; color: #666; border: #eee 1px solid; border-right: 0px; cursor: pointer; vertical-align: middle
}
.pagi a:last-child {
  border-right: #eee 1px solid
}
.pagi a.on {
  text-decoration: underline
}