@charset "utf-8";

/* -------------------------------- 初始化样式 -------------------------------- */
*{ margin: 0; padding: 0; list-style-type: none; outline: 0; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0,0,0,0); }
html, body { background-color: #ffffff; font-family: "Noto Sans CJK SC", "Source Han Sans CN", "PingFangSC-Regular", "sans-serif", "Arial"; font-size: 62.5%; font-weight: normal; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-overflow-scrolling : touch; }
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, input, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; margin: 0; padding: 0; }
body { overflow-x: hidden; }
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
h1, h2, h3, h4, h5, h6, em, h6, b, p, i { font-weight: normal; font-style: normal; }
a { text-decoration: none; cursor: pointer; }
ol, ul, li { list-style: none outside none; }
ul:after { display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; content: "."; }
table { border-collapse: collapse; }
input, select { -webkit-appearance: none; appearance: none; font-family: "Noto Sans CJK SC", "Source Han Sans CN", "PingFangSC-Regular", "sans-serif", "Arial"; }
select::-ms-expand { display:none; }
input[type=radio]::-ms-check,input[type=checkbox]::-ms-check { display: none; }
input[type="submit"], input[type="reset"], input[type="button"], input { resize: none; border: none; }
:focus{ outline: none; }
.one-txt-cut { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.txt-cut { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; /* -webkit-line-clamp: 2; */ -webkit-box-orient: vertical; }
.clearfix:after { content: ""; display: block; visibility: hidden; height: 0; clear: both; }
.clearfix { zoom: 1; }
.fl { float: left !important; }
.fr { float: right !important; }
.db { display: block !important; }
.dn { display: none !important; }
.pr { position: relative !important; }
.ov { overflow: hidden; }
.bgstyel { background-position: center; background-repeat: no-repeat; }
.wrap { padding: 0 8.333%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.swiper-container { width: 100%; height: 100%; }
.swiper-slide { 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; }
.none {
    display: none !important;
}

/* 暂无数据 */
.adds_lists_notab {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0;
    box-sizing: border-box;
}
/* 暂无图片 */
.bg_adviceimg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #cccccc;
    font-weight: 600;
}
.bg_adviceimg img {
    max-width: 50px;
}
/* 暂无信息 */
.nodata-layer {
    background: #FFFFFF;
}
.lists-hide {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
    box-sizing: border-box;
}
.lists-hide img {
    margin-bottom: 25px;
}
.lists-hide p {
    color: #666666;
    font-size: 14px;
}
    


/* 团队介绍 */
.team_lists{
    padding-bottom: 2.500%;
}
.team_lists .wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.team_lists .list{
    padding: 25px 15px 25px 25px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
}
.team_lists .list:nth-child(3n){
    margin-right: 0;
}
.team_lists .list .imgs{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.team_lists .list .img{
    width: 89px;
    height: 89px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team_lists .list .img img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.team_lists .list .tit_name{
    font-size: 1.4rem;
    color: #f08200;
    margin-top: 20px;
    font-weight: 600;
}
.team_lists .list .texts{
    padding-left: 20px;
    box-sizing: border-box;
    width: calc(100% - 89px);
}
.team_lists .list .tit_intro{
    line-height: 1.875;
    font-size: 1.4rem;
    color: #666666;
    max-height: 132px;
    overflow-y: auto;
    padding-right: 10px;
    box-sizing: border-box;
}

.team_lists .list .tit_intro::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
.team_lists .list .tit_intro::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F5F5F5;
}
.team_lists .list .tit_intro::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ddd;
}



/* -------------------------------- 头部 -------------------------------- */
/* logo */
.heard {
    position: absolute;
    z-index: 900;
    width: 100%;
    height: 90px;
}
.heard-clone {
    position: fixed;
    top: -3px;
    left: 0;
    z-index: 999;
    background: #ffffff;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.heard-stick {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.heard-unstick {}
.menu {
    width: 100%;
    text-align: center;
    font-size: 0;
}
.menu li {
    position: relative;
    width: 108px;
    height: 90px;
    text-align: center;
    zoom: 1;
    display: inline-block;
    *display: inline;
}
.menu li a.tit {
    overflow: hidden;
    display: inline-block;
    height: 87px;
    line-height: 87px;
    font-size: 1.6rem;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}
.heard-clone .menu li a.tit {
    color: #333333;
}
.menu li.hover a.tit {
    color: #f08200;
}
.submenu {
    position: absolute;
    left: 50%;
    top: 90px;
    margin-left: -100px;
    overflow: hidden;
    display: block;
    width: 200px;
    background-color: #f08200;
    z-index: 100;
    *zoom: 1;
}
.submenu a {
    display: inline-block;
    width: 100%;
    line-height: 42px;
    border-bottom: 1px solid #f39b33;
    font-size: 1.4rem;
    color: #ffffff !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
}
.submenu a:hover {
    color: #ffffff !important;
    background-color: #c06800;
}
.submenu a:last-child {
    border-bottom-width: 0;
}
.logo {
    width: 240px !important;
    font-size: 0;
    line-height: 0;
    background-image: url(../images/logo2025.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 54px;
}
.logo a {
    display: block;
    width: 100%;
    height: 100%;
}
.share {
    margin-top: -90px;
    height: 90px;
}
.share li {
    margin-left: 14px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    float: left;
}
.share-ico {
    padding: 34px 0;
    font-size: 0;
}
.share-txt {
    font-size: 1.6rem;
    line-height: 90px;
}
.share-txt a {
    color: #bebebe;
}
.share-box {
    position: absolute;
    left: 50%;
    top: 90px;
    z-index: 99;
    margin-left: -64px;
    width: 128px;
    height: 128px;
    border: 1px solid #ebebeb;
    background-color: #ffffff;
    opacity: 0;
    filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.share li:hover {
    overflow: inherit;
}
.share li:hover .share-box {
    opacity: 1;
    filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    -moz-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}


/* -------------------------------- 幻灯片轮播-------------------------------- */
.banner {
    height: 800px;
}
.swiper-banner .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
    cursor: pointer;
}
.swiper-banner .swiper-pagination-bullet-active {
    background: #f08200;
}
.banner a {
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1440px) {
    .banner {
        height: 600px;
    }
}

@media screen and (max-width: 1366px) {
    .banner {
        height: 568px;
    }
}


/* -------------------------------- 关于我们 -------------------------------- */
.iAbout-wrap {
    background-color: #f3f3f3;
    /* background-image: url("../images/bg-01.png"); */
    background-position: 16.146% center;
    background-repeat: no-repeat;
    background-size: 37.917% 100%;
}
.iAbout-l {
    float: left;
    /* padding-left: 10%; */
    width: 46.750%;
    font-size: 0;
}
.iAbout-l-h1 {
    /* padding-left: 10.586%; */
    margin-top: 23.423%;
    margin-bottom: 5.405%;
    /* width: 47.973%; */
}
.iAbout-l-h2 {
    /* padding-left: 10.586%; */
    margin-bottom: 5%;
    /* width: 89.414%; */
}
.iAbout-l-pic {
    width: 100%;
}
.iAbout-l img {
    max-width: 100%;
}
.iAbout-r {
    float: right;
    padding: 15px;
    margin-top: 7.188%;
    width: 48%;
    font-size: 0;
    background-color: #e0ddda;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.iAbout-r-box {
    float: left;
    padding: 15px;
    margin-top: -30px;
    margin-left: -30px;
    width: 100%;
    background-color: #ffffff;
    background-image: url("../images/bg-02.png");
    background-repeat: no-repeat;
    background-position: right bottom;
}
.iAbout-r-name {
    padding: 0 12.136%;
    margin-top: 9.709%;
    margin-bottom: 1.618%;
    font-size: 2.4rem;
    color: #666666;
}
.iAbout-r-name img {
    width: 31.197%;
}
.iAbout-r-name-en {
    padding: 0 12.136%;
    line-height: 1;
    font-size: 1.4rem;
    color: #999999;
}
.iAbout-r-job {
    padding: 0 12.136%;
    margin-top: 5.663%;
    margin-bottom: 7.120%;
    line-height: 1;
    font-size: 2.4rem;
    color: #333333;
}
.iAbout-r-font {
    padding: 0 12.136%;
    height: 330px;
    line-height: 30px;
    font-size: 1.4rem;
    text-align: justify;
    color: #999999;
    -webkit-line-clamp: 11;
}

a.iAbout-r-btn {
    display: block;
    margin-left: 12.136%;
    margin-top: 4.854%;
    margin-bottom: 18.123%;
    width: 61px;
    height: 11px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

@media screen and (max-width: 1440px) {
    .iAbout-r-font {
        height: 270px;
        -webkit-line-clamp: 9;
    }
}

@media screen and (max-width: 1440px) {
    .iAbout-r-font {
        height: 240px;
        -webkit-line-clamp: 8;
    }
}
.iAbout-r:hover a.iAbout-r-btn {
    -moz-transform: translateX(30px);
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
}


/* -------------------------------- 木雕作品 -------------------------------- */
.imProducts-wrap {
    padding-top: 4.427%;
    background-color: #ffffff;
}
.imProducts-wrap.mudiao-wrap {
    padding-bottom: 5%;
}
.imProducts-tit {
    text-align: center;
}
.imProducts-tit-h1 {
    font-size: 5em;
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
}
.imProducts-tit-h2 {
    margin-top: 1.250%;
    margin-bottom: 4.375%;
    line-height: 1;
    font-size: 1.8rem;
    color: #999999;
}
.imProducts-wrap li {
    padding: 15px;
    margin-right: 2%;
    float: left;
    width: 32%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: 0px 0px 20px #e5e5e5;
    -webkit-box-shadow: 0px 0px 20px #e5e5e5;
    box-shadow: 0px 0px 20px #e5e5e5;
    background-color: #ffffff;
}
.imProducts-wrap li:last-child {
    margin-right: 0;
}
.imProducts-img {
    overflow: hidden;
    position: relative;
    margin: 17.578% auto 5.859%;
    display: table;
    width: 72.461%;
    height: 461px;
    text-align: center;
    font-size: 0;
}
.imProducts-img span {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 461px;
}
.imProducts-img span img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 461px;
}

*+html .imProducts-img span {
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    text-align: center;
    vertical-align: baseline;
}

*+html .imProducts-img span img {
    position: relative;
    top: -50%;
    left: -50%;
}

@media screen and (max-width: 1440px) {
    .imProducts-img {
        height: 346px;
    }

    .imProducts-img span {
        height: 346px;
    }

    .imProducts-img span img {
        max-height: 346px;
    }
}

@media screen and (max-width: 1366px) {
    .imProducts-img {
        height: 327px;
    }

    .imProducts-img span {
        height: 327px;
    }

    .imProducts-img span img {
        max-height: 327px;
    }
}
.imProducts-line {
    margin: auto;
    width: 30px;
    height: 1px;
    background-color: #bfa173;
    opacity: 0;
    filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.imProducts-font {
    margin-top: 3.112%;
    margin-bottom: 8.299%;
    line-height: 1;
    font-size: 1.6rem;
    text-align: center;
    color: #bfa173;
    opacity: 0;
    filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.imProducts-wrap li:hover .imProducts-line,
.imProducts-wrap li:hover .imProducts-font {
    opacity: 1;
    filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    -moz-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}


/* -------------------------------- 铜雕作品 -------------------------------- */
.itProducts-wrap {
    background-color: #beb19d;
    background-image: url("../images/tit-04.png");
    background-repeat: no-repeat;
    background-position: 8.777% center;
}
.itProducts-l {
    overflow: hidden;
    float: left;
    padding-left: 15.417%;
    width: 21.250%;
    height: 100%;
}
.itProducts-tit-h1 {
    margin-top: 80.882%;
    font-size: 0;
}
.itProducts-tit-h2 {
    margin-top: 4.902%;
    margin-bottom: 96.324%;
    line-height: 1;
    font-size: 1.8rem;
    color: #ffffff;
}
.itProducts-l-tab-b-btn {
    display: inline-block;
    font-size: 0;
    padding: 16px 40px;
    background-color: #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.itProducts-l-tab-b-btn:hover {
    -moz-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}
.itProducts-r {
    float: left;
    width: 63.333%;
    font-size: 0;
}
.itProducts-r-line {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    z-index: 50;
    background-color: #beb19d;
}
.itProducts-r-box {
    position: relative;
}
.itProducts-r-con {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 999999;
    margin-top: -370px;
    width: 42.352%;
    height: 676px;
    border: 32px solid #beb19d;
    border-left-width: 0;
    background-color: #ffffff;
}
.itProducts-img {
    overflow: hidden;
    position: relative;
    margin: 17.578% auto 5.859%;
    display: table;
    width: 72.461%;
    height: 461px;
    text-align: center;
    font-size: 0;
}
.itProducts-img span {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 461px;
}
.itProducts-img span img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 461px;
}

*+html .itProducts-img span {
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    text-align: center;
    vertical-align: baseline;
}

*+html .itProducts-img span img {
    position: relative;
    top: -50%;
    left: -50%;
}

@media screen and (max-width: 1440px) {
    .itProducts-r-con {
        margin-top: -282px;
        height: 516px;
        border-width: 24px;
        border-left-width: 0;
    }

    .itProducts-img {
        height: 346px;
    }

    .itProducts-img span {
        height: 346px;
    }

    .itProducts-img span img {
        max-height: 346px;
    }
}

@media screen and (max-width: 1366px) {
    .itProducts-r-con {
        margin-top: -240px;
        height: 480px;
        border-width: 24px;
        border-left-width: 0;
    }

    .itProducts-img {
        height: 327px;
    }

    .itProducts-img span {
        height: 327px;
    }

    .itProducts-img span img {
        max-height: 327px;
    }
}
.itProducts-line {
    margin: auto;
    width: 30px;
    height: 1px;
    background-color: #bfa173;
    opacity: 0;
    filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.itProducts-font {
    margin-top: 3.112%;
    margin-bottom: 8.299%;
    line-height: 1;
    font-size: 1.6rem;
    text-align: center;
    color: #bfa173;
    opacity: 0;
    filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.itProducts-r:hover .imProducts-line,
.itProducts-r:hover .imProducts-font {
    opacity: 1;
    filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    -moz-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}
.itProducts-r .swiper-button-next,
.itProducts-r .swiper-button-prev {
    width: 105px;
    height: 53px;
    margin-top: -26px;
    background-size: 105px 53px;
}
.itProducts-r .swiper-button-next,
.itProducts-r .swiper-container-rtl .swiper-button-prev {
    background-image: url("../images/ico-06.jpg");
    right: 0px;
    left: auto;
}


/* -------------------------------- 服务内容 -------------------------------- */
.iService-wrap {
    padding-top: 4.427%;
    padding-bottom: 4.427%;
    background-color: #fafafa;
}
.iService-wrap li {
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 2%;
    width: 23.5%;
    font-size: 0;
}
.iService-wrap li:last-child {
    margin-right: 0;
}
.iService-con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.iService-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    ustify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid #dfd9cf;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.iService-box .w100 {
    width: 100%;
}
.iService-ico {
    margin: auto;
    width: 68px;
    height: 68px;
}
.iService-ico img {
    width: 100%;
    height: 100%;
}
.iService-tit {
    padding-top: 30px;
    line-height: 1;
    font-size: 3.0rem;
    text-align: center;
    color: #000000;
}


/* -------------------------------- 新闻资讯 -------------------------------- */
.iNews-wrap {
    padding-top: 4.427%;
    padding-bottom: 7.031%;
    background-color: #ffffff;
}
.iNews-tit {
    text-align: center;
}
.iNews-tit-h1 {
    font-size: 0;
}
.iNews-tit-h2 {
    margin-top: 1.250%;
    margin-bottom: 4.375%;
    line-height: 1;
    font-size: 1.8rem;
    color: #999999;
}
.iNews-wrap li {
    width: 100%;
}
.iNews-l {
    float: left;
    width: 50%;
    font-size: 0;
}
.iNews-l img {
    width: 100%;
}
.iNews-r {
    float: right;
    padding: 3.750% 3.750% 0;
    width: 42.500%;
}
.iNews-r-tit {
    line-height: 1;
    font-size: 2.0rem;
    color: #333333;
}
.iNews-r-txt {
    margin-top: 3.382%;
    margin-bottom: 18%;
    max-height: 56px;
    line-height: 28px;
    font-size: 1.4rem;
    color: #999999;
    -webkit-line-clamp: 2;
}
.iNews-r-btn {
    display: inline-block;
    font-size: 0;
    padding: 16px 40px;
    border: 1px solid #333333;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.iNews-wrap li:hover .iNews-r-btn {
    -moz-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}
.iNews-wrap li:nth-child(2) .iNews-l {
    float: right;
}
.iNews-wrap li:nth-child(2) .iNews-r {
    float: left;
}


/* -------------------------------- 新闻资讯 -------------------------------- */
.linKs {
    background-color: #fdfdfd;
}
.linKs li {
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 2%;
    display: table;
    width: 15%;
    height: 149px;
    text-align: center;
    font-size: 0;
}
.linKs li a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 149px;
}
.linKs li a img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 149px;
}

*+html .linKs li a {
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    text-align: center;
    vertical-align: baseline;
}

*+html .linKs li a img {
    position: relative;
    top: -50%;
    left: -50%;
}
.linKs li:nth-child(6n) {
    margin-right: 0;
}

@media screen and (max-width: 1440px) {
    .linKs li {
        height: 112px;
    }

    .linKs li a {
        height: 112px;
    }

    .linKs li a img {
        max-height: 112px;
    }
}

@media screen and (max-width: 1366px) {
    .linKs li {
        height: 106px;
    }

    .linKs li a {
        height: 106px;
    }

    .linKs li a img {
        max-height: 106px;
    }
}

/* -------------------------------- 底部导航 -------------------------------- */
.foot-nav {
    padding-top: 4.427%;
    padding-bottom: 4.031%;
    background-color: #383838;
}
.foot-nav-r {
    float: left;
    width: 63%;
}
.foot-nav-r li {
    float: left;
    width: 20%;
}
.foot-nav-r dt {
    padding-bottom: 10%;
    line-height: 1;
    font-size: 1.8rem;
    color: #ffffff;
}
.foot-nav-r dd {
    line-height: 28px;
    font-size: 1.4rem;
}
.foot-nav-r dd a {
    color: #666666;
}
.foot-nav-r dd a:hover {
    color: #ffffff;
}
.foot-nav-wx {
    float: right;
    width: 22%;
    font-size: 0;
}
.foot-nav-wx li {
    float: left;
    margin-right: 5%;
    width: 30%;
}
.foot-nav-wx li:last-child {
    margin-right: 0;
}
.foot-nav-wx li img {
    display: block;
    width: 100%;
}
.foot-nav-wx li p {
    padding-top: 10px;
    line-height: 24px;
    font-size: 1.4rem;
    color: #999999;
    text-align: center;
}


/* -------------------------------- copy -------------------------------- */
.foot-copy {
    padding-top: 0.600%;
    padding-bottom: 0.600%;
    background-color: #333333;
    line-height: 24px;
    font-size: 1.4rem;
    color: #999999;
}
.foot-copy a {
    color: #999999;
}
.foot-copy a:hover {
    color: #ffffff;
}


/* -------------------------------- 内页-公共样式 -------------------------------- */
/* .nBread { padding-top: 1.042%; padding-bottom: 1.042%; border-bottom: 1px solid #ebebeb; line-height: 1; font-size: 1.2rem; color: #999999; } */
.nBread {
    padding-top: 112px;
    padding-bottom: 1.042%;
    border-bottom: 1px solid #ebebeb;
    line-height: 1;
    font-size: 1.4rem;
    color: #999999;
}
.nBread a {
    color: #999999;
}
.nBread a:hover {
    color: #333333;
}
.nMenu {
    padding-top: 2.500%;
    padding-bottom: 2.500%;
    line-height: 34px;
}
.nMenu-tit {
    float: left;
    margin-right: 32px;
    font-size: 2.6rem;
    color: #333333;
}
.nMenu li {
    float: left;
    margin-right: 32px;
    font-size: 1.6rem;
    margin-bottom: 15px;
}
.nMenu li a {
    padding: 0 30px;
    display: block;
    background-color: #f3f3f3;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #333333;
}
.nMenu li a:hover {
    background-color: #f08200;
    color: #ffffff;
}
.nMenu li.hover a {
    background-color: #f08200 !important;
    color: #ffffff !important;
}

@media screen and (max-width: 1440px) {
    .nMenu-tit {
        margin-right: 24px;
    }

    .nMenu li {
        margin-right: 24px;
    }
}

@media screen and (max-width: 1366px) {
    .nMenu-tit {
        margin-right: 23px;
    }

    .nMenu li {
        margin-right: 23px;
    }
}

.nMenu-second{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.nMenu-second-list{
    margin-right: 40px;
    padding: 20px 0;
    border-bottom: 1px solid #333;
    line-height: 1;
    font-size: 15px;
    color: #666;
    cursor: pointer;
}
.nMenu-second-list:last-child{
    margin-right: 0;
}
.nMenu-second-list.active{
    color: #f08200;
    border-bottom: 1px solid #f08200;
}

.page-fy {
    margin-top: 3.750%;
    margin-bottom: 6.250%;
    width: 100%;
    line-height: 24px;
    font-size: 1.4rem;
    text-align: center;
}
.page-fy span {
    padding: 4px 10px !important;
    border: 1px #f08200 solid !important;
    background-color: #f08200 !important;
    color: #ffffff !important;
}
.page-fy i {
    padding: 0 5px !important;
}
.page-fy a {
    padding: 4px 10px;
    border: 1px solid #ebebeb;
    background-color: #f2f2f2;
    color: #3f3f3f;
}
.page-fy a:hover {
    padding: 4px 10px;
    border: 1px #f08200 solid;
    background-color: #f08200;
    color: #ffffff;
}
.page-btn {
    padding: 21px 0;
    margin: 60px 0 0;
    width: 100%;
    border-top: 1px #ebebeb solid;
}
.page-btn a {
    float: left;
    display: block;
    width: 88px;
    height: 28px;
    margin-right: 20px;
    border-radius: 28px;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px #ebebeb solid;
    font-size: 1.4rem;
    color: #909090;
}
.page-btn a:hover {
    border: 1px #f08200 solid;
    background-color: #f08200;
    color: #ffffff;
}
.page-btn .back {
    float: right !important;
    margin-right: 0;
}


/* -------------------------------- 内页-关于鸿鑫 -------------------------------- */
/* 内页-公司介绍 */
.nAbout {}
.nAbout-img {
    margin-bottom: 5%;
    font-size: 0;
    text-align: center;
}
.nAbout-img img {
    max-width: 100%;
}
.nAbout-font {
    line-height: 28px;
    font-size: 1.4rem;
    text-align: justify;
    color: #333333;
}
.nAbout-font-pictext img {
    width: 50%;
    float: left;
    margin-right: 50px;
}
.nAbout-font-con {
    line-height: 28px;
    font-size: 1.4rem;
    text-align: justify;
    color: #333333;
    width: 100%;
}
.nAbout-font-con .tit{
    padding: 15px 0;
    box-sizing: border-box;
    line-height: 1;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}
.nAbout-font-list {
    line-height: 28px;
    font-size: 1.4rem;
    text-align: justify;
    color: #333333;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.nAbout-font-list-box {
    width: 49%;
    margin-right: 2%;
    margin-top: 50px;
}
.nAbout-font-list-box:nth-child(2n) {
    margin-right: 0;
}
.nAbout-font-list-box img {
    display: block;
    max-width: 100%;
}


.nAbout-honor {
    margin-top: 4.375%;
    margin-bottom: 4.375%;
    padding-top: 5%;
    border-top: 1px solid #ebebeb;
}
.nAbout-honor li {
    float: left;
    padding-bottom: 1.750%;
    margin-bottom: 3%;
    margin-right: 2%;
    width: 23.5%;
    border-bottom: 1px solid #ebebeb;
}
.nAbout-honor li:nth-child(4n) {
    margin-right: 0;
}
.nAbout-honor-year {
    margin-bottom: 3.723%;
    line-height: 1;
    font-size: 2.4rem;
    color: #333333;
}
.nAbout-honor-txt {
    height: 36px;
    line-height: 18px;
    font-size: 1.4rem;
    color: #666666;
}

/* 内页-加入我们 */
.nJoin {}
.nJoin-img {
    margin-bottom: 5%;
    font-size: 0;
    text-align: center;
}
.nJoin-img img {
    max-width: 100%;
}

/* 人才理念 */
.recruit_pg01 .page_tit {
    font-size: 28px;
 }
 .page_line {
    width: 50px;
    height: 3px;
    background: #F81212;
    margin-top: 13px;
}
.recruit_pg01{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5%;
}
 .recruit_pg01 .desc {
    margin-top: 13px;
    font-size: 16px;
    line-height: 1.875;
 }
.recruit_pg01 .item-l {
    width: 575px;
}
.recruit_pg01 .item-l .img img{
    display: block;
    max-width: 100%;
}
.recruit_pg01 .item-l .texts {
    background: #F3F3F3;
    height: 255px;
    padding: 33px 13px 20px 23px;
    box-sizing: border-box;
}
.recruit_pg01 .item-l .page_tit{
    color: #333;
}
.recruit_pg01 .item-l .desc{
    max-height: 120px;
    overflow-y: auto;
    padding-right: 10px;
    box-sizing: border-box;
    color: #555;
}
.recruit_pg01 .item-r {
    width: calc(100% - 605px);
    height: 550px;
    background: url(../images/recruit_bg02.jpg) no-repeat center / cover;
    padding: 60px 9.8% 40px 60px;
    box-sizing: border-box;
}
.recruit_pg01 .item-r .page_tit{
    color: #fff;
}
.recruit_pg01 .item-r .desc{
    color: #fff;
}
@media only screen and (max-width: 1280px) {
    .recruit_pg01 .item-l{
        width: 475px;
    }
    .recruit_pg01 .item-r {
        padding: 40px 20px 40px 30px;
        width: calc(100% - 500px);
        height: 498px;
    }
}
@media only screen and (max-width: 1240px) {
    .recruit_pg01 .item-l {
        width: 405px;
    }
    .recruit_pg01 .item-r{
        width: calc(100% - 430px);
        height: 462px;
    }
}
@media only screen and (max-width: 1200px) {
    .recruit_pg01 .item-l {
        width: 398px;
    }
    .recruit_pg01 .item-r {
        width: calc(100% - 418px);
        padding: 40px 4.5%;
        height: 445px;
    }
    .recruit_pg01 .item-l .texts{
        height: 241px;
    }
}
@media only screen and (max-width: 1043px) {
    .recruit_pg01 .item-l .texts{
        height: 238px;
    }
    .recruit_pg01 .item-r{
        height: 442px;
    }
}
@media only screen and (max-width: 960px) {
    .recruit_pg01 .item-l .texts {
        height: 235px;
        padding: 33px 20px 20px;
    }
    .recruit_pg01 .item-l {
        width: 368px;
    }
    .recruit_pg01 .item-r {
        height: 423px;
        width: calc(100% - 388px);
        padding: 40px 30px;
    }
}
@media only screen and (max-width: 768px) {
    .page_title {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .recruit_pg01 .item-r {
        width: 100%;
        padding: 25px 20px;
        height: auto;
        margin-top: 20px;
    }
    .recruit_pg01 .item-l .texts {
        height: auto;
        padding: 25px 20px;
    }
    .recruit_pg01 .item-l {
        width: 100%;
    }
    .recruit_pg01 .item-l .img img{
        width: 100%;
    }
    .recruit_pg01 .item-l .desc{
        max-height: initial;
        padding-right: 0;
    }
    .page_line {
        margin: 13px auto 0;
    }
    .page_tit {
        text-align: center;
    }
}


/* 招聘岗位 */
.nJoin-con {
    margin-bottom: 4.375%;
}
.nJoin-con li {
    float: left;
    margin-bottom: 3%;
    margin-right: 2%;
    width: 23.5%;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
}
.nJoin-con li:nth-child(4n) {
    margin-right: 0;
}
.nJoin-post {
    padding: 6.417%;
    line-height: 1;
    background-color: #fbfbfb;
    font-size: 2.4rem;
    color: #666666;
}
.nJoin-font {
    padding: 0 6.417%;
}
.nJoin-num {
    padding: 7.362% 0;
    border-bottom: 1px solid #ebebeb;
    line-height: 24px;
}
.nJoin-num i {
    float: left;
    width: 24px;
    height: 24px;
    line-height: 1;
    font-size: 0;
}
.nJoin-num-txt {
    float: left;
    padding-left: 7px;
    margin-right: 9.816%;
    font-size: 1.6rem;
    color: #999999;
}
.nJoin-box {
    margin: 7.362% 0;
}
.nJoin-tit {
    margin-bottom: 2.671%;
    line-height: 1;
    font-size: 1.4rem;
    color: #666666;
}
.nJoin-txt {
    height: 222px;
    line-height: 28px;
    font-size: 1.4rem;
    color: #999999;
    -webkit-line-clamp: 8;
}
.nJoin-txt p {
    margin-bottom: 2.671%;
}
.nJoin-btn {
    margin-top: 9.202%;
    display: inline-block;
    padding: 0 15.901%;
    border: 1px solid #f5f5f5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 40px;
    font-size: 1.4rem;
    color: #999999;
}

@media screen and (max-width: 1440px) {
    .nJoin-txt {
        height: 153px;
        -webkit-line-clamp: 6;
    }
}

/* 内页-加入我们-详细页 */
.nJoinShow {
    margin-bottom: 5%;
}
.nJoinShow-font {
    margin-bottom: 2.5%;
}
.nJoinShow-col {
    float: left;
    margin-bottom: 8px;
    width: 130px;
    height: 52px;
    background-color: #f08200;
    line-height: 52px;
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
.nJoinShow-r {
    padding-left: 150px;
    height: 52px;
}
.nJoinShow-r h2 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #f08200;
}
.nJoinShow-r p {
    padding: 7px 0 0 0;
    font-size: 1.4rem;
    color: #666666;
}
.nJoinShow-tit {
    float: left;
    width: 140px;
    line-height: 28px;
    color: #333333;
    font-size: 1.4rem;
    font-weight: bold;
}
.nJoinShow-txt {
    padding-left: 140px;
    line-height: 28px;
    color: #666666;
    font-size: 1.4rem;
}

/* 内页-联系我们 */
.nContact {}
.nContact-cnt-map {
    position: relative;
    float: left;
    width: 60%;
}
.nContact-cnt-map-box {
    padding-top: 60%;
}
.nContact-cnt-map-box-wrap {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: black;
}
.nContact-con {
    margin-bottom: 4.375%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.nContact-font_h1 {
    padding-bottom: 12px;
    line-height: 1;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}
.ewmpic {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.ewmpic_box {
    max-width: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 10px;
}
.ewmpic img {
    max-width: 100%;
}
.ewmpic span {
    text-align: center;
    display: block;
}
.nContact-img {
    float: left;
    width: 49%;
    margin-bottom: 5%;
    margin-right: 2.125%;
    font-size: 0;
    text-align: center;
}
.nContact-img img {
    max-width: 100%;
}
.nContact-font {
    line-height: 28px;
    font-size: 1.4rem;
    color: #666666;
    padding: 3% 0 3% 3%;
    box-sizing: border-box;
    line-height: 42px;
    font-size: 16px;
    width: 40%;
}
.nContact-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.nContact-placeholder {
    padding: 0 10px;
}
.nContact-ico {
    margin: auto;
    width: 86px;
    height: 86px;
    font-size: 0;
}
.nContact-tit {
    margin-top: 6%;
    line-height: 1;
    font-size: 3.2rem;
    color: #333333;
    text-align: center;
}
.nContact-txt {
    line-height: 32px;
    font-size: 1.6rem;
    color: #666666;
    text-align: center;
}


/* -------------------------------- 内页-作品展示 -------------------------------- */
/* 内页-作品展示-列表页 */
.nProducts {}
.nProducts-box {
    overflow: hidden;
}
.nProducts-box li {
    float: left;
    margin-left: -1px;
    margin-top: -1px;
    margin: 2%;
    width: 21%;
    background-color: #ffffff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: 0px 0px 20px #e5e5e5;
    -webkit-box-shadow: 0px 0px 20px #e5e5e5;
    box-shadow: 0px 0px 20px #e5e5e5;
}
.nProducts-img {
    overflow: hidden;
    position: relative;
    margin: 13.508% auto 10.507%;
    display: table;
    width: 72.461%;
    height: 300px;
    text-align: center;
    font-size: 0;
}
.nProducts-img span {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 300px;
}
.nProducts-img span img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 300px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

*+html .nProducts-img span {
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    text-align: center;
    vertical-align: baseline;
}

*+html .nProducts-img span img {
    position: relative;
    top: -50%;
    left: -50%;
}

@media screen and (max-width: 1440px) {
    .nProducts-img {
        height: 346px;
    }

    .nProducts-img span {
        height: 346px;
    }

    .nProducts-img span img {
        max-height: 346px;
    }
}

@media screen and (max-width: 1366px) {
    .nProducts-img {
        height: 327px;
    }

    .nProducts-img span {
        height: 327px;
    }

    .nProducts-img span img {
        max-height: 327px;
    }
}
.nProducts-tit {
    line-height: 1;
    font-size: 1.6rem;
    text-align: center;
    color: #333333;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.nProducts-txt {
    margin-top: 2.814%;
    margin-bottom: 16.886%;
    line-height: 1;
    font-size: 1.4rem;
    text-align: center;
    color: #666666;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.nProducts-box li:hover .nProducts-tit,
.nProducts-box li:hover .nProducts-txt {
    -moz-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}
.nProducts-box li:hover .nProducts-img span img {
    -moz-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
}

/* 内页-作品展示-详细页 */
.nProductShow {
    padding: 5.990% 15.417%;
}
.nProductShow-l {
    float: left;
    width: 59.036%;
}
.nProductShow-slug {
    float: left;
    width: 105px;
}
.nProductShow-slug li {
    overflow: hidden;
    position: relative;
    padding: 5px;
    margin-bottom: 32px;
    cursor: pointer;
    display: table;
    width: 93px;
    height: 93px;
    border: 1px solid #ebebeb;
    text-align: center;
    font-size: 0;
}
.nProductShow-slug li span {
    display: table-cell;
    vertical-align: middle;
    width: 93px;
    height: 93px;
}
.nProductShow-slug li span img {
    margin: 0 auto;
    max-width: 93px;
    max-height: 93px;
}

*+html .nProductShow-slug li span {
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    text-align: center;
    vertical-align: baseline;
}

*+html .nProductShow-slug li span img {
    position: relative;
    top: -50%;
    left: -50%;
}
.nProductShow-slug li.hover {
    border-color: #f08200;
}
.nProductShow-big {
    padding-left: 136px;
}
.nProductShow-big-img {
    overflow: hidden;
    position: relative;
    display: table;
    width: 578px;
    height: 578px;
    text-align: center;
    font-size: 0;
}
.nProductShow-big-img span {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 578px;
}
.nProductShow-big-img span img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 578px;
}

*+html .nProductShow-big-img span {
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    text-align: center;
    vertical-align: baseline;
}

*+html .nProductShow-big-img span img {
    position: relative;
    top: -50%;
    left: -50%;
}
.nProductShow-r {
    float: right;
    width: 36.101%;
}
.nProductShow-r-h1 {
    padding-bottom: 11.170%;
    margin-bottom: 11.170%;
    font-size: 2.4rem;
    color: #000000;
    border-bottom: 1px solid #ebebeb;
}
.nProductShow-r-wx {
    float: left;
    width: 110px;
    font-size: 0;
}
.nProductShow-r-wx img {
    width: 100%;
}
.nProductShow-r-start {
    padding-top: 7%;
    padding-left: 134px;
    line-height: 24px;
    color: #333333;
}
.nProductShow-r-start strong {
    color: #f08200;
}
.nProductShow-r-tel {
    margin-top: 11.170%;
    line-height: 28px;
    font-size: 1.6rem;
    color: #666666;
}
.nProductShow-r-time {
    line-height: 28px;
    font-size: 1.2rem;
    color: #999999;
}
.nProductShow-r-shara {}

@media screen and (max-width: 1440px) {
    .nProductShow-slug {
        width: 79px;
    }

    .nProductShow-slug li {
        margin-bottom: 24px;
        width: 67px;
        height: 67px;
    }

    .nProductShow-slug li span {
        width: 67px;
        height: 67px;
    }

    .nProductShow-slug li span img {
        max-width: 67px;
        max-height: 67px;
    }

    .nProductShow-big {
        padding-left: 103px;
    }

    .nProductShow-big-img {
        height: 432px;
    }

    .nProductShow-big-img span {
        height: 432px;
    }

    .nProductShow-big-img span img {
        max-height: 432px;
    }
}

@media screen and (max-width: 1366px) {
    .nProductShow-slug {
        width: 75px;
    }

    .nProductShow-slug li {
        margin-bottom: 24px;
        width: 63px;
        height: 63px;
    }

    .nProductShow-slug li span {
        width: 63px;
        height: 63px;
    }

    .nProductShow-slug li span img {
        max-width: 63px;
        max-height: 63px;
    }

    .nProductShow-big {
        padding-left: 98px;
    }

    .nProductShow-big-img {
        height: 410px;
    }

    .nProductShow-big-img span {
        height: 410px;
    }

    .nProductShow-big-img span img {
        max-height: 410px;
    }
}
.nProductShow-nav {
    margin-top: 7.530%;
    padding-bottom: 2.560%;
    margin-bottom: 3.765%;
    border-bottom: 1px solid #ebebeb;
}
.nProductShow-nav li {
    float: left;
    line-height: 1;
    font-size: 1.8rem;
}
.nProductShow-nav li a {
    color: #666666;
}
.nProductShow-nav-line {
    margin: 0 32px;
    width: 1px;
    height: 20px;
    background-color: #ebebeb;
}
.nProductShow-font {
    padding-bottom: 3.765%;
    margin-bottom: 6.024%;
    border-bottom: 1px solid #ebebeb;
    line-height: 28px;
    font-size: 1.4rem;
    text-align: justify;
    color: #333333;
    text-align: justify;
}
.nProductShow-font img {
    max-width: 100%;
}
.nProductShow-h2 {
    padding-bottom: 2.560%;
    line-height: 1;
    font-size: 2.2rem;
    color: #000000;
}
.nProductShow table th {
    width: 17%;
    background-color: #f8f8f8;
}
.nProductShow table td {
    width: 33%;
}
.nProductShow table th,
.nProductShow table td {
    font-size: 1.6rem;
    color: #666666;
}
.nProductShow table th span,
.nProductShow table td span {
    display: block;
    padding: 10px 20px;
}
.nProductShow-font:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom-width: 0;
}
.nComment input {
    float: left;
    padding: 13px 1.266%;
    width: 37.888%;
    border: 1px solid #ebebeb;
    background-color: #ffffff;
    color: #666666;
    font-size: 1.4rem;
    outline: medium none;
    -webkit-transition: all 0.5s ease-in-out;
    font-family: "Noto Sans CJK SC", "Source Han Sans CN", "PingFangSC-Regular", "sans-serif", "Arial";
}
.nComment-hint {
    float: left;
    padding-left: 2.410%;
    line-height: 48px;
    font-size: 1.6rem;
    color: #ff0000;
}
.nComment input.code {
    width: 20.888%;
    margin-top: 2.410%;
}
.nComment-hint.code {
    margin-top: 2.410%;
}
.nComment-code {
    float: left;
    padding: 0 2.389%;
    margin-left: 2.410%;
    margin-top: 2.410%;
    border: 1px solid #f08200;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 46px;
    font-size: 1.6rem;
    color: #f08200;
    cursor: pointer;
}
.nComment-code:hover {
    background-color: #f08200;
    color: #ffffff;
}
.nComment textarea {
    padding: 13px 1.266%;
    margin-top: 2.410%;
    width: 97.357%;
    height: 100px;
    border: 1px solid #ebebeb;
    outline: medium none;
    -webkit-transition: all 0.5s ease-in-out;
    background-color: #ffffff;
    color: #666666;
    font-size: 1.4rem;
    font-family: "Noto Sans CJK SC", "Source Han Sans CN", "PingFangSC-Regular", "sans-serif", "Arial";
}
.nComment-btn {
    float: left;
    padding: 0 9.789%;
    margin-top: 2.410%;
    background-color: #f08200;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 48px;
    font-size: 1.8rem;
    color: #ffffff;
    cursor: pointer;
}
.nComment-item {
    margin-top: 5.271%;
}
.nComment-item li {
    margin-bottom: 2.410%;
    padding: 2.410%;
    background-color: #fafafa;
}
.nComment-l {
    float: left;
    width: 8.307%;
}
.nComment-heard {
    margin: auto;
    width: 50%;
    font-size: 0;
}
.nComment-r {
    padding-left: 10.839%;
}
.nComment-r-top {
    padding-top: 0.775%;
    padding-bottom: 2.662%;
    margin-bottom: 2.662%;
    border-bottom: 1px solid #ebebeb;
}
.nComment-top-name {
    padding-bottom: 1.775%;
    line-height: 1;
    font-size: 1.6rem;
    color: #333333;
}
.nComment-top-txt {
    line-height: 24px;
    font-size: 1.6rem;
    color: #333333;
}
.nComment-top-time {
    padding-top: 4.437%;
    line-height: 1;
    font-size: 1.4rem;
    color: #999999;
}
.nComment-r-bot {
    line-height: 24px;
    font-size: 1.6rem;
    color: #f08200;
}
.nComment-r-bot-name {
    padding-bottom: 1.775%;
    line-height: 1;
    font-size: 1.6rem;
}


/* -------------------------------- 内页-视频专访 -------------------------------- */
/* 内页-视频专访-列表页 */
.nVideo {
    margin-bottom: 5%;
}
.nVideo li {
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    width: 32%;
}
.nVideo li:nth-child(3n) {
    margin-right: 0;
}
.nVideo-img {
    overflow: hidden;
    position: relative;
    font-size: 0;
}
.nVideo-img img {
    width: 100%;
}
.nVideo-play {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .30);
    width: 100%;
    height: 100%;
    opacity: 1;
    filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.nVideo-play-ico {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
    width: 64px;
    height: 64px;
}
.nVideo-play-ico img {
    width: 100%;
}
.nVideo-font {
    padding: 4.688% 6.250%;
    background-color: #f5f5f5;
}
.nVideo-tit {
    line-height: 1;
    font-size: 1.6rem;
    color: #333333;
}
.nVideo-txt {
    margin-top: 2.679%;
    line-height: 1;
    font-size: 1.4rem;
    color: #999999;
}
.nVideo li:hover .nVideo-play {
    opacity: 0;
    filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -moz-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

/* 内页-视频专访-详细页 */
.nVideoShow {
    padding: 5.990% 15.417%;
}
.nVideoShow iframe {
    display: block;
    width: 100%;
    height: 720px;
}
.nVideoShow-player {
    font-size: 0;
}
.nVideoShow-tit {
    padding: 2.410% 0 3.916%;
    border-bottom: 1px solid #ebebeb;
}
.nVideoShow-tit-l {
    float: left;
    width: 60%;
    line-height: 1.5;
    font-size: 2.0rem;
    color: #000000;
}
.nVideoShow-tit-r {
    float: right;
    margin-top: 6px;
    height: 18px;
    font-size: 2.0rem;
    color: #000000;
}
.nVideoShow-tit-r-ico {
    float: left;
    width: 14px;
    height: 14px;
    margin: 2px 0;
    font-size: 0;
}
.nVideoShow-tit-r-num {
    float: left;
    padding-left: 7px;
    padding-right: 32px;
    line-height: 18px;
    font-size: 1.2rem;
    color: #666666;
}
.nVideoShow-tit-r-time {
    float: left;
    line-height: 18px;
    font-size: 1.2rem;
    color: #999999;
}
.nVideoShow-font {
    padding-top: 2.410%;
}
.nVideoShow-font-col {
    padding-bottom: 1.807%;
    line-height: 1;
    font-size: 2.0rem;
    color: #666666;
}
.nVideoShow-font-txt {
    line-height: 28px;
    font-size: 1.4rem;
    text-align: justify;
    color: #666666;
}

@media screen and (max-width: 1440px) {
    .nVideoShow iframe {
        height: 520px;
    }

    .nVideoShow-tit-r-num {
        padding-left: 5px;
        padding-right: 24px;
    }
}


/* -------------------------------- 内页-新闻动态 -------------------------------- */
/* 内页-新闻动态-列表页 */
.nNews {
    margin-bottom: 5%;
}
.nNews li {
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    width: 32%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.nNews li:nth-child(3n) {
    margin-right: 0;
}
.nNews-img {
    overflow: hidden;
    position: relative;
    font-size: 0;
}
.nNews-img img {
    width: 100%;
}
.nNews-font {
    padding: 4.688% 0;
    border-bottom: 1px solid #ebebeb;
}
.nNews-time {
    float: left;
    line-height: 1;
    font-size: 2.4rem;
    color: #999999;
}
.nNews-text {
    padding-left: 89px;
}
.nNews-tit {
    line-height: 24px;
    font-size: 1.6rem;
    color: #333333;
}
.nNews-txt {
    margin-top: 2.679%;
    height: 44px;
    line-height: 22px;
    font-size: 1.4rem;
    text-align: justify;
    color: #666666;
    -webkit-line-clamp: 2;
}
.nNews li:hover {
    -moz-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

/* 内页-活动公告-列表页 */
.nActivity {
    margin-bottom: 5%;
}
.nActivity li {
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    width: 32%;
}
.nActivity li:nth-child(3n) {
    margin-right: 0;
}
.nActivity li a {
    display: block;
    padding: 6.250% 4.688%;
    border: 1px solid #ebebeb;
}
.nActivity-img {
    overflow: hidden;
    position: relative;
    font-size: 0;
}
.nActivity-img img {
    width: 100%;
}
.nActivity-font {
    padding: 4.688% 0;
    border-bottom: 1px solid #ebebeb;
}
.nActivity-tit {
    line-height: 24px;
    font-size: 1.6rem;
    color: #333333;
}
.nActivity-txt {
    margin-top: 2.679%;
    height: 44px;
    line-height: 22px;
    font-size: 1.4rem;
    text-align: justify;
    color: #666666;
    -webkit-line-clamp: 2;
}
.nActivity-time {
    margin-top: 8.658%;
    line-height: 1;
    color: #999999;
}
.nActivity-time-day {
    font-size: 2.4rem;
}
.nActivity-time-year {
    font-size: 1.6rem;
}

/* 内页-新闻动态-详细页 */
.nNewsShow {
    padding: 5.990% 15.417%;
}
.nNewsShow-tit {
    padding-bottom: 1.852%;
    margin-bottom: 2.778%;
    border-bottom: 1px #ebebeb solid;
    text-align: center;
}
.nNewsShow-tit h1 {
    padding-bottom: 0.925%;
    font-size: 2.4rem;
    color: #333333;
    font-weight: bold;
}
.nNewsShow-tit-time {
    font-size: 1.2rem;
    color: #999999;
}
.nNewsShow-font {
    line-height: 28px;
    font-size: 1.4rem;
    color: #666666;
}
.nNewsShow-font img {
    max-width: 100%;
}


/* -------------------------------- 内页-服务支持 -------------------------------- */
.nService {
    margin-bottom: 5%;
}
.nService-img {
    margin-bottom: 5%;
    font-size: 0;
    text-align: center;
}
.nService-img img {
    max-width: 100%;
}
.nService-font {
    line-height: 28px;
    font-size: 1.4rem;
    text-align: justify;
    color: #333333;
}


/* -------------------------------- 内页-大师介绍 -------------------------------- */
.nMaster {
    padding: 0 8.333% 5.990%;
}
.nMaster-l {
    float: left;
    width: 61.446%;
}
.nMaster-l-name {
    height: 56px;
    font-size: 0;
}
.nMaster-l-name-img {
    float: left;
    display: block;
}
.nMaster-l-name-font {
    padding-left: 178px;
}
.nMaster-l-name-font-en {
    padding-top: 1.746%;
    line-height: 1;
    font-size: 1.8rem;
    color: #333333;
}
.nMaster-l-name-font-job {
    margin-top: 1.111%;
    line-height: 1;
    font-size: 1.6rem;
    color: #666666;
}
.nMaster-l-about {
    padding: 6.127% 0;
    margin-bottom: 4.902%;
    border-bottom: 1px solid #ebebeb;
    line-height: 28px;
    font-size: 1.4rem;
    text-align: justify;
    color: #666666;
}
.nMaster-l-works-h2 {
    padding-bottom: 2.560%;
    line-height: 1;
    font-size: 2.2rem;
    color: #000000;
}
.nMaster-l-works {
    line-height: 20px;
    font-size: 1.4rem;
    color: #666666;
}
.nMaster-l-works li {
    padding-bottom: 2.451%;
}
.nMaster-l-works li:last-child {
    padding-bottom: 0;
}
.nMaster-r {
    float: right;
    width: 28.313%;
    font-size: 0;
}
.nMaster-r-honor {
    padding: 8.443% 6.332%;
    background-color: #eaeaea;
}
.nMaster-r-honor li {
    padding-bottom: 2.451%;
    line-height: 20px;
    font-size: 1.6rem;
    color: #666666;
}
.nMaster-r-honor li:last-child {
    padding-bottom: 0;
}


/* -------------------------------- 内页-全站搜索 -------------------------------- */
.hd-search {
    width: 100%;
    height: 30px;
    /* background-color: #292929; */
}
.hd-search-l {
    float: left;
    padding-left: 22px;
}
.hd-search-l li {
    float: left;
    line-height: 30px;
    font-size: 1.2rem;
}
.hd-search-l li a {
    display: block;
    padding: 0 10px;
    color: #999999;
}
.search-share {
    float: right;
    padding-right: 32px;
    height: 30px;
}
.search-share li {
    overflow: hidden;
    position: relative;
    float: left;
    cursor: pointer;
}
.search-share-ico {
    float: left;
    padding: 6px 0;
    font-size: 0;
}
.search-share-font {
    float: left;
    padding-left: 10px;
    line-height: 30px;
    font-size: 1.2rem;
    color: #999999;
}
.search-share-line {
    margin: 9px 15px;
    width: 1px;
    height: 12px;
    background-color: #999999;
}
.search-share-box {
    position: absolute;
    left: 50%;
    top: 36px;
    z-index: 99;
    margin-left: -75px;
    width: 128px;
    height: 128px;
    border: 1px solid #ebebeb;
    background-color: #ffffff;
    opacity: 0;
    filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.search-share li:hover {
    overflow: inherit;
}
.search-share li:hover .search-share-box {
    opacity: 1;
    filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    -moz-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}
.inp-search {
    background-color: #f2f2f2;
    padding: 32px 0 32px 0;
}
.logo-search {
    float: left;
    padding: 2px 0 2px 32px;
    padding-right: 24px;
    font-size: 0;
}
.search-box {
    float: left;
}
.search-box-tit {
    line-height: 1;
    font-size: 1.4rem;
    color: #333333;
}
.search-box-tit li {
    float: left;
    padding: 0 13px;
    border-right: 1px solid #cccccc;
    cursor: pointer;
}
.search-box-tit li:first-child {
    padding-left: 0;
}
.search-box-tit li:last-child {
    border-right-width: 0;
}
.search-box-tit li.hover {
    color: #f08200;
}
.search-box-input {
    margin-top: 11px;
}
.search-box-input input {
    float: left;
    padding: 6px 14px;
    width: 451px;
    border: 1px solid #ebebeb;
    border-right-width: 0;
    background-color: #ffffff;
    outline: medium none;
    -webkit-transition: all 0.5s ease-in-out;
    font-family: "Noto Sans CJK SC", "Source Han Sans CN", "PingFangSC-Regular", "sans-serif", "Arial";
    font-size: 1.4rem;
    color: #666666;
}
.search-box-btn {
    float: left;
    display: block;
    width: 100px;
    height: 34px;
    background-color: #f08200;
    line-height: 36px;
    font-size: 1.4rem;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}
.search-number {
    line-height: 70px;
    padding-left: 30px;
    color: #999999;
}
.search-number span {
    font-weight: bold;
    color: #f08200;
}
.search-item {
    float: left;
    padding-left: 32px;
}
.search-item-l {
    float: left;
    width: 710px;
}
.search-item-l li {
    padding-bottom: 24px;
    margin-bottom: 32px;
    border-bottom: 1px dashed #ebebeb;
}
.search-item-l-img {
    overflow: hidden;
    position: relative;
    display: table;
    float: left;
    width: 135px;
    height: 83px;
    border: 1px solid #ebebeb;
    text-align: center;
    font-size: 0;
}
.search-item-l-img span {
    display: table-cell;
    vertical-align: middle;
    width: 135px;
    height: 83px;
}
.search-item-l-img span img {
    margin: 0 auto;
    max-width: 135px;
    max-height: 83px;
}

*+html .search-item-l-img span {
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    text-align: center;
    vertical-align: baseline;
}

*+html .search-item-l-img span img {
    position: relative;
    top: -50%;
    left: -50%;
}
.search-item-l-font {
    padding-left: 159px;
}
.search-item-l-font-tit {
    line-height: 1;
    font-size: 1.4rem;
    font-weight: bold;
    color: #333333;
}
.search-item-l-font-txt {
    margin-top: 7px;
    margin-bottom: 8px;
    height: 44px;
    line-height: 22px;
    font-size: 1.2rem;
    color: #666666;
    -webkit-line-clamp: 2;
}
.search-item-l-font-time {
    line-height: 1;
    font-size: 1.2rem;
    color: #f08200;
}
.search-item-l li.noImg .search-item-l-font {
    padding-left: 0;
}
.search-item-r {
    float: left;
    margin-left: 32px;
    width: 242px;
}
.search-item-r-hot {
    padding: 20px 10px;
    margin-bottom: 24px;
    width: 220px;
    border: 1px #ebebeb solid;
    background: #f2f2f2;
}
.search-item-r-hot-tit {
    margin-bottom: 7px;
    line-height: 1;
    font-size: 1.4rem;
    font-weight: bold;
    color: #333333;
}
.search-item-r-hot li {
    line-height: 28px;
    font-size: 1.2rem;
}
.search-item-r-hot li a {
    display: block;
    color: #333333;
}
.search-item-r-hot li a span {
    color: #999999;
    padding-right: 7px;
}
.search-item-r-ad {
    margin-bottom: 24px;
    border: 1px #e6e6e6 solid;
    font-size: 0;
}
.search-item-r-ad img {
    width: 100%;
}


.logo-search {
    float: left;
    padding: 2px 0 2px 32px;
    padding-right: 24px;
    font-size: 0;
}
.logo-search img {
    width: 140px;
}
.layout {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    ustify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.search-boxs {
    width: 100%;
}
.search-logo {
    width: 15%;
    margin: 0 auto 4%;
    font-size: 0;
}
.search-cnt {
    overflow: hidden;
    margin: auto;
    padding-left: 2%;
    width: 47%;
    height: 44px;
    border: 2px solid #E48F50;
    border-radius: 10px;
    margin-bottom: 15%;
}
.search-cnt-l {
    float: left;
    width: 80%;
    height: 44px;
}
.search-cnt-l input {
    width: 100%;
    height: 100%;
    line-height: 100%;
    border: none;
    background-color: transparent;
    outline: none;
    font-size: 1.4rem;
    color: #333333;
    font-weight: 400;
}
.search-cnt-l input::-webkit-input-placeholder {
    color: #B4B4B4 !important;
}
.search-cnt-l input:-moz-placeholder {
    color: #B4B4B4 !important;
}
.search-cnt-l input::-moz-placeholder {
    color: #B4B4B4 !important;
}
.search-cnt-l input:-ms-input-placeholder {
    color: #B4B4B4 !important;
}
.search-cnt-r {
    cursor: pointer;
    float: right;
    width: 20%;
    height: 44px;
    background-color: #E48F50;
    text-align: center;
    line-height: 44px;
    font-size: 1.6rem;
    color: #ffffff;
}
.hd-search-foot {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
    background-color: #FAFAFA;
    line-height: 40px;
    text-align: center;
    font-size: 1.4rem;
    color: #333333;
}
.hd-search-foot a {
    color: #333333;
}




/*产品详细页update20200522*/
.index_zhuanjia {
    width: 100%;
    overflow: hidden;
}

/*右大图*/
.index_zhuanjia_pic {
    width: 483px;
    height: 483px;
    overflow: hidden;
    float: right;
    position: relative;
    margin-right: 100px;
}
.index_zhuanjia_pic ul {
    position: absolute;
    left: 0;
}
.index_zhuanjia_pic li {
    float: left;
}
.nProductShow-big-img {
    overflow: hidden;
    position: relative;
    display: table;
    width: 483px;
    height: 483px;
    text-align: center;
    font-size: 0;
}
.nProductShow-big-img span {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 483px;
}
.nProductShow-big-img span img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 483px;
}

*+html .nProductShow-big-img span {
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    text-align: center;
    vertical-align: baseline;
}

*+html .nProductShow-big-img span img {
    position: relative;
    top: -50%;
    left: -50%;
}

/*左右箭头*/
.index_zhuanjia_left_inc {
    width: 32px;
    height: 41px;
    position: absolute;
    left: 0px;
    top: 220px;
    cursor: pointer;
    background: url(../images/float_left_inc.png) left top no-repeat;
    z-index: 9
}
.index_zhuanjia_right_inc {
    width: 32px;
    height: 41px;
    position: absolute;
    right: 0px;
    top: 220px;
    cursor: pointer;
    background: url(../images/float_right_inc.png) left top no-repeat;
    z-index: 9
}

/*左缩略图*/
.index_zhuanjia_list {
    width: 98px;
    height: 483px;
    overflow: hidden;
    float: left;
}
.index_zhuanjia_lists {
    width: 98px;
    height: 428px;
    overflow: hidden;
    position: relative;
}
.index_zhuanjia_lists ul {
    width: 98px;
    height: 428px;
    position: absolute;
    overflow: hidden;
}
.index_zhuanjia_lists ul li {
    width: 98px;
    height: 98px;
    padding-bottom: 9px;
    position: relative;
}
.index_zhuanjia_lists ul li.on .thumb img {
    width: 96px;
    height: 96px;
    border: 1px #f08200 solid;
}
.index_zhuanjia_lists ul li .thumb {
    width: 98px;
    height: 98px;
    overflow: hidden;
    float: left;
}
.index_zhuanjia_lists ul li .thumb img {
    width: 96px;
    height: 96px;
    border: 1px #e8e8e8 solid;
}

/*上下箭头*/
.index_zhuanjia_pre {
    width: 98px;
    height: 17px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/index_zhuanjia_pre.png) no-repeat left top;
}
.index_zhuanjia_next {
    width: 98px;
    height: 17px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/index_zhuanjia_next.png) no-repeat left top;
}