blockquote,

body,

code,

dd,

div,

dl,

dt,

fieldset,

form,

h1,

h2,

h3,

h4,

h5,

h6,

input,

legend,

li,

ol,

p,

pre,

td,

textarea,

th,

ul {

    margin: 0;

    padding: 0

}



table {

    border-collapse: collapse;

    border-spacing: 0

}



fieldset,

img {

    border: 0

}



address,

caption,

cite,

code,

dfn,

em,

i,

th,

var {

    font-style: normal;

    font-weight: 400

}



caption,

th {

    text-align: left

}



q:after,

q:before {

    content: ''

}



a:focus {

    outline-style: none

}



abbr,

acronym {

    border: 0;

    font-variant: normal

}



sup {

    vertical-align: text-top

}



sub {

    vertical-align: text-bottom

}



button,

input,

select,

textarea {

    font-family: inherit;

    font-size: inherit;

    font-weight: inherit;

    outline: 0;

    border: none

}



textarea {

    resize: none

}



input::-ms-clear {

    display: none

}



a,

a:focus,

a:hover {

    text-decoration: none

}



body {

    font: 16px/1.3 Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;

    overflow-x: hidden;

    --themeColor: #029644;

    color: #333;

    -webkit-font-smoothing: antialiased;

    position: relative;

    background-color: #fff;

    --swiper-theme-color: var(--themeColor)

}



::selection {

    background: var(--themeColor);

    color: #fff

}



:focus {

    outline-color: var(--themeColor)

}



img {

    max-width: 100%;

    height: auto

}



a {

    color: inherit

}



a:hover {

    color: inherit

}



.clamp1 {

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 1;

    -webkit-box-orient: vertical;

    overflow: hidden

}



.clamp2 {

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    overflow: hidden

}



.clamp3 {

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 3;

    -webkit-box-orient: vertical;

    overflow: hidden

}



.clamp4 {

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 4;

    -webkit-box-orient: vertical;

    overflow: hidden

}



.tal {

    text-align: left

}



.tac {

    text-align: center

}



.tar {

    text-align: right

}



.cpr {

    cursor: pointer

}



.thank h5,

.thank p {

    line-height: 1.4;

    font-size: 20px;

    padding-bottom: 20px

}



.thank .back {

    padding-left: 10px;

    width: 32px;

    max-width: 100%;

    height: auto;

    cursor: pointer

}



.scroll-top {

    z-index: 999;

    position: fixed;

    bottom: 25px;

    right: 130px;

    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)

}



.pagingClick {

    margin: 0 auto;

    text-align: center;

    padding: 2% 0

}



.pagingClick a,

.pagingClick span {

    display: inline-block;

    width: 50px;

    height: 40px;

    line-height: 40px;

    text-align: center;

    font-size: 16px;

    background-color: rgba(51, 51, 51, .73);

    color: #fff;

    margin-right: 20px;

    -webkit-transition: all .4s ease 0s;

    transition: all .4s ease 0s

}



.pagingClick a:last-child,

.pagingClick span:last-child {

    margin-right: 0

}



.pagingClick a:hover,

.pagingClick span {

    color: #fff;

    background-color: var(--themeColor)

}



.nav-top {

    background-color: var(--themeColor);

    color: #fff;

    font-size: 16px;

    font-weight: 500

}



.nav-top .row {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between

}



.nav-top .header-info {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-flex: 2;

    -ms-flex: 2;

    flex: 2;

    padding: 20px 0

}



.nav-top .header-info li {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex

}



.nav-top .header-info li:not(:last-child) {

    padding-right: 12px;

    margin-right: 12px;

    border-right: 1px solid #aaa

}



.nav-top .header-info li .txt {

    margin-left: 6px

}



.nav-top .header-socials {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: end;

    -ms-flex-pack: end;

    justify-content: flex-end;

    -webkit-box-flex: 1;

    -ms-flex: 1;

    flex: 1

}



.nav-top .header-socials .icon-list {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    padding: 12px

}



.nav-top .header-socials .icon-list a {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    width: 36px;

    height: 36px;

    margin-right: 4px;

    border-radius: 50%;

    -webkit-transition: all .2s ease;

    transition: all .2s ease

}



.nav-top .header-socials .icon-list a:hover {

    background-color: #03111d

}



.nav-top .header-socials .skip-btn a {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    padding: 20px 24px;

    border-radius: 5px;

    background-color: var(--themeColor);

    -webkit-transition: all .2s ease;

    transition: all .2s ease

}



.nav-top .header-socials .skip-btn a {

    background-color: #0a6d33

}



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: -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: 0 0

}



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: 15px;

    position: relative;

    text-transform: capitalize

}



header .m-menu {

    color: #fff

}



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 .header-nav .actived>a {

    color: #fff;

    background-color: var(--themeColor)

}



@media (min-width:1025px) {

    header .navs .wap-nav {

        position: relative;

        z-index: 9;

        padding: 30px 1%;

        background: #fff

    }



    header .navs .wnl .header-nav {

        display: block !important

    }



    header .navs .pdl {

        padding-left: 10%

    }



    header .navs .header-nav .fourth-sub,

    header .navs .header-nav .sub-menu,

    header .navs .header-nav .third-sub {

        position: absolute;

        top: 80px;

        left: 0;

        width: 200px;

        z-index: 999;

        min-width: 230px;

        background-color: #fff;

        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; */

        display: none;

        -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .32);

        box-shadow: 0 0 16px 0 rgba(0, 0, 0, .32);

        text-align: left

    }



    header .navs .header-nav .fourth-sub,

    header .navs .header-nav .third-sub {

        width: 300px

    }



    header .navs .header-nav .sub-menu li:not(:last-child) {

        border-bottom: 1px solid #ddd

    }



    header .navs .header-nav .sub-menu a {

        padding: 10px;

        font-size: 15px;

        color: #272727;

        line-height: 1.4

    }



    header .navs .header-nav>ul>li>a:hover {

        color: #fff;

        background-color: var(--themeColor)

    }



    header .navs .header-nav .sub-menu a {

        -webkit-transition: all .5s;

        transition: all .5s

    }



    header .navs .header-nav .sub-menu a:hover {

        transform: translateX(6px)

    }



    header .navs .header-nav .sub-menu li:hover {

        background-color: #f2f2f2

    }



    header .navs .header-nav .active>.submenu-button,

    header .navs .header-nav a:hover::after {

        border-bottom-color: var(--themeColor);

        border-right-color: var(--themeColor)

    }



    header .navs .header-nav .sub-menu a:hover::after {

        border-bottom-color: #fff;

        border-right-color: #fff

    }



    header .navs .header-nav .sub-menu li a::after {

        -webkit-transform: rotate(316deg);

        transform: rotate(316deg)

    }



    header .navs .header-nav .fourth-sub,

    header .navs .header-nav .third-sub {

        top: 0;

        left: 100%

    }



    header .navs .header-nav .sub-menu li:hover .third-sub,

    header .navs .header-nav .third-sub li:hover .fourth-sub,

    header .navs .header-nav li:hover .sub-menu {

        /* opacity: 1; */

        display: block;

        visibility: visible;

        top: 100%

    }



    header .navs .header-nav .sub-menu li:hover .third-sub,

    header .navs .header-nav .third-sub li:hover .fourth-sub {

        top: 0

    }



    header .navs .header-nav .sub-menu .submenu-button {

        position: absolute;

        top: 44%;

        right: 14px;

        width: 5px;

        height: 5px;

        border-bottom: 1px solid #fff;

        border-right: 1px solid #fff;

        content: "";

        -webkit-transform: rotate(315deg);

        transform: rotate(315deg);

        border-bottom-color: #272727;

        border-right-color: #272727

    }



    header .navs .header-nav .sub-menu li:hover .submenu-button {

        border-bottom-color: #272727;

        border-right-color: #272727

    }



    header .navs .header-nav>ul>li:hover>.submenu-button {

        border-bottom-color: var(--themeColor);

        border-right-color: var(--themeColor)

    }



    header .navs .wnl {

        display: block !important;

        margin-top: 10px

    }



    .navs .header-nav li .m-menu {

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        -webkit-box-align: center;

        -ms-flex-align: center;

        align-items: center;

        -webkit-box-pack: center;

        -ms-flex-pack: center;

        justify-content: center;

        position: relative;

        padding: 10px 20px;

        border-radius: 20px;

        transition: all .3s;

        font-weight: 600;

        font-size: 16px;

        text-transform: uppercase

    }



    header .navs .sub-menu li {

        width: 100%

    }



    header .navs .wap-nav .wpl h1 img {

        width: 180px

    }



    header .navs .wap-nav .wap-logo {

        cursor: default

    }

}



