/* nav-top B*/
/* nav-top E*/
/* footer B*/
/* footer E*/
/* home B*/
.yige-home .common-title {
    font-size: 36px;
}

.yige-home .common-title span {
    font-weight: 800;
    color: var(--themeColor);
}

.yige-home .yige-part-a {
    padding: 60px 0;
}

.yige-home .yige-part-a .title-wrap {
    margin-bottom: 20px;
}

.yige-home .yige-part-a .txt {
    /*margin-bottom: 20px;*/
    color: #909090;
    line-height: 1.8;
}

.yige-home .yige-part-a ul {
    margin-bottom: 20px;
}

.yige-home .yige-part-a ul li {
    line-height: 30px;
    letter-spacing: -.2px;
    color: #909090;
}

.yige-home .yige-part-a .progress-wrap .item .p-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
}

.yige-home .yige-part-a .progress-wrap .item .p-title .p-title-txt {
    font-weight: 700;
    color: #102147;
    letter-spacing: -.2px;
    font-size: 18px;
}

.yige-home .yige-part-a .progress-wrap .item .p-title .p-num {
    color: #909090;
}

.yige-home .yige-part-a .progress-wrap .item .progress {
    height: 3px;
}

.yige-home .yige-part-a .progress-wrap .item .progress .progress-bar {
    background-color: var(--themeColor);
}

.yige-home .yige-part-a .contact-box {
    background-color: #f0f2f7;
    border-radius: 5px;
    padding: 30px;
}

.yige-home .yige-part-a .contact-box .contact-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 16px;
}

.yige-home .yige-part-a .contact-box .contact-title span {
    color: var(--themeColor);
}

.yige-home .yige-part-a .contact-box input,
.yige-home .yige-part-a .contact-box textarea {
    height: 80px;
    width: 100%;
    margin-bottom: 16px;
    padding: 14px 40px;
    border: 1px solid #dfe2eb;
    border-radius: 5px;
}

.yige-home .yige-part-a .contact-box .btn-box .yige-btn {
    padding: 17px 35px;
    color: #fff;
    background-color: var(--themeColor);
    border-radius: 5px;
}

.yige-home .yige-part-a .contact-box .btn-box .yige-btn:hover {
    background-color: var(--bgthemeColor);
}

.yige-home .yige-part-a .bottom-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}

.yige-home .yige-part-a .bottom-list .item:hover .icon-box {
    background-color: var(--themeColor);
}

.yige-home .yige-part-a .bottom-list .item .icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 106px;
    height: 106px;
    border-radius: 50%;
    margin-right: 30px;
    -webkit-transition: all .3 ease;
    transition: all .3 ease;
    background-color: var(--themeColor);
}

.yige-home .yige-part-a .bottom-list .item .icon-box i {
    font-size: 48px;
    color: #fff;
}

.yige-home .yige-part-a .bottom-list .item .txt-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0;
}

.yige-home .yige-part-a .bottom-list .item .txt-box .num {
    font-size: 30px;
    font-weight: bold;
    color: #102147;
}

.yige-home .yige-part-a .bottom-list .item .txt-box .type {
    color: #909090;
}

.yige-home .yige-part-b {
    background-color: #222;
    padding: 60px 0 110px;
}

.yige-home .yige-part-b .title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 30px;
}

.yige-home .yige-part-b .list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
}

.yige-home .yige-part-b .list .item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.yige-home .yige-part-b .list .item:hover .detail .bottom-bar {
    background-color: var(--themeColor);
}

.yige-home .yige-part-b .list .item .img-box {
    max-height: 250px;
    overflow: hidden;
    height:220px;
}

.yige-home .yige-part-b .list .item .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.yige-home .yige-part-b .list .item .detail {
    z-index: 1;
    position: relative;
    padding: 40px;
    background-color: #fff;
}

.yige-home .yige-part-b .list .item .detail .detail-title {
    font-size: 24px;
    font-weight: 700;
    color: #102147;
    margin-bottom: 16px;
}

.yige-home .yige-part-b .list .item .detail .detail-desc {
    font-size: 16px;
    color: #909090;
    line-height: 1.7;
}

.yige-home .yige-part-b .list .item .detail .detail-mark {
    color: #f6f2f0;
    font-size: 80px;
    font-weight: 700;
    line-height: 90px;
    position: absolute;
    right: 15px;
    top: 0px;
    z-index: -1;
}

