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: 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: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    position: relative;
}
html {  scroll-behavior: smooth;
        scroll-padding-top: 200px;
}

.container {
    width: 1400px;
}

@media screen and (max-width:1440px) {
    .container {
        width: 1280px !important;
    }
}

@media screen and (max-width:1366px) {
    .container {
        width: 1200px !important;
    }
}

@media screen and (max-width:1266px) {
    .container {
        width: 1000px !important;
    }
}


@media screen and (max-width:1024px) {
    .container {
        width: 100% !important;
    }
    .product_detail_div{
        width: 100%;
    }
    .product_detail_div >div{
        width: 100%;
    }
}

/* header   start */
header .navs .wpl {
    display: none
}

header .navs .navbar-toggle span {
    display: block;
    position: relative;
    cursor: pointer;
    width: 30px;
    height: 3px;
    background-color: var(--themeColor)
}

header .navs .navbar-toggle span::after,
header .navs .navbar-toggle span::before {
    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;
    width: 35px;
    height: 35px;
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background: 0 0;
    border-radius: 50%;
    border: 1px dashed var(--themeColor);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    display: flex;
    align-items: center;
    justify-content: center
}

header .navs .advisor-box {
    position: relative;
    overflow: hidden
}

header .navs .advisor-box a {
    position: relative;
    color: #222;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    padding: 20px 90px 20px 28px;
    background-color: #fbb908;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    display: block
}

header .navs .advisor-box a::before {
    position: absolute;
    content: '';
    right: -12px;
    top: 0;
    width: 75px;
    height: 100%;
    color: #fbb908;
    background-color: #002f58;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

header .navs .advisor-box a i {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    color: #fbb908;
    text-align: center;
    line-height: 64px;
    font-size: 18px
}

header .navs .advisor-box:hover a {
    background-color: #101010;
    color: #fff
}

header .navs .search .search-box {
    border-top: 3px solid var(--themeColor);
    width: 250px;
    position: absolute;
    top: 52px;
    right: 0;
    padding: 15px;
    z-index: 99;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-color: #fff;
    display: none
}

header .navs .search .search-box form {
    width: 240px;
    margin: 0 auto;
    max-width: 100%;
    position: relative
}

header .navs .search .search-box .header-search {
    width: 100%;
    border: 2px solid #f7f7f7;
    margin: 10px 0;
    padding-left: 10px;
    display: block;
    outline: 0;
    color: #272727;
    font-size: 14px;
    height: 40px;
    border: 1px solid #e0e0e0
}

header .navs .search .search-box button {
    border: none;
    position: absolute;
    top: 9px;
    right: 10px;
    z-index: 99;
    background-color: transparent
}

header .navs .header-nav li {
    display: inline-block;
    position: relative;
}

header .navs .header-nav li a {
    display: block;
    padding: 20px 15px;
    line-height: 30px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize
}

header .navs .header-nav .active {
    background-color: #4f7cd6;
}

header .navs .header-nav .active>a::after {
    opacity: 1
}

header .navs .header-nav .active::after,
header .navs .header-nav>ul>li:last-child::after {
    background-color: transparent
}

header .navs .left .img {
    min-height: 70px;
    max-height: 70px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden
}

header .navs .row {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center
}

header .navs .right {
    padding-left: 0;
    padding-right: 0
}

header .navs .left .img img {
    max-width: 100%;
    height: auto;
    /* margin-top: -30px */
}

header .navs .btn {
    padding-left: 0;
    padding-right: 0;
    background-color: #342e76
}

header .navs .btn span {
    color: #fff
}

@media (min-width:1025px) {
    header .navs .wap-nav {
        position: relative;
        background-color: transparent;
        z-index: 9
    }

    header .navs .wnl .header-nav {
        display: block !important
    }

    header .navs .pdl {
        padding-left: 10%
    }

    header .navs .header-nav .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(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: border-color .2s ease;
        -moz-transition: border-color .2s ease;
        -ms-transition: border-color .2s ease;
        -o-transition: border-color .2s ease;
        transition: border-color .2s ease
    }

    header .navs .header-nav .sub-menu,
    header .navs .header-nav .third-sub {
        position: absolute;
        top: 65px;
        left: 0;
        width: 350px;
        z-index: 999;
        background-color: #fff;
        box-shadow: 0 0 8px 0 rgb(0 0 0 / 20%);
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        -ms-transition: all .5s ease;
        visibility: hidden;
        opacity: 0
    }

    header .navs .header-nav .sub-menu li {
        width: 100%
    }

    header .navs .header-nav .sub-menu a {
        
        display: block;
        padding: 20px 25px;
        line-height: 30px;
        color: #000;
        font-size: 16px;
        font-weight: bold;
        position: relative;
        text-transform: capitalize;
    }

    header .navs .header-nav .sub-menu a:hover {
        background-color: var(--themeColor);
        color: #fff
    }

    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);
        -moz-transform: rotate(316deg);
        -ms-transform: rotate(316deg);
        -o-transform: rotate(316deg);
        transform: rotate(316deg)
    }

    header .navs .header-nav .third-sub {
        top: 0;
        left: 100%
    }

    header .navs .header-nav .sub-menu li:hover .third-sub,
    header .navs .header-nav li:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        top: 90%
    }

    header .navs .header-nav .sub-menu li:hover .third-sub {
        top: 0
    }

    header .navs .header-nav .sub-menu .submenu-button {
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
        -o-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: #fff;
        border-right-color: #fff
    }

    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
    }
}

@media screen and (max-width:1025px) {

    header .header-nav,
    header .sub-menu,
    header .third-sub,
    header .topbar {
        display: none
    }

    header .navs .wpl {
        display: block;
        display: flex;
        align-items: center
    }

    header .navs .wpl .index_logo {
        float: left
    }

    header .header-logo,
    header .topbar {
        display: none !important
    }

    header .navbar-toggle {
        margin: 25px 0 0 0;
        padding: 0;
        display: block
    }

    header .navs .index_logo img {
        width: 250px
    }

    header .navs {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        box-shadow: 3px 2px 3px rgb(0 0 0 / 10%);
        background-color: #fff
    }

    header .navs .wnl {
        padding: 0;
        margin-top: 25px
    }

    header .wap-nav>.pull-left {
        width: 100%
    }

    header .wap-nav .wpl {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0 15px
    }

    header .wap-nav .wnl {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 51px;
        left: 0;
        z-index: 999;
        display: none
    }

    header .navs .search {
        display: none
    }

    header .wap-nav .header-nav {
        width: 100%;
        background-color: rgba(0, 0, 0, .8);
        height: 100%;
        z-index: 122;
        overflow-y: scroll;
        overflow-x: hidden;
        box-sizing: border-box
    }

    header .navs .wap-nav .header-nav li {
        display: block;
        height: auto;
        border-top: 1px solid rgba(255, 255, 255, .5)
    }

    header .navs .wap-nav .header-nav li a {
        padding: 10px 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, .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);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: border-color .2s ease;
        -moz-transition: border-color .2s ease;
        -ms-transition: border-color .2s ease;
        -o-transition: border-color .2s ease;
        transition: border-color .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 ul {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0
}

header .navs a {
    text-decoration: none
}

header .navs .wap-nav {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:1026px) {
    header .navs .left {
        display: none
    }

    header .navs .btn {
        display: none
    }

    header .wap-nav .header-nav {
        /*margin-top: 30px*/
    }

    index .index {
        margin-top: 110.16px
    }

    header .navs .col-sm-8 {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
}

header .navs .btn {
    position: relative
}

header .navs .btn .lan_list {
    display: none;
    width: 95px;
    top: 105%;
    position: absolute;
    z-index: 99999;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px
}

header .navs .btn .iconfont {
    color: #fff;
    font-size: 12px
}

header .navs .btn .lan_list a {
    text-decoration: none;
    color: gray;
    transition: all .5s
}

header .navs .btn .lan_list a:hover {
    color: #d50a1d
}

header .navs .btn:hover .lan_list {
    display: block
}

header .navs {
    min-height: 100px;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
}
header .navs .header-nav .active{
    /*border: 1px solid red;*/
}
header .navs .header-nav .active > a {
    color: #fff;
}

header .navs .header-nav li {
    /*transition: all .5s;*/
}

header .navs .header-nav li:not(.ser):hover {
    background-color: var(--themeColor);
}

header .navs .header-nav li a {
    /*transition: all .5s;*/
}

header .navs .header-nav li a:hover {
    color: #fff;
}

/* header .navs{
    border: 1px solid green;
}
header .navs .container .row{
    border: 1px solid red;
} */
header .navs .wap-nav {
    display: flex;
    justify-content: flex-end;
}

/* header   end */
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    /*font-size: 18px;*/
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* swiper_index start */
swiper_index .swiper_index img {
    max-width: 100%;
    height: auto;
}

swiper_index .swiper_index .swiper-slide {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.swiper_index .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: #fff;
}

.swiper_index .swiper-pagination-bullet-active {
    height: 30px;
    background-color: var(--themeColor);
    border-radius: 99px;
}

.swiper_index .swiper-button-next,
.swiper_index .swiper-button-prev {
    background-color: rgba(14, 14, 14, 0.26);
    color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.swiper_index .swiper-button-prev:after,
.swiper_index .swiper-button-next:after {
    font-size: 18px;
}

.swiper_index .swiper-button-prev:hover,
.swiper_index .swiper-button-next:hover {
    background-color: var(--themeColor);
}

/* swiper_index end */
/* page start */
section .page h3 {
    font-family: "黑体";
    font-size: 36px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

section .page h4 {
    font-size: 16px;
    font-weight: normal;
    color: #a0a0a0;
    display: block;
    padding: 10px 0 0 0;
}

section .page em {
    overflow: hidden;
    width: 60px;
    max-width: 60px;
    height: 3px;
    background: var(--themeColor);
    display: block;
    margin: 25px auto 0;
}

section .page .zhzj {
    margin: 100px auto;
}

section .page .zhzj .zhzjc {
    margin-top: 80px;
}

section .page .zhzj .zhzjc img {
    max-width: 100%;
    height: auto;
}

section .page .zhzj .zhzjc .jixie {
    margin: 0 5px;
    padding:  0;
    /*background: var(--themeColor);*/
    text-align: center;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    padding-bottom: 40px;
    /*height: 240px;*/
    position: relative;
}
section .page .zhzj .zhzjc .jixie .btn_image{
    position: absolute;
    left: calc(50% - 25px);
    top:  43%;
    width: 50px;
}

section .page .zhzj .zhzjc .all .jixie div {
    transition: all .5s;
}
section .page .zhzj .zhzjc .all .jixie .jixieimg{
    height: 100px;
    width: 200px;
    margin: 0 auto;
} 

section .page .zhzj .zhzjc .all:hover .btn_image {
    transform: scale(1.05);
}

section .page .zhzj .zhzjc .jixie .jixiexuhao {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
}

section .page .zhzj .zhzjc .jixie h3 {
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
    padding: 0 0 0 0px;
    vertical-align: bottom;
}

section .page .zhzj .zhzjc .jixie h4 {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    padding: 0 0 3px 0px;
    vertical-align: bottom;
    transform: translateY(15px);
}

section .page .zhzj .zhzjc .jixieinfo {
    width:100%;
    color: #fff;
    line-height: 26px;
    font-size: 14px;
    position: relative;
    /*margin-top: 20px;*/
}
section .page .zhzj .zhzjc .jixieinfo img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

section .page .cp {
    padding-bottom: 80px;
    background-color: #eff3f7;
}
.a.container{
    padding-top: 80px;
}



section .page .cp .all h4 {
    text-align: center;
    padding: 20px 0 10px;
    font-size: 18px;
    color: #696969;
}

section .page .cp .all p {
    text-align: center;
    font-size: 14px;
    color: #8e8e8e;
    line-height: 20px;
}

section .page .cp .b {
    
}

section .page .cp .b .img {
    margin-top: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 0 0%;
    min-height: 524px;
    max-height: 524px;
    display: flex;
    align-items: center;
}

section .page .cp .b .ms {
    margin: 20px 0;
    padding: 70px 60px;
    color: #fff;
    position: relative;
}
section .page .cp .b .ms  *{
    position: relative;
    z-index: 2;
}
section .page .cp .b .ms:before{
        position: absolute;

    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        background: var(--themeColor);
    opacity: .9;
}

section .page .cp .b .ms h4 {
    color: #fff;
    font-size: 36px;
    text-align: left;
}

section .page .cp .b .ms p {
    text-align: left;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}

section .page .cp .b .all {
    margin-top: 60px;
}

section .page .cp .b .all h3 {
    font-size: 44px;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
}

section .page .cp .b .all h3 span {
    font-size: 16px;
}

section .page .cp .b .all p {
    color: var(--themeColor);
}

section .page .cp .b .all div {
    transition: all .5s;
}

section .page .cp .b .all div:hover {
    transform: translateY(-10px);
}

section .page .new {
    padding: 60px 0;
}

section .page .new h3 {
    color: var(--themeColor);
}

section .page .new .left {
    padding: 20px;
    display: block;
    background: #fff;
}

section .page .new .left img {
    max-width: 100%;
    height: auto;
}

section .page .new .left .title {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
}

section .page .new .lefta {
    margin-top: 10px;
    margin-right: 50px;
}

section .page .new .lefta h5 {
    border-bottom: 1px solid #c4c4c4;
    font-size: 16px;
    font-weight: bold;
    color: #c4c4c4;
}

section .page .new .lefta p {
    font-size: 16px;
    font-weight: bold;
    color: #c4c4c4;
}

section .page .new .righta h4 {
    color: #000;
}

section .page .new .righta p {
    color: #c4c4c4;
}

section .page .new .left {
    transition: all .5s;
}

section .page .new .left:hover {
    background-color: var(--themeColor);
    box-shadow: 0px 10px 10px #e0e0e0;
}

section .page .new h5,
section .page .new p,
section .page .new h4 {
    transition: all .5s;
}

section .page .new .left:hover h5,
section .page .new .left:hover p,
section .page .new .left:hover h4 {
    color: #fff !important;
}

section .page .new .left .img img {
    transition: all .5s;
}

section .page .new .left .img {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

section .page .new .left:hover .img img {
    transform: scale(1.05);
}

section .page .new .right ul li a {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
}

section .page .new .right ul li {
    padding: 15px 30px;
    margin-bottom: 20px;
    transition: all .5;
    border-bottom: 1px solid #ddd;
}

section .page .new .right ul li:hover {
    background-color: var(--themeColor);
}

section .page .new .right li:hover h5,
section .page .new .right li:hover p,
section .page .new .right li:hover h4 {
    color: #fff !important;
}

section .page .pj {
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

section .page .pj .yy {
    padding: 80px 0;
}

section .page .pj .yy .row {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

section .page .pj .yy .row .pinjiacyh {
    color: #cccccc;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

section .page .pj .yy .row .pinjiacnr {
    color: #ffffff;
    padding-top: 20px;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}

section .page .cjwt {
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

section .page .cjwt .yy {
    padding: 80px 0;
    background-color: rgba(255, 255, 255, 0.66);
}

section .page .cjwt .yy .list {
    margin-top: 0px;
}

section .page .cjwt .yy .list .all {
    padding: 40px 40px 40px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

section .page .cjwt .yy .list {
    padding-left: 0px;
    padding-right: 0px;
}
section .page .cjwt .yy .list .all  .img_box{
    height: 300px;
    overflow: hidden;
}
section .page .cjwt .yy .list .all img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section .page .cjwt .yy .list .all h3 {
    color: #22252b;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    position: relative;
    height: 48px;
}

section .page .cjwt .yy .list .all h3::after {
    content: '';
    width: 0%;
    height: 1px;
    position: absolute;
    top: 120%;
    left: 0px;
    background-color: var(--themeColor);
    transition: all .5s;
}

section .page .cjwt .yy .list .all:hover h3::after {
    width: 100%;
}

section .page .cjwt .yy .list .all h5 {
    color: #999999;
    font-size: 14px;
    line-height: 22px;
    padding-top: 10px;
    margin-bottom: 10px;
    height: 54px;
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp:2;
-webkit-box-orient: vertical;
}

section .page .cjwt .yy .list .all p {
    color: var(--themeColor);
    font-size: 13px;
}

/* page end */
/* footer start*/
footer {
    color: #666;
    font-size: 16px;
    background-color: #F8F9FA;
}

footer .footer-top {
    padding: 60px 0;
}

footer .footer-top .footer-logo {
    margin-bottom: 30px;
}

footer .footer-top .footer-logo img {
    width: 230px;
}

footer .footer-top .footer-title {
    position: relative;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 700;
    color: #212121;
}

footer .footer-top .footer-title::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: var(--themeColor);
    bottom: -15px;
}

footer .footer-top .footer-desc,
footer .footer-top .contact-txt {
    margin-bottom: 16px;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

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: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #212121;
    background-color: #E9ECEF;
    -webkit-transition: all .3s;
    transition: all .3s;
}

footer .footer-top .icons-box a:hover {
    background-color: var(--themeColor);
    color: #fff;
}

footer .footer-top .icons-box a i {
    font-size: 16px;
}

footer .footer-top .link {
    font-size: 16px;
    color: #666;
}

footer .footer-top .link li {
    position: relative;
    padding-left: 20px;
    line-height: 30px;

}

footer .footer-top .link li a {
    -webkit-transition: all .3s;
    transition: all .3s;
        color: #000;
}

footer .footer-top .link li:hover a {
    color: var(--themeColor);
    padding-left: 4px;
}

footer .footer-top .link li:hover::before {
    color: var(--themeColor);
}

footer .footer-top .link li::before {
    position: absolute;
    left: 0;
    opacity: 1;
    content: "\e663";
    font-family: "iconfont" !important;
    font-size: 14px;
}

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: 16px;
    text-align: center;
    padding: 25px 0;
}

footer .footer-top button {
    background-color: var(--themeColor);
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
    text-transform: uppercase;
}

/* footer end*/
a.scrollup,
a.scrollup:visited {
    background-color: var(--themeColor);
    bottom: 50px;
    color: #ffffff;
    float: right;
    line-height: 1.2;
    padding: 12px 17px;
    position: fixed;
    right: 32px;
    text-align: center;
    z-index: 999;
    width: 50px;
    height: 50px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background: #ffffff;
    box-shadow: 0 0 42px 0 rgba(0, 0, 0, 0.08);
    padding: 15px 0;
    animation: smoothScroll 1s forwards;
    z-index: 999;
}

.bg_banner {
    position: relative;
}

.bg_banner .bread-crumbs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 750px;
    text-align: center;
    color: #fff;
}

.bg_banner .bread-crumbs h3 {
    font-size: 36px;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}

.bg_banner .bread-crumbs ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bg_banner .bread-crumbs li {
    position: relative;
    padding-right: 20px;
}

.bg_banner .bread-crumbs li::after {
    content: "";
    top: 10px;
    right: 10px;
    width: 6px;
    height: 6px;
    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);
}

.bg_banner .bread-crumbs li:last-child::after {
    border: none;
}

.bg_banner .bread-crumbs a {
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
}

.bg_banner .bread-crumbs .active a {
    color: #fff;
    text-decoration: underline;
}

body {
    overflow-x: hidden;
}

/* ipad/iphone  */
@media screen and (max-width:1025px) {
    header .navbar-toggle {
        margin-top: 0px;
    }

    .bg_banner {
        margin-top: 90px;
    }

    .swiper_index {
        margin-top: 90px;
    }

    section .page .cp .img {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    section .page .zhzj .zhzjc .jixie {
        margin-bottom: 10px;
    }

    section .page .cp .img {
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        overflow-x: hidden;
    }

    .bg_banner .bread-crumbs h3 {
        display: none;
    }

    .bg_banner .bread-crumbs ul {
        display: none;
    }
}

@media screen and (max-width:767px) {
    section .page .lxwm .left {
        text-align: left;
    }
}

p,
a,
span,
h1,
h2,
h3,
h4,
h5,
h6,
div {
    font-family: Arial, Helvetica, sans-serif !important;
}

section .page .cjwt .yy .list .all {
    box-shadow: 3px 4px 18px 0px rgb(195 195 195 / 52%);
}

/* header ssk */
header .ser {
    cursor: pointer;
    position: absolute;
    margin: 0 3rem;
}

header .ser .ssk {
    position: absolute;
    width: 200px;
    top: 150%;
    right: 0px;
    overflow: hidden;
    display: none;
}

header .ser:hover {
    background-color: transparent !;
}
header .ser .ssk form{
    display: flex;
}
header .ser .ssk form input {
    border: none;
    background-color: #eee;
    padding: 10px;
    width: 80%;
    height: 40px;
}

header .ser .ssk form button {
    border: none;
    background-color: var(--themeColor);
    color: #fff;
    padding: 10px;
    width: 18%;
    transition: all .4s ease 0s;
    /*transform: translateY(3px);*/
}

header .ser .ssk form button:hover {
    background: #212121
}

/* background-banner start*/
.bg-banner {
    padding: 80px 0 30px;
    background-size: cover;
    background-position: center center;
    min-height: 200px;
    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: 100px;
    color: #fff;
    font-size: 35px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}



.class1_li:hover.class1_li .class1_li_a {
    color: #fff !important;
}

.class2_li:hover.class2_li .class2_li_a {
    color: #fff !important;
}

.class3_li:hover.class3_li .class3_li_a {
    color: #fff !important;
}

.pro-show .swiper-wrapper {
    height: auto;
}

.fancybox__caption {
    position: absolute;
    bottom: 50px;
}


/* contact start */


.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%;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center; */
}

.contact .contact-info .box .icon i,
.contact .contact-info .box .icon svg{
    color: var(--themeColor);
    width: 30px;
    /*height: 30px;*/
    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;
    }
}


/* 分页 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 */

/* download start */


.download .content a {
    display: block;
    border: 1px solid #ddd;
    padding: 1em;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    margin-bottom: 30px;
}

.download .content a figure {
    -webkit-box-shadow: 0 0 5px;
    box-shadow: 0 0 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    height: 380px;
}

.download .content a figure h3 {
    color: #fff;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    bottom: -50%;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    padding: 12px;
    width: 100%;
    font-size: 14px;
}

.download .content a .download-btn {
    margin-top: 10px;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-color: var(--themeColor);
    text-transform: capitalize;
}

.download .content a:hover h3 {
    bottom: 0;
}

/* 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 .swiper-slide a .box-img{
    height: 300px;
}   
.read .swiper-slide a .box-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.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;
    height: 36px;
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical
}

.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);
}

@media screen and (max-width: 768px) {
    .read {
        padding: 30px 15px 0 15px;
    }

    .pagingClick a, .pagingClick span {
        margin-bottom: 10px;
    }
}

/* read end */

/* download end */


/* news start */

news5 .news5 {

    background-color: #f9f9f9;
}

news5 .news5 a {
    text-decoration: none;
}

news5 .news5 ul {
    list-style-type: none;
}

news5 .news5 .yige-ul {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

 .yige-nav {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    padding-left: 0px;
    padding-right: 0px;
}

.yige-nav li {
    border: 1px solid #ddd;
    padding: 13px 20px;
    background-color: #fff;
    cursor: pointer;
}

.yige-nav li a {
    color: #333;
    text-transform: capitalize;
    position: relative;
    border-radius: 0;
    border-right: none;
}

.yige-nav .active {
    background-color: var(--themeColor);
    position: relative;
}

.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-nav .active a {
    color: #fff;
    pointer-events: none;
}

news5 .tab-content {
    padding-top: 50px;
     margin-top: 50px;
}

news5 .list .img {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height: 220px;
}

news5 .list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

news5 .list .title {
    padding: 20px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

news5 .list .all {
    border: 1px solid #ddd;
    margin-bottom: 40px;
    background: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 1px 10px 8px #ddd;
}

news5 .list .title h6 {
    color: #333;
    font-family: 400;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
height: 35px;
}

news5 .list .title .p {
    margin-top: 20px;
    color: #777;
    font-size: 15px;
    /*text-align: center;*/
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical
}

news5 .list .title button {
    margin: 20px 0 15px;
    padding: 8px 35px;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #ddd;
    background-color: #fff;
    transition: all .5s;
}

news5 .list .all:hover button {
    background-color: var(--themeColor);
    color: #fff;
}

news5 .list .all {
    padding-left: 0px;
    padding-right: 0px;
}

news5 .list .all .time {
    position: absolute;
    width: 60px;
    height: 66px;
    background-color: var(--themeColor);
    top: 0px;
    left: 0px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}

news5 .list .all .time b {
    font-size: 23px;
}

/* iphone */

@media screen and (max-width: 769px) {
    news5 .list .img {
        padding-top: 10px;
    }
}

@media screen and (max-width: 500px) {
   /*.yige-nav {*/
   /*     flex-flow: column;*/
   /* }*/
  

    .yige-nav li {
        margin-bottom: 15px;
        padding-left: 5px;
        padding-right: 5px;
        margin-right: 0;
        min-width: 50px;
        text-align: center;
    }

    news5 .news5 .list {
        padding-left: 0px;
        padding-right: 0px;
    }

    news5 .news5 .list .a {
        padding-left: 0px;
        padding-right: 0px;
    }

    news5 .tab-content {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* 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 {
    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: 0 0 50px ;
}

/* common start */

.content>.right {
    position: sticky;
    top: 120px;
}

.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.active > a{
    color: var(--themeColor);
}

.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 */


/* 分页 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 */

.ipd50 {
    padding-top: 80px;
}

/* product start  */

/* 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%;
    display: flex;
    align-items: center;
}

.common .aside-product .box-img {
    display: table-cell;
    /* width: 40%; */
    flex: 1;
    padding: 10px;
}

.common .aside-product h3 {
    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-content .box-img {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
}

.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);
    text-align: center;
}

.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 {
    line-height: 1.8em;
    color: #555555;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.common .conmmon-content .text h3 {
    text-decoration: none;
    color: #121212;
    margin: 5px 0;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.common .conmmon-content .text h4 {
    line-height: 1.8em;
    color: #555555;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 75px;
}



.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: 14px;
    cursor: pointer;
    margin-top: 10px;
}

.common .conmmon-content a:hover .text::after {
    height: 100%;
}

.common .conmmon-content a:hover h3, .common .conmmon-content a:hover h4 {
    color: #fff;
}

.common .conmmon-content a:hover img {
    -webkit-transform: scale(1.1);
}

.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 .content .top h4 {
    position: relative;
    font-weight: 500;
    margin-bottom: 2px;
    font-size: 30px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.common .content .top h4::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background-color: var(--themeColor);
    height: 5px;
    width: 50px;
    border-radius: 5px;
}

.common .content .top p {
    line-height: 1.8em;
    margin-bottom: 16px;
    font-size: 14px;
}

.common .aside-product 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;
    flex: 2;
}

/* product end */

/* 响应式 */

/*1024 */

@media screen and (max-width:768px) {

    /* product start */
    .common .content {
        display: flex;
        flex-direction: column-reverse;
    }

    .pagingClick a, .pagingClick span {
        width: 40px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .pro-show .txt h3 {
        margin: 1em 0;
        font-size: 16px;
    }

    .pro-show .nav-tabs>li>a {
        font-size: 14px;
        padding: 5px;
    }

    /* product end */
}


/* product-show1 start */

.pro-show .gallery-top, .pro-show .gallery-thumbs {
    border: 1px solid #ddd;
}

.pro-show .gallery-thumbs {
    border-top: none;
}

.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;
}

.pro-show .gallery-thumbs .swiper-slide {
    cursor: pointer;
}

.pro-show .gallery-thumbs .swiper-slide-thumb-active {
    border: 1px solid var(--themeColor);
}

.pro-show .gallery-thumbs .swiper-button-prev {
    left: 0;
    background-color: #efefef;
}

.pro-show .gallery-thumbs .swiper-button-next {
    right: 0;
    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 .txt h1 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #eee;
}



.pro-show .txt .pro-btn>a {
    border-radius: 99px;
    border: 2px solid #ddd;
    padding: .4em 1em;
    font-size: 16px;
    margin: .4em .4em .4em 0;
    text-decoration: none;
    font-weight: bold;
    border-radius: 2em;
    font-size: 15px;
    color: var(--themeColor);
}

.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 .tab-content {
    margin-top: 5px;
    border: 1px solid #ddd;
    padding: 20px 15px;
}

.pro-show .tab-content p {
    line-height: 27px;
    margin-bottom: 14px;
    font-size: 15px;
}

.pro-show .tab-content img {
    padding: 6px 0;
    max-width: 100%;
    height: auto;
}

.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 .pro-content form input {
    width: 100%;
    margin-bottom: 10px;
    border: none;
    background-color: #eee;
    padding: 10px;
}

.pro-show .pro-content form textarea {
    width: 100%;
    background-color: #eee;
    border: none;
    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 button:hover {
    background-color: #000;
}

/* product-show1 end */



/*1024 */

@media screen and (max-width:1024px) {
    .common .common-nav form input {
        width: 78%;
    }
    section .page .cp .b .ms{
        width: 100%;
    }
    header .navs .right.col-sm-9{
        width: 100%;
    }
    .yige-about12 .yige-history12 .swiper-button-prev, .yige-about12 .yige-history12 .swiper-button-next{
        display: none;
    }
  
}

/* 768 */

@media screen and (max-width:768px) {
    .pagingClick a, .pagingClick span {
        width: 40px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .pro-show .txt h3 {
        margin: 1em 0;
        font-size: 16px;
    }

    .pro-show .nav-tabs>li>a {
        font-size: 14px;
        padding: 5px;
    }
}


/* video start */



.video .content {
    padding-top: 50px;
}

.video .content a {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}

.video.galleay .content a .box-img {
    overflow: hidden;
    height: 146px;
    width: 146px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--themeColor);
}

.video.galleay .content a .box-img {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--themeColor);
}

.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;
}


/* video end */


/* about-12 start */

.yige-about12 .tac {
    text-align: center;
}

.yige-about12 .cpr {
    cursor: pointer;
}

.yige-about12 .common-title {
    margin-bottom: 30px;
}

.yige-about12 .common-title .b-title {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.yige-about12 .common-title .s-title {
    position: relative;
    font-size: 28px;
    color: #444;
}

.yige-about12 .common-title .s-title::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 58px;
    height: 1px;
    background: #5e5e5e;
    left: -85px;
    top: 50%;
}

.yige-about12 .common-title .s-title::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 58px;
    height: 1px;
    background: #5e5e5e;
    right: -85px;
    top: 50%;
}

.yige-about12 .menu {
    text-align: center;
    height: 75px;
    /* background: #f5f5f5; */
}

.about_swiper .img_box {
    /* height: 30rem; */
    /*padding: 2rem 1.5rem;*/
    /*height: 45rem;*/
    /*width: 32rem;*/
    width: 12rem;
    height: 9rem;
    border: 1px solid #e2e2e2;
    background-size: contain;
    margin-bottom: 2rem;
    overflow: hidden;
}
.about_swiper .img_box:hover img{
    transform: scale(1.2)
}

.about_swiper .img_box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .4s;
    z-index: 0;
    
}

.yige-about12 .menu .item {
    display: inline-block;
    border: 1px solid #dbdbdb;
    border-right: 0px;
    width: 18%;
    text-align: center;
    font-size: 16px;
    color: #555;
    position: relative;
    overflow: hidden;
    line-height: 72px;
    margin-bottom: -4px;
    margin-right: -4px;
}

.yige-about12 .menu .item:last-child {
    border: 1px solid #dbdbdb;
}

.yige-about12 .menu .item:hover, .yige-about12 .menu .item.on {
    background: #fff;
}

@media screen and (max-width: 1200px) {
    .yige-about12 .menu {
        padding: 2%;
    }

    .yige-about12 .menu .item {
        font-size: 14px;
        width: 49%;
        margin-right: 2%;
        line-height: 40px;
        margin-bottom: 2%;
        border: 1px solid #dcdcdc;
        border-radius: 5px;
        float: left;
    }

    .yige-about12 .menu .item:nth-child(2n) {
        margin-right: 0;
    }
}

.yige-about12 .yige-profile12 {
    padding-bottom: 60px;
}

.yige-about12 .yige-profile12 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.yige-about12 .yige-profile12 .item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.yige-about12 .yige-profile12 .item .img-box {
    width: 50%;
    max-height: 650px;
}

.yige-about12 .yige-profile12 .item .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.yige-about12 .yige-profile12 .item .txt-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 50%;
    padding: 100px;
}

.yige-about12 .yige-profile12 .item .txt-title {
    font-size: 26px;
    margin-bottom: 20px;
}

.yige-about12 .yige-profile12 .item .p-box {
    margin-bottom: 20px;
}

.yige-about12 .yige-profile12 .item .p-box p {
    font-size: 14px;
    line-height: 28px;
    color: #848484;
}

.yige-about12 .yige-profile12 .item .txt-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.yige-about12 .yige-profile12 .item .txt-bottom .r-item {
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.yige-about12 .yige-profile12 .item .txt-bottom .r-item:first-child {
    border-right: 1px solid #d5d5d5;
}

.yige-about12 .yige-profile12 .item .txt-bottom .r-item-num {
    margin-bottom: 5px;
    font-size: 36px;
    font-weight: bolder;
    color: var(--themeColor);
}

.yige-about12 .yige-profile12 .item .txt-bottom .r-item-num span {
    font-size: 20px;
    color: #a7a7a7;
}

.yige-about12 .yige-profile12 .item .txt-bottom .r-item-txt {
    text-align: center;
    font-size: 14px;
    color: #919191;
}

.yige-about12 .yige-history12 {
    background: #f8f8f8;
    padding: 60px 0;
}

.yige-about12 .yige-history12 .history12-loop .swiper-wrapper {
    padding: 20px 0; 
    align-items: center;
}

.yige-about12 .yige-history12 .history12-loop .swiper-slide {
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    display: flex;
    flex-flow: column;
}

.yige-about12 .yige-history12 .swiper-button-prev, .yige-about12 .yige-history12 .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--themeColor);
        transform: translateY(42%);
}

.yige-about12 .yige-history12 .swiper-button-prev {
    left: -40px;
}

.yige-about12 .yige-history12 .swiper-button-next {
    right: -40px;
}

.yige-about12 .yige-history12 .swiper-button-prev::after, .yige-about12 .yige-history12 .swiper-button-next::after {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.yige-about12 .yige-history12 .history12-loop .img-box {
    max-height: 155px;
    height: 150px;
    position: relative;
}

.yige-about12 .yige-history12 .history12-loop .img-box::before {
    /*content: '';*/
    position: absolute;
    left: 50%;
    bottom: -6px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    border: 2px solid var(--themeColor);
    border-radius: 50%;
    background-color: #fff;
}

.yige-about12 .yige-history12 .history12-loop .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.yige-about12 .yige-history12 .history12-loop .txt-content {
    padding: 18px;
    min-height: 180px;
    max-height: 200px;
}

.yige-about12 .yige-history12 .history12-loop .year {
    font-size: 24px;
    color: #666666;
    text-align: center;
    margin-bottom: 15px;
}

.yige-about12 .yige-history12 .history12-loop .txt {
    color: #747474;
    font-size: 14px;
    line-height: 24px;
    height: 120px;
}

.yige-about12 .yige-culture12 {
    padding: 60px 0;
}

.yige-about12 .yige-culture12 .culture_content .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;
    margin-top: 15px;
    padding: 30px;
    background-color: #f5f5f5;
}

.yige-about12 .yige-culture12 .culture_content .item img {
    height: 92px;
}

.yige-about12 .yige-culture12 .culture_content dt {
    font-size: 26px;
    font-weight: normal;
    color: #444;
    margin-top: 25px;
    margin-bottom: 25px;
}

.yige-about12 .yige-culture12 .culture_content p {
    font-size: 14px;
    color: #777;
    line-height: 24px;
    text-align: left;
    min-height: 72px;
}

.yige-about12 .yige-brand12 {
    padding: 60px 0;
}

.yige-about12 .yige-brand12 .swiper-slide {
    text-align: center;
    /*font-size: 18px;*/
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*-webkit-transition: 300ms;*/
    /*transition: 300ms;*/
    /*-webkit-transform: scale(0.8);*/
    /*transform: scale(0.8);*/
}
.yige-about12 .yige-brand12 .swiper-slide > div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.yige-about12 .yige-brand12 .swiper-slide-active, .yige-about12 .yige-brand12 .swiper-slide-duplicate-active {
    /* -webkit-transform: scale(1); */
    /* transform: scale(1); */
}

.yige-about12 .yige-brand12 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    background-size: 100%;
    padding: 20px;
    cursor: pointer;
}

.yige-about12 .yige-brand12 .item .img-box {
    width: 42%;
}

.yige-about12 .yige-brand12 .item .txt-box {
    width: 58%;
    padding: 2%;
}

.yige-about12 .yige-brand12 .item .loop-title {
    margin-bottom: 10px;
    font-size: 16px;
    color: var(--themeColor);
}

.yige-about12 .yige-brand12 .item .loop-txt {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

.yige-about12 .yige-contact12 {
    padding: 80px 0;
}

.yige-about12 .yige-contact12 .list {
    margin: 36px 0;
}

.yige-about12 .yige-contact12 .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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #d8d8d8;
    color: #777;
    font-size: 16px;
    padding: 27px 15px;
}

.yige-about12 .yige-contact12 .list .item:last-child {
    border-right: none;
}

.yige-about12 .yige-contact12 .list .item i {
    margin-bottom: 20px;
    font-size: 40px;
    color: #777;
}

.yige-about12 .yige-contact12 .list .item .txt {
    text-align: center;
    /*text-transform: capitalize;*/
}

@media screen and (max-width: 1200px) {
    .yige-about12 .yige-profile12 .item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .yige-about12 .yige-profile12 .item .img-box, .yige-about12 .yige-profile12 .item .txt-box {
        width: 100%;
    }

    .yige-about12 .yige-profile12 .item .txt-box {
        padding: 20px;
    }

    .yige-about12 .yige-profile12 .item .txt-box .txt-title {
        font-size: 22px;
    }

    .yige-about12 .yige-profile12 .item .txt-box .r-item-num {
        font-size: 26px;
    }

    .yige-about12 .common-title .b-title {
        font-size: 24px;
    }

    .yige-about12 .common-title .s-title {
        font-size: 18px;
    }
}

/* about-12 end */

/*# sourceMappingURL=about-12.css.map */

/* 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 */
@media screen and (max-width: 769px) {
    .bg-banner {
        min-height: 100px;
        padding: 60px 0px;
        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;
    }
}



/* roure end */

/* 公共页面banner-pg B */
.bg-banner {
    padding: 80px 0 30px;
    background-size: cover;
    background-position: center center;
    min-height: 400px;
    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: 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;
    }

    .bg-banner h3 {
        padding-top: 50px;
        font-size: 30px;
    }
}

.banner img {
    width: 100%;
}

.yige-about12 .menu .list {
    /* max-width: 1200px; */
    margin: 0 auto;
    width: 100%;
    background: #fff;
    z-index: 2
}

.index_about_detail{
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 9;
-webkit-box-orient: vertical;
}
.video_item{
    height: 230px;
    overflow: hidden;
}
.video_item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.video_text{
    text-align: center;
    padding: 20px 0 10px;
    font-size: 18px;
    color: #696969;
    height: 75px;
}
.video_btn{
    padding: 20px 25px;
    color: #fff;
    background-color:#000 ;
    margin: 20px auto 0;
}
.video_btn_div{
    text-align: center;
}
.video_btn:hover{
     color: #fff;
     background-color: var(--themeColor);
}
.news-show .content .container{
    width: 100%;
}
.tab-content>.tab-pane ul{
    list-style:unset;
    padding: revert-layer;
}
.product_detail_div{
    display: flex;
    flex-wrap: wrap;
}
.product_detail_right{
    position: relative;
}
.product_detail_right .pro-btn{
    position: absolute;
    left: 0;
    bottom: 0;
}
.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 {
    list-style: outside none none;
    margin: 35px 0 0;
    padding: 0;
    text-align: center;
    display: block;
}

.pagination li {
    display: inline-block;
    margin: 0 3px;
}

.pagination li a,
.pagination li span {
    background: #fff none repeat scroll 0 0;
    border: 1px solid var(--themeColor);
    border-radius: 0 !important;
    color: var(--themeColor);
    display: block;
    font-size: 14px;
    font-weight: 600;
    height: 35px;
    line-height: 35px;
    padding: 0 !important;
    letter-spacing: 2px;
    min-width: 35px;
    padding: 5px;
    text-transform: uppercase;
}

.pagination li.active a,
.pagination li>a:hover,
.pagination li.active a:hover,
.pagination li.active span,
.pagination li>span:hover,
.pagination li.active span:hover {
    background: var(--themeColor) none repeat scroll 0 0;
    color: #fff;
    border: 1px solid var(--themeColor);
}
.fancybox__caption{
    bottom: 20px;
}
.gallery-top  .swiper-wrapper,.gallery-thumbs .swiper-wrapper{
align-items: center !important
    
}
.product.common,
.pro-show.common,
news5 .news5,
.video{
    padding: 80px 0;
}

@media (max-width: 1024px){
      .product_detail_right .pro-btn{
        position: unset;
    }

    .contact_box{
        display: flex;
        flex-wrap: wrap;
    }
    .contact_box .box{
        height: 100%;
    }
    .news5 .list .title h6{
        height: 35px;
    }
    .route{
        height: unset;
    }
    .route::before{
        height: 100%;
    }
    .yige-about12 .menu{
        height: unset;
    }
    section .page .zhzj .zhzjc .jixie .btn_image{
    top: 50%;
     transform: translateY(-50%) scale(1);
    }
    section .page .zhzj .zhzjc .all .btn_image{
       
    }
    section .page .zhzj .zhzjc .all:hover .btn_image{
        transform: translateY(-50%) scale(1);
    }
    section .page .pj .yy .row .pinjiacyh{
        font-size: 20px;
    }
}

@media (max-width:620px){
    .a.container a{
        width: 100%;
        display: block;
    }
    .contact_box{
    display: block;
}
}
@media (max-width:992px){
  .content>.right {
    position: unset;
    top: 120px;
}

}