.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 .5s ease-in-out;

    animation: menu_sticky .5s ease-in-out;

    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .32);

    box-shadow: 0 0 16px 0 rgba(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

    }



    .sub-menu,

    .third-sub,

    header .header-nav,

    header .topbar {

        display: none

    }



    header .navs .wpl {

        display: block

    }



    header .navs .wpl h1 {

        float: left

    }



    .navbar-toggle {

        margin: 25px 0 0 0;

        padding: 0

    }



    header .navs .logo img {

        width: 150px

    }



    header .navs {

        width: 100%;

        height: 52px;

        background-color: #fff

    }



    header .navs .wnl {

        padding: 0

    }



    .wap-nav>.pull-left {

        width: 100%

    }



    .wap-nav .wpl {

        width: 100%;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        -webkit-box-pack: justify;

        -ms-flex-pack: justify;

        justify-content: space-between;

        padding: 0 15px

    }



    .wap-nav .wnl {

        width: 100%;

        height: 100%;

        position: fixed;

        top: 51px;

        left: 0;

        z-index: 999;

        display: none

    }



    header .navs .search {

        display: none

    }



    .wap-nav .header-nav {

        text-align: left;

        width: 100%;

        background-color: rgba(0, 0, 0, .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, .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, .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 .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 .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

    }

}



footer {

    z-index: 0;

    position: relative;

    background-color: #102147

}



footer::before {

    z-index: -1;

    background: rgba(26, 26, 26, .8) none repeat scroll 0 0;

    content: " ";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%

}



footer .footer-top {

    padding: 60px 0

}



footer .footer-top .footer-title {

    margin-bottom: 28px;

    font-size: 22px;

    font-weight: 700;

    color: #fff

}



footer .footer-top .footer-desc {

    margin-bottom: 15px;

    font-size: 16px;

    color: #bbb;

    line-height: 1.7

}



footer .footer-top .icons-box {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    margin-bottom: 20px

}



footer .footer-top .icons-box a {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    margin-right: 6px;

    width: 41px;

    height: 41px;

    border-radius: 50%;

    color: #fff;

    background-color: #333;

    -webkit-transition: all .3s;

    transition: all .3s

}



footer .footer-top .icons-box a:hover {

    background-color: var(--themeColor)

}



footer .footer-top .icons-box a i {

    font-size: 20px

}



footer .footer-top .link {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    font-size: 16px;

    color: #bbb

}



footer .footer-top .link li {

    width: 50%;

    position: relative;

    padding-left: 20px;

    line-height: 36px;

    text-transform: uppercase

}



footer .footer-top .link li:hover::before {

    color: #102147

}



footer .footer-top .link li::before {

    position: absolute;

    left: 0;

    opacity: 1;



    font-family: iconfont !important;

    color: var(--themeColor);

    font-size: 14px

}



footer .footer-top .footer-news a {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    margin-bottom: 20px

}



footer .footer-top .footer-news .img-box {

    -webkit-box-flex: 1.1;

    -ms-flex: 1.1;

    flex: 1.1

}



footer .footer-top .footer-news .img-box img {

    max-height: 62px;

    -o-object-fit: cover;

    object-fit: cover

}



footer .footer-top .footer-news .txt {

    -webkit-box-flex: 2.8;

    -ms-flex: 2.8;

    flex: 2.8;

    margin-left: 16px

}



footer .footer-top .footer-news .txt .time {

    color: #888f96;

    font-size: 14px;

    line-height: 12px;

    padding: 4px 0

}



footer .footer-top .footer-news .txt h2 {

    font-size: 16px;

    color: #bbb;

    text-transform: capitalize

}



footer .footer-top .info-list {

    font-size: 16px;

    color: #bbb

}



footer .footer-top .info-list span {

    line-height: 36px

}



footer .footer-top .info-list i {

    margin-right: 6px

}



footer .footer-top .footer-btn {

    margin-top: 15px

}



footer .footer-top .footer-btn a {

    display: inline-block;

    padding: 18px 24px;

    border-radius: 5px;

    background-color: var(--themeColor);

    -webkit-transition: all .3s;

    transition: all .3s

}



footer .footer-top .footer-btn a:hover {

    background-color: #0a6d33

}



footer .footer-bottom {

    color: #bbb;

    text-align: center;

    padding: 30px 0;

    border-top: 1px solid rgba(250, 250, 250, .1)

}



@media (min-width:1400px) {

    .container {

        max-width: 1300px;

        width: auto

    }

}



about8 .about8 .a {

    padding-top: 90px;

    padding-bottom: 100px

}



about8 .about8 .a .total {

    display: flex;

    flex-flow: column;

    align-items: center;

    justify-content: center

}



about8 .about8 .a .total p {

    margin-bottom: 0

}



about8 .about8 .a .total p span {

    font-size: 12px

}



about8 .about8 .a .total p {

    font-size: 16px;

    line-height: 30px;

    text-align: center;

    color: #909090;

    line-height: 1.8

}



about8 .about8 .b {

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

    min-height: 700px;

    display: flex;

    align-items: center

}



about8 .about8 .b .total .title {

    display: flex;

    flex-flow: column;

    align-items: center;

    justify-content: center;

    padding-bottom: 50px

}



about8 .about8 .b p span {

    font-size: 12px;

    color: #fff

}



about8 .about8 .b p {

    margin-bottom: 0

}



about8 .about8 .b .left {

    padding-left: 0

}



about8 .about8 .b .left .img img {

    max-width: 100%;

    height: auto

}



about8 .about8 .b .right .a {

    padding-top: 0;

    padding-bottom: 0;

    height: 65px;

    display: flex;

    flex-flow: row;

    padding-left: 0;

    padding-right: 0;

    margin-bottom: 25px;

    margin-top: 0

}



about8 .about8 .b .imgsss {

    padding-left: 0;

    padding-right: 0;

    display: flex;

    flex-flow: row;

    align-items: center;

    justify-content: center

}



about8 .about8 .b .right .a .left {

    width: 100px;

    height: 100%;

    background-color: var(--themeColor);

    display: flex;

    flex-flow: column;

    align-items: center;

    justify-content: center;

    padding-left: 0;

    padding-right: 0

}



about8 .about8 .b .right .a .left h2 {

    font-size: 48px;

    color: #fff;

    font-weight: 600

}



about8 .about8 .b .right .a .right {

    height: 100%;

    background-color: #fff;

    padding-left: 30px;

    display: flex;

    flex-flow: column;

    justify-content: center;

    width: 100%;

    align-items: flex-start

}



about8 .about8 .b .right .a .right p {

    font-size: 16px

}



about8 .about8 .b .right .a .right .p {

    font-size: 14px;

    color: #666

}



about8 .about8 .b .right {

    display: flex;

    flex-flow: column;

    align-items: center;

    justify-content: center

}



about8 .about8 .b .right .a:last-child {

    margin-bottom: 0

}



about8 .about8 .b .left .img {

    min-height: 360px;

    max-height: 360px;

    display: flex;

    flex-flow: column;

    align-items: center;

    justify-content: center;

    overflow: hidden

}



about8 .about8 .c {

    padding-top: 90px;

    padding-bottom: 100px

}



about8 .about8 .c .total .title {

    display: flex;

    flex-flow: column;

    align-items: center;

    justify-content: center

}