.yige-home .yige-part-b .list .item .detail .bottom-bar {
    background-color: #e9e4e1;
    border-radius: 5px 5px 0 0;
    bottom: 0;
    height: 17px;
    left: 50px;
    position: absolute;
    right: 50px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.yige-home .yige-part-c {
    padding: 60px 0;
}

.yige-home .yige-part-c .img-box {
    position: relative;
    margin-top: -120px;
}

.yige-home .yige-part-c .img-box img {
    width: 100%;
}

.yige-home .yige-part-c .img-box .entry-content {
    position: absolute;
    bottom: 0;
}

.yige-home .yige-part-c .img-box i {
    cursor: pointer;
    font-size: 50px;
    color: #fff;
    background-color: var(--themeColor);
    bottom: 0;
    height: 122px;
    line-height: 130px;
    position: absolute;
    width: 120px;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.yige-home .yige-part-c .img-box i:hover {
    background-color: var(--themeColor);
}

.yige-home .yige-part-c .img-box .video-title {
    background-color: #fff;
    margin-left: 130px;
    padding: 30px;
    font-weight: 700;
}

.yige-home .yige-part-c .img-box .video-title .s-title {
    font-size: 14px;
    color: var(--themeColor);
}

.yige-home .yige-part-c .img-box .video-title .b-title {
    line-height: 1.4;
    color: #102147;
    font-size: 30px;
}

.fancybox__caption {
    position: absolute;
    bottom: 50px;
}

@media screen and (max-width:620px) {
    .col-xs-12 {
        width: 100%;
    }
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.video .nav ul {
    text-align: center;
}

.video .nav li {
    display: inline-block;
}

.video .nav li a {
    outline: none;
    /*padding: 10px 0px 8px 0px;*/
    /*margin-right: 40px;*/
    color: #888;
    /*font-size: 14px;*/
}

.video .nav .active a {
    color: var(--themeColor);
}

.yige-home .yige-part-c .part-c-bottom {
    margin-top: 60px;
}

.yige-home .yige-part-c .part-c-bottom .title-wrap {
    margin-bottom: 20px;
}

.yige-home .yige-part-c .part-c-bottom p {
    color: #909090;
    line-height: 1.7;
    font-size: 16px;
    margin-bottom: 20px;
}

.yige-home .yige-part-c .part-c-bottom li {
    position: relative;
    padding-left: 20px;
    line-height: 36px;
    letter-spacing: -.2px;
    color: #909090;
    font-size: 16px;
}

.yige-home .yige-part-c .part-c-bottom li::before {
    position: absolute;
    left: 0;
    opacity: 1;
    content: "\e634";
    font-family: "iconfont" !important;
    color: var(--themeColor);
}

.yige-home .yige-part-c .part-c-bottom .c-right-t {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    padding: 100px 60px;
    text-align: center;
    color: #fff;
    background-color: var(--themeColor);
}

.yige-home .yige-part-c .part-c-bottom .c-right-b .c-right-img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.yige-home .yige-part-d {
    padding: 60px 0;
}

.yige-home .yige-part-d .list .item {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 5px;
    margin-top: 30px;
    height: 220px;
}

.yige-home .yige-part-d .list .item:hover::before {
    opacity: 1;
}

.yige-home .yige-part-d .list .item:hover .icon-box {
    opacity: 1;
}

.yige-home .yige-part-d .list .item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.yige-home .yige-part-d .list .item::before {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.yige-home .yige-part-d .list .item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.yige-home .yige-part-d .list .item .icon-box {
    z-index: 2;
    opacity: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-color: var(--themeColor);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.yige-home .yige-part-d .list .item .icon-box i {
    font-size: 24px;
    color: #fff;
}

.yige-home .yige-part-e {
    padding: 60px 0 110px;
}

.yige-home .yige-part-e .part-e-top p {
    font-size: 16px;
    color: #909090;
    line-height: 1.7;
    margin-bottom: 20px;
}

.yige-home .yige-part-e .loop .swiper-wrapper {
    padding: 40px 0;
}

.yige-home .yige-part-e .loop .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 45px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 30px #eee;
    box-shadow: 0 0 30px #eee;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.yige-home .yige-part-e .loop .item:hover {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
}

.yige-home .yige-part-e .loop .item .loop-txt {
    font-size: 16px;
    color: #909090;
    line-height: 1.7;
    margin-bottom: 20px;
    height: 110px;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.yige-home .yige-part-e .loop .item .loop-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.yige-home .yige-part-e .loop .item .loop-bottom .head-img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.yige-home .yige-part-e .loop .item .loop-bottom .info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.yige-home .yige-part-e .loop .item .loop-bottom .info .name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.yige-home .yige-part-e .loop .item .loop-bottom .info .position {
    margin-bottom: 10px;
    font-size: 15px;
    color: #aaa;
}

.yige-home .yige-part-e .loop .item .loop-bottom .info i {
    color: #f1c40f;
}

.yige-home .yige-news {
    padding: 60px 0;
}

.yige-home .yige-news .num-list {
    margin: -130px 0 50px;
    padding: 50px 0;
    border-radius: 5px;
    background-color: var(--themeColor);
}

.yige-home .yige-news .num-list .num-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    margin-bottom: 16px;
}

.yige-home .yige-news .num-list .num-item .num {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 40px;
}

.yige-home .yige-news .news-list .item {
    display: block;
    margin-top: 30px;
    border: 1px solid #e2e6ed;
}

.yige-home .yige-news .news-list .item:hover img {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.yige-home .yige-news .news-list .item:hover .entry-title {
    color: var(--themeColor);
}

.yige-home .yige-news .news-list .item .news-img-box {
    overflow: hidden;
    height: 150px;
}

.yige-home .yige-news .news-list .item .news-img-box img {
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.yige-home .yige-news .news-list .item .txt-content {
    padding: 0 20px 40px;
}

.yige-home .yige-news .news-list .item .txt-content .entry-meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 20px 50px;
    margin: -25px 0 30px;
    color: #999;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 0 20px 20px 0 #eee;
    box-shadow: 0 20px 20px 0 #eee;
}

.yige-home .yige-news .news-list .item .txt-content .entry-meta i {
    margin-right: 4px;
    color: var(--themeColor);
}

.yige-home .yige-news .news-list .item .txt-content .entry-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.yige-home .yige-news .news-list .item .txt-content .entry-desc {
    font-size: 16px;
    color: #909090;
    line-height: 1.7;
}

@media screen and (max-width: 768px) {
    .yige-home .common-title {
        font-size: 24px;
    }

    .yige-home .yige-news .news-list .item .txt-content .entry-meta {
        padding: 20px;
    }
}

/* home B*/
/*# sourceMappingURL=index.css.map */

/* RESET */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, th, var, i {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

a:focus {
    outline-style: none;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select, button {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
    outline: none;
    border: none;
}

textarea {
    resize: none
}

input::-ms-clear {
    display: none;
}

a, a:focus, a:hover {
    text-decoration: none;
}

body {
    font: 16px/1.3 Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    overflow-x: hidden;
    --themeColor: #a57d52;
    color: #333;
    -webkit-font-smoothing: antialiased;
    position: relative;
    background-color: #fff;
    --swiper-theme-color: var(--themeColor);
}

::selection {
    background: var(--themeColor);
    color: #fff;
}

:focus {
    outline-color: var(--themeColor);
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
}

.clamp1 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp2 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp3 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp4 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tal {
    text-align: left;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.cpr {
    cursor: pointer;
}

/* RESET */

/* thank */

.thank h5, .thank p {
    line-height: 1.4;
    font-size: 20px;
    padding-bottom: 20px;
}

.thank .back {
    padding-left: 10px;
    width: 32px;
    max-width: 100%;
    height: auto;
    cursor: pointer;
}

/* thank */

/* scroll-top start */

.scroll-top {
    z-index: 999;
    position: fixed;
    bottom: 50px;
    right: 32px;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--themeColor);
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
    -moz-box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
    box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
    transition: transform .5s;
}

.scroll-top i {
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

.scroll-top:hover {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px)
}

/* scroll-top end */


/* roure start */

.route {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4rem;

}

.route::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4rem;
    opacity: 0.2;
    background: #ffffff;
}


.route ul {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
}

.route ul>li {
    float: left;
    position: relative;
    padding-right: 30px;
}

.route ul>li a img {
    width: 100px;
}

.route ul>li a {
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 10px;
    color: #242424;
    letter-spacing: 0.32px;
    font-size: var(--font_14);
    font-family: Montserrat, Montserrat-Light;
    font-weight: 300;
    color: #ffffff;
    height: 4rem;
    line-height: 4rem;
}

.route ul>li:first-child a {
    padding-left: 0;


}

.route ul>li::after {
    content: "";
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    position: absolute;
    border-left: 1.5px solid #fff;
    border-bottom: 1.5px solid#fff;
    -webkit-transform: translate(0, -50%) rotate(-135deg);
    transform: translate(0, -50%) rotate(-135deg);
}

.route ul>li:last-child::after {
    border: none;
}


/* roure end */

/* 公共页面banner-pg B */
.bg-banner {
       padding: 80px 0 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* min-height: 400px; */
    height: 290px;
    position: relative;
    z-index: 2;
}

.bg-banner::after {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.bg-banner h3 {
    padding-top: 100px;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .bg-banner {
        min-height: 100px;
        padding: 60px 0px;
        height: 200px;
    }

    .bg-banner h3 {
        padding-top: 50px;
        font-size: 30px;
    }
}

.banner img {
    width: 100%;
}



/* åˆ†é¡µ start */

.pagingClick {
    margin: 0 auto;
    text-align: center;
    padding: 2% 0;
}

.pagingClick a, .pagingClick span {
    display: inline-block;
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background-color: rgba(51, 51, 51, 0.73);
    color: #fff;
    margin-right: 20px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.pagingClick a:last-child, .pagingClick span:last-child {
    margin-right: 0;
}

.pagingClick a:hover, .pagingClick span {
    color: #fff;
    background-color: var(--themeColor);
}

/* åˆ†é¡µ end */
/* nav-top B*/
.nav-top {
    background-color: #222;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.nav-top .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nav-top .header-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 3;
    padding: 20px 0;
}

.nav-top .header-info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.nav-top .header-info li:not(:last-child) {
    padding-right: 12px;
    margin-right: 12px;
    border-right: 1px solid #aaa;
}

.nav-top .header-info li .txt {
    margin-left: 6px;
}

.nav-top .header-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.nav-top .header-socials .icon-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
}

.nav-top .header-socials .icon-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-right: 4px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.nav-top .header-socials .icon-list a:hover {
    background-color: #03111d;
}

.nav-top .header-socials .skip-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 24px;
    border-radius: 5px;
    background-color: var(--themeColor);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.nav-top .header-socials .skip-btn a:hover {
    background-color: #102147;
}

/* nav-top E*/

header{
    height: 8rem;
}
/* header nav start */
header .navs .navbar-toggle span {
    display: block;
    position: relative;
    cursor: pointer;
    width: 30px;
    height: 3px;
    background-color: var(--themeColor);
}

header .navs .navbar-toggle span::before,
header .navs .navbar-toggle span::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: var(--themeColor);
    position: absolute;
    left: 0;
}

header .navs .navbar-toggle span::after {
    top: -8px;
}

header .navs .navbar-toggle span::before {
    bottom: -8px;
}

header .navs .search {
    position: relative;
    margin-top: 15px;
    margin-right: 20px;
}

header .navs .search>i {
    cursor: pointer;
    font-weight: 600;
    color: #242C33;
    display: inline-block;
    position: relative;
    /* float: left; */
    width: 35px;
    height: 35px;
    display: block;
    font-size: 14px;
    color: #ffffff;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    background: none;
    border-radius: 50%;
    border: 1px dashed var(--themeColor);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* æœç´¢æ¡†éƒ¨åˆ†B  */
header .navs .input-box {
    margin-left: 20px;
}

header .navs .input-box form {
    display: flex;
    align-items: center;
    width: 160px;
    height: 33px;
    background: #fff;
    overflow: hidden;
    border-radius: 20px;
    border: 2px solid #000;
}

header .navs .input-box .search-submit {
    background: none;
}

header .navs .input-box .header-search {
    width: 110px;
}

header .navs .input-box .search-submit i {
    color: var(--themeColor);
}

@media screen and (max-width: 768px) {
    header .navs .input-box {
        padding: 20px 0;
    }
}

/* æœç´¢æ¡†éƒ¨åˆ†E  */
/* è¯­è¨€éƒ¨åˆ†B  */
header .navs .language-box {
    position: relative;
    min-width: 98px;
    margin-top: 30px;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
}

header.fixeds .navs .language-box {
    color: #000;
}

header .navs .language-box i {
    font-size: 12px;
}

header .navs .language-wrap {
    display: none;
    position: absolute;
    top: 30px;
    border-radius: 4px;
    min-width: 120px;
    padding: 0 18px;
    background: #fff;
    border: 1px solid #ddd;
    color: #272727;
}

header .navs .language-wrap .item {
    padding: 4px 0;
}

/* è¯­è¨€éƒ¨åˆ†E  */
header .navs .header-nav li {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

header .navs .header-nav .sub-menu li {
    margin-left: 0;
    padding: 3px 10px;
}

header .navs .header-nav li a {
    display: block;
    color: #333;
    font-size: 15px;
    position: relative;
    text-transform: capitalize;
}

header .m-menu {
    color: #fff;
}

header .navs .header-nav .active>a::after {
    opacity: 1;
}

header .navs .header-nav>ul>li:last-child::after,
header .navs .header-nav .active::after {
    background-color: transparent;
}

header .navs .header-nav .active>a {
    color: #fff;
    background-color: var(--themeColor);
}

@media (min-width: 768px) {

    /* header-nav start */
    header .navs .wap-nav {
        position: relative;
        z-index: 9;
        padding: 10px 0;
        background: #fff;
    }

    header .navs .wnl .header-nav {
        /* display: block !important; */
        height: 6rem;
        /* line-height: 6rem; */
        display: flex;
        align-items: center;
    }

    header .navs .pdl {
        padding-left: 10%;
    }

    header .navs .header-nav .fourth-sub,
    header .navs .header-nav .third-sub,
    header .navs .header-nav .sub-menu {
        position: absolute;
        top: 80px;
        left: 0;
        width: 200px;
        z-index: 999;
        min-width: 230px;
        background-color: rgb(255, 255, 255);
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        visibility: hidden;
        opacity: 0;
        -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.32);
        box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.32);
        text-align: left;
    }

    header .navs .header-nav .fourth-sub,
    header .navs .header-nav .third-sub {
        width: 300px;
    }

    header .navs .header-nav .sub-menu li:not(:last-child) {
        border-bottom: 1px solid #ddd;
    }

    header .navs .header-nav .sub-menu a {
        padding: 10px;
        font-size: 15px;
        color: #272727;
        line-height: 1.4;
    }

    header .navs .header-nav>ul>li>a:hover {
        color: #fff;
        background-color: var(--themeColor);
    }

    header .navs .header-nav .sub-menu a {
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    header .navs .header-nav .sub-menu a:hover {
        transform: translateX(6px);

    }

    header .navs .header-nav .sub-menu li:hover {
        background-color: #f2f2f2;
    }

    header .navs .header-nav .active>.submenu-button,
    header .navs .header-nav a:hover::after {
        border-bottom-color: var(--themeColor);
        border-right-color: var(--themeColor);
    }

    header .navs .header-nav .sub-menu a:hover::after {
        border-bottom-color: #fff;
        border-right-color: #fff;
    }

    header .navs .header-nav .sub-menu li a::after {
        -webkit-transform: rotate(316deg);
        transform: rotate(316deg);
    }

    header .navs .header-nav .fourth-sub,
    header .navs .header-nav .third-sub {
        top: 0;
        left: 100%;
    }

    header .navs .header-nav .third-sub li:hover .fourth-sub,
    header .navs .header-nav li:hover .sub-menu,
    header .navs .header-nav .sub-menu li:hover .third-sub {
        opacity: 1;
        /* display: block; */
        visibility: visible;
        top: 140%;
    }

    header .navs .header-nav .third-sub li:hover .fourth-sub,
    header .navs .header-nav .sub-menu li:hover .third-sub {
        top: 0;
    }

    header .navs .header-nav .sub-menu .submenu-button {
        position: absolute;
        top: 44%;
        right: 14px;
        width: 5px;
        height: 5px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        content: "";
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
        border-bottom-color: #272727;
        border-right-color: #272727;
    }

    header .navs .header-nav .sub-menu li:hover .submenu-button {
        border-bottom-color: #272727;
        border-right-color: #272727;
    }

    header .navs .header-nav>ul>li:hover>.submenu-button {
        border-bottom-color: var(--themeColor);
        border-right-color: var(--themeColor);
    }

    header .navs .wnl {
        display: block !important;
    }

    .navs .header-nav li .m-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        padding: 10px 20px;
        border-radius: 20px;
        transition: all .3s;
        font-weight: 600;
        font-size: 16px;
    }

    header .navs .sub-menu li {
        width: 100%;
    }

    header .navs .wap-nav .wpl .logo img {
        width: 180px;
    }

    header .navs .wap-nav .wap-logo {
        cursor: default;
    }
}

.logo {
    height: 6rem;
}

.logo img {
    height: 100%;
    width: 100%;
    object-fit: scale-down;
}

.fixeds .navs{
    border-radius: 0;
    position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    margin: 0;
    padding-top: 0;
    -webkit-animation: menu_sticky 0.5s ease-in-out;
    animation: menu_sticky 0.5s ease-in-out;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.32);
}


@-webkit-keyframes menu_sticky {
    0% {
        margin-top: -75px;
        opacity: 0;
    }

    50% {
        margin-top: -64px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes menu_sticky {
    0% {
        margin-top: -75px;
        opacity: 0;
    }

    50% {
        margin-top: -64px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

/* 768 */
@media screen and (max-width: 768px) {
    header {
        position: relative;
    }

    /* wap-nav start */
    header .topbar,
    header .header-nav,
    .sub-menu,
    .third-sub {
        display: none;
    }

    header .navs .wpl {
        display: block;
    }

    header .navs .wpl h1 {
        float: left;
    }

    .navbar-toggle {
        margin: 25px 0 0 0;
        padding: 0;
    }

    header .navs .logo img {
        width: 150px;
    }

    header .navs {
        width: 100%;
        height: 52px;
        background-color: #fff;
    }

    header .navs .wnl {
        padding: 0;
    }

    .wap-nav>.pull-left {
        width: 100%;
    }

    .wap-nav .wpl {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 15px;
    }

    .wap-nav .wnl {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 51px;
        left: 0;
        z-index: 999;
        display: none;
    }

    header .navs .search {
        display: none;
    }

    .wap-nav .header-nav {
        text-align: left;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        height: 100%;
        z-index: 122;
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    header .navs .wap-nav .header-nav li {
        padding: 0;
        display: block;
        height: auto;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }

    header .navs .wap-nav .header-nav li a {
        padding: 16px 20px;
        color: #fff;
        padding-right: 25px;
    }

    header .navs .wap-nav .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(255, 255, 255, 0.5);
        height: 50px;
        width: 50px;
        cursor: pointer;
    }

    header .navs .wap-nav .submenu-button::before {
        position: absolute;
        top: 17.5px;
        right: 17.5px;
        width: 10px;
        height: 10px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        content: "";
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: border-color 0.2s ease;
        transition: border-color 0.2s ease;
    }

    header .navs .header-nav li>a::after {
        display: none;
    }

    header .navs .header-nav .sub-menu li a {
        padding-left: 30px;
        font-size: 15px;
    }

    header .navs .header-nav .third-sub li a {
        padding-left: 45px;
        font-size: 14px;
    }

    header .navs .wap-nav .wpl h1 {
        margin-top: 0;
    }

    header .navs .navbar-toggle {
        display: block;
    }

    header .navs .header-nav .fourth-sub {
        display: none;
    }

    header .navs .header-nav .fourth-sub li a {
        padding-left: 65px !important;
        font-size: 13px !important;
    }

    header .navs .wap-nav .wap-logo {
        display: none !important;
    }
}

/* header nav end */

/* footer B*/
footer {
    z-index: 0;
    position: relative;
    background-color: #102147;
}

footer::before {
    z-index: -1;
    background: rgba(17, 17, 17, 0.5) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

footer .footer-top {
    padding: 60px 0;
}

footer .footer-top .footer-title {
    margin-bottom: 28px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

footer .footer-top .footer-desc {
    margin-bottom: 15px;
    font-size: 16px;
    color: #bbb;
    line-height: 1.7;
}

footer .footer-top .icons-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

footer .footer-top .icons-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 6px;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    color: #fff;
    background-color: #333;
    -webkit-transition: all .3s;
    transition: all .3s;
}

footer .footer-top .icons-box a:hover {
    background-color: var(--themeColor);
}

footer .footer-top .icons-box a i {
    font-size: 20px;
}

footer .footer-top .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    color: #bbb;
}

footer .footer-top .link li {
    width: 50%;
    position: relative;
    padding-left: 20px;
    line-height: 36px;
}

footer .footer-top .link li:hover::before {
    color: #102147;
}

footer .footer-top .link li::before {
    position: absolute;
    left: 0;
    opacity: 1;
    content: "\e62f";
    font-family: "iconfont" !important;
    color: var(--themeColor);
    font-size: 14px;
}

footer .footer-top .footer-news a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

footer .footer-top .footer-news .img-box {
    -webkit-box-flex: 1.1;
    -ms-flex: 1.1;
    flex: 1.1;
}

footer .footer-top .footer-news .img-box img {
    max-height: 62px;
    -o-object-fit: cover;
    object-fit: cover;
}

footer .footer-top .footer-news .txt {
    -webkit-box-flex: 2.8;
    -ms-flex: 2.8;
    flex: 2.8;
    margin-left: 16px;
}

footer .footer-top .footer-news .txt .time {
    color: #888f96;
    font-size: 14px;
    line-height: 12px;
    padding: 4px 0;
}

footer .footer-top .footer-news .txt h2 {
    font-size: 16px;
    color: #bbb;
}

footer .footer-top .info-list {
    font-size: 16px;
    color: #bbb;
}

footer .footer-top .info-list span {
    line-height: 36px;
}

footer .footer-top .info-list i {
    margin-right: 6px;
}

footer .footer-top .footer-btn {
    margin-top: 15px;
}

footer .footer-top .footer-btn a {
    display: inline-block;
    padding: 18px 24px;
    border-radius: 5px;
    background-color: var(--themeColor);
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
}

footer .footer-top .footer-btn a:hover {
    background-color: #102147;
}

footer .footer-bottom {
    color: #bbb;
    text-align: center;
    padding: 30px 0;
    border-top: 1px solid rgba(250, 250, 250, 0.1);
}

/* footer E*/

/* æ›´æ”¹ç‰ˆå¿ƒ B */
@media (min-width: 1401px) {
    .container {
        max-width: 1400px;
        width: auto;
    }
}

@media  (min-width: 1366px) and ( max-width:1440px) {
    .container {
        max-width: 1280px;
        width: auto;
    }
}


/* æ›´æ”¹ç‰ˆå¿ƒ E */


/* about start */

.yige-about13 {
    padding: 60px 0;
}

.yige-about13 .common-top .b-title {
    text-align: center;
    font-size: 26px;
}

.yige-about13 .common-top .s-title {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
}

.yige-about13 .common-top .txt {
    margin-top: 20px;
    line-height: 1.8;
    font-size: 14px;
    max-width: 80%;
    margin: 20px auto;
    text-align: center;
    color: #888;
}

.yige-about13 .yige-summary .icon-list {
    border-top: 1px solid #ececee;
}

.yige-about13 .yige-summary .icon-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 10px;
}

.yige-about13 .yige-summary .icon-list .item .type {
    margin-top: 20px;
    font-size: 20px;
    color: #212121;
}

.yige-about13 .yige-summary .icon-list .item .desc {
    /*text-align: center;*/
    font-size: 14px;
    color: #999;
    margin-top: 12px;
    line-height: 22px;
    word-break: break-word;
}

.yige-about13 .yige-brand .yige-brand-top {
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 14.181438998957246vw;
}

.yige-about13 .yige-brand .yige-brand-top .common-top {
    color: #fff;
}

.yige-about13 .yige-brand .yige-brand-top .img-box {
    margin-top: 3.1282586027111576vw;
    text-align: center;
}

.yige-about13 .yige-brand .yige-brand-bottom {
    padding: 4vh 0 5.2vh;
}

.yige-about13 .yige-brand .yige-brand-bottom .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.yige-about13 .yige-brand .yige-brand-bottom .item .num-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.yige-about13 .yige-brand .yige-brand-bottom .item .num-box .num {
    font-size: 48px;
}

.yige-about13 .yige-brand .yige-brand-bottom .item .num-box span {
    font-size: 20px;
}

.yige-about13 .yige-brand .yige-brand-bottom .item .txt {
    color: #888;
    font-size: 15px;
}

.yige-about13 .yige-env {
    padding: 60px 0;
}

.yige-about13 .yige-env .img-list img {
    width: 100%;
    margin-top: 15px;
}

.yige-about13 .yige-qual {
    padding: 60px 0;
   
}
.yige-about13 .yige-qual .container{
     position: relative;
}

.yige-about13 .yige-qual .img-list img {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.yige-about13 .yige-qual .img-list img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/*# sourceMappingURL=about13.css.map */

/* about end */


.ipd50 {
    margin-top: 80px;
}

.contact .contact-info .box {
    text-align: center;
    border-radius: 5px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e5e8ed;
}

.contact .contact-info .box .icon {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 80px;
    color: #333357;
    background: #f2f3f8;
    border: 1px solid #eee;
    border-radius: 100% 50% 50% 100% / 75% 69% 69% 75%;
}

.contact .contact-info .box .icon i {
    color: var(--themeColor);
    font-size: 28px;
}

.contact .contact-info .box h5 {
    font-weight: 500;
    margin: 0 0 10px;
    font-size: 15px;
    color: #333;
}

.contact .contact-info .box a, .contact .contact-info .box p {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    text-align: center;
    min-height: 40px;
    display: block;
}

.contact .content .contact-form {
    padding: 50px 0;
    margin-top: 50px;
    background-color: #f2f3f8;
}

.contact .content form .form-box {
    background: #fff;
    padding: 20px;
    border: 1px solid #e5e8ed;
}

.contact .content form h3 {
    padding: 0 0 20px 15px;
    font-size: 20px;
    color: #3b566e;
    font-weight: 500;
}

.contact .content form .form-box textarea, .contact .content form .form-box .input-box input {
    border: none;
    outline: none;
    box-shadow: none;
    height: 40px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 2px solid #dcdcdc;
    border-radius: 0;
    width: 100%;
    font-size: 14px;
    color: #000;
    background: transparent;
}

.contact .content form .form-box .input-box>div {
    margin-bottom: 20px;
    position: relative;
}

.contact .content form .form-box textarea {
    height: 100px;
}

.contact .content form .contact-lines {
    position: relative;
}

.input-focus-effect {
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    -webkit-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
}

.contact .content form .form-box .input-box>div:last-child .input-focus-effect {
    bottom: 4px;
}

.contact .content form .contact-form .map {
    background-color: #fff;
    border: 1px solid #e5e8ed;
}

.contact-btn {
    padding: 10px 30px;
    border: 1px solid;
    border-radius: 3px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: none !important;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    background: var(--themeColor);
    color: #fff;
    margin-left: 15px;
}

.contact-btn:hover {
    color: var(--themeColor);
    background-color: #fff;
}

.contact .contact-form h4 {
    margin-bottom: 50px;
    text-align: center;
    font-weight: 600;
    position: relative;
    font-size: 32px;
}

.contact .contact-form h4::after {
    position: absolute;
    left: 0;
    top: 20px;
    content: '';
    width: 70px;
    height: 15px;
    border-radius: 30px;
    opacity: 0.3;
    transform: rotate(-45deg);
    right: 0;
    margin: auto;
    z-index: 1;
    box-shadow: -2px -22px 0px 0px rgb(0 0 0 / 27%);
    background: #5c5e97;
}

footer {
    margin: 0;
}

/* contact end */

@media screen and (max-width:768px) {
    .ipd50 {
        margin-top: 20px;
    }

    .contact .contact-info .box {
        margin-bottom: 20px;
    }
}


.faq {
    margin-top: 80px;
}

.faq .content li {
    margin-bottom: 20px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #626161;
    padding: .75rem 1.25rem;
    border: 1px solid #eee;
}

.faq .content li .question {
    font-size: 18px;
    font-weight: 700;
    color: #403a34;
    position: relative;
    text-transform: capitalize;
    display: block;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    line-height: 26px;
    min-height: 50px;
}

.faq .content li .faq-down {
    width: 10px;
    height: 10px;
    border-bottom: 3px solid #403a34;
    border-right: 3px solid #403a34;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}

.faq .content li .answer {
    display: none;
}

/* faq end */

/* 响应式 */

/* 768 */

@media screen and (max-width:768px) {

    /* .faq start */
    .faq .content {
        padding: 20px 15px;
    }

    .faq .content li .faq-down {
        padding-left: 5px;
    }

    /* .faq end */
}


.pagingClick {
    margin: 0 auto;
    text-align: center;
    padding: 4% 0;
}

.pagingClick a, .pagingClick span {
    display: inline-block;
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background-color: rgba(51, 51, 51, 0.73);
    color: #fff;
    margin-right: 20px;
}

.pagingClick span {
    color: #fff;
    background-color: var(--themeColor);
}

/* 分页 end */

/* news start */

.news {
    margin-top: 80px;
}

.news .left a {
    display: block;
    margin-bottom: 15px;
    border-bottom: 1px solid #E2E6E7;
}

.news .left h3 {
    font-size: 18px;
    line-height: 1.4;
    color: #3d474a;
    font-weight: 600;
    padding-top: 20px;
}

.news .left p {
    font-size: 14px;
    line-height: 1.8em;
    color: #666666;
    padding: 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news .left .time {
    padding: 10px 0;
}

.news .left .time span {
    font-size: 15px;
    color: #767676;
}

.news .left .time span:last-child {
    float: right;
    position: relative;
    color: #999;
    font-size: 14px;
    font-weight: 600;
    background: var(--main-theme-color);
    padding: 10px 10px 10px;
    text-align: center;
    cursor: pointer;
    line-height: normal;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: -15px;
}

.news .left .time span:last-child::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease 0s;
    z-index: 9;
}

.news .left a:hover .time span:last-child {
    opacity: 1;
    color: var(--themeColor);
}

.news .left a:hover img {
    opacity: 0.8;
}

.news .left a:hover .time span:last-child::before {
    width: 100%;
    background: rgba(0, 0, 0, 0.12);
}

/* common start */

.common .common-nav form {
    margin-bottom: 20px;
    font-size: 16px;
}

.common .common-nav form input {
    border: none;
    background-color: #eee;
    padding: 10px;
    width: 80%;
}

.common .common-nav form button {
    border: none;
    background-color: var(--themeColor);
    color: #fff;
    padding: 10px;
    width: 16%;
    transition: all 0.4s ease 0s;
}

.common .common-nav form button:hover {
    background: rgb(33, 33, 33);
}

.common .common-nav>h3 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    border-left: 5px solid var(--themeColor);
    padding-left: 0.5em;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f5f5f5;
    margin-bottom: 10px;
}

.common .pro-nav li {
    position: relative;
    margin-bottom: 10px;
    border-radius: 3px;
}

.common .pro-nav li a {
    display: inline-block;
    width: 100%;
    padding: 1rem 0;
    padding-right: 1rem;
    color: #555;
    position: relative;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 16px;
    text-transform: capitalize;
    border: 1px solid #ddd;
}

.common .pro-nav li i {
    display: inline-block;
    width: 42px;
    max-height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}

.common .pro-nav .second-items, .common .pro-nav .third-items, .common .pro-nav .fourth-items {
    display: none;
    margin: 10px 0;
}

.common .pro-nav .second-items a {
    padding-left: 30px;
}

.common .pro-nav .third-items a {
    padding-left: 45px;
}

.common .pro-nav .fourth-items a {
    padding-left: 60px;
}

.common .triangle {
    position: relative;
}

.common .triangle::after {
    position: absolute;
    top: 40%;
    left: 40%;
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #555;
    border-right: 1px solid #555;
    transform: rotate(315deg);
}

.common .aside-product {
    margin: 1rem 0;
    border: 1px solid #ddd;
}

.common .aside-product .media {
    display: table;
    width: 100%;
}

.common .aside-product .box-img {
    display: table-cell;
    width: 40%;
    padding: 10px;
}

.common .aside-product h4 {
    display: table-cell;
    font-size: 14px;
    padding: 0 1em;
    vertical-align: middle;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.common .aside-product>a:hover {
    background-color: #ddd;
}

/* news end */

/* 响应式 */

/*1024 */

/* 768 */

@media screen and (max-width:768px) {

    /* news start */
    .news-show .content, .news .content {
        flex-direction: column;
    }

    .news .left p {
        padding: 0;
    }

    .news .left .time span:last-child {
        padding: 5px;
        margin-top: -5px;
    }

    .news-show .article-related a {
        display: block;
    }

    .pagingClick a, .pagingClick span {
        margin-bottom: 10px;
    }

    /* news end */
}

news-list .box-img img {
    width: 100%;
}


.news-show .article {
    border: 1px solid #ddd;
}

.news-show .article .dg-header {
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

.news-show .article .dg-header h1, .news-show .article-related {
    font-size: 20px;
    line-height: 1.4;
    color: #121212;
    padding: 10px 0;
}

.news-show .article .dg-header .time {
    font-size: 14px;
    color: #777;
}

.news-show .article .content {
    font-size: 16px;
    color: #777;
    line-height: 1.4;
    padding: 20px;
}

.news-show .article .content p {
    line-height: 1.4;
    margin-bottom: 15px;
}

.news-show .article-related {
    margin: 20px 0;
    border: 1px solid #ddd;
}

.news-show .article-related h5 {
    border-bottom: 1px solid #ddd;
    padding: 20px;
    color: #353a42;
    font-size: 18px;
    font-weight: 600;
}

.news-show .article-related .article-related-box {
    padding: 25px 20px 5px 20px;
}

.news-show .article-related a {
    font-size: 16px;
    padding-left: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    color: inherit;
    padding-bottom: 15px;
}

.news-show .article-related a span {
    color: #777;
    font-weight: 400;
}

.news-show .article-related a strong {
    color: #777;
}

.news-show .article-related a:hover span {
    color: var(--themeColor);
}

.news-show {
    margin: 50px 0;
}

/* common start */

.common .common-nav form {
    margin-bottom: 20px;
    font-size: 16px;
}

.common .common-nav form input {
    border: none;
    background-color: #eee;
    padding: 10px;
    width: 80%;
}

.common .common-nav form button {
    border: none;
    background-color: var(--themeColor);
    color: #fff;
    padding: 10px;
    width: 18%;
    transition: all 0.4s ease 0s;
}

.common .common-nav form button:hover {
    background: rgb(33, 33, 33);
}

.common .common-nav h3 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    border-left: 5px solid var(--themeColor);
    padding-left: 0.5em;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f5f5f5;
    margin-top: 0;
}

.common .aside-product .media h4 {
    font-size: 14px;
    padding: 0 1em;
    vertical-align: middle;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.common .pro-nav li {
    position: relative;
    margin-bottom: 10px;
    border-radius: 3px;
}

.common .pro-nav li a {
    display: inline-block;
    width: 100%;
    padding: 1rem 0;
    padding-right: 1rem;
    color: #555;
    position: relative;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 16px;
    text-transform: capitalize;
    border: 1px solid #ddd;
}

.common .pro-nav li i {
    display: inline-block;
    width: 42px;
    height: 42px;
    max-height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}

.common .pro-nav .second-items, .common .pro-nav .third-items, .common .pro-nav .fourth-items {
    display: none;
    margin: 10px 0;
}

.common .pro-nav .second-items a {
    padding-left: 30px;
}

.common .pro-nav .third-items a {
    padding-left: 45px;
}

.common .pro-nav .fourth-items a {
    padding-left: 60px;
}

.common .triangle {
    position: relative;
}

.common .triangle::after {
    position: absolute;
    top: 40%;
    left: 40%;
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #555;
    border-right: 1px solid #555;
    transform: rotate(315deg);
}

.common .aside-product {
    margin: 1rem 0;
    border: 1px solid #ddd;
}

.common .aside-product .media {
    display: table;
    width: 100%;
}

.common .aside-product .box-img {
    display: table-cell;
    width: 40%;
    padding: 10px;
}

.common .aside-product p {
    display: table-cell;
    font-size: 14px;
    padding: 0 1em;
    vertical-align: middle;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.common .aside-product>a:hover {
    background-color: #ddd;
}

.common .conmmon-conten .box-img {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.common .conmmon-content img {
    -webkit-transition: 0.5s;
}

.common .conmmon-content .text {
    display: block;
    background-color: #ccc;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 1;
    padding: 25px 25px 30px 25px;
    background: #f3f3f3;
    text-align: center;
    border-bottom: 2px solid var(--themeColor);
}

.common .conmmon-content .text::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    z-index: -1;
    background-color: var(--themeColor);
    transition: all 0.3s ease-in-out;
}

.common .conmmon-content .text h3 {
    text-decoration: none;
    color: var(--themeColor);
    margin: 5px 0;
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.common .conmmon-content .text h3 {
    line-height: 1.8em;
    color: #555555;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.common .conmmon-content .button-box {
    display: inline-block;
    border: 2px solid;
    padding: 0.5em 1em;
    margin-top: 10px;
    background-color: var(--themeColor);
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    margin-top: 20px;
}

.common .conmmon-content a:hover .text::after {
    height: 100%;
}

.common .conmmon-content a:hover h3, .common .conmmon-content a:hover h3 {
    color: #fff;
}

.common .conmmon-content a:hover img {
    -webkit-transform: scale(1.1);
}

.common .pro-nav li:hover>a {
    color: var(--themeColor);
}

.common .pro-nav li:hover .triangle::after {
    border-bottom-color: var(--themeColor);
    border-right-color: var(--themeColor);
}

.common .conmmon-content h5 {
    font-weight: 500;
    margin-bottom: 2px;
    color: var(--themeColor);
    font-size: 24px;
    font-weight: 500;
    position: relative;
    margin-bottom: 30px;
}

.common .conmmon-content h5::after {
    content: '';
    background-color: var(--themeColor);
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 3px;
    width: 50px;
    border-radius: 5px;
}

.common .conmmon-content .title {
    margin-bottom: 16px;
    font-family: "Roboto", sans-serif;
    color: #6e7889;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
}

/* common end */

/* news-show end */


/*  CSS Reset end*/

.yige-product8 {
    background-color: #f7f7f7;
}

.yige-product8 .hrefUl {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 84px 0 70px;
}




.yige-product8 .hrefUl .active a {
    background-color: var(--themeColor);
}

.yige-product8 .hrefUl .active a {
    color: #fff;
}

.yige-product8 .product {
    padding-left: 0px;
    padding-right: 0px;
}

.yige-product8 .product .all {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-flow: row;
    background-color: #fff;
}

.yige-product8 .product .a {
    margin-bottom: 50px;
}

.yige-product8 .product .a a {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}

.yige-product8 .product .a h3 {
    font-size: 28px;
    color: #333;
    font-weight: 700;
    height: 6rem;
}

/*.yige-product8 .product .a p {*/
/*    font-size: 15px;*/
/*    color: #777;*/
/*    line-height: 30px;*/
/*    margin-top: 20px;*/
/*}*/
.yige-product8 .product .a .text{
      font-size: 15px;
    color: #777;
    line-height: 30px;
    margin: 20px 0;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.yige-product8 .product .a .product-btn {
    background-color: #313131;
    width: 60%;
    padding: 10px 22px 10px 26px;
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    justify-content: space-between;
    color: #fff;
    font-size: 16px;
    border-bottom-right-radius: 25px;
    position: relative;
    transition: all .4s ease;
    z-index: 1;
    text-align: center;
}

.yige-product8 .product .a .product-btn::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    background: var(--themeColor);
    transition: all .4s ease;
    height: 100%;
    z-index: -1;
}

.yige-product8 .product .a:hover .product-btn {
    border-radius: 0px;
}

.yige-product8 .product .a:hover .product-btn::after {
    width: 100%;
}

.yige-product8 .product .a .img {
    padding-left: 15px;
    /*height: 100%;*/
    height: 250px;
    min-width: 150px;
}

.yige-product8 .product .a img {
    height: 100%;
    width: 100%;
    object-fit: scale-down;
    transition: all .5s;
}

.yige-product8 .product .a:hover img {
    transform: translateY(-5px);
}

.yige-product8 .product .title {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
}

.pagingClick {
    margin: 0 auto;
    text-align: center;
    padding: 4% 0;
}

.pagingClick a,
.pagingClick span {
    display: inline-block;
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background-color: rgba(51, 51, 51, 0.73);
    color: #fff;
    margin-right: 20px;
}

.pagingClick span {
    color: #fff;
    background-color: var(--themeColor);
}

@media screen and (max-width: 768px) {
    .yige-product8 .hrefUl li {
        margin-bottom: 10px;
    }

    .yige-product8 .hrefUl {
        flex-flow: wrap;
    }

    .yige-product8 .hrefUl li {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .yige-product8 .hrefUl li span {
        font-size: 14px;
    }

    .yige-product8 .product .all {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .yige-product8 .product .a h3 {
        font-size: 24px;
    }

    .yige-product8 .product .a .product-btn {
        width: 80%;
    }
}


.pro-show {
    padding: 50px 0;
}

.pro-show .gallery-top, .pro-show .gallery-thumbs {
    border: 1px solid #ddd;
}

.pro-show .gallery-thumbs {
    border-top: none;
}

.pro-show .gallery-top .box-img {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* max-height: 458px; */
}

.pro-show img {
    max-width: 100%;
    height: auto;
    cursor: pointer;
}

.pro-show .pro-fdj {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99;
    cursor: pointer;
    width: 38px;
    height: 38px;
}

.pro-show .gallery-thumbs {
    padding: 0 28px;
    position: relative;
}

.pro-show .gallery-thumbs .swiper-button-next {
    right: 0;
    top: unset;
    bottom: 0;
    height: 100%;
    background-color: #efefef;
}

.pro-show .gallery-thumbs .swiper-button-prev {
    left: 0;
    top: unset;
    bottom: 0;
    height: 100%;
    background-color: #efefef;
}

.pro-show .gallery-thumbs .swiper-button-prev::after, .pro-show .gallery-thumbs .swiper-button-next::after {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.pro-show .gallery-thumbs .swiper-slide {
    opacity: 0.4;
}

.pro-show .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.pro-show .gallery-thumbs .swiper-slide-thumb-active img {
    border: 1px solid #666;
}

.pro-show .rihgt h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.45;
    color: #333;
}

.pro-show .rihgt p, .pro-show .rihgt .txt {
    color: #777;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 10px;
}

.pro-show .rihgt .pshow-btn {
    width: 120px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: var(--themeColor); */
    background-color: #333;
    color: #fff;
    margin: 20px 0;
}

.pro-show .pro-content {
    padding: 50px 15px;
    font-size: 15px;
}

.pro-show .nav-tabs {
    border: none;
}

.pro-show .nav-tabs>li {
    border: 1px solid #ddd;
    margin-right: 10px;
}

.pro-show .nav-tabs>li>a {
    font-size: 18px;
    color: #555;
    background-color: #eee;
    border: none;
    margin-right: 0;
    padding: 10px 15px;
    border-radius: 0;
}

.pro-show .nav-tabs>li.active>a, .pro-show .nav-tabs>li.active>a:focus, .pro-show .nav-tabs>li.active>a:hover {
    border: none;
    background-color: var(--themeColor) !important;
    color: #fff;
}

.pro-show .tab-content {
    margin-top: 5px;
    border: 1px solid #ddd;
    padding: 20px 15px;
    font-size: 16px;
    line-height: 1.5;
    color: #777;
}

.pro-show .tab-content h4 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin: 20px 0 30px 0;
    color: var(--themeColor);
    position: relative;
    padding-bottom: 20px;
}

.pro-show .tab-content h4::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 50px;
    height: 5px;
    border-radius: 30px;
    background-color: var(--themeColor);
}

.pro-show .tab-content h5 {
    font-weight: 600;
    font-size: 18px;
    color: var(--themeColor)
}

.pro-show .tab-content h6 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.pro-show .tab-content .pbox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro-show .tab-content h3 {
    border-color: var(--main-bg-color) !important;
}

.pshow-download {
    font-size: 14px;
    border: 1px solid #dee2e6 !important;
    padding: 1rem !important;
    padding-top: 1.5rem !important;
}

#pro-show3 .pdcontent a {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#pro-show3 .pdcontent a .box-img {
    width: 120px;
    border: 1px solid #eee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pro-show3 .pdcontent a .txty {
    padding-left: 10%;
    flex: 1;
}

#pro-show3 .pdcontent a .txty strong {
    color: var(--themeColor);
}

#pro-show3 .pdcontent a .txty .pdbtn {
    width: 110px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--themeColor);
    color: #fff;
    margin-top: 10px;
}

.pro-show .pro-content form {
    max-width: 750px;
}

.pro-show .pro-content form input {
    width: 100%;
    margin-bottom: 10px;
    border: none;
    background-color: #eee;
    padding: 10px;
}

.pro-show .pro-content form button {
    transition: all .4s ease;
    border: none;
    background-color: var(--themeColor);
    margin-top: 15px;
    border-radius: 0;
}

.pro-show .pro-content form textarea {
    width: 100%;
    background-color: #eee;
    border: none;
    padding: 10px;
    height: 150px;
}

@media screen and (max-width:768px) {
    .pro-show .nav-tabs>li {
        margin-bottom: 10px;
    }

    .pro-show .tab-content h6 {
        width: 120px;
        font-size: 14px;
    }

    .pro-show .pro-fdj {
        display: none;
    }
}

/* pro-show end */


/* 分页 start */

.pagingClick {
    margin: 0 auto;
    text-align: center;
    padding: 4% 0;
}

.pagingClick a, .pagingClick span {
    display: inline-block;
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background-color: rgba(51, 51, 51, 0.73);
    color: #fff;
    margin-right: 20px;
}

.pagingClick span {
    color: #fff;
    background-color: var(--themeColor);
}

/* 分页 end */

/* video start */ 

.video {
    margin-top: 80px;
}

.yige {
    box-shadow: 0 3px 5px #ddd;
}

.yige .dg-single-gallery {
    position: relative;
    overflow: hidden;
    background: var(--main-theme-color) none repeat scroll 0 0;
    cursor: pointer;
    display: block;
    max-width: 100%;
    -webkit-perspective: 1200px;
    perspective: 1200px;
    /*-webkit-transform: translate3d(0px, 0px, 300px);*/
    /*transform: translate3d(0px, 0px, 300px);*/
    /*transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;*/
    height: 300px;
    z-index: 0;
}

.yige .dg-single-gallery .dg-gallery-caption {
    pointer-events: none;
}

.yige .dg-single-gallery img {
    background: var(--main-theme-color) none repeat scroll 0 0;
    cursor: pointer;
    display: block;
    width: 100%;
    overflow: hidden;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1;
    position: relative;
}

.yige .dg-single-gallery:hover img {
    /*opacity: 0.3;*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -webkit-transform:scale(1);
    transform: scale(1);
}

.yige .dg-single-gallery .dg-gallery-caption:before {
    content: "";
    height: 160px;
    left: 50%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0px) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
    transform: translate3d(-50%, -50%, 0px) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    width: 160px;
}

.yige .dg-single-gallery:hover .dg-gallery-caption:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(-50%, -50%, 0px) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0px) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
}

.yige .dg-gallery-caption p {
    font-size: 121%;
    line-height: 2;
    text-align: center;
    text-transform: none;
    width: 100px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0px);
    transform: translate3d(-50%, -50%, 0px);
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

.yige .dg-gallery-caption p a {
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    display: inline-block;
    margin: 0 2px;
}

.yige .dg-gallery-caption p a i {
    color: #1c1c1c;
    display: inline-block;
    font-weight: 300;
    margin-right: 12px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    pointer-events: all;
}

.yige .dg-gallery-caption p a i:before {
    display: none;
    background: #ffffff none repeat scroll 0 0;
    border-radius: 5px;
    height: 50px;
    line-height: 15px;
    padding: 10px;
    position: relative;
    text-align: center;
    -webkit-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    vertical-align: middle;
    width: 50px;
    color: #333;
}

.yige .dg-gallery-caption p a:first-child i {
    -webkit-transform: translate3d(-60px, -60px, 0px);
    transform: translate3d(-60px, -60px, 0px);
}

.yige .dg-single-gallery:hover p i:empty {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.yige .dg-gallery-caption p a:nth-child(2) i {
    -webkit-transform: translate3d(60px, -60px, 0px);
    transform: translate3d(60px, -60px, 0px);
}

.yige h3 {
    margin: 0;
    padding: 0;
}

.yige a {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #333;
    font-weight: 600;
}

.yige a:focus {
    text-decoration: none;
    outline: medium none;
    color: inherit;
}

.yige a:hover {
    color: inherit;
    text-decoration: none;
    color: inherit;
}

.yige:hover .dg-promo-text {
    border-bottom: 3px solid var(--main-theme-color);
}

.yige .dg-promo-text {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.yige .dg-promo-text>h3 {
    text-transform: capitalize;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
}

.yige .dg-promo-text a:hover {
    color: var(--main-theme-color);
}

.pagination a {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: inherit;
}

.pagination a:focus {
    text-decoration: none;
    outline: medium none;
    color: inherit;
}

.pagination a:hover {
    color: inherit;
    text-decoration: none;
    color: inherit;
}

.pagination ul {
    margin: 0;
    padding: 0;
}

.pagination li {
    list-style-type: none;
}

.pagination .pagination {
    list-style: outside none none;
    margin: 35px 0 0;
    padding: 0;
    text-align: center;
    display: block;
}

.pagination .pagination li {
    display: inline-block;
    margin: 0 3px;
}

.pagination .pagination li a {
    background: #1a1a1a none repeat scroll 0 0;
    border: 1px solid #1a1a1a;
    border-radius: 0 !important;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 600;
    height: 35px;
    letter-spacing: 2px;
    min-width: 35px;
    padding: 5px;
    text-transform: uppercase;
}

.pagination .pagination li.active a, .pagination .pagination li>a:hover, .pagination .pagination li.active a:hover {
    background: var(--main-theme-color) none repeat scroll 0 0;
    color: #fff;
    border: 1px solid var(--main-theme-color);
}

/* video end */


/* 服务详情2  B  */

.yige-serviceShow2 .common-title .b-title {
    text-align: center;
    font-size: 28px;
    color: #333;
}

.yige-serviceShow2 .common-title .s-title {
    text-align: center;
    margin-top: 4px;
    font-size: 15px;
    color: #898b8d;
}

.yige-serviceShow2 .common-title .desc {
    text-align: center;
    font-size: 14px;
    color: #999;
    line-height: 30px;
    max-width: 900px;
    margin: 30px auto;
}

.yige-serviceShow2 .service {
    padding: 60px 0 80px;
}

.yige-serviceShow2 .service .list {
    margin-top: 40px;
}

.yige-serviceShow2 .service .list div {
    margin: 0 auto;
}

.yige-serviceShow2 .service .list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 92%;
    margin-bottom: 20px;
    padding: 40px 0;
    -webkit-box-shadow: 0 0 20px #ddd;
    box-shadow: 0 0 20px #ddd;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.yige-serviceShow2 .service .list .item:hover {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    background: var(--themeColor);
    color: #fff;
}

.yige-serviceShow2 .service .list .item:hover .txt {
    color: #fff;
}

.yige-serviceShow2 .service .list .item:hover .normal-img {
    display: none;
}

.yige-serviceShow2 .service .list .item:hover .hover-img {
    display: block !important;
}

.yige-serviceShow2 .service .list .item .img-box {
    width: 45px;
    height: 45px;
}

.yige-serviceShow2 .service .list .item .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.yige-serviceShow2 .service .list .item .img-box .hover-img {
    display: none;
}

.yige-serviceShow2 .service .list .item .name {
    margin: 20px 0;
    font-size: 18px;
}

.yige-serviceShow2 .service .list .item .txt {
    font-size: 14px;
    color: #999;
    line-height: 22px;
    text-align: center;
    width: 88%;
    min-height: 72px;
    height: 220px;
}

.yige-serviceShow2 .yige-more {
    padding: 60px 0 80px;
    background: #f2f4f6;
}

.yige-serviceShow2 .yige-more .content {
    padding: 30px 0;
}

.yige-serviceShow2 .yige-more .content .img-box {
    max-height: 464px;
}

.yige-serviceShow2 .yige-more .content .img-box img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.yige-serviceShow2 .yige-more .content .right .item {
    padding: 18px;
    line-height: 1.7;
}

.yige-serviceShow2 .yige-more .content .right .item:not(:last-child) {
    margin-bottom: 36px;
}

.yige-serviceShow2 .yige-more .content .right .title {
    position: relative;
    font-size: 18px;
    padding: 18px 0;
    margin-bottom: 2rem;
}

.yige-serviceShow2 .yige-more .content .right .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 21px;
    height: 4px;
    background: var(--themeColor);
}

.yige-serviceShow2 .yige-more .content .right p {
    margin-top: 18px;
    font-size: 14px;
    color: #999;
    line-height: 1.8;
}

.yige-serviceShow2 .yige-solutions {
    padding: 60px 0 80px;
}

.yige-serviceShow2 .yige-solutions .item {
    margin-top: 50px;
}

.yige-serviceShow2 .yige-solutions .item:hover .img-box .layer {
    display: block;
}

.yige-serviceShow2 .yige-solutions .item:hover .name {
    /*color: #fff;*/
}

.yige-serviceShow2 .yige-solutions .item .img-box {
    position: relative;
    max-height: 545px;
    height: 400px;
    overflow: hidden;
}

.yige-serviceShow2 .yige-solutions .item .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.yige-serviceShow2 .yige-solutions .item .img-box .layer {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--themeColor);
}

.yige-serviceShow2 .yige-solutions .item .img-box .layer .content-txt {
    width: 100%;
    height: auto;
    padding: 40px;
    color: #fff;
}

.yige-serviceShow2 .yige-solutions .item .img-box .layer .content-txt .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.yige-serviceShow2 .yige-solutions .item .img-box .layer .content-txt .desc {
    font-size: 14px;
    line-height: 30px;
}

.yige-serviceShow2 .yige-solutions .item .name {
    padding: 14px 0;
    font-size: 16px;
}

/* 服务详情2  E  */

.pro-show .swiper-wrapper {
    height: auto;
}

.img-list .col-md-6 img {
    height: 350px;
}

*[class*='row_'] {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.row_1 {
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.row_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.row_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.row_4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.row_5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;

    -webkit-line-clamp: 5;
}

.row_6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

.row_7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

.row_8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}

.row_9 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
}

.row_10 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
}

.row_11 {

    -webkit-line-clamp: 11;
}

.row_12 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
}

.row_13 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 13;
}

.row_14 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 14;
}

.row_15 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 15;
}
.row_16 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 16;
}
.row_17 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 17;
}

