:root{
    --default-theme-color: #0a1ea4;
    --default-btn-color: #0625ee;
    --default-btn-hover-color:#949599;
    --default-background-color-f5: #f5f5f5;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    overflow-x: hidden;
    overflo-y: auto;
}
html,
body,
div,
img,
a,
ul,
ol,
li,
dl,
dt,
dd,
p,
span,
input,
cite,
h1,
h2,
h3,
h4,
h5,
h6,
form,
table,
tr,
td,
textarea,
i,
button,
em {
    margin: 0;
    padding: 0;
    border: 0;
}
html {
    -webkit-text-size-adjust: none;
}
body {
    font-size: 16px;
    font-family: Microsoft Yahei;
}
body a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    -m oz-transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    transition: .3s ease-in;
    transition: all .3s;
    color: #282828;
}
a:active {
    text-decoration: none;
    outline: none;
}
a:hover {
    color: var(--default-theme-color);
    text-decoration: none;
}
.white, .white:hover {
    color: #FFFFFF;
}
:focus {
    outline: 0;
}
li {
    list-style: none;
}
button {
    cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: normal;
    color: inherit;
}
.clear {
    clear: both;
    margin: 0 0;
    padding: 0 0;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
.pt10 {
    padding-top: 10px;
}
.pt15 {
    padding-top: 15px;
}
.pt20 {
    padding-top: 20px;
}
.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pt70 {
    padding-top: 70px;
}

.pt80 {
    padding-top: 80px;
}

.pt100 {
    padding-top: 100px;
}

.pad10 {
    padding: 0 10px;
}

.pad20 {
    padding: 0 20px;
}

.padt20 {
    padding: 20px 0;
}

.padt30 {
    padding: 30px 0;
}

.padt70 {
    padding: 70px 0;
}

.mr15 {
    margin-right: 15px;
}

/*.mr-em {*/
/*    margin-right: 0.5em;*/
/*}*/

.macr {
    margin: 0 auto;
}

.mlb28 {
    margin-left: 28%;
}

.mlb23 {
    margin-left: 24%;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.f28 {
    font-size: 28px;
}

.f30 {
    font-size: 30px;
}

.f35 {
    font-size: 35px;
}

.f36 {
    font-size: 36px;
}

.f38 {
    font-size: 38px;
}

.f40 {
    font-size: 40px;
}

.f42 {
    font-size: 42px;
}

.f45 {
    font-size: 45px;
}

.f48 {
    font-size: 48px;
}

.f50 {
    font-size: 50px;
}

.f55 {
    font-size: 55px;
}

.f60 {
    font-size: 60px;
}

.f68 {
    font-size: 68px;
}

.f75 {
    font-size: 75px;
}

.f82 {
    font-size: 82px;
}

.f100 {
    font-size: 100px;
}

.f160 {
    font-size: 160px;
}

.time-box {
    font-family: Microsoft Yahei;
}

.font-ahs {
    font-family: Arial, Helvetica, sans-serif;
}

.font-shsm {
    font-family: Source Han Sans CN, Microsoft Yahei;
}

.txiw {
    font-family: Microsoft Yahei;
}

.text-upper {
    text-transform: uppercase;
}

.fb {
    font-weight: bolder;
}

.fnor {
    font-weight: normal;
}

.text-center {
    text-align: center;
}

.trr {
    text-align: right;
}

.fsnr {
    font-style: normal;
}

.color {
    color: var(--default-theme-color);
}

.white,
.white:hover {
    color: #FFFFFF;
}

.black {
    color: #000000;
}

.red {
    color: #F00;
}

.culture-white {
    background: #fff;
}

.opacity-08 {
    opacity: 0.8;
}

.opacity-06 {
    opacity: 0.6;
}

.opacity-01 {
    opacity: 0.1;
}

.pore {
    position: relative;
}

.poab {
    position: absolute;
}

.dom-block {
    display: block;
}

.dinon {
    display: none;
}

.web-img {
    display: block;
}

.comp-fot {
    display: none;
}

.lihe2 {
    line-height: 2;
}

.lihe26 {
    line-height: 26px;
}

.lihe32 {
    line-height: 32px;
}

.lihe38 {
    line-height: 38px;
}

.lihe45 {
    line-height: 45px;
}

.cont {
    width: 100%;
    overflow: hidden;
}

.warp-hidden-por {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.footer-ewm{
    width:110px;
    height: 110px;
    margin-top:20px;
}
.footer-ewm img{
    max-width: 100%;
    max-height: 100%;
}

.conb {
    width: 96%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15%;
    padding-right: 15%;
    position: relative;
}

.main {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

img,
video {
    vertical-align: top;
}

.imgs {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}

.imgs:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.mobile-header,
.topby {
    display: none;
}

.top-nav-header {
    width: 100%;
    height: 110px;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 90;
}

.tnh-top {
    width: 100%;
    height: 34px;
    line-height: 34px;
    background: var(--default-theme-color);
    color: #FFF;
}

.tnh-top a {
    color: #FFF;
}

.tnh-top .main-wap {
    width: 80%;
    margin: 0 auto;
    height: 34px;
}

.tnh-top .main-wap .lan {
    background: url(../images/cus-icon-28.jpg) no-repeat left center;
    padding-left: 10px;
}

.tnh-top .main-wap .sea-icon {
    width: auto;
    display: block;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    background: url(../images/cus-icon-28.jpg) no-repeat left center;
}

.tnh-top .main-wap .search {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    height: 100vh;
    width: 100%;
    background: rgba(54, 55, 56, 0.80);
}

.tnh-top .main-wap .search .satr {
    width: 600px;
    height: 90px;
    margin: 10% auto 0 auto;
    position: relative;
}

.tnh-top .main-wap .search .satr em {
    position: absolute;
    right: 10px;
    top: -30px;
    z-index: 10;
}

.tnh-top .main-wap .search .satr em i {
    border: 1px solid #FFF;
    padding: 5px;
    font-weight: normal;
    cursor: pointer;
    color: #FFF;
}

.tnh-top .main-wap .search .satr .search-01 {
    width: 530px;
    height: 60px;
    line-height: 60px;
    border: 0;
    padding-left: 10px;
    background: #FFF;
    float: left;
    margin-top: 30px;
    font-size: 20px;
}

.tnh-top .main-wap .search .search-btn {
    width: 60px;
    height: 60px;
    background: url(../images/cus-icon-24.png) no-repeat center var(--default-theme-color);
    border: 0;
    float: left;
    margin-top: 30px;
}

.tnh-top .main-wap .mobile {
    float: right;
    background: url(../images/cus-icon-28.jpg) no-repeat left center;
}

.tnh-top .main-wap .tnh-select {
    width: auto;
    position: relative;
    overflow: visible;
    z-index: 90;
    height: 34px;
}

.tnh-top .main-wap .tnh-select .drop-down {
    width: auto;
    height: 34px;
    line-height: 34px;
}

.tnh-top .main-wap .tnh-select .sub-menu {
    display: none;
    min-width: 100%;
    position: absolute;
    top: 34px;
    right: 0;
    z-index: 9999;
    background: #19191a;
}

.tnh-top .main-wap .tnh-select .sub-menu a {
    display: block;
    overflow: hidden;
    text-align: center;
    color: #FFF;
    border-top: 1px #3b3b3d solid;
    padding: 5px;
    line-height: normal;
    opacity: 0.7;
}

.tnh-top .main-wap .tnh-select .sub-menu a:hover {
    opacity: 1;
}

.tnh-top .main-wap .top-r-img {
    width: auto;
    height: 24px;
    margin-top: 5px;
}

.tnh-top .main-wap .top-r-img img {
    height: 24px;
}

.header {
    width: 100%;
    height: 76px;
    background: url(../images/cus-icon-08.png) repeat;
    position: relative;
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.2);
}

.header .head {
    width: 80%;
    height: 76px;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
}

.header .head .logo {
    flex-shrink: 0;
    overflow: auto;
    width: auto;
    height: 54px;
    margin-top: 11px;
}

.header .head .logo img {
    height: 54px;
}

.header .head .menu {
    flex:1 auto;
    overflow: auto;
    height: 76px;
    display: flex;
    justify-content: flex-start;
    flex-flow: row nowrap;
}

.header .head .menu li {
    flex: 1 auto;
}

.header .head .menu li a.drop-down-nav {
    display: inline-block;
    width: 100%;
    height: 76px;
    line-height: 76px;
    background: url(../images/cus-icon-23.png) no-repeat bottom center;
    text-align: center;
}

.header .head .menu li a.navhover,
.header .head .menu li a.drop-down-nav:hover {
    cursor: pointer;
    color: var(--default-theme-color);
    background: url(../images/cus-icon-15.jpg) no-repeat center 58px;
}

.header .head .menu .children {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    width: 100%;
    line-height: normal;
    z-index: 9999;
    overflow: hidden;
    padding: 2vw 0;
    color: #FFF;
}

.header .head .menu .children ul li {
    width: 20%;
    display: block;
    float: left;
    background: url(../images/cus-icon-22.png) no-repeat left center;
    margin-top: 1.8vw;
    color: #FFF;
}

.header .head .menu .children ul li a {
    display: block;
    padding-left: 7%;
    color: #FFF;
}

.header .head .menu .children ul li a:hover {
    color: #c0c0c0;
}

.header.clone {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    background: #FFF;
}

.footer {
    width: 100%;
    overflow: hidden;
    background: var(--default-theme-color);
    color: #FFF;
    padding: 1.2vw 0;
}

.footer a {
    color: #FFF;
}

.footer a:hover{
    text-decoration: underline;
}

.footer .foot-h-01 {
    width: auto;
    overflow: hidden;
}

.footer .foot-h-01 dt img {
    height: 3.4vw;
}

.footer .foot_nav {
    overflow: hidden;
}

.footer .foot-h-02 {
    width: auto;
    overflow: hidden;
    position: relative;
}

.footer .foot-h-02 dd {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
}

.footer .foot-h-02 i {
    width: 35px;
    padding: 2px 0 0 5px;
}

.footer .foot-h-02 .pt30 span {
    height: 36px;
    line-height: 34px;
}

.footer .foot-h-02 .djw {
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.footer .foot-h-02 .djw_ewm {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    padding: 10px;
    width: 100%;
    background: rgba(54, 55, 56, 0.80);
}

.footer .foot-h-02 .djw_ewm em {
    position: absolute;
    right: 10px;
    top: 5%;
    z-index: 10;
    display: block;
    cursor: pointer;
}

.footer .foot-h-02 .djw_ewm .ewm {
    width: 120px;
    overflow: hidden;
    margin: 0 auto 0 auto;
}

.footer .foot-h-02 .djw_ewm p span {
    display: none;
}

.copy {
    width: 100%;
    overflow: hidden;
    background: var(--default-theme-color);
    color: #FFF;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copy a {
    color: #FFF;
}
.banner-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: auto;
    z-index: 1;
}

.banner-container img {
    width: 100%;
    display: block;
    vertical-align: top;
}

.banner-container .web-img {
    width: 100%;
    overflow: hidden;
    display: block;
}

.banner-container .mobile-img {
    width: 100%;
    overflow: hidden;
    display: none;
}

.banner-container .banner-animate {
    position: absolute;
    width: 100%;
    top: 40%;
    left: 0;
    z-index: 100;
}

.banner-container .banner-animate p span {
    margin-left: 1em;
}

.compony-reduce {
    width: 100%;
    overflow: hidden;
    background: #FFF;
}

.titm {
    background: url(../images/cus-icon-02.png) no-repeat center;
}

.establish {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.company-about-row .ab-item div {
    width: 100%;
    overflow: hidden;
}

.company-about-row .ab-item.item-1 {
    width: 22%;
    background: url(../images/cus-icon-27.jpg) repeat-y right;
    float: left;
}

.company-about-row .ab-item.item-2 {
    width: 29%;
    background: url(../images/cus-icon-27.jpg) repeat-y right;
    float: left;
}

.company-about-row .ab-item.item-2 .title,
.company-about-row .ab-item.item-2 .des {
    padding-left: 22%;
}

.company-about-row .ab-item.item-3 {
    width: 27%;
    background: url(../images/cus-icon-27.jpg) repeat-y right;
    float: left;
}

.company-about-row .ab-item.item-3 .title,
.company-about-row .ab-item.item-3 .des {
    padding-left: 22%;
}

.company-about-row .ab-item.item-4 {
    width: auto;
    float: right;
}

.establish .abo_img {
    position: relative;
}

.establish .abo_img dt {
    background: #000;
}

.establish .abo_img dt img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.establish .abo_img dd {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/cus-icon-video.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}


.compony-culture {
    width: 100%;
    overflow: hidden;
    background: #f4f4f4;
    padding-bottom:3vw;
}

.compony-culture-top {
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
}

.culture-white dl {
    width: auto;
    display: block;
    float: left;
}

.culture-white dl dt img {
    width: auto;
    height: 34px;
}

.culture-white dl:nth-of-type(2) {
    margin-left: 8%;
}

.culture-white dl:nth-of-type(3) {
    float: right;
}

.compony-culture-two #slider-wra {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.compony-culture-two #slider-wra .item {
    width: 88%;
    display: block;
    position: relative;
    height: auto;
    overflow: hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.compony-culture-two #slider-wra .item dt {
    background: #000;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.compony-culture-two #slider-wra .item dt img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.compony-culture-two #slider-wra .item dd {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 42%;
}

.compony-culture-two #slider-wra .item:hover {
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
}

.compony-culture-two #slider-wra .item:hover dt img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.compony-culture-two #slider-wra .owl-item:nth-of-type(1) .item {
    float: left;
}

.compony-culture-two #slider-wra .owl-item:nth-of-type(2) .item {
    margin: 0 auto;
}