about8 .about8 .c .total .title p {

    font-size: 14px;

    color: #666;

    margin-bottom: 0

}



about8 .about8 .c .total .list .c {

    padding-top: 0;

    padding-bottom: 0;

    padding-left: 0;

    padding-right: 0;

    margin-bottom: 100px

}



about8 .about8 .c .total .list .c:nth-child(2n) {

    display: flex;

    flex-direction: row-reverse

}



about8 .about8 .c .total .list .c:last-child {

    margin-bottom: 0

}



about8 .about8 .c .total .list .c .left .top {

    display: flex

}



about8 .about8 .c .total .list .c .left .top h2 {

    font-size: 30px;

    color: var(--themeColor)

}



about8 .about8 .c .total .list .c .left .top p {

    color: #333;

    font-size: 20px !important

}



about8 .about8 .c .total .list .c .left .top .right {

    width: 100%;

    padding-left: 50px

}



about8 .about8 .c .total .list .c .left .bottom {

    padding-left: 115px;

    font-size: 14px;

    color: #909090;

    margin-top: 20px;

    line-height: 1.8

}



about8 .about8 .c .total .list .c .left .top .left {

    width: 40px !important;

    height: 40px !important;

    background-color: var(--themeColor);

    display: flex;

    flex-flow: column;

    align-items: center;

    justify-content: center;

    transform: rotate(45deg);

    margin-top: 15px

}



about8 .about8 .c .total .list .c .left .top .left .hr {

    width: 40px;

    height: 40px;

    border: 1px solid #fff;

    display: flex;

    flex-flow: column;

    align-items: center;

    justify-content: center

}



about8 .about8 .c .total .list .c .left .top .left h2 {

    transform: rotate(315deg);

    color: #fff

}



about8 .about8 .c .total .list .c .right {

    padding-left: 0;

    padding-right: 0

}



about8 .about8 .c .total .list .c .right .img {

    display: flex;

    flex-flow: column;

    align-items: center;

    justify-content: flex-start;

    overflow: hidden

}



about8 .about8 .c .total .list .c .right img {

    max-width: 100%;

    height: auto

}



@media screen and (max-width:768px) {



    body,

    html {

        overflow-x: hidden

    }



    about8 .about8 .b .total .title {

        padding-top: 20px

    }



    about8 .about8 .c .total .list {

        padding-left: 0;

        padding-right: 0

    }



    about8 .about8 .c .total .list .c {

        padding-left: 0;

        padding-right: 0

    }



    about8 .about8 .a span b {

        font-size: 18px

    }



    about8 .about8 .b .total .title span b {

        font-size: 18px

    }



    about8 .about8 .b .right .a .left h2 {

        font-size: 18px

    }



    about8 .about8 .b .right .a {

        margin-top: 20px

    }



    about8 .about8 .b .right .a .right {

        padding-left: 0;

        padding-left: 10px

    }



    about8 .about8 .c .total .list .c .left .bottom {

        padding-left: 0

    }



    about8 .about8 .c .total .list .c:nth-child(2n) {

        display: flex;

        flex-direction: column

    }



    about8 .about8 .c .total .list .c .left .bottom {

        margin-bottom: 10px

    }



    about8 .about8 .c .total .list .c .left .top p {

        font-size: 16px !important

    }



    about8 .about8 .c .total .list .c .left .top h2 {

        font-size: 18px

    }

}



.contact .content {

    padding: 50px 0

}



.contact .content form {

    padding-bottom: 10px

}



.contact .content>div {

    padding-top: 20px

}



.contact .content .info .boxs {

    padding: 0 5px;

    padding-bottom: 0;

    padding-top: 0

}



.contact .content .form {

    background: #eee

}



.contact .content .info {

    background-color: var(--themeColor);

    min-height: 381px

}



.contact .content .info {

    padding-top: 0

}



.contact .content .info h4 {

    color: #fff;

    text-align: center

}



.contact .content h4 {

    font-size: 18px;

    font-weight: 700;

    position: relative;

    padding-bottom: .5em;

    margin-bottom: 20px

}



.contact .content h4::after {

    content: "";

    position: absolute;

    height: 3px;

    width: 50px;

    bottom: 0;

    left: 0;

    background-color: var(--themeColor)

}



.contact .content form .box {

    margin-bottom: 15px

}



.contact .content form p {

    font-weight: 600;

    margin-bottom: 5px;

    color: #9e9e9e;

    font-size: 16px

}



.contact .content form input {

    width: 100%;

    height: 35px;

    line-height: 34px;

    padding-left: 15px;

    border: 1px solid #ddd;

    font-size: 16px

}



.contact .content form textarea {

    width: 100%;

    height: 100px;

    padding: 10px 15px;

    border: 1px solid #ddd;

    margin-bottom: 15px;

    font-size: 16px

}



.contact .content .info .boxs i {

    float: left;

    width: 43px;

    background: var(--themeColor);

    color: #fff;

    line-height: 35px;

    text-align: center;

    margin-bottom: 15px;

    font-size: 20px;

    text-align: left

}



.contact .content .info .boxs p {

    color: #fff;

    font-size: 16px;

    margin-left: 55px;

    margin-bottom: 0;

    line-height: 21px

}



.contact .content .info .boxs a {

    color: #fff

}



.btn-primary {

    background-color: var(--themeColor);

    border: none

}



.contact .content h5 {

    margin: 0;

    color: #fff;

    line-height: 21px;

    font-size: 16px;

    margin-left: 55px

}



.read {

    padding: 30px 0;

    border-top: 1px solid #eee

}



.read h4 {

    font-size: 18px;

    font-weight: 700;

    position: relative;

    padding-bottom: .5em;

    margin-bottom: 2em

}



.read h4::after {

    content: "";

    position: absolute;

    height: 3px;

    width: 50px;

    bottom: 0;

    left: 0;

    background-color: var(--themeColor)

}



.read a h5 {

    margin: .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

}



.read a .mate {

    margin: 0 -5px

}



.read a .mate span {

    margin: 0 5px;

    color: #272727;

    font-size: 15px;

    text-transform: capitalize

}



.read a .mate span i {

    color: var(--themeColor)

}



.read a p {

    font-size: 12px;

    margin: .8em 0;

    height: 54px;

    line-height: 1.5em;

    color: #666;

    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 .swiper-pagination-bullet-active {

    background-color: var(--themeColor)

}



.read .swiper-slide a {

    display: block;

    border: 1px solid #ddd;

    padding: 15px;

    border-radius: 4px;

    margin-bottom: 5px

}



.read .swiper-slide .box-img {

    height: 300px;

    overflow: hidden;

    display: flex;

    align-items: center;

    justify-content: center

}



@media screen and (max-width:768px) {

    .read {

        padding: 30px 15px

    }



    .contact .content h4 {

        margin-bottom: 10px;

        padding: 0 15px

    }



    .contact .content h4::after {

        left: 15px

    }

}



.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, .73);

    color: #fff;

    margin-right: 20px

}



.pagingClick span {

    color: #fff;

    background-color: var(--themeColor)

}



product .product {

    padding-top: 80px

}



.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 .4s ease 0s

}



.common .common-nav form button:hover {

    background: #212121

}



.common .common-nav>h2 {

    font-size: 15px;

    font-weight: 700;

    text-transform: uppercase;

    border-left: 5px solid var(--themeColor);

    padding-left: .5em;

    padding-top: 10px;

    padding-bottom: 10px;

    background-color: #f5f5f5;

    margin-bottom: 10px

}



.common .pro-nav ul {

    list-style: none

}



.yige-home .yige-part-c ul {

    list-style: none

}



.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 .fourth-items,

.common .pro-nav .second-items,

.common .pro-nav .third-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 h2 {

    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 .conmmon-content .box-img {

    overflow: hidden;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #ddd

}



.common .content-list {

    margin-bottom: 20px

}



.pro-show15 .gallery-top .swiper-slide {

    min-height: 620px;

    max-height: 620px;

    display: flex;

    flex-flow: column;

    align-items: center;

    justify-content: center;

    overflow: hidden;

    border: 1px solid #ddd

}



.pro-show15 .gallery-thumbs .swiper-slide {

    min-height: 120px;

    max-height: 120px;

    display: flex;

    flex-flow: column;

    align-items: center;

    justify-content: center;

    overflow: hidden

}



.pro-hot .ph-content .imgss {

    max-height: 250px;

    min-height: 250px;

    display: flex;

    flex-flow: column;

    align-items: center;

    justify-content: center;

    overflow: hidden

}



.common .conmmon-content img {

    -webkit-transition: .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 .3s ease-in-out

}



.common .conmmon-content .text h2 {

    text-decoration: none;

    color: #121212;

    margin: 5px 0;

    font-size: 18px;

    font-weight: 600;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 1;

    -webkit-box-orient: vertical

}



.common .conmmon-content .text h3 {

    line-height: 1.8em;

    color: #909090;

    font-size: 14px;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 3;

    -webkit-box-orient: vertical;

    min-height: 58px;

    max-height: 58px

}



.common .conmmon-content .button-box {

    display: inline-block;

    border: 2px solid;

    padding: .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 h2,

.common .conmmon-content a:hover h3 {

    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 h5 {

    position: relative;

    font-weight: 500;

    margin-bottom: 2px;

    font-size: 30px;

    position: relative;

    padding-bottom: 15px;

    margin-bottom: 25px

}



.common .content .top h5::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

}



@media screen and (max-width:768px) {

    .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

    }

}



.pro-show15 {

    margin: 80px 0

}



.pro-show15 .gallery-top {

    margin-bottom: 8px

}



.pro-show15 .gallery-thumbs img {

    border-radius: 4px;

    cursor: pointer

}



.pro-show15 .swiper-button-next,

.pro-show15 .swiper-button-prev {

    width: 32px;

    height: 32px;

    border-radius: 50%;

    border: 2px solid rgba(255, 255, 255, .6)

}



.pro-show15 .swiper-button-next:after,

.pro-show15 .swiper-button-prev:after {

    font-size: 16px

}



.pro-show15 .gallery-thumbs .swiper-slide {

    opacity: .4;

    border: 2px solid transparent;

    border-radius: 4px

}



.pro-show15 .gallery-thumbs .swiper-slide-thumb-active {

    opacity: 1;

    border-color: var(--themeColor)

}



.pro-show15 .content .right h2 {

    font-size: 20px;

    font-weight: 600;

    margin-bottom: 20px;

    text-transform: capitalize

}



.pro-show15 .content .right h3 {

    font-size: 16px;

    line-height: 24px;

    color: #909090

}



.pro-show15 .content .right .pro-btn15 {

    margin: 30px 20px;

    display: flex;

    align-items: center;

    justify-content: center

}



.pro-show15 .content .right .pro-btn15 {

    padding-left: 15%;

    padding-right: 15%

}



.pro-show15 .content .right .pro-btn15 .pro15-form,

.pro-show15 .content .right .pro-btn15 a {

    flex: 1;

    text-transform: uppercase;

    background-color: var(--themeColor);

    color: #fff;

    font-weight: 600;

    font-size: 15px;

    margin-right: 30px;

    text-align: center;

    padding: 15px 0;

    cursor: pointer;

    transition: color .3s cubic-bezier(.55, .21, .51, .75), background-color .3s cubic-bezier(.55, .21, .51, .75), border-color .3s cubic-bezier(.55, .21, .51, .75)

}



.pro-show15 .content .right .pro-btn15 .pro15-form:hover,

.pro-show15 .content .right .pro-btn15 a:hover {

    background-color: #30271c

}



.pro-show15 .modal .modal-header {

    border: none

}



.pro-show15 .modal-header .close {

    margin-top: -20px

}



.pro-show15 .modal .modal-content {

    padding: 30px

}



.pro-show15 .modal .modal-title {

    font-weight: 600;

    font-size: 24px;

    line-height: 24px;

    color: #3d474a

}



.pro-show15 .modal .modal-body form .modal-box {

    padding-bottom: 20px

}



.pro-show15 .modal .modal-body form .modal-box p {

    line-height: 1.4;

    padding-bottom: 6px;

    color: #767676;

    font-size: 14px

}



.pro-show15 .modal .modal-body form .modal-box input {

    border: none;

    height: 40px;

    font-size: 13px;

    line-height: 1.4;

    padding: 9px 12px;

    display: block;

    width: 100%;

    color: #555;

    background-color: #fff;

    background-image: none;

    border: 1px solid #ccc;

    border-color: #e1e6eb

}



.pro-show15 .modal .modal-body form .modal-box textarea {

    border: none;

    font-size: 13px;

    line-height: 1.4;

    padding: 9px 12px;

    display: block;

    width: 100%;

    color: #555;

    background-color: #fff;

    background-image: none;

    border: 1px solid #ccc;

    border-color: #e1e6eb

}



.pro-show15 .modal .modal-body form .footer-sub {

    padding: 9px 15px;

    color: #fff;

    background-color: var(--themeColor);

    border: none;

    display: block

}



.pro-show15 .modal-dialog {

    top: 15%

}



input::-webkit-input-placeholder,

textarea::-webkit-input-placeholder {

    color: #999;

    font-size: 13px

}



.pro-show15 .right .txt {

    padding: 20px;

    border-bottom: 2px solid #efefef;

    border-top: 2px solid #efefef

}



.pro-show15 .right .txt ul {

    list-style: disc

}



.pro-show15 .right .txt p {

    line-height: 1.8;

    font-size: 16px;

    color: #909090

}



.pro-show15 .right .txt li {

    line-height: 1.8;

    font-size: 16px;

    color: #909090

}



.pro-show15 .right .pro-share p strong,

.pro-show15 .right .txt p strong {

    line-height: 1.8;

    font-size: 16px;

    color: #909090

}



.pro-show15 .right .pro-share {

    font-size: 16px;

    padding: 20px 0;

    display: flex;

    flex-flow: row;

    align-items: center

}



.pro-show15 .right .pro-share i {

    margin-right: 10px;

    color: #999

}



.pro-show15 .right .pro-share i:hover {

    color: var(--themeColor)

}



.pro-show15 .pshow-content {

    margin-top: 50px;

    padding: 50px 0;

    border-bottom: 2px solid #efefef;

    border-top: 2px solid #efefef

}



.pro-show15 .nav-tabs {

    border: none;

    display: flex;

    align-items: center;

    justify-content: center

}



.pro-show15 .nav-tabs>li.active>a,

.pro-show15 .nav-tabs>li.active>a:focus,

.pro-show15 .nav-tabs>li.active>a:hover {

    border: none

}



.pro-show15 .nav-tabs a {

    font-size: 20px;

    font-weight: 600;

    color: #282828;

    text-transform: uppercase;

    padding: 10px 30px;

    border-bottom: 2px solid #efefef;

    border-left: 2px solid #efefef !important

}



.pro-show15 .nav-tabs li:first-child a {

    border-left: none !important

}



.pro-show15 .nav-tabs .active>a {

    border-bottom: 2px solid var(--themeColor) !important

}



.pro-show15 .tab-content {

    padding-top: 30px;

    font-size: 16px

}



.pro-show15 h1,

.pro-show15 h2,

.pro-show15 h3,

.pro-show15 h4,

.pro-show15 h5,

.pro-show15 h6 {

    color: #909090

}



.pro-show15 a,

.pro-show15 li,

.pro-show15 p {

    font-size: 16px;

    line-height: 1.8;

    color: #909090

}



.pro-show15 .pro-hot {

    margin-top: 50px

}



.pro-show15 .pro-hot h4 {

    font-size: 20px;

    text-transform: capitalize;

    font-weight: 600;

    margin-bottom: 20px

}



.pro-show15 .pro-hot .ph-content figure {

    position: relative;

    overflow: hidden;

    display: flex;

    align-items: center;

    justify-content: center

}



.pro-show15 .pro-hot .ph-content figure span {

    line-height: 50px;

    height: 50px;

    width: 100%;

    text-align: center;

    background: var(--themeColor);

    color: #fff;

    position: absolute;

    bottom: 0;

    -webkit-transition: all ease .3s;

    transition: all ease .3s;

    -webkit-transform: scale(1, 0);

    transform: scale(1, 0);

    -webkit-transform-origin: bottom;

    transform-origin: bottom;

    font-size: 16px

}



.pro-show15 .pro-hot .ph-content figure:hover span {

    -webkit-transform: scale(1, 1);

    transform: scale(1, 1)

}



.pro-show15 .pro-hot .ph-content h2 {

    font-size: 20px;

    font-weight: 600;

    color: #222;

    margin: 15px 0

}



.pro-show15 .pro-hot .ph-content h3 {

    font-size: 18px;

    color: var(--themeColor)

}



@media screen and (max-width:768px) {

    .pro-show15 .pshow-content {

        padding: 30px 15px

    }



    .pro-hot {

        padding: 0 15px

    }



    .pro-show15 .nav-tabs a {

        font-size: 16px;

        padding: 5px 0

    }



    .pro-show15 .content .right .pro-btn15 .pro15-form,

    .pro-show15 .content .right .pro-btn15 a {

        font-size: 12px;

        margin-right: 15px

    }



    .pro-show15 .modal-dialog {

        top: 8%

    }



    .pro-show15 .modal .modal-body form .modal-box {

        padding-bottom: 10px

    }



    .pro-show15 .modal .modal-content {

        padding: 30px 15px 0 15px

    }

}



news5 .news5 {

    padding-top: 60px;

    padding-bottom: 60px;

    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

}



news5 .news5 .yige-nav {

    display: flex;

    flex-flow: row;

    align-items: center;

    justify-content: center;

    padding-left: 0;

    padding-right: 0

}



news5 .news5 .yige-nav li {

    border: 1px solid #ddd;

    padding: 13px 20px;

    background-color: #fff;

    cursor: pointer

}



news5 .news5 .yige-nav li a {

    color: #333;

    text-transform: capitalize;

    position: relative;

    border-radius: 0;

    border-right: none

}



news5 .news5 .yige-nav .active {

    background-color: var(--themeColor);

    position: relative

}



news5 .news5 .yige-nav .active::after {

    content: '';

    width: 0;

    height: 0;

    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%)

}



news5 .news5 .yige-nav .active a {

    color: #fff;

    pointer-events: none

}



news5 .tab-content {

    margin-top: 50px

}



news5 .list .img {

    display: flex;

    flex-flow: column;

    align-items: center;

    justify-content: center;

    overflow: hidden;

    height: 230px;

    /* min-height: 230px; */

    /* max-height: 230px */

}



news5 .list .title h6{

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    line-clamp: 1;

    -webkit-line-clamp: 1;

    -webkit-box-orient: vertical;

}



news5 .list .img img {

    max-width: 100%;

    height: auto

}



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;

    font-size: 16px;

    text-align: center;

    text-transform: capitalize

}



news5 .list .title p {

    margin-top: 20px;

    color: #909090;

    font-size: 15px;

    text-align: center;

    min-height: 76px;

    max-height: 76px;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    line-clamp: 4;

    -webkit-line-clamp: 4;

    -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: 0;

    padding-right: 0

}



news5 .list .all .time {

    position: absolute;

    width: 60px;

    height: 66px;

    background-color: var(--themeColor);

    top: 0;

    left: 0;

    display: flex;

    flex-flow: column;

    align-items: center;

    justify-content: center;

    color: #fff;

    font-size: 16px;

    text-align: center

}



news5 .list .all .time b {

    font-size: 23px

}



@media screen and (max-width:1025px) {

    news5 .list .img {

        padding-top: 10px

    }



    .hidden-xs {

        display: none

    }

}



@media screen and (max-width:500px) {

    news5 .news5 .yige-nav {

        flex-flow: column

    }



    news5 .news5 .yige-nav li {

        margin-bottom: 15px

    }



    news5 .news5 .list {

        padding-left: 0;

        padding-right: 0

    }



    news5 .news5 .list .a {

        padding-left: 0;

        padding-right: 0

    }



    news5 .tab-content {

        padding-left: 0;

        padding-right: 0

    }

}



.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;

    text-transform: capitalize

}



.news-show .article .dg-header .time {

    font-size: 14px;

    color: #909090

}



.news-show .article .content {

    font-size: 16px;

    color: #909090;

    line-height: 1.4;

    padding: 20px

}



.news-show .article .content p {

    line-height: 1.4;

    margin-bottom: 15px

}



.news-show .article .content li,

.news-show .article .content p {

    font-size: 16px;

    color: #909090;

    line-height: 1.8

}



.news-show .article .content div {

    font-size: 16px;

    color: #909090;

    line-height: 1.8

}



.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 .yigeListRead {

    font-size: 16px;

    padding-left: 0;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

    text-decoration: none;

    color: inherit;

    padding-bottom: 15px;

    cursor: pointer

}



.news-show .article-related .yigeListRead span {

    color: #909090;

    font-weight: 400;

    text-transform: capitalize

}



.news-show .article-related .yigeListRead strong {

    color: #909090

}



.news-show .article-related .yigeListRead:hover span {

    color: var(--themeColor)

}



.news-show {

    margin: 50px 0

}



.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 .4s ease 0s

}



.common .common-nav form button:hover {

    background: #212121

}



.common .common-nav h3 {

    font-size: 15px;

    font-weight: 700;

    text-transform: uppercase;

    border-left: 5px solid var(--themeColor);

    padding-left: .5em;

    padding-top: 10px;

    padding-bottom: 10px;

    background-color: #f5f5f5;

    margin-top: 0

}



.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;

    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 .active .one {

    color: var(--themeColor)

}



.common .pro-nav .fourth-items,

.common .pro-nav .second-items,

.common .pro-nav .third-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: .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 .3s ease-in-out

}



.common .conmmon-content .text h2 {

    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: 2;

    -webkit-box-orient: vertical;

    height: 44px;

    text-transform: capitalize

}



.common .conmmon-content .text h3 {

    line-height: 1.8em;

    color: #909090;

    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: .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 h2,

.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

}



.video {

    margin-top: 80px

}



.yige {

    box-shadow: 0 3px 5px #ddd

}



.yige .dg-single-gallery {

    position: relative;

    overflow: hidden;

    background: var(--main-theme-color) none repeat scroll 0 0;

    cursor: pointer;

    display: block;

    max-width: 100%;

    -webkit-perspective: 1200px;

    perspective: 1200px;

    -webkit-transform: translate3d(0, 0, 300px);

    transform: translate3d(0, 0, 300px);

    transition: opacity .35s ease 0s, transform .35s ease 0s, -webkit-transform .35s ease 0s

}



.yige .dg-single-gallery img {

    background: var(--main-theme-color) none repeat scroll 0 0;

    cursor: pointer;

    display: block;

    width: 100%;

    overflow: hidden;

    -webkit-transform: scale(1.2);

    transform: scale(1.2);

    -webkit-transition-duration: .4s;

    transition-duration: .4s;

    -webkit-transition-timing-function: ease-out;

    transition-timing-function: ease-out

}



.yige .dg-single-gallery:hover img {

    opacity: .3;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0)

}



.yige .dg-single-gallery .dg-gallery-caption:before {

    content: "";

    height: 160px;

    left: 50%;

    opacity: 0;

    position: absolute;

    top: 50%;

    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);

    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);

    -webkit-transform-origin: 50% 50% 0;

    transform-origin: 50% 50% 0;

    transition: opacity .35s ease 0s, transform .35s ease 0s, -webkit-transform .35s ease 0s;

    width: 160px

}



.yige .dg-single-gallery:hover .dg-gallery-caption:before {

    opacity: 1;

    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);

    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1)

}



.yige .dg-gallery-caption p {

    font-size: 121%;

    line-height: 2;

    text-align: center;

    text-transform: none;

    width: 100px;

    left: 50%;

    position: absolute;

    top: 50%;

    -webkit-transform: translate3d(-50%, -50%, 0);

    transform: translate3d(-50%, -50%, 0);

    -webkit-transform-origin: 50% 50% 0;

    transform-origin: 50% 50% 0;

    transition: opacity .35s ease 0s, transform .35s ease 0s, -webkit-transform .35s ease 0s

}



.yige .dg-gallery-caption p a {

    color: #fff;

    cursor: pointer;

    -webkit-transition: all .2s linear 0s;

    transition: all .2s linear 0s;

    display: inline-block;

    margin: 0 2px

}



.yige .dg-gallery-caption p a i {

    color: #1c1c1c;

    display: inline-block;

    font-weight: 300;

    margin-right: 12px;

    opacity: 0;

    transition: opacity .35s ease 0s, transform .35s ease 0s, -webkit-transform .35s ease 0s

}



.yige .dg-gallery-caption p a i:before {

    background: #fff none repeat scroll 0 0;

    border-radius: 5px;

    height: 50px;

    line-height: 15px;

    padding: 10px;

    position: relative;

    text-align: center;

    -webkit-transition: all .2s linear 0s;

    transition: all .2s linear 0s;

    vertical-align: middle;

    width: 50px;

    color: #333

}



.yige .dg-gallery-caption p a:first-child i {

    -webkit-transform: translate3d(-60px, -60px, 0);

    transform: translate3d(-60px, -60px, 0)

}



.yige .dg-single-gallery:hover p i:empty {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0)

}



.yige .dg-gallery-caption p a:nth-child(2) i {

    -webkit-transform: translate3d(60px, -60px, 0);

    transform: translate3d(60px, -60px, 0)

}



.yige h2 {

    margin: 0;

    padding: 0

}



.yige a {

    -webkit-transition: all .4s ease 0s;

    transition: all .4s ease 0s;

    color: #333;

    font-weight: 600

}



.yige a:focus {

    text-decoration: none;

    outline: medium none;

    color: inherit

}



.yige a:hover {

    color: inherit;

    text-decoration: none;

    color: inherit

}



.yige:hover .dg-promo-text {

    border-bottom: 3px solid var(--main-theme-color)

}



.yige .dg-promo-text {

    background: #fff none repeat scroll 0 0;

    padding: 20px;

    text-align: center;

    -webkit-transition: all .3s ease 0s;

    transition: all .3s ease 0s

}



.yige .dg-promo-text>h2 {

    text-transform: capitalize;

    color: #333;

    white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

    font-size: 16px;

    font-weight: 600

}



.yige .dg-promo-text a:hover {

    color: var(--main-theme-color)

}



.pagination a {

    -webkit-transition: all .4s ease 0s;

    transition: all .4s ease 0s;

    color: inherit

}



.pagination a:focus {

    text-decoration: none;

    outline: medium none;

    color: inherit

}



.pagination a:hover {

    color: inherit;

    text-decoration: none;

    color: inherit

}



.pagination ul {

    margin: 0;

    padding: 0

}



.pagination li {

    list-style-type: none

}



.pagination .pagination {

    list-style: outside none none;

    margin: 35px 0 0;

    padding: 0;

    text-align: center;

    display: block

}



.pagination .pagination li {

    display: inline-block;

    margin: 0 3px

}



.pagination .pagination li a {

    background: #1a1a1a none repeat scroll 0 0;

    border: 1px solid #1a1a1a;

    border-radius: 0 !important;

    color: #fff;

    display: block;

    font-size: 15px;

    font-weight: 600;

    height: 35px;

    letter-spacing: 2px;

    min-width: 35px;

    padding: 5px;

    text-transform: uppercase

}



.pagination .pagination li.active a,

.pagination .pagination li.active a:hover,

.pagination .pagination li>a:hover {

    background: var(--main-theme-color) none repeat scroll 0 0;

    color: #fff;

    border: 1px solid var(--main-theme-color)

}



.icolor {

    color: var(--themeColor)

}



.pro-show15 .swiper-slide {

    display: flex;

    flex-flow: column;

    align-items: center;

    justify-content: center

}



.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, .5);

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    z-index: -1

}



.bg-banner h3 {

    padding-top: 50px;

    color: #fff;

    font-size: 35px;

    font-family: Roboto, sans-serif;

    font-weight: 600;

    text-transform: uppercase

}



.route {

    padding: 18px 0

}



.route {

    background: #f1f1f1;

    border-bottom: 1px solid #e5e5e5

}



.route ul {

    display: flex;

    flex-wrap: wrap;

    margin-left: 0;

    padding-left: 0;

    list-style: none

}



.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: .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

}



@media screen and (max-width:1025px) {

    .bg-banner {

        min-height: 100px;

        padding: 60px 0;

        background-size: contain;

        background-repeat: no-repeat

    }



    .bg-banner h3 {

        font-size: 30px;

        display: none

    }



    .bg-banner h3 {

        padding-top: 0

    }



    .route ul>li a {

        padding: 0

    }

}



.cpr {

    cursor: pointer

}



.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

}



about8 .about8 .c h3 {

    color: var(--themeColor);

    font-size: 32px;

    text-align: center

}



.contact .content .info .boxs:nth-child(1) {

    padding-top: 20px

}



.contact .content .info .boxs:nth-child(1) p {

    padding-left: 0;

    margin-left: 0

}



.contact .content .info .boxs:nth-child(1) h5 {

    margin-left: 0;

    padding-left: 0;

    display: flex;

    align-items: center

}



about8 .about8 .c .total .list .c .left .top .left {

    margin-top: -5px

}



.contact .content .info .boxsa {

    display: flex;

    align-items: center;

    height: 45px

}



.contact .content .info .boxs .title {

    display: flex;

    flex-flow: row

}



.contact .content .info .boxs .title p {

    padding: 0;

    margin: 0

}



.contact .content .info .boxs .title h5 {

    margin: 0

}



.contact .content .info .boxs i {

    margin: 0

}



.contact .content .info .boxs p {

    font-size: 18px

}



.pro-show15 .content .right h2 {

    color: #555

}



.pro-show15 a,

.pro-show15 li,

.pro-show15 p {

    word-break: break-word

}



footer .footer-top .info-list,

footer .footer-top .link {

    list-style: none

}



.yige-home .common-title {

    font-size: 40px

}



.yige-home .common-title span {

    font-weight: 800;

    color: var(--themeColor)

}



.yige-home .yige-part-a {

    padding: 60px 0

}



.yige-home .yige-part-a .title-wrap {

    margin-bottom: 20px

}



.yige-home .yige-part-a .txt {

    margin-bottom: 20px;

    color: #909090;

    line-height: 1.8

}



.yige-home .yige-part-a ul {

    margin-bottom: 20px

}



.yige-home .yige-part-a ul li {

    line-height: 30px;

    letter-spacing: -.2px;

    color: #909090

}



.yige-home .yige-part-a .progress-wrap .item .p-title {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    margin-bottom: 16px

}



.yige-home .yige-part-a .progress-wrap .item .p-title .p-title-txt {

    font-weight: 700;

    color: #102147;

    letter-spacing: -.2px;

    font-size: 18px

}



.yige-home .yige-part-a .progress-wrap .item .p-title .p-num {

    color: #909090

}



.yige-home .yige-part-a .progress-wrap .item .progress {

    height: 3px

}



.yige-home .yige-part-a .progress-wrap .item .progress .progress-bar {

    background-color: var(--themeColor)

}



.yige-home .yige-part-a .contact-box {

    background-color: #f0f2f7;

    border-radius: 5px;

    padding: 30px

}



.yige-home .yige-part-a .contact-box .contact-title {

    font-size: 30px;

    font-weight: 700;

    margin-bottom: 16px

}



.yige-home .yige-part-a .contact-box .contact-title span {

    color: var(--themeColor)

}



.yige-home .yige-part-a .contact-box input,

.yige-home .yige-part-a .contact-box textarea {

    width: 100%;

    margin-bottom: 6px;

    padding: 10px 40px;

    border: 1px solid #dfe2eb;

    border-radius: 5px

}



.yige-home .yige-part-a .contact-box .btn-box .yige-btn {

    padding: 12px 30px;

    color: #fff;

    background-color: var(--themeColor);

    border-radius: 5px

}



.yige-home .yige-part-a .contact-box .btn-box .yige-btn:hover {

    background-color: #0a6d33

}



.yige-home .yige-part-a .bottom-list .item {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    margin-top: 30px

}



.yige-home .yige-part-a .bottom-list .item:hover .icon-box {

    background-color: var(--themeColor)

}



.yige-home .yige-part-a .bottom-list .item .icon-box {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    width: 106px;

    height: 106px;

    border-radius: 50%;

    margin-right: 30px;

    -webkit-transition: all .3 ease;

    transition: all .3 ease;

    background-color: #082c4b

}



.yige-home .yige-part-a .bottom-list .item .icon-box i {

    font-size: 48px;

    color: #fff

}



.yige-home .yige-part-a .bottom-list .item .txt-box {

    -webkit-box-flex: 1;

    -ms-flex: 1;

    flex: 1;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    padding: 30px 0

}



.yige-home .yige-part-a .bottom-list .item .txt-box .num {

    font-size: 30px;

    font-weight: 700;

    color: #102147

}



.yige-home .yige-part-a .bottom-list .item .txt-box .type {

    color: #909090

}



.yige-home .yige-part-b {

    padding: 60px 0 110px;

    background-color: rgba(26, 26, 26, .8)

}



.yige-home .yige-part-b .title-wrap {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    color: #fff;

    margin-bottom: 30px

}



.yige-home .yige-part-b .list .item {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    border-radius: 5px;

    margin-bottom: 20px;

    overflow: hidden

}



.yige-home .yige-part-b .list .item:hover img {

    -webkit-transform: scale(1.1);

    transform: scale(1.1)

}



.yige-home .yige-part-b .list .item:hover .detail .bottom-bar {

    background-color: var(--themeColor)

}



.yige-home .yige-part-b .list .item .img-box {

    max-height: 295px;

    min-height: 295px;

    display: flex;

    flex-flow: column;

    align-items: center;

    justify-content: center;

    overflow: hidden

}



.yige-home .yige-part-b .list .item .img-box img {

    width: 100%;

    height: 100%;

    -o-object-fit: cover;

    object-fit: cover;

    -webkit-transition: all .5s ease;

    transition: all .5s ease

}



.yige-home .yige-part-b .list .item .detail {

    z-index: 1;

    position: relative;

    padding: 40px;

    background-color: #fff

}



.yige-home .yige-part-b .list .item .detail .detail-title {

    font-size: 20px;

    font-weight: 700;

    color: #102147;

    margin-bottom: 16px;

    text-transform: capitalize

}



.yige-home .yige-part-b .list .item .detail .detail-desc {

    font-size: 16px;

    color: #909090;

    line-height: 1.7;

    height: 82px

}



.yige-home .yige-part-b .list .item .detail .detail-mark {

    color: #f6f2f0;

    font-size: 80px;

    font-weight: 700;

    line-height: 90px;

    position: absolute;

    right: 15px;

    top: 0;

    z-index: -1

}



.yige-home .yige-part-b .list .item .detail .bottom-bar {

    background-color: #e9e4e1;

    border-radius: 5px 5px 0 0;

    bottom: 0;

    height: 17px;

    left: 50px;

    position: absolute;

    right: 50px;

    -webkit-transition: all .3s ease;

    transition: all .3s ease

}



.yige-home .yige-part-c {

    padding: 60px 0

}



.yige-home .yige-part-c .img-box {

    position: relative;

    margin-top: -120px

}



.yige-home .yige-part-c .img-box img {

    width: 100%

}



.yige-home .yige-part-c .img-box .entry-content {

    position: absolute;

    bottom: 0

}



.yige-home .yige-part-c .img-box i {

    cursor: pointer;

    font-size: 50px;

    color: #fff;

    background-color: var(--themeColor);

    bottom: 0;

    height: 122px;

    line-height: 130px;

    position: absolute;

    width: 120px;

    text-align: center;

    -webkit-transition: all .3s ease;

    transition: all .3s ease

}



.yige-home .yige-part-c .img-box i:hover {

    background-color: #0a6d33

}



.yige-home .yige-part-c .img-box .video-title {

    background-color: #fff;

    margin-left: 130px;

    padding: 30px;

    font-weight: 700

}



.yige-home .yige-part-c .img-box .video-title .s-title {

    font-size: 14px;

    color: var(--themeColor)

}



.yige-home .yige-part-c .img-box .video-title .b-title {

    line-height: 1.4;

    color: #102147;

    font-size: 30px

}



.yige-home .yige-part-c .part-c-bottom {

    margin-top: 60px

}



.yige-home .yige-part-c .part-c-bottom .title-wrap {

    margin-bottom: 20px

}



.yige-home .yige-part-c .part-c-bottom p {

    color: #909090;

    line-height: 1.7;

    font-size: 16px;

    margin-bottom: 20px

}



.yige-home .yige-part-c .part-c-bottom li {

    position: relative;

    padding-left: 20px;

    line-height: 36px;

    letter-spacing: -.2px;

    color: #909090;

    font-size: 16px

}



.yige-home .yige-part-c .part-c-bottom li::before {

    position: absolute;

    left: 0;

    opacity: 1;



    font-family: iconfont !important;

    color: var(--themeColor)

}



.yige-home .yige-part-c .part-c-bottom .c-right-t {

    font-size: 30px;

    font-weight: 600;

    line-height: 40px;

    padding: 30px 60px;

    text-align: center;

    color: #fff;

    background-color: var(--themeColor)

}



.yige-home .yige-part-c .part-c-bottom .c-right-b .c-right-img-box img {

    width: 100%;

    height: 100%;

    -o-object-fit: cover;

    object-fit: cover

}



.yige-home .yige-part-d {

    padding: 60px 0

}



.yige-home .yige-part-d .list .item {

    display: block;

    position: relative;

    overflow: hidden;

    z-index: 1;

    border-radius: 5px;

    margin-top: 30px;

    min-height: 400px;

    max-height: 400px;

    display: flex;

    flex-flow: column;

    align-items: center;

    justify-content: center;

    box-shadow: 1px 10px 8px #ddd

}



.yige-home .yige-part-d .list .item:hover::before {

    opacity: 1

}



.yige-home .yige-part-d .list .item:hover .icon-box {

    opacity: 1

}



.yige-home .yige-part-d .list .item:hover img {

    -webkit-transform: scale(1.1);

    transform: scale(1.1)

}



.yige-home .yige-part-d .list .item::before {

    background-color: rgba(0, 0, 0, .7);

    bottom: 0;

    content: "";

    left: 0;

    opacity: 0;

    position: absolute;

    right: 0;

    top: 0;

    z-index: 1

}



.yige-home .yige-part-d .list .item img {

    width: 100%;

    -o-object-fit: cover;

    object-fit: cover;

    -webkit-transition: all .3s ease;

    transition: all .3s ease

}



.yige-home .yige-part-d .list .item .icon-box {

    z-index: 2;

    opacity: 0;

    position: absolute;

    top: 40%;

    left: 50%;

    -webkit-transform: translate(-50%);

    transform: translate(-50%);

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    width: 58px;

    height: 58px;

    border-radius: 50%;

    background-color: var(--themeColor);

    -webkit-transition: all .3s ease;

    transition: all .3s ease

}



.yige-home .yige-part-d .list .item .icon-box i {

    font-size: 24px;

    color: #fff

}



.yige-home .yige-part-e {

    padding: 60px 0 110px

}



.yige-home .yige-part-e .part-e-top p {

    font-size: 16px;

    color: #909090;

    line-height: 1.7;

    margin-bottom: 20px

}



.yige-home .yige-part-e .loop .swiper-wrapper {

    padding: 40px 0

}



.yige-home .yige-part-e .loop .item {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    padding: 45px;

    background-color: #fff;

    border-radius: 5px;

    -webkit-box-shadow: 0 0 30px #eee;

    box-shadow: 0 0 30px #eee;

    -webkit-transition: all .3s;

    transition: all .3s

}



.yige-home .yige-part-e .loop .item:hover {

    -webkit-transform: translateY(-16px);

    transform: translateY(-16px)

}



.yige-home .yige-part-e .loop .item .loop-txt {

    font-size: 18px;

    color: #909090;

    line-height: 1.7;

    margin-bottom: 20px

}



.yige-home .yige-part-e .loop .item .loop-bottom {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center

}



.yige-home .yige-part-e .loop .item .loop-bottom .head-img {

    width: 75px;

    height: 75px;

    border-radius: 50%;

    margin-right: 20px;

    -ms-flex-negative: 0;

    flex-shrink: 0

}



.yige-home .yige-part-e .loop .item .loop-bottom .info {

    -webkit-box-flex: 1;

    -ms-flex: 1;

    flex: 1

}



.yige-home .yige-part-e .loop .item .loop-bottom .info .name {

    font-size: 18px;

    font-weight: 700;

    line-height: 1.4

}



.yige-home .yige-part-e .loop .item .loop-bottom .info .position {

    margin-bottom: 10px;

    font-size: 15px;

    color: #aaa

}



.yige-home .yige-part-e .loop .item .loop-bottom .info i {

    color: #f1c40f

}



.yige-home .yige-news {

    padding: 60px 0

}



.yige-home .yige-news .num-list {

    margin: -130px 0 50px;

    padding: 50px 0;

    border-radius: 5px;

    background-color: rgba(165, 125, 82, .9)

}



.yige-home .yige-news .num-list .num-item {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    color: #fff;

    margin-bottom: 16px

}



.yige-home .yige-news .num-list .num-item .num {

    margin-bottom: 16px;

    font-weight: 700;

    font-size: 40px

}



.yige-home .yige-news .news-list .item {

    display: block;

    margin-top: 30px;

    border: 1px solid #e2e6ed

}



.yige-home .yige-news .news-list .item:hover img {

    -webkit-transform: translateY(-6px);

    transform: translateY(-6px)

}



.yige-home .yige-news .news-list .item:hover .entry-title {

    color: var(--themeColor)

}



.yige-home .yige-news .news-list .item .news-img-box {

    overflow: hidden

}



.yige-home .yige-news .news-list .item .news-img-box img {

    width: 100%;

    -webkit-transition: all .3s;

    transition: all .3s

}



.yige-home .yige-news .news-list .item .txt-content {

    padding: 0 20px 40px

}



.yige-home .yige-news .news-list .item .txt-content .entry-meta {

    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-pack: distribute;

    justify-content: space-around;

    padding: 20px 50px;

    margin: -25px 0 30px;

    color: #999;

    font-size: 14px;

    background-color: #fff;

    -webkit-box-shadow: 0 20px 20px 0 #eee;

    box-shadow: 0 20px 20px 0 #eee

}



.yige-home .yige-news .news-list .item .txt-content .entry-meta i {

    margin-right: 4px;

    color: var(--themeColor)

}



.yige-home .yige-news .news-list .item .txt-content .entry-title {

    font-size: 20px;

    font-weight: 700;

    margin-bottom: 15px;

    text-transform: capitalize;

    height: 44px

}



.yige-home .yige-news .news-list .item .txt-content .entry-desc {

    font-size: 16px;

    color: #909090;

    line-height: 1.7

}



@media screen and (max-width:768px) {

    .yige-home .common-title {

        font-size: 24px

    }



    .yige-home .yige-news .news-list .item .txt-content .entry-meta {

        padding: 20px

    }

}



.banner .swiper-button-next,

.banner .swiper-button-prev {

    background-color: rgba(14, 14, 14, .26);

    color: #fff;

    width: 55px;

    height: 55px;

    border-radius: 50%

}



.banner .swiper-button-next:after,

.banner .swiper-button-prev:after {

    font-size: 18px

}



.banner .swiper-button-next:hover,

.banner .swiper-button-prev:hover {

    background-color: var(--themeColor)

}



.common .pro-nav .active a {

    color: var(--themeColor)

}



@media screen and (max-width:1367px) {

    .yige-home .yige-part-b .list .item .img-box {

        min-height: 260px;

        max-height: 260px

    }

}



.pro-show15 table {

    width: 100%

}



.pro-show15 table {

    padding: 5px;

    padding-left: 15px;

    padding-right: 15px;

    text-align: center;

    vertical-align: middle;

    border: 1px solid #ddd

}



.pro-show15 table p {

    margin: 0;

    padding: 0

}



.pro-show15 table tr td {

    padding-top: 5px;

    padding-bottom: 5px;

    border: 1px solid #ddd

}



.pro-show15 table tr:nth-child(2n-1) {

    background-color: rgba(2, 150, 68, .7)

}



.pro-show15 table tr:nth-child(2n-1) td {

    color: #fff

}



.pro-show15 table tr:nth-child(2n-1) p {

    color: #fff

}



.pro-show15 table tr:nth-child(2n-1) p {

    color: #fff

}



.pro-show15 .tab-content ul {

    padding-left: 20px

}



.pro-show15 .pro-hot h4 {

    color: #555

}



@media screen and (max-width:768px) {

    about8 .about8 .a {

        padding-top: 50px

    }



    about8 .about8 .b .imgsss {

        flex-flow: column

    }



    about8 .about8 .b .left .img {

        min-height: auto;

        max-height: none

    }



    about8 .about8 .b .right {

        padding-bottom: 20px

    }



    about8 .about8 .b .total .title span {

        display: none

    }



    .scroll-top {

        right: 30px

    }



    .pro-show15 .gallery-top .swiper-slide {

        min-height: auto;

        max-height: none

    }



    .pro-show15 .gallery-thumbs .swiper-slide {

        min-height: auto;

        max-height: none

    }



    .pro-show15 .content .right .pro-btn15 {

        padding-left: 0;

        padding-right: 0

    }



    news5 .list .img {

        min-height: auto !important;

        max-height: none !important;

    }



    .common .content {

        flex-flow: column

    }



    .yige-home .yige-part-c .img-box .entry-content {

        display: none

    }



    about8 .about8 .b .right .a {

        width: 100%;

    }



    about8 .about8 .a .total p {

        display: flex;

    }



    .common .content {

        flex-flow: column-reverse;

    }



    .news-show .content {

        flex-flow: column;

    }



    .yige-home .yige-part-b .list .item .img-box {

        min-height: auto;

        max-height: none;

    }



    header .navs .header-nav .actived>a {

        background-color: transparent;

    }



    header .navs .wap-nav .header-nav li:last-child {

        display: none;

    }



    about8 .about8 .c .total .title span b {

        font-size: 12px;

    }

    about8 .about8 .c .total  span,

    about8 .about8 .a .total  span{

        margin-bottom: 20px !important;

    }



    .common .conmmon-content .box-img {

        min-height: auto;

        max-height: none;

    }



    .pro-show15 .content .right .pro-btn15 .pro15-form,

    .pro-show15 .content .right .pro-btn15 a {

        line-height: 22px;

    }

    .pro-hot .ph-content .imgss{

        min-height: auto !important;

        max-height: none !important;

    }



    .scroll-top{

        bottom: 120px;

    }

    .common .conmmon-content .box-img{

        min-height: auto;

        max-height: none;

    }

    .common .conmmon-content .box-img{

        min-height: auto !important;

        max-height: none !important;

    }

}



.common .conmmon-content .box-img {

    min-height: 450px;

    max-height: 450px;

}



footer .container ul {

    list-style: none;

}