﻿::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background: #f2f2f2;
}
::-webkit-scrollbar-thumb {
    background: #e77817;
    border-radius: 6px;
}
@font-face {
    font-family: xhFont;
    src: url("../font/hwxh.ttf");
}
.border-b {
    position: relative;
}
.border-b:before {
    content: "";
    width: 1920px;
    margin-left: -310px;
    height: 1px;
    background: #dcdcdc;
    position: absolute;
    left: 0;
    bottom: 0;
}
.border-t {
    position: relative;
}
.border-t:before {
    content: "";
    width: 1920px;
    margin-left: -310px;
    height: 1px;
    background: #dcdcdc;
    position: absolute;
    left: 0;
    top: 0;
}
main {
    width: 100%;
    overflow: hidden;
}
/*========================== .pub_header ==========================*/
.pub_header {
    height: 80px;
    background: #fff;
    box-shadow: 0 0 0 1px #f5f5f5;
}
.pub_header .container {
    max-width: 100%;
    height: 100%;
    padding: 0 2%;
}
.pub_header .sidebar-toggle {
    display: none;
    width: 30px;
    height: 30px;
    padding: 3px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2%;
    cursor: pointer;
}
.pub_header .sidebar-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    margin-top: -1px;
    background: #454545;
    position: absolute;
    top: 50%;
    left: 4px;
}
.pub_header .sidebar-toggle span:before {
    content: "";
    width: 22px;
    height: 2px;
    border-radius: 3px;
    background: #454545;
    position: absolute;
    top: 8px;
    left: 0;
}
.pub_header .sidebar-toggle span:after {
    content: "";
    width: 22px;
    height: 2px;
    border-radius: 3px;
    background: #454545;
    position: absolute;
    top: -8px;
    left: 0;
}
.pub_header .h-logo {
    display: inline-block;
    width: 225px;
    height: 80px;
    line-height: 80px;
}
.pub_header .h-logo img {
    max-width: 100%;
    max-height: 50px;
}
.pub_header .h-nav {
    float: right;
    margin-right: 350px;
    overflow: hidden;
}
.pub_header .h-nav li {
    float: left;
    display: inline-block;
    width: 96px;
    margin-right: 25px;
    cursor: pointer;
}
.pub_header .h-nav li:last-of-type {
    margin-right: 0;
}
.pub_header .h-nav li a {
    display: block;
    height: 80px;
    padding: 0 6px;
    border-bottom: 4px solid transparent;
    overflow: hidden;
    font-size: 14px;
    line-height: 80px;
    text-align: center;
    color: #474747;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.pub_header .h-nav li.on a, .pub_header .h-nav li:hover a {
    border-color: #e77817;
    color: #e77817;
}
.pub_header .h-lang {
    height: 40px;
    margin: auto;
    position: absolute;
    right: 2%;
    top: 0;
    bottom: 0;
}
.pub_header .h-lang a {
    display: inline-block;
    height: 30px;
    margin-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    color: #454545;
}
.pub_header .h-lang a:hover {
    color: #333;
}
.pub_header .h-lang form {
    float: right;
    width: 275px;
    height: 40px;
    margin-left: 25px;
    border: 2px solid #e77817;
}
.pub_header .h-lang form select {
    float: left;
    width: 22%;
    height: 100%;
    border: none;
    font-size: 14px;
    line-height: 36px;
    color: #757575;
    background: transparent;
}
.pub_header .h-lang form input {
    float: left;
    width: 56%;
    height: 100%;
    padding: 0 2%;
    border: none;
    font-size: 14px;
    line-height: 36px;
    color: #757575;
    background: transparent;
}
.pub_header .h-lang form button {
    float: right;
    width: 22%;
    height: 100%;
    border: none;
    overflow: hidden;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    background: #e77817;
}
@media (max-width: 1365px) {
    .pub_header .h-nav li {
        margin-right: 20px;
    }
}
@media (max-width: 1024px) {
    .pub_header .container {
        text-align: center;
    }
    .pub_header .sidebar-toggle {
        display: block;
    }
    .pub_header .h-nav {
        display: none;
    }
    .pub_header .h-lang {
        height: 30px;
    }
    .pub_header .h-lang a {
        margin-top: 0;
    }
    .pub_header .h-lang form {
        display: none;
    }
}
@media (max-width: 768px) {
    .pub_header {
        height: 60px;
    }
    .pub_header .h-logo {
        width: 200px;
        height: 60px;
        line-height: 60px;
    }
    .pub_header .h-logo img {
        max-height: 45px;
    }
}
/*========================== sidebar ==========================*/
#sidebar {
    background: #000;
}
#sidebar .sidebar-wrapper {
    display: none;
    height: 100%;
    overflow-y: auto;
    position: relative;
}
#sidebar form {
    height: 60px;
    padding: 10px 20px;
    background: #333;
    position: relative;
}
#sidebar form input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 49px 0 9px;
    border: none;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    line-height: 39px;
    color: #fff;
    background: transparent;
}
#sidebar form input::-webkit-input-placeholder {
    color: #fff;
}
#sidebar form input:-moz-placeholder {
    color: #fff;
}
#sidebar form input::-moz-placeholder {
    color: #fff;
}
#sidebar form input:-ms-input-placeholder {
    color: #fff;
}
#sidebar form input::placeholder {
    color: #fff;
}
#sidebar form button {
    width: 40px;
    height: 39px;
    border: none;
    background: url("../images/icon-search02.png") no-repeat center center;
    position: absolute;
    top: 10px;
    right: 20px;
}
#sidebar form button:before {
    content: "";
    width: 1px;
    height: 8px;
    margin: auto;
    background: #fff;
    position: absolute;
    top: 18px;
    left: 0;
}
#sidebar .s-nav li {
    border-bottom: 1px solid #555;
}
#sidebar .s-nav li a {
    display: block;
    height: 56px;
    padding: 0 20px 0 40px;
    overflow: hidden;
    font-size: 16px;
    line-height: 56px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#sidebar .s-nav li a:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #aaa;
    margin: auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#sidebar .s-nav li.on a, #sidebar .s-nav li a:hover {
    color: #fff;
}
#sidebar .s-nav li.on a:before, #sidebar .s-nav li a:hover:before {
    border-color: #fff;
}
[data-simplersidebar="active"] {
    box-shadow: 3px 0 3px 0 rgba(0, 0, 0, .2);
}
@media (min-width: 1025px) {
    #sidebar, [data-simplersidebar="mask"] {
        display: none !important;
    }
}
/*========================== pub_banner ==========================*/
.pub_banner a {
    display: block;
}
.pub_banner img {
    width: 100%;
}
.pub_banner .swiper-pagination {
    bottom: 6%;
}
.pub_banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #858183;
    opacity: 1;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.pub_banner .swiper-pagination-bullet-active {
    background: #e77817;
}
.pub_banner .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}
@media (max-width: 1024px) {
    .pub_banner .swiper-pagination {
        bottom: 5%;
    }
    .pub_banner .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .pub_banner .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }
}
@media (max-width: 768px) {
    .pub_banner .swiper-pagination {
        bottom: 4%;
    }
    .pub_banner .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    .pub_banner .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 4px;
    }
}
/*========================== .htit1 & .hd1 & .more1  ==========================*/
.htit1 {
    text-align: center;
}
.htit1 h3 {
    font-size: 26px;
    line-height: 1.7;
    color: #414141;
}
.htit1 p {
    font-size: 14px;
    line-height: 1.5;
    color: #858183;
}
@media (max-width: 1024px) {
    .htit1 h3 {
        font-size: 22px;
    }
}
@media (max-width: 768px) {
    .htit1 h3 {
        font-size: 18px;
    }
    .htit1 p {
        font-size: 13px;
    }
}
.hd1 {
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    font-size: 0;
    text-align: center;
}
.hd1 li {
    display: inline-block;
    height: 40px;
    max-width: 100%;
    min-width: 95px;
    margin: 3px;
    overflow: hidden;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #616161;
    background: #e9e9e9;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.hd1 li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hd1 li.on, .hd1 li:hover {
    color: #fff;
    background: #4e4e4e;
}
@media (max-width: 768px) {
    .hd1 {
        text-align: left;
    }
    .hd1 li {
        min-width: 48%;
        width: 48%;
        height: 35px;
        margin: 3px 1%;
        font-size: 13px;
        line-height: 35px;
    }
}
.more1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #575757;
    position: relative;
}
.more1 span {
    font-family: monospace, serif;
    font-weight: bold;
    color: #2a2a2a;
}
.more1:before, .more1:after {
    content: "";
    position: absolute;
    width: 910px;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #d2d2d2;
}
.more1:before {
    left: -310px;

}
.more1:after {
    right: -310px;
}
@media (max-width: 1024px) {
    .more1:before, .more1:after {
        width: 100%;
    }
    .more1:before {
        left: -56%;
    }
    .more1:after {
        right: -56%;
    }
}
@media (max-width: 768px) {
    .more1 {
        font-size: 15px;
    }
    .more1:before {
        left: -59%;
    }
    .more1:after {
        right: -59%;
    }
}
@media (max-width: 640px) {
    .more1 {
        font-size: 14px;
    }
    .more1:before {
        left: -62%;
    }
    .more1:after {
        right: -62%;
    }
}
/*========================== ind_pro ==========================*/
.ind_pro {
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
}
.ind_pro .htit1 {
    margin-bottom: 40px;
}
.ind_pro .hd1 {
    margin-bottom: 30px;
}
.ind_pro .more1 {
    margin-top: 35px;
}
@media (max-width: 1024px) {
    .ind_pro {
        padding: 4.88% 0;
    }
    .ind_pro .htit1 {
        margin-bottom: 5.50%;
    }
    .ind_pro .hd1 {
        margin-bottom: 4.12%;
    }
    .ind_pro .more1 {
        margin-top: 4.81%;
    }
}
.ind_pro_ul li {
    float: left;
    width: 24.76%;
    margin-right: 0.32%;
    margin-top: 0.7%;
}
.ind_pro_ul li a {
    display: block;
    width: 100%;
}
.ind_pro_ul li figure {
    position: relative;
}
.ind_pro_ul li figure .img-centered {
    height: 100%;
    padding: 37.12% 0;
}
.ind_pro_ul li figure .img-centered img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ind_pro_ul li figcaption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 4%;
    background: rgba(0, 0, 0, .7);
    text-align: center;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.ind_pro_ul li figcaption div {
    width: 100%;
}
.ind_pro_ul li figcaption .icon {
    display: block;
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 50%;
    background: #e77817 url("../images/icon-add.png") no-repeat center center;
}
.ind_pro_ul li figcaption p {
    height: 28px;
    margin-top: 20px;
    overflow: hidden;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    color: #e77817;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ind_pro_ul li a:hover figcaption {
    opacity: 1;
}
@media (min-width: 1025px) {
    .ind_pro_ul li:nth-of-type(-n+4) {
        margin-top: 0;
    }
    .ind_pro_ul li:nth-of-type(4n) {
        margin-right: 0;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .ind_pro_ul li {
        width: 33%;
        margin-right: 0.5%;
        margin-top: 0.8%;
    }
    .ind_pro_ul li:nth-of-type(-n+3) {
        margin-top: 0;
    }
    .ind_pro_ul li:nth-of-type(3n) {
        margin-right: 0;
    }
    .ind_pro_ul li figcaption .icon {
        width: 40px;
        height: 40px;
    }
    .ind_pro_ul li figcaption p {
        height: 26px;
        margin-top: 15px;
        font-size: 14px;
        line-height: 26px;
    }
}
@media (max-width: 768px) {
    .ind_pro_ul li {
        width: 49.5%;
        margin-right: 1%;
        margin-top: 1%;
    }
    .ind_pro_ul li:nth-of-type(-n+2) {
        margin-top: 0;
    }
    .ind_pro_ul li:nth-of-type(2n) {
        margin-right: 0;
    }
    .ind_pro_ul li figcaption .icon {
        width: 30px;
        height: 30px;
    }
    .ind_pro_ul li figcaption p {
        height: 24px;
        margin-top: 10px;
        font-size: 13px;
        line-height: 24px;
    }
}
/*========================== ind_effect ==========================*/
.ind_effect {
    padding: 50px 0 70px 0;
    background: #f8f8f8;
}
.ind_effect .htit1 {
    margin-bottom: 36px;
}
@media (max-width: 1024px) {
    .ind_effect {
        padding: 4.88% 0 6.83% 0;
    }
    .ind_effect .htit1 {
        margin-bottom: 4.95%;
    }
}
.ind_effect_ul li {
    float: left;
    width: 322px;
    height: 240px;
    margin-right: 4px;
    margin-top: 4px;
}
.ind_effect_ul li a {
    display: block;
    width: 100%;
    height: 100%;
}
.ind_effect_ul li figure {
    width: 100%;
    height: 100%;
    position: relative;
}
.ind_effect_ul li figure .img-centered {
    width: 100%;
    height: 100%;
}
.ind_effect_ul li figure .img-centered img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ind_effect_ul li figcaption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 4%;
    background: rgba(0, 0, 0, .7);
    text-align: center;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.ind_effect_ul li figcaption div {
    width: 100%;
}
.ind_effect_ul li figcaption .icon {
    display: block;
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 50%;
    background: #e77817 url("../images/icon-add.png") no-repeat center center;
}
.ind_effect_ul li figcaption p {
    height: 28px;
    margin-top: 20px;
    overflow: hidden;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    color: #e77817;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ind_effect_ul li a:hover figcaption {
    opacity: 1;
}
@media (min-width: 1025px) {
    .ind_effect_ul li:first-of-type {
        width: 708px;
        height: 490px;
    }
    .ind_effect_ul li:nth-of-type(2), .ind_effect_ul li:nth-of-type(3) {
        width: 588px;
        height: 243px;
    }
    .ind_effect_ul li:nth-of-type(-n+2) {
        margin-top: 0;
    }
    .ind_effect_ul li:nth-of-type(2), .ind_effect_ul li:nth-of-type(3), .ind_effect_ul li:last-of-type {
        margin-right: 0;
    }
}
@media (max-width: 1024px) {
    .ind_effect_ul li {
        height: auto;
    }
    .ind_effect_ul li figure .img-centered {
        padding: 37.12% 0;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .ind_effect_ul li {
        width: 33%;
        margin-right: 0.5%;
        margin-top: 0.8%;
    }
    .ind_effect_ul li:nth-of-type(-n+3) {
        margin-top: 0;
    }
    .ind_effect_ul li:nth-of-type(3n) {
        margin-right: 0;
    }
    .ind_effect_ul li:nth-of-type(7) {
        width: 100%;
        margin-right: 0;
    }
    .ind_effect_ul li:nth-of-type(7) figure .img-centered {
        padding: 18.38% 0;
    }
    .ind_effect_ul li figcaption .icon {
        width: 40px;
        height: 40px;
    }
    .ind_effect_ul li figcaption p {
        height: 26px;
        margin-top: 15px;
        font-size: 14px;
        line-height: 26px;
    }
}
@media (max-width: 768px) {
    .ind_effect_ul li {
        width: 49.5%;
        margin-right: 1%;
        margin-top: 1%;
    }
    .ind_effect_ul li:nth-of-type(-n+2) {
        margin-top: 0;
    }
    .ind_effect_ul li:nth-of-type(2n) {
        margin-right: 0;
    }
    .ind_effect_ul li:nth-of-type(7) {
        width: 100%;
        margin-right: 0;
    }
    .ind_effect_ul li:nth-of-type(7) figure .img-centered {
        padding: 18.38% 0;
    }
    .ind_effect_ul li figcaption .icon {
        width: 30px;
        height: 30px;
    }
    .ind_effect_ul li figcaption p {
        height: 24px;
        margin-top: 10px;
        font-size: 13px;
        line-height: 24px;
    }
}
/*========================== ind_about ==========================*/
.ind_about {
    padding: 40px 0 50px 0;
}
.ind_about .htit1 {
    margin-bottom: 35px;
}
@media (max-width: 1024px) {
    .ind_about {
        padding: 3.90% 0 4.88% 0;
    }
    .ind_about .htit1 {
        margin-bottom: 4.81%;
    }
}
.ind_about_ul li {
    float: left;
    width: 26.39%;
    margin-right: 0.46%;
}
.ind_about_ul li:nth-of-type(3) {
    width: 46.30%;
    margin-right: 0;
}
.ind_about_ul li a {
    display: block;
    width: 100%;
    margin-bottom: 6px;
}
.ind_about_ul li figure {
    position: relative;
}
.ind_about_ul li figure .img-centered {
    height: 100%;
    padding: 52.19% 0;
}
.ind_about_ul li:nth-of-type(1) a:nth-of-type(2) figure .img-centered,
.ind_about_ul li:nth-of-type(2) a:nth-of-type(1) figure .img-centered {
    padding: 32.80% 0;
}
.ind_about_ul li:nth-of-type(3) a figure .img-centered {
    padding: 49% 0;
}
.ind_about_ul li figure .img-centered img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ind_about_ul li figcaption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 4%;
    background: rgba(0, 0, 0, .75);
    text-align: center;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.ind_about_ul li figcaption div {
    width: 100%;
}
.ind_about_ul li figcaption .icon {
    display: block;
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 50%;
    background: #e77817 url("../images/icon-add.png") no-repeat center center;
}
.ind_about_ul li figcaption p {
    height: 28px;
    margin-top: 20px;
    overflow: hidden;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    color: #e77817;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ind_about_ul li a:hover figcaption {
    opacity: 1;
}
@media (max-width: 1024px) {
    .ind_about_ul li {
        float: left;
        width: 49.6%;
        margin-right: 0.8%;
    }
    .ind_about_ul li:nth-of-type(2) {
        margin-right: 0;
    }
    .ind_about_ul li:nth-of-type(3) {
        width: 100%;
        margin-right: 0;
    }
    .ind_about_ul li a {
        margin-bottom: 5px;
    }
    .ind_about_ul li figcaption .icon {
        width: 40px;
        height: 40px;
    }
    .ind_about_ul li figcaption p {
        height: 26px;
        margin-top: 15px;
        font-size: 14px;
        line-height: 26px;
    }
}
@media (max-width: 768px) {
    .ind_about_ul li {
        float: left;
        width: 49.5%;
        margin-right: 1%;
    }
    .ind_about_ul li a {
        margin-bottom: 4px;
    }
    .ind_about_ul li figcaption .icon {
        width: 30px;
        height: 30px;
    }
    .ind_about_ul li figcaption p {
        height: 24px;
        margin-top: 10px;
        font-size: 13px;
        line-height: 24px;
    }
}
/*========================== ind_news ==========================*/
.ind_news {
    padding: 50px 0 75px 0;
    background: #f8f8f8;
}
.ind_news .htit1 {
    margin-bottom: 40px;
}
@media (max-width: 1024px) {
    .ind_news {
        padding: 4.88% 0 7.32% 0;
    }
    .ind_news .htit1 {
        margin-bottom: 5.50%;
    }
}
.ind_news_one {
    float: left;
    width: 570px;
}
.ind_news_one figure .img-centered {
    height: 355px;
}
.ind_news_one figcaption {
    padding: 38px;
}
.ind_news_ul {
    float: right;
    width: 710px;
}
.ind_news_ul li {
    margin-bottom: 19px;
}
.ind_news_ul li:last-of-type {
    margin-bottom: 0;
}
.ind_news_ul figure {
    padding: 19px 22px;
    overflow: hidden;
}
.ind_news_ul figure .img-centered {
    float: left;
    width: 215px;
    height: 134px;
}
.ind_news_ul figcaption {
    float: right;
    width: 415px;
    padding-top: 10px;
}
.ind_news_one a, .ind_news_ul a {
    display: block;
    width: 100%;
    background: #eee;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.ind_news_one figure .img-centered img, .ind_news_ul figure .img-centered img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.ind_news_one figcaption h4, .ind_news_ul figcaption h4 {
    height: 28px;
    margin-bottom: 6px;
    overflow: hidden;
    line-height: 28px;
    color: #454545;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.ind_news_one figcaption h4 {
    font-size: 18px;
}
.ind_news_ul figcaption h4 {
    font-size: 16px;
}
.ind_news_one figcaption time, .ind_news_ul figcaption time {
    display: block;
    margin-bottom: 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 28px;
    color: #828282;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.ind_news_one figcaption p, .ind_news_ul figcaption p {
    height: 56px;
    overflow: hidden;
    font-size: 13px;
    line-height: 28px;
    color: #6e6e6e;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.ind_news_one a:hover, .ind_news_ul a:hover {
    background: #e77817;
}
.ind_news_one a:hover figure .img-centered img, .ind_news_ul a:hover figure .img-centered img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
.ind_news_one a:hover figcaption h4, .ind_news_one a:hover time, .ind_news_ul a:hover figcaption h4, .ind_news_ul a:hover time {
    color: #fff;
}
.ind_news_one a:hover figcaption p, .ind_news_ul a:hover figcaption p {
    color: #f8dccd;
}
@media (min-width: 769px) and (max-width: 1024px) {
    .ind_news_one {
        float: none;
        width: 100%;
        margin-bottom: 2.60%;
    }
    .ind_news_ul {
        float: none;
        width: 100%;
    }
    .ind_news_ul li {
        margin-bottom: 2.60%;
    }
    .ind_news_ul li:last-of-type {
        margin-bottom: 0;
    }
    .ind_news_one figure, .ind_news_ul figure {
        padding: 2.75%;
        overflow: hidden;
    }
    .ind_news_one figure .img-centered, .ind_news_ul figure .img-centered {
        float: left;
        width: 31.34%;
        height: 100%;
        padding: 9.76% 0;
    }
    .ind_news_one figcaption, .ind_news_ul figcaption {
        float: right;
        width: 64.66%;
        padding: 7px 0;
    }
    .ind_news_one figcaption h4, .ind_news_ul figcaption h4 {
        font-size: 16px;
        height: 26px;
        margin-bottom: 5px;
        overflow: hidden;
        line-height: 26px;
    }
    .ind_news_one figcaption time, .ind_news_ul figcaption time {
        margin-bottom: 5px;
        line-height: 26px;
    }
    .ind_news_one figcaption p, .ind_news_ul figcaption p {
        height: 52px;
        line-height: 26px;
    }
}
@media (max-width: 768px) {
    .ind_news_one {
        float: none;
        width: 100%;
        margin-bottom: 2.60%;
    }
    .ind_news_one figure .img-centered {
        width: 100%;
        height: auto;
    }
    .ind_news_one figcaption {
        padding: 3.5%;
    }
    .ind_news_ul {
        float: none;
        width: 100%;
    }
    .ind_news_ul li {
        margin-bottom: 2.60%;
    }
    .ind_news_ul li:last-of-type {
        margin-bottom: 0;
    }
    .ind_news_ul figure {
        padding: 0;
        overflow: auto;
    }
    .ind_news_ul figure .img-centered {
        float: none;
        width: 100%;
        height: auto;
    }
    .ind_news_ul figcaption {
        float: none;
        width: 100%;
        padding: 3.5%;
    }
    .ind_news_one figure .img-centered img, .ind_news_ul figure .img-centered img {
        position: static;
        width: 100%;
        height: auto;
    }
    .ind_news_one figcaption h4, .ind_news_ul figcaption h4 {
        height: 24px;
        margin-bottom: 4px;
        line-height: 24px;
        font-size: 15px;
    }
    .ind_news_one figcaption time, .ind_news_ul figcaption time {
        margin-bottom: 4px;
        line-height: 24px;
    }
    .ind_news_one figcaption p, .ind_news_ul figcaption p {
        height: 48px;
        line-height: 24px;
    }
}
/*========================== .pub_footer ==========================*/
.pub_footer {
    color: #c3c3c3;
    background: #2e2e2e;
}
.pub_footer a:hover {
    color: #fff;
}
.pub_footer .f-top {
    padding: 60px 0 40px 0;

}
.pub_footer .f-nav {
    float: left;
    width: 55%;
}
.pub_footer .f-nav h4 {
    display: inline-block;
    width: 380px;
    height: 55px;
    margin-bottom: 30px;
    line-height: 55px;
}
.pub_footer .f-nav ul li {
    display: inline-block;
    margin-right: 48px;
    font-size: 15px;
    line-height: 28px;
    color: #c3c3c3;
}
.pub_footer .f-nav ul li a {
    display: block;
}
.pub_footer .f-search {
    float: right;
    width: 400px;
    margin-top: 4px;
}
.pub_footer .f-search h4 {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}
.pub_footer .f-search form {
    width: 400px;
    position: relative;
}
.pub_footer .f-search form input {
    display: block;
    width: 100%;
    height: 62px;
    padding: 0 70px 0 20px;
    border: none;
    font-size: 14px;
    line-height: 62px;
    color: #9c9c9c;
    background: #393939;
}
.pub_footer .f-search form button {
    width: 35px;
    height: 35px;
    border: 1px solid #bfbfbf;
    border-radius: 50%;
    margin: auto;
    background: url("../images/icon-arrow.png") no-repeat center center;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
}
.pub_footer .f-bottom {
    padding: 25px 0;
    border-top: 1px solid #606060;
}
.pub_footer .f-contact {
    float: left;
    font-size: 13px;
    line-height: 26px;
    color: #e7e7e7;
}
.pub_footer .f-contact dt, .pub_footer .f-contact dd {
    display: inline-block;
    vertical-align: middle;
}
.pub_footer .f-contact dd {
    margin: 0 10px;
}
.pub_footer .f-contact a {
    display: block;
    position: relative;
}
.pub_footer .f-contact i {
    display: block;
    width: 24px;
    height: 24px;
}
.pub_footer .f-contact .icon-qq {
    background: url("../images/icon-qq.png") no-repeat center center;
}
.pub_footer .f-contact .icon-weixin {
    background: url("../images/icon-weixin.png") no-repeat center center;
}
.pub_footer .f-contact a div {
    width: 120px;
    height: 120px;
    margin-left: -60px;
    margin-bottom: 10px;
    line-height: 120px;
    text-align: center;
    background: #fff;
    position: absolute;
    bottom: 100%;
    left: 50%;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.pub_footer .f-contact a:hover div {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.pub_footer .f-copyright {
    max-width: 55%;
    float: right;
    font-size: 13px;
    line-height: 26px;
    color: #b1b1b1;
}
@media (max-width: 1024px) {
    .pub_footer .f-top {
        padding: 5.86% 0 3.90% 0;
    }
    .pub_footer .f-nav {
        float: none;
        width: 100%;
        text-align: center;
    }
    .pub_footer .f-nav h4 {
        margin-bottom: 3.90%;
    }
    .pub_footer .f-nav ul li {
        display: inline-block;
        margin: 0 3%;
        font-size: 14px;
        line-height: 26px;
    }
    .pub_footer .f-search {
        float: none;
        width: 100%;
        margin-top: 3%;;
        text-align: center;
    }
    .pub_footer .f-search h4 {
        margin-bottom: 3.25%;
        font-size: 17px;
        line-height: 26px;
    }
    .pub_footer .f-search form {
        margin: auto;
    }
    .pub_footer .f-search form input {
        height: 55px;
        line-height: 55px;
    }
    .pub_footer .f-bottom {
        padding: 2.44% 0;
        border-top: 1px solid #606060;
    }
    .pub_footer .f-contact {
        float: none;
        text-align: center;
        margin-bottom: 0.6%;
    }
    .pub_footer .f-contact dd {
        margin: 0 8px;
    }
    .pub_footer .f-copyright {
        max-width: 100%;
        float: none;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .pub_footer .f-nav h4 {
        display: inline-block;
        width: 280px;
        height: 40px;
        line-height: 40px;
    }
    .pub_footer .f-nav ul li {
        font-size: 13px;
        line-height: 24px;
    }
    .pub_footer .f-search h4 {
        display: none;
        font-size: 16px;
        line-height: 24px;
    }
    .pub_footer .f-search form {
        width: 100%;
    }
    .pub_footer .f-search form input {
        height: 50px;
        padding: 0 60px 0 15px;
        font-size: 13px;
        line-height: 50px;
    }
    .pub_footer .f-search form button {
        width: 30px;
        height: 30px;
    }
    .pub_footer .f-contact {
        line-height: 24px;
    }
    .pub_footer .f-contact dd {
        margin: 0 6px;
    }
    .pub_footer .f-copyright {
        line-height: 24px;
    }
}
/*========================== .htit2 & .type-nav & .pub_wrapper  ==========================*/
.htit2 {
    text-align: center;
}
.htit2 h3 {
    font-size: 22px;
    line-height: 1.7;
    color: #3b3b3b;
}
.htit2 p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #a4a4a4;
}
@media (max-width: 1024px) {
    .htit2 h3 {
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    .htit2 h3 {
        font-size: 18px;
    }

}
.type-nav {
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    font-size: 0;
    text-align: center;
}
.type-nav li {
    display: inline-block;
    height: 40px;
    max-width: 100%;
    min-width: 134px;
    margin: 4px;
    overflow: hidden;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #616161;
    background: #f2f2f2;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.type-nav li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.type-nav li.on, .type-nav li:hover {
    color: #fff;
    background: #242424;
}
@media (max-width: 768px) {
    .type-nav li {
        height: 35px;
        min-width: 48%;
        width: 48%;
        margin: 3px 1%;
        overflow: hidden;
        font-size: 13px;
        line-height: 35px;
    }
}
.pub_wrapper {
    padding: 55px 0 75px 0;
}
.pub_wrapper .htit2 {
    margin-bottom: 25px;
}
.pub_wrapper .type-nav {
    margin-bottom: 40px;
}
@media (max-width: 1024px) {
    .pub_wrapper {
        padding: 5.37% 0 7.32% 0;
    }
    .pub_wrapper .htit2 {
        margin-bottom: 3.44%;
    }
    .pub_wrapper .type-nav {
        margin-bottom: 5.50%;
    }
}
/*========================== .about ==========================*/
.about_figure div {
    float: left;
    width: 585px;
}
.about_figure div img {
    width: 100%;
}
.about_figure figcaption {
    float: right;
    max-height: 520px;
    width: 660px;
    padding: 8px 0;
    overflow-y: auto;
    font-size: 14px;
    line-height: 28px;
    color: #3b3b3b;
}
.about_ol {
    box-shadow: 0 5px 18px 0 rgba(0, 0, 0, .11);
    padding: 0 50px;
}
.about_ol li {
    float: left;
    width: 25%;
    padding: 3.75% 1%;
    text-align: center;
    position: relative;
}
.about_ol li:after {
    content: "";
    width: 1px;
    height: 44px;
    margin: auto;
    background: #edeeed;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.about_ol li:last-of-type:after {
    display: none;
}
.about_ol li h4 {
    margin-bottom: 16px;
    font-family: xhFont;
    font-size: 55px;
    line-height: 1;
    color: #595959;
}
.about_ol li h4 sup {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    top: -32px;
}
.about_ol li h4 sup.fz22 {
    font-size: 22px;
}
.about_ol li p {
    height: 28px;
    overflow: hidden;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.about .about_ol {
    margin-top: 40px;
}
@media (max-width: 1024px) {
    .about_figure div {
        float: none;
        width: 100%;
    }
    .about_figure figcaption {
        float: none;
        max-height: unset;
        width: 100%;
        padding: 0;
        margin-bottom: 1.5%;
        overflow-y: unset;
        line-height: 26px;
    }
    .about_ol {
        padding: 0 3.85%;
    }
    .about_ol li {
        width: 50%;
    }
    .about_ol li:after {
        height: 36px;
    }
    .about_ol li:nth-of-type(2n):after {
        display: none;
    }
    .about_ol li h4 {
        margin-bottom: 12px;
        font-size: 42px;
    }
    .about_ol li h4 sup {
        font-size: 13px;
        top: -26px;
    }
    .about_ol li h4 sup.fz22 {
        font-size: 20px;
    }
    .about_ol li p {
        height: 26px;
        font-size: 13px;
        line-height: 26px;
    }
    .about .about_ol {
        margin-top: 5.50%;
    }
}
@media (max-width: 768px) {
    .about_figure figcaption {
        font-size: 13px;
        line-height: 24px;
    }
    .about_ol {
        padding: 0;
    }
    .about_ol li {
        padding: 3.75% 1.75%;
    }
    .about_ol li:after {
        height: 30px;
    }
    .about_ol li h4 {
        margin-bottom: 8px;
        font-size: 28px;
    }
    .about_ol li h4 sup {

        font-size: 12px;
        top: -16px;
    }
    .about_ol li h4 sup.fz22 {
        font-size: 18px;
    }
    .about_ol li p {
        height: 24px;
        font-size: 12px;
        line-height: 24px;
    }
    .about .type-nav li {
        min-width: 31.33%;
        width: 31.33%;
    }
}
.about_text {
    padding: 4px 0;
    font-size: 14px;
    line-height: 28px;
    color: #3b3b3b;
}
.about_ul {
    border-top: 1px solid #f3f3f3;
}
.about_ul li {
    padding: 23px 0;
    border-bottom: 1px solid #f3f3f3;
    font-size: 14px;
    line-height: 28px;
    color: #3b3b3b;
    vertical-align: middle;
}
.about_ul li * {
    display: inline;
}
.about_ul li h4 {
    font-size: 16px;
    margin-right: 68px;
    position: relative;
}
.about_ul li h4:after {
    content: "";
    width: 35px;
    height: 1px;
    margin: auto 0 auto 15px;
    background: #bfbfbf;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;

}
.about_ul li h4 em {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
}
.about .about_ul {
    margin-top: 35px;
}
@media (max-width: 1024px) {
    .about_text {
        line-height: 26px;
    }
    .about_ul li {
        padding: 3% 0;
        line-height: 26px;
    }
    .about_ul li h4 {
        font-size: 15px;

    }
    .about_ul li h4 em {
        font-size: 22px;
    }
    .about .about_ul {
        margin-top: 4.81%;
    }
}
@media (max-width: 768px) {
    .about_text {
        font-size: 13px;
        line-height: 24px;
    }
    .about_ul li {
        font-size: 13px;
        line-height: 24px;
    }
    .about_ul li h4 {
        font-size: 14px;
    }
    .about_ul li h4 em {
        font-size: 20px;
    }
}
/*========================== .contact ==========================*/
.contact {
    padding: 60px 0;
}
.contact .htit2 {
    margin-bottom: 50px;
}
@media (max-width: 1024px) {
    .contact {
        padding: 5.85% 0;
    }
    .contact .htit2 {
        margin-bottom: 6.85%;
    }
}
.contact_info {
    float: left;
    width: 550px;
    padding-top: 30px;
}
.contact_info li {
    min-height: 64px;
    padding-left: 95px;
    margin-bottom: 60px;
    position: relative;
}
.contact_info li:last-of-type {
    margin-bottom: 0;
}
.contact_info li i, .contact_info li em {
    display: block;
    height: 64px;
    width: 64px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: -5px;
    left: 5px;
}
.contact_info li .icon-number {
    background-image: url("../images/icon-number.png");
}
.contact_info li .icon-email {
    background-image: url("../images/icon-email.png");
}
.contact_info li .icon-address {
    background-image: url("../images/icon-address.png");
}
.contact_info li h4 {
    font-size: 20px;
    line-height: 1.3;
    color: #565656;
}
.contact_info li p {
    font-size: 14px;
    line-height: 32px;
    color: #919191;
}
.contact_map {
    float: right;
    width: 670px;
    height: 440px;
    padding: 4px;
    border: 1px solid #edeeed;
    overflow: hidden;
}
.contact_map img, .contact_map iframe {
    display: block;
    width: 100%;
    height: 100%;
}
@media (max-width: 1024px) {
    .contact_info {
        float: none;
        width: 100%;
        padding-top: 0;
        margin-bottom: 4%;
    }
    .contact_info li {
        min-height: 50px;
        padding-left: 75px;
        margin-bottom: 4%;
    }
    .contact_info li i, .contact_info li em {
        height: 50px;
        width: 50px;
        top: 0;
    }
    .contact_info li h4 {
        font-size: 18px;
    }
    .contact_info li p {
        line-height: 28px;
    }
    .contact_map {
        width: 100%;
        height: 340px;
    }
}
@media (max-width: 768px) {
    .contact_info li {
        min-height: 40px;
        padding-left: 55px;

    }
    .contact_info li i, .contact_info li em {
        height: 40px;
        width: 40px;
    }
    .contact_info li h4 {
        font-size: 16px;
    }
    .contact_info li p {
        font-size: 13px;
        line-height: 25px;
    }
    .contact_map {
        width: 100%;
        height: 240px;
    }
}
/*========================== .message ==========================*/
.message {
    padding: 60px 0;
    background: #fbfbfb;
}
.message .htit2 {
    margin-bottom: 35px;
}
.message .message-form .form-group {
    overflow: hidden;
}
.message .message-form .text-input {
    float: left;
    display: block;
    width: 32.70%;
    height: 58px;
    padding: 0 24px;
    border: none;
    margin-right: 0.95%;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 58px;
    color: #919191;
    background: #f1f1f1;
}
.message .message-form .text-input:last-of-type {
    margin-right: 0;
}
.message .message-form textarea {
    display: block;
    width: 100%;
    height: 210px;
    padding: 24px;
    border: none;
    margin-bottom: 16px;
    font-size: 14px;
    color: #919191;
    background: #f1f1f1;
    resize: none;
}
.message .message-form .submit-btn {
    display: block;
    width: 210px;
    height: 58px;
    margin: 16px auto;
    border: none;
    font-size: 14px;
    line-height: 58px;
    text-align: center;
    color: #fff;
    background: #606060;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.message .message-form .submit-btn:hover {
    background: #3a3a3a;
}
@media (max-width: 1024px) {
    .message {
        padding: 5.85% 0;
    }
    .message .htit2 {
        margin-bottom: 4.81%;
    }
    .message .message-form .text-input {
        height: 48px;
        padding: 0 18px;
        margin-bottom: 2%;
        line-height: 48px;
    }
    .message .message-form textarea {
        height: 195px;
        padding: 18px;
        margin-bottom: 2%;
    }
    .message .message-form .submit-btn {
        width: 200px;
        height: 48px;
        margin: 2% auto;
        line-height: 48px;
    }

}
@media (max-width: 768px) {
    .message .message-form .text-input {
        float: none;
        width: 100%;
        height: 40px;
        padding: 0 12px;
        margin-right: 0;
        font-size: 13px;
        line-height: 40px;
    }
    .message .message-form textarea {
        height: 180px;
        padding: 12px;
        font-size: 13px;
    }
    .message .message-form .submit-btn {
        display: block;
        width: 180px;
        height: 40px;
        font-size: 13px;
        line-height: 40px;

    }
}
/*========================== .news ==========================*/
.pages {
    padding: 10px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: center;
    color: #858585;
}
.pages a {
    display: inline-block;
    height: 40px;
    min-width: 40px;
    padding: 0 5px;
    margin: 3px;
    border: 1px solid #cecece;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    vertical-align: bottom;
    color: #a3a3a3;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.pages a.on, .pages a:hover {
    border-color: #606060;
    color: #fff;
    background: #606060;
}
.page .current {
    border: #aaaaaa 1px solid;
    background-color: #aaaaaa;
}
.page .current span {
    color: #ffffff;
}
.news .pages {
    margin-top: 50px;
}
@media (max-width: 1024px) {
    .news .pages {
        margin-top: 6.5%;
    }
}
.news_ul li {
    float: left;
    width: 400px;
    margin-right: 50px;
    margin-top: 45px;
}
.news_ul li a {
    display: block;
}
.news_ul li a figure .img-centered {
    width: 100%;
    height: 100%;
    padding: 30.50% 0;
}
.news_ul li a figure .img-centered:after {
    content: "";
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    opacity: 0;
    position: absolute;
    top: 0;
    left: -100%;
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    transform: skewX(-45deg);
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}
.news_ul li a:hover figure .img-centered:after {
    left: 200%;
    opacity: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.news_ul li a figure .img-centered img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_ul li a figure figcaption {
    margin-top: 6px;
}
.news_ul li a figure figcaption time {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #a1a1a1;
}
.news_ul li a figure figcaption h4 {
    height: 42px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #595959;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_ul li a figure figcaption h4:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #d2d2d2;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}
.news_ul li a figure figcaption h4:after {
    content: "";
    width: 20px;
    height: 1px;
    background: #3c3c3c;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
    -webkit-transition: width .5s ease-in-out;
    -moz-transition: width .5s ease-in-out;
    -ms-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out;
}
.news_ul li a:hover figure figcaption h4:after {
    width: 100%;
}
.news_ul li a figure figcaption p {
    height: 52px;
    overflow: hidden;
    font-size: 13px;
    line-height: 26px;
    color: #7d7d7d;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}
@media (min-width: 1025px) {
    .news_ul li:nth-of-type(3n) {
        margin-right: 0;
    }
    .news_ul li:nth-of-type(-n+3) {
        margin-top: 0;
    }
}
@media (max-width: 1024px) {
    .news_ul li {
        width: 48%;
        margin-right: 4%;
        margin-top: 5%;
    }
    .news_ul li:nth-of-type(2n) {
        margin-right: 0;
    }
    .news_ul li:nth-of-type(-n+2) {
        margin-top: 0;
    }
    .news_ul li a figure figcaption {
        margin-top: 4px;
    }
    .news_ul li a figure figcaption time {
        font-size: 13px;
        line-height: 24px;
    }
    .news_ul li a figure figcaption h4 {
        height: 36px;
        padding-bottom: 12px;
        margin-bottom: 12px;
        font-size: 15px;
        line-height: 24px;
    }
    .news_ul li a figure figcaption p {
        height: 48px;
        line-height: 24px;
    }
}
@media (max-width: 768px) {
    .news_ul li a figure figcaption time {
        font-size: 12px;
        line-height: 22px;
    }
    .news_ul li a figure figcaption h4 {
        height: 30px;
        padding-bottom: 8px;
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 22px;
    }
    .news_ul li a figure figcaption p {
        height: 44px;
        font-size: 12px;
        line-height: 22px;
    }
}
/*========================== .prod ==========================*/
.prod .prod_ul li {
    margin-top: 50px;
}
@media (min-width: 1025px) {
    .prod .prod_ul li:nth-of-type(-n+4) {
        margin-top: 0;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .prod .prod_ul li {
        margin-top: 5.5%;
    }
    .prod .prod_ul li:nth-of-type(-n+3) {
        margin-top: 0;
    }
}
@media (max-width: 768px) {
    .prod .prod_ul li {
        margin-top: 5.5%;
    }
    .prod .prod_ul li:nth-of-type(-n+2) {
        margin-top: 0;
    }
}
.prod {
    padding: 65px 0;
    background: #f8f8f8;
}
.prod .pages {
    margin-top: 25px;
}
@media (max-width: 1024px) {
    .prod {
        padding: 6% 0;
    }
    .prod .pages {
        margin-top: 3%;
    }
}
/*========================== .newsv ==========================*/
.newsv_tit {
    padding: 8px 6px;
    margin-bottom: 40px;
    text-align: center;
}
.newsv_tit h3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.7;
    color: #3b3b3b;
}
.newsv_tit time {
    display: block;
    font-size: 14px;
    line-height: 2;
    color: #a1a1a1;
}
.newsv_text {
    padding: 8px 6px;
    margin-bottom: 70px;
    font-size: 14px;
    line-height: 2;
    color: #3b3b3b;
}
.newsv_text img {
    max-width: 100%;
}
.newsv_pages {
    padding: 20px 0;
    border-top: 1px solid #e1e1e1;
    font-size: 18px;
    line-height: 30px;
    color: #454545;
}
.newsv_pages li {
    float: left;
    width: 33.33%;
}
.newsv_pages li a {
    display: inline-block;
}
.newsv_pages .prev {
    text-align: left;
    padding-right: 2%;
}
.newsv_pages .back {
    text-align: center;
}
.newsv_pages .back a {
    padding-left: 35px;
    background: url("../images/icon-back.png") no-repeat left center;
}
.newsv_pages .next {
    text-align: right;
    padding-left: 2%;
}
@media (max-width: 1024px) {
    .newsv_tit {
        padding: 6px;
        margin-bottom: 5%;
    }
    .newsv_tit h3 {
        margin-bottom: 8px;
        font-size: 18px;
    }
    .newsv_tit time {
        line-height: 1.8;
    }
    .newsv_text {
        padding: 6px;
        margin-bottom: 9%;
        font-size: 14px;
        line-height: 1.8;
    }
    .newsv_pages {
        padding: 16px 0;
        font-size: 16px;
        line-height: 28px;
    }
    .newsv_pages .back a {
        padding-left: 30px;
    }
}
@media (max-width: 768px) {
    .newsv_tit {
        padding: 4px;
    }
    .newsv_tit h3 {
        margin-bottom: 6px;
        font-size: 16px;
    }
    .newsv_tit time {
        font-size: 13px;
        line-height: 1.6;
    }
    .newsv_text {
        padding: 4px;
        font-size: 13px;
        line-height: 1.6;
    }
    .newsv_pages {
        padding: 15px 0;
        font-size: 14px;
        line-height: 25px;
    }
    .newsv_pages .prev {
        text-align: left;
        padding-right: 2%;
    }
    .newsv_pages .back a {
        padding-left: 0;
        background: none;
    }
    .newsv_pages .next {
        text-align: right;
        padding-left: 2%;
    }
}
/*========================== .effect ==========================*/
.effect_ul li {
    float: left;
    width: 32.92%;
    margin-right: 0.62%;
    margin-top: 16px;
}
.effect_ul li a {
    display: block;
    width: 100%;
}
.effect_ul li figure {
    position: relative;
}
.effect_ul li figure .img-centered {
    height: 100%;
    padding: 36.45% 0;
}
.effect_ul li figure .img-centered img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.effect_ul li figcaption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 4%;
    background: rgba(0, 0, 0, .7);
    text-align: center;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.effect_ul li figcaption div {
    width: 100%;
}
.effect_ul li figcaption .icon {
    display: block;
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 50%;
    background: #e77817 url("../images/icon-add.png") no-repeat center center;
}
.effect_ul li figcaption p {
    height: 28px;
    margin-top: 20px;
    overflow: hidden;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    color: #e77817;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.effect_ul li a:hover figcaption {
    opacity: 1;
}
@media (min-width: 769px) {
    .effect_ul li:nth-of-type(-n+3) {
        margin-top: 0;
    }
    .effect_ul li:nth-of-type(3n) {
        margin-right: 0;
    }
}
@media (max-width: 1024px) {
    .effect_ul li {
        width: 32.60%;
        margin-right: 1.10%;
        margin-top: 1.25%;
    }
    .effect_ul li figcaption .icon {
        width: 40px;
        height: 40px;
    }
    .effect_ul li figcaption p {
        height: 26px;
        margin-top: 15px;
        font-size: 14px;
        line-height: 26px;
    }
}
@media (max-width: 768px) {
    .effect_ul li {
        width: 49.5%;
        margin-right: 1%;
        margin-top: 1%;
    }
    .effect_ul li:nth-of-type(-n+2) {
        margin-top: 0;
    }
    .effect_ul li:nth-of-type(2n) {
        margin-right: 0;
    }
    .effect_ul li figcaption .icon {
        width: 30px;
        height: 30px;
    }
    .effect_ul li figcaption p {
        height: 24px;
        margin-top: 10px;
        font-size: 13px;
        line-height: 24px;
    }
}
.effect .type-nav li {
    min-width: 108px;
}
.effect .pages {
    margin-top: 40px;
}
@media (max-width: 1024px) {
    .effect .pages {
        margin-top: 5.50%;
    }
}
@media (max-width: 768px) {
    .effect .type-nav li {
        min-width: 48%;
        width: 48%;
    }
}
/*========================== .pro ==========================*/
.pro_nav {
    float: left;
    width: 225px;
    position: relative;
}
.pro_nav h4 {
    display: none;
    height: 55px;
    padding: 0 50px 0 15px;
    overflow: hidden;
    font-size: 16px;
    line-height: 55px;
    color: #fff;
    background: #454545;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    position: relative;
}
.pro_nav h4 .icon-angle {
    display: block;
    width: 30px;
    height: 30px;
    margin: auto;
    background: url("../images/icon-angle-circle.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
}
.pro_nav ul {
    padding: 24px 28px;
    background: #fbfbfb;
}
.pro_nav ul li {
    border-bottom: 1px solid #eaeaea;
}
.pro_nav ul li a {
    display: block;
    padding: 16px 9px;
    font-size: 14px;
    line-height: 22px;
    color: #8e8e8e;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.pro_nav ul li.on a, .pro_nav ul li a:hover {
    color: #e77817;
}
@media (min-width: 1025px) {
    .pro_nav ul {
        display: block !important;
    }
}
@media (max-width: 1024px) {
    .pro_nav {
        float: none;
        width: 100%;
        margin-bottom: 2.75%;
    }
    .pro_nav h4 {
        display: block;
    }
    .pro_nav ul {
        display: none;
        padding: 0;
    }
    .pro_nav ul li a {
        padding: 15px;
    }
    .pro_nav ul li.on a, .pro_nav ul li a:hover {
        color: #fff;
        background: #e77817;
    }
}
@media (max-width: 768px) {
    .pro_nav h4 {
        height: 50px;
        padding: 0 40px 0 10px;
        overflow: hidden;
        font-size: 15px;
        line-height: 50px;
    }
    .pro_nav h4 .icon-angle {
        width: 25px;
        height: 25px;
        right: 10px;
    }
    .pro_nav ul li a {
        display: block;
        padding: 13px 10px;
        font-size: 13px;
        line-height: 22px;
    }
}
.pro_content {
    float: right;
    width: 1025px;
}
.pro_ul li {
    float: left;
    width: 32.68%;
    margin-right: 0.98%;
    margin-top: 28px;
}
.pro_ul li a {
    display: block;
    width: 100%;
}
.pro_ul li figure .img-centered {
    height: 100%;
    padding: 37% 0;
}
.pro_ul li figure .img-centered img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro_ul li figcaption {
    background: #f7f7f7;
    position: relative;
}
.pro_ul li figcaption:before {
    content: "";
    width: 0;
    height: 100%;
    background: #e77817;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.pro_ul li figcaption p {
    height: 58px;
    padding: 0 5px;
    overflow: hidden;
    font-size: 14px;
    line-height: 58px;
    text-align: center;
    color: #5b5b5b;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 20;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.pro_ul li a:hover figcaption:before {
    width: 100%;
    opacity: 1;
}
.pro_ul li a:hover figcaption p {
    color: #fff;
}
@media (min-width: 769px) {
    .pro_ul li:nth-of-type(-n+3) {
        margin-top: 0;
    }
    .pro_ul li:nth-of-type(3n) {
        margin-right: 0;
    }
}
@media (max-width: 1024px) {
    .pro_content {
        float: none;
        width: 100%;
    }
    .pro_ul li {
        margin-top: 2.75%;
    }
    .pro_ul li figcaption p {
        height: 50px;

        line-height: 50px;
    }
}
@media (max-width: 768px) {
    .pro_ul li {
        float: left;
        width: 49.5%;
        margin-right: 1%;
    }
    .pro_ul li:nth-of-type(-n+2) {
        margin-top: 0;
    }
    .pro_ul li:nth-of-type(2n) {
        margin-right: 0;
    }
    .pro_ul li figcaption p {
        height: 40px;
        font-size: 13px;
        line-height: 40px;
    }
}
.pro .pages {
    margin-top: 50px;
}
@media (max-width: 1024px) {
    .pro .pages {
        margin-top: 6.5%;
    }
}
/*========================== .view & .view_nav ==========================*/
.view {
    width: 100%;
    padding: 60px 0;
    overflow: hidden;
}
@media (max-width: 1024px) {
    .view {
        padding: 5.86% 0;
    }
}
.view_nav {
    margin-bottom: 25px;
}
.view_nav .breadcrumb {
    float: left;
    width: 85%;
    margin-top: 20px;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.5;
    color: #8c8c8c;
}
.view_nav .breadcrumb dt, .view_nav .breadcrumb dd {
    float: left;
}
.view_nav .breadcrumb dd + dd {
    margin-left: 32px;
    position: relative;
}
.view_nav .breadcrumb dd + dd:before {
    content: ">";
    position: absolute;
    left: -20px;
}
.view_nav .breadcrumb dd:last-of-type a, .view_nav .breadcrumb dd:hover a {
    color: #e77817;
}
.view_nav .back-btn {
    float: right;
    display: block;
    width: 165px;
    height: 48px;
    border: 1px solid #d4d4d4;
    overflow: hidden;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    color: #898989;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.view_nav .back-btn:hover {
    border-color: #e77817;
    color: #fff;
    background: #e77817;
}
@media (max-width: 1024px) {
    .view_nav {
        margin-bottom: 3.44%;
    }
    .view_nav .breadcrumb {
        width: 75%;
        margin-top: 15px;
    }
    .view_nav .back-btn {
        width: 145px;
        height: 42px;
        font-size: 14px;
        line-height: 42px;
    }
}
@media (max-width: 768px) {
    .view_nav .breadcrumb {
        display: none;
    }
    .view_nav .back-btn {
        width: 120px;
        height: 36px;
        font-size: 13px;
        line-height: 36px;
    }
}
/*========================== .pro_show ==========================*/
.pro_show {
    padding: 50px 0 80px 0;
    margin-bottom: 65px;
}
.pro_show_swiper {
    float: left;
    width: 740px;
}
.pro_show_swiper .gallery-big {
    float: right;
    width: 525px;
    height: 390px;
    background: #f9f9f9;
}
.pro_show_swiper .gallery-big .swiper-container {
    width: 100%;
    height: 100%;
}
.pro_show_swiper .gallery-big .swiper-slide {
    width: 100%;
    height: 100%;
}
.pro_show_swiper .gallery-big .swiper-slide .img-centered {
    display: block;
    width: 100%;
    height: 100%;
}
.pro_show_swiper .gallery-thumbs {
    float: left;
    width: 195px;
    height: 390px;
    padding: 50px 0;
    position: relative;
}
.pro_show_swiper .gallery-thumbs .swiper-container {
    width: 100%;
    height: 100%;
}
.pro_show_swiper .gallery-thumbs .swiper-slide {
    width: 100%;
    height: 140px;
    position: relative;
    cursor: pointer;
}
.pro_show_swiper .gallery-thumbs .swiper-slide:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 6px solid transparent;
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.pro_show_swiper .gallery-thumbs .swiper-slide-thumb-active:after {
    border-color: #e77817;
}
.pro_show_swiper .gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro_show_swiper .gallery-thumbs .swiper-btn-prev, .pro_show_swiper .gallery-thumbs .swiper-btn-next {
    width: 52px;
    height: 26px;
    outline: 0;
    margin: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
}
.pro_show_swiper .gallery-thumbs .swiper-btn-prev {
    background-image: url("../images/p-prev-t01.png");
    top: 0;
}
.pro_show_swiper .gallery-thumbs .swiper-btn-next {
    background-image: url("../images/p-next-b01.png");
    bottom: 0;
}
.pro_show_info {
    float: right;
    width: 510px;
    min-height: 390px;
    border-left: 1px solid #e1e1e1;
    padding: 18px 36px;
    position: relative;
}
.pro_show_info:before {
    content: "";
    width: 6px;
    height: 32px;
    background: #e77817;
    position: absolute;
    top: 30px;
    left: -1px;
}
.pro_info_tit {
    margin-bottom: 45px;
    font-size: 14px;
    line-height: 1.5;
    color: #acacac;
}
.pro_info_tit h3 {
    font-size: 32px;
    color: #4a4a4a;
}
.pro_info_text {
    font-size: 14px;
    line-height: 28px;
    color: #888;
}
.pro_info_text h4 {
    color: #4a4a4a;
}
@media (max-width: 1024px) {
    .pro_show {
        padding: 3% 0 6% 0;
        margin-bottom: 6%;
    }
    .pro_show_swiper {
        float: none;
        width: 100%;
    }
    /*.pro_show_swiper .gallery-big .swiper-slide .img-centered p {*/
    /*height: 50px;*/
    /*line-height: 50px;*/
    /*}*/
    .pro_show_swiper .gallery-thumbs {
        width: 190px;
    }
    .pro_show_info {
        float: none;
        width: 100%;
        min-height: unset;
        border-left: none;
        padding: 0;
        margin-top: 3%;
    }
    .pro_show_info:before {
        content: none;
        display: none;
    }
    .pro_info_tit {
        margin-bottom: 3%;
    }
    .pro_info_tit h3 {
        font-size: 26px;
    }
    .pro_info_text {
        line-height: 26px;
    }
}
@media (max-width: 768px) {
    .pro_show_swiper .gallery-big {
        float: none;
        width: 100%;
        height: 300px;
        margin-bottom: 2.5%;
    }
    /*.pro_show_swiper .gallery-big .swiper-slide .img-centered p {*/
    /*height: 40px;*/
    /*font-size: 13px;*/
    /*line-height: 40px;*/
    /*}*/
    .pro_show_swiper .gallery-thumbs {
        float: none;
        width: 100%;
        height: 50px;
        padding: 0 20px;
        position: relative;
    }
    .pro_show_swiper .gallery-thumbs .swiper-slide {
        width: 68px;
        height: 50px;
        position: relative;
        cursor: pointer;
    }
    .pro_show_swiper .gallery-thumbs .swiper-slide:after {
        border-width: 4px;
    }
    .pro_show_swiper .gallery-thumbs .swiper-btn-prev, .pro_show_swiper .gallery-thumbs .swiper-btn-next {
        width: 13px;
        height: 26px;
        outline: 0;
        top: 0;
        bottom: 0;
    }
    .pro_show_swiper .gallery-thumbs .swiper-btn-prev {
        background-image: url("../images/p-prev-l01.png");
        top: 0;
        right: unset;
    }
    .pro_show_swiper .gallery-thumbs .swiper-btn-next {
        background-image: url("../images/p-next-r01.png");
        left: unset;
    }
    .pro_info_tit {
        font-size: 13px;
    }
    .pro_info_tit h3 {
        font-size: 20px;
    }
    .pro_info_text {
        font-size: 13px;
        line-height: 24px;
    }
}
/*========================== .effect_show ==========================*/
.htit3 {
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 26px;
    color: #595959;
}
@media (max-width: 1024px) {
    .htit3 {
        margin-bottom: 3.30%;
        font-size: 19px;
    }
}
@media (max-width: 769px) {
    .htit3 {
        font-size: 16px;
    }
}
.effect_show_swiper .gallery-big {
    margin-bottom: 36px;
    position: relative;
}
.effect_show_swiper .gallery-big .swiper-slide h5 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 1.5;
    text-align: center;
    color: #595959;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.effect_show_swiper .gallery-big .swiper-slide .img-centered {
    height: 584px;
    background: #f9f9f9;
}
.effect_show_swiper .gallery-big .swiper-btn-prev, .effect_show_swiper .gallery-big .swiper-btn-next {
    display: block;
    width: 50px;
    height: 50px;
    margin: auto;
    border: 1px solid #9f9f9f;
    outline: none;
    font-family: monospace, serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    color: #9f9f9f;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.effect_show_swiper .gallery-big .swiper-btn-prev {
    left: 2%;
}
.effect_show_swiper .gallery-big .swiper-btn-next {
    right: 2%;
}
.effect_show_swiper .gallery-big .swiper-btn-prev:hover, .effect_show_swiper .gallery-big .swiper-btn-next:hover {
    border-color: #e77817;
    color: #fff;
    background: #e77817;
}
.effect_show_swiper .gallery-thumbs .swiper-slide {
    width: 155px;
    cursor: pointer;
}
.effect_show_swiper .gallery-thumbs .swiper-slide h5 {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    color: #595959;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.effect_show_swiper .gallery-thumbs .swiper-slide .img-centered {
    width: 100%;
    height: 115px;
}
.effect_show_swiper .gallery-thumbs .swiper-slide .img-centered img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.effect_show_swiper .gallery-thumbs .swiper-slide .img-centered:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 6px solid transparent;
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.effect_show_swiper .gallery-thumbs .swiper-slide-thumb-active h5 {
    color: #e77817;
}
.effect_show_swiper .gallery-thumbs .swiper-slide-thumb-active .img-centered:after {
    border-color: #e77817;
}
@media (max-width: 1024px) {
    .effect_show_swiper .gallery-big {
        margin-bottom: 3%;
    }
    .effect_show_swiper .gallery-big .swiper-slide h5 {
        margin-bottom: 2.75%;
        font-size: 22px;
    }
    .effect_show_swiper .gallery-big .swiper-slide .img-centered {
        height: 390px;
    }
    .effect_show_swiper .gallery-big .swiper-btn-prev, .effect_show_swiper .gallery-big .swiper-btn-next {
        width: 42px;
        height: 42px;
        font-size: 22px;
        line-height: 42px;
    }
}
@media (max-width: 768px) {
    .effect_show_swiper .gallery-big .swiper-slide h5 {
        font-size: 20px;
    }
    .effect_show_swiper .gallery-big .swiper-slide .img-centered {
        height: 300px;
    }
    .effect_show_swiper .gallery-big .swiper-btn-prev, .effect_show_swiper .gallery-big .swiper-btn-next {
        width: 36px;
        height: 36px;
        font-size: 20px;
        line-height: 36px;
    }
    .effect_show_swiper .gallery-thumbs .swiper-slide {
        width: 95px;
    }
    .effect_show_swiper .gallery-thumbs .swiper-slide h5 {
        margin-bottom: 4px;
        font-size: 12px;
    }
    .effect_show_swiper .gallery-thumbs .swiper-slide .img-centered {
        height: 70px;
    }
    .effect_show_swiper .gallery-thumbs .swiper-slide .img-centered:after {
        border-width: 4px;
    }
}
/*========================== .pro_intro ==========================*/
.pro_intro {
    padding-top: 50px;
    margin-top: 50px;
    font-size: 13px;
    line-height: 31px;
    color: #474747;
}
.pro_intro img {
    width: 100%;
}
@media (max-width: 1024px) {
    .pro_intro {
        padding-top: 5%;
        margin-top: 5%;
        line-height: 25px;
    }
}
/*========================== .pro_other ==========================*/
.pro_other {
    padding-top: 50px;
    margin-top: 50px;
}
@media (max-width: 1024px) {
    .pro_other {
        padding-top: 5%;
        margin-top: 5%;
    }
}
.pro_other_ul li {
    float: left;
    width: 24.76%;
    margin-right: 0.32%;
    margin-top: 16px;
}
.pro_other_ul li a {
    display: block;
    width: 100%;
}
.pro_other_ul li figure .img-centered {
    height: 100%;
    padding: 37% 0;
}
.pro_other_ul li figure .img-centered img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro_other_ul li figcaption {
    background: #f7f7f7;
    position: relative;
}
.pro_other_ul li figcaption:before {
    content: "";
    width: 0;
    height: 100%;
    background: #e77817;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.pro_other_ul li figcaption p {
    height: 58px;
    padding: 0 5px;
    overflow: hidden;
    font-size: 14px;
    line-height: 58px;
    text-align: center;
    color: #5b5b5b;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 20;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.pro_other_ul li a:hover figcaption:before {
    width: 100%;
    opacity: 1;
}
.pro_other_ul li a:hover figcaption p {
    color: #fff;
}
@media (min-width: 1025px) {
    .pro_other_ul li:nth-of-type(-n+4) {
        margin-top: 0;
    }
    .pro_other_ul li:nth-of-type(4n) {
        margin-right: 0;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .pro_other_ul li {
        float: left;
        width: 32.68%;
        margin-right: 0.98%;
        margin-top: 2%;
    }
    .pro_other_ul li:nth-of-type(-n+3) {
        margin-top: 0;
    }
    .pro_other_ul li:nth-of-type(3n) {
        margin-right: 0;
    }
    .pro_other_ul li figcaption p {
        height: 50px;
        line-height: 50px;
    }
}
@media (max-width: 768px) {
    .pro_other_ul li {
        float: left;
        width: 49.5%;
        margin-right: 1%;
        margin-top: 2%;
    }
    .pro_other_ul li:nth-of-type(-n+2) {
        margin-top: 0;
    }
    .pro_other_ul li:nth-of-type(2n) {
        margin-right: 0;
    }
    .pro_other_ul li figcaption p {
        height: 40px;
        font-size: 13px;
        line-height: 40px;
    }
}
