.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*table*/
.table-box {
    width: 100%;
    max-width: 100%;
    overflow: auto;
}
.table-box table {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    line-height: 1.2;
}
.table-box table tr,
.table-box table td,
.table-box table th {
    width: auto !important;
    height: auto !important;
    background-color: #f2f3f4;
    color: #02152d;
}
.table-box table tr:nth-child(odd) {
    background-color: #f5f5f5;
}
.table-box table tr:nth-child(even) {
    background-color: #ffffff;
}
.table-box table td,
.table-box table th {
    vertical-align: middle;
    font-weight: normal;
    padding: 10px !important;
    border: 1px solid #EEEEEE !important;
    font-size: 15px;
}
@media (max-width: 767px) {
    .table-box table td,
    .table-box table th {
        font-size: 14px;
    }
}
.table-box table tr p,
.table-box table tr span {
    line-height: 1.2 !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.table-box table th {
    text-align: center;
}
.table-box .table-nav {
    overflow: hidden;
}
.table-box .table-content {
    overflow-x: auto;
    overflow-y: auto;
    max-height: 300px;
    max-height: 42vh;
}
.tsformcommon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tsformY {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.tsformX {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#fp-nav.fp-left {
    left: 50px;
}
#fp-nav.fp-left ul li {
    margin: 0;
    padding: 16px 0;
    width: auto;
    height: auto;
}
#fp-nav.fp-left ul li a {
    position: relative;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
#fp-nav.fp-left ul li a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 400%;
    height: 400%;
    border-radius: 50%;
    border: 2px solid #e78c19;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#fp-nav.fp-left ul li a span {
    display: none;
}
#fp-nav.fp-left ul li .active {
    background-color: transparent;
}
#fp-nav.fp-left ul li .active::before {
    transform: translate(-50%, -50%) scale(1);
}
.section {
    overflow: hidden;
}
@media screen and (min-width: 1200px) {
    .section .pdd-top {
        padding-top: 100px;
    }
}
.section .common-more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 45px;
    border-radius: 22.5px;
    font-size: 16px;
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: transparent;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
    .section .common-more {
        width: 145px;
        height: 40px;
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .section .common-more {
        margin-top: 20px;
        max-width: 140px;
        width: 100%;
        height: 35px;
        font-size: 14px;
    }
}
@media screen and (min-width: 1200px) {
    .section .common-more:hover {
        border-color: #e78c19;
        background-color: #e78c19;
    }
}
.section .common-more::after {
    margin-left: 10px;
    content: '+';
    font-size: 18px;
}
@media screen and (max-width: 767px) {
    .section .common-more::after {
        margin-left: 5px;
        font-size: 16px;
    }
}
@media screen and (min-width: 1440px) {
    .section .container {
        width: 1440px;
    }
}
.section-banner .slickbanner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.section-banner .slickbanner .slick-list .slick-slide {
    font-size: 0;
}
.section-banner .slickbanner .slick-list .slick-slide .item {
    position: relative;
    display: block;
    overflow: hidden;
}
@media screen and (min-width: 1200px) {
    .section-banner .slickbanner .slick-list .slick-slide .item img {
        position: absolute;
        top: 50%;
        left: 50%;
    }
}
@media screen and (max-width: 1199px) {
    .section-banner .slickbanner .slick-list .slick-slide .item img {
        width: 100%;
        height: auto;
    }
}
.section-banner .slickbanner .slick-list .slick-slide .video-box {
    overflow: hidden;
    display: block;
}
@media screen and (min-width: 1200px) {
    .section-banner .slickbanner .slick-list .slick-slide .video-box {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
}
@media screen and (max-width: 1199px) {
    .section-banner .slickbanner .slick-list .slick-slide .video-box {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
    }
}
.section-banner .slickbanner .slick-list .slick-slide .video-box>video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-banner .slickbanner .slick-list .slick-slide .video-box .fluid_video_wrapper {
    position: absolute !important;
}
.section-banner .slickbanner .slick-list .slick-slide .video-box .fluid_video_wrapper .fluid_controls_container {
    display: none !important;
}
.section-banner .slickbanner .slick-dots {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 100%;
    text-align: center;
}
@media screen and (max-width: 1199px) {
    .section-banner .slickbanner .slick-dots {
        bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .section-banner .slickbanner .slick-dots {
        bottom: 15px;
    }
}
@media screen and (max-width: 575px) {
    .section-banner .slickbanner .slick-dots {
        bottom: 10px;
    }
}
.section-banner .slickbanner .slick-dots li {
    display: inline-block;
    position: relative;
    margin: 0 14px;
    width: 42px;
    height: 42px;
}
@media screen and (max-width: 767px) {
    .section-banner .slickbanner .slick-dots li {
        margin: 0 8px;
        width: 30px;
        height: 30px;
    }
}
@media screen and (max-width: 575px) {
    .section-banner .slickbanner .slick-dots li {
        margin: 0 6px;
    }
}
.section-banner .slickbanner .slick-dots li canvas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.section-banner .slickbanner .slick-dots li button {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    font-size: 0;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background-color: transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
.section-banner .slickbanner .slick-dots li button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .section-banner .slickbanner .slick-dots li button::before {
        width: 3px;
        height: 3px;
    }
}
.section-banner .slickbanner .slick-dots .video-li::before {
    display: none;
}
.section-banner .slickbanner .slick-dots .video-li::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e87c';
    color: #fff;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .section-banner .slickbanner .slick-dots .video-li::after {
        font-size: 12px;
    }
}
.section-technology {
    background-size: cover;
}
.section-technology ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.section-technology ul li {
    overflow: hidden;
    position: relative;
    width: 33.33333333%;
    height: 100%;
    background: no-repeat center;
    background-size: cover;
    background: none;
}
@media screen and (max-width: 1199px) {
    .section-technology ul li {
        min-height: 100%;
        height: auto;
    }
}
@media screen and (max-width: 575px) {
    .section-technology ul li {
        width: 100%;
        text-align: center;
    }
}
@media screen and (min-width: 1200px) {
    .section-technology ul li:hover::before {
        opacity: 0;
    }
    .section-technology ul li:hover>.num {
        opacity: 0;
        transform: translateY(100%);
    }
    .section-technology ul li:hover .item {
        background-color: rgba(129, 179, 44, 0.96);
    }
    .section-technology ul li:hover .item .intro .num {
        opacity: 0.7;
        transform: translateX(18%);
    }
    .section-technology ul li:hover .item .intro .txt {
        display: block;
    }
    .section-technology ul li:hover .item .intro .more {
        color: #e78c19;
        background-color: #fff;
    }
}
.section-technology ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
}
.section-technology ul li>.num {
    position: absolute;
    bottom: 0;
    left: 18.75%;
    z-index: 3;
    font-size: 24.07407407vh;
    line-height: 0.65;
    color: #ffffff;
    font-weight: 700;
    opacity: 0.2;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
@media screen and (max-width: 1199px) {
    .section-technology ul li>.num {
        left: 25px;
        font-size: 150px;
    }
}
@media screen and (max-width: 767px) {
    .section-technology ul li>.num {
        left: 15px;
        font-size: 80px;
    }
}
@media screen and (max-width: 575px) {
    .section-technology ul li>.num {
        left: 0;
    }
}
.section-technology ul .item {
    overflow: hidden;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 83.59375%;
    height: 85.71428571%;
    padding: 8.33333333vh 10.15625% 5.09259259vh;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
@media screen and (max-width: 1199px) {
    .section-technology ul .item {
        position: relative;
        left: 0;
        top: 0;
        transform: translate(0, 0);
        width: 100%;
        height: 100%;
        padding: 40% 25px;
    }
}
@media screen and (max-width: 767px) {
    .section-technology ul .item {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 575px) {
    .section-technology ul .item {
        padding: 30px 0;
    }
}
.section-technology ul .item .icon {
    display: block;
    height: 7.40740741vh;
    font-size: 0;
}
@media screen and (max-width: 1199px) {
    .section-technology ul .item .icon {
        height: 60px;
    }
}
@media screen and (max-width: 991px) {
    .section-technology ul .item .icon {
        height: 45px;
    }
}
@media screen and (max-width: 767px) {
    .section-technology ul .item .icon {
        height: 30px;
    }
}
.section-technology ul .item .icon img {
    height: 100%;
    width: auto !important;
}
.section-technology ul .item .title {
    padding-top: 5.55555556vh;
    padding-bottom: 1.85185185vh;
}
@media screen and (max-width: 1199px) {
    .section-technology ul .item .title {
        padding: 20px 0 15px;
    }
}
.section-technology ul .item .title h3 {
    margin: 0;
    font-size: 3.33333333vh;
    line-height: 1.25;
    color: #ffffff;
    font-weight: 900;
}
@media screen and (max-width: 1199px) {
    .section-technology ul .item .title h3 {
        font-size: 30px;
    }
}
@media screen and (max-width: 991px) {
    .section-technology ul .item .title h3 {
        font-size: 25px;
    }
}
@media screen and (max-width: 767px) {
    .section-technology ul .item .title h3 {
        font-size: 20px;
    }
}
@media screen and (min-width: 1200px) {
    .section-technology ul .item .title h3:hover {
        text-decoration: underline;
    }
}
.section-technology ul .item .title p {
    padding-top: 10px;
    font-size: 1.48148148vh;
    line-height: 1.5;
    color: #ffffff;
    font-weight: 500;
}
@media screen and (max-width: 1199px) {
    .section-technology ul .item .title p {
        font-size: 15px;
    }
}
@media screen and (max-width: 991px) {
    .section-technology ul .item .title p {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .section-technology ul .item .title p {
        padding-top: 5px;
        font-size: 13px;
    }
}
.section-technology ul .item .txt {
    margin-top: 0.92592593vh;
    overflow: auto;
    display: none;
    width: 100%;
    max-height: 32.40740741vh;
    font-size: 1.48148148vh;
    line-height: 1.875;
    color: #ffffff;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.section-technology ul .item .more {
    margin-top: 5.09259259vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14.81481481vh;
    height: 4.16666667vh;
    border-radius: 22.5px;
    border: 1px solid #fff;
    font-size: 1.48148148vh;
    color: #ffffff;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
    .section-technology ul .item .more {
        margin-top: 30px;
        width: 145px;
        height: 40px;
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .section-technology ul .item .more {
        margin-top: 20px;
        max-width: 140px;
        width: 100%;
        height: 35px;
        font-size: 14px;
    }
}
@media screen and (max-width: 575px) {
    .section-technology ul .item .more {
        margin: 15px auto 0;
    }
}
@media screen and (min-width: 1200px) {
    .section-technology ul .item .more:hover {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5) inset;
    }
}
.section-technology ul .item .more::after {
    margin-left: 0.92592593vh;
    content: '+';
    font-size: 1.48148148vh;
}
@media screen and (max-width: 1199px) {
    .section-technology ul .item .more::after {
        margin-left: 5px;
        font-size: 15px;
    }
}
.section-technology ul .item .num {
    position: absolute;
    top: 7.02380952%;
    right: 0;
    font-size: 16.66666667vh;
    color: #ffffff;
    font-weight: 700;
    line-height: 0.72222222;
    opacity: 0;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
    .section-technology ul .item .num {
        display: none;
    }
}
@keyframes videobgg {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}
@-webkit-keyframes videobgg {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}
.section-about {
    background: url(../images/img/index_about_bgg.jpg) no-repeat center;
    background-size: cover;
}
.section-about .large-container {
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1199px) {
    .section-about .large-container {
        padding: 50px 0;
    }
}
@media screen and (max-width: 767px) {
    .section-about .large-container {
        padding: 30px 0;
    }
}
.section-about .outline-font {
    position: absolute;
    bottom: 227px;
    right: 0;
    z-index: 3;
}
@media screen and (max-width: 1439px) {
    .section-about .outline-font {
        bottom: 180px;
    }
}
@media screen and (max-width: 1199px) {
    .section-about .outline-font {
        display: none;
    }
}
.section-about .outline-font h5 {
    margin: 0;
    font-size: 170px;
    line-height: 0.88235294;
    color: #e78c19;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
    -webkit-text-stroke-color: #e78c19;
    -webkit-text-stroke-width: 1px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
@media screen and (max-width: 1439px) {
    .section-about .outline-font h5 {
        font-size: 100px;
    }
}
.section-about .inner {
    position: relative;
    z-index: 2;
    padding-bottom: 65px;
}
@media screen and (max-width: 767px) {
    .section-about .inner {
        padding-bottom: 0;
    }
}
.section-about .intro {
    position: relative;
    z-index: 5;
    margin-top: 30px;
    width: 100%;
    max-width: 74.46808511%;
    font-size: 16px;
    line-height: 1.875;
    color: #555555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}
@media screen and (max-width: 1199px) {
    .section-about .intro {
        max-width: 100%;
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .section-about .intro {
        margin-top: 20px;
        font-size: 14px;
    }
}
.section-about .num {
    position: relative;
    z-index: 5;
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0 -33px;
    padding-top: 75px;
}
@media screen and (max-width: 1199px) {
    .section-about .num {
        padding-top: 50px;
        margin: 0 -15px -15px;
    }
}
@media screen and (max-width: 767px) {
    .section-about .num {
        padding-top: 30px;
    }
}
.section-about .num li {
    padding: 0 33px;
}
@media screen and (max-width: 1199px) {
    .section-about .num li {
        padding: 0 15px 15px;
    }
}
.section-about .num h4 {
    margin: 0;
    font-size: 16px;
    line-height: 1.875;
    color: #666666;
}
@media screen and (max-width: 1199px) {
    .section-about .num h4 {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .section-about .num h4 {
        font-size: 14px;
    }
}
.section-about .num p {
    margin-top: 5px;
    font-size: 72px;
    line-height: 0.79166667;
    font-weight: 700;
    color: #e78c19;
}
@media screen and (max-width: 1199px) {
    .section-about .num p {
        font-size: 60px;
    }
}
@media screen and (max-width: 991px) {
    .section-about .num p {
        font-size: 45px;
    }
}
@media screen and (max-width: 767px) {
    .section-about .num p {
        font-size: 30px;
    }
}
.section-about .num p sup {
    top: -1.55em;
    font-size: 0.33333333em;
    line-height: 1;
}
.section-about .more-btn {
    position: relative;
    z-index: 5;
    margin-top: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 45px;
    border-radius: 22.5px;
    font-size: 16px;
    color: #ffffff;
    background-color: #e78c19;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
    .section-about .more-btn {
        margin-top: 50px;
        width: 145px;
        height: 40px;
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .section-about .more-btn {
        margin-top: 20px;
        max-width: 140px;
        width: 100%;
        height: 35px;
        font-size: 14px;
    }
}
@media screen and (min-width: 1200px) {
    .section-about .more-btn:hover {
        box-shadow: -3px 2px 5px rgba(0, 0, 0, 0.5) inset;
    }
}
.section-about .more-btn::after {
    margin-left: 10px;
    content: '+';
    font-size: 18px;
}
@media screen and (max-width: 767px) {
    .section-about .more-btn::after {
        margin-left: 5px;
        font-size: 16px;
    }
}
.section-about .about-video {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 40.42553191%;
}
@media screen and (max-width: 767px) {
    .section-about .about-video {
        display: block;
        margin-top: 20px;
        position: relative;
        width: 100%;
    }
}
@media screen and (min-width: 1200px) {
    .section-about .about-video:hover img {
        transform: scale(1.05);
    }
}
.section-about .about-video .img-box {
    padding-bottom: 52.63157895%;
}
.section-about .about-video .img-box img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.section-about .about-video .video-btn {
    position: absolute;
    bottom: 50px;
    right: 40px;
    z-index: 1;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: rgba(231, 140, 25, 0.9);
}
@media screen and (max-width: 1439px) {
    .section-about .about-video .video-btn {
        width: 75px;
        height: 75px;
        bottom: 35px;
        right: 35px;
    }
}
@media screen and (max-width: 1199px) {
    .section-about .about-video .video-btn {
        width: 60px;
        height: 60px;
        bottom: 30px;
        right: 30px;
    }
}
@media screen and (max-width: 575px) {
    .section-about .about-video .video-btn {
        width: 50px;
        height: 50px;
        bottom: 15px;
        right: 15px;
    }
}
.section-about .about-video .video-btn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e87c';
    color: #fff;
    font-size: 20px;
}
@media screen and (max-width: 1439px) {
    .section-about .about-video .video-btn::before {
        font-size: 18px;
    }
}
@media screen and (max-width: 1199px) {
    .section-about .about-video .video-btn::before {
        font-size: 16px;
    }
}
@media screen and (max-width: 575px) {
    .section-about .about-video .video-btn::before {
        font-size: 15px;
    }
}
.section-about .about-video .video-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(231, 140, 25, 0.75);
    animation: videobgg 3s 0s linear infinite;
    -webkit-animation: videobgg 3s 0s linear infinite;
}
.section-new {
    background: url(../images/img/index_new_bgg.jpg) no-repeat center;
    background-size: cover;
}
.section-new .content {
    height: 100%;
}
.section-new .large-container {
    display: flex;
    align-items: center;
    height: 100%;
}
.section-new .left-txt {
    width: 42.96875%;
    padding-left: 13.28125%;
    padding-right: 4.6875%;
}
@media screen and (max-width: 1199px) {
    .section-new .left-txt {
        width: 360px;
        padding: 0 30px;
    }
}
@media screen and (max-width: 575px) {
    .section-new .left-txt {
        width: 40%;
        padding: 0 15px;
    }
}
.section-new .left-txt .intro {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.875;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
@media screen and (max-width: 1199px) {
    .section-new .left-txt .intro {
        margin-top: 20px;
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .section-new .left-txt .intro {
        margin-top: 15px;
        font-size: 12px;
    }
}
.section-new .left-txt .common-more {
    margin-top: 50px;
}
@media screen and (max-width: 1199px) {
    .section-new .left-txt .common-more {
        margin-top: 30px;
    }
}
@media screen and (max-width: 767px) {
    .section-new .left-txt .common-more {
        margin-top: 15px;
    }
}
.section-new .right-news {
    width: 57.03125%;
    height: 100%;
}
@media screen and (max-width: 1199px) {
    .section-new .right-news {
        width: calc(100% - 360px);
    }
}
@media screen and (max-width: 575px) {
    .section-new .right-news {
        width: 60%;
    }
}
.section-new .right-news .new-slick {
    position: relative;
    height: 100%;
}
.section-new .right-news .slick-list {
    height: 100%;
}
.section-new .right-news .slick-list .slick-track {
    height: 100%;
}
.section-new .right-news .slick-list .slick-slide {
    display: flex;
    height: 100%;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    transition: border-color 0.3s, background-color 0.3s;
    -webkit-transition: border-color 0.3s, background-color 0.3s;
}
.section-new .right-news .slick-list .slick-slide:hover {
    cursor: url(../images/common/grab.cur), default;
}
@media screen and (min-width: 1200px) {
    .section-new .right-news .slick-list .slick-slide:hover .item .new-pic img {
        transform: scale(1.1);
    }
}
.section-new .right-news .slick-list .slick-slide:active {
    cursor: url(../images/common/grabbed.cur), default;
}
.section-new .right-news .slick-list .slick-current {
    border-color: transparent;
    background-color: rgba(0, 0, 0, 0.36);
}
.section-new .right-news .item {
    padding: 0 30px;
}
@media screen and (max-width: 1439px) {
    .section-new .right-news .item {
        padding: 0 20px;
    }
}
@media screen and (max-width: 1199px) {
    .section-new .right-news .item {
        padding: 50px 20px;
    }
}
@media screen and (max-width: 767px) {
    .section-new .right-news .item {
        padding: 30px 15px;
    }
}
.section-new .right-news .item .new-date strong {
    display: block;
    font-size: 72px;
    line-height: 0.76388889;
    color: #fff;
    font-weight: 700;
}
@media screen and (max-width: 1439px) {
    .section-new .right-news .item .new-date strong {
        font-size: 60px;
    }
}
@media screen and (max-width: 1199px) {
    .section-new .right-news .item .new-date strong {
        font-size: 50px;
    }
}
@media screen and (max-width: 991px) {
    .section-new .right-news .item .new-date strong {
        font-size: 40px;
    }
}
@media screen and (max-width: 767px) {
    .section-new .right-news .item .new-date strong {
        font-size: 30px;
    }
}
.section-new .right-news .item .new-date span {
    display: block;
    padding-top: 85px;
    font-size: 16px;
    line-height: 1.875;
    color: #ffffff;
}
@media screen and (max-width: 1439px) {
    .section-new .right-news .item .new-date span {
        padding-top: 40px;
    }
}
@media screen and (max-width: 1199px) {
    .section-new .right-news .item .new-date span {
        padding-top: 20px;
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .section-new .right-news .item .new-date span {
        padding-top: 5px;
        font-size: 14px;
    }
}
.section-new .right-news .item .new-title {
    margin-top: 30px;
    min-height: 50px;
}
@media screen and (max-width: 1439px) {
    .section-new .right-news .item .new-title {
        min-height: 45px;
    }
}
@media screen and (max-width: 1199px) {
    .section-new .right-news .item .new-title {
        margin-top: 20px;
        min-height: 38px;
    }
}
@media screen and (max-width: 767px) {
    .section-new .right-news .item .new-title {
        margin-top: 15px;
        min-height: 0;
    }
}
.section-new .right-news .item .new-title a {
    font-size: 20px;
    line-height: 1.25;
    color: #ffffff;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
@media screen and (max-width: 1439px) {
    .section-new .right-news .item .new-title a {
        font-size: 17px;
    }
}
@media screen and (max-width: 1199px) {
    .section-new .right-news .item .new-title a {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .section-new .right-news .item .new-title a {
        font-size: 14px;
    }
}
@media screen and (min-width: 1200px) {
    .section-new .right-news .item .new-title a:hover {
        text-decoration: underline;
    }
}
.section-new .right-news .item .new-pic {
    padding-top: 30px;
}
@media screen and (max-width: 1199px) {
    .section-new .right-news .item .new-pic {
        padding-top: 20px;
    }
}
.section-new .right-news .item .new-pic .img-box {
    padding-bottom: 62.5%;
}
.section-new .right-news .item .new-pic img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.section-new .right-news .item .new-intro {
    margin: 25px 0 50px;
    font-size: 16px;
    line-height: 1.875;
    color: #ededed;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
@media screen and (max-width: 1439px) {
    .section-new .right-news .item .new-intro {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 1199px) {
    .section-new .right-news .item .new-intro {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .section-new .right-news .item .new-intro {
        font-size: 12px;
    }
}
.section-equipment {
    background: url(../images/img/index_equipment_bgg.jpg) no-repeat center;
    background-size: cover;
}
.section-equipment .content {
    height: 100%;
}
.section-equipment .large-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.section-equipment .left-txt {
    width: 44.79166667%;
    padding-left: 13.28125%;
}
@media screen and (max-width: 1199px) {
    .section-equipment .left-txt {
        padding-left: 30px;
    }
}
@media screen and (max-width: 991px) {
    .section-equipment .left-txt {
        width: 360px;
        padding-left: 30px;
        padding-right: 60px;
    }
}
@media screen and (max-width: 575px) {
    .section-equipment .left-txt {
        width: 40%;
        padding-left: 15px;
        padding-right: 60px;
    }
}
.section-equipment .left-txt .intro {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.875;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
@media screen and (max-width: 1199px) {
    .section-equipment .left-txt .intro {
        margin-top: 20px;
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .section-equipment .left-txt .intro {
        margin-top: 15px;
        font-size: 12px;
    }
}
.section-equipment .left-txt .common-more {
    margin-top: 50px;
}
@media screen and (max-width: 1199px) {
    .section-equipment .left-txt .common-more {
        margin-top: 30px;
    }
}
@media screen and (max-width: 767px) {
    .section-equipment .left-txt .common-more {
        margin-top: 15px;
    }
}
.section-equipment .right-equipments {
    width: 27.08333333%;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.36);
    -moz-backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    -ms-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}
@media screen and (max-width: 1199px) {
    .section-equipment .right-equipments {
        width: 40%;
    }
}
@media screen and (max-width: 991px) {
    .section-equipment .right-equipments {
        width: calc(100% - 360px);
    }
}
@media screen and (max-width: 575px) {
    .section-equipment .right-equipments {
        width: 60%;
    }
}
.section-equipment .right-equipments .slick-list .slick-slide {
    font-size: 0;
}
.section-equipment .right-equipments .slick-arrow {
    position: absolute;
    top: 50%;
    left: -70px;
    transform: translate(-100%, -78px);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 0;
    background-color: transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
    .section-equipment .right-equipments .slick-arrow {
        left: -40px;
        width: 60px;
        height: 60px;
        transform: translate(-100%, -68px);
    }
}
@media screen and (max-width: 991px) {
    .section-equipment .right-equipments .slick-arrow {
        left: -5px;
        width: 35px;
        height: 35px;
        transform: translate(-100%, -43px);
    }
}
@media screen and (min-width: 1200px) {
    .section-equipment .right-equipments .slick-arrow:hover {
        border-color: #e78c19;
        background-color: #e78c19;
    }
}
.section-equipment .right-equipments .slick-arrow::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\eb64';
    color: #fff;
}
@media screen and (max-width: 1199px) {
    .section-equipment .right-equipments .slick-arrow::before {
        font-size: 14px;
    }
}
@media screen and (max-width: 991px) {
    .section-equipment .right-equipments .slick-arrow::before {
        font-size: 12px;
    }
}
.section-equipment .right-equipments .slick-next {
    transform: translate(-100%, 8px);
}
.section-equipment .right-equipments .slick-next::before {
    content: '\eb63';
}
.section-equipment .right-equipments .item {
    position: relative;
    padding: 5.18518519vh 3.7037037vh 3.7037037vh;
}
@media screen and (max-width: 1199px) {
    .section-equipment .right-equipments .item {
        padding: 20px;
    }
}
@media screen and (min-width: 1200px) {
    .section-equipment .right-equipments .item:hover .e-cover {
        opacity: 1;
    }
}
.section-equipment .right-equipments .item .e-index {
    font-size: 3.33333333vh;
    line-height: 0.97222222;
    color: #e78c19;
    font-weight: 700;
}
@media screen and (max-width: 1199px) {
    .section-equipment .right-equipments .item .e-index {
        font-size: 30px;
    }
}
@media screen and (max-width: 991px) {
    .section-equipment .right-equipments .item .e-index {
        font-size: 25px;
    }
}
@media screen and (max-width: 767px) {
    .section-equipment .right-equipments .item .e-index {
        font-size: 20px;
    }
}
.section-equipment .right-equipments .item .e-title {
    padding-top: 2.77777778vh;
}
@media screen and (max-width: 1199px) {
    .section-equipment .right-equipments .item .e-title {
        padding-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .section-equipment .right-equipments .item .e-title {
        padding-top: 10px;
    }
}
.section-equipment .right-equipments .item .e-title a {
    font-size: 1.85185185vh;
    line-height: 1.5;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
}
@media screen and (max-width: 1199px) {
    .section-equipment .right-equipments .item .e-title a {
        font-size: 18px;
    }
}
@media screen and (max-width: 1199px) {
    .section-equipment .right-equipments .item .e-title a {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .section-equipment .right-equipments .item .e-title a {
        font-size: 14px;
    }
}
@media screen and (min-width: 1200px) {
    .section-equipment .right-equipments .item .e-title a:hover {
        color: #e78c19;
        text-decoration: underline;
    }
}
.section-equipment .right-equipments .item .e-txt {
    margin-top: 0.74074074vh;
    font-size: 1.48148148vh;
    line-height: 1.875;
    color: #ededed;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
@media screen and (max-width: 1199px) {
    .section-equipment .right-equipments .item .e-txt {
        margin-top: 5px;
        font-size: 15px;
    }
}
@media screen and (max-width: 991px) {
    .section-equipment .right-equipments .item .e-txt {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .section-equipment .right-equipments .item .e-txt {
        font-size: 12px;
    }
}
.section-equipment .right-equipments .item .more {
    margin-top: 2.77777778vh;
    display: inline-flex;
    align-items: center;
    width: auto;
    height: 2.77777778vh;
}
@media screen and (max-width: 1199px) {
    .section-equipment .right-equipments .item .more {
        margin-top: 20px;
        height: 30px;
    }
}
@media screen and (max-width: 767px) {
    .section-equipment .right-equipments .item .more {
        margin-top: 10px;
    }
}
.section-equipment .right-equipments .item .more::before {
    display: block;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e623';
    color: #fff;
    font-size: 1.48148148vh;
    line-height: 1;
}
@media screen and (max-width: 1199px) {
    .section-equipment .right-equipments .item .more::before {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .section-equipment .right-equipments .item .more::before {
        font-size: 14px;
    }
}
.section-equipment .right-equipments .item .e-cover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 100%;
    height: 100%;
    background: no-repeat center;
    background-size: cover;
    opacity: 0;
    transition: opacity 0.45s;
    -webkit-transition: opacity 0.45s;
}
@media screen and (max-width: 1199px) {
    .section-equipment .right-equipments .item .e-cover {
        display: none;
    }
}
.section-equipment .right-equipments .item .e-cover::before,
.section-equipment .right-equipments .item .e-cover::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6.48148148vh;
    height: 6.48148148vh;
    border-radius: 50%;
}
.section-equipment .right-equipments .item .e-cover::before {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e623';
    font-size: 1.66666667vh;
    color: #fff;
    background-color: #e78c19;
}
.section-equipment .right-equipments .item .e-cover::after {
    content: '';
    z-index: 2;
    background-color: rgba(231, 140, 25, 0.95);
    animation: videobgg 4s 0s linear infinite;
    -webkit-animation: videobgg 4s 0s linear infinite;
}
.section-footer {
    height: auto !important;
}
.section-footer .fp-tableCell {
    height: auto !important;
}
.about-company-page {
    overflow: hidden;
}
@media screen and (min-width: 1200px) {
    .about-company-page .container {
        width: 1200px;
    }
}
.about-company-page .company-wrap {
    background-color: #f5f5f5;
}
.about-company-page .company-txt {
    padding-top: 40px;
    font-size: 16px;
    line-height: 1.875;
    color: #555555;
}
@media screen and (max-width: 1199px) {
    .about-company-page .company-txt {
        padding-top: 30px;
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .about-company-page .company-txt {
        padding-top: 15px;
        font-size: 14px;
    }
}
.about-company-page .company-intro {
    padding-top: 40px;
}
@media screen and (max-width: 1199px) {
    .about-company-page .company-intro {
        padding-top: 30px;
    }
}
@media screen and (max-width: 991px) {
    .about-company-page .company-intro {
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .about-company-page .company-intro {
        padding-top: 20px;
        padding-bottom: 15px;
    }
}
.about-company-page .company-intro li {
    margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
    .about-company-page .company-intro li {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .about-company-page .company-intro li {
        margin-bottom: 15px;
    }
}
.about-company-page .company-intro .item {
    padding: 35px 30px;
    min-height: 100%;
    background-color: #fff;
}
@media screen and (max-width: 1199px) {
    .about-company-page .company-intro .item {
        padding: 25px;
    }
}
@media screen and (max-width: 991px) {
    .about-company-page .company-intro .item {
        padding: 20px;
    }
}
@media screen and (max-width: 767px) {
    .about-company-page .company-intro .item {
        padding: 15px;
    }
}
.about-company-page .company-intro .item h6 {
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
    color: #000000;
    font-weight: 700;
}
@media screen and (max-width: 1199px) {
    .about-company-page .company-intro .item h6 {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .about-company-page .company-intro .item h6 {
        font-size: 16px;
    }
}
.about-company-page .company-intro .item .inner {
    padding-top: 20px;
    font-size: 16px;
    line-height: 1.875;
    color: #555555;
}
@media screen and (max-width: 1199px) {
    .about-company-page .company-intro .item .inner {
        padding-top: 15px;
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .about-company-page .company-intro .item .inner {
        padding-top: 10px;
        font-size: 14px;
    }
}
.about-company-page .company-num .pic {
    display: block;
}
.about-company-page .company-num .pic .img-box {
    padding-bottom: 37.60683761%;
}
.about-company-page .company-num ul {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
}
.about-company-page .company-num ul li {
    width: 25%;
    padding: 25px 35px;
    border-right: 1px solid #e6e6e6;
}
@media screen and (max-width: 767px) {
    .about-company-page .company-num ul li {
        width: 50%;
        border-right: none;
        padding: 15px;
        text-align: center;
    }
}
.about-company-page .company-num ul li:last-child {
    border-right: none;
}
.about-company-page .company-num ul h4 {
    margin: 0;
    font-size: 16px;
    line-height: 1.875;
    color: #666666;
}
@media screen and (max-width: 1199px) {
    .about-company-page .company-num ul h4 {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .about-company-page .company-num ul h4 {
        font-size: 14px;
    }
}
.about-company-page .company-num ul p {
    margin-top: 5px;
    font-size: 72px;
    line-height: 0.79166667;
    font-weight: 700;
    color: #e78c19;
}
@media screen and (max-width: 1199px) {
    .about-company-page .company-num ul p {
        font-size: 60px;
    }
}
@media screen and (max-width: 991px) {
    .about-company-page .company-num ul p {
        font-size: 45px;
    }
}
@media screen and (max-width: 767px) {
    .about-company-page .company-num ul p {
        font-size: 30px;
    }
}
.about-company-page .company-num ul p sup {
    top: -1.55em;
    font-size: 0.33333333em;
    line-height: 1;
}
.about-branch-page {
    overflow: hidden;
}
@media screen and (min-width: 1200px) {
    .about-branch-page .container {
        width: 1200px;
    }
}
.about-branch-page .branch-wrap {
    background-color: #f5f5f5;
}
.about-branch-page .branch-list li {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px dashed #cccccc;
}
@media screen and (max-width: 1199px) {
    .about-branch-page .branch-list li {
        margin-top: 30px;
        padding-top: 30px;
    }
}
@media screen and (max-width: 767px) {
    .about-branch-page .branch-list li {
        margin-top: 15px;
        padding-top: 15px;
    }
}
.about-branch-page .branch-list li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.about-branch-page .branch-list li:last-child {
    margin-bottom: 0;
}
@media screen and (min-width: 576px) {
    .about-branch-page .branch-list li:nth-child(odd) .item {
        flex-direction: row-reverse;
    }
}
.about-branch-page .branch-list .item {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 575px) {
    .about-branch-page .branch-list .item {
        display: block;
    }
}
@media screen and (min-width: 1200px) {
    .about-branch-page .branch-list .item:hover .pic img {
        transform: scale(1.05);
    }
}
.about-branch-page .branch-list .item .txt {
    width: 47.00854701%;
    padding: 20px 0;
}
@media screen and (max-width: 575px) {
    .about-branch-page .branch-list .item .txt {
        padding: 0;
        margin-top: 15px;
        width: 100%;
    }
}
.about-branch-page .branch-list .item .txt .title h5 {
    margin: 0;
}
.about-branch-page .branch-list .item .txt .title h5 a {
    font-size: 30px;
    line-height: 1.5;
    color: #222222;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
@media screen and (max-width: 1199px) {
    .about-branch-page .branch-list .item .txt .title h5 a {
        font-size: 25px;
    }
}
@media screen and (max-width: 991px) {
    .about-branch-page .branch-list .item .txt .title h5 a {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .about-branch-page .branch-list .item .txt .title h5 a {
        font-size: 16px;
    }
}
@media screen and (min-width: 1200px) {
    .about-branch-page .branch-list .item .txt .title h5 a:hover {
        color: #e78c19;
    }
}
.about-branch-page .branch-list .item .txt .title p {
    margin-top: 7px;
    max-width: 450px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 500;
    color: #e78c19;
}
@media screen and (max-width: 1199px) {
    .about-branch-page .branch-list .item .txt .title p {
        margin-top: 5px;
        font-size: 15px;
    }
}
@media screen and (max-width: 991px) {
    .about-branch-page .branch-list .item .txt .title p {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .about-branch-page .branch-list .item .txt .title p {
        font-size: 13px;
    }
}
.about-branch-page .branch-list .item .txt .intro {
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.875;
    color: #555555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
@media screen and (max-width: 1199px) {
    .about-branch-page .branch-list .item .txt .intro {
        margin-top: 20px;
        font-size: 15px;
    }
}
@media screen and (max-width: 991px) {
    .about-branch-page .branch-list .item .txt .intro {
        margin-top: 15px;
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .about-branch-page .branch-list .item .txt .intro {
        margin-top: 10px;
        font-size: 13px;
    }
}
.about-branch-page .branch-list .item .txt .more-btn {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 45px;
    border-radius: 22.5px;
    font-size: 16px;
    color: #ffffff;
    background-color: #e78c19;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
    .about-branch-page .branch-list .item .txt .more-btn {
        margin-top: 30px;
        width: 145px;
        height: 40px;
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .about-branch-page .branch-list .item .txt .more-btn {
        margin-top: 15px;
        margin-top: 20px;
        max-width: 140px;
        width: 100%;
        height: 35px;
        font-size: 14px;
    }
}
@media screen and (min-width: 1200px) {
    .about-branch-page .branch-list .item .txt .more-btn:hover {
        box-shadow: -3px 2px 5px rgba(0, 0, 0, 0.5) inset;
    }
}
.about-branch-page .branch-list .item .txt .more-btn::after {
    margin-left: 10px;
    content: '+';
    font-size: 18px;
}
@media screen and (max-width: 767px) {
    .about-branch-page .branch-list .item .txt .more-btn::after {
        margin-left: 5px;
        font-size: 16px;
    }
}
.about-branch-page .branch-list .item .pic {
    display: block;
    width: 48.71794872%;
}
@media screen and (max-width: 575px) {
    .about-branch-page .branch-list .item .pic {
        width: 100%;
    }
}
.about-branch-page .branch-list .item .pic .img-box {
    padding-bottom: 61.40350877%;
}
.about-branch-page .branch-list .item .pic img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.details-page {
    overflow: hidden;
    background-color: #f5f5f5;
}
@media screen and (min-width: 1200px) {
    .details-page .container {
        width: 1200px;
    }
}
.details-page .details-title {
    padding-bottom: 10px;
}
.details-page .details-title h6 {
    margin: 0;
    padding-top: 8px;
    font-size: 16px;
    line-height: 1.5;
    color: #e78c19;
    font-weight: 500;
}
@media screen and (max-width: 1199px) {
    .details-page .details-title h6 {
        font-size: 15px;
    }
}
@media screen and (max-width: 991px) {
    .details-page .details-title h6 {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .details-page .details-title h6 {
        padding-top: 5px;
        font-size: 13px;
    }
}
.details-page .details-title .date {
    margin-top: 13px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #e78c19;
}
@media screen and (max-width: 1199px) {
    .details-page .details-title .date {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .details-page .details-title .date {
        font-size: 14px;
    }
}
.details-page .details-title .date::before {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px;
    font-size: 21px;
    content: '\e675';
}
@media screen and (max-width: 1199px) {
    .details-page .details-title .date::before {
        font-size: 18px;
        padding-right: 8px;
    }
}
@media screen and (max-width: 991px) {
    .details-page .details-title .date::before {
        font-size: 16px;
        padding-right: 5px;
    }
}
@media screen and (max-width: 767px) {
    .details-page .details-title .date::before {
        font-size: 14px;
    }
}
.details-page .details-content {
    padding: 30px 0;
}
@media screen and (max-width: 1199px) {
    .details-page .details-content {
        padding: 15px 0;
    }
}
@media screen and (max-width: 767px) {
    .details-page .details-content {
        padding: 5px 0;
    }
}
.details-page .details-content p {
    font-size: 16px;
    line-height: 1.875;
    color: #555555;
}
@media screen and (max-width: 1199px) {
    .details-page .details-content p {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .details-page .details-content p {
        font-size: 14px;
    }
}
.details-page .details-content p img {
    max-width: 100%;
    height: auto !important;
}
.details-page .details-link {
    padding-top: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 1199px) {
    .details-page .details-link {
        padding-top: 30px;
    }
}
@media screen and (max-width: 767px) {
    .details-page .details-link {
        padding-top: 15px;
        display: block;
    }
}
.details-page .details-link .link-left {
    width: calc(100% - 180px);
}
@media screen and (max-width: 767px) {
    .details-page .details-link .link-left {
        padding-bottom: 10px;
        width: 100%;
    }
}
.details-page .details-link .link-right {
    flex-shrink: 0;
    width: 180px;
    text-align: right;
}
@media screen and (max-width: 767px) {
    .details-page .details-link .link-right {
        text-align: left;
    }
}
.details-page .details-link .link-right a {
    font-size: 16px;
    line-height: 1.875;
    color: #2a3042;
    font-weight: 500;
    text-decoration: underline;
}
@media screen and (max-width: 1199px) {
    .details-page .details-link .link-right a {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .details-page .details-link .link-right a {
        font-size: 14px;
    }
}
@media screen and (min-width: 1200px) {
    .details-page .details-link .link-right a:hover {
        color: #e78c19;
        text-decoration: underline;
    }
}
.details-page .details-link p {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 1.875;
    color: #2a3042;
    font-weight: 500;
}
@media screen and (max-width: 1199px) {
    .details-page .details-link p {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .details-page .details-link p {
        font-size: 14px;
    }
}
@media screen and (min-width: 1200px) {
    .details-page .details-link p a:hover {
        color: #e78c19;
        text-decoration: underline;
    }
}
.details-page .details-link p:nth-child(2) {
    margin-top: 10px;
}
.about-culture-page {
    overflow: hidden;
}
@media screen and (min-width: 1200px) {
    .about-culture-page .container {
        width: 1200px;
    }
}
.about-culture-page .culture-wrap {
    background-color: #f5f5f5;
}
.about-culture-page .content {
    padding-top: 40px;
}
@media screen and (max-width: 1199px) {
    .about-culture-page .content {
        padding-top: 30px;
    }
}
@media screen and (max-width: 767px) {
    .about-culture-page .content {
        padding-top: 15px;
    }
}
.about-culture-page .content .intro {
    font-size: 16px;
    line-height: 1.875;
    color: #555555;
}
@media screen and (max-width: 1199px) {
    .about-culture-page .content .intro {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .about-culture-page .content .intro {
        font-size: 14px;
    }
}
.about-culture-page .content .intro img {
    max-width: 100%;
    height: auto !important;
}
.about-culture-page .content .slogan {
    padding-top: 40px;
}
@media screen and (max-width: 1199px) {
    .about-culture-page .content .slogan {
        padding-top: 30px;
    }
}
@media screen and (max-width: 767px) {
    .about-culture-page .content .slogan {
        padding-top: 15px;
    }
}
.about-culture-page .content .slogan h6 {
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
    color: #e78c19;
    font-weight: 700;
}
@media screen and (max-width: 1199px) {
    .about-culture-page .content .slogan h6 {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .about-culture-page .content .slogan h6 {
        font-size: 17px;
    }
}
@media screen and (max-width: 767px) {
    .about-culture-page .content .slogan h6 {
        font-size: 16px;
    }
}
.about-culture-page .content .pic {
    padding-top: 25px;
}
.about-culture-page .content .pic .img-box {
    padding-bottom: 37.60683761%;
}
.new-page {
    overflow: hidden;
}
@media screen and (min-width: 1200px) {
    .new-page .container {
        width: 1200px;
    }
}
.new-page .new-wrap {
    background-color: #f5f5f5;
}
.new-page .new-lsit {
    padding: 50px 0;
}
@media screen and (max-width: 767px) {
    .new-page .new-lsit {
        padding: 30px 0;
    }
}
.new-page .new-lsit li {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px dashed #cccccc;
}
@media screen and (max-width: 1199px) {
    .new-page .new-lsit li {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .new-page .new-lsit li {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
}
.new-page .new-lsit li:last-child {
    margin-bottom: 0;
}
.new-page .new-lsit .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 575px) {
    .new-page .new-lsit .item {
        display: block;
    }
}
@media screen and (min-width: 1200px) {
    .new-page .new-lsit .item:hover .pic img {
        transform: scale(1.1);
    }
}
.new-page .new-lsit .item .pic {
    display: block;
    flex-shrink: 0;
    width: 360px;
}
@media screen and (max-width: 991px) {
    .new-page .new-lsit .item .pic {
        width: 249px;
    }
}
@media screen and (max-width: 575px) {
    .new-page .new-lsit .item .pic {
        width: 100%;
    }
}
.new-page .new-lsit .item .pic .img-box {
    padding-bottom: 62.5%;
}
.new-page .new-lsit .item .pic img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.new-page .new-lsit .item .intro {
    width: calc(100% - 360px);
    padding-left: 30px;
}
@media screen and (max-width: 991px) {
    .new-page .new-lsit .item .intro {
        width: calc(100% - 249px);
    }
}
@media screen and (max-width: 575px) {
    .new-page .new-lsit .item .intro {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }
}
.new-page .new-lsit .item .intro .date {
    position: relative;
    display: block;
    padding-left: 25px;
    font-size: 16px;
    line-height: 1.25;
    color: #e78c19;
}
@media screen and (max-width: 1199px) {
    .new-page .new-lsit .item .intro .date {
        padding-left: 25px;
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .new-page .new-lsit .item .intro .date {
        padding-left: 20px;
        font-size: 14px;
    }
}
.new-page .new-lsit .item .intro .date::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e601';
}
@media screen and (max-width: 1199px) {
    .new-page .new-lsit .item .intro .date::before {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .new-page .new-lsit .item .intro .date::before {
        font-size: 14px;
    }
}
.new-page .new-lsit .item .intro .title {
    padding-top: 25px;
    font-size: 0;
}
@media screen and (max-width: 1199px) {
    .new-page .new-lsit .item .intro .title {
        padding-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .new-page .new-lsit .item .intro .title {
        padding-top: 15px;
    }
}
.new-page .new-lsit .item .intro .title a {
    display: inline-block;
    max-width: 100%;
    font-size: 20px;
    line-height: 1.5;
    color: #222222;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
@media screen and (max-width: 1199px) {
    .new-page .new-lsit .item .intro .title a {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .new-page .new-lsit .item .intro .title a {
        font-size: 16px;
    }
}
@media screen and (min-width: 1200px) {
    .new-page .new-lsit .item .intro .title a:hover {
        color: #e78c19;
    }
}
.new-page .new-lsit .item .intro .txt {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.875;
    color: #555555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
@media screen and (max-width: 1199px) {
    .new-page .new-lsit .item .intro .txt {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .new-page .new-lsit .item .intro .txt {
        margin-top: 5px;
        font-size: 14px;
    }
}
.new-page .new-lsit .item .intro .more {
    margin-top: 30px;
    display: inline-block;
    font-size: 16px;
    color: #e78c19;
    line-height: 1.25;
    text-decoration: underline;
}
@media screen and (max-width: 1199px) {
    .new-page .new-lsit .item .intro .more {
        margin-top: 20px;
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .new-page .new-lsit .item .intro .more {
        margin-top: 10px;
        font-size: 14px;
    }
}
.technology-page {
    overflow: hidden;
    background-color: #f5f5f5;
}
.technology-page .common-title {
    padding-bottom: 25px;
}
.technology-page .p-nav1>li {
    margin-bottom: 10px;
}
.technology-page .p-nav1>li:last-child {
    margin-bottom: 0;
}
.technology-page .p-nav1>li:hover>a {
    color: #fff;
    background-color: #e78c19;
}
.technology-page .p-nav1>li:hover>a::before {
    color: #fff;
}
.technology-page .p-nav1>li>a {
    display: block;
    padding: 15px 20px;
    padding-right: 55px;
    font-size: 20px;
    line-height: 1.5;
    color: #222222;
    font-weight: 700;
    background-color: #fff;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1439px) {
    .technology-page .p-nav1>li>a {
        padding: 12px 18px;
        padding-right: 35px;
        font-size: 18px;
    }
}
.technology-page .p-nav1>.more>a {
    position: relative;
}
.technology-page .p-nav1>.more>a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 13px;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e619';
    color: #555555;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.technology-page .p-nav1>.active>a {
    color: #fff;
    background-color: #e78c19;
}
.technology-page .p-nav1>.active>a::before {
    color: #fff;
    transform: translateY(-50%) rotateX(180deg);
}
.technology-page .p-nav2 {
    display: none;
    padding: 5px 0;
    background-color: #ffffff;
}
.technology-page .p-nav2>li {
    margin-bottom: 10px;
}
.technology-page .p-nav2>li:hover>a {
    color: #e78c19;
}
.technology-page .p-nav2>li:hover>a::before {
    color: #e78c19;
}
.technology-page .p-nav2>li>a {
    position: relative;
    display: block;
    padding: 5px 30px;
    font-size: 16px;
    line-height: 1.5;
    color: #222222;
    font-weight: 500;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
@media screen and (max-width: 1439px) {
    .technology-page .p-nav2>li>a {
        font-size: 15px;
    }
}
.technology-page .p-nav2>li>a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    content: '-';
    color: #222222;
    line-height: 1;
}
.technology-page .p-nav2>.active>a {
    color: #e78c19;
    background-color: #fafafa;
}
.technology-page .p-nav2>.active>a::before {
    color: #e78c19;
}
.technology-page .p-nav3 {
    display: none;
    padding: 5px 0 10px;
    background-color: #fafafa;
}
.technology-page .p-nav3>li {
    margin-bottom: 5px;
}
.technology-page .p-nav3>li:hover>a {
    color: #e78c19;
}
.technology-page .p-nav3>li:hover>a::before {
    color: #e78c19;
}
.technology-page .p-nav3>li>a {
    position: relative;
    display: block;
    padding-left: 40px;
    padding-right: 30px;
    font-size: 14px;
    line-height: 1.42857143;
}
@media screen and (max-width: 1439px) {
    .technology-page .p-nav3>li>a {
        font-size: 13px;
    }
}
.technology-page .p-nav3>li>a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    content: '-';
    color: #222222;
    line-height: 1;
}
.technology-page .p-nav3>.active>a {
    color: #e78c19;
}
.technology-page .p-nav3>.active>a::before {
    color: #e78c19;
}
.technology-page .xs-p-nav {
    padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .technology-page .xs-p-nav {
        padding-bottom: 20px;
    }
}
.technology-page .xs-p-nav ul li {
    display: inline-block;
    padding: 5px;
    margin-right: 5px;
    font-size: 15px;
    line-height: 1.5;
    color: #222222;
    font-weight: 500;
    text-transform: capitalize;
}
@media screen and (max-width: 767px) {
    .technology-page .xs-p-nav ul li {
        font-size: 14px;
    }
}
.technology-page .xs-p-nav ul li::before {
    margin-right: 2px;
    content: ">";
}
.technology-page .xs-p-nav ul>.active {
    color: #e78c19;
}
.technology-page .xs-p-nav ul>.active a {
    text-decoration: underline;
}
.technology-page .category-title {
    padding-bottom: 35px;
}
@media screen and (max-width: 1439px) {
    .technology-page .category-title {
        padding-bottom: 27px;
    }
}
.technology-page .category-title .h3 {
    font-weight: 700;
}
.technology-page .category-title p {
    padding-top: 5px;
    font-size: 16px;
    line-height: 1.875;
    color: #555555;
}
@media screen and (max-width: 1199px) {
    .technology-page .category-title p {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .technology-page .category-title p {
        font-size: 14px;
    }
}
.technology-page .notfound-bar {
    padding-bottom: 13px;
}
@media screen and (max-width: 1199px) {
    .technology-page .notfound-bar {
        padding-bottom: 20px;
    }
}
.technology-page .notfound-bar h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1;
    color: #e78c19;
    font-weight: 700;
    text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
    .technology-page .notfound-bar h2 {
        font-size: 25px;
    }
}
@media screen and (max-width: 767px) {
    .technology-page .notfound-bar h2 {
        font-size: 20px;
    }
}
.technology-page .notfound-bar .txt {
    padding-top: 15px;
    font-size: 18px;
    line-height: 1.33333333;
    color: #757575;
}
@media screen and (max-width: 1199px) {
    .technology-page .notfound-bar .txt {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .technology-page .notfound-bar .txt {
        font-size: 14px;
    }
}
.technology-page .notfound-bar .tip {
    position: relative;
    margin-top: 20px;
    padding: 15px 20px;
    padding-left: 35px;
    font-size: 18px;
    line-height: 1.33333333;
    color: #fff;
    background-color: #e78c19;
}
@media screen and (max-width: 1199px) {
    .technology-page .notfound-bar .tip {
        padding: 10px 15px;
        padding-left: 25px;
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .technology-page .notfound-bar .tip {
        font-size: 14px;
    }
}
.technology-page .notfound-bar .tip::before {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e64c';
    color: #fff;
}
@media screen and (max-width: 1199px) {
    .technology-page .notfound-bar .tip::before {
        font-size: 15px;
        left: 5px;
    }
}
.technology-page .p-list {
    overflow: hidden;
    padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .technology-page .p-list {
        padding-bottom: 15px;
    }
}
.technology-page .p-list li {
    margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
    .technology-page .p-list li {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 991px) {
    .technology-page .p-list li {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .technology-page .p-list li {
        margin-bottom: 15px;
    }
}
.technology-page .p-list .item {
    display: block;
}
@media screen and (min-width: 1200px) {
    .technology-page .p-list .item:hover .pic::before {
        opacity: 1;
    }
    .technology-page .p-list .item:hover .pic img {
        transform: scale(1.05);
    }
    .technology-page .p-list .item:hover .pic span {
        transform: translate(-50%, -50%) scale(1);
    }
}
.technology-page .p-list .item .pic {
    position: relative;
}
.technology-page .p-list .item .pic::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.36);
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.technology-page .p-list .item .img-box {
    padding-bottom: 62.12121212%;
}
.technology-page .p-list .item .img-box img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.technology-page .p-list .item span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 45px;
    border-radius: 22.5px;
    font-size: 16px;
    color: #ffffff;
    background-color: #e78c19;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
    .technology-page .p-list .item span {
        width: 145px;
        height: 40px;
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .technology-page .p-list .item span {
        margin-top: 20px;
        max-width: 140px;
        width: 100%;
        height: 35px;
        font-size: 14px;
    }
}
@media screen and (min-width: 1200px) {
    .technology-page .p-list .item span:hover {
        box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.5) inset;
    }
}
.technology-page .p-list .item span::after {
    margin-left: 10px;
    content: '+';
    font-size: 18px;
}
@media screen and (max-width: 767px) {
    .technology-page .p-list .item span::after {
        margin-left: 5px;
        font-size: 16px;
    }
}
.technology-page .p-list .item h6 {
    margin: 0;
    padding: 0 10px;
    font-size: 20px;
    line-height: 2.5;
    color: #222222;
    font-weight: 700;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media screen and (max-width: 1439px) {
    .technology-page .p-list .item h6 {
        font-size: 18px;
    }
}
@media screen and (max-width: 1199px) {
    .technology-page .p-list .item h6 {
        padding: 0 5px;
        font-size: 16px;
    }
}
@media screen and (max-width: 991px) {
    .technology-page .p-list .item h6 {
        font-size: 14px;
    }
}
@media screen and (max-width: 575px) {
    .technology-page .p-list .item h6 {
        font-size: 12px;
    }
}
.technology-details-page {
    overflow: hidden;
    background-color: #f5f5f5;
}
.technology-details-page .p-bar {
    padding: 45px 0 25px;
}
@media screen and (max-width: 1199px) {
    .technology-details-page .p-bar {
        padding: 30px 0 20px;
    }
}
@media screen and (max-width: 767px) {
    .technology-details-page .p-bar {
        padding: 20px 0 15px;
    }
}
.technology-details-page .p-bar ul {
    font-size: 0;
}
.technology-details-page .p-bar ul li {
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    color: #555555;
}
@media screen and (max-width: 1199px) {
    .technology-details-page .p-bar ul li {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .technology-details-page .p-bar ul li {
        font-size: 14px;
    }
}
.technology-details-page .p-bar ul li a {
    display: inline-block;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
@media screen and (min-width: 1200px) {
    .technology-details-page .p-bar ul li a:hover {
        color: #e78c19;
        text-decoration: underline;
    }
}
.technology-details-page .p-bar ul li::after {
    margin: 0 4px;
    content: '>';
}
.technology-details-page .p-bar ul li:last-child::after {
    display: none;
}
.technology-details-page .p-info .left-pic,
.technology-details-page .p-info .right-txt {
    float: left;
    width: 48.93617021%;
}
@media screen and (max-width: 1199px) {
    .technology-details-page .p-info .left-pic,
    .technology-details-page .p-info .right-txt {
        float: none;
        width: 100%;
    }
}
.technology-details-page .p-info .right-txt {
    float: right;
}
@media screen and (max-width: 1199px) {
    .technology-details-page .p-info .right-txt {
        padding-top: 30px;
    }
}
.technology-details-page .p-info .left-pic .slick-list .slick-slide {
    font-size: 0;
}
.technology-details-page .p-info .left-pic .item {
    position: relative;
    display: block;
}
.technology-details-page .p-info .left-pic .item .img-box {
    padding-bottom: 62.31884058%;
}
.technology-details-page .p-info .left-pic .item .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.technology-details-page .p-info .left-pic .item .video-btn::before {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e87c';
    color: #e78c19;
    font-size: 70px;
}
@media screen and (max-width: 575px) {
    .technology-details-page .p-info .left-pic .item .video-btn::before {
        font-size: 55px;
    }
}
@media screen and (max-width: 1199px) {
    .technology-details-page .p-info .left-pic .slider-for {
        float: left;
        width: calc(100% - 160px);
    }
}
@media screen and (max-width: 767px) {
    .technology-details-page .p-info .left-pic .slider-for {
        float: none;
        width: 100%;
    }
}
.technology-details-page .p-info .left-pic .slider-nav {
    padding-top: 10px;
}
@media screen and (max-width: 1199px) {
    .technology-details-page .p-info .left-pic .slider-nav {
        padding-top: 0;
        float: right;
        width: 130px;
    }
}
@media screen and (max-width: 767px) {
    .technology-details-page .p-info .left-pic .slider-nav {
        float: none;
        width: 100%;
        padding-top: 20px;
    }
}
.technology-details-page .p-info .left-pic .slider-nav .slick-list {
    margin: 0 -5px;
}
@media screen and (max-width: 1199px) {
    .technology-details-page .p-info .left-pic .slider-nav .slick-list {
        margin: -10px 0;
    }
}
@media screen and (max-width: 767px) {
    .technology-details-page .p-info .left-pic .slider-nav .slick-list {
        margin: 0 -10px;
    }
}
.technology-details-page .p-info .left-pic .slider-nav .slick-list .slick-slide {
    padding: 0 5px;
}
@media screen and (max-width: 1199px) {
    .technology-details-page .p-info .left-pic .slider-nav .slick-list .slick-slide {
        padding: 10px 0;
    }
}
@media screen and (max-width: 767px) {
    .technology-details-page .p-info .left-pic .slider-nav .slick-list .slick-slide {
        padding: 0 10px;
    }
}
.technology-details-page .p-info .left-pic .slider-nav .slick-list .slick-current .item::before {
    opacity: 1;
}
.technology-details-page .p-info .left-pic .slider-nav .item {
    position: relative;
}
.technology-details-page .p-info .left-pic .slider-nav .item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 100%;
    height: 100%;
    border: 1px solid #e78c19;
    opacity: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.technology-details-page .p-info .left-pic .slider-nav .item .video-btn::before {
    font-size: 25px;
}
.technology-details-page .p-info .right-txt .txt-name h1 {
    font-weight: 700;
}
.technology-details-page .p-info .right-txt .txt-name p {
    padding-top: 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #555555;
}
@media screen and (max-width: 1199px) {
    .technology-details-page .p-info .right-txt .txt-name p {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .technology-details-page .p-info .right-txt .txt-name p {
        padding-top: 5px;
        font-size: 14px;
    }
}
.technology-details-page .p-info .right-txt .text-intro {
    margin-top: 35px;
    padding: 25px;
    background-color: #fff;
}
@media screen and (max-width: 1199px) {
    .technology-details-page .p-info .right-txt .text-intro {
        padding: 20px;
    }
}
@media screen and (max-width: 767px) {
    .technology-details-page .p-info .right-txt .text-intro {
        margin-top: 15px;
        padding: 15px;
    }
}
.technology-details-page .p-info .right-txt .text-intro>h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
    color: #e78c19;
    font-weight: 700;
}
@media screen and (max-width: 1199px) {
    .technology-details-page .p-info .right-txt .text-intro>h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .technology-details-page .p-info .right-txt .text-intro>h3 {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .technology-details-page .p-info .right-txt .text-intro>h3 {
        font-size: 15px;
    }
}
.technology-details-page .p-info .right-txt .text-intro .inner {
    padding-top: 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #555555;
}
@media screen and (max-width: 1199px) {
    .technology-details-page .p-info .right-txt .text-intro .inner {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .technology-details-page .p-info .right-txt .text-intro .inner {
        padding-top: 5px;
        font-size: 14px;
    }
}
.technology-details-page .p-info .right-txt .text-intro .inner img {
    max-width: 100%;
    height: auto !important;
}
.technology-details-page .p-info .right-txt .text-intro .inner .table-box table tr,
.technology-details-page .p-info .right-txt .text-intro .inner .table-box table td,
.technology-details-page .p-info .right-txt .text-intro .inner .table-box table th {
    border-color: #555555 !important;
    color: #555555;
    background-color: transparent;
}
.technology-details-page .p-info .right-txt .btns {
    padding-top: 40px;
    display: flex;
}
@media screen and (max-width: 1199px) {
    .technology-details-page .p-info .right-txt .btns {
        padding-top: 30px;
    }
}
@media screen and (max-width: 767px) {
    .technology-details-page .p-info .right-txt .btns {
        display: block;
        padding-top: 15px;
    }
}
.technology-details-page .p-info .right-txt .btns .goinquire {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 23px;
    width: 160px;
    height: 45px;
    border-radius: 22.5px;
    font-size: 16px;
    color: #ffffff;
    background-color: #e78c19;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
@media screen and (max-width: 767px) {
    .technology-details-page .p-info .right-txt .btns .goinquire {
        margin-bottom: 15px;
        width: 140px;
        height: 40px;
        font-size: 14px;
    }
}
@media screen and (min-width: 1200px) {
    .technology-details-page .p-info .right-txt .btns .goinquire:hover {
        box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.5) inset;
    }
}
.technology-details-page .p-info .right-txt .btns .goinquire::before {
    margin-right: 10px;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e62e';
    font-size: 18px;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .technology-details-page .p-info .right-txt .btns .goinquire::before {
        margin-right: 5px;
        font-size: 16px;
    }
}
.technology-details-page .p-info .right-txt .btns .links {
    display: flex;
}
.technology-details-page .p-info .right-txt .btns .links a {
    display: flex;
    align-items: center;
    padding: 5px;
    font-size: 14px;
    line-height: 35px;
    color: #555555;
    background-color: #fff;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.technology-details-page .p-info .right-txt .btns .links a::before,
.technology-details-page .p-info .right-txt .btns .links a::after {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.technology-details-page .p-info .right-txt .btns .links .p-prev {
    padding-right: 30px;
    border-top-left-radius: 22.5px;
    border-bottom-left-radius: 22.5px;
}
@media screen and (min-width: 1200px) {
    .technology-details-page .p-info .right-txt .btns .links .p-prev:hover::before {
        color: #fff;
        background-color: #e78c19;
    }
}
.technology-details-page .p-info .right-txt .btns .links .p-prev::before {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e9b5';
    color: #555555;
    background-color: #f5f5f5;
}
.technology-details-page .p-info .right-txt .btns .links .p-next {
    position: relative;
    padding-left: 30px;
    border-top-right-radius: 22.5px;
    border-bottom-right-radius: 22.5px;
}
@media screen and (min-width: 1200px) {
    .technology-details-page .p-info .right-txt .btns .links .p-next:hover::after {
        color: #fff;
        background-color: #e78c19;
    }
}
.technology-details-page .p-info .right-txt .btns .links .p-next::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 24px;
    background-color: #e6e6e6;
}
.technology-details-page .p-info .right-txt .btns .links .p-next::after {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e72f';
    color: #555555;
    background-color: #f5f5f5;
}
.technology-details-page .p-title {
    padding: 60px 0 25px;
}
@media screen and (max-width: 1199px) {
    .technology-details-page .p-title {
        padding: 50px 0 25px;
    }
}
@media screen and (max-width: 767px) {
    .technology-details-page .p-title {
        padding: 30px 0 15px;
    }
}
.technology-details-page .p-title h2 {
    font-weight: 700;
}
.technology-details-page .p-title p {
    padding-top: 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #555555;
}
@media screen and (max-width: 1199px) {
    .technology-details-page .p-title p {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .technology-details-page .p-title p {
        padding-top: 5px;
        font-size: 14px;
    }
}
.technology-details-page .p-details .inner {
    padding: 45px 30px;
    background-color: #fff;
}
@media screen and (max-width: 1199px) {
    .technology-details-page .p-details .inner {
        padding: 25px;
    }
}
@media screen and (max-width: 991px) {
    .technology-details-page .p-details .inner {
        padding: 20px;
    }
}
@media screen and (max-width: 767px) {
    .technology-details-page .p-details .inner {
        padding: 15px;
    }
}
.technology-details-page .p-details .inner p {
    font-size: 16px;
    line-height: 1.5;
    color: #222222;
}
@media screen and (max-width: 1199px) {
    .technology-details-page .p-details .inner p {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .technology-details-page .p-details .inner p {
        padding-top: 5px;
        font-size: 14px;
    }
}
.technology-details-page .p-details .inner p img {
    max-width: 100%;
    height: auto !important;
}
.technology-details-page .p-details .inner .table-box table tr,
.technology-details-page .p-details .inner .table-box table td,
.technology-details-page .p-details .inner .table-box table th {
    border-color: #555555 !important;
    color: #555555;
    background-color: transparent;
}
.technology-details-page .p-inquire form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.technology-details-page .p-inquire form fieldset {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
    .technology-details-page .p-inquire form fieldset {
        margin-bottom: 15px;
    }
}
.technology-details-page .p-inquire form fieldset:first-child input {
    color: #222222;
    background-color: #dbdbdb;
}
.technology-details-page .p-inquire form fieldset:nth-child(-n+4):nth-child(n+2) {
    width: 33.33333333%;
}
@media screen and (max-width: 767px) {
    .technology-details-page .p-inquire form fieldset:nth-child(-n+4):nth-child(n+2) {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .technology-details-page .p-inquire form fieldset:nth-child(5) {
        width: 50%;
    }
}
.technology-details-page .p-inquire form fieldset:nth-last-child(1) {
    margin-bottom: 0;
}
.technology-details-page .p-inquire form fieldset:nth-last-child(2) {
    margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
    .technology-details-page .p-inquire form fieldset:nth-last-child(2) {
        margin-bottom: 30px;
    }
}
.technology-details-page .p-inquire form input,
.technology-details-page .p-inquire form textarea {
    display: block;
    padding: 14px 20px;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    color: #555555;
}
@media screen and (max-width: 1199px) {
    .technology-details-page .p-inquire form input,
    .technology-details-page .p-inquire form textarea {
        padding: 10px 15px;
        font-size: 14px;
    }
}
.technology-details-page .p-inquire form textarea {
    height: 320px;
}
@media screen and (max-width: 1199px) {
    .technology-details-page .p-inquire form textarea {
        height: 230px;
    }
}
.technology-details-page .p-inquire form label {
    position: absolute;
    top: 14px;
    left: 30px;
    margin: 0;
    display: flex;
    align-items: center;
    height: 24px;
    font-size: 16px;
    color: #555555;
    font-weight: 400;
    cursor: text;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
@media screen and (max-width: 1199px) {
    .technology-details-page .p-inquire form label {
        top: 8px;
        left: 25px;
        font-size: 14px;
    }
}
.technology-details-page .p-inquire form label span {
    color: #cc0000;
}
.technology-details-page .p-inquire form label.active {
    top: 2px;
    font-size: 12px;
    height: 12px;
    opacity: 0.8;
}
@media screen and (max-width: 1199px) {
    .technology-details-page .p-inquire form label.active {
        top: 0;
    }
}
.technology-details-page .p-inquire form button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 160px;
    height: 45px;
    border-radius: 22.5px;
    font-size: 16px;
    color: #ffffff;
    background-color: #e78c19;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
    .technology-details-page .p-inquire form button {
        width: 140px;
        height: 40px;
        font-size: 14px;
    }
}
@media screen and (min-width: 1200px) {
    .technology-details-page .p-inquire form button:hover {
        box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.5) inset;
    }
}
.technology-details-page .p-inquire form button::after {
    margin-left: 10px;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e646';
    color: #fff;
    font-size: 14px;
    line-height: 1;
}
.business-page {
    overflow: hidden;
    background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
    .business-page .business-list {
        padding-top: 15px;
    }
}
.business-page .business-list li {
    margin-top: 40px;
}
@media screen and (max-width: 1199px) {
    .business-page .business-list li {
        margin-top: 30px;
    }
}
@media screen and (max-width: 991px) {
    .business-page .business-list li {
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .business-page .business-list li {
        margin-top: 15px;
    }
}
.business-page .business-list .item {
    display: block;
    background-color: #fff;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
@media screen and (min-width: 1200px) {
    .business-page .business-list .item:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    }
    .business-page .business-list .item:hover .pic img {
        transform: scale(1.05);
    }
}
.business-page .business-list .item .pic .img-box {
    padding-bottom: 63.07692308%;
}
.business-page .business-list .item .pic img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.business-page .business-list .item h6 {
    margin: 0;
    padding: 0 10px;
    text-align: center;
    font-size: 20px;
    line-height: 2.5;
    color: #222222;
    font-weight: 700;
}
@media screen and (max-width: 1439px) {
    .business-page .business-list .item h6 {
        font-size: 18px;
    }
}
@media screen and (max-width: 1199px) {
    .business-page .business-list .item h6 {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .business-page .business-list .item h6 {
        padding: 0 5px;
        font-size: 14px;
    }
}
@media screen and (max-width: 575px) {
    .business-page .business-list .item h6 {
        font-size: 12px;
    }
}
.equipment-page {
    overflow: hidden;
    background-color: #f5f5f5;
}
.equipment-page .equipment-list {
    padding-bottom: 50px;
}
@media screen and (max-width: 991px) {
    .equipment-page .equipment-list {
        padding-top: 10px;
    }
}
@media screen and (max-width: 767px) {
    .equipment-page .equipment-list {
        padding: 15px 0 30px;
    }
}
.equipment-page .equipment-list li {
    margin-top: 40px;
}
@media screen and (max-width: 1199px) {
    .equipment-page .equipment-list li {
        margin-top: 30px;
    }
}
@media screen and (max-width: 991px) {
    .equipment-page .equipment-list li {
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .equipment-page .equipment-list li {
        margin-top: 15px;
    }
}
.equipment-page .equipment-list .item {
    display: block;
    min-height: 100%;
    background-color: #fff;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
@media screen and (min-width: 1200px) {
    .equipment-page .equipment-list .item:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    }
    .equipment-page .equipment-list .item:hover .pic img {
        transform: scale(1.05);
    }
}
.equipment-page .equipment-list .item .pic {
    display: block;
}
.equipment-page .equipment-list .item .pic .img-box {
    padding-bottom: 62.22222222%;
}
.equipment-page .equipment-list .item .pic img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.equipment-page .equipment-list .item .intro {
    padding: 25px 20px;
}
@media screen and (max-width: 991px) {
    .equipment-page .equipment-list .item .intro {
        padding: 15px;
    }
}
.equipment-page .equipment-list .item .intro .e-name {
    font-size: 0;
}
.equipment-page .equipment-list .item .intro .e-name a {
    display: inline-block;
    max-width: 100%;
    font-size: 20px;
    line-height: 1.5;
    color: #222222;
    font-weight: 700;
    text-transform: capitalize;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
@media screen and (max-width: 1199px) {
    .equipment-page .equipment-list .item .intro .e-name a {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .equipment-page .equipment-list .item .intro .e-name a {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .equipment-page .equipment-list .item .intro .e-name a {
        font-size: 14px;
    }
}
@media screen and (min-width: 1200px) {
    .equipment-page .equipment-list .item .intro .e-name a:hover {
        color: #e78c19;
    }
}
.equipment-page .equipment-list .item .intro .e-txt {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.875;
    color: #545454;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
@media screen and (max-width: 1199px) {
    .equipment-page .equipment-list .item .intro .e-txt {
        font-size: 15px;
    }
}
@media screen and (max-width: 991px) {
    .equipment-page .equipment-list .item .intro .e-txt {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .equipment-page .equipment-list .item .intro .e-txt {
        margin-top: 5px;
        font-size: 13px;
    }
}
.equipment-page .equipment-list .item .intro .more {
    margin-top: 25px;
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.875;
    color: #e78c19;
}
@media screen and (max-width: 1199px) {
    .equipment-page .equipment-list .item .intro .more {
        margin-top: 20px;
        font-size: 15px;
    }
}
@media screen and (max-width: 991px) {
    .equipment-page .equipment-list .item .intro .more {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .equipment-page .equipment-list .item .intro .more {
        margin-top: 15px;
        font-size: 13px;
    }
}
.equipment-page .equipment-list .item .intro .more::after {
    padding-left: 10px;
    line-height: 1;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e623';
    color: #e78c19;
    font-size: 12px;
}
@media screen and (max-width: 767px) {
    .equipment-page .equipment-list .item .intro .more::after {
        padding-left: 5px;
    }
}
.equipment-page .equipment-list .item .intro .more::before {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e78c19;
}
.project-case-page {
    overflow: hidden;
    background-color: #f5f5f5;
}
.project-case-page .case-list {
    padding-bottom: 50px;
}
@media screen and (max-width: 991px) {
    .project-case-page .case-list {
        padding-top: 10px;
    }
}
@media screen and (max-width: 767px) {
    .project-case-page .case-list {
        padding: 15px 0 30px;
    }
}
.project-case-page .case-list li {
    margin-top: 40px;
}
@media screen and (max-width: 1199px) {
    .project-case-page .case-list li {
        margin-top: 30px;
    }
}
@media screen and (max-width: 991px) {
    .project-case-page .case-list li {
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .project-case-page .case-list li {
        margin-top: 15px;
    }
}
.project-case-page .case-list .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 100%;
    background-color: #fff;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
    .project-case-page .case-list .item {
        display: block;
    }
}
@media screen and (min-width: 1200px) {
    .project-case-page .case-list .item:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    }
    .project-case-page .case-list .item:hover .pic img {
        transform: scale(1.05);
    }
}
.project-case-page .case-list .item .pic {
    display: block;
    width: 47.82608696%;
}
@media screen and (max-width: 1199px) {
    .project-case-page .case-list .item .pic {
        width: 100%;
    }
}
.project-case-page .case-list .item .pic .img-box {
    padding-bottom: 62.22222222%;
}
.project-case-page .case-list .item .pic img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.project-case-page .case-list .item .intro {
    width: 52.17391304%;
    padding: 20px;
}
@media screen and (max-width: 1439px) {
    .project-case-page .case-list .item .intro {
        padding: 15px 20px;
    }
}
@media screen and (max-width: 1199px) {
    .project-case-page .case-list .item .intro {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .project-case-page .case-list .item .intro {
        padding: 15px;
    }
}
.project-case-page .case-list .item .intro .c-name {
    font-size: 0;
}
.project-case-page .case-list .item .intro .c-name a {
    display: inline-block;
    max-width: 100%;
    font-size: 20px;
    line-height: 1.5;
    color: #222222;
    font-weight: 700;
    text-transform: capitalize;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
@media screen and (max-width: 1439px) {
    .project-case-page .case-list .item .intro .c-name a {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .project-case-page .case-list .item .intro .c-name a {
        font-size: 14px;
    }
}
@media screen and (min-width: 1200px) {
    .project-case-page .case-list .item .intro .c-name a:hover {
        color: #e78c19;
    }
}
.project-case-page .case-list .item .intro .c-txt {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.875;
    color: #545454;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
@media screen and (max-width: 1439px) {
    .project-case-page .case-list .item .intro .c-txt {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .project-case-page .case-list .item .intro .c-txt {
        margin-top: 5px;
        font-size: 13px;
    }
}
.project-case-page .case-list .item .intro .more {
    margin-top: 25px;
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.875;
    color: #e78c19;
}
@media screen and (max-width: 1439px) {
    .project-case-page .case-list .item .intro .more {
        margin-top: 10px;
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .project-case-page .case-list .item .intro .more {
        font-size: 13px;
    }
}
.project-case-page .case-list .item .intro .more::after {
    padding-left: 10px;
    line-height: 1;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e623';
    color: #e78c19;
    font-size: 12px;
}
@media screen and (max-width: 767px) {
    .project-case-page .case-list .item .intro .more::after {
        padding-left: 5px;
    }
}
.project-case-page .case-list .item .intro .more::before {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e78c19;
}
.project-per-page {
    overflow: hidden;
    background-color: #f5f5f5;
}
.project-per-page .per-table {
    padding-top: 35px;
}
.project-per-page .per-table h3 {
    padding-bottom: 25px;
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
    color: #222222;
    font-weight: 700;
}
@media screen and (max-width: 1199px) {
    .project-per-page .per-table h3 {
        padding-bottom: 20px;
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .project-per-page .per-table h3 {
        padding-bottom: 15px;
        font-size: 16px;
    }
}
.project-per-page .per-table table {
    width: 100%;
    background-color: #fff;
}
.project-per-page .per-table table thead,
.project-per-page .per-table table tbody {
    width: 100%;
}
.project-per-page .per-table table tr {
    width: 100%;
}
.project-per-page .per-table table tr th,
.project-per-page .per-table table tr td {
    padding: 17px 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #222222;
    font-weight: 500;
    text-align: center;
}
@media screen and (max-width: 1199px) {
    .project-per-page .per-table table tr th,
    .project-per-page .per-table table tr td {
        padding: 12px 6px;
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .project-per-page .per-table table tr th,
    .project-per-page .per-table table tr td {
        padding: 5px;
        font-size: 12px;
    }
}
.project-per-page .per-table table tr th {
    color: #fff;
}
.project-per-page .per-table table tr th:nth-child(1),
.project-per-page .per-table table tr td:nth-child(1) {
    width: 14.89361702%;
}
.project-per-page .per-table table tr th:nth-child(2),
.project-per-page .per-table table tr td:nth-child(2) {
    width: 27.65957447%;
}
.project-per-page .per-table table tr th:nth-child(3),
.project-per-page .per-table table tr td:nth-child(3) {
    width: 31.91489362%;
}
.project-per-page .per-table table tr th:nth-child(4),
.project-per-page .per-table table tr td:nth-child(4) {
    width: 25.53191489%;
}
.project-per-page .per-table table thead {
    background-color: #e78c19;
}
.project-per-page .per-table table tbody {
    border: 1px solid #e6e6e6;
}
.project-per-page .per-table table tbody tr {
    border-bottom: 1px solid #e6e6e6;
    background-color: #fff;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
@media screen and (min-width: 1200px) {
    .project-per-page .per-table table tbody tr:hover {
        background-color: #e78c19;
    }
    .project-per-page .per-table table tbody tr:hover td {
        color: #fff;
        border-color: #f8951c;
    }
}
.project-per-page .per-table table tbody tr:last-child {
    border-bottom: none;
}
.project-per-page .per-table table tbody tr td {
    border-right: 1px solid #e6e6e6;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
}
.project-per-page .per-table table tbody tr td:last-child {
    border-right: none;
}
.recruitment-jd-page {
    overflow: hidden;
    background-color: #f5f5f5;
}
.recruitment-jd-page .rec-jd-list {
    padding-top: 15px;
}
.recruitment-jd-page .rec-jd-list li {
    margin-top: 30px;
}
@media screen and (max-width: 991px) {
    .recruitment-jd-page .rec-jd-list li {
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .recruitment-jd-page .rec-jd-list li {
        margin-top: 15px;
    }
}
.recruitment-jd-page .rec-jd-list .item {
    display: block;
    padding: 35px 0 25px;
    min-height: 100%;
    background-color: #fff;
}
@media screen and (max-width: 1439px) {
    .recruitment-jd-page .rec-jd-list .item {
        padding: 25px 0;
    }
}
@media screen and (max-width: 1199px) {
    .recruitment-jd-page .rec-jd-list .item {
        padding: 20px 0;
    }
}
@media screen and (max-width: 767px) {
    .recruitment-jd-page .rec-jd-list .item {
        padding: 15px 0;
    }
}
.recruitment-jd-page .rec-jd-list .item [class*=jd-] {
    padding: 0 25px;
}
@media screen and (max-width: 1199px) {
    .recruitment-jd-page .rec-jd-list .item [class*=jd-] {
        padding: 0 20px;
    }
}
@media screen and (max-width: 767px) {
    .recruitment-jd-page .rec-jd-list .item [class*=jd-] {
        padding: 0 15px;
    }
}
.recruitment-jd-page .rec-jd-list .item .jd-title {
    display: flex;
    justify-content: space-between;
}
.recruitment-jd-page .rec-jd-list .item .jd-title h5,
.recruitment-jd-page .rec-jd-list .item .jd-title span {
    display: block;
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
    color: #222222;
    font-weight: 700;
}
@media screen and (max-width: 1199px) {
    .recruitment-jd-page .rec-jd-list .item .jd-title h5,
    .recruitment-jd-page .rec-jd-list .item .jd-title span {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .recruitment-jd-page .rec-jd-list .item .jd-title h5,
    .recruitment-jd-page .rec-jd-list .item .jd-title span {
        font-size: 16px;
    }
}
.recruitment-jd-page .rec-jd-list .item .jd-title span {
    color: #e78c19;
}
.recruitment-jd-page .rec-jd-list .item .jd-tag {
    padding-top: 15px;
}
@media screen and (max-width: 767px) {
    .recruitment-jd-page .rec-jd-list .item .jd-tag {
        padding-top: 10px;
    }
}
.recruitment-jd-page .rec-jd-list .item .jd-tag span {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.875;
    color: #555555;
    font-weight: 500;
    background-color: #f5f5f5;
}
@media screen and (max-width: 1199px) {
    .recruitment-jd-page .rec-jd-list .item .jd-tag span {
        padding: 0 15px;
        font-size: 15px;
        margin-right: 5px;
    }
}
@media screen and (max-width: 1199px) {
    .recruitment-jd-page .rec-jd-list .item .jd-tag span {
        padding: 0 10px;
        font-size: 12px;
    }
}
.recruitment-jd-page .rec-jd-list .item .jd-intro {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #f5f5f5;
    font-size: 16px;
    line-height: 1.5;
    color: #555555;
    font-weight: 500;
}
@media screen and (max-width: 1199px) {
    .recruitment-jd-page .rec-jd-list .item .jd-intro {
        margin-top: 20px;
        padding-top: 20px;
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .recruitment-jd-page .rec-jd-list .item .jd-intro {
        margin-top: 15px;
        padding-top: 15px;
        font-size: 14px;
    }
}
.recruitment-rd-page {
    overflow: hidden;
    background-color: #f5f5f5;
}
.recruitment-rd-page .content {
    margin-top: 45px;
    display: flex;
}
@media screen and (max-width: 767px) {
    .recruitment-rd-page .content {
        margin-top: 30px;
    }
}
.recruitment-rd-page .message {
    padding: 40px;
    background-color: #fff;
}
@media screen and (max-width: 1439px) {
    .recruitment-rd-page .message {
        padding: 30px;
    }
}
@media screen and (max-width: 1199px) {
    .recruitment-rd-page .message {
        padding: 25px;
    }
}
@media screen and (max-width: 767px) {
    .recruitment-rd-page .message {
        padding: 15px;
    }
}
.recruitment-rd-page .message p {
    max-width: 680px;
    padding-bottom: 25px;
    font-size: 16px;
    line-height: 1.875;
    color: #555555;
}
@media screen and (max-width: 1199px) {
    .recruitment-rd-page .message p {
        padding-bottom: 15px;
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .recruitment-rd-page .message p {
        font-size: 13px;
    }
}
.recruitment-rd-page form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.recruitment-rd-page form fieldset {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
    .recruitment-rd-page form fieldset {
        margin-bottom: 15px;
    }
}
.recruitment-rd-page form fieldset:nth-child(-n+6) {
    width: 50%;
}
.recruitment-rd-page form fieldset:nth-last-child(1) {
    margin-bottom: 0;
}
.recruitment-rd-page form fieldset:nth-last-child(2) {
    margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
    .recruitment-rd-page form fieldset:nth-last-child(2) {
        margin-bottom: 30px;
    }
}
.recruitment-rd-page form input,
.recruitment-rd-page form textarea,
.recruitment-rd-page form select {
    display: block;
    padding: 14px 20px;
    outline: none;
    border: 1px solid #e6e6e6;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    color: #555555;
}
@media screen and (max-width: 1199px) {
    .recruitment-rd-page form input,
    .recruitment-rd-page form textarea,
    .recruitment-rd-page form select {
        padding: 10px 15px;
        font-size: 14px;
    }
}
.recruitment-rd-page form textarea {
    height: 320px;
}
@media screen and (max-width: 1439px) {
    .recruitment-rd-page form textarea {
        height: 230px;
    }
}
@media screen and (max-width: 1199px) {
    .recruitment-rd-page form textarea {
        height: 200px;
    }
}
.recruitment-rd-page form label {
    position: absolute;
    top: 14px;
    left: 30px;
    margin: 0;
    display: flex;
    align-items: center;
    height: 24px;
    font-size: 16px;
    color: #555555;
    font-weight: 400;
    cursor: text;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
@media screen and (max-width: 1199px) {
    .recruitment-rd-page form label {
        top: 8px;
        left: 25px;
        font-size: 14px;
    }
}
.recruitment-rd-page form label span {
    color: #cc0000;
}
.recruitment-rd-page form label.active {
    top: 2px;
    font-size: 12px;
    height: 12px;
    opacity: 0.8;
}
@media screen and (max-width: 1199px) {
    .recruitment-rd-page form label.active {
        top: 0;
    }
}
.recruitment-rd-page form button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 45px;
    border-radius: 22.5px;
    font-size: 16px;
    color: #ffffff;
    background-color: #e78c19;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
    .recruitment-rd-page form button {
        width: 140px;
        height: 40px;
        font-size: 14px;
    }
}
@media screen and (min-width: 1200px) {
    .recruitment-rd-page form button:hover {
        box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.5) inset;
    }
}
.recruitment-rd-page form button::after {
    margin-left: 10px;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e646';
    color: #fff;
    font-size: 14px;
    line-height: 1;
}
.recruitment-rd-page .pic {
    flex-shrink: 0;
    width: 450px;
    background: none center;
    background-size: cover;
}
@media screen and (max-width: 1199px) {
    .recruitment-rd-page .pic {
        width: 350px;
    }
}
@media screen and (max-width: 991px) {
    .recruitment-rd-page .pic {
        width: 249px;
    }
}
@media screen and (max-width: 767px) {
    .recruitment-rd-page .pic {
        display: none !important;
    }
}
.contact-page {
    overflow: hidden;
    background: url(../images/img/contact_bgg.jpg) #f5f5f5 no-repeat center top;
    background-size: 100% auto;
}
.contact-page .info {
    overflow: hidden;
    display: flex;
}
@media screen and (max-width: 991px) {
    .contact-page .info {
        display: block;
    }
}
.contact-page .left-inner {
    padding-right: 60px;
}
@media screen and (max-width: 1199px) {
    .contact-page .left-inner {
        padding-right: 50px;
    }
}
@media screen and (max-width: 991px) {
    .contact-page .left-inner {
        padding-right: 0;
    }
}
.contact-page .left-inner h4 {
    padding-top: 40px;
    max-width: 666px;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #555555;
}
@media screen and (max-width: 1199px) {
    .contact-page .left-inner h4 {
        padding-top: 30px;
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .contact-page .left-inner h4 {
        padding-top: 15px;
        font-size: 13px;
    }
}
.contact-page .left-inner ul {
    padding: 35px 0;
}
@media screen and (max-width: 1199px) {
    .contact-page .left-inner ul {
        padding: 25px 0;
    }
}
@media screen and (max-width: 991px) {
    .contact-page .left-inner ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 20px 0 0;
    }
}
@media screen and (max-width: 575px) {
    .contact-page .left-inner ul {
        padding: 15px 0;
    }
}
.contact-page .left-inner ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
    .contact-page .left-inner ul li {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 991px) {
    .contact-page .left-inner ul li {
        width: calc(50% - 10px);
    }
}
@media screen and (max-width: 575px) {
    .contact-page .left-inner ul li {
        width: 100%;
    }
}
.contact-page .left-inner ul li:last-child {
    margin-bottom: 0;
}
.contact-page .left-inner ul li::before {
    position: absolute;
    top: 2px;
    left: 0;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #e78c19;
}
.contact-page .left-inner ul h6,
.contact-page .left-inner ul p {
    margin: 0;
    font-size: 16px;
    line-height: 1.625;
    color: #222222;
}
@media screen and (max-width: 1199px) {
    .contact-page .left-inner ul h6,
    .contact-page .left-inner ul p {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .contact-page .left-inner ul h6,
    .contact-page .left-inner ul p {
        font-size: 14px;
    }
}
.contact-page .left-inner ul h6 a,
.contact-page .left-inner ul p a {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
@media screen and (min-width: 1200px) {
    .contact-page .left-inner ul h6 a:hover,
    .contact-page .left-inner ul p a:hover {
        color: #e78c19;
        text-decoration: underline;
    }
}
.contact-page .left-inner ul h6 {
    font-weight: 700;
}
.contact-page .left-inner .c-address::before {
    content: '\e647';
}
.contact-page .left-inner .c-tel::before {
    content: '\e969';
}
.contact-page .left-inner .c-email::before {
    content: '\e918';
}
.contact-page .left-inner .c-phone::before {
    content: '\e671';
}
.contact-page .left-inner .c-fax::before {
    content: '\e633';
}
.contact-page .left-inner .c-wechat::before {
    content: '\e604';
}
.contact-page .right-map {
    flex-shrink: 0;
    width: 630px;
    padding: 5px;
    background-color: #fff;
}
@media screen and (max-width: 1199px) {
    .contact-page .right-map {
        width: 450px;
    }
}
@media screen and (max-width: 991px) {
    .contact-page .right-map {
        width: 100%;
        height: 400px;
    }
}
@media screen and (max-width: 767px) {
    .contact-page .right-map {
        height: 350px;
    }
}
.contact-page .right-map .map-content {
    width: 100%;
    height: 100%;
}
.contact-page .message {
    padding-top: 65px;
}
@media screen and (max-width: 1199px) {
    .contact-page .message {
        padding-top: 50px;
    }
}
@media screen and (max-width: 767px) {
    .contact-page .message {
        padding-top: 30px;
    }
}
.contact-page .message .title p {
    padding-top: 7px;
    font-size: 16px;
    line-height: 1.875;
    color: #555555;
}
@media screen and (max-width: 1199px) {
    .contact-page .message .title p {
        font-size: 15px;
    }
}
@media screen and (max-width: 991px) {
    .contact-page .message .title p {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .contact-page .message .title p {
        padding-top: 5px;
        font-size: 13px;
    }
}
.contact-page .message form {
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px;
    margin: 0 -10px;
}
@media screen and (max-width: 767px) {
    .contact-page .message form {
        padding-top: 10px;
    }
}
.contact-page .message form fieldset {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
    .contact-page .message form fieldset {
        margin-bottom: 15px;
    }
}
.contact-page .message form fieldset:nth-child(-n+3) {
    width: 33.33333333%;
}
@media screen and (max-width: 767px) {
    .contact-page .message form fieldset:nth-child(-n+3) {
        width: 100%;
    }
}
.contact-page .message form fieldset:nth-last-child(1) {
    margin-bottom: 0;
}
.contact-page .message form fieldset:nth-last-child(2) {
    margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
    .contact-page .message form fieldset:nth-last-child(2) {
        margin-bottom: 30px;
    }
}
.contact-page .message form input,
.contact-page .message form textarea,
.contact-page .message form select {
    display: block;
    padding: 14px 20px;
    outline: none;
    border: 1px solid #e6e6e6;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    color: #555555;
}
@media screen and (max-width: 1199px) {
    .contact-page .message form input,
    .contact-page .message form textarea,
    .contact-page .message form select {
        padding: 10px 15px;
        font-size: 14px;
    }
}
.contact-page .message form textarea {
    height: 320px;
}
@media screen and (max-width: 1439px) {
    .contact-page .message form textarea {
        height: 230px;
    }
}
@media screen and (max-width: 1199px) {
    .contact-page .message form textarea {
        height: 200px;
    }
}
.contact-page .message form label {
    position: absolute;
    top: 14px;
    left: 30px;
    margin: 0;
    display: flex;
    align-items: center;
    height: 24px;
    font-size: 16px;
    color: #555555;
    font-weight: 400;
    cursor: text;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
@media screen and (max-width: 1199px) {
    .contact-page .message form label {
        top: 8px;
        left: 25px;
        font-size: 14px;
    }
}
.contact-page .message form label span {
    color: #cc0000;
}
.contact-page .message form label.active {
    top: 2px;
    font-size: 12px;
    height: 12px;
    opacity: 0.8;
}
@media screen and (max-width: 1199px) {
    .contact-page .message form label.active {
        top: 0;
    }
}
.contact-page .message form button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 160px;
    height: 45px;
    border-radius: 22.5px;
    font-size: 16px;
    color: #ffffff;
    background-color: #e78c19;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
    .contact-page .message form button {
        width: 140px;
        height: 40px;
        font-size: 14px;
    }
}
@media screen and (min-width: 1200px) {
    .contact-page .message form button:hover {
        box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.5) inset;
    }
}
.contact-page .message form button::after {
    margin-left: 10px;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e646';
    color: #fff;
    font-size: 14px;
    line-height: 1;
}
.site-page {
    overflow: hidden;
    background-color: #f5f5f5;
}
.site-page .content h2 {
    padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .site-page .content h2 {
        text-align: center;
    }
}
.site-page .content .site-map1>li {
    margin-bottom: 20px;
}
.site-page .content .site-map1>li>a {
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    max-width: 240px;
    padding: 10px 30px;
    font-size: 18px;
    line-height: 1.66666667;
    color: #222222;
    border: 1px solid #dcdcdc;
    font-weight: 700;
    text-transform: capitalize;
    background-color: transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
@media screen and (max-width: 767px) {
    .site-page .content .site-map1>li>a {
        width: 100%;
        max-width: 100%;
        padding: 5px 10px;
        text-align: center;
    }
}
@media screen and (min-width: 1200px) {
    .site-page .content .site-map1>li>a:hover {
        color: #fff;
    }
    .site-page .content .site-map1>li>a:hover::before {
        transform: translateX(0);
    }
}
.site-page .content .site-map1>li>a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
    background-color: #e78c19;
    z-index: -1;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
}
.site-page .content .site-map1>li:last-child {
    margin-bottom: 0;
}
.site-page .content .site-map1 .site-map2 {
    margin-top: 20px;
    padding: 0 30px;
}
@media screen and (max-width: 767px) {
    .site-page .content .site-map1 .site-map2 {
        padding: 0;
    }
}
.site-page .content .site-map1 .site-map2>li {
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .site-page .content .site-map1 .site-map2>li {
        text-align: center;
    }
}
.site-page .content .site-map1 .site-map2>li>a {
    font-size: 16px;
    line-height: 1.875;
    color: #222222;
    white-space: nowrap;
    font-weight: 500;
}
@media screen and (min-width: 1200px) {
    .site-page .content .site-map1 .site-map2>li a:hover {
        color: #e78c19;
        text-decoration: underline;
    }
}
.site-page .content .site-map1 .site-map2>li:last-child {
    margin-bottom: 0;
}
.site-page .content .site-map1 .site-map2 .site-map3>li {
    display: inline-block;
    margin-top: 5px;
    padding-right: 30px;
}
@media screen and (max-width: 767px) {
    .site-page .content .site-map1 .site-map2 .site-map3>li {
        padding: 0 5px;
    }
}
.site-page .content .site-map1 .site-map2 .site-map3>li>a {
    display: block;
    white-space: nowrap;
    font-size: 13px;
    line-height: 2.14285714;
    color: #666666;
}
@media screen and (min-width: 1200px) {
    .site-page .content .site-map1 .site-map2 .site-map3>li a:hover {
        color: #e78c19;
        text-decoration: underline;
    }
}
.tbl-cell .nav-list1 .active>a {
    color: #e78c19 !important;
}

.project-per-page .per-content {
    padding-top: 30px;
}
.project-per-page .per-content p {
    font-size: 16px;
    line-height: 1.875;
    color: #555555;
}
@media screen and (max-width: 1199px) {
    .project-per-page .per-content p {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .project-per-page .per-content p {
        font-size: 14px;
    }
}
.project-per-page .per-content p img {
    max-width: 100%;
    height: auto !important;
}
.project-per-page .per-content .table-box table {
    max-width: 1150px;
    margin: 0 auto;
}
.project-per-page .per-content .table-box tr,
.project-per-page .per-content .table-box th,
.project-per-page .per-content .table-box td {
    border-color: #555555 !important;
    color: #555555;
    background-color: transparent;
}