.about_swiper .img_box {
    width: 300px;
    height: 430px;
    overflow: hidden;
    padding: 20px 10px;
    margin: 0 auto;
}

.about_swiper .img_box img {
    height: 100%;
    width: 100%;
    /*object-fit: scale-down;*/
}

.fancybox__content {
    width: 100% !important;
    height: auto !important;
}

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
    width: 100% !important;
    height: auto !important;
}

.yige-ul.search_page {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 5rem;
}


.yige-ul.search_page .yige-nav {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    padding-left: 0px;
    padding-right: 0px
}

.yige-ul.search_page .yige-nav li {
    border: 1px solid #ddd;
    padding: 13px 20px;
    background-color: #fff;
    cursor: pointer
}
.yige-ul.search_page .yige-nav li:hover{
    background: var(--themeColor);
}

.yige-ul.search_page .yige-nav li:hover a{
    color: #fff;
}

.yige-ul.search_page .yige-nav li a {
    color: #333;
    text-transform: capitalize;
    position: relative;
    border-radius: 0;
    border-right: none;
    font-size: 18px;
}

.yige-ul.search_page .yige-nav .active {
    background-color: var(--themeColor);
    position: relative
}

.yige-ul.search_page .yige-nav .active::after {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid var(--themeColor);
    position: absolute;
    bottom: -15px;
    right: 50%;
    transform: translateX(50%)
}