.compony-culture-two #slider-wra .owl-item:nth-of-type(3) .item {
    float: right;
}

.compony-culture-two .owl-buttons,
.culture-white .owl-pagination {
    display: none;
}

.set-prower {
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.set-prower-n #slider-wra {
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding: 0 50px;
}

.set-prower-n .item {
    width: 92%;
    display: block;
    position: relative;
    height: auto;
    overflow: hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin: 0 auto;
    background: #000;
}

.set-prower-n .item .dd {
    width: 100%;
    overflow: hidden;
    background: #e5e5e5;
    padding: 20px 0;
}

.set-prower-n .item:hover {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.set-prower-n .item:hover dt img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.set-prower-n .item:hover {
    box-shadow: 2px 2px 10px #ccc;
}

.set-prower-n .item:hover dd {
    background: var(--default-theme-color);
}

.set-prower-n .item:hover dd a {
    color: #FFF;
}

.set-prower-n .owl-buttons div {
    width: 16px;
    height: 100%;
    background: url(../images/awr.png) no-repeat center;
    display: block;
    position: absolute;
    top: 0;
}

.set-prower-n .owl-buttons div:hover {
    background: url(../images/cus-icon-03.png) no-repeat center;
}

.set-prower-n .owl-buttons div.owl-prev,
.set-prower-n .owl-buttons div:hover.owl-prev {
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.set-prower-n .owl-buttons div.owl-next {
    right: 0;
}

.set-prower-n .owl-pagination {
    display: none;
}

.cbx-01 a {
    width: 190px;
    height: 56px;
    display: block;
    background: var(--default-btn-color);
    color: #FFF;
    line-height: 56px;
    text-align: center;
}

.cbx-01 a:hover {
    background: var(--default-btn-hover-color);
    color: #FFF;
}

.qyfm_r {
    width: 52%;
    overflow: hidden;
    float: right;
}

.qyfm_l {
    width: 48%;
    overflow: hidden;
    float: left;
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #FFF;
    padding: 4vw 0 0 0;
    background-size: cover;
}

.titn {
    background: url(../images/cus-icon-01.png) no-repeat right center;
    padding-right: 59px;
}

.qyfm_bo {
    width: 65%;
    overflow: hidden;
    padding-top: 3vw;
}

.qyfm_bo #slider-wra {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.qyfm_bo #slider-wra .item {
    width: 88%;
    display: block;
    position: relative;
    height: auto;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin: 0 auto;
}

.qyfm_bo .owl-buttons div {
    width: 16px;
    height: 100%;
    background: url(../images/cus-icon-04.png) no-repeat center;
    display: block;
    position: absolute;
    top: 0;
}

.qyfm_bo .owl-buttons div:hover {
    background: url(../images/cus-icon-03.png) no-repeat center;
}

.qyfm_bo .owl-buttons div.owl-prev,
.qyfm_bo .owl-buttons div:hover.owl-prev {
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.qyfm_bo .owl-buttons div.owl-next {
    right: 0;
}

.qyfm_bo .owl-pagination {
    display: none;
}

.moret {
    width: 192px;
    height: 2.9vw;
    line-height: 2.9vw;
    text-align: center;
    border: 1px var(--default-theme-color) solid;
    color: var(--default-theme-color);
    position: absolute;
    bottom: 0;
    left: 13%;
}

.moret:hover {
    background: var(--default-theme-color);
    color: #FFF;
}

.morej {
    display: none;
}

.ryzzn {
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.set-prower-n .item.rybg {
    background: url(../images/rybg.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 1vw 0;
}

.set-prower-n .item.rybg a {
    width: 89.5%;
    margin: 0 auto;
    display: block;
    height: auto;
    overflow: hidden;
}

.fzlc {
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.time-line-box .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.time-line-box ul:after {
    content: '';
    background: url(../images/cus-icon-25.jpg) repeat-x center;
    height: 1px;
    width: 1000%;
    position: absolute;
    left: 0;
    z-index: 1;
}

.time-line-box ul li {
    float: left;
    position: relative;
    padding-left: 0;
    z-index: 2;
    width: 16%;
    margin-left: 4%;
}

.time-line-box ul li:last-child dl {
    width: 100%;
}

.time-line-box ul li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

.time-line-box ul li dl {
    width: 185%;
}

.time-line-box ul li dl dt,
.time-line-box ul li dl dd {
    padding-left: 20px;
}

.time-line-box ul li i {
    width: 1px;
    height: 100%;
    display: block;
    background: #aaaaaa;
    position: absolute;
    left: 7px;
    top: 0;
}

.time-line-box ul li em {
    width: 15px;
    height: 15px;
    display: block;
    background: url(../images/ioc2.png) no-repeat;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    -webkit-animation-iteration-count: none;
    -moz-animation-iteration-count: none;
    animation-iteration-count: none;
    position: absolute;
    left: 0;
}

.time-line-box ul li:hover dt span.f24 {
    color: var(--default-theme-color);
}

.time-line-box ul li:hover i {
    background: var(--default-theme-color);
}

.time-line-box ul li:hover em {
    background: url(../images/ioc1.png) no-repeat;
    -webkit-animation: warn 5s ease-out;
    -moz-animation: warn 5s ease-out;
    animation: warn 5s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.time-line-box ul li:nth-of-type(odd) {
    padding-top: 0;
}

.time-line-box ul li:nth-of-type(odd) dd {
    padding-bottom: 30px;
}

.time-line-box ul li:nth-of-type(odd):after {
    top: auto;
    bottom: 0;
    height: 0;
    z-index: 2;
}

.time-line-box ul li:nth-of-type(odd) .layui-text {
    position: absolute;
    left: 0;
    bottom: 0;
}

.time-line-box ul li:nth-of-type(odd) em {
    bottom: -8px;
}

.time-line-box ul li:nth-of-type(even) {
    padding-top: 30px;
}

.time-line-box ul li:nth-of-type(even) em {
    top: -8px;
}

.time-line-box .swiper-button-prev,
.time-line-box .swiper-button-next {
    width: 3.33%;
    height: 17px;
    display: block;
    top: 50%;
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.time-line-box .swiper-button-prev {
    left: 0;
    background: url(../images/cus-icon-18.png) no-repeat center;
    background-size: contain;
}

.time-line-box .swiper-button-prev:hover {
    background: url(../images/cus-icon-19.png) no-repeat center;
    background-size: contain;
}

.time-line-box .swiper-button-next {
    right: 0;
    background: url(../images/cus-icon-20.png) no-repeat center;
    background-size: contain;
}

.time-line-box .swiper-button-next:hover {
    background: url(../images/cus-icon-21.png) no-repeat center;
    background-size: contain;
}

.time-line-box .swiper-pagination {
    display: none;
}

.fzlc .fzlc_bo,
.fzlc .more-btn {
    display: none;
}

.qyyj {
    width: 100%;
    overflow: hidden;
    background: url(../images/cus-icon-26.jpg) repeat-x top #fff;
}

.qyyj .qyyjnr a {
    margin-right: 2.8vw;
}

.qyyj_bo #slider-wra {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: 40px;
}

.qyyj_bo #slider-wra .item {
    width: 96%;
    display: block;
    position: relative;
    height: auto;
    overflow: hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.qyyj_bo #slider-wra .item .qyt {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 12%;
    z-index: 10;
}

.qyyj_bo #slider-wra .item .qyt span {
    width: 80%;
}

.qyyj_bo #slider-wra .item .alg {
    width: 5.6%;
    overflow: hidden;
    position: absolute;
    left: 10%;
    bottom: 12%;
    z-index: 10;
}

.qyyj_bo #slider-wra .item .iocs {
    width: 7.4%;
    overflow: hidden;
    position: absolute;
    right: 10%;
    bottom: 10%;
    z-index: 10;
}

.qyyj_bo #slider-wra .item .warnb {
    width: 26%;
    overflow: hidden;
    position: absolute;
    left: 37%;
    bottom: -100%;
    z-index: 10;
}

.qyyj_bo #slider-wra .item em {
    width: 100%;
    height: 100%;
    background: url(../images/cus-icon-09.png) repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

.qyyj_bo #slider-wra .item:hover .qyt,
.qyyj_bo #slider-wra .item:hover em {
    top: -100%;
}

.qyyj_bo #slider-wra .item:hover .alg,
.qyyj_bo #slider-wra .item:hover .iocs {
    bottom: -100%;
}

.qyyj_bo #slider-wra .item:hover .warnb {
    bottom: 40%;
}

.qyyj_bo .owl-buttons {
    display: none;
}

.qyyj_bo .owl-pagination {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    display: block;
}

.qyyj_bo .owl-page {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 8px;
    background: #707070;
    *display: inline;
    *zoom: 1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.qyyj_bo .owl-page.active {
    width: 56px;
    height: 16px;
    background: var(--default-theme-color);
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}

.hzhb_bo #slider-wra {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    padding: 0 50px;
}

.hzhb_bo #slider-wra .item {
    width: 88%;
    height: 80px;
    display: block;
    position: relative;
    /*height: auto;*/
    overflow: hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin: 0 auto;
}

.hzhb_bo #slider-wra .item dt {
    width: 100%;
    overflow: hidden;
    border: 1px #ececec solid;
}

.hzhb_bo #slider-wra .item dt img {
    height: 80px;
    border-radius: 10%;
    -moz-border-radius: 10%;
    -webkit-border-radius: 10%;
}

.hzhb_bo .owl-buttons div {
    width: 16px;
    height: 100%;
    background: url(../images/cus-icon-04.png) no-repeat center;
    display: block;
    position: absolute;
    top: 0;
}

.hzhb_bo .owl-buttons div:hover {
    background: url(../images/cus-icon-03.png) no-repeat center;
}

.hzhb_bo .owl-buttons div.owl-prev,
.hzhb_bo .owl-buttons div:hover.owl-prev {
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hzhb_bo .owl-buttons div.owl-next {
    right: 0;
}

.hzhb_bo .owl-pagination {
    display: none;
}

.inside-page {
    height: 0px;
    display: block;
}

.left {
    width: 17%;
    overflow: hidden;
    float: left;
}

.left .left_top {
    width: 100%;
    overflow: hidden;
    border-top: 2px var(--default-theme-color) solid;
    border-bottom: 2px var(--default-theme-color) solid;
}

.left .sub_bo {
    width: 100%;
    overflow: hidden;
    background: #FFF;
    margin-top: 1px;
    padding-top: 10px;
}

.left .sub_bo .subNav {
    width: 100%;
    overflow: hidden;
    display: block;
    cursor: pointer;
    line-height: normal;
    border-bottom: 1px #e5e5e5 solid;
}

.left .sub_bo .subNav a {
    display: block;
    padding: 15px 0 15px 20px;
}

.left .sub_bo .subNav a:hover,
.left .sub_bo .subNav.cur a {
    color: var(--default-theme-color);
}

.left .sub_bo .navContent {
    width: 100%;
    display: none;
}

.left .sub_bo .navContent li {
    width: 100%;
    overflow: hidden;
    display: block;
    border-bottom: 1px dashed rgba(229, 229, 229, 0.8);
}

.left .sub_bo .navContent li a {
    display: block;
    padding: 10px 0 10px 20px;
}

.left .sub_bo .navContent li a:hover,
.left .sub_bo .navContent li a.cut {
    color: var(--default-theme-color);
}

.cateList {
    display: none;
}

.right {
    width: 78%;
    overflow: hidden;
    float: right;
}

.right_top {
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    padding-bottom: 20px;
}

.right img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.product-list {
    width: 100%;
    overflow: hidden;
}

.product-list.xgcpn li {
    width: 100%;
    margin: 20px 0 0 0;
    overflow: hidden;
    position: relative;
}

.product-list.pro-recom-list li {
    width: 31.33%;
    float: left;
    margin: 0 1% 20px 1%;
    overflow: hidden;
    position: relative;
}

.product-list li i {
    width: 100%;
    display: block;
    overflow: hidden;
    display: block;
}

.product-list li i img {
    width: 100%;
    display: block;
}

.product-list li figcaption {
    width: 100%;
    display: block;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    transition: 350ms;
    text-align: center;
    background-color: #eee;
}

.product-box .product-down {
    float: left
}

.product-list li mark {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: rgba(170, 240, 232, .2);
    background: #aaf0e8\9;
    filter: alpha(opacity=20);
    z-index: 20;
    opacity: 0;
    transform: skewX(45deg);
    visibility: hidden;
    transition: 360ms;
    z-index: 5;
}

.product-list li mark b {
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -23px;
    margin-top: -23px;
    z-index: 10;
}

.product-list li mark b:before {
    content: "";
    width: 100%;
    height: 1px;
    background: var(--default-theme-color);
    position: absolute;
    left: 0;
    top: 23px;
    transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px)
}

.product-list li mark b:after {
    content: "";
    width: 1px;
    height: 100%;
    background: var(--default-theme-color);
    position: absolute;
    left: 23px;
    top: 0;
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px)
}

.product-list li mark:before {
    content: "";
    width: 100%;
    height: 0%;
    border-left: 3px solid var(--default-theme-color);
    border-right: 3px solid var(--default-theme-color);
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    transition: 320ms
}

.product-list li mark:after {
    content: "";
    width: 0%;
    height: 100%;
    border-top: 3px solid var(--default-theme-color);
    border-bottom: 3px solid var(--default-theme-color);
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    transition: 320ms
}

.product-list li:hover mark {
    opacity: 1;
    transform: skewX(0);
    visibility: visible
}

.product-list li:hover mark:before {
    height: 100%;
    transition: 330ms 200ms
}

.product-list li:hover mark:after {
    width: 100%;
    transition: 330ms 200ms
}

.product-list li:hover mark b:before {
    transition: 355ms 180ms;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0)
}

.product-list li:hover mark b:after {
    transition: 355ms 240ms;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0)
}

.product-list li:hover figcaption {
    color: var(--default-theme-color);
}

.product-cate-list{
    overflow: hidden;
    width:80%;
    margin:0 auto;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    gap:10px;
}
.product-cate-list a{
    display: block;
    padding:15px;
    color:#fff;
    border-radius: 10px;
    background-color: var(--default-btn-hover-color);
}
.product-cate-list a:hover{
    background-color: var(--default-btn-color);
}

.PageBar {
    clear: both;
    width: 80%;
    overflow: hidden;
    margin: 20px auto 10px auto;
    text-align: center;
}

.PageButtons span,
.PageButtons a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    padding: 0 10px;
    margin-left: 5px;
}

.PageButtons span {
    color: #ffffff;
    background-color: var(--default-theme-color);
    border: 1px solid var(--default-theme-color);
}

.PageButtons a:hover {
    background: var(--default-theme-color);
    color: #FFF;
}

.PageInfo {
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
}

.disabled {
    display: none;
}

.arList {
    width: 100%;
    overflow: hidden;
}

.arList li {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #dedede;
    line-height: normal;
    background: #f7f7f7;
}

.newm {
    border-left: 6px var(--default-theme-color) solid;
    padding-left: 7px;
}

.new2 {
    color: #666;
    margin-top: 10px;
    background: url(../images/time.png) no-repeat left center;
    padding-left: 26px;
    height: 20px;
    line-height: 20px;
}

.arList li .newsl {
    width: 40%;
    overflow: hidden;
    float: left;
    height: auto;
}

.arList li .newsr {
    width: 57%;
    overflow: hidden;
    float: right;
}

.arList li .moren {
    padding: 10px 20px;
    border: 1px solid var(--default-theme-color);
    display: block;
    float: right;
    margin-top: 20px;
    color: var(--default-theme-color);
}

.arList li:hover {
    background: #e9eaeb;
}

.arList li:hover .newm {
    color: var(--default-theme-color);
}

.arList li:hover .moren {
    background: var(--default-theme-color);
    color: #FFF;
}

.arList li:last-child {
    border-bottom: none;
}

.JobListItem {
    position: relative;
}

.JobListItem .txiw {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    position: absolute;
    right: 0;
    top: 20px;
}

.comp-fot {
    display: none;
}

.web-img {
    display: block;
}

.news_tit {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px #eee solid;
}

.news_tit p {
    color: #666;
    margin-top: 10px;
}

.arKeywords {
    padding: 15px;
    overflow: hidden;
    background: #f7f7f7;
    margin-top: 20px;
}

.zs p {
    padding-left: 14px;
    position: relative;
}

.zs p:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: var(--default-theme-color);
    position: absolute;
    left: 0;
    top: 2px;
}

contenta {
    width: 50%;
}

contentb {
    width: 33.33%;
}

contentc {
    width: 25%;
}

ewm {
    width: 40%;
    overflow: hidden;
    display: block;
    margin: 20px 5% 0 5%;
    float: left;
}

ewm span {
    width: 35%;
    overflow: hidden;
    display: block;
    float: left;
}

ewm div {
    width: 60%;
    overflow: hidden;
    display: block;
    float: right;
}

.page-recom {
    margin: 30px 0 0 0;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

.page-recom:after {
    content: '';
    width: 1px;
    height: 100%;
    background: #e5e5e5;
    position: absolute;
    left: 50%;
    top: 0;
}

.page-recom div {
    width: 50%;
    padding: 20px 0;
    overflow: hidden;
}

.page-recom div p {
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
    display: block;
}

.page-recom div:hover {
    background: var(--default-theme-color);
    color: #FFF;
}

.page-recom div:hover a {
    color: #FFF;
}

.about-info-left {
    width: 43%;
    overflow: hidden;
    float: left;
}

.about-info-left a {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

.about-info-left:hover a {
    color: var(--default-theme-color);
}

.about-info-right {
    width: 45%;
    overflow: hidden;
    float: right;
}

.about-info-right li {
    width: 100%;
    overflow: hidden;
    display: block;
    margin-top: 12px;
    position: relative;
}

.about-info-right li:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #333;
    position: absolute;
    left: 0;
    top: 2px;
}

.about-info-right li a {
    padding-left: 14px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.about-info-right li:hover:after {
    background: var(--default-theme-color);
    border-radius: 100%;
}

.about-info-right li:hover a {
    color: var(--default-theme-color);
}

.cpz_ly {
    width: 51%;
    overflow: hidden;
    float: left;
}

.cpz_ly #slider-wra {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.cpz_ly #slider-wra .item {
    width: 100%;
    display: block;
    position: relative;
    height: auto;
    overflow: hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin: 0 auto;
}

.cpz_ly #slider-wra .item dt {
    width: 100%;
    overflow: hidden;
}

.cpz_ly #slider-wra .item dt img {
    width: 100%;
    display: block;
}

.cpz_ly #slider-wra .item dd {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

.cpz_ly #slider-wra .item dd span {
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

.cpz_ly .owl-buttons div {
    width: 42px;
    height: 42px;
    background: url(../images/cus-icon-16.png) no-repeat center;
    display: block;
    position: absolute;
    top: 32%;
}

.cpz_ly .owl-buttons div:hover {
    background: url(../images/cus-icon-17.jpg) no-repeat center;
}

.cpz_ly .owl-buttons div.owl-prev {
    left: 0;
}

.cpz_ly .owl-buttons div.owl-next,
.cpz_ly .owl-buttons div:hover.owl-next {
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cpz_ly .owl-pagination {
    display: none;
}

.cpz_ry {
    width: 46%;
    overflow: hidden;
    float: right;
}

.cpz_ry .lxny dt {
    width: 56%;
    overflow: hidden;
    float: left;
    background: #3f424b;
}

.cpz_ry .lxny dt em {
    width: 8%;
}

.cpz_ry .lxny dd {
    width: 40%;
    overflow: hidden;
    float: right;
    background: var(--default-theme-color);
    cursor: pointer;
}

.cpz_ry .lxny dd em {
    width: 11.1%;
}

.cpz_ry .lxny p {
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
    height: 58px;
    line-height: 58px;
}

.cpz_ry .lxny p span {
    width: auto;
    display: block;
    float: left;
    height: 100%;
}

.cpz_ry .lxny em {
    height: 100%;
    display: block;
    float: right;
    background: url(../images/cus-icon-14.png) no-repeat center;
    background-size: contain;
}

.detail-title {
    padding-top:15px;
    width: 100%;
    overflow: hidden;
    border-bottom: 2px var(--default-theme-color) solid;
}

.detail-title a {
    float: left;
    display: block;
    width: auto;
    line-height: normal;
    margin-right: 20px;
    padding: 5px;
    color: var(--default-theme-color);
    cursor: pointer;
}

.detail-title a.active{
    background-color: var(--default-theme-color);
    color:#fff;
}

.zntit_con {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.oh dl {
    width: 31.33%;
    float: left;
    margin: 0 1% 20px 1%;
    overflow: hidden;
}

.oh dl dt {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.oh dl dt i {
    width: 100%;
    height: 100%;
    background: url(../images/video.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

.oh dl dd {
    width: 100%;
    display: block;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    transition: 350ms;
    text-align: center;
    background-color: #eee;
}

.oh dl:hover dt span img {
    transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
}

.work-message {
    width: 100%;
    overflow: hidden;
    background: #f0f0f0;
    margin-top: 30px;
}
.work-message .work-message-left {
    float: left;
    width: 385px;
}
.work-message .work-message-right {
    float: right;
    width: 385px;
}

.contact-left {
    width: 55%;
    overflow: hidden;
    float: left;
    margin-right:15px;
}

@media screen and (max-width: 1500px) and (min-width:0) {
    body {
        font-size: 14px;
    }

    .pt10 {
        padding-top: 8px;
    }

    .pt15 {
        padding-top: 12px;
    }

    .pt20 {
        padding-top: 15px;
    }

    .pt30 {
        padding-top: 27px;
    }

    .pt40 {
        padding-top: 35px;
    }

    .pt50 {
        padding-top: 45px;
    }

    .pt60 {
        padding-top: 55px;
    }

    .pt70 {
        padding-top: 65px;
    }

    .pt80 {
        padding-top: 75px;
    }

    .pt100 {
        padding-top: 95px;
    }

    .pad20 {
        padding: 0 18px;
    }

    .padt20 {
        padding: 18px 0;
    }

    .padt30 {
        padding: 27px 0;
    }

    .padt70 {
        padding: 65px 0;
    }

    .mr15 {
        margin-right: 12px;
    }

    .mlb28 {
        margin-left: 22%;
    }

    .mlb23 {
        margin-left: 18%;
    }

    .f14 {
        font-size: 12px;
    }

    .f16 {
        font-size: 14px;
    }

    .f18 {
        font-size: 16px;
    }

    .f20 {
        font-size: 18px;
    }

    .f22 {
        font-size: 20px;
    }

    .f24 {
        font-size: 21px;
    }

    .f26 {
        font-size: 24px;
    }

    .f28 {
        font-size: 26px;
    }

    .f30 {
        font-size: 28px;
    }

    .f35 {
        font-size: 33px;
    }

    .f36 {
        font-size: 34px;
    }

    .f38 {
        font-size: 36px;
    }

    .f40 {
        font-size: 38px;
    }

    .f42 {
        font-size: 40px;
    }

    .f45 {
        font-size: 43px;
    }

    .f48 {
        font-size: 46px;
    }

    .f50 {
        font-size: 48px;
    }

    .f55 {
        font-size: 53px;
    }

    .f60 {
        font-size: 56px;
    }

    .f68 {
        font-size: 64px;
    }

    .f75 {
        font-size: 70px;
    }

    .f82 {
        font-size: 75px;
    }

    .f100 {
        font-size: 90px;
    }

    .f160 {
        font-size: 140px;
    }

    .lihe25 {
        line-height: 25px;
    }

    .lihe32 {
        line-height: 30px;
    }

    .lihe38 {
        line-height: 36px;
    }

    .lihe45 {
        line-height: 43px;
    }

    .container {
        padding-left: 10%;
        padding-right: 10%;
    }

    .tnh-top .main-wap,
    .header .head {
        width: 90%;
    }

    .tnh-top .main-wap .top-r-img {
        height: 20px;
        margin-top: 7px;
    }

    .tnh-top .main-wap .top-r-img img {
        height: 20px;
    }

    .header .head .logo {
        margin-top: 13px;
    }

    .header .head .logo img {
        height: 50px;
    }

    .header .head .menu {
        width: 70%;
        display: flex;
        justify-content: flex-start;
        flex-flow: row nowrap;
    }

    .set-prower-n #slider-wra,
    .hzhb_bo #slider-wra {
        width: 1230px;
        padding: 0 35px;
    }

    .set-prower-n .item dd {
        padding: 18px 0;
    }

    .cbx-01 a {
        width: 170px;
        height: 50px;
        line-height: 50px;
        font-size:20px;
    }

    .qyfm_l {
        padding: 3vw 0 0 0;
    }

    .qyfm_bo {
        width: 68%;
        padding-top: 2.8vw;
    }

    .moret {
        width: 180px;
        height: 2.9vw;
        line-height: 2.9vw;
        left: 10.5%;
    }

    .time-line-box ul li {
        width: 16.5%;
        margin-left: 3.5%;
    }

    .time-line-box ul li dl {
        width: 180%;
    }

    .time-line-box ul li dl dt,
    .time-line-box ul li dl dd {
        padding-left: 18px;
    }

    .time-line-box ul li:nth-of-type(odd) dd {
        padding-bottom: 28px;
    }

    .time-line-box ul li:nth-of-type(even) {
        padding-top: 28px;
    }

    .product-list li figcaption {
        height: 50px;
        line-height: 50px;
    }
}

@media screen and (max-width: 1350px) and (min-width:0) {
    body {
        font-size: 13px;
    }

    .pt10 {
        padding-top: 9px;
    }

    .pt15 {
        padding-top: 13px;
    }

    .pt20 {
        padding-top: 16px;
    }

    .pt30 {
        padding-top: 24px;
    }

    .pt40 {
        padding-top: 32px;
    }

    .pt50 {
        padding-top: 40px;
    }

    .pt60 {
        padding-top: 50px;
    }

    .pt70 {
        padding-top: 60px;
    }

    .pt80 {
        padding-top: 70px;
    }

    .pt100 {
        padding-top: 90px;
    }

    .pad20 {
        padding: 0 15px;
    }

    .padt20 {
        padding: 15px 0;
    }

    .padt30 {
        padding: 25px 0;
    }

    .padt70 {
        padding: 60px 0;
    }

    .mr15 {
        margin-right: 10px;
    }

    .f14 {
        font-size: 12px;
    }

    .f16 {
        font-size: 13px;
    }

    .f18 {
        font-size: 15px;
    }

    .f20 {
        font-size: 16px;
    }

    .f22 {
        font-size: 19px;
    }

    .f24 {
        font-size: 20px;
    }

    .f26 {
        font-size: 21px;
    }

    .f28 {
        font-size: 22px;
    }

    .f30 {
        font-size: 23px;
    }

    .f35 {
        font-size: 25px;
    }

    .f36 {
        font-size: 26px;
    }

    .f38 {
        font-size: 27px;
    }

    .f40 {
        font-size: 28px;
    }

    .f42 {
        font-size: 29px;
    }

    .f45 {
        font-size: 30px;
    }

    .f48 {
        font-size: 32px;
    }

    .f50 {
        font-size: 34px;
    }

    .f55 {
        font-size: 36px;
    }

    .f60 {
        font-size: 40px;
    }

    .f68 {
        font-size: 42px;
    }

    .f75 {
        font-size: 52px;
    }

    .f82 {
        font-size: 60px;
    }

    .f100 {
        font-size: 80px;
    }

    .f160 {
        font-size: 100px;
    }

    .lihe24 {
        line-height: 24px;
    }

    .lihe32 {
        line-height: 28px;
    }

    .lihe38 {
        line-height: 32px;
    }

    .lihe45 {
        line-height: 40px;
    }

    .container {
        padding-left: 5%;
        padding-right: 5%;
    }

    .main {
        width: 90%;
    }

    .tnh-top .main-wap,
    .header .head {
        width: 1130px;
    }

    .tnh-top .main-wap .top-r-img {
        height: 18px;
        margin-top: 8px;
    }

    .tnh-top .main-wap .top-r-img img {
        height: 18px;
    }

    .header .head .logo {
        margin-top: 14px;
    }

    .header .head .logo img {
        height: 48px;
    }

    .header .head .menu {
        width: 76%;
    }

    .set-prower-n #slider-wra,
    .hzhb_bo #slider-wra {
        width: 1130px;
        padding: 0 40px;
    }

    .set-prower-n .item dd {
        padding: 16px 0;
    }

    .cbx-01 a {
        width: 165px;
        height: 48px;
        line-height: 48px;
    }

    .qyfm_l {
        padding: 2.8vw 0 0 0;
    }

    .qyfm_bo {
        width: 70%;
        padding-top: 2.6vw;
    }

    .time-line-box ul li {
        width: 29.33%;
        margin-left: 4%;
    }

    .time-line-box ul li dl {
        width: 170%;
    }

    .time-line-box ul li dl dt,
    .time-line-box ul li dl dd {
        padding-left: 16px;
    }

    .time-line-box ul li:nth-of-type(odd) dd {
        padding-bottom: 26px;
    }

    .time-line-box ul li:nth-of-type(even) {
        padding-top: 26px;
    }

    .product-list li figcaption {
        height: 45px;
        line-height: 45px;
    }

}

@media screen and (max-width: 1250px) and (min-width:0) {
    .product-cate-list{
        width:90%;
    }
    body {
        font-size: 12px;
    }

    .pt10 {
        padding-top: 7px;
    }

    .pt15 {
        padding-top: 10px;
    }

    .pt20 {
        padding-top: 15px;
    }

    .pt30 {
        padding-top: 20px;
    }

    .pt40 {
        padding-top: 25px;
    }

    .pt50 {
        padding-top: 30px;
    }

    .pt60 {
        padding-top: 35px;
    }

    .pt70 {
        padding-top: 40px;
    }

    .pt80 {
        padding-top: 50px;
    }

    .pt100 {
        padding-top: 70px;
    }

    .pad20 {
        padding: 0 13px;
    }

    .padt20 {
        padding: 13px 0;
    }

    .padt30 {
        padding: 20px 0;
    }

    .padt70 {
        padding: 40px 0;
    }

    .mr15 {
        margin-right: 8px;
    }

    .f14 {
        font-size: 12px;
    }

    .f16 {
        font-size: 12px;
    }

    .f18 {
        font-size: 14px;
    }

    .f20 {
        font-size: 16px;
    }

    .f22 {
        font-size: 18px;
    }

    .f24 {
        font-size: 19px;
    }

    .f26 {
        font-size: 20px;
    }

    .f28 {
        font-size: 21px;
    }

    .f30 {
        font-size: 22px;
    }

    .f35 {
        font-size: 23px;
    }

    .f36 {
        font-size: 24px;
    }

    .f38 {
        font-size: 25px;
    }

    .f40 {
        font-size: 26px;
    }

    .f42 {
        font-size: 27px;
    }

    .f45 {
        font-size: 28px;
    }

    .f48 {
        font-size: 29px;
    }

    .f50 {
        font-size: 30px;
    }

    .f55 {
        font-size: 32px;
    }

    .f60 {
        font-size: 34px;
    }

    .f68 {
        font-size: 36px;
    }

    .f75 {
        font-size: 40px;
    }

    .f82 {
        font-size: 50px;
    }

    .f100 {
        font-size: 70px;
    }

    .f160 {
        font-size: 90px;
    }

    .lihe24 {
        line-height: 22px;
    }

    .lihe32 {
        line-height: 28px;
    }

    .lihe38 {
        line-height: 28px;
    }

    .lihe45 {
        line-height: 38px;
    }

    .tnh-top .main-wap,
    .header .head {
        width: 96%;
    }

    .tnh-top .main-wap .top-r-img {
        height: 16px;
        margin-top: 9px;
    }

    .tnh-top .main-wap .top-r-img img {
        height: 16px;
    }

    .header .head .logo {
        margin-top: 15px;
    }

    .header .head .logo img {
        height: 46px;
    }

    .header .head .menu {
        width: 74%;
    }

    .set-prower-n #slider-wra,
    .hzhb_bo #slider-wra {
        width: 1000px;
        padding: 0 10px;
    }

    .set-prower-n .item dd {
        padding: 14px 0;
    }

    .cbx-01 a {
        width: 160px;
        height: 45px;
        line-height: 45px;
    }

    .time-line-box ul li dl {
        width: 160%;
    }

    .time-line-box ul li dl dt,
    .time-line-box ul li dl dd {
        padding-left: 15px;
    }

    .time-line-box ul li:nth-of-type(odd) dd {
        padding-bottom: 24px;
    }

    .time-line-box ul li:nth-of-type(even) {
        padding-top: 24px;
    }

    .time-line-box .swiper-button-prev,
    .time-line-box .swiper-button-next {
        top: 51.5%;
    }

    .product-list li figcaption {
        height: 35px;
        line-height: 35px;
    }
}



.animate-03 {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-i;
}

.tra5 {
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-i;
}

.tra7 {
    -webkit-transition: all .7s ease-in;
    -moz-transition: all .7s ease-in;
    -o-transition: all .7s ease-in;
    transition: all .7s ease-i;
}

.tra9 {
    -webkit-transition: all .9s ease-in;
    -moz-transition: all .9s ease-in;
    -o-transition: all .9s ease-in;
    transition: all .9s ease-i;
}

.tra11 {
    -webkit-transition: all 1.1s ease-in;
    -moz-transition: all 1.1s ease-in;
    -o-transition: all 1.1s ease-in;
    transition: all 1.1s ease-i;
}

.linx {
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-animation: kf_about_page1_btn_line1_inner 2s cubic-bezier(0.115, 0.41, 0.355, 1) 0s infinite;
    -moz-animation: kf_about_page1_btn_line1_inner 2s cubic-bezier(0.115, 0.41, 0.355, 1) 0s infinite;
    -o-animation: kf_about_page1_btn_line1_inner 2s cubic-bezier(0.115, 0.41, 0.355, 1) 0s infinite;
    -ms-animation: kf_about_page1_btn_line1_inner 2s cubic-bezier(0.115, 0.41, 0.355, 1) 0s infinite;
    animation: kf_about_page1_btn_line1_inner 2s cubic-bezier(0.115, 0.41, 0.355, 1) 0s infinite;
}

.liny {
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-animation: kf_about_page1_btn_line2_inner 2s cubic-bezier(1, 0.355, 0.41, 0.115) 0s infinite;
    -moz-animation: kf_about_page1_btn_line2_inner 2s cubic-bezier(1, 0.355, 0.41, 0.115) 0s infinite;
    -o-animation: kf_about_page1_btn_line2_inner 2s cubic-bezier(1, 0.355, 0.41, 0.115) 0s infinite;
    -ms-animation: kf_about_page1_btn_line2_inner 2s cubic-bezier(1, 0.355, 0.41, 0.115) 0s infinite;
    animation: kf_about_page1_btn_line2_inner 2s cubic-bezier(1, 0.355, 0.41, 0.115) 0s infinite;
}

.winona {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.winona::after {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
}

.winona>span {
    display: block;
}

.winona::after,
.winona>span {
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.winona:hover::after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.winona:hover>span {
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
}

.circular1 {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    animation: btnRotate 5.5s linear infinite;
    -webkit-animation: btnRotate 5.5s linear infinite;
    -moz-animation: btnRotate 5.5s linear infinite;
    -ms-animation: btnRotate 5.5s linear infinite;
}

.circular2 {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    animation: btnRotate 7.5s linear infinite;
    -webkit-animation: btnRotate 7.5s linear infinite;
    -moz-animation: btnRotate 7.5s linear infinite;
    -ms-animation: btnRotate 7.5s linear infinite;
}

.circular3 {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    animation: btnRotate 9.5s linear infinite;
    -webkit-animation: btnRotate 9.5s linear infinite;
    -moz-animation: btnRotate 9.5s linear infinite;
    -ms-animation: btnRotate 9.5s linear infinite;
}

.warnb {
    -webkit-animation: warn 5s ease-out;
    -moz-animation: warn 5s ease-out;
    animation: warn 5s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.side-frame{
    position: fixed;
    right: 10px;
    bottom:60px;
    width: 44px;
    background-color: #0f0d0d;
    opacity: 0;
    transition: opacity 0.5s;
    z-index: 999;
}
.side-frame.show{
    opacity: 1;
}
.side-frame .item{
    position: relative;
    width: 44px;
    height: 43px;
    cursor: pointer;
}
.side-frame .item::after{
    position: absolute;
    content:'';
    bottom:0px;
    left:2px;
    right: 2px;
    border-bottom:1px solid rgba(255, 255, 255, .5)
}
.side-frame .item:last-child::after{
    display: none;
}
.side-frame .item:hover .item-content{
    border-right: 1px solid #ccc;
    display: flex;
}
.side-frame .item .item-content{
    display: none;
    position: absolute;
    right:44px;
    background-color: #0f0d0d;
    min-height: 43px;
    justify-content: center;
    align-items: center;
    color:#fff;
    font-size:14px;
    padding:5px;
    transition: opacity 0.3s;
}
.side-frame .item .item-content img{
    display: block;
    max-width: 100px;
    max-height: 100px;
}
.side-frame .item.top{
    background: url(../images/back-top.png) no-repeat center;
}
.side-frame .item.r-code{
    background: url(../images/r-code-icon.png) no-repeat center;
}
.side-frame .item.tel{
    background: url(../images/tel-icon.png) no-repeat center;
}

@keyframes warn {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    25% {
        transform: scale(0.9);
        opacity: 0.3;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }

    75% {
        transform: scale(0.9);
        opacity: 0.6;
    }

    100% {
        transform: scale(0);
        opacity: 0;
    }
}

@-webkit-keyframes warn {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    25% {
        transform: scale(0.9);
        opacity: 0.3;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }

    75% {
        transform: scale(0.9);
        opacity: 0.6;
    }

    100% {
        transform: scale(0);
        opacity: 0;
    }
}

@-webkit-keyframes btnRotate {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -webkit-transform: rotateZ(360deg);
    }
}

@-moz-keyframes kf_about_page1_btn_line2_inner {
    0% {
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -o-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
    }

    25% {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes kf_about_page1_btn_line2_inner {
    0% {
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -o-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
    }

    25% {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-o-keyframes kf_about_page1_btn_line2_inner {
    0% {
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -o-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
    }

    25% {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes kf_about_page1_btn_line2_inner {
    0% {
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -o-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
    }

    25% {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-moz-keyframes kf_about_page1_btn_line1_inner {
    0% {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -o-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
    }

    25% {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }

    100% {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-webkit-keyframes kf_about_page1_btn_line1_inner {
    0% {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -o-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
    }

    25% {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }

    100% {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-o-keyframes kf_about_page1_btn_line1_inner {
    0% {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -o-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
    }

    25% {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }

    100% {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes kf_about_page1_btn_line1_inner {
    0% {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -o-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
    }

    25% {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }

    100% {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes warn {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    25% {
        transform: scale(0.8);
        opacity: 0.3;
    }

    50% {
        transform: scale(1.7);
        opacity: 0.8;
    }

    75% {
        transform: scale(0.8);
        opacity: 0.6;
    }

    100% {
        transform: scale(0);
        opacity: 0;
    }
}

@-webkit-keyframes warn {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    25% {
        transform: scale(0.8);
        opacity: 0.3;
    }

    50% {
        transform: scale(1.7);
        opacity: 0.8;
    }

    75% {
        transform: scale(0.8);
        opacity: 0.6;
    }

    100% {
        transform: scale(0);
        opacity: 0;
    }
}
.selectpicker{
    background: var(--default-theme-color);
    border: none;
    color: #fff;
    outline: none;
}
.footer-main{
    display: flex;
    justify-content: space-between;
}
.page{
    width:100%;
    padding: 20px 0;
}
.pagination{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination li{
    border: 1px solid #ddd;
    margin-left: 5px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
}
.pagination li a{
    display: block;
    padding: 0 10px;
}
.pagination li.active{
    padding: 0 10px;
    background: var(--default-theme-color);
    color: #fff;
}
.sub_message_content{
    overflow: hidden;
    padding:20px;
}
.sub_message_content input{
    line-height: 40px;
    margin-bottom:10px;
    padding:0 5px;
    box-sizing: border-box;
    border:1px solid #f0f0f0;
}

.sub_message_content textarea{
    width:100%; 
    height:150px;
    margin-bottom:5px;
    padding:5px;
    box-sizing: border-box;
    border:1px solid #f0f0f0;
}

.font-title{
    font-size: 30px;
    font-weight: bolder;
    letter-spacing: 15px;
    margin-top:6%;
    text-align: center;
}

.solution-bg{
    width: 100%;
    overflow: hidden;
    padding: 3.5vw 0;
    background: url(../images/6.jpg) !important;
    background-attachment: fixed !important;
    background-origin: content-box !important;
    background-size: cover !important;
}

.solution-content{
    /* border-radius: 45px; */
    font-size: 18px;
    display: flex;
    flex-flow: row nowrap;
    gap:20px;
    margin-top:30px;
}
.solution-content .content-item{
    flex: 1;
    background: rgba(105, 104, 104, 0.3);
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    flex-flow: column nowrap;
    gap:15px;
    border-radius: 10px;
    /* padding: 10px 0px; */
}
.solution-content .content-item .title{
    flex-shrink: 0;
    overflow: hidden;
    color:var(--default-theme-color);
    white-space: nowrap;
    font-weight: bold;
    font-size: 24px;
}
.solution-content .content-item .text{
    color:#fff;
    text-align: left;
    font-size:16px;
    line-height: 30px;
}
.hzhb_bo #slider-wra .item dt{
    height: 80px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hzhb_bo #slider-wra .item dt .imgs{
    height: auto;
    width:auto;
    max-width: 100%;
    max-height: 100%;
}
/* .top-footer-back{
    color:#888585 !important;
    background: url(../images/top-background.jpg) 100% 100%;
} */
/* .footer a{
    color:#888585 !important;
}
.footer a:hover{
    color:#888585 !important;
} */
.subpage{
    overflow: hidden;
}
.subpage img{
    animation: imgAnimation 6s;
}


@keyframes imgAnimation {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes imgAnimation {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}
@-moz-keyframes imgAnimation {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}
@-o-keyframes imgAnimation {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.new-news-text{
    padding:10px 0;
}
.new-news-text li{
    line-height: 1.5;
    padding: 10px 5px 10px 10px;
    position: relative;
}
.new-news-text li::after{
    position: absolute;
    left:0;
    top:50%;
    content:'';
    border:4px solid transparent;
    border-left-color: #282828;
    margin-top:-4px;
}
.new-news-text li:hover::after{
    border-left-color: var(--default-theme-color);
}