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;
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
}

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

fieldset,
img {
    border: 0;
}

a {
    text-decoration: none !important;
}

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

ol,
ul {
    list-style: none;
}

body {
    font-family: Poppins-Regular, Helvetica, sans-serif;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    position: relative;
    --themeColor: #3eb0cd;
}



yige-nav .yige-nav {
    padding: 20px 0px;
    background-color: #222226;
}

yige-nav .yige-nav .total {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: center;
    padding-left: 0px;
    padding-right: 0px;
}

yige-nav .yige-nav .total ul {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
}

yige-nav .yige-nav .total ul li {
    margin-left: 15px;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
}

yige-nav .yige-nav .total ul li a {
    font-size: 16px;
    color: #fff;
}

yige-nav .yige-nav .total ul li i {
    color: #fff;
    margin-right: 5px;
    font-size: 16px;
}


.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: var(--themeColor) !important;
    border-color: var(--themeColor) !important;
}
/* >1400 */


/*-------------- index_swiper start ------------*/
.swiper_index .img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper_pagination span {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: transparent;
    border: 3px solid var(--themeColor);
    /* background-color: var(--themeColor); */
    position: relative;
}

.swiper_pagination span::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--themeColor);
    left: calc(60% - 4px);
    top: calc(60% - 4px);
}

.swiper_index .swiper-button-prev:after,
.swiper_index .swiper-button-next:after {
    font-size: 16px !important;
    color: #fff;
}

.swiper_index .swiper-button-prev,
.swiper_index .swiper-button-next {
    overflow: hidden;
    width: 35px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all .5s;
}

.swiper_index .swiper-button-prev:hover,
.swiper_index .swiper-button-next:hover {
    background-color: var(--themeColor);
}

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



/*-------------- index_swiper end ------------*/

/* 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 .pull-left img {
    width: 250px;
}

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;
    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;
}

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: 1025px) {
    header .navs .input-box {
        padding: 20px 0;
    }
}

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;
}

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: 14px;
    position: relative;
    text-transform: capitalize;
}
.diycontainer{
        margin-right: auto;
        margin-left: auto;
}

@media screen and (min-width: 1200px){
    .diycontainer{
        width: 160rem;
        padding-right: 15px;
        padding-left: 15px;
   
    }
}

/*@media screen and (min-width: 1200px){*/
/*    .diycontainer{*/
/*        width: 1170px;*/
/*    }*/
/*}*/
@media screen and (min-width: 992px) and (max-width:1199px){
    .diycontainer{
        width: 970px;
       
    }
}
@media screen and (min-width: 769px) and (max-width:991px){
    .diycontainer{
        width: 750px;
    }
}

@media screen  and (max-width:768px){
    .diycontainer{
        width: 100%;
    }
}

@media screen (min-width: 1025px) {
    header .navs .wap-nav {
        position: relative;
        z-index: 9;
        padding: 26px 1%;
        background: #fff;
    }

    header .navs .wnl .header-nav {
        display: block !important;
        margin-top: 10px;
    }

    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: -8px 9px 20px 0px rgb(173 166 166 / 32%);
        box-shadow: -8px 9px 20px 0px rgb(173 166 166 / 32%);
        text-align: left;
    }

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

    /* 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: 14px;
        color: #272727;
        line-height: 1.4;
    }

    header .navs .header-nav>ul>li>a:hover {
        color: #333;
    }

    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;
        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 {
        margin-top: 10px;
        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 22px;
        font-size: 16px;
        border-radius: 20px;
        transition: all .3s;
        letter-spacing: 0.16px;
        color: #B3B3B3;
    }

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

    /* header .navs .wap-nav .wpl h1 img {
        width: 250px;
    } */
    header .navs .wap-nav .wap-logo {
        cursor: default;
    }
}

.navs .header-nav .active .m-menu {
    font-weight: 600;
    color: #000000;
}

.fixeds {
    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;
    }
}

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

    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: 140px;
    }

    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: 52px;
        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 .navs .header-nav .active>a {
    color: #333;
    position: relative;
}

body {
    overflow-x: hidden;
}


.search-form form {
    display: flex;
    flex-flow: row;
    padding: 0 20px;
    box-sizing: border-box;
    background: #f2f3f9;
    border-radius: 100px;
    max-height: 40px;
}

.search-form .text {
    height: 40px;
    width: calc(100% - 0px);
    background: none;
    font-size: 14px;
    color: #b3b3b8;
    border: none;
}

.search-form .text:focus {
    outline: none;
}

.search-form button {
    border: none;
    background-color: transparent;
}

header .navs .wap-nav {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
}



header .navs .wnl {
    margin-top: 3px;
}

header .navs {
    background-color: #FFFFFF;
}

header .navs .header-nav .ser i {
    color: #B3B3B3;
}

@media screen and (max-width: 1025px) {
    header .navs .wap-nav {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 8px;
    }

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


}

/* header nav end */


section .titleH {
    position: relative;
    line-height: 1;
    margin-bottom: 40px;
    padding-bottom: 43px;
    text-align: center;
    font-size: 48px;
    color: #29293a;
    text-transform: uppercase;
}

section .titleH::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 3px;
    background: #16b6d2;
    content: '';
}

section .row>.total {
    padding-left: 0px;
    padding-right: 0px;
}

section .yige-whyChooseUs {
    padding: 90px 0px;
}