.yige-ul.search_page .yige-nav .active a {
    color: #fff;
    pointer-events: none;
}

.flex{
    display: flex;
    flex-wrap:wrap;
}
.contact .contact-info .box{
    height: 100%;
}
.img_cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.yige-qual .swiper-button-prev,
.yige-qual .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--themeColor);
}

.yige-qual  .swiper-button-prev {
    left: -5rem;
}

.yige-qual .swiper-button-next {
    right: -5rem;
}

.yige-qual .swiper-button-prev::after, 
.yige-qual .swiper-button-next::after {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
}



.banner .swiper-button-prev,
.banner .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--themeColor);
}

.banner .swiper-button-prev::after, 
.banner .swiper-button-next::after {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: var(--themeColor);
    border-color: var(--themeColor);
}
.pagination>li>a, .pagination>li>span,
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
    color: var(--themeColor);
}

header .mobile_nav {
    display: none;
}

/* ------top_fixed end---- */
@media screen and (max-width: 1024px) {
    html {
        font-size: 10px;
    }

    .flex_box,
    .yige-home .yige-part-c .part-c-bottom {
        /*display: unset;*/
        flex-wrap: wrap;
    }

    .pro-show15 .pshow-content,
    .pro-show15 .pro-hot {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mobile_logo {
        width: 120px;
        height: 50px;
        display: flex;
        align-items: center;
    }

    .nav-top .row {
        flex-wrap: wrap;
    }

    .nav-top .header-info,
    .nav-top .header-socials {
        width: 100%;
        flex: unset;
    }



    .nav-top .header-info {
        justify-content: center
    }

    .nav-top .header-socials {
        padding: 0 15px 15px;

    }

    section .index_d {
        padding: 0;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    header .navs {
        display: none;
    }

    header .navs .nas_center .icon {
        display: none;
    }

    section .index_b .list .product-item {
        margin-bottom: 10px;
    }

    section .index_c .container .list .left {
        margin-bottom: 10px;
    }

    section .index_a .mk {
        margin-bottom: 20px;
    }

    .container {
        width: unset;
    }

    product_show_banner .product_show_banner .route {
        top: calc(var(--themeHeaderHeight) + 4rem) !important;
    }

    bg-banner .bg-banner {
        margin-top: var(--themeHeaderHeight);
    }

    header .mobile_nav {
        display: unset;
    }
    header.fixeds .mobile_nav {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
    }

    header .nav .container {
        width: unset;
    }

    header .trigger_active {
        transform: rotate(90deg);
    }

    header .navs {
        display: none;
    }

    header .mobile_nav .mobile_nav_header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2rem;
        background-color: #ffffff;
        min-height: var(--themeHeaderHeight);
        position: relative;
        z-index: 9990;
    }

    header .mobile_nav .mobile_nav_header i.iconfont {
        font-size: 3rem;
    }

    header .mobile_nav .mobile_nav_content {
        position: fixed;
        bottom: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        z-index: 9991;
        text-align: right;
        transition: .3s;
    }

    header .mobile_nav .mobile_nav_content.nav_show {
        right: 0;
    }

    header .mobile_nav .mobile_nav_content .nav_bg {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .4);
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition: all .3s;
    }

    header .mobile_nav .mobile_nav_content.nav_show .nav_bg {
        opacity: 1;
        visibility: visible;
    }

    header .mobile_nav .mobile_nav_content .content_menu_ul {
        width: 80%;
        height: 100%;
        margin-left: auto;
        background: #272727;
        position: relative;
        font-size: 1.6rem;
        padding: 2rem;
        color: #ffffff;
        overflow-y: scroll;
    }

    header .mobile_nav .mobile_nav_content .content_menu_ul form {
        display: flex;
        justify-content: center;
        margin-bottom: 2rem;
    }

    header .mobile_nav .mobile_nav_content .content_menu_ul form>input[type="text"] {
        flex: 3;
        border: unset;
        height: 5rem;
        flex-shrink: 0;
        padding-left: 2rem;
        color: black;
    }

    header .mobile_nav .mobile_nav_content .content_menu_ul form>button[type="submit"] {
        flex: 1;
        border: unset;
        margin-left: 1rem;
        background: var(--themeColor);
        color: #ffffff;
    }

    header .mobile_nav .mobile_nav_content .content_menu_ul>li,
    header .mobile_nav .mobile_nav_content .content_menu_ul>li .content_mt_ul>li {
        min-height: 5rem;
        text-align: left;
        justify-content: space-between;
        align-items: center;
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }

    header .mobile_nav .mobile_nav_content .content_menu_ul>li .content_mt_ul {
        display: none;
        flex-basis: 100%;
        padding-left: 2rem;
    }

    header .mobile_nav .mobile_nav_content .content_menu_ul>li::after,
    header .mobile_nav .mobile_nav_content .content_menu_ul>li .content_mt_ul>li::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: .14rem;
        background: #111111;
    }

    header .mobile_nav .mobile_nav_content .content_menu_ul>li .content_mt_ul>li::after {
        background: #383838;
        height: .12rem;
    }

    header .mobile_nav .mobile_nav_content .content_menu_ul>li>a,
    header .mobile_nav .mobile_nav_content .content_menu_ul>li .content_mt_ul>li>a {
        color: #ffffff;
        flex: 1;
        line-height: 5rem;
        font-size: 16px;
    }

    header .mobile_nav .mobile_nav_content .content_menu_ul>li>i.iconfont {
        width: 5rem;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .3s;
    }

    .yige-home .yige-part-d .list .item::before,
    .yige-home .yige-part-d .list .item .icon-box {
        opacity: 1;
    }

}

@media screen and (max-width: 768px) {
    contact5 .yige-map .total .yige-all {
        padding: 15px;
    }

    contact5 .yige-map .total .yige-all .yige-right {
        padding: 0;
    }

    .common .aside-product .box-img {
        height: 150px;
        width: 150px;
    }

    .culture_content .rongyu {
        margin-bottom: 15px;
    }

    .nav-top .header-socials {
        justify-content: flex-end;
        flex-direction: row-reverse;
    }

    header .mobile_nav .mobile_nav_header {
        padding: 15px;
    }

    .nav-top .header-socials .icon-list {
        padding: 0;
    }

    .nav-top .header-socials .skip-btn a {
        padding: 5px;
        height: 36px;
    }

    .nav-top .header-info {
        flex-wrap: wrap;
        padding: 15px;
    }

    .nav-top .header-info .phone {
        width: 50%;
        margin-right: 0 !important;
        border-right: none !important;
    }

    .nav-top .header-info .email {
        width: 50%;
        margin-right: 0 !important;
        border-right: none !important;
    }

    .nav-top .header-info li.address {
        width: 100%;
        display: none;
    }

    section .index_d .right .zi {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    section .index_e .total {
        margin-bottom: 0px;
        margin-top: 20px;
    }

    section .index_e .list .all {
        margin-bottom: 30px;
    }

    footer .footer .footer_b {
        padding-left: 0px;
    }

    header .navs .wpl {
        background-color: #00000029;
    }

    .content_menu_ul input {
        color: black !important;
    }

    [class*="_navgation"] {
        padding-left: unset;
    }
}

@media screen and (max-width: 768px) {
    .part-c-bottom .img_box1 {
        padding-right: 0;
    }

    .yige-home .yige-part-c .img-box .video-title .b-title {
        font-size: 16px;
    }

    news4 .list .all-2 .title {
        padding: 0;
    }

    news4 .list {
        margin: 0 -15px;
    }
    .pro-show .rihgt h1{
        margin-top: 20px;
    }
}

@media screen and (max-width:1024px){
    .yige-product8 .product .a h3{
        font-size: 18px;
        height: unset;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

@media screen and (max-width:620px){
   .contact-info .flex{
       display: unset;
   }
   .yige-about13 .yige-brand .yige-brand-bottom .item{
       min-height: 150px;
   }
   .yige-ul.search_page .yige-nav{
       flex-wrap: wrap;
   }
   .about_swiper .img_box{
       margin: 0 auto;
   }
   .yige-product8 .product .a .text{
       height: 150px;
   }
}