section .yige-whyChooseUs .list {
    padding-left: 0px;
    padding-right: 0px;
}

section .yige-whyChooseUs .wz {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

section .yige-whyChooseUs .yuan {
    width: 115px;
    line-height: 115px;
    margin: 0 auto 25px;
    font-size: 50px;
    color: #f36276;
    border: 2px solid #d5d7df;
    border-radius: 100px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

section .yige-whyChooseUs .wz:hover .yuan {
    border-color: transparent;
    color: #fff;
    box-shadow: 0 0 7px 3px rgb(54 54 54 / 30%);
    background: radial-gradient(at 0% 30%, #4bbed6 0%, #69d8e7 50%);
}

section .yige-whyChooseUs h4 {
    line-height: 1;
    font-size: 26px;
    color: #29293a;
    text-align: center;
    text-transform: uppercase;
}

section .yige-whyChooseUs .hr {
    width: 60px;
    height: 2px;
    margin: 30px auto 40px;
    background: #3eb0cd;
}

section .yige-whyChooseUs p {
    line-height: 2;
    font-size: 16px;
    color: #8b8b8b;
    text-align: center;
}

section .yige-ourProduct {
    padding: 90px 0px;
    background-color: #f2f3f9;
}

section .yige-ourProduct .list {
    padding-left: 0px;
    padding-right: 0px;

}

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

section .yige-ourProduct .list .pro {
    margin-bottom: 10px;
}

section .yige-ourProduct .list .pro .all {
    padding-bottom: 30px;
    background: #fff;
    transition: all .2s .1s;
    -webkit-transition: all .2s .1s;
    border: 1px solid #f2f3f9;
    border-radius: 5px;
}

section .yige-ourProduct .list .pro .all:hover {
    border-color: #16b6d2;
    transform: translateY(-3px);
    -webkit-box-shadow: 0 0px 10px 1px rgb(22 182 210 / 30%);
    box-shadow: 0 0px 10px 1px rgb(22 182 210 / 30%);
}

section .yige-ourProduct .list .pro .title {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

section .yige-ourProduct .list .pro p {
    height: 50px;
    line-height: 25px;
    font-size: 16px;
    color: #29293a;
    margin: 15px 0;
    text-align: center;
    text-transform: uppercase;
}

section .yige-ourProduct .list .pro .title span {
    display: inline-block;
    font-size: 16px;
    color: #f36276;
    text-transform: uppercase;
    border-bottom: 1px solid #f6b9b1;
    text-align: center;
}


section .yige-latestProject {
    padding: 90px 0px;
}


section .yige-latestProject .list {
    padding-left: 0px;
    padding-right: 0px;
}

section .yige-latestProject .list .img {
    border-radius: 13px;
    overflow: hidden;
    font-size: 0px;
    margin-bottom: 30px;
}

section .yige-latestProject .list .img img {
    transition: all .5s;
}

section .yige-latestProject .list .project:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

section .yige-latestProject .list .title span {
    padding: 4px 12px;
    background: linear-gradient(to right, #4abcd4, #71ddea);
    font-size: 12px;
    color: #fff;
    border-radius: 100px;
    margin-bottom: 10px;
}

section .yige-latestProject .list .title p {
    text-align: left;
    font-size: 20px;
    color: #333;
    margin-top: 10px;
}

section .yige-latestProject .listBtn {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

section .yige-latestProject .listBtn .btn {
    max-width: 250px;
    width: 90%;
    line-height: 2;
    margin-top: 90px;
    background: #ec5c42;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 100px;
    transition: all .5s;
}

section .yige-latestProject .listBtn .btn:hover {
    opacity: .9;
}

section .yige-aboutOur {
    display: flex;
    align-items: center;
    padding: 0;
    background: #f2f3f9;
}

section .yige-aboutOur .pic {
    width: 50%;
    font-size: 0;
}

section .yige-aboutOur .words {
    width: 33%;
    margin-left: 5%;
}

section .yige-aboutOur .words .title {
    line-height: 1;
    font-size: 48px;
    color: #333;
    margin: 0 0 25px;
}

section .yige-aboutOur .words .title_2 {
    line-height: 1.7;
    font-size: 20px;
    color: #333;
}

section .yige-aboutOur .words .w_line {
    width: 72px;
    height: 2px;
    line-height: 1.7;
    margin: 30px 0;
    background: #91ba26;
}

section .yige-aboutOur .words .bf {
    font-size: 20px;
    color: #8b8b8b;
    line-height: 1.7;
    font-style: italic;
}

section .yige-News {
    padding: 90px 0px;
}

section .yige-News .list {
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
}

section .yige-News .list .swiper-slide .img img {
    width: 100%;
}

section .yige-News .list .swiper-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

section .yige-News .list .swiper-slide {
    display: flex;
    flex-flow: row;
}

section .yige-News .list .swiper-slide .img {
    width: 37.14%;
    margin-right: 5%;
}

section .yige-News .list .swiper-slide .title {
    width: 57.14%;
}

section .yige-News .list .swiper-slide .title .block {
    line-height: 1;
    padding: 0 0 5px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #29293a;
}

section .yige-News .list .swiper-slide .title .time {
    margin-bottom: 20px;
    font-size: 16px;
    color: #838386;
    margin-top: 5px;

}

section .yige-News .list .swiper-slide .title .desc {
    line-height: 1.75;
    font-size: 14px;
    color: #29293a;
    height: 75px;
    margin-bottom: 60px;
}

section .yige-News .list .swiper-slide .title .more {
    font-size: 16px;
    color: #f36276;
    text-transform: uppercase;
    border-bottom: 1px solid #f6b9b1;
}

section .yige-News .swiper-button-prev,
section .yige-News .swiper-button-next {
    overflow: hidden;
    width: 55px;
    height: 55px;
    border-radius: 100px;
    background: #ccc no-repeat center;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}

section .yige-News .swiper-button-prev:hover,
section .yige-News .swiper-button-next:hover {
    background-color: #0faac5;
}

section .yige-News .swiper-button-prev::after,
section .yige-News .swiper-button-next::after {
    font-size: 20px !important;
    font-weight: 700;
    color: #fff;
}

/*footer .footer {
    background-color: #0faac5;
}*/

footer .footer .total .a {
    display: flex;
    flex-flow: row;
    padding: 4% 2%;
    box-sizing: border-box;
    /* min-height: 224px; */
    /* max-height: 224px; */
}
.footer-menu{
    display: none;
}
footer .footer .total .a:nth-child(2) {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

footer .footer .total .a i {
    color: #fff;
    font-size: 60px;
}

footer .footer .total .a .title {
    padding-left: 5%;
}

footer .footer .total .a .title h3 {
    line-height: 1;
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

footer .footer .total .a .title p {
    line-height: 1.5;
    font-size: 16px;
    color: #fff;
}

footer .footer .total .a .title ul {
    display: flex;
    flex-flow: row;
    margin-top: 20px;
}

footer .footer .total .a .title ul li {
    margin-left: 15px;
}

footer .footer .total .a .title ul li i {
    font-size: 20px;
}

footer .footer .list {
    margin-top: 20px;
    display: flex;
    flex-flow: row;
    margin-bottom: 20px;
}

footer .footer .list .title {
    font-size: 15px;
    color: #fff;
    width: 14%;
    margin-right: 3%;
    font-weight: bold;
}

footer .footer .list .par {
    display: flex;
    flex-flow: row;
}

footer .footer .list .par li {
    margin-right: 20px;
    width: 8%;
}

footer .copy {
    width: 100%;
    font-size: 16px;
    color: #fff;
    padding: 45px 0;
    border-top: 1px solid #4bbfd4;
    background-color: #0faac5;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

footer .copy p {
    font-size: 16px;
    color: #fff;
}

/*.scroll-top {*/
/*    z-index: 999;*/
/*    position: fixed;*/
/*    bottom: 25%;*/
/*    right: 32px;*/
/*    width: 45px;*/
/*    height: 45px;*/
/*    text-align: center;*/
/*    border-radius: 50%;*/
/*    background-color: var(--themeColor);*/
/*    color: #fff;*/
/*    cursor: pointer;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    -webkit-box-shadow: 0 8px 23px -6px #1b1b1b;*/
/*    -moz-box-shadow: 0 8px 23px -6px #1b1b1b;*/
/*    box-shadow: 0 8px 23px -6px #1b1b1b;*/
/*    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)*/
/*}*/

@media (max-width: 1441px) {
    .navs .header-nav li .m-menu {
        padding: 10px;
    }

    section .yige-whyChooseUs h4 {
        font-size: 24px;
    }

    section .yige-aboutOur .words {
        width: 45%;
    }

    section .yige-aboutOur .words .title {
        font-size: 36px;
    }

    section .yige-aboutOur .words .title_2 {
        font-size: 18px;
    }

    section .yige-aboutOur .words .bf {
        font-size: 18px;
    }

    footer .footer .list .title {
        width: 20%;
    }

    section .yige-News .list .swiper-slide .img {
        padding-left: 5%;
    }
}

@media (max-width: 1026px) {
    yige-nav .yige-nav {
        display: none;
    }

    header .navs .header-nav .search-form {
        display: none !important;
    }

    swiper_index .swiper_index {
        width: 100%;
    }

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

    section .titleH {
        font-size: 24px;
    }

    section .yige-whyChooseUs {
        padding: 45px 0px;
    }

    section .yige-ourProduct {
        padding: 45px 0px;
    }

    section .yige-aboutOur {
        flex-flow: column;
    }

    section .yige-aboutOur .pic {
        width: 100%;
    }

    section .yige-aboutOur .words {
        width: 100%;
        padding: 20px;
        margin-left: 0px;
        margin-right: 0px;
    }

    section .yige-aboutOur .words .title {
        font-size: 24px;
    }

    section .yige-News .list .swiper-slide {
        flex-flow: column;
        padding: 30px;
    }

    section .yige-News .list .swiper-slide .img {
        padding: 0px;
        margin: 0;
        width: 100%;
    }

    section .yige-News .list .swiper-slide .title {
        width: 100%;
    }

    footer .footer .total .a:nth-child(2) {
        border: none;
    }

    footer .footer .total .a {
        min-height: auto;
        max-height: none;
    }

    footer .footer .list {
        display: none;
    }

    section .yige-latestProject {
        padding: 45px 0px;
    }

    section .yige-latestProject .list .project {
        margin-bottom: 20px;
    }

    section .yige-News {
        padding: 45px 0px;
    }

    section .yige-latestProject .listBtn .btn {
        margin-top: 20px;
    }

    header .navs .wnl {
        margin-top: 0px;
    }

    header .navs .logo img {
        margin-top: 5px;
    }

    section .yige-whyChooseUs .hr {
        margin: 15px 0px 20px;
    }

    section .yige-whyChooseUs .wz {
        margin-bottom: 20px;
    }

    section .yige-whyChooseUs h4 {
        font-size: 20px;
    }

    section .titleH {
        margin-bottom: 20px;
        padding-bottom: 22px;
    }

    section .yige-News .swiper-button-prev,
    section .yige-News .swiper-button-next {
        display: none;
    }

    section .yige-News .list .swiper-slide .title {
        padding-top: 10px;
    }

    section .yige-whyChooseUs .list {
        display: flex;
        flex-flow: wrap;
    }

    section .yige-whyChooseUs .yuan {
        width: 80px;
        height: 80px;
        font-size: 36px;
    }

    section .yige-whyChooseUs .wz {
        width: 50%;
        padding-left: 5px;
        padding-right: 5px
    }

    section .yige-whyChooseUs h4 {
        font-size: 18px;
    }

    section .yige-whyChooseUs p {
        font-size: 14px;
    }
}

/* background-banner start*/
.bg-banner {
    padding: 80px 0 30px;
    background-size: cover;
    background-position: center center;
    min-height: 300px;
    position: relative;
    z-index: 2;
}

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

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

/* roure start */
.route {
    padding: 18px 0;
}

.route {
    background: #f1f1f1;
    border-bottom: 1px solid #e5e5e5;
}

.route ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0px;
    padding-left: 0px;
}

.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;
}

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

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

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

footer .footer .total .b .title ul {
    display: flex;
    flex-flow: column;
    /* margin-bottom: 20px; */
}

footer .footer .total .b .title ul li {
    margin-left: 0px;
}

footer .footer .total .a .title {
    width: 100%;
}

footer .footer .total .b .title ul a {
    line-height: 1.5;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}


footer .footer-top .mc-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
}

footer .footer-top .form-control {
    width: 100%;
    min-height: 42px;
    padding: 6px 12px;
    height: 45px;
    line-height: 45px;
    padding-right: 40px;
    border: 0px;
    font-size: 14px;
    background-color: #E9ECEF;
    color: #495057;
    border-radius: 0;
    margin-bottom: 10px;
}

footer .footer-top .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

footer .footer-top .footer-btn {
    width: 45px;
    height: 45px;
    background-color: #E9ECEF;
}

footer .footer-top .footer-btn i {
    color: #212121;
}

footer .footer-bottom {
    border-top: 1px solid #DEE2E6;
    color: #666;
    font-size: 15px;
    text-align: center;
    padding: 25px 0;
}

footer .footer-top button {
    background-color: var(--themeColor);
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    text-transform: uppercase;
}


/* roure end */
@media screen and (max-width: 769px) {
    .bg-banner {
        min-height: 100px;
        padding: 60px 0px;
            background-size: cover;
        /*background-size: contain;*/
        background-repeat: no-repeat;
    }

    .bg-banner h3 {
        font-size: 30px;
        display: none;
    }

    .bg-banner h3 {
        padding-top: 0px;
    }

    .route ul>li a {
        padding: 0px;
    }
}


img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

/* 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: #666;
}

.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: 15%;
}

.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;
    height: 154px;
    overflow-x: hidden;
    overflow-y: auto;
}

.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 .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);
}

.yige-about13 .yige-qual .img-list{
    display: flex;
    flex-wrap: wrap;
}
.yige-about13 .yige-qual .img-list .col-md-3{
    float: none;
}

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

/* about end */


/* contact start  */

.contact .map {
    z-index: -1;
}

.contact {
    position: relative;
    min-height: 800px;
}

.contact .content {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
}

.contact .content .contact-bg {
    background-color: #f2f2f2;
    padding: 5%;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.contact .content h4 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    padding: 1em 0;
    color: #666;
}

.contact .content a, .contact .content .info>div, .contact .content {
    color: #74787D;
    font-size: 15px;
    line-height: 27px;
    font-weight: 300;
}

.contact .content .info {
    padding: 10px 30px;
}

.contact .content .info>div {
    padding: 5px 0;
}

.contact .content .info i {
    margin-right: 5px;
}

.contact .content form input {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ddd;
    border-radius: 0;
    margin-bottom: 15px;
    background-color: transparent;
    padding-left: 15px;
}

.contact .content form textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 15px;
    height: 100px;
    background-color: transparent;
}

.contact button {
    border: none;
    background-color: var(--themeColor);
    border-radius: 0;
}

/* contact end */

/*1024 */

/* 768 */

@media screen and (max-width:768px) {
    /* contact start */
    .contact .content {
        position: static;
        top: 0;
        left: 0;
        transform: translateX(0);
    }
    /* contact end */
}


/* downloads start */

.download {
    margin: 80px 0;
}

.download .top {
    margin: 1em 0;
}

.download .top .list {
    border: 1px solid #eee;
    border-bottom: none;
    color: #999;
    font-size: 15px;
}

.download .top a:last-child .list {
    border-bottom: 1px solid #eee;
}

.download .top .list>div {
    padding: 10px 0;
}

.download .top .list .name {
    padding-left: 20px;
}

.download .top .list .name, .download .top .list .time {
    border-right: 1px solid #eee;
}

.download .top .list .time, .download .top .list .icn {
    text-align: center;
}

.download .top .list i {
    color: var(--themeColor);
    margin-right: 5;
}

.download form {
    padding-top: 50px;
}

.download form h3 {
    position: relative;
    padding-bottom: 10px;
}

.download form h3:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 50px;
    bottom: 0;
    left: 0;
    background-color: var( --themeColor);
}

.download form .box {
    border: 1px solid #eee;
    padding: 3em;
    margin-top: 30px;
}

.download form input {
    width: 100%;
    border-radius: 0;
    height: auto;
    border: 1px solid #ddd;
    padding: 6px 12px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.download form .box>div {
    margin-bottom: 20px;
}

.download form .box p {
    color: #74787D;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 5px;
    font-weight: 700;
}

.download form textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 6px 15px;
    height: 100px;
}

.download form .btn {
    background-color: var(--themeColor);
    border: none;
}

/* download end */

/* read start */

.read {
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.read h4 {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-bottom: 0.5em;
    margin-bottom: 2em;
}

.read h4::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 50px;
    bottom: 0;
    left: 0;
    background-color: var(--themeColor);
}

.read .swiper-slide a {
    border: 1px solid #ddd;
    display: block;
    padding: 1em;
}

.read a h5 {
    margin: 0.8em 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    vertical-align: middle;
    color: #272727;
}

.mate {
    margin: 0 -5px;
}

.mate span {
    margin: 0 5px;
    color: #272727;
    font-size: 15px;
    text-transform: capitalize;
}

.mate span i {
    color: var(--themeColor);
}

.read .swiper-container {
    padding-bottom: 50px;
}

.read a p {
    font-size: 12px;
    margin: 0.8em 0;
    height: 54px;
    line-height: 1.5em;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.read .swiper-button-next:after, .read .swiper-button-prev:after {
    font-size: 24px;
    color: var(--themeColor);
}

/* read end */

/* 响应式 */

/* 768 */

@media screen and (max-width:768px) {
    /* download start */
    .download .ipd50 {
        padding: 50px 15px;
    }
    .download .top .list {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .download form .box {
        padding: 1em;
    }
    /* download end */
}


/* news start */

/* common start */

.ipd50 {
    padding-top: 50px;
}

.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;
}

/* common ned */

.news .left a {
    border: 1px solid #ddd;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    padding: 1em;
    display: block;
    margin-bottom: 30px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.news .left a .titles {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}

.news .left a h3 {
    font-size: 15px;
    color: #333;
    font-weight: 600;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .left a p {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news .left a:hover {
    border: 1px solid #ddd;
    -webkit-box-shadow: 1px 1px 10px 0px #999;
    box-shadow: 1px 1px 10px 0px #999;
}

@media screen and (max-width:768px) {
    .news .left a {
        display: block;
    }
}

.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) {

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


/* news end */



/* news-show start */

.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 {
    display: block;
    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;
    height: 48px;
    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: Poppins-Regular;
    color: #6e7889;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
}

/* common end */

/* news-show end */


/* 产品列表7 B */

.yige-product7 .yige-common-title {
    font-size: 36px;
    color: #444;
}

.yige-product7 .yige-common-title .yige-title-line {
    width: 105px;
    height: 2px;
    margin: 26px 0;
    background: var(--themeColor);
}

.yige-product7 .yige-common-title .yige-title-txt {
    line-height: 200%;
    font-size: 14px;
    color: #999;
}

.yige-product7 .yige-line {
    border-bottom: 1px solid #d8d8d8;
}

.yige-product7 .yige-sectionA .yige-sectionA-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 0 14px;
}

.yige-product7 .yige-sectionA .yige-sectionA-top .yige-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0px;
}

.yige-product7 .yige-sectionA .yige-sectionA-top .yige-right .yige-item {
    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;
    font-size: 1.6rem;
    color: #666;
    border: 1px solid #d8d8d8;
    padding: 12px 10px;
    margin-right: 12px;
    margin-bottom: 5px;
}

.yige-product7 .yige-sectionA .yige-sectionA-top .yige-right .yige-item:hover {
    color: #fff;
    background-color: var(--themeColor);
}

.yige-product7 .yige-sectionA .yige-sectionA-top .yige-right .yige-item.active {
    color: #fff;
    background-color: var(--themeColor);
}

.yige-product7 .yige-sectionA .yige-sectionA-bottom {
    padding: 40px 0;
}

.yige-product7 .yige-sectionA .yige-sectionA-bottom .yige-b-item {
    margin-bottom: 20px;
}

.yige-product7 .yige-sectionA .yige-sectionA-bottom .yige-b-item:hover img {
    /*-webkit-transform: scale(1.1);*/
    /*transform: scale(1.1);*/
}

.yige-product7 .yige-sectionA .yige-sectionA-bottom .yige-b-item:hover .yige-txt {
    color: var(--themeColor);
}

.yige-product7 .yige-sectionA .yige-img-box {
    /*width: 100%;*/
    /*height: 308px;*/
    overflow: hidden;
    margin-bottom: 18px;
}

.yige-product7 .yige-sectionA .yige-img-box img {
    /*width: 100%;*/
    /*height: 100%;*/
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .7s;
    transition: all .7s;
}

.pagination>li>a, .pagination>li>span {
    /* color: #333; */
    color: var(--themeColor);
}

.yige-product7 .yige-sectionA .yige-txt {
    font-size: 16px;
    color: #333;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.yige-product7 .yige-sectionA .pagination-section {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .yige-product7 .yige-common-title {
        font-size: 30px !important;
    }
    .yige-product7 .yige-sectionA .yige-right {
        margin-top: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    /*.yige-product7 .yige-sectionA .yige-img-box {*/
    /*    height: 100px !important;*/
    /*}*/
}

/* 产品列表7 E */

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


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

pro-show .pro-show-3 .left {}

pro-show .pro-show-3 .left img {
    max-width: 100%;
    height: auto;
}

pro-show .pro-show-3 h1 {
    margin: 0 0 22px;
    font-weight: 700;
    font-family: Poppins-Regular;
    color: #464646;
    font-size: 22px;
}

pro-show .pro-show-3 .product-details table {
    width: 100%;
}

pro-show .pro-show-3 .product-details table td {
    padding: 10px !important;
}

pro-show .pro-show-3 .left .pro_show_a .swiper-slide {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}


pro-show .pro-show-3 .left .pro_show_a {
    margin-bottom: 10px;
}

pro-show .pro-show-3 .left .pro_show_b .swiper-slide {
    border: 1px solid #ddd;
    cursor: pointer;
}

/*pro-show .pro-show-3 .product-details .list_btn {*/
/*    display: flex;*/
/*    flex-flow: row;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    margin-top: 30px;*/
/*    margin-bottom: 20px;*/
/*}*/

pro-show .pro-show-3 .product-details .list_btn a {
    flex: 1;
    padding: 5px 40px;
    background-color: #333;
    color: #fff;
    font-size: 18px;
    margin-right: 20px;
    text-align: center;
}

pro-show .pro-show-3 .swiper-button-prev,
pro-show .pro-show-3 .swiper-button-next {
    overflow: hidden;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all .5s;
    border-radius: 50%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

pro-show .pro-show-3 .swiper-button-prev:after,
pro-show .pro-show-3 .swiper-button-next:after {
    font-size: 14px;
    color: #fff;
}

.slideInDown.addthis-animated,
.slideInLeft.addthis-animated,
.slideInRight.addthis-animated,
.slideInUp.addthis-animated,
.slideOutDown.addthis-animated,
.slideOutLeft.addthis-animated,
.slideOutRight.addthis-animated,
.slideOutUp.addthis-animated {
    display: none;
}

pro-show .pro-show-3 .right h2{
    border-bottom: 2px solid #e60012;
    font-size: 18px;
    padding-bottom: 10px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}

pro-show .pro-show-3 .right ul li{
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
    padding: 0px;
}

pro-show .pro-show-3 .right ul li a{
    font-size: 14px;
    color: #464646;
}



pro-show .pro-show-3 .right .productUrl{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
pro-show .pro-show-3 .right .productUrl li{
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
pro-show .pro-show-3 .right .productUrl li .img{
    border-bottom: 1px solid #ddd;
}

pro-show .pro-show-3 .right .productUrl li .title{
    font-size: 18px;
    color: #464646;
    padding: 10px;
}

pro-show .pro-show-3 .pro-content{
    padding-right: 30px;
}

pro-show .pro-show-3 .pro-content .nav-tabs{
    margin-bottom: 30px;
    border:none;
}

pro-show .pro-show-3 .pro-content .nav-tabs a{
    padding: 10px 20px;
    color: #fff;
    background-color: #333;
    border-radius: 0px;
    font-size: 14px;
    text-transform: uppercase;
}
pro-show .pro-show-3 .pro-content .nav-tabs a::after{
    border-color: #383635 transparent transparent;
    border-style: solid;
    position: absolute;
    content: "";
    border-width: 9px 6px 0;
    left: 50%;
    margin-left: -6px;
    bottom: -9px;
    text-decoration: none;
}
.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;
}

/* common ned */

@media screen and (max-width:1024px) {
    .pro-show-3 .total{
        padding-left: 0px;
        padding-right: 0px;
    }
    pro-show .pro-show-3 .product-details .list_btn{
        width: 80%;
    }
    pro-show .pro-show-3 .product-details .list_btn a{
        padding: 0px;
        padding: 5px 10px;
    }
    pro-show .pro-show-3 .pro-content{
        padding-left: 0px;
        padding-right: 0px;
    }
    pro-show .pro-show-3 .icon{
        display: none;
    }
    pro-show .pro-show-3 .left .col-md-6{
        padding-left: 0px;
        padding-right: 0px;
    }
}



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

pro-show .pro-show-3 .left {}

pro-show .pro-show-3 .left img {
    /*max-width: 100%;*/
    /*height: auto;*/
    max-height: 100% ;
    width: auto;
    
}

pro-show .pro-show-3 h1 {
    margin: 0 0 22px;
    font-weight: 700;
    font-family: Poppins-Regular;
    color: #464646;
    font-size: 22px;
}

pro-show .pro-show-3 .product-details table {
    width: 100%;
}

pro-show .pro-show-3 .product-details table td {
    padding: 10px !important;
}

pro-show .pro-show-3 .left .pro_show_a .swiper-slide {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}


pro-show .pro-show-3 .left .pro_show_a {
    margin-bottom: 10px;
}

pro-show .pro-show-3 .left .pro_show_b .swiper-slide {
    border: 1px solid #ddd;
    cursor: pointer;
  
}

pro-show .pro-show-3 .product-details .list_btn {
    display: flex;
    /*flex-flow: row;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    margin-top: 30px;
    margin-bottom: 20px;
}

pro-show .pro-show-3 .product-details .list_btn a {
    flex: 1;
    padding: 5px 40px;
    background-color: var(--themeColor);
    color: #fff;
    font-size: 18px;
    margin-right: 20px;
    text-align: center;
}

pro-show .pro-show-3 .swiper-button-prev,
pro-show .pro-show-3 .swiper-button-next {
    overflow: hidden;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all .5s;
    border-radius: 50%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

pro-show .pro-show-3 .swiper-button-prev:after,
pro-show .pro-show-3 .swiper-button-next:after {
    font-size: 14px;
    color: #fff;
}

.slideInDown.addthis-animated,
.slideInLeft.addthis-animated,
.slideInRight.addthis-animated,
.slideInUp.addthis-animated,
.slideOutDown.addthis-animated,
.slideOutLeft.addthis-animated,
.slideOutRight.addthis-animated,
.slideOutUp.addthis-animated {
    display: none;
}

pro-show .pro-show-3 .right h2{
    border-bottom: 2px solid #e60012;
    font-size: 18px;
    padding-bottom: 10px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}

pro-show .pro-show-3 .right ul li{
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
    padding: 0px;
}

pro-show .pro-show-3 .right ul li a{
    font-size: 14px;
    color: #464646;
}



pro-show .pro-show-3 .right .productUrl{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
pro-show .pro-show-3 .right .productUrl li{
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
pro-show .pro-show-3 .right .productUrl li .img{
    border-bottom: 1px solid #ddd;
}

pro-show .pro-show-3 .right .productUrl li .title{
    font-size: 18px;
    color: #464646;
    padding: 10px;
}

pro-show .pro-show-3 .pro-content{
    padding-right: 30px;
    padding-top: 16px;
}

pro-show .pro-show-3 .pro-content .nav-tabs{
    margin-bottom: 30px;
    border:none;
}

pro-show .pro-show-3 .pro-content .nav-tabs a{
    padding: 10px 20px;
    color: #fff;
    background-color: #333;
    border-radius: 0px;
    font-size: 14px;
    text-transform: uppercase;
}
pro-show .pro-show-3 .pro-content .nav-tabs a::after{
    border-color: #383635 transparent transparent;
    border-style: solid;
    position: absolute;
    content: "";
    border-width: 9px 6px 0;
    left: 50%;
    margin-left: -6px;
    bottom: -9px;
    text-decoration: none;
}
.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: flex !important;
    width: 100%;
    align-items: center;
}

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

.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;
}

/* common ned */

@media screen and (max-width:1024px) {
    .pro-show-3 .total{
        padding-left: 0px;
        padding-right: 0px;
    }
    pro-show .pro-show-3 .product-details .list_btn{
        width: 80%;
    }
    pro-show .pro-show-3 .product-details .list_btn a{
        padding: 0px;
        padding: 5px 10px;
    }
    pro-show .pro-show-3 .pro-content{
        padding-left: 0px;
        padding-right: 0px;
    }
    pro-show .pro-show-3 .icon{
        display: none;
    }
    pro-show .pro-show-3 .left .col-md-6{
        padding-left: 0px;
        padding-right: 0px;
    }
    

    .row{
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    
    header .nav .diycontainer .row .nav_content {
        height: var(--HeaderHeight) !important;
        padding: 0 24px !important;
    }
    

    header .nav .diycontainer .row .nav_content {
    height: var(--HeaderHeight) !important;
    padding: 0 24px !important;
}
    
    .diycontainer .nav_content .nav_content_logo a img {
        width: 120px !important;
    }
     .navbar-toggle span {
    display: block;
    position: relative;
    cursor: pointer;
    width: 30px;
    height: 3px;
    background-color: var(--themeColor);
}
.navbar-toggle {
     margin: initial !important; 
     display: flex !important;
 
}
 .navbar-toggle span::before,  .navbar-toggle span::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: var(--themeColor);
    position: absolute;
    left: 0;
}

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

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

.pro-show-3 .swiper-wrapper {
    /*height: auto;*/
     height: 100% !important;
    /*height: 100%;*/
    margin-right: 5px;
}
/* video start */

.video {
    padding: 50px 0;
}

.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);
}

.video .content {
    padding-top: 30px;
}

.video .content a {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.video .content a .box-img {
    overflow: hidden;
}

.video .content a .box-img img {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.video .content a .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--themeColor);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 0;
    background-color: rgb(17, 17, 17, 0.8);
    pointer-events: none;
}

.video .content a .layer h3 {
    font-size: 18px;
    pointer-events: all;
}

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

.video .content a:hover .layer {
    opacity: 1;
}

@media screen and (max-width:768px) {
    .container {
    width: 100%;
}
    .video .nav li a {
        margin-right: 15px;
    }
    header .nav .diycontainer .row .nav_content .nav_content_navs {
    display: none ;
  
}
    header .nav .diycontainer .row .nav_content {
    height: var(--HeaderHeight) !important;
    padding: 0 24px !important;
}
    
    .diycontainer .nav_content .nav_content_logo a img {
        width: 120px !important;
    }
     .navbar-toggle span {
    display: block;
    position: relative;
    cursor: pointer;
    width: 30px;
    height: 3px;
    background-color: var(--themeColor);
}
.navbar-toggle {
     margin: initial !important; 
     display: flex ;
 
}
 .navbar-toggle span::before,  .navbar-toggle span::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: var(--themeColor);
    position: absolute;
    left: 0;
}

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

 .navbar-toggle span::after {
    top: -8px;
}
  .footer-menu {
        position: fixed;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 9999;
        background: #cacaca;
        text-align: center;
        font-size: 12px;
        display: block;
    }
    .footer-menu .footer-menu-box {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .footer-menu .footer-menu-box a {
        display: flex;
        flex-direction: column;
        color: #fff;
        font-size: 14px;
        padding: 6px 0;
        text-transform: capitalize;
    }
    .footer-menu .footer-menu-box .active {
       color: var(--themeColor);
    }
    .diy-column-reverse{
        display: flex;
        flex-direction: column-reverse;
        padding-top: 24px;
    }
    .footer-menu .footer-menu-box .active {
    color: var(--themeColor);
}
.news-show .article-related .article-related-box {
    padding: 25px 20px 5px 20px;
}
.yige-product7 .yige-sectionA .yige-sectionA-top {

    padding-left: 12px;
}
.yige-product7 .yige-sectionA .yige-sectionA-top .yige-right {
   
    justify-content: flex-start;


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

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



.left_lbt{
    /*height: 500px;*/
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-x: hidden;
}
.pro-share{
    margin-left: -2px;
    margin-bottom: -4px;
}

.diyswiper{
    width: 100% !important;
}
.diyswiper2{
    height: 80px !important;
}
.swiper-container .gallery-top .pro_show_a{
    width: 100%;
}

.swiper-container .gallery-thumb .pro_show_b{
    width: 100%;
    
    height: 80px !important;

}
.swiper-container .gallery-thumb .pro_show_b .swiper-container-initialized .swiper-container-horizontal .swiper-container-thumbs{
    
    height: 80px !important;
}

.swiper-container .gallery-top .pro_show_a .diyswiper{
    height: 80px !important;
}
.swiper-container .gallery-top .pro_show_a .diyswiper .swiper-wrapper{
    height: 100% !important;
}

.product-detailsBox{
    height: 500px;
}
.product-details{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.table-responsive{
    height: 300px;
    
}

.table-responsive::webkit-scrollbar-thumb{
    height: 30px !important;
}
.diybottom-btn{
    display: flex;
    flex-direction: column;
}


.diyrow{
    width: 100%;
    height: 503px;
    overflow: hidden;
}

.radius4{
    border-radius: 4px;
    overflow: hidden;
}
.diyswiperImgBOX{
    width: 80px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.radius12{
    border-radius: 12px;
    overflow: hidden;
}


.diyabousbox .imgs{
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}



.imgs div{
    flex:0 0 calc(50% - 5px)
}
.imgs div:nth-child(1){
    margin-right:10px;
}

@media screen and (max-width:500px){
    .diyabousbox .imgs{
        flex-direction:column;
    }
    .imgs div{
        flex: 0 0 100%;
    }
    .imgs div:nth-child(1){
        margin-right:0px;
        margin-bottom:10px
}

}
p{
    color: #666666;
}
.CustomerService {
    position: fixed;
    width: 62px;
    right: 0;
    top: 40%;
    z-index: 50;
    text-align: center;
    background: var(--themeColor);
    border-radius: 4px;
}

.CustomerService .CustomerService_list {
    display: inline-block;
    width: 100%;
    padding: 15px 0px;
    position: relative;
}

.CustomerService .CustomerService_list:before {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0;
    width: 42px;
    height: 1px;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.CustomerService .CustomerService_list:last-child:before {
    display: none;
}

.CustomerService .CustomerService_list dt {
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
}

.CustomerService .CustomerService_list .CustomerService_list_down {
    position: absolute;
    width: 220px;
    right: 62px;
    background: var(--themeColor);
    color: #fff;
    height: 100%;
    top: 0;
    line-height: 56px;
    display: none;
}

.CustomerService .CustomerService_list:hover .CustomerService_list_down {
    display: block;
}

.CustomerService .CustomerService_list .CustomerService_list_down img {
    max-width: 100%;
    border: 1px solid #dcdcdc;
}

.CustomerService .CustomerService_list:nth-child(1) .CustomerService_list_down {
    width: 90px;
}

.CustomerService .CustomerService_list:nth-child(2) .CustomerService_list_down {
    width: 90px;
}

.CustomerService .CustomerService_list:nth-child(3) .CustomerService_list_down {
    width: 300px;
}

.CustomerService_list_title dd img{
    width:22px;
}

.scroll-top{
    color:#fff;
}

.scroll-top:hover {
    color: #fff;
    transition: initial;
}
._index_{
    width: 100%;
    /*overflow-x: hidden;*/
}
.yige-qual .container .img-list div{
    margin-top:30px
}

.index_about_right{
    position: relative;
}

.index_about_right .entry-content{
    position: absolute;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: calc(50% - 35px);
    top: calc(50% - 35px);
    border-radius: 50%;
    height: 70px;
    background: var(--themeColor);
}
.index_about_right .entry-content .dg-single-gallery i {
    font-size: 50px;
    color: #fff;
}
.footer_navigation{
    flex:1
}
.yige-about13 .yige-summary .container .item .desc p span{
	color:#666666 !important;
}
.course-details-text p{
    font-size:16px;
    color:#666;
}

@media screen and (max-width: 990px) {
  .yige-about13 .yige-summary .icon-list .item .desc{height: auto;}
}




