/* CSS Document */
a,blockquote,body,code,dd,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,h6,iframe,img,input,label,li,object,ol,p,q,small,span,strong,table,tbody,td,th,tr,ul{margin:0;padding:0;border:0}
body{font-family:Arial,Microsoft YaHei,Helvetica,sans-serif;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:none}
a,a:active,a:focus,a:hover,a:visited{text-decoration:none}
a,img{-webkit-touch-callout:none}
li,ol,ul{list-style:none}
input[type=password],input[type=text],textarea{resize:none;outline:none;-webkit-appearance:none;white-space:pre-wrap;word-wrap:break-word}
input{outline:none;-webkit-appearance:none;background:none}

input[type="text"]:focus {border-color: rgba(237, 27, 35, 0.2);box-shadow: 0 0 10px rgba(237, 27, 35, 0.2);}

@media screen and (max-width:320px) {
    html {
        font-size: 42.667px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:321px) and (max-width:360px) {
    html {
        font-size: 48px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:361px) and (max-width:375px) {
    html {
        font-size: 50px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:376px) and (max-width:393px) {
    html {
        font-size: 52.4px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:394px) and (max-width:412px) {
    html {
        font-size: 54.93px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:413px) and (max-width:414px) {
    html {
        font-size: 55.2px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:415px) and (max-width:480px) {
    html {
        font-size: 64px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:481px) and (max-width:540px) {
    html {
        font-size: 72px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:541px) and (max-width:640px) {
    html {
        font-size: 85.33px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:641px) and (max-width:720px) {
    html {
        font-size: 96px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:721px) and (max-width:768px) {
    html {
        font-size: 102.4px;
        font-size: 13.33333vw
    }
}

/* @media screen and (min-width:769px) and (max-width:1440px) {
    html {
        font-size: 30px
    }
}

@media screen and (min-width:1441px) and (max-width:1680px) {
    html {
        font-size: 40px
    }
}

@media screen and (min-width: 1441px) {
    html {
        font-size: 50px;
        font-size: 3.88vw
    }
} */

/* PC端样式 */
@media screen and (min-width:769px) and (max-width:1024px) {
    html {
        font-size: 112px;
        font-size: 5.2vw;
    }
}

@media screen and (min-width:1025px) and (max-width:1280px) {
    html {
        font-size: 120px;
        font-size: 5.2vw;
    }
}

@media screen and (min-width:1281px) and (max-width:1366px) {
    html {
        font-size: 128px;
        font-size: 5.2vw;
    }
}

@media screen and (min-width:1367px) and (max-width:1440px) {
    html {
        font-size: 136px;
        font-size: 5.2vw;
    }
}

@media screen and (min-width:1441px) and (max-width:1600px) {
    html {
        font-size: 144px;
        font-size: 5.2vw;
    }
}

@media screen and (min-width:1601px) and (max-width:1920px) {
    html {
        font-size: 160px;
        font-size: 5.2vw;
    }
}

@media screen and (min-width:1921px) {
    html {
        font-size: 180px;
        font-size: 5.2vw;
    }
}
html {scroll-behavior: instant;}

:root {
    /*theme color*/
    --themecolor: #3b89df;
    /*text default coolor*/
    --textcolor: #333;
    /*mouse hover color*/
    --hovercolor: #3b89df;

    --textred: #3b89df;

    /*banxin*/
    --conwidth: 84%;
}

.bcon {
    width: 84%;
    /* max-width: 1600px; */
    margin: 0 auto;
}

body {
    
}

.pcontainer {
    background: url(../images/bodybg.jpg) top center repeat-y;
    background-size: 100% auto;
}

.pititle {
    display: flex;
    align-items: flex-end;
    position: relative;
    height: 0.96rem;
}
.pititle .bg {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: .6rem;
    line-height: 1.6;
    font-weight: bold;
    background: linear-gradient(to bottom, rgba(0,0,0,.1), rgba(0,0,0,0)) 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    user-select: none;
}
.pititle .amore {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-bottom: .18rem;
    font-size: calc(0.2vw + 12px);
    line-height: .24rem;
    color: var(--themecolor);
}
.pititle .amore i {
    display: block;
    width: .16rem;
    height: .16rem;
    margin-left: .1rem;
    background: url(../images/iarrowtor.png) center center no-repeat;
    background-size: 100% auto;
}
h2 {
    display: block;
    font-size: .4rem;
    font-weight: bold;
    line-height: .6rem;
    color: #1c1c1c;
}


.top {
    display: flex;
    align-items: center;
    height: calc(0.2vw + 40px);
    background: #333;
    position: relative;
    z-index: 16;
}
.top .bcon {
    display: flex;
    align-items: center;
}
.top .toptext {
    display: block;
    margin-right: auto;
    font-size: calc(0.2vw + 12px);
    line-height: .18rem;
    color: #CFCFCF;
}
.top .topnav {
    display: flex;
    align-items: center;
}
.top .topnav .topnavshowbtn {
    display: none;
}
.top .topnav .topnavin .its {
    display: flex;
    align-items: center;
}
.top .topnav .item {
    display: block;
    position: relative;
    padding: 0 .3rem;
    font-size: calc(0.2vw + 12px);
    line-height: .34rem;
    color: #fff;
}
/* .top .topnav .item::after {
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    margin-top: -8px;
    width: 1px;
    height: 16px;
    background: #fff;
} */
.top .topnav .item:last-child::after {
    display: none;
}
.top .toplanselect {
    display: block;
    position: relative;
    margin-left: .2rem;
}
.top .toplanselect .toplanbtn {
    display: flex;
    align-items: center;
    font-size: calc(0.2vw + 12px);
    line-height: .2rem;
    color: #fff;
    cursor: pointer;
}
.top .toplanselect .toplanbtn i {
    display: block;
    width: .2rem;
    height: .2rem;
    margin-right: .9rem;
    background: url(../images/ilan.png) center center no-repeat;
    background-size: 100% auto;
}
.top .toplanselect .toplanselectin {
    display: block;
    position: absolute;
    min-width: .7rem;
    top: .28rem;
    right: 0;
    background: #fff;
    box-shadow: 0 0 .08rem rgba(0,0,0,.1);
}
.top .toplanselect .toplanselectin .it {
    display: block;
    padding: 0 .2rem;
    font-size: calc(0.2vw + 12px);
    line-height: .34rem;
    color: #333;
}
.top .toplanselect .toplanselectin .it.cur {
    color: var(--hovercolor);
}

.top .toplans {
    display: flex;
    height: .4rem;
    margin-left: auto;
    padding-top: 4px;
    box-sizing: border-box;
}
.top .toplans .toplansbtn {
    display: none;
}
.top .toplans .toplansin {
    display: flex;
}

.top .toplans .item {
    display: flex;
    align-items: center;
    height: .34rem;
    margin-left: 6px;
    padding: 0 .24rem;
    font-size: calc(0.2vw + 12px);
    line-height: .2rem;
    color: #fff;
    box-sizing: border-box;
    cursor: pointer;
}
.top .toplans .item i {
    display: block;
    width: .2rem;
    height: .2rem;
    margin-right: .12rem;
}
.top .toplans .item.chinese i {
    background: url(../images/chinaflag.png) center center no-repeat;
    background-size: 100% auto;
}
.top .toplans .item.english i {
    background: url(../images/englishflag.png) center center no-repeat;
    background-size: 100% auto;
}
.top .toplans .item.thai i {
    background: url(../images/thaiflag.png) center center no-repeat;
    background-size: 100% auto;
}
.top .toplans .item.indonesia i {
    background: url(../images/indonesiaflag.png) center center no-repeat;
    background-size: 100% auto;
}
.top .toplans .item.russia i {
    background: url(../images/russiaflag.png) center center no-repeat;
    background-size: 100% auto;
}
.top .toplans .item.kazakhstan i {
    background: url(../images/kazakhstan.png) center center no-repeat;
    background-size: 100% auto;
}

.header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 1.32rem;
    max-height: 132px;
    background: #fff;
    z-index: 15;
}
.header .headerin {
    width: 100%;
    height: 100%;
    background: #fff;
}
.header .bcon {
    display: flex;
    align-items: center;
    height: 100%;
    background: #fff;
}
.header .logo {
    display: flex;
    align-items: center;
    width: 2.56rem;
    height: .62rem;
    margin-right: auto;
}
.header .logo img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
}
.header .nav {
    display: flex;
    align-items: center;
    height: 100%;
}
.header .nav .navbtn {
    display: none;
}
.header .nav .navin {
    display: flex;
    align-items: center;
    height: 100%;
}
.header .nav .item {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 .16rem;
    padding: 0 .16rem;
    font-size: calc(0.2vw + 14px);
    font-weight: bold;
    line-height: .26rem;
    color: #353535;
}
.header .nav .item .itema {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    color: #353535;
}
.header .nav .item .itema.ihome i {
    display: block;
    width: .48rem;
    max-width: 48px;
    height: .48rem;
    max-height: 48px;
    background: url(../images/ihome.png) center center no-repeat;
    background-size: 100% auto;
}
.header .nav .item .itemin {
    display: none;
}
.header .nav .item .itema::after {
    display: block;
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: .76rem;
    height: 0;
    background: var(--textred);
    transition: height .3s;
    -webkit-transition: height .3s;
    -moz-transition: height .3s;
    -ms-transition: height .3s;
    -o-transition: height .3s;
}
.header .nav .item.cur .itema {
    color: var(--textred);
}
.header .nav .item.cur .itema::after {
    height: 3px;
}

.header .nav .item .itemin {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    /* max-height: 3.18rem; */
    /* transform: translateY(-150%); */
    /* min-height: 4.38rem; */
    padding: .28rem 8vw;
    background: #fff;
    border-top: 1px solid #D8D8D8;
    box-sizing: border-box;
    z-index: -5;
    opacity: 0;
    transition: transform .5s ease-in-out,opacity .3s ease-in-out,height 0s ease-in-out .5s;
    -webkit-transform: translateY(-150%);
    -moz-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    -o-transform: translateY(-150%);
}
.header .nav .item:nth-child(2) .itemin {
    max-height: 4.38rem;
}
.header .nav .item:nth-child(3) .itemin {
    max-height: 4.38rem;
}
.header .nav .item:nth-child(4) .itemin {
    max-height: 4.38rem;
}
.header .nav .item .itemin .iteminl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    max-width: 8.5rem;
    padding: .28rem;
    background: #F8F8F8;
    box-sizing: border-box;
}
.innav {}
.innav .it {
    display: block;
    margin-top: .24rem;
    padding: .06rem 0;
    font-size: calc(0.2vw + 13px);
    font-weight: normal;
    line-height: 1;
    color: #3D3D3D;
}
.innav .it:first-child {
    margin-top: 0;
}


.iteminicon {
    width: 45.625%;
    max-width: 730px;
    max-height: calc(100% - 0.4rem);
    margin-left: 20px;
}
.iteminicon .iicon {
    display: none;
    height: 100%;
}
.header .nav .item:nth-child(2) .iteminicon .iicon {
    display: block;
}
.header .nav .item:nth-child(3) .iteminicon .iicon {
    display: block;
}
.header .nav .item:nth-child(4) .iteminicon .iicon {
    display: block;
}
.iteminicon .iicon.active {
    display: block;
}
.iteminicon img {
    width: 100%;
    max-height: 100%;
    vertical-align: top;
}

.header .nav .item .itemin .itemin_m {
    display: none;
}

.header .nav .item .itemin .itemin_pc {
    display: flex;
    width: 100%;
    /* max-width: 1600px; */
}
.ncatenav {
    display: flex;
    flex-direction: column;
    width: 4.78rem;
    margin-right: 8px;
}
.ncateit {
    display: flex;
    align-items: center;
    position: relative;
    height: .82rem;
    margin-top: .17rem;
    padding: 0 .17rem;
    font-size: calc(0.2vw + 13px);
    font-weight: bold;
    line-height: 1.44;
    color: #3D3D3D;
    background: #FFF7F7;
}
.ncateit:first-child {
    margin-top: 0;
}
.ncateit .icon {
    width: 1.05rem;
    min-width: 1.05rem;
    margin-right: .1rem;
}
.ncateit .icon img {
    width: 100%;
    vertical-align: top;
}
.ncateit::after {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border: 5px solid transparent;
    transition: border .3s;
    -webkit-transition: border .3s;
    -moz-transition: border .3s;
    -ms-transition: border .3s;
    -o-transition: border .3s;
}

.ncateit.incur {
    font-weight: normal;
    color: #fff;
    background: var(--textred);
}
.ncateit.active::after,
.ncateit.incur::after {
    border-left: 5px solid var(--textred);
}
.ncateit.active {
    font-weight: normal;
    color: #fff;
    background: var(--textred);
}

.ncateinc {
    display: none;
}
.ncateinc.active {
    display: flex;
    height: 100%;
}
.header .nav .item .ncatein {
    flex: 1;
}
.header .nav .item .ncateinc .iteminl {
    justify-content: flex-start;
    align-items: flex-start;
    width: 4.25rem;
    min-width: 4.25rem;
    flex: initial;
}
.header .nav .item .ncateinc .iteminl .innav .it {
    margin-top: .14rem;
}
.header .nav .item .ncateinc .iteminl .innav .it:first-child {
    margin-top: 0;
}
.header .nav .item .ncateinc .iteminicon {
    flex: 1;
}

.govmpbtn {
    display: flex;
    align-items: center;
    position: absolute;
    right: 8vw;
    bottom: .28rem;
    font-size: calc(0.2vw + 14px);
    font-weight: normal;
    line-height: 1.66;
    color: var(--textred);
}
.govmpbtn i {
    display: block;
    width: .12rem;
    height: .12rem;
    margin-left: .06rem;
    background: url(../images/iarrowtor.png) center center no-repeat;
    background-size: 100% auto;
}


.header .hsearch {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: .26rem;
    cursor: pointer;
}
.header .hsearch .isearchbtn {
    display: block;
    width: .42rem;
    height: .42rem;
    background: url(../images/isearch.png) right center no-repeat;
    background-size: .22rem auto;
}

.hsearch .hsearchin {
    display: flex;
    align-items: center;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    transform: translateY(-200%);
    padding: .28rem 3.96vw;
    background: #fff;
    border-top: 1px solid #D8D8D8;
    box-sizing: border-box;
    z-index: -5;
    opacity: 0;
    transition: transform .5s ease-in-out, opacity .3s ease-in-out, height 0s ease-in-out .5s;
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -o-transform: translateY(-200%);
}

.hsearch.showin .hsearchin {
    transform: translateY(0);
    opacity: 1;
}

.hsearch .hsearchin .inin {
    display: flex;
    align-items: center;
    width: 84vw;
    /*max-width: 1600px;
    */height: .68rem;
    margin: 0 auto;
    padding: 4px;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    border: 1px solid #CACBD4;
    box-sizing: border-box;
}
.hsearch .hsearchin .inin i {
    display: block;
    width: .28rem;
    height: .28rem;
    margin: 0 .2rem;
    background: url(../images/ininsearchicon.png) center center no-repeat;
    background-size: 100% auto;
}
.hsearch .hsearchin .inin input {
    display: block;
    flex: 1;
    height: 100%;
    font-size: calc(0.2vw + 12px);
    line-height: .6rem;
    color: #333;
}
.hsearch .hsearchin .inin input:focus {
    box-shadow: none;
}
.hsearch .hsearchin .inin .hsearchbtn {
    display: block;
    width: 1.7rem;
    height: .6rem;
    font-size: calc(0.2vw + 12px);
    font-weight: bold;
    line-height: .6rem;
    text-align: center;
    color: #fff;
    background: var(--textred);
    border-radius: .6rem;
    -webkit-border-radius: .6rem;
    -moz-border-radius: .6rem;
    -ms-border-radius: .6rem;
    -o-border-radius: .6rem;
    cursor: pointer;
}


.banner {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.banner img {
    width: 100%;
    vertical-align: top;
}

.mousetips {
    display: block;
    position: absolute;
    left: 50%;
    bottom: .24rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 1;
}
.mousetips .imouse {
    display: block;
    position: relative;
    width: .26rem;
    height: .35rem;
    margin: 0 auto;
    background: url(../images/mousebg.png) center center no-repeat;
    background-size: 100% auto;
    box-sizing: border-box;
}
.mousetips .imouse i {
    display: block;
    position: absolute;
    width: .02rem;
    height: .08rem;
    top: .06rem;
    left: .12rem;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    animation: moveeff27 1.5s ease-in-out infinite;
    -webkit-animation: moveeff27 1.5s ease-in-out infinite;
}
@keyframes moveeff27 {
    0%{
        top: .06rem;
    }
    50%{
        top: .1rem;
    }
    100%{
        top: .06rem;
    }
}
.mousetips .iarrow1 {
    display: block;
    width: .07rem;
    height: .07rem;
    margin: .05rem auto 0;
    border-right: .02rem solid rgba(255, 255, 255, .8);
    border-bottom: .02rem solid rgba(255, 255, 255, .8);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    animation: breath 1.5s ease-in-out infinite;
    -webkit-animation: breath 1.5s ease-in-out infinite;
    animation-delay: 1s;
}
.mousetips .iarrow2 {
    display: block;
    width: .07rem;
    height: .07rem;
    margin: 0 auto;
    border-right: .02rem solid rgba(255, 255, 255, .8);
    border-bottom: .02rem solid rgba(255, 255, 255, .8);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    animation: breath 1.5s ease-in-out infinite;
    -webkit-animation: breath 1.5s ease-in-out infinite;
}
@keyframes breath {
    0%{
        border-right: .02rem solid rgba(255, 255, 255, .4);
        border-bottom: .02rem solid rgba(255, 255, 255, .4);
    }
    50%{
        border-right: .02rem solid rgba(255, 255, 255, .8);
        border-bottom: .02rem solid rgba(255, 255, 255, .8);
    }
    100%{
        border-right: .02rem solid rgba(255, 255, 255, .4);
        border-bottom: .02rem solid rgba(255, 255, 255, .4);
    }
}
.mousetips .text {
    display: block;
    margin-top: .1rem;
    font-size: calc(0.2vw + 12px);
    line-height: 1.7;
    color: #fff;
}

.indexbanswiper .swiper-button-prev {
    left: .4rem;
}
.indexbanswiper .swiper-button-next {
    right: .4rem;
}

.indexbanswiper .item1 {
    position: relative;
}
.indexbanswiper .item1 .itemin {
    display: block;
    position: absolute;
    top: 1.93rem;
    left: 0;
}
.indexbanswiper .item1 .itemin .text1 {
    display: block;
    width: 11.7rem;
    height: 1.38rem;
    padding: .18rem 0 0 1.6rem;
    font-size: 0.17rem;
    line-height: .48rem;
    color: var(--themecolor);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) -2%, rgba(255, 255, 255, 0.69) 49%);
    box-sizing: border-box;
}
.indexbanswiper .item1 .itemin .text2 {
    display: flex;
    align-items: center;
    position: absolute;
    width: 12.72rem;
    height: 1.43rem;
    padding: 0 .19rem;
    top: .76rem;
    left: 1.6rem;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.48rem;
    color: #fff;
    background: linear-gradient(270deg, rgba(238, 27, 34, 0) -5%, rgba(238, 27, 34, 0.72) 53%);
    box-sizing: border-box;
}
.indexbanswiper .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    bottom: .28rem;
    padding-right: 1.6rem;
    box-sizing: border-box;
}
.indexbanswiper .swiper-pagination .swiper-pagination-bullet {
    width: .06rem;
    height: .06rem;
    margin: 0 .04rem;
    opacity: 1;
    background: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    transition: background .3s;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
}
.indexbanswiper .swiper-pagination .swiper-pagination-bullet-active {
    position: relative;
    width: 1.8rem;
}
.indexbanswiper .swiper-pagination .swiper-pagination-bullet-active::after {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: var(--themecolor);
    animation: speed 3.5s ease-in-out;
    -webkit-animation: speed 3.5s ease-in-out;
}
@keyframes speed {
    0%{
        width: 0;
    }
    100%{
        width: 100%;
    }
}

.indexbanswiper .swiper-page {
    display: block;
    position: absolute;
    right: .2rem;
    bottom: .28rem;
    z-index: 1;
    font-size: calc(0.2vw + 12px);
    font-weight: bold;
    color: #fff;
}
.indexbanswiper .swiper-page .zi {
    font-size: .2rem;
}

.indexbanswiper .icon {
    display: block;
    height: 8.48rem;
    /* max-height: 8rem; */
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -ms-background-position: center center;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.bannerpic4 {}
.bannerpic4 .icon {
    position: relative;
    height: 8.48rem;
    animation: imgscroll 15s linear infinite;
    -webkit-animation: imgscroll 15s linear infinite;
}
.bannerpic4 .icon::before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 75%;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -2%, rgba(33, 33, 33, 0.49) 125%);
}
.bannerpic4 .text {
    position: absolute;
    left: 10px;
    top: 50%;
    right: 10px;
    margin: auto;
    max-width: 1000px;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}
.bannerpic4 .text .desc {
    font-size: calc(1vw + 15px);
    line-height: calc(1vw + 20px);
    display: block;
    font-weight: 600;
    padding-bottom: calc(1vw + 20px);
}

.bannerpic4 .text .desc * {
    font-weight: normal;
    padding: 5px 0;
}

.bannerpic4 .text .link {
    display: flex;
    justify-content: center;
}

.bannerpic4 .text .link a {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    padding: calc(0.5vw + 5px) calc(1vw + 20px);
    background: var(--themecolor);
    font-weight: 600;
    border-radius: 3px;
}

.bannerpic4 .text .link a:hover {
    background: #333;
}


.iproduct {
    padding: 0;
    overflow-x: hidden;
}
.iproduct .intro {
    display: block;
    margin-top: .04rem;
    font-size: calc(0.2vw + 14px);
    line-height: 1.5;
    color: #606060;
}

.iconnav {
    display: flex;
    /* max-width: 1750px; */
    width: 84vw;
    position: relative;
    margin: 0 auto;
    padding: 0 .38rem .26rem;
}
.iconnav .iconnavswiper {
    width: 100%;
}
.iconnav .swiper-button-next,
.iconnav .swiper-button-prev {
    display: none;
}
.iconnav .swiper-button-next::after,
.iconnav .swiper-button-prev::after {
    font-size: .2rem;
    color: #3b89df;
}
.iconnav .item {
    display: block;
    flex: 1;
    width: auto;
    cursor: pointer;
}
.iconnav .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 auto;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}
.iconnav .item .icon img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
    transition: transform .3s;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
}
.iconnav .item .text {
    display: block;
    font-size: calc(0.2vw + 15px);
    line-height: 1.375;
    text-align: center;
    color: #3D3D3D;
}
.iconnav .item.cur .icon {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}
.iconnav .item.cur .text {
    font-weight: bold;
    color: var(--themecolor);
}


/* Slider and Slide styles */
.slider {
    position: relative;
    /* height: 46.458vw; */
    height: 35.258vw;
    width: 100%;
    display: inline-block;
    background: #000;
}

.slider .slides {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    text-align: right;
    white-space: nowrap;
    font-size: 0;
}

.slider .slides .slide {
    display: inline-block;
    height: 100%;
    width: 29.2vw;
    will-change: width;
    background: transparent;
    transition: width 1s ease-out;
    -webkit-transition: width 1s ease-out;
    -moz-transition: width 1s ease-out;
    -ms-transition: width 1s ease-out;
    -o-transition: width 1s ease-out;
}

/* Media queries */
@media (min-width: 1025px) and (max-width: 1365.98px) {
    .slider .slides .slide {
        width: 35vw;
    }
}

@media (min-width: 1366px) and (max-width: 1599.98px) {
    .slider .slides .slide {
        width: 29.7vw;
    }
    .dgapcrdswiper .swiper-slide .itext {
        font-size: calc(0.2vw + 12px);
    }
}

/* Skew effect styles */
.slider .slides .slide .skew {
    position: relative;
    transform: skew(-20deg);
    transform-origin: bottom left;
    height: 100%;
    width: 100%;
    overflow: hidden;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
}

.slider .slides .slide .skew:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3b89df;
    opacity: 1;
}

.slider .slides .slide .skew .skew-fix {
    transform: skew(20deg);
    height: 100%;
    width: 236%;
    transform-origin: bottom left;
    background-position: center center;
    background-size: cover;
    background-color: black;
    position: relative;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -o-transform: skew(20deg);
}

.slider .slides .slide .skew .skew-fix img {
    max-width: unset;
    width: auto;
    height: 100%;
    position: absolute;
    left: 21% !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

/* Active slide styles */
.slider .slides .slide.active {
    width: 66vw;
}

.slider .slides .slide.active+.slide {
    width: 0;
}

.slider .slides .slide.active .skew:after {
    opacity: 0;
}

/* Media queries for active slide */
@media (min-width: 1025px) and (max-width: 1365.98px) {
    .slider .slides .slide.active {
        width: 54vw;
    }
    .iporslider .prevbtn, .iporslider .nextbtn {
        right: 60vw;
    }
    .iporslider .prevbtn {
        right: calc(62vw + 1.32rem);
    }
}

@media (min-width: 1366px) and (max-width: 1599.98px) {
    .slider .slides .slide.active {
        width: 58vw;
    }
    .iporslider .prevbtn, .iporslider .nextbtn {
        right: 60vw;
    }
    .iporslider .prevbtn {
        right: calc(62vw + 1.32rem);
    }
}

@media (min-width: 1600px) and (max-width: 1920.98px) {
    .slider .slides .slide.active {
        width: 60vw;
    }
    .iporslider .prevbtn, .iporslider .nextbtn {
        right: 64vw;
    }
    .iporslider .prevbtn {
        right: calc(64vw + 1.32rem);
    }
}

.iporslider {
    position: relative;
    font-size: 0;
}
.iporslider .prevbtn,.iporslider .nextbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: .44rem;
    height: .44rem;
    bottom: .22rem;
    right: 68vw;
    left: auto;
    background: #FFFFFF;
    cursor: pointer;
    z-index: 1;
}
.iporslider .prevbtn {
    right: calc(68vw + .66rem);
}
.iporslider .prevbtn::after {
    display: block;
    width: 100%;
    height: 100%;
    content: 'prev';
    font-family: swiper-icons;
    font-size: .2rem;
    font-weight: bold;
    line-height: 0.44rem;
    text-align: center;
    color: var(--themecolor);
}
.iporslider .nextbtn::after {
    display: block;
    width: 100%;
    height: 100%;
    content: 'next';
    font-family: swiper-icons;
    font-size: .2rem;
    font-weight: bold;
    line-height: 0.44rem;
    text-align: center;
    color: var(--themecolor);
}

.iproslider_con {
    display: block;
    position: absolute;
    top: 50%;
    left: 1.62rem;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.iproslider_con .tit {
    display: block;
    font-size: .34rem;
    font-weight: bold;
    line-height: .48rem;
    color: #fff;
}
.iproslider_con .sscates {
    margin-top: .3rem;
}
.iproslider_con .sscates .it {
    display: flex;
    align-items: center;
    padding: .14rem 0;
    font-size: calc(0.2vw + 14px);
    line-height: .23rem;
    color: #fff;
}
.iproslider_con .sscates .it i {
    display: block;
    width: .16rem;
    height: .16rem;
    margin-right: .16rem;
    background: url(../images/carrow_w.png) center center no-repeat;
    background-size: 100% auto;
}

.learnmorebtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(7.9vw + 20px);
    height: calc(1.98vw + 10px);
    margin-top: .5rem;
    font-size: calc(0.2vw + 12px);
    line-height: 2.57;
    color: #fff;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
}
.learnmorebtn i {
    display: block;
    width: .16rem;
    height: .16rem;
    margin-left: .12rem;
    background: url(../images/iarrowtor_w.png) center center no-repeat;
    background-size: 100% auto;
}

.iporslider_swiper {
    display: none;
}
.iporslider_swiper img {
    width: 100%;
    vertical-align: top;
}


.iaboutus {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.iaboutus .intro {
    display: block;
    font-size: calc(0.2vw + 12px);
    line-height: .21rem;
    color: #606060;
}

.iaboutus .iaboutusin {
    height: 6rem;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -ms-background-position: center center;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.iaboutus .iaboutusin .inin {
    display: block;
    width: 100%;
    height: 12.53vw;
    padding: 1.92vw 4.4vw;
    background: linear-gradient(180deg, #F0F4FA 20%, rgba(216, 216, 216, 0) 100%);
    box-sizing: border-box;
}

.numcount {
    /* max-width: 1600px; */
    margin: 0 auto;
}

.numcount .numcountin {
    display: flex;
}

.numcount li {
    flex: 1;
    text-align: center;
}

.numcount li .item {
    margin: 0 .2rem;
}

.numcount li .numu {
    font-size: .6rem;
    line-height: 1.3;
}

.numcount li .numu > span:first-child {
    font-size: .6rem;
    font-weight: bold;
    color: var(--themecolor);
}

.numcount li .numu .unitc {
    font-size: calc(0.2vw + 12px);
    line-height: 1.3;
    margin-left: 0.3em;
}

.numcount li .numu sup {
    display: inline-block;
    margin-top: .08rem;
    vertical-align: top;
    font-size: calc(0.2vw + 12px);
    font-weight: bold;
    color: var(--themecolor);
}

.numcount li .numu sub {
    display: inline-block;
    vertical-align: baseline;
    font-size: calc(0.2vw + 12px);
    font-weight: bold;
    color: var(--themecolor);
    transform: translateX(-.32rem);
    -webkit-transform: translateX(-.32rem);
    -moz-transform: translateX(-.32rem);
    -ms-transform: translateX(-.32rem);
    -o-transform: translateX(-.32rem);
}
.numcount li .indc {
    display: block;
    font-size: calc(0.2vw + 12px);
    line-height: 1.58;
    color: var(--themecolor);
}

.iaboutus_cooperation {
    display: flex;
    flex-direction: column;
    width: 84vw;
    /* max-width: 1600px; */
    margin: .5rem auto;
    box-sizing: border-box;
}
.iaboutus_cooperation .tit {
    display: flex;
    align-items: center;
}
.iaboutus_cooperation .tit span {
    display: flex;
    align-items: center;
    height: .58rem;
    padding: 0 .24rem;
    font-size: .24rem;
    font-weight: bold;
    line-height: .4rem;
    color: #fff;
    background: var(--themecolor);
}
.iaboutus_cooperation .iaboutus_cooperationin {
    display: flex;
    
}
.iaboutus_cooperation .iaboutus_cooperationin .it {
    display: flex;
    align-items: center;
    position: relative;
    height: .58rem;
    padding: 0 .62rem;
    font-size: .24rem;
    color: var(--themecolor);
    background: #fff;
}
.iaboutus_cooperation .iaboutus_cooperationin .it::after {
    display: block;
    position: absolute;
    content: '';
    width: 1px;
    height: .26rem;
    top: 50%;
    right: 0;
    margin-top: -0.13rem;
    background: var(--themecolor);
}
.iaboutus_cooperation .iaboutus_cooperationin .it:last-child::after {
    display: none;
}
.inews {
    padding: .2rem 0 .4rem;
    overflow: hidden;
}
.inews .indexnewsbox {
    position: relative;
}
.indexnewsswiper {
    margin-top: .18rem;
    padding-bottom: .19rem;
    overflow: hidden;
}
.indexnewsswiper .item {
    position: relative;
    /*height: 5.74rem;*/
    padding-bottom: 2px;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
}
.indexnewsswiper .item .itemin {
    height: 100%;
    background: #fff;
    box-shadow: 0 0 .04rem rgba(0, 0, 0, 0.1);
}
.indexnewsswiper .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3.8rem;
    overflow: hidden;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -ms-background-position: center center;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    transition: background 0.5s ease-in-out,height .3s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out,height .3s ease-in-out;
    -moz-transition: background 0.5s ease-in-out,height .3s ease-in-out;
    -ms-transition: background 0.5s ease-in-out,height .3s ease-in-out;
    -o-transition: background 0.5s ease-in-out,height .3s ease-in-out;
}
.indexnewsswiper .item .icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3.8rem;
    overflow: hidden;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -ms-background-position: center center;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    transition: background 0.5s ease-in-out,height .3s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out,height .3s ease-in-out;
    -moz-transition: background 0.5s ease-in-out,height .3s ease-in-out;
    -ms-transition: background 0.5s ease-in-out,height .3s ease-in-out;
    -o-transition: background 0.5s ease-in-out,height .3s ease-in-out;
}
.indexnewsswiper .itemalbumpic .icon {
    display: block;
    position: relative;
    height: 100%;
    z-index: 2;
}
.indexnewsswiper .itemalbumpic .icon img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    transition: transform .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
}
.indexnewsswiper .itemalbumpic .inin {
    display: none;
}
.indexnewsswiper .item .idate {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    width: .7rem;
    height: .7rem;
    top: .16rem;
    left: .16rem;
    background: var(--themecolor);
}
.indexnewsswiper .item .idate .iday {
    display: block;
    font-size: .3rem;
    text-align: center;
    color: #fff;
}
.indexnewsswiper .item .idate .iother {
    display: block;
    font-size: calc(0.2vw + 8px);
    text-align: center;
    color: #fff;
}
.indexnewsswiper .item .idate .idatein {
    display: none;
    font-size: calc(0.2vw + 8px);
    text-align: center;
}
.indexnewsswiper .item .inin {
    padding: 0.16rem .26rem;
}
.indexnewsswiper .item h3,.indexnewsswiper .item h3 a {
    display: block;
    font-size: calc(0.2vw + 13px);
    font-weight: bold;
    line-height: 1.4;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.indexnewsswiper .item .text {
    display: block;
    /* height: .64rem; */
    margin-top: .28rem;
    font-size: calc(0.2vw + 12px);
    line-height: 1.57;
    color: #5B5B5B;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.indexnewsswiper .item .imore {
    display: none;
    align-items: center;
    margin-top: .3rem;
    font-size: calc(0.2vw + 12px);
    line-height: .24rem;
    color: var(--themecolor);
}
.indexnewsswiper .item .imore i {
    display: block;
    width: .16rem;
    height: .16rem;
    margin-left: .1rem;
    background: url(../images/iarrowtor.png) center center no-repeat;
    background-size: 100% auto;
}


.indexnewsbox .swiper-button-prev {
    display: block;
    position: absolute;
    left: -0.9rem;
    /*top: 1.82rem;*/
    cursor: pointer;
}
.indexnewsbox .swiper-button-prev::after {
    color: #515151;
}
.indexnewsbox .swiper-button-next {
    display: block;
    position: absolute;
    right: -0.9rem;
    left: auto;
    /*top: 1.82rem;*/
    cursor: pointer;
}
.indexnewsbox .swiper-button-next::after {
    color: #515151;
}

.iservice {}
.iservicewrap {
    display: flex;
    margin-top: .4rem;
}
.iservicewrap .item {
    display: block;
    position: relative;
    flex: 1;
    /*height: 24.125vw;*/
    /* height: 17.325vw; */
    min-height: 2rem;
    overflow: hidden;
}
.iservicewrap .item .icon {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -ms-background-position: center center;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    transition: background 0.5s ease-in-out,height .3s ease-in-out,transform .3s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out,height .3s ease-in-out,transform .3s ease-in-out;
    -moz-transition: background 0.5s ease-in-out,height .3s ease-in-out,transform .3s ease-in-out;
    -ms-transition: background 0.5s ease-in-out,height .3s ease-in-out,transform .3s ease-in-out;
    -o-transition: background 0.5s ease-in-out,height .3s ease-in-out,transform .3s ease-in-out;
}
.iservicewrap .item .itemin {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    padding: 0 .2rem;
    background: rgba(238, 27, 34, 0.8);
    transition: top .3s;
    -webkit-transition: top .3s;
    -moz-transition: top .3s;
    -ms-transition: top .3s;
    -o-transition: top .3s;
    box-sizing: border-box;
}
.iservicewrap .item .tit {
    display: block;
    font-size: .2rem;
    font-weight: bold;
    line-height: .2rem;
    text-align: center;
    color: #fff;
}
.iservicewrap .item .ibtn {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 20%;
    height: .38rem;
    padding: 0 .2rem;
    font-size: calc(0.2vw + 10px);
    color: #fff;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    cursor: pointer;
}
.iservicewrap .item .ibtn i {
    display: block;
    width: .16rem;
    height: .16rem;
    margin-left: .12rem;
    background: url(../images/iarrowtor_w.png) center center no-repeat;
    background-size: 100% auto;
}
.iservicewrap_swipwer {
    display: none;
}

.vbanner {
    position: relative;
    margin-bottom: .2rem;
}
.vbanner .text {
    display: block;
    position: absolute;
    width: 84vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: .65rem;
    font-weight: bold;
    line-height: 1.63;
    color: #fff;
    z-index: 1;
}
.vbanner .icon {
    display: block;
    width: 100%;
    height: 5.26rem;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -ms-background-position: center center;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.vbanswiper video {
    min-height: 100%;
    min-width: 100%;
}
.vbanswiper video::after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -2%, rgba(33, 33, 33, 0.49) 125%);
}
.vbanswiper .swiper-slide {
    height: 6.64rem;
}
.vbanswiper .swiper-pagination {}
.vbanswiper .swiper-pagination .swiper-pagination-bullet {
    width: .67rem;
    height: .03rem;
    margin: 0 .09rem;
    opacity: 1;
    background: #BDBDBD;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    transition: background .3s;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
}
.vbanswiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #3b89df;
}
.vbanner .bread {}


.pnavinline {
    display: none;
    position: relative;
    overflow: hidden;
}
.pnavinline .pnavbtnwrap {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: auto;
}

.pnav {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.74rem;
}
.pnav .item {
    display: block;
    position: relative;
    width: auto;
    margin: 0 .49rem;
    padding: 0 .1rem;
    font-size: .2rem;
    line-height: .44rem;
    color: #000;
    cursor: pointer;
}
.pnav .item.cur {
    font-weight: bold;
    color: var(--themecolor);
}
.pnav .item.cur::after {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: .08rem;
    left: 50%;
    bottom: -0.12rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background: url(../images/pnavcur.png) center center no-repeat;
    background-size: auto 100%;
}

.pnav2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 1.24rem;
    box-sizing: border-box;
}
.pnav2 .pnavswiper {
    margin-bottom: .1rem;
}
.pnav2 .item {
    display: flex;
    align-items: center;
    position: relative;
    width: auto;
    height: .94rem;
    margin: 0 .49rem;
    padding: 0 .1rem;
    font-size: .24rem;
    font-weight: bold;
    line-height: .44rem;
    color: #808080;
    cursor: pointer;
}
.pnav2 .item.cur {
    font-weight: bold;
    color: #232323;
    transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
}
.pnav2 .item::after {
    display: none;
    position: absolute;
    content: '';
    width: 100%;
    height: .02rem;
    left: 50%;
    bottom: .18rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background: #fff;
    transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
}
.pnav2 .item.cur::after {
    background: #232323;
}

.vpnav {
    position: sticky;
    height: .94rem;
    margin-bottom: .2rem;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 11;
}

.iconspnav {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.69rem;
    background: #F8F8F8;
}
.iconspna_swiper {
    width: 100%;
    margin-bottom: .3rem;
}
.iconspna_swiper .swiper-wrapper {
    justify-content: center;
}
.iconspnav .item {
    display: block;
    position: relative;
    width: auto;
    margin: 0 .49rem;
    padding: 0.2rem;
    font-size: calc(0.2vw + 14px);
    line-height: .44rem;
    text-align: center;
    color: #fff;
    background: #3b89df;
}

.iconspnav a.item:hover{
   color: #fff; 
}

.iconspnav .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.96rem;
    height: 1.96rem;
    margin: 0 auto;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    overflow: hidden;
}
.iconspnav .item .icon img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
    transition: transform .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
}
.iconspnav .item.cur {
    font-weight: bold;
    color: var(--themecolor);
}
.iconspnav .item.cur::after {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: .08rem;
    left: 50%;
    bottom: -.12rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background: url(../images/pnavcur.png) center center no-repeat;
    background-size: auto 100%;
}
.iconspnav .item.cur .icon {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.pincontainer {
    padding-top: .28rem;
    padding-bottom: .2rem;
    background: #F8F8F8;
}

.ptitle {
    display: flex;
    align-items: center;
    height: .99rem;
    font-size: .34rem;
    font-weight: bold;
    line-height: .5rem;
    color: #000;
}
.ptitle i {
    display: block;
    width: .24rem;
    height: .24rem;
    margin-right: .26rem;
    background: #3b89df;
}


.ptsvideoslist {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    grid-template-rows: repeat(3, 1fr);
    margin-top: .18rem;
    padding-bottom: .24rem;
    overflow: hidden;
    justify-content: flex-end;
}
.ptsvideoslist .item {
    display: block;
    position: relative;
    width: 5.29rem;
    margin-bottom: .1rem;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 99%);
    overflow: hidden;
}
.ptsvideoslist .item .itemin {
    padding: .19rem .2rem;
    box-sizing: border-box;
}
.ptsvideoslist .item h3,.ptsvideoslist .item h3 a {
    display: block;
    font-size: .2rem;
    font-weight: normal;
    line-height: .37rem;
    color: #000;
}
.ptsvideoslist .item:nth-child(1) {
    width: 9.34rem;
    height: 7.48rem;
    grid-row: 1 / 3;
    grid-column: 1;
}
.ptsvideoslist .item:nth-child(1) .itemin {
    display: flex;
    flex-direction: column;
    padding: .31rem .44rem;
    overflow: hidden;
}
.ptsvideoslist .item:nth-child(1) h3,.ptsvideoslist .item:nth-child(1) h3 a {
    display: block;
    font-size: .2rem;
    font-weight: bold;
    line-height: .3rem;
    color: #000;
}
.ptsvideoslist .item:nth-child(1) .text {
    display: block;
    flex: 1;
    margin-top: .14rem;
    font-size: calc(0.2vw + 12px);
    line-height: .28rem;
    color: #818181;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.ptsvideoslist .item:nth-child(2) {
    width: 6.55rem;
    height: 3.68rem;
    grid-row: auto;
    grid-column: 3 / 3;
    margin-left: -1.27rem;
}
.ptsvideoslist .item:nth-child(2) .itemin {
    display: flex;
    align-items: flex-end;
    position: absolute;
    width: 100%;
    height: 1rem;
    bottom: 0;
    left: 0;
    padding: .2rem .3rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.52) 100%);
    box-sizing: border-box;
}
.ptsvideoslist .item:nth-child(2) .itemin h3,.ptsvideoslist .item:nth-child(2) .itemin h3 a {
    display: block;
    font-size: calc(0.2vw + 16px);
    font-weight: bold;
    line-height: .3rem;
    color: #fff;
}
.ptsvideoslist .item:nth-child(3) {
    width: 6.55rem;
    height: 3.68rem;
    grid-row: auto;
    grid-column: 3 / 3;
    margin-left: -1.27rem;
    margin-top: -2.06vw;
}
.ptsvideoslist .item:nth-child(3) .itemin {
    display: flex;
    align-items: flex-end;
    position: absolute;
    width: 100%;
    height: 1rem;
    bottom: 0;
    left: 0;
    padding: .2rem .3rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.52) 100%);
    box-sizing: border-box;
}
.ptsvideoslist .item:nth-child(3) .itemin h3,.ptsvideoslist .item:nth-child(3) .itemin h3 a {
    display: block;
    font-size: calc(0.2vw + 16px);
    font-weight: bold;
    line-height: .3rem;
    color: #fff;
}
.ptsvideoslist .item .icon {
    display: block;
    position: relative;
}
.ptsvideoslist .item .icon img {
    width: 100%;
    vertical-align: top;
}
.ptsvideoslist .item .icon i {
    display: block;
    position: absolute;
    width: .94rem;
    height: .94rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    background: url(../images/iplay.png) center center no-repeat;
    background-size: 100% auto;
}
.ptsvideoslist .item:nth-child(1) .icon i {
    width: 1.3rem;
    height: 1.3rem;
}
.ptsvideoslist .item:nth-child(3) {
    margin-top: -0.16rem;
}
.ptsvideoslist .item:nth-child(4),
.ptsvideoslist .item:nth-child(5),
.ptsvideoslist .item:nth-child(6) {
    margin-top: -0.23rem;
}


.ptsvideos {
    margin-top: .2rem;
    overflow: hidden;
}
.ptsvideos .item {
    display: block;
    float: right;
    width: 40.9375%;
    margin-left: auto;
    overflow: hidden;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 99%);
}
.ptsvideos .item:first-child {
    float: left;
    width: 58.375%;
    margin-left: 0;
}
.ptsvideos .item h3,.ptsvideos .item h3 a {
    display: block;
    font-size: .2rem;
    font-weight: normal;
    line-height: .37rem;
    color: #000;
}
.ptsvideos .item:nth-child(1) {
    width: 58.375%;
}
.ptsvideos .item:nth-child(1) .itemin {
    display: flex;
    flex-direction: column;
    padding: .31rem .44rem;
    overflow: hidden;
}
.ptsvideos .item:nth-child(1) h3,.ptsvideos .item:nth-child(1) h3 a {
    display: block;
    font-size: .2rem;
    font-weight: bold;
    line-height: .3rem;
    color: #000;
}
.ptsvideos .item:nth-child(1) .text {
    display: block;
    flex: 1;
    margin-top: .14rem;
    font-size: calc(0.2vw + 12px);
    line-height: .28rem;
    color: #818181;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.ptsvideos .in .item:nth-child(1) {
    width: 100%;
    float: right;
}
.ptsvideos .in .item:nth-child(1) .itemin {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    width: 100%;
    height: 1rem;
    bottom: 0;
    left: 0;
    padding: .2rem .3rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.52) 100%);
    box-sizing: border-box;
}
.ptsvideos .in .item:nth-child(1) .itemin h3,.ptsvideos .in .item:nth-child(1) .itemin h3 a {
    display: block;
    font-size: calc(0.2vw + 16px);
    font-weight: bold;
    line-height: .3rem;
    color: #fff;
}
.ptsvideos .in .item:nth-child(2) {
    width: 100%;
    margin-top: .12rem;
    float: right;
}
.ptsvideos .in .item:nth-child(2) .itemin {
    display: flex;
    align-items: flex-end;
    position: absolute;
    width: 100%;
    height: 1rem;
    bottom: 0;
    left: 0;
    padding: .2rem .3rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.52) 100%);
    box-sizing: border-box;
}
.ptsvideos .in .item:nth-child(2) .itemin h3,.ptsvideos .in .item:nth-child(2) .itemin h3 a {
    display: block;
    font-size: calc(0.2vw + 16px);
    font-weight: bold;
    line-height: .3rem;
    color: #fff;
}
.ptsvideos .item .icon {
    display: block;
    position: relative;
}
.ptsvideos .item .icon img {
    width: 100%;
    vertical-align: top;
}
.ptsvideos .item .icon i {
    display: block;
    position: absolute;
    width: .94rem;
    height: .94rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    background: url(../images/iplay.png) center center no-repeat;
    background-size: 100% auto;
}
.ptsvideos .item:nth-child(1) .icon i {
    width: 1.3rem;
    height: 1.3rem;
}
.ptsvideos .item:nth-child(3) {
    
}
.ptsvideos .item:nth-child(4),
.ptsvideos .item:nth-child(5),
.ptsvideos .item:nth-child(6) {
    width: 33%;
    margin-bottom: .12rem;
}
.ptsvideos .item:nth-child(3n + 1) {
    margin-left: 0;
}

.ptsvideos {
    display: flex;
}
.ptsvideos .in {
    width: 40.9375%;
    margin-left: auto;
}
.ptsvideos .in .item {
    width: 100%;
}

.ptsvideoslist_n {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .4rem;
    margin-left: -0.2rem;
}
.ptsvideoslist_n .item {
    display: block;
    width: 25%;
    padding-left: .2rem;
    margin-top: .2rem;
    box-sizing: border-box;
}
.ptsvideoslist_n .item .in {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 99%);
    cursor: pointer;
}
.ptsvideoslist_n .item h3,.ptsvideoslist_n .item h3 a {
    display: block;
    height: 3.2em;
    font-size: .2rem;
    font-weight: normal;
    line-height: .32rem;
    color: #000;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;
}
.ptsvideoslist_n .item:nth-child(3n + 1) {
    margin-left: 0;
}
.ptsvideoslist_n .item .itemin {
    padding: .1rem;
}
.ptsvideoslist_n .item .icon {
    display: block;
    position: relative;
}
.ptsvideoslist_n .item .icon img {
    width: 100%;
    vertical-align: top;
}
.ptsvideoslist_n .item .icon i {
    display: block;
    position: absolute;
    width: .68rem;
    height: .68rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    background: url(../images/iplay.png) center center no-repeat;
    background-size: 100% auto;
}


/* service & support */
.ssupportbanner {
    display: block;
    position: relative;
}
.ssupportbanner .icon {
    width: 100%;
    height: 5.26rem;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -ms-background-position: center center;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.ssupportbanner .text {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: .65rem;
    font-weight: bold;
    color: #232121;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 84%;
}
.ssupportbanner .text span {
    color: var(--themecolor);
}
.ssupportbanner .text .stext {
    font-size: .36rem;
    line-height: .42rem;
    color: #232121;
}
.servicesupport {
    padding: .4rem 0 0.6rem;
    background: #f8f8f8;
}
.ssupportbcon {}
.ssupportlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ssupportlist .item {
    display: block;
    position: relative;
    width: 49.25%;
    height: 6.75rem;
    margin-bottom: .22rem;
    padding: .26rem;
    background: #fff;
    box-sizing: border-box;
}
.ssupportlist .item .icon {
    display: block;
    width: 100%;
    height: 3.6rem;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -ms-background-position: center center;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    transition: background 0.5s ease-in-out,height .3s ease-in-out,transform .3s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out,height .3s ease-in-out,transform .3s ease-in-out;
    -moz-transition: background 0.5s ease-in-out,height .3s ease-in-out,transform .3s ease-in-out;
    -ms-transition: background 0.5s ease-in-out,height .3s ease-in-out,transform .3s ease-in-out;
    -o-transition: background 0.5s ease-in-out,height .3s ease-in-out,transform .3s ease-in-out;
}
.ssupportlist .item .title {
    margin-top: .32rem;
}
.ssupportlist .item h3,.ssupportlist .item h3 a {
    display: block;
    font-size: .34rem;
    font-weight: bold;
    line-height: .48rem;
    text-align: center;
    color: #252525;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ssupportlist .item .text {
    display: block;
    margin-top: .32rem;
    padding: 0 .32rem;
    font-size: calc(0.2vw + 14px);
    line-height: 1.4375;
    color: #3d3d3d;
}

.learnmore {
    display: block;
    position: relative;
    width: 100%;
    height: 1.4rem;
    margin: 0 auto;
    background: url(../images/learnmorebg.jpg) center center no-repeat;
    background-size: cover;
}
.learnmore .lbtn {
    display: flex;
    align-items: center;
    position: absolute;
    right: 1.52rem;
    top: 50%;
    margin-top: -0.19rem;
    height: .38rem;
    padding: 0 .2rem;
    font-size: calc(0.2vw + 12px);
    color: var(--themecolor);
    box-sizing: border-box;
    border: 1px solid var(--themecolor);
    cursor: pointer;
    transition: background .3s ease-in-out,color .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out,color .3s ease-in-out;
    -moz-transition: background .3s ease-in-out,color .3s ease-in-out;
    -ms-transition: background .3s ease-in-out,color .3s ease-in-out;
    -o-transition: background .3s ease-in-out,color .3s ease-in-out;
}
.learnmore .lbtn i {
    display: block;
    width: .16rem;
    height: .16rem;
    margin-left: .12rem;
    background: url(../images/iarrowtor.png) center center no-repeat;
    background-size: 100% auto;
    transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
}

/* case */
.ecasesbanner {
    display: block;
    position: relative;
}
.ecasesbanner .icon {
    display: block;
    width: 100%;
    height: 5.26rem;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -ms-background-position: center center;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.ecasesbanner .icon::before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 75%;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -2%, rgba(33, 33, 33, 0.49) 125%);
}
.ecasesbanner .text {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    font-size:.65rem;
    font-weight: bold;
    line-height: 1.63;
    text-align: center;
    color: #fff;
    white-space: nowrap;
}
.engineeringcases {
    padding: .4rem 0 .22rem;
    background: #f8f8f8;
}
.ecaseslist {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.2rem;
}
.ecaseslist .item {
    display: block;
    width: 25%;
    /*height: 6.9rem;*/
    margin-bottom: .3rem;
    padding-left: .2rem;
    box-sizing: border-box;
}
.ecaseslist .item .icon {
    display: block;
    position: relative;
    flex: 1;
    height: 2.94rem;
    overflow: hidden;
}
.ecaseslist .item .icon img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: cover;
    transition: transform .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
}
.ipicswiper .swiper-slide {
    height: 2.94rem;
    overflow: hidden;
}
.ipicswiper .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: .2rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    box-sizing: border-box;
}
.ipicswiper .swiper-pagination .swiper-pagination-bullet {
    width: .06rem;
    height: .06rem;
    margin: 0 .04rem;
    opacity: 1;
    background: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    transition: background .3s;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
}
.ipicswiper .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--themecolor);
}
.ipicswiper .swiper-button-next {
    width: .24rem;
    height: .24rem;
    left: auto;
    right: .11rem;
    top: auto;
    bottom: .11rem;
    color: var(--themecolor);
    background: rgba(255, 255, 255, 0.5);
    transition: background .3s;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
}
.ipicswiper .swiper-button-next::after {
    font-size: .16rem;
    font-weight: bold;
}
.ipicswiper .swiper-button-prev {
    width: .24rem;
    height: .24rem;
    left: auto;
    right: .45rem;
    top: auto;
    bottom: .11rem;
    color: var(--themecolor);
    background: rgba(255, 255, 255, 0.5);
    transition: background .3s;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
}
.ipicswiper .swiper-button-prev::after {
    font-size: .16rem;
    font-weight: bold;
}

.ecaseslist .item .itemin {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 5rem;
    padding: .08rem 0 .2rem;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
    transition: box-shadow .3s ease-in-out,height .3s ease-in-out;
    -webkit-transition: box-shadow .3s ease-in-out,height .3s ease-in-out;
    -moz-transition: box-shadow .3s ease-in-out,height .3s ease-in-out;
    -ms-transition: box-shadow .3s ease-in-out,height .3s ease-in-out;
    -o-transition: box-shadow .3s ease-in-out,height .3s ease-in-out;
}
.ecaseslist .item .title {
    display: block;
    margin: 0 .12rem;
    padding: .06rem 0;
    border-bottom: 1px solid #E3E3E3;
}
.ecaseslist .item h3 a {
    display: block;
    position: relative;
    font-size: calc(0.2vw + 14px);
    font-weight: bold;
    line-height: 1.4;
    color: #333;
    padding-left: .44rem;
    padding-top: 0.24rem;
    box-sizing: border-box;
    height: calc(2em + 0.34rem);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: height .3s ease-in-out;
    -webkit-transition: height .3s ease-in-out;
    -moz-transition: height .3s ease-in-out;
    -ms-transition: height .3s ease-in-out;
    -o-transition: height .3s ease-in-out;
}
.ecaseslist .item h3 a i {
    display: block;
    position: absolute;
    width: .72rem;
    height: .44rem;
    top: 0;
    left: 0;
    background: url(../images/stitleicon.png) center center no-repeat;
    background-size: 100% auto;
}
.ecaseslist .item .iparams {
    padding: .12rem .12rem;
}
.ecaseslist .item .iparams .it {
    display: flex;
    padding: .08rem 0;
}
.ecaseslist .item .iparams .it .tit {
    display: flex;
    width: 1.08rem;
    min-width: 1.08rem;
    font-size: calc(0.2vw + 12px);
    line-height: 1.57;
    color: #838383;
}
.ecaseslist .item .iparams .it i {
    display: block;
    width: .2rem;
    min-width: .2rem;
    height: .2rem;
    margin-right: .12rem;
    margin-top: calc((0.2vw + 12px - .1rem) / 2);
}
.ecaseslist .item .iparams .it.itmodel i {
    background: url(../images/imodel.png) center center no-repeat;
    background-size: 100% auto;
}
.ecaseslist .item .iparams .it.ittype i {
    background: url(../images/itype.png) center center no-repeat;
    background-size: 100% auto;
}
.ecaseslist .item .iparams .it.itplant i {
    background: url(../images/iplant.png) center center no-repeat;
    background-size: 100% auto;
}
.ecaseslist .item .iparams .it.itcapacity i {
    background: url(../images/icapacity.png) center center no-repeat;
    background-size: 100% auto;
}
.ecaseslist .item .iparams .it .text {
    display: block;
    font-size: calc(0.2vw + 12px);
    line-height: 1.57;
    color: #333;
}
.ecaseslist .item .icpraise {
    display: block;
    flex: 1;
    margin: 0 .18rem;
    padding: .26rem .43rem;
    background: #E9E8EB;
    box-sizing: border-box;
    overflow-y: scroll;
}
.ecaseslist .item .icpraise::-webkit-scrollbar {
    width: 0;
}
.ecaseslist .item .icpraise::-webkit-scrollbar {
    height: 0;
}
.ecaseslist .item .icpraise .iinline {
    display: flex;
    align-items: center;
}
.ecaseslist .item .icpraise .iinline .tit {
    display: block;
    font-size: calc(0.2vw + 12px);
    font-weight: bold;
    line-height: .23rem;
    color: #5F6579;
}
.ecaseslist .item .icpraise .iinline .istar {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.ecaseslist .item .icpraise .iinline .istar .it {
    display: block;
    width: .18rem;
    height: .18rem;
    margin: 0 .04rem;
    background: url(../images/istar.png) center center no-repeat;
    background-size: 100% auto;
}
.ecaseslist .item .icpraise .text {
    display: block;
    margin-top: .12rem;
    font-size: calc(0.2vw + 12px);
    line-height: 184%;
    color: #817A7A;
}

/* news knowledge porduct-guide */
.newsbanner {
    display: block;
    position: relative;
    margin-bottom: .4rem;
}
.newsbanner .icon {
    display: block;
    width: 100%;
    height: 5.26rem;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -ms-background-position: center center;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.newsbanner .icon::before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 75%;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -2%, rgba(33, 33, 33, 0.49) 125%);
}
.newsbanner .text {
    display: block;
    position: absolute;
    width: 84vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    font-size: .65rem;
    font-weight: bold;
    line-height: 1.63;
    color: #fff;
    z-index: 1;
}

.newspnav {
    position: sticky;
    height: .94rem;
    margin-bottom: .4rem;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 11;
}

.stitle {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 auto;
    padding-left: .54rem;
    padding-top: 0.29rem;
    font-size: .34rem;
    font-weight: bold;
    line-height: .48rem;
    color: #090909;
    box-sizing: border-box;
}
.stitle i {
    display: block;
    position: absolute;
    width: .97rem;
    height: .6rem;
    top: 0;
    left: 0;
    background: url(../images/stitleicon.png) center center no-repeat;
    background-size: 100% auto;
}
.stitle h2 {
    font-size: .34rem;
    font-weight: bold;
    line-height: .48rem;
    color: #090909;
}

.stitle .btn {
    display: block;
    width: 1.16rem;
    height: .36rem;
    margin-left: auto;
    font-size: calc(0.2vw + 12px);
    line-height: .36rem;
    text-align: center;
    color: #fff;
    background: var(--themecolor);
    cursor: pointer;
}


.stitle_dot {
    display: flex;
    font-size: calc(0.2vw + 20px);
    font-weight: bold;
    line-height: 1.458;
    color: #3D3D3D;
}
.stitle_dot i {
    display: block;
    width: calc(0.2vw + 12px);
    height: calc(0.2vw + 12px);
    margin-top: .09rem;
    margin-right: .22rem;
    background: var(--textred);
}



.nnews {
    padding: .4rem 0 .38rem;
    background: #f8f8f8;
}

.nnews .stitle {
    width: 84%;
    margin: 0 auto .26rem;
}

.nnews .bcon {
    padding-bottom: .6rem;
    background: #fff;
}
.nnewslist {
    display: flex;
    flex-wrap: wrap;
    padding: .2rem .26rem .19rem 0;
    overflow: hidden;
}
.nnewslist .item {
    position: relative;
    width: 33.33%;
    margin-bottom: .31rem;
    padding-left: .26rem;
    overflow: hidden;
    box-sizing: border-box;
}
.nnewslist .item .itemin {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 5.6rem;
    background: #FBFBFB;
    box-shadow: 0 0 .04rem rgba(0, 0, 0, 0.1);
}
.nnewslist .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3.8rem;
    overflow: hidden;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -ms-background-position: center center;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    transition: background 0.5s ease-in-out,height .3s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out,height .3s ease-in-out;
    -moz-transition: background 0.5s ease-in-out,height .3s ease-in-out;
    -ms-transition: background 0.5s ease-in-out,height .3s ease-in-out;
    -o-transition: background 0.5s ease-in-out,height .3s ease-in-out;
}
.nnewslist .item .icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3.8rem;
    overflow: hidden;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -ms-background-position: center center;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    transition: background 0.5s ease-in-out,height .3s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out,height .3s ease-in-out;
    -moz-transition: background 0.5s ease-in-out,height .3s ease-in-out;
    -ms-transition: background 0.5s ease-in-out,height .3s ease-in-out;
    -o-transition: background 0.5s ease-in-out,height .3s ease-in-out;
}
.nnewslist .item .idate {
    display: block;
    position: absolute;
    height: .34rem;
    padding: 0 .1rem;
    top: 0;
    left: 0;
    font-size: calc(0.2vw + 12px);
    line-height: .34rem;
    color: #fff;
    background: var(--themecolor);
}
.nnewslist .item .inin {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: .16rem .26rem;
    box-sizing: border-box;
}
.nnewslist .item h3,.nnewslist .item h3 a {
    display: block;
    height: .56rem;
    font-size: .2rem;
    font-weight: bold;
    line-height: 1.4;
    color: #3D3D3D;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.nnewslist .item .text {
    display: block;
    /* height: .6rem; */
    margin-top: .28rem;
    font-size: calc(0.2vw + 12px);
    line-height: 1.42;
    color: #5B5B5B;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.nnewslist .item .imore {
    display: none;
    align-items: center;
    margin-top: auto;
    font-size: calc(0.2vw + 12px);
    line-height: 1.5;
    color: var(--themecolor);
}
.nnewslist .item .imore i {
    display: block;
    width: .16rem;
    height: .16rem;
    margin-left: .1rem;
    background: url(../images/iarrowtor.png) center center no-repeat;
    background-size: 100% auto;
}



.nnewslist .item:first-child {
    width: 100%;
}
.nnewslist .item:first-child .itemin {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    background: none;
}
.nnewslist .item:first-child .icon {
    width: 8.87rem;
    min-width: 8.87rem;
    height: 100%;
}
.nnewslist .item:first-child .icon img {
    width: 100%;
    vertical-align: top;
    transition: transform .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
}
.nnewslist .item:first-child .idate {
    left: 9.34rem;
    top: auto;
    bottom: .28rem;
    background: none;
    font-size: calc(0.2vw + 12px);
    line-height: 1.42;
    color: #9E9E9E;
}
.nnewslist .item:first-child .inin {
    padding: .47rem;
}
.nnewslist .item:first-child h3,.nnewslist .item:first-child h3 a {
    height: auto;
    font-size: .34rem;
    font-weight: bold;
    line-height: 1.41;
}
.nnewslist .item:first-child .text {
    height: auto;
    font-size: .2rem;
    line-height: 1.7;
    color: #959595;
}
.nnewslist .item:first-child .imore {
    display: none;
}



.nknowledge {
    height: 5.35rem;
    padding: .6rem 0;
    overflow: hidden;
    background: url(../images/nknowledgebg.png) center center no-repeat;
    background-size: cover;
    box-sizing: border-box;
}
.nknowledge .bcon {
    position: relative;
}
.stitleinline {
    position: relative;
}
.nknowledgeswiper {
    position: relative;
    margin-top: .36rem;
}
.nknowledgeswiper .item {
    position: relative;
}
.nknowledgeswiper .item .icon {
    display: block;
}
.nknowledgeswiper .item .icon img {
    width: 100%;
    vertical-align: top;
    object-fit: cover;
}
.nknowledgeswiper .item .itemin {
    display: flex;
    align-items: flex-end;
    position: absolute;
    width: 100%;
    height: .93rem;
    bottom: 0;
    left: 0;
    padding: .18rem .26rem;
    background: linear-gradient(180deg, rgba(33, 34, 38, 0.03) 0%, #212226 100%);
    box-sizing: border-box;
}
.nknowledgeswiper .item h3,.nknowledgeswiper .item h3 a {
    display: block;
    font-size: .2rem;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
}
.nknowledge .swiper-pagination {
    display: flex;
    align-items: center;
    position: absolute;
    top: initial;
    right: .98rem;
    left: initial;
    bottom: .17rem;
    width: 1.7rem;
}
.nknowledge .swiper-pagination .swiper-pagination-bullet {
    display: block;
    flex: 1;
    height: .02rem;
    margin: 0 .1rem;
    border: 0;
    opacity: 1;
    background: #A6A6A6;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.nknowledge .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    flex: 3;
    height: .04rem;
    background: var(--themecolor);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.nknowledge .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: .44rem;
    height: .44rem;
    top: initial;
    right: 0;
    left: initial;
    bottom: 0;
    background: var(--themecolor);
}
.nknowledge .swiper-button-next::after {
    font-size: .2rem;
    font-weight: bold;
    color: #fff;
}
.nknowledge .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: .44rem;
    height: .44rem;
    top: initial;
    right: 3.28rem;
    left: initial;
    bottom: 0;
    background: var(--themecolor);
}
.nknowledge .swiper-button-prev::after {
    font-size: .2rem;
    font-weight: bold;
    color: #fff;
}
.nknowledge .swiper-button-disabled {
    opacity: 1;
    background: #EAE8E8;
}
.nknowledge .swiper-button-disabled::after {
    color: #908B8B;
}

.nproductguide {
    padding: .36rem 0 .275rem;
}
.nproductguide .stitle {
    width: 84%;
    margin: 0 auto .13rem;
}

.nproductguidelist {
    display: flex;
    flex-wrap: wrap;
    margin-top: .16rem;
    margin-left: -0.13rem;
    padding: .1rem .13rem .1rem 0;
    overflow: hidden;
}
.nproductguidelist .item {
    position: relative;
    width: 33.33%;
    margin-bottom: .16rem;
    padding-left: .13rem;
    overflow: hidden;
    box-sizing: border-box;
}
.nproductguidelist .item .itemin {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 5.6rem;
    background: #FBFBFB;
    box-shadow: 0 0 .04rem rgba(0, 0, 0, 0.1);
}
.nproductguidelist .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3.3rem;
    overflow: hidden;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -ms-background-position: center center;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    transition: background 0.5s ease-in-out,height .3s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out,height .3s ease-in-out;
    -moz-transition: background 0.5s ease-in-out,height .3s ease-in-out;
    -ms-transition: background 0.5s ease-in-out,height .3s ease-in-out;
    -o-transition: background 0.5s ease-in-out,height .3s ease-in-out;
}
.nproductguidelist .item .icon img {
    display: block;
    width: 100%;
    vertical-align: top;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.nproductguidelist .item .idate {
    display: block;
    position: absolute;
    height: .34rem;
    padding: 0 .1rem;
    top: 0;
    left: 0;
    font-size: calc(0.2vw + 12px);
    line-height: .34rem;
    color: #fff;
    background: var(--themecolor);
}
.nproductguidelist .item .inin {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: .16rem .26rem;
    box-sizing: border-box;
}
.nproductguidelist .item h3,.nproductguidelist .item h3 a {
    display: block;
    height: .56rem;
    font-size: .2rem;
    font-weight: bold;
    line-height: .28rem;
    color: #3D3D3D;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.nproductguidelist .item .text {
    display: block;
    height: .7rem;
    margin-top: .28rem;
    font-size: calc(0.2vw + 12px);
    line-height: 1.42;
    color: #5B5B5B;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.loadmorebtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.26rem;
    height: .5rem;
    margin: 0 auto;
    font-size: calc(0.2vw + 12px);
    text-align: center;
    color: #fff;
    background: var(--themecolor);
    cursor: pointer;
}

/* productseries */
.sproductbanner {
    display: block;
    position: relative;
}
.sproductbanner .icon {
    display: block;
    width: 100%;
    height: 5.26rem;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -ms-background-position: center center;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.sproductbanner .icon::before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 75%;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -2%, rgba(33, 33, 33, 0.49) 125%);
}
.sproductbanner .text {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    font-size: .65rem;
    font-weight: bold;
    line-height: 1.63;
    text-align: center;
    color: #fff;
}
@keyframes imgscroll {
    0% {
        background-position: top 0% center;
    }
    50% {
        background-position: top 100% center;
    }
    100% {
        background-position: top 0% center;
    }
}
.banner .sproductbanner .icon {
    animation: imgscroll 20s linear infinite;
    -webkit-animation: imgscroll 20s linear infinite;
}
.productseries {
    padding: .3rem 0;
}

.pseriesintro {
    display: flex;
}
.pseriesintro .icon {
    display: block;
    position: relative;
    /* width: 15rem; */
    max-width: 7.5rem;
    /* height: 4.22rem; */
    margin-right: .6rem;
    cursor: pointer;
}
.pseriesintro .icon img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
    object-fit: contain;
}
.pseriesintro .icon i {
    display: block;
    position: absolute;
    width: .94rem;
    height: .94rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    background: url(../images/iplay.png) center center no-repeat;
    background-size: 100% auto;
}
.pseriesintro .in {
    flex: 1;
    padding: .1rem 0;
    overflow: hidden;
}

.pseriesintro h1,.pseriesintro h1 a {
    display: block;
    font-size: .34rem;
    font-weight: bold;
    line-height: .4rem;
    color: #3d3d3d;
}

.pseriesintro h3,.pseriesintro h3 a {
    display: block;
    font-size: .34rem;
    font-weight: bold;
    line-height: .4rem;
    color: #3d3d3d;
}
.pseriesintro .text {
    display: block;
    margin-top: .4rem;
    font-size: calc(0.2vw + 14px);
    line-height: 1.857;
    color: #3d3d3d;
}

.pfilter {}
.pfilter .pfilter_inline {
    display: flex;
    align-items: center;
    height: .55rem;
    margin-top: .35rem;
    padding: 0 .12rem 0 .24rem;
    background: #EDECEC;
}
.pfilter .pfilter_inline .tit {
    display: block;
    font-size: .2rem;
    font-weight: bold;
    line-height: .3rem;
    color: #3D3D3D;
}
.pfilter .pfilter_inline .btn {
    display: flex;
    align-items: center;
    height: .36rem;
    margin-left: auto;
    padding: 0 .16rem;
    font-size: calc(0.2vw + 12px);
    line-height: .26rem;
    text-align: center;
    color: #fff;
    background: var(--themecolor);
    cursor: pointer;
}
.pfilter .pfilter_in {
    display: flex;
    align-items: center;
    height: .62rem;
    padding: 0 .24rem;
    background: #F8F8F8;
}
.pfilter .pfilter_in .tit {
    display: block;
    font-size: calc(0.2vw + 12px);
    line-height: .2rem;
    color: #9B9B9B;
}
.pfilter .pfilter_in .tit span {
    color: var(--themecolor);
}
.pfilter .pfilter_in .in {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
}
.pfilter .pfilter_in .in .tit {
    display: block;
    font-size: calc(0.2vw + 12px);
    line-height: .2rem;
    color: #9B9B9B;
}
.pfilter .pfilterops {
    display: flex;
    align-items: center;
}
.pfilter .pfilterops .it {
    display: flex;
    align-items: center;
    margin-left: .98rem;
    font-size: calc(0.2vw + 12px);
    line-height: .2rem;
    color: #3D3D3D;
    cursor: pointer;
}
.pfilter .pfilterops .it i {
    display: block;
    width: .17rem;
    height: .17rem;
    margin-right: .12rem;
    background: url(../images/icheck1.png) center center no-repeat;
    background-size: 100% auto;
}
.pfilter .pfilterops .it.cur i {
    background: url(../images/ichecked1.png) center center no-repeat;
    background-size: 100% auto;
}
.pfilter .pfilterops .it:first-child {
    margin-left: .69rem;
}

.pfilterprolist {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.2rem;
    padding-top: 1px;
}
.pfilterprolist .item {
    display: block;
    width: 25%;
    margin-top: 0.3rem;
    padding-left: 0.2rem;
    box-sizing: border-box;
    cursor: pointer;
}
.pfilterprolist .item .itemin {
    position: relative;
    background: #F8F8F8;
    transition: background .3s,box-shadow .3s;
    -webkit-transition: background .3s,box-shadow .3s;
    -moz-transition: background .3s,box-shadow .3s;
    -ms-transition: background .3s,box-shadow .3s;
    -o-transition: background .3s,box-shadow .3s;
}
.pfilterprolist .item .ihead {
    display: flex;
    align-items: center;
    height: 0.48rem;
    padding: 0 0.15rem;
    background: #EDECEC;
    transition: background .3s;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
}
.pfilterprolist .item h3,.pfilterprolist .item h3 a {
    display: block;
    flex: 1;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.3rem;
    color: #3D3D3D;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pfilterprolist .item .ihead .iarrow {
    display: block;
    width: 0.09rem;
    height: 0.09rem;
    border-right: 0.02rem solid #2E2E2E;
    border-bottom: 0.02rem solid #2E2E2E;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.pfilterprolist .item .icon {
    display: block;
    position: relative;
    width: 100%;
    height: 2rem;
    overflow: hidden;
}
.pfilterprolist .item .icon img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: contain;
    transition: transform .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
}
.pfilterprolist .item .icon .itag {
    display: block;
    position: absolute;
    right: 0.07rem;
    bottom: 0.08rem;
    height: 0.34rem;
    padding: 0 0.1rem;
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 0.34rem;
    color: #fff;
    background: rgba(40, 40, 40, 0.6);
}
.pfilterprolist .item .inin {
    display: flex;
    height: 1.33rem;
}
.pfilterprolist .item .inin .it {
    display: block;
    position: relative;
    flex: 1;
    height: 100%;
    padding: 0.16rem 0.33rem;
    box-sizing: border-box;
}
.pfilterprolist .item .inin .it .tit {
    display: block;
    font-size: 0.16rem;
    line-height: 0.4rem;
    color: #979797;
}
.pfilterprolist .item .inin .it .text {
    display: flex;
    align-items: flex-end;
    font-size: 0.3rem;
    line-height: 0.4rem;
    font-weight: bold;
    color: #3D3D3D;
    white-space: nowrap;
}
.pfilterprolist .item .inin .it .text sub {
    margin-top: auto;
    font-size: 0.16rem;
    line-height: 0.3rem;
    font-weight: normal;
}
.pfilterprolist .item .inin .it::after {
    display: block;
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: url(../images/iparamline.png) center center no-repeat;
    background-size: 100% auto;
}

.pcateintro {
    display: block;
    margin-top: .36rem;
}

.pcateintrolist {
    margin-top: 0.32rem;
}
.pcateintrolist .item {
    display: block;
    margin-bottom: 0.1rem;
}
.pcateintrolist .item .ihead {
    display: flex;
    align-items: center;
    height: 0.55rem;
    background: #EDECEC;
    cursor: pointer;
}
.pcateintrolist .item .ihead .tit {
    display: block;
    flex: 1;
    padding: 0 0.24rem;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.3rem;
    color: #3D3D3D;
    box-sizing: border-box;
}
.pcateintrolist .item .ihead .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 0.55rem;
    height: 0.55rem;
    background: var(--themecolor);
    cursor: pointer;
}
.pcateintrolist .item .ihead .btn i {
    display: block;
    width: 0.16rem;
    height: 0.16rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.09rem;
    margin-top: -0.14rem;
    border-right: 0.02rem solid #fff;
    border-bottom: 0.02rem solid #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.pcateintrolist .item .itemin {
    display: block;
    max-height: 0;
    font-size: 0.16rem;
    line-height: 0.23rem;
    color: #3D3D3D;
    background: #F8F8F8;
    overflow: hidden;
    transition: max-height .3s ease-in-out;
    -webkit-transition: max-height .3s ease-in-out;
    -moz-transition: max-height .3s ease-in-out;
    -ms-transition: max-height .3s ease-in-out;
    -o-transition: max-height .3s ease-in-out;
    box-sizing: border-box;
}
.pcateintrolist .item .itemin .text {
    padding: 0.19rem 0.24rem 0.355rem;
}
.pcateintrolist .item .itemin .text h3,
.pcateintrolist .item .itemin .text h4 {
    margin: 0.1rem 0;
}
.pcateintrolist .item.cur .ihead .btn {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.pcateintrolist .item.cur .itemin {
    max-height: 10000px;
}

.relatednews {
    margin-top: 0.71rem;
    padding-bottom: 0.24rem;
}
.relatednewslist {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.26rem;
    padding: 0.2rem 0 0.19rem 0;
    overflow: hidden;
}
.relatednewslist .item {
    position: relative;
    width: 33.33%;
    margin-bottom: 0.31rem;
    padding-left: 0.26rem;
    overflow: hidden;
    box-sizing: border-box;
}
.relatednewslist .item .itemin {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 5.6rem;
    background: #FBFBFB;
    box-shadow: 0 0 0.04rem rgba(0, 0, 0, 0.1);
}
.relatednewslist .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3.8rem;
    overflow: hidden;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -ms-background-position: center center;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    transition: background 0.5s ease-in-out,height .3s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out,height .3s ease-in-out;
    -moz-transition: background 0.5s ease-in-out,height .3s ease-in-out;
    -ms-transition: background 0.5s ease-in-out,height .3s ease-in-out;
    -o-transition: background 0.5s ease-in-out,height .3s ease-in-out;
}
.relatednewslist .item .icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3.8rem;
    overflow: hidden;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -ms-background-position: center center;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    transition: background 0.5s ease-in-out,height 1.3s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out,height 1.3s ease-in-out;
    -moz-transition: background 0.5s ease-in-out,height 1.3s ease-in-out;
    -ms-transition: background 0.5s ease-in-out,height 1.3s ease-in-out;
    -o-transition: background 0.5s ease-in-out,height 1.3s ease-in-out;
}
.relatednewslist .item .idate {
    display: block;
    position: absolute;
    height: 0.34rem;
    padding: 0 0.1rem;
    top: 0;
    left: 0;
    font-size: 0.16rem;
    line-height: 0.34rem;
    color: #fff;
    background: var(--themecolor);
}
.relatednewslist .item .inin {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0 0.26rem;
    box-sizing: border-box;
}
.relatednewslist .item h3 {
    margin: 0.16rem 0.26rem 0;
}
.relatednewslist .item h3,.relatednewslist .item h3 a {
    display: block;
    height: 0.56rem;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.28rem;
    color: #3D3D3D;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.relatednewslist .item .text {
    display: block;
    height: 0.6rem;
    margin-top: 0.28rem;
    font-size: 0.14rem;
    line-height: 0.2rem;
    color: #5B5B5B;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.relatednewslist .item .imore {
    display: none;
    align-items: center;
    margin-top: auto;
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: var(--themecolor);
}
.relatednewslist .item .imore i {
    display: block;
    width: 0.16rem;
    height: 0.16rem;
    margin-left: 0.1rem;
    background: url(../images/iarrowtor.png) center center no-repeat;
    background-size: 100% auto;
}

/* product detail */
.pdproductinfo {
    display: flex;
    align-items: center;
    padding: 0 8vw .41rem;
    overflow: hidden;
}
.pdproductinfo .pdproduct_icons {
    display: block;
    position: relative;
    width: 8.1rem;
    margin-right: 0.48rem;
    /* margin-bottom: .4rem; */
    overflow: hidden;
}
.pdproductinfo .pdproduct_icons .in {
    position: relative;
}
.pdproductinfo .pdproduct_icons .icon {
    width: 100%;
    height: 100%;
    user-select: none;
}
.pdproductinfo .pdproduct_icons .icon img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: cover;
}
.pdproductinfo .pdproduct_icons .pdproduct_iconsswiper {
    display: block;
    width: 6.6rem;
    margin: .1rem auto 0;
    overflow: hidden;
    padding: 0.02rem;
    box-sizing: border-box;
}
.pdproductinfo .pdproduct_icons .pdproduct_iconsswiper_itemcenter .swiper-wrapper {
    justify-content: center;
}
.pdproductinfo .pdproduct_icons .pdproduct_iconsswiper .swiper-slide {
    position: relative;
    cursor: pointer;
    height: auto;
}
.pdproductinfo .pdproduct_icons .pdproduct_iconsswiper .swiper-slide img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.pdproductinfo .pdproduct_icons .pdproduct_iconsswiper .swiper-slide.swiper-slide-thumb-active::before {
    display: block;
    position: absolute;
    content: '';
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: 2px solid var(--themecolor);
    box-sizing: border-box;
}
.pdproductinfo .pdproduct_icons .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.32rem;
    height: 0.54rem;
    top: auto;
    left: auto;
    right: 0.3rem;
    bottom: 0.27rem;
    color: var(--themecolor);
    background: #FFF1F1;
}
.pdproductinfo .pdproduct_icons .swiper-button-next::after {
    font-size: 0.2rem;
}
.pdproductinfo .pdproduct_icons .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.32rem;
    height: 0.54rem;
    top: auto;
    left: 0.3rem;
    bottom: 0.27rem;
    color: var(--themecolor);
    background: #FFF1F1;
}
.pdproductinfo .pdproduct_icons .swiper-button-prev::after {
    font-size: 0.2rem;
}

.pdproductinfo .pdproductinfo_in {
    flex: 1;
    padding: 0.3rem 0;
    overflow: hidden;
}
.pdproductinfo .pdproductinfo_in .prointro {
    display: block;
    /* width: 6.52rem;
    width: 80%; */
    margin-top: 0.35rem;
    padding: 0.12rem 0.14rem;
    font-size: calc(0.2vw + 12px);
    line-height: 1.85;
    color: #3D3D3D;
    box-sizing: border-box;
    border: 1px solid #ECECEC;
}
.pdproductinfo .pdproductinfo_in .prointro h2{
   font-size: calc(0.2vw + 14px); 
}

.pdproductinfo .pdproductinfo_in .title {
    display: block;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.43rem;
    color: #3D3D3D;
}
.pdproductinfo .pdproductinfo_in .params {
    margin-top: 0.35rem;
}
.pdproductinfo .pdproductinfo_in .params .it {
    display: flex;
    padding: 0.12rem 0;
}
.pdproductinfo .pdproductinfo_in .params .it .tit {
    display: block;
    width: 1.37rem;
    min-width: 1.37rem;
    padding: 0 0.1rem;
    font-size: calc(0.2vw + 12px);
    line-height: 1.42;
    color: #868686;
}
.pdproductinfo .pdproductinfo_in .params .it .text {
    display: block;
    font-size: calc(0.2vw + 12px);
    line-height: 1.42;
    color: #3D3D3D;
}
.pdproductinfo .pdproductinfo_in .btnwrap {
    display: flex;
    margin-top: 0.6rem;
}
.pdproductinfo .pdproductinfo_in .btnwrap .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.7rem;
    min-width: 120px;
    height: 0.5rem;
    min-height: 40px;
    font-size: calc(0.2vw + 14px);
    line-height: 0.5rem;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.pdproductinfo .pdproductinfo_in .btnwrap .btn.btn_contact {
    background: var(--textred);
}
.pdproductinfo .pdproductinfo_in .btnwrap .btn.favorites {
    background: #333;
}

.pdnav {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.6rem;
    position: sticky;
    top: 0;
    left: 0;
    background: var(--themecolor);
    overflow: hidden;
    z-index: 1;
}
.pdnav .bcon {
    display: flex;
    align-items: center;
    height: 100%;
}
.pdnav .pdnavin {
    display: flex;
    align-items: flex-end;
    height: 100%;
}
.pdnav .pdnavin .item {
    display: block;
    min-width: 1.2rem;
    height: 0.56rem;
    margin-top: auto;
    margin-bottom: 1px;
    padding: 0 0.14rem;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.56rem;
    text-align: center;
    color: #fff;
    background: var(--themecolor);
    box-sizing: border-box;
    transition: background .3s;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
    cursor: pointer;
    box-sizing: border-box;
}
.pdnav .pdnavin .item.cur {
    color: #3b89df;
    background: #fff;
}

.pdncontactnowbtn {
    display: block;
    width: 1.7rem;
    height: 0.5rem;
    margin-left: auto;
    font-size: calc(0.2vw + 14px);
    line-height: 0.48rem;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    cursor: pointer;
}
.pdncontactnowbtn_m {
    display: none;
}

.pdproductcontent {
    padding: 0.33rem 0 0.56rem;
    overflow: hidden;
}
.pdproductcontent .tipstext {
    display: block;
    width: 100%;
    padding: 0.18rem 0.2rem;
    font-size: calc(0.2vw + 12px);
    line-height: 1.42;
    color: var(--themecolor);
    background: #FFF1F1;
    box-sizing: border-box;
}


.pdprofeatures {
    margin: 0.41rem 0;
}
.pdprofeatures .title {
    display: block;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.43rem;
    text-align: center;
    color: #3D3D3D;
}

.pdprofeatures_list {
    margin-top: 0.42rem;
    padding: 1px 0 0;
}
.pdprofeatures_list .item {
    margin-top: 0.2rem;
    background: #fff;
}
.pdprofeatures_list .item .ihead {
    display: flex;
    align-items: center;
    height: 0.7rem;
    padding: 0 0 0 0.1rem;
}
.pdprofeatures_list .item .ihead .inum {
    display: block;
    width: 0.8rem;
    height: 0.7rem;
    margin-right: 0.1rem;
}
.pdprofeatures_list .item .ihead .inum_01 {
    background: url(../images/num01.png) center center no-repeat;
    background-size: 100% auto;
}
.pdprofeatures_list .item .ihead .inum_02 {
    background: url(../images/num02.png) center center no-repeat;
    background-size: 100% auto;
}
.pdprofeatures_list .item .ihead .inum_03 {
    background: url(../images/num03.png) center center no-repeat;
    background-size: 100% auto;
}
.pdprofeatures_list .item .ihead .inum_04 {
    background: url(../images/num04.png) center center no-repeat;
    background-size: 100% auto;
}
.pdprofeatures_list .item .ihead .inum_05 {
    background: url(../images/num05.png) center center no-repeat;
    background-size: 100% auto;
}
.pdprofeatures_list .item .ihead .inum_06 {
    background: url(../images/num06.png) center center no-repeat;
    background-size: 100% auto;
}
.pdprofeatures_list .item .ihead .inum_07 {
    background: url(../images/num07.png) center center no-repeat;
    background-size: 100% auto;
}
.pdprofeatures_list .item .ihead .inum_08 {
    background: url(../images/num08.png) center center no-repeat;
    background-size: 100% auto;
}
.pdprofeatures_list .item .ihead .inum_09 {
    background: url(../images/num09.png) center center no-repeat;
    background-size: 100% auto;
}
.pdprofeatures_list .item .ihead .inum_10 {
    background: url(../images/num10.png) center center no-repeat;
    background-size: 100% auto;
}
.pdprofeatures_list .item .ihead .itext {
    display: block;
    flex: 1;
    margin-right: 0.2rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #3D3D3D;
}
.pdprofeatures_list .item .ihead .iarrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.7rem;
    height: 0.7rem;
}
.pdprofeatures_list .item .ihead .iarrow i {
    display: block;
    width: 0.12rem;
    height: 0.12rem;
    margin-top: -0.06rem;
    border-right: 0.02rem solid #515151;
    border-bottom: 0.02rem solid #515151;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.pdprofeatures_list .item .itemin {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 0;
    overflow: hidden;
}
.pdprofeatures_list .item .itemin img {
    max-width: 100%;
    vertical-align: top;
}
.pdprofeatures_list .item .itemin .inin {
    width: 100%;
    padding: 0.24rem 1rem;
    box-sizing: border-box;
}
.pdprofeatures_list .item.cur .itemin {
    max-height: max-content;
}
.pdprofeatures_list .item .itemin .inin .text {
    display: block;
    font-size: calc(0.2vw + 12px);
    line-height: 1.5;
    color: #3d3d3d;
}
.pdprofeatures_list .item .itemin .inin .text p {
    margin-top: 10px;
}
.pdprofeatures_list .item .itemin .inin .text p:first-child {
    margin-top: 0;
}
.pdprofeatures_list .item .itemin .inin .text table {
    border-collapse: collapse;
}
.pdprofeatures_list .item .itemin .inin .text table td {
    border: 1px solid #eee;
}
.pdprofeatures_list .item.cur .iarrow {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.pdprofeatures_list .item .itemin .inin .text table {
    width: 100%;
    margin-top: .1rem;
}
.pdprofeatures_list .item .itemin .inin .text table {
    position: relative;
}
.pdprofeatures_list .item .itemin .inin .text table::before {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(270deg, #EE1C25 51%, #262D3B 100%);
}
.pdprofeatures_list .item .itemin .inin .text table::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(270deg, #A8AFBB 0%, #262D3B 100%);
}
.pdprofeatures_list .item .itemin .inin .text table caption {
    height: 0.7rem;
    padding-top: 0.1rem;
    font-size: 0.2rem;
    line-height: 0.7rem;
    text-align: center;
    color: #3D3D3D;
    background: #fff;
}
.pdprofeatures_list .item .itemin .inin .text table tbody tr {
    background: #fff;
}
.pdprofeatures_list .item .itemin .inin .text table tbody tr:nth-child(2n+1) {
    background: #F3F3F3;
}
.pdprofeatures_list .item .itemin .inin .text table tbody tr td {
    height: 0.7rem;
    padding: 0 0.2rem;
    font-size: calc(0.2vw + 12px);
    line-height: 0.23rem;
    text-align: center;
    color: #3D3D3D;
    border-left: 1px solid #E2E8F0;
}
.pdprofeatures_list .item .itemin .inin .text table tbody tr td[colspan] {
    text-align: center !important;
}

.pdprofeatures_list .item .itemin .inin .text table tbody tr td:first-child {
    border-left: 0;
    text-align: left;
}

.pdparameters {
    margin: 0.505rem 0 0;
}
.pdparameters .title {
    display: block;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.43rem;
    text-align: center;
    color: #3D3D3D;
}
.pdparameters .pdparameters_in {
    display: block;
    width: 100%;
    margin-top: 0.46rem;
}
.pdparameters .pdparameters_in table {
    width: 100%;
}
.pdparameters .pdparameters_in table {
    position: relative;
}
.pdparameters .pdparameters_in table::before {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(270deg, #EE1C25 51%, #262D3B 100%);
}
.pdparameters .pdparameters_in table::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(270deg, #A8AFBB 0%, #262D3B 100%);
}
.pdparameters .pdparameters_in table caption {
    height: 0.7rem;
    padding-top: 0.1rem;
    font-size: 0.2rem;
    line-height: 0.7rem;
    text-align: center;
    color: #3D3D3D;
    background: #fff;
}
.pdparameters .pdparameters_in table tbody tr {
    background: #fff;
}
.pdparameters .pdparameters_in table tbody tr:nth-child(2n+1) {
    background: #F3F3F3;
}
.pdparameters .pdparameters_in table tbody tr td {
    height: 0.7rem;
    padding: 0 0.2rem;
    font-size: calc(0.2vw + 12px);
    line-height: 0.23rem;
    text-align: center;
    color: #3D3D3D;
    border-left: 1px solid #E2E8F0;
}
.pdparameters .pdparameters_in table tbody tr td[colspan] {
    text-align: center !important;
}

.pdparameters .pdparameters_in table tbody tr td:first-child {
    border-left: 0;
    text-align: left;
}



.pdcomponents {
    margin: 0.505rem 0 0;
}
.pdcomponents .title {
    display: block;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.43rem;
    text-align: center;
    color: #3D3D3D;
}
.pdcomponents_pm {
    display: flex;
    justify-content: center;
	align-items: center;
	flex-direction: column;
    margin-top: .4rem;
    background: #fff;
}
.pdcomponents_pm img {
    width: 100%;
    max-width: 800px;
    vertical-align: top;
}
.pdcomponents_pm .imgm {
    display: none;
}
.pdcomponents_pm .tit {
	display: block;
	margin: .1rem 1rem 0;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.43rem;
    text-align: center;
    color: #3D3D3D;
}
.pdcomponents_pm .text {
	display: block;
	margin: .2rem 1rem .4rem;
    font-size: calc(0.2vw + 12px);
    line-height: 1.5;
    color: #3d3d3d;
}
.pdcomponents_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.16rem;
    margin-left: -0.11rem;
}
.pdcomponents_list .item {
    display: block;
    width: 33.33%;
    height: 5.67rem;
    margin-bottom: 0.08rem;
    padding-left: 0.11rem;
    box-sizing: border-box;
    overflow: hidden;
}
.pdcomponents_list .item .itemin {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    background: #fff;
}
.pdcomponents_list .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3.3rem;
    overflow: hidden;
    background: url(../images/componentsibg.jpg) center center no-repeat;
    background-size: 100% 100%;
}
.pdcomponents_list .item .icon img {
    width: 100%;
    vertical-align: top;
    object-fit: contain;
    transition: transform .3s;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
}
.pdcomponents_list .item .inin {
    flex: 1;
    padding: 0.15rem 0.2rem;
    overflow: hidden;
}
.pdcomponents_list .item .tit {
    display: block;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.28rem;
    text-align: center;
    color: #3d3d3d;
}
.pdcomponents_list .item .text {
    display: block;
    margin-top: 0.18rem;
    font-size: calc(0.2vw + 10px);
    line-height: 1.65;
    color: #3D3D3D;
}


.pdlmessage {
    padding: 0.43rem 0 0.64rem;
}
.pdlmessage .title {
    display: block;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.43rem;
    text-align: center;
    color: #3D3D3D;
}

.pdlmessage_form {
    margin-top: 0.44rem;
}
.pdlmessage_form .inputitem {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 0.26rem;
    box-sizing: border-box;
}
.pdlmessage_form .inputitem input {
    display: block;
    flex: 1;
    height: calc(0.5rem + 14px);
    padding: 0 0.19rem;
    font-size: calc(0.2vw + 14px);
    color: #4F4F4F;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    background: #fff;
}
.pdlmessage_form .inputtextarea {
    display: flex;
    flex-direction: column;
    height: 2.17rem;
    padding: 0.15rem 0;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    background: #fff;
}
.pdlmessage_form .inputtextarea .tit {
    display: block;
    padding: 0 0.21rem;
    font-size: calc(0.2vw + 16px);
    line-height: 0.23rem;
    color: #4F4F4F;
}
.pdlmessage_form .inputtextarea textarea {
    display: block;
    width: 100%;
    flex: 1;
    margin-top: 0.08rem;
    padding: 0 0.21rem;
    font-family: "Arial,Microsoft YaHei,Helvetica,sans-serif";
    font-size: calc(0.2vw + 14px);
    line-height: 1.4375;
    color: #4F4F4F;
    border: 0;
    box-sizing: border-box;
}
.pdlmessage_form .inputcheck {
    display: flex;
    align-items: center;
    margin-top: 0.2rem;
    font-size: calc(0.2vw + 12px);
    line-height: 1.66;
    color: #808080;
}
.pdlmessage_form .inputcheck i {
    display: block;
    width: 0.19rem;
    height: 0.19rem;
    margin-right: 0.1rem;
    background: url(../images/icheck1.png) center center no-repeat;
    background-size: 100% auto;
}
.pdlmessage_form .inputcheck.checked i {
    background: url(../images/icchecked.png) center center no-repeat;
    background-size: 100% auto;
}
.pdlmessage_form .inputcheck .text .termsbtn {
    margin-left: 0.04rem;
    text-decoration: underline;
    color: #3B7CFC;
    cursor: pointer;
}
.pdlmessage_form .sendbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8.8vw;
    min-width: 120px;
    height: 2.6vw;
    min-height: 40px;
    margin: 0.38rem auto 0;
    font-size: calc(0.2vw + 14px);
    line-height: 0.5rem;
    text-align: center;
    color: #fff;
    background: var(--themecolor);
    cursor: pointer;
}


/* retrofittings service */
.retrofittingsbanner {
    display: block;
    position: relative;
}
.retrofittingsbanner .icon {
    width: 100%;
    height: 5.26rem;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -ms-background-position: center center;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.retrofittingsbanner .text {
    display: block;
    position: absolute;
    width: 84vw;
    top: 50%;
    left: 50%;
    font-size: 0.65rem;
    font-weight: bold;
    color: #232121;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.retrofittingsbanner .text span {
    color: var(--themecolor);
}

.upgradeservice {
    padding: 0.4rem 0 0.38rem;
}

.upgradeservice .bcon {
    width: 70%;
}

.usrprlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.usrpr {
    display: flex;
    position: relative;
    margin-top: 0.32rem;
    padding: 0.35rem 0.3rem;
    background: #fff;
    box-sizing: border-box;
}
.usrpr .icon {
    display: block;
    width: 5.24rem;
    min-width: 5.24rem;
    height: 3.3rem;
    margin-right: 0.52rem;
    overflow: hidden;
}
.usrpr .icon img {
    width: 100%;
    vertical-align: top;
    object-fit: contain;
    transition: transform .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
}
.usrpr .usrprin {
    display: block;
    flex: 1;
    padding: 0.21rem 0 0;
}
.usrpr .tit {
    display: block;
    margin-bottom: 1.34vw;
    font-size: 0.34rem;
    font-weight: bold;
    line-height: 0.43rem;
    color: #252525;
}
.usrpr .text {
    display: block;
    font-size: calc(0.2vw + 12px);
    line-height: 1.8375;
    color: #3D3D3D;
}
.usrpr .text i {
    display: inline-block;
    width: calc(0.1rem + 4px);
    min-width: calc(0.1rem + 4px);
    height: calc(0.1rem + 4px);
    margin-right: calc(0.1rem + 4px);
    margin-bottom: 0.04rem;
    background: var(--themecolor);
    vertical-align: middle;
}
.usrpr .itext {
    display: flex;
    margin-bottom: 0.18rem;
    font-size: calc(0.2vw + 12px);
    line-height: 1.8375;
    color: #3d3d3d;
}
.usrpr .itext i {
    display: block;
    width: calc(0.1rem + 4px);
    min-width: calc(0.1rem + 4px);
    height: calc(0.1rem + 4px);
    margin-right: calc(0.1rem + 4px);
    margin-top: calc((0.2vw + 12px - 0.05rem - 2px) / 2);
    background: var(--themecolor);
    vertical-align: middle;
}
.usrpr .itext.noi i  {
    background: none;
}
.usrprlist .usrpr {
    display: block;
    width: 49.25%;
}
.usrprlist .usrpr .icon {
    width: 100%;
}
.usrprlist .usrpr:nth-child(3) .itexts {
    display: flex;
    flex-wrap: wrap;
}
.usrprlist .usrpr:nth-child(3) .itexts .itext {
    width: 50%;
}


.advantage {
    margin: 60px 0 0;
    padding-top: 37px;
    background: url(../images/whyrapbg.jpg) top center no-repeat;
    background-size: 100% auto;
}
.advantage .stitle {
    color: #fff;
}
.whyrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 5.69rem;
    margin-top: .24rem;
    box-sizing: border-box;
}
.whyrap .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 4.72rem;
    height: 5.06rem;
    margin: 0 0.13rem;
    background: #fff;
    transition: background .3s,width .3s,height .3s;
    -webkit-transition: background .3s,width .3s,height .3s;
    -moz-transition: background .3s,width .3s,height .3s;
    -ms-transition: background .3s,width .3s,height .3s;
    -o-transition: background .3s,width .3s,height .3s;
}
.whyrap .item .tit {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.16rem;
    padding: 0 0.2rem;
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 0.58rem;
    text-align: center;
    color: #2C2C2C;
}
.whyrap .item i {
    display: block;
    width: 0.94rem;
    height: 0.94rem;
    margin: 0.56rem auto 0.54rem;
}
.whyrap .item .text {
    padding: 0 0.3rem;
    font-size: 0.24rem;
    line-height: 0.32rem;
    color: #2C2C2C;
}
.whyrap .item .text .redtext {
    color: var(--textred);
}
.whyrap .item.item1 i {
    background: url(../images/usicon1.png) center center no-repeat;
    background-size: 100% auto;
}
.whyrap .item.item2 i {
    background: url(../images/usicon2.png) center center no-repeat;
    background-size: 100% auto;
}
.whyrap .item.item3 i {
    background: url(../images/usicon3.png) center center no-repeat;
    background-size: 100% auto;
}
.whyrap .whyrapswiper .swiper-wrapper {
    display: flex;
    align-items: center;
}
.whyrap .whyrapswiper .swiper-slide {
    width: auto;
}


.parameter {
    margin-top: 65px;
    padding-bottom: 59px;
}
.parameter_table {
    margin-top: 20px;
}
.parameter_table table {
    width: 100%;
}
.parameter_table table {
    position: relative;
}
.parameter_table table::before {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(270deg, #EE1C25 51%, #262D3B 100%);
}
.parameter_table table::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(270deg, #A8AFBB 0%, #262D3B 100%);
}
.parameter_table table caption {
    height: 0.7rem;
    padding-top: 0.1rem;
    font-size: 0.2rem;
    line-height: 0.7rem;
    text-align: center;
    color: #3D3D3D;
    background: #fff;
}
.parameter_table table tbody tr {
    background: #fff;
}
.parameter_table table tbody tr:nth-child(2n+1) {
    background: #F3F3F3;
}
.parameter_table table tbody tr td {
    height: 0.7rem;
    padding: 0 0.2rem;
    font-size: 0.16rem;
    line-height: 0.23rem;
    text-align: center;
    color: #3D3D3D;
    border-left: 1px solid #E2E8F0;
}
.parameter_table table tbody tr td:first-child {
    border-left: 0;
    text-align: left;
}




/* spare parts */
.sparepartsbanner {
    display: block;
    position: relative;
}
.sparepartsbanner .icon {
    width: 100%;
    height: 5.26rem;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -ms-background-position: center center;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.sparepartsbanner .text {
    display: block;
    position: absolute;
    width: 84vw;
    top: 50%;
    left: 50%;
    font-size: 0.65rem;
    font-weight: bold;
    color: #232121;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.sparepartsbanner .text span {
    color: var(--themecolor);
}
.spareparts {
    width: 100%;
    overflow: hidden;
    padding: 0.4rem 0 0;
}
.spareparts .stext {
    display: block;
    margin-top: 0.06rem;
    font-size: 0.16rem;
    line-height: 0.2rem;
    color: #555;
}
.spareparts .dgrservice {
    display: flex;
    margin-top: 0.48rem;
    margin-bottom: 0.52rem;
    background: #fff;
}
.spareparts .dgrservice .icon {
    display: block;
    position: relative;
    width: 7.85rem;
    min-width: 7.85rem;
    overflow: hidden;
}
.spareparts .dgrservice .icon img {
    width: 100%;
    vertical-align: top;
    transition: transform .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
}
.spareparts .dgrservice .dgrservicein {
    display: block;
    position: relative;
    flex: 1;
    padding: 0.515rem 1.115rem;
    overflow: hidden;
}
.spareparts .dgrservice .icon::before {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    right: 0;
    top: 1rem;
    border: 0.2rem solid transparent;
    border-right: 0.2rem solid #fff;
    z-index: 1;
}
.spareparts .dgrservice .tit {
    display: block;
    margin-bottom: 0.26rem;
    font-size: 0.34rem;
    font-weight: bold;
    line-height: 1.41;
    color: #232323;
}
.spareparts .dgrservice .itext {
    display: flex;
    padding: 0.08rem 0;
    font-size: 0.16rem;
    line-height: 1.25;
    color: #3d3d3d;
}
.spareparts .dgrservice .itext i {
    display: block;
    width: 0.06rem;
    min-width: 0.06rem;
    height: 0.06rem;
    margin-top: 0.07rem;
    margin-right: 0.2rem;
    background: var(--themecolor);
}

.gcsupplierlist {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.32rem;
    margin-bottom: 0.52rem;
    margin-left: -0.2rem;
    padding-top: 1px;
}
.gcsupplierlist .item {
    display: block;
    width: 16.66%;
    margin-top: 0.2rem;
    padding-left: 0.2rem;
    box-sizing: border-box;
}
.gcsupplierlist .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.02rem;
    background: #fff;
    box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.gcsupplierlist .item .icon img {
    max-width: 90%;
    max-height: 94%;
    vertical-align: middle;
    object-fit: contain;
}

.partsapplication {
    position: relative;
    margin-top: 0.53rem;
}
.partsappswiper img {
    width: 100%;
    vertical-align: top;
    object-fit: contain;
}
.partsappswiper .swiper-slide {
    display: block;
    position: relative;
    transform: scale(.878);
    -webkit-transform: scale(.878);
    -moz-transform: scale(.878);
    -ms-transform: scale(.878);
    -o-transform: scale(.878);
    transform-origin: left center;
}
/* .partsappswiper .swiper-slide::before {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    filter: opacity(0.6);
    -webkit-filter: opacity(0.6);
} */
.partsappswiper .swiper-slide.swiper-slide-active,
.partsappswiper .swiper-slide.swiper-slide-next {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.partsappswiper .swiper-slide.swiper-slide-active::before,
.partsappswiper .swiper-slide.swiper-slide-next::before,
.partsappswiper .swiper-slide.swiper-slide-next-next::before {
    display: none;
}
.partsappswiper .swiper-slide.swiper-slide-prev {
    transform-origin: right center;
}
.partsappswiper .swiper-slide.swiper-slide-duplicate-prev {
    
}
.partsapplication .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.32rem;
    height: 0.54rem;
    top: 50%;
    left: -0.69rem;
    right: auto;
    bottom: -0.27rem;
    color: var(--themecolor);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.partsapplication .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.32rem;
    height: 0.54rem;
    top: 50%;
    left: auto;
    right: -0.69rem;
    bottom: -0.27rem;
    color: var(--themecolor);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}


/* after service */
.afterservicebanner {
    display: block;
    position: relative;
}
.afterservicebanner .icon {
    width: 100%;
    height: 5.26rem;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -ms-background-position: center center;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.afterservicebanner .text {
    display: block;
    position: absolute;
    top: 50%;
    left: 1.6rem;
    font-size: 0.65rem;
    font-weight: bold;
    color: #232121;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.afterservicebanner .text span {
    color: var(--themecolor);
}


.afterservice {
    padding: 0.4rem 0 0;
}
.afterservicelist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.32rem;
}
.afterservicelist .item {
    display: block;
    width: 25%;
    height: 5.38rem;
    padding-left: 0.07rem;
    
    box-sizing: border-box;
}
.afterservicelist .item .itemin {
    /* height: 3.56rem; */
    padding-bottom: 0.2rem;
    background: #fff;
}
.afterservicelist .item .icon {
    display: block;
    width: 100%;
    height: 2.83rem;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -ms-background-position: center center;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    transition: background 0.5s ease-in-out,height .3s ease-in-out,transform .3s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out,height .3s ease-in-out,transform .3s ease-in-out;
    -moz-transition: background 0.5s ease-in-out,height .3s ease-in-out,transform .3s ease-in-out;
    -ms-transition: background 0.5s ease-in-out,height .3s ease-in-out,transform .3s ease-in-out;
    -o-transition: background 0.5s ease-in-out,height .3s ease-in-out,transform .3s ease-in-out;
}
.afterservicelist .item .title {
    margin-top: 0.22rem;
    padding: 0 0.1rem;
}
.afterservicelist .item h3,.afterservicelist .item h3 a {
    display: block;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.25rem;
    text-align: center;
    color: #252525;
}
.afterservicelist .item .text {
    display: none;
    margin-top: 0.22rem;
    padding: 0 0.25rem;
    font-size: 0.16rem;
    line-height: 1.4375;
    color: #3d3d3d;
}


/* contact */
.contactbanner {
    display: block;
    position: relative;
}
.contactbanner .icon {
    width: 100%;
    height: 5.26rem;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -ms-background-position: center center;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.contactbanner .text {
    display: block;
    position: absolute;
    width: 84vw;
    top: 50%;
    left: 50%;
    font-size: 0.65rem;
    font-weight: bold;
    color: #232121;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.contactbanner .text span {
    color: var(--themecolor);
}
.contactbanner::before {
    display: block;
    position: absolute;
    width: 7rem;
    height: 2.08rem;
    content: '';
    top: 50%;
    left: 1.6rem;
    background: #EFEFEF;
    filter: blur(194px);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-filter: blur(194px);
}

.contactdg {
    padding: 0.4rem 0 0.42rem;
    background: url(../images/bodybg.jpg) top center repeat-y;
    background-size: 100% auto;
}

.contactdg .gdistribution {
    padding: 0.3rem 0.43rem;
    background: #fff;
}
.contactdg .gdistribution .stitle {
    padding-left: 0.34rem;
    font-size: 0.24rem;
    line-height: 0.35rem;
}
.contactdg .gdistribution .stitle i {
    width: 0.78rem;
    height: 0.48rem;
}

.contactdg .gdistribution .text {
    display: block;
    margin-top: 0.22rem;
    font-size: calc(0.2vw + 12px);
    line-height: 1.7;
    color: #3D3D3D;
}
.contactdg .gdistribution .gdlist {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.28rem;
    margin-left: -0.09rem;
}
.contactdg .gdistribution .gdlist .item {
    display: flex;
    width: 33.33%;
    padding-bottom: 0.15rem;
    padding-left: 0.09rem;
    box-sizing: border-box;
    overflow: hidden;
}
.contactdg .gdistribution .gdlist .item .itemin {
    width: 100%;
    background: #F9F9F9;
    box-shadow: 0px 1px 0.05rem 0px rgba(0, 0, 0, 0.2);
}
.contactdg .gdistribution .gdlist .item .tit {
    display: flex;
    align-items: center;
    min-height: 0.38rem;
    padding: 0 0.09rem;
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 0.26rem;
    color: #fff;
    background: #3b89df;
}
.contactdg .gdistribution .gdlist .item .inin {
    padding: 0.15rem 0.12rem 0.15rem 0.15rem;
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #3D3D3D;
}
.contactdg .gdistribution .gdlist .item .it {
    display: flex;
}
.contactdg .gdistribution .gdlist .item .it i {
    display: block;
    width: 0.16rem;
    min-width: 0.16rem;
    height: 0.16rem;
    margin-top: 3px;
    margin-right: 0.06rem;
}
.contactdg .gdistribution .gdlist .item .it.ituname i {
    background: url(../images/iusericon.png) center center no-repeat;
    background-size: 0.14rem auto;
}
.contactdg .gdistribution .gdlist .item .it.itemail i {
    background: url(../images/iemailicon.png) center center no-repeat;
    background-size: 0.14rem auto;
}
.contactdg .gdistribution .gdlist .item .it.ittel i {
    background: url(../images/itelicon.png) center center no-repeat;
    background-size: 0.14rem auto;
}
.contactdg .gdistribution .gdlist .item .it.itaddress i {
    background: url(../images/iaddressicon.png) center center no-repeat;
    background-size: 0.14rem auto;
}
.contactdg .gdistribution .gdlist .item .it span {
    margin-right: 0.94vw;
}
.contactdg .gdistribution .gdlist .item .it span:last-child {
    margin-right: 0;
}


.contactdg .lyinfo {
    display: block;
    flex: 1;
    margin-top: 9px;
    padding: 0.29rem 0.26rem;
    background: #fff;
    box-sizing: border-box;
}
.contactdg .lyinfo .stitle {
    padding-left: 0.34rem;
    font-size: 0.24rem;
    line-height: 0.35rem;
}
.contactdg .lyinfo .stitle i {
    width: 0.78rem;
    height: 0.48rem;
}

.lyinfo .text {
    display: block;
    font-size: calc(0.2vw + 12px);
    line-height: 1.625;
    color: #000;
}

.lyinfo_form {
    margin-top: 0.25rem;
}
.lyinfo_form .inputitem {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 0.19rem;
    box-sizing: border-box;
}
.lyinfo_form .inputitem input {
    display: flex;
    align-items: center;
    flex: 1;
    height: calc(2.8vw + 10px);
    max-height: 70px;
    padding: 0 0.19rem;
    font-size: calc(0.2vw + 14px);
    line-height: 1.4375;
    color: #333;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
}
.lyinfo_form .inputtextarea {
    display: flex;
    flex-direction: column;
    height: 0.72rem;
    padding: 0.09rem 0;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
}
.lyinfo_form .inputtextarea .tit {
    display: block;
    padding: 0 0.21rem;
    font-size: 0.16rem;
    line-height: 0.23rem;
    color: #4F4F4F;
}
.lyinfo_form .inputtextarea textarea {
    display: block;
    width: 100%;
    flex: 1;
    margin-top: 0.08rem;
    padding: 0 0.21rem;
    font-family: "Arial,Microsoft YaHei,Helvetica,sans-serif";
    border: 0;
    font-size: 0.16rem;
    line-height: 0.23rem;
    color: #333;
    box-sizing: border-box;
}
.lyinfo_form .inputcheck {
    display: flex;
    align-items: center;
    margin-top: 0.19rem;
    font-size: 0.14rem;
    line-height: 0.2rem;
    color: #808080;
}
.lyinfo_form .inputcheck i {
    display: block;
    width: 0.19rem;
    height: 0.19rem;
    margin-right: 0.1rem;
    background: url(../images/icheck1.png) center center no-repeat;
    background-size: 100% auto;
}
.lyinfo_form .inputcheck.checked i {
    background: url(../images/icchecked.png) center center no-repeat;
    background-size: 100% auto;
}
.lyinfo_form .inputcheck .text .termsbtn {
    margin-left: 0.04rem;
    text-decoration: underline;
    color: #3B7CFC;
    cursor: pointer;
}
.lyinfo_form .sendbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.7rem;
    min-width: 120px;
    height: 0.5rem;
    min-height: 40px;
    margin: 0.38rem auto 0;
    font-size: calc(0.2vw + 14px);
    line-height: 0.5rem;
    text-align: center;
    color: #fff;
    background: var(--themecolor);
    cursor: pointer;
}

.contactdg .lyinfo .lyinfo_form {
    max-width: 1142px;
    margin: 22px auto 16px;
}
.contactdg .lyinfo .lyinfo_form .inputgroup {
    display: flex;
}
.contactdg .lyinfo .lyinfo_form .inputgroup .inputitem:last-child {
    margin-left: 30px;
}
.contactdg .lyinfo .lyinfo_form .inputtextarea {
    height: 1.22rem;
}


.ccontact {
    margin: 0.41rem 0 0;
    padding: 0.28rem 0 0.175rem;
    background: #F9F9F9;
    box-shadow: 0px 1px 0.04rem 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}
.ccontact .inline {
    display: flex;
    align-items: center;
    padding: 0 0.48rem;
}
.ccontact .tit {
    display: block;
    font-size: .24rem;
    font-weight: bold;
    line-height: 1.458;
    color: #3d3d3d;
}

.ccontact .socialmedia {
    display: flex;
    margin-left: auto;
}
.ccontact .socialmedia .ilabel {
    display: block;
    font-size: calc(0.2vw + 14px);
    line-height: 3;
    color: #646262;
}
.ccontact .socialmedia .socialmedia_in {
    display: flex;
}
.ccontact .socialmedia .socialmedia_in .it {
    display: block;
    width: calc(2.5vw + 10px);
    height: calc(2.5vw + 10px);
    margin-left: 1.1vw;
    background: #fff;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    cursor: pointer;
    transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
}
.ccontact .socialmedia .socialmedia_in .it:first-child {
    margin-left: 18px;
}
.ccontact .socialmedia .socialmedia_in .it i {
    display: block;
    width: 100%;
    height: 100%;
    transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
}
.ccontact .socialmedia .socialmedia_in .it.fackbook i {
    background: url(../images/smfacebook.png) center center no-repeat;
    background-size: 100% auto;
}
.ccontact .socialmedia .socialmedia_in .it.linkedin i {
    background: url(../images/smlinkedin.png) center center no-repeat;
    background-size: 100% auto;
}
.ccontact .socialmedia .socialmedia_in .it.twitter i {
    background: url(../images/smtwitter.png) center center no-repeat;
    background-size: 100% auto;
}
.ccontact .socialmedia .socialmedia_in .it.youtube i {
    background: url(../images/smyoutube.png) center center no-repeat;
    background-size: 100% auto;
}
.ccontact .socialmedia .socialmedia_in .it.instagram i {
    background: url(../images/sminstagram.png) center center no-repeat;
    background-size: 100% auto;
}
.ccontact .socialmedia .socialmedia_in .it.wechat i {
    background: url(../images/smwechat.png) center center no-repeat;
    background-size: 100% auto;
}
.ccontact .socialmedia .socialmedia_in .it.tiktok i {
    background: url(../images/smtiktok.png) center center no-repeat;
    background-size: 100% auto;
}

.contactpic {
    display: block;
    height: 8.79rem;
    background: url(../images/1_map.jpg) center center no-repeat;
    background-size: auto 100%;
}

.contact_maps {
    display: block;
    position: relative;
    padding-top: .4rem;
    background: #fff;
}
.contact_maps::before {
    display: block;
    position: absolute;
    top: .4rem;
    left: 0;
    content: '';
    width: 100%;
    height: 0.2rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background-size: 100% auto;
    pointer-events: none;
}
.contact_maps .stitle_dot {
    position: absolute;
    top: 0;
    left: 43px;
}
.contact_maps .in {
    display: flex;
}
.contact_maps .in .pic {
    display: block;
    flex: 1;
}
.contact_maps .in .pic img {
    width: 100%;
    vertical-align: top;
}
.contact_maps iframe {
    flex: 1;
    height: 4.34rem;
    vertical-align: top;
}

.ccontact .ccontact_in {
    display: flex;
    margin:  0.3rem 0.43rem;
}
.ccontact .ccontact_in .item {
    display: flex;
    margin-right: 1.36rem;
}
.ccontact .ccontact_in .item .icon {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.12rem;
}
.ccontact .ccontact_in .item.ltel .icon {
    background: url(../images/ltelicon.png) center center no-repeat;
    background-size: 100% auto;
}
.ccontact .ccontact_in .item.lemail .icon {
    background: url(../images/leamilicon.png) center center no-repeat;
    background-size: 100% auto;
}
.ccontact .ccontact_in .item.laddress .icon {
    background: url(../images/laddressicon.png) center center no-repeat;
    background-size: 100% auto;
}
.ccontact .ccontact_in .item .tit {
    display: block;
    font-size: calc(0.2vw + 12px);
    line-height: 1.64;
    color: #787878;
}
.ccontact .ccontact_in .item .text {
    display: block;
    margin-top: 0;
    font-size: calc(0.2vw + 12px);
    line-height: 1.64;
    color: #4F4F4F;
}
.ccontact .ccontact_in .item:last-child {
    flex: 1;
    margin-right: 0;
}

.contactdg .badbtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 1.89rem;
    margin-top: 9px;
    padding: 21px 182px;
    background: url(../images/badbtnbg.png) center center no-repeat;
    background-size: cover;
    box-sizing: border-box;
}
.contactdg .badbtn .text {
    display: block;
    font-size: .5rem;
    font-weight: bold;
    line-height: 1.44;
    color: #fff;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}
.contactdg .badbtn .btn {
    display: flex;
    align-items: center;
    width: 1.98rem;
    height: .51rem;
    margin-top: .17rem;
    padding: 0 .16rem 0 .28rem;
    font-size: .2rem;
    color: #fff;
    background: var(--textred);
    box-sizing: border-box;
    cursor: pointer;
}
.contactdg .badbtn .btn i {
    display: block;
    width: .25rem;
    height: .25rem;
    margin-left: .1rem;
    background: url(../images/iarrowtor_w.png) center center no-repeat;
    background-size: 100% auto;
}

.attachment {
    display: flex;
    align-items: center;
    margin-top: .18rem;
    font-size: calc(0.2vw + 14px);
    line-height: .42rem;
    color: #808080;
}
.attachment .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(.42rem + 12px);
    margin-right: .22rem;
    padding: 0 .24rem;
    font-size: calc(0.2vw + 14px);
    line-height: .38rem;
    text-align: center;
    color: #3b89df;
    box-sizing: border-box;
    border: 1px solid #3b89df;
    cursor: pointer;
}
.attachment .text {
    display: flex;
    align-items: center;
}
.attachment .idel {
    display: inline-block;
    width: .38rem;
    min-width: .38rem;
    height: .38rem;
    margin-left: .1rem;
    background: url(../images/idel.png) center center no-repeat;
    background-size: 50% auto;
    cursor: pointer;
}



.bread {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.36rem;
    font-size: calc(0.2vw + 10px);
    line-height: 2.57;
    color: #B0ADAD;
    background: #F8F8F8;
}
.bread .bcon {
    display: flex;
    align-items: center;
    width: 100%;
}
.bread .ihome {
    display: block;
    width: 0.36rem;
    height: 0.36rem;
    margin: 0;
    background: url(../images/mhome_gray.png) center center no-repeat;
    background-size: 0.22rem auto;
}
.bread a {
    margin: 0 0.05rem;
    color: #B0ADAD;
}
.bread span {
    margin: 0 0.05rem;
    color: #3d3d3d;
}
.pdbread .ihome {
    background: url(../images/mhome_lgray.png) center center no-repeat;
    background-size: 0.22rem auto;
}
.pdbread .bcon {
    width: 84%;
}


.banner .bread {
    position: absolute;
    left: 0;
    bottom: 0.16rem;
    width: 84%;
    left: 8%;
    background: none;
    color: #262626;
}
.banner .bread .ihome {
    background: url(../images/mhome_gray.png) center center no-repeat;
    background-size: 0.22rem auto;
}
.banner .bread a {
    color: #262626;
}
.banner .bread span {
    color: #212121;
}

.banner .breadw {
    color: #fff;
}
.banner .breadw .ihome {
    background: url(../images/ihome_w.png) center center no-repeat;
    background-size: 0.22rem auto;
}
.banner .breadw a {
    color: #fff;
}
.banner .breadw span {
    color: #fff;
}


/* pages */
.pagesbar {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagesbar .it, .page-numbers, .pagesbar span {
    display: block;
    min-width: 0.36rem;
    height: 0.36rem;
    margin: 0 0.09rem;
    padding: 0 0.1rem;
    font-size: 0.2rem;
    line-height: 0.34rem;
    text-align: center;
    color: #616161;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
}

.pagesbar .pprev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.36rem;
    height: 0.36rem;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.pagesbar .pprev i {
    display: block;
    width: 0.08rem;
    height: 0.08rem;
    margin-left: 0.02rem;
    border-right: 1px solid #2E2E2E;
    border-bottom: 1px solid #2E2E2E;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
.pagesbar .pnext {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.36rem;
    height: 0.36rem;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.pagesbar .pnext i {
    display: block;
    width: 0.08rem;
    height: 0.08rem;
    margin-left: 0.02rem;
    border-right: 1px solid #2E2E2E;
    border-bottom: 1px solid #2E2E2E;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

/* become a distributor */
.badbanner {
    display: block;
    position: relative;
}
.badbanner .icon {
    display: block;
    width: 100%;
    height: 5.26rem;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -ms-background-position: center center;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.badbanner .icon::before {
    display: block;
    position: absolute;
    content: '';
    width: 64.42vw;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.61) 21%, rgba(216, 216, 216, 0) 100%);
}
.badbanner .text {
    display: block;
    position: absolute;
    width: 84vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    font-size: 0.65rem;
    font-weight: bold;
    line-height: 1.45rem;
    color: #fff;
    z-index: 1;
}

.stitle_s {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 auto;
    padding-left: 0.38rem;
    padding-top: 0.24rem;
    font-size: 0.34rem;
    font-weight: bold;
    line-height: 0.48rem;
    color: #090909;
    box-sizing: border-box;
}
.stitle_s i {
    display: block;
    position: absolute;
    width: 0.78rem;
    height: 0.48rem;
    top: 0;
    left: 0;
    background: url(../images/stitleicon.png) center center no-repeat;
    background-size: 100% auto;
}
.stitle_s span {
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.35rem;
    color: #3b89df;
}

.dgdistributor {
    display: flex;
    position: relative;
    margin-top: 0.4rem;
    padding-left: 8.3vw;
    padding-bottom: 0.54rem;
    padding-top: 0.81rem;
    overflow: hidden;
}
.dgdistributor .icon {
    display: block;
    position: absolute;
    width: 40.1vw;
    height: 5.1rem;
    left: 8.3vw;
    top: 0.25rem;
    z-index: 1;
    overflow: hidden;
}
.dgdistributor .icon img {
    width: 100%;
    vertical-align: top;
    object-fit: contain;
    transition: transform .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
}
.dgdistributor .dgdin {
    width: 68vw;
    height: 5.1rem;
    margin-left: auto;
    padding-top: 0.9rem;
    padding-right: 8.3vw;
    padding-left: 22vw;
    background: #F8F8F8;
    box-sizing: border-box;
}
.dgdistributor .title {
    display: block;
    font-size: 0.34rem;
    line-height: 0.58rem;
    color: #000;
}
.dgdistributor .text {
    display: block;
    margin-top: 0.23rem;
    font-size: 0.16rem;
    line-height: 0.28rem;
    color: #3d3d3d;
}


.whydgmachinery {
    position: relative;
    overflow: hidden;
}
.whydgmachinery .whydgmin {
    position: relative;
    width: 68vw;
    min-height: 6.99rem;
    padding-top: 0.17rem;
    padding-left: 8.3vw;
    padding-right: 5.4rem;
    background: #F8F8F8;
    box-sizing: border-box;
}
.whydgmachinery .title {
    display: block;
    font-size: 0.34rem;
    line-height: 0.58rem;
    color: #000;
}
.whydgmachinery .textbg {
    display: block;
    top: 1.87rem;
    left: 0.53rem;
    position: absolute;
    font-size: 0.72rem;
    font-weight: bold;
    line-height: 1.23rem;
    color: rgba(61, 61, 61, 0.03);
}
.whydgmachinery .whydgmnitems {
    margin-top: 0.33rem;
}
.whydgmachinery .whydgmnitems .item {
    position: relative;
    padding: 0.24rem 0;
    border-bottom: 4px solid #ECEDEE;
}
.whydgmachinery .whydgmnitems .item .ititle {
    display: flex;
}
.whydgmachinery .whydgmnitems .item .ititle .icon {
    display: block;
    width: 58px;
    height: 58px;
    margin-right: 15px;
    transition: background .3s;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
}
.whydgmachinery .whydgmnitems .item1 .ititle .icon {
    background: #fff url(../images/whydgmnicon1.png) center center no-repeat;
    background-size: 100% auto;
}
.whydgmachinery .whydgmnitems .item1.cur .ititle .icon {
    background: #3b89df url(../images/whydgmnicon1_2.png) center center no-repeat;
    background-size: 100% auto;
}
.whydgmachinery .whydgmnitems .item2 .ititle .icon {
    background: #fff url(../images/whydgmnicon2.png) center center no-repeat;
    background-size: 100% auto;
}
.whydgmachinery .whydgmnitems .item2.cur .ititle .icon {
    background: #3b89df url(../images/whydgmnicon2_2.png) center center no-repeat;
    background-size: 100% auto;
}
.whydgmachinery .whydgmnitems .item .ititle .text {
    flex: 1;
    padding-top: 0.25rem;
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.3rem;
    color: #2C2C2C;
}
.whydgmachinery .whydgmnitems .item .its {
    margin-top: 0.4rem;
}
.whydgmachinery .whydgmnitems .item .its .it {
    display: flex;
    font-size: calc(0.2vw + 12px);
    line-height: .26rem;
    color: #7c7c7c;
}
.whydgmachinery .whydgmnitems .item .its .it i {
    display: block;
    width: .16rem;
    height: .26rem;
    margin-right: .14rem;
    background: url(../images/aiarrow_gray.png) center center no-repeat;
    background-size: 100% auto;
}
.whydgmachinery .whydgmnitems .item .its .it span {
    display: block;
    flex: 1;
}
.whydgmachinery .whydgmnitems .item.cur .its .it i {
    background: url(../images/aiarrow_red.png) center center no-repeat;
    background-size: 100% auto;
}
.whydgmachinery .whydgmnitems .item::after {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 4px;
    left: 0;
    bottom: -4px;
    background: var(--textred);
    
}
.whydgmachinery .whydgmnitems .item.cur::after {
    animation: speed 3s linear;
    -webkit-animation: speed 3s linear;
}
/* .whydgmachinery .whydgmnitems .item.cur::after {
    width: 250px;
} */
.whydgmachinery .whydgmnitems .item.cur .ititle .text {
    color: var(--textred);
}
.whydgmachinery .whydgmicon {
    display: block;
    position: absolute;
    width: 46vw;
    /* height: 29.79vw; */
    top: 0;
    right: 8.3vw;
    padding-top: .75rem;
    overflow-x: hidden;
}
.whydgmachinery .whydgmicon img {
    max-width: 100%;
    vertical-align: top;
    object-fit: contain;
}
.whydgmachinery .whydgmicon .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 0.44rem;
    height: 0.44rem;
    top: 0.06rem;
    right: 0;
    left: initial;
    bottom: initial;
    margin-top: 0;
    background: var(--themecolor);
}
.whydgmachinery .whydgmicon .swiper-button-next::after {
    font-size: 0.2rem;
    font-weight: bold;
    color: #fff;
}
.whydgmachinery .whydgmicon .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 0.44rem;
    height: 0.44rem;
    top: 0.06rem;
    right: 0.55rem;
    left: initial;
    bottom: initial;
    margin-top: 0;
    background: var(--themecolor);
}
.whydgmachinery .whydgmicon .swiper-button-prev::after {
    font-size: 0.2rem;
    font-weight: bold;
    color: #fff;
}
.whydgmachinery .whydgmicon .swiper-button-disabled {
    opacity: 1;
    background: #FEF2F2;
}
.whydgmachinery .whydgmicon .swiper-button-disabled::after {
    color: var(--textred);
}


.badbenefits {
    position: relative;
    padding: .47rem 0 .63rem;
    background: url(../images/badbenefitsbg.jpg) center center no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.badbenefits_stitle {
    display: flex;
    align-items: center;
    justify-content: center;
}
.badbenefits .title {
    display: block;
    font-size: .34rem;
    font-weight: bold;
    line-height: 1.588;
    text-align: center;
    color: #3D3D3D;
}
.benefitslist {
    display: flex;
    flex-wrap: wrap;
    margin-top: .51rem;
}
.benefitslist .benefits_swiper {
    width: 100%;
}
.benefitslist .item {
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.benefitslist .item .itemin {
    display: block;
    position: relative;
    height: 3.3rem;
    padding: .5rem .56rem .3rem;
    background: #fff;
    box-shadow: 0px 0 0 0px rgba(0, 0, 0, 0.2);
    transition: box-shadow .3s;
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -ms-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
}
/* .benefitslist .item .icon {
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    transition: width .3s,height .3s;
    -webkit-transition: width .3s,height .3s;
    -moz-transition: width .3s,height .3s;
    -ms-transition: width .3s,height .3s;
    -o-transition: width .3s,height .3s;
} */
.benefitslist .item.support .itemin .icon {
    background: url(../images/benefitsicon1.png) center center no-repeat;
    background-size: 100% auto;
}
.benefitslist .item.training .itemin .icon {
    background: url(../images/benefitsicon2.png) center center no-repeat;
    background-size: 100% auto;
}
.benefitslist .item.rebate .itemin .icon {
    background: url(../images/benefitsicon3.png) center center no-repeat;
    background-size: 100% auto;
}
.benefitslist .item .itemin .icon {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    transition: transform .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
}
.benefitslist .item .tit {
    display: block;
    margin-top: .25rem;
    font-size: .34rem;
    font-weight: bold;
    line-height: .58rem;
    text-align: center;
    color: #000;
    transition: color .3s;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
}
.benefitslist .item .text {
    display: block;
    margin-top: .46rem;
    font-size: calc(0.2vw + 16px);
    line-height: .26rem;
    color: #3d3d3d;
}
.benefitslist .item.training .text,
.benefitslist .item.rebate .text {
    text-align: center;
}
.benefitslist .item .itemin::before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    left: 0;
    bottom: .13rem;
    background: linear-gradient(270deg, #EE1C25 66%, #262D3B 100%);
    transition: height .3s;
    -webkit-transition: height .3s;
    -moz-transition: height .3s;
    -ms-transition: height .3s;
    -o-transition: height .3s;
}

.benefitslist .item .itemin::after {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(270deg, #A8AFBB 0%, #262D3B 100%);
    transition: height .3s;
    -webkit-transition: height .3s;
    -moz-transition: height .3s;
    -ms-transition: height .3s;
    -o-transition: height .3s;
}



.badcontact {
    display: block;
    position: relative;
    width: 100%;
    height: 8.27rem;
    background: url(../images/badcontactbg.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden;
}
.badcontact .bcon {
    padding-top: 2.75rem;
}
.badcontact_title {
    display: flex;
    align-items: center;
    width: 6.9rem;
    height: 1.27rem;
    padding: 0 .24rem;
    font-size: .34rem;
    font-weight: bold;
    line-height: 1.47;
    color: #fff;
    background: linear-gradient(90deg, #3b89df 0%, rgba(238, 27, 34, 0) 109%);
    box-sizing: border-box;
}
.badcontact_text {
    display: block;
    width: 6.9rem;
    margin-top: .2rem;
    font-size: calc(0.2vw + 16px);
    line-height: 1.44;
    color: #fff;
}
.badcontact .lyinfo {
    display: block;
    position: absolute;
    width: 41.7vw;
    height: 7.69rem;
    top: .3rem;
    right: 9.06vw;
    padding: .3rem .45rem .3rem .43rem;
    background: #fff;
    box-sizing: border-box;
}
.badcontact .lyinfo .lyinfo_form .inputtextarea {
    height: 1.22rem;
}

/* news detail */
.newsdetail_bread {
    height: .65rem;
    max-height: .65rem;
    background: #fff;
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #e5e5e5;
}
.newsdetail_bread .bcon {
    width: 84%;
}

.newdetailinfo {
    padding: .33rem 8vw .26rem;
    background: url(../images/newdetailinfobg.jpg) center center no-repeat;
    background-size: cover;
}
.newdetailinfo h1 {
    display: block;
    margin: 0 auto;
    font-size: .4rem;
    font-weight: bold;
    line-height: .68rem;
    color: #000;
}
.newdetailinfo .ininfo {
    display: flex;
    align-items: center;
    margin: .4rem auto 0;
}
.newdetailinfo .ininfo .idate {
    display: flex;
    align-items: center;
    height: .48rem;
    font-size: calc(0.2vw + 12px);
    line-height: 3;
    color: #646262;
}
.newdetailinfo .ininfo .idate i {
    display: block;
    width: .18rem;
    height: .18rem;
    margin-right: .1rem;
    background: url(../images/idateicon_red.png) center center no-repeat;
    background-size: 100% auto;
}
.newdetailinfo .ininfo .socialmedia {
    display: flex;
    margin-left: auto;
}
.newdetailinfo .ininfo .socialmedia .ilabel {
    display: block;
    font-size: calc(0.2vw + 12px);
    line-height: .48rem;
    color: #646262;
}
.newdetailinfo .ininfo .socialmedia .socialmedia_in {
    display: flex;
}
.newdetailinfo .ininfo .socialmedia .socialmedia_in .it {
    display: block;
    width: .48rem;
    height: .48rem;
    margin-left: .22rem;
    background: #fff;
    border-radius: .12rem;
    -webkit-border-radius: .12rem;
    -moz-border-radius: .12rem;
    -ms-border-radius: .12rem;
    -o-border-radius: .12rem;
    cursor: pointer;
    transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
}
.newdetailinfo .ininfo .socialmedia .socialmedia_in .it:first-child {
    margin-left: .18rem;
}
.newdetailinfo .ininfo .socialmedia .socialmedia_in .it i {
    display: block;
    width: 100%;
    height: 100%;
    transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
}
.newdetailinfo .ininfo .socialmedia .socialmedia_in .it.fackbook i {
    background: url(../images/smfacebook.png) center center no-repeat;
    background-size: 100% auto;
}
.newdetailinfo .ininfo .socialmedia .socialmedia_in .it.linkedin i {
    background: url(../images/smlinkedin.png) center center no-repeat;
    background-size: 100% auto;
}
.newdetailinfo .ininfo .socialmedia .socialmedia_in .it.twitter i {
    background: url(../images/smtwitter.png) center center no-repeat;
    background-size: 100% auto;
}
.newdetailinfo .ininfo .socialmedia .socialmedia_in .it.youtube i {
    background: url(../images/smyoutube.png) center center no-repeat;
    background-size: 100% auto;
}
.newdetailinfo .ininfo .socialmedia .socialmedia_in .it.instagram i {
    background: url(../images/sminstagram.png) center center no-repeat;
    background-size: 100% auto;
}
.newdetailinfo .ininfo .socialmedia .socialmedia_in .it.wechat i {
    background: url(../images/smwechat.png) center center no-repeat;
    background-size: 100% auto;
}
.newdetailinfo .ininfo .socialmedia .socialmedia_in .it.tiktok i {
    background: url(../images/smtiktok.png) center center no-repeat;
    background-size: 100% auto;
}

.artcontent {
    width: 84vw;
    margin: 0 auto;
    padding: .05rem 0 .14rem;
    font-size: calc(0.2vw + 12px);
    line-height: 1.7;
    color: #3d3d3d;
}
.artcontent p {
    margin: .3rem 0;
}
.artcontent img {
    max-width: 100%;
    vertical-align: top;
}
.artcontent td {
   padding: 10px;
}
.artcontent th {
   padding: 10px;
}
.newsswitching {
    padding: .16rem 0 .24rem;
    background: #F8F8F8;
}
.newsswitching .item {
    display: flex;
    height: 1.18rem;
    margin-top: .12rem;
    background: #fff;
}
.newsswitching .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.18rem;
    min-width: 1.18rem;
    height: 1.18rem;
    font-size: .24rem;
    font-weight: bold;
    line-height: .41rem;
    color: #3D3D3D;
    background: #D5D3DA;
    transition: background .3s,color .3s;
    -webkit-transition: background .3s,color .3s;
    -moz-transition: background .3s,color .3s;
    -ms-transition: background .3s,color .3s;
    -o-transition: background .3s,color .3s;
}
.newsswitching .item .itemin {
    flex: 1;
    padding: .18rem .46rem;
    border: 1px solid #D5D3DA;
    box-sizing: border-box;
    overflow: hidden;
}
.newsswitching .item .tit {
    display: block;
    font-size: .24rem;
    font-weight: bold;
    line-height: .41rem;
    color: #3d3d3d;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newsswitching .item .idate {
    display: flex;
    align-items: center;
    margin-top: .17rem;
    font-size: calc(0.2vw + 12px);
    line-height: .28rem;
    color: #ADADAD;
}
.newsswitching .item .idate i {
    display: block;
    width: .18rem;
    height: .18rem;
    margin-right: .1rem;
    background: url(../images/idateicon_gray.png) center center no-repeat;
    background-size: 100% auto;
}

.arttitle {
	margin-top: .2rem;
}
.artcontent .arttitle p{
	margin: 0;
}
.arttitle_1 {
	display: block;
	padding: .07rem .15rem;
	font-size: .24rem;
	font-weight: bold;
	line-height: .3rem;
	color: #3D3D3D;
	background: #F0F0F0;
}
.arttitle_2 {
	display: flex;
	font-size: .24rem;
	font-weight: bold;
	line-height: .3rem;
	color: #3D3D3D;
}
.arttitle_2 .icon {
	display: block;
	width: .12rem;
	height: .12rem;
	margin-top: .08rem;
	margin-right: .22rem;
	background: #3b89df;
}
.arttitle_3 {
	display: flex;
	font-size: .24rem;
	font-weight: bold;
	line-height: .3rem;
	color: #3D3D3D;
}
.arttitle_3 .icon {
	display: block;
	width: .06rem;
	height: .17rem;
	margin-top: .06rem;
	margin-right: .1rem;
	background: #3b89df;
	border-radius: .17rem;
}
.arttitle_3 .line {
	flex: 1;
	height: 1px;
	margin: auto 0 auto .1rem;
	background: #D8D8D8;
}

.arttitle_4 {
	display: flex;
}
.arttitle_4 .txt {
	display: block;
	flex: 1;
	padding: .07rem .15rem;
	font-size: .24rem;
	font-weight: bold;
	line-height: .3rem;
	color: #3D3D3D;
	background: #F0F0F0;
	box-sizing: border-box;
}
.arttitle_4 .iblock {
	display: block;
	width: 1.93rem;
	margin-left: .14rem;
	background: #FFC1C3;
}

.arttitle_5 {
	display: flex;
	position: relative;
	font-size: .24rem;
	font-weight: bold;
	line-height: .5rem;
	color: #3D3D3D;
	border-bottom: 2px solid #000;
}
.arttitle_5 .icon {
	display: block;
	width: .25rem;
	height: .28rem;
	margin-top: auto;
	margin-right: .16rem;
	background: #000;
}
.arttitle_5 .line {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
}

.arttitle_6 {
	display: flex;
	padding: .1rem 0;
	font-size: .24rem;
	font-weight: bold;
	line-height: .3rem;
	color: #3D3D3D;
	border-bottom: 1px solid #D3D3D3;
}
.arttitle_6 .icon {
	display: block;
	width: .27rem;
	height: .27rem;
	margin-top: .02rem;
	margin-right: .17rem;
	background: url(../images/arttiticon6.png) center center no-repeat;
	background-size: 100% auto;
}

.arttitle_7 {
	display: flex;
	font-size: .24rem;
	font-weight: bold;
	line-height: .3rem;
	color: #3D3D3D;
}
.arttitle_7 .icon {
	display: block;
	margin-top: .06rem;
	width: .17rem;
	height: .17rem;
	margin-right: .17rem;
	background: url(../images/arttiticon7.png) center center no-repeat;
	background-size: 100% auto;
}

.arttitle_8 {
	display: flex;
	font-size: .24rem;
	font-weight: bold;
	line-height: .3rem;
	color: #3D3D3D;
}
.arttitle_8 .icon {
	display: block;
	margin-top: .06rem;
	width: .15rem;
	height: .15rem;
	margin-right: .17rem;
	background: url(../images/arttiticon8.png) center center no-repeat;
	background-size: 100% auto;
}

.artpics {
	display: flex;
	flex-wrap: wrap;
	margin-top: .2rem;
}
.artpics .item {
	margin-top: .2rem;
}
.artpics_1 {
	justify-content: center;
}
.artpics_1 .item {
	width: 9.41rem;

}
.artpics_1 .item .icon {
	display: flex;
	justify-content: center;
}
.artpics_1 .item .icon img {
	width: 100%;
}
.artpics_2 {
	justify-content: space-between;
	padding: 0 1.34rem;
}
.artpics_2 .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 48%;
}
.artpics_2 .item .itemin{
	width: 100%;
}
.artpics_2 .item .icon {
	display: flex;
	align-items: center;
	justify-content:center;
	width: 100%;
	height: 20.78125vw;
	margin: 0 auto;
	background: url(../images/articonbg.png) center center no-repeat;
	background-size: 100% 100%;
}
.artpics_2 .item .icon img {
	max-width: 100%;
	max-height: 100%;
}
.artpics_3 {
	justify-content: center;
	margin-left: -0.24rem;
}
.artpics_3 .item {
	width: 33.33%;
	padding-left: 0.24rem;
	box-sizing: border-box;
}
.artpics_3 .item .icon {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 17.86vw;
	font-size: 0;
	background: url(../images/articonbg.png) center center no-repeat;
	background-size: 100% 100%;
}
.artpics_3 .item .icon img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.artpics_4 {
	justify-content: center;
	margin-left: -0.14rem;
}
.artpics_4 .item {
	width: 25%;
	padding-left: 0.14rem;
	box-sizing: border-box;
}
.artpics_4 .item .icon {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 13.4375vw;
	font-size: 0;
	background: url(../images/articonbg.png) center center no-repeat;
	background-size: 100% 100%;
}
.artpics_4 .item .icon img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.artpics_5 {
	justify-content: center;
	margin-left: -0.2rem;
}
.artpics_5 .item {
	width: 33.33%;
	padding-left: 0.2rem;
	box-sizing: border-box;
}
.artpics_5 .item .icon {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 17.86vw;
	font-size: 0;
	background: url(../images/articonbg.png) center center no-repeat;
	background-size: 100% 100%;
}
.artpics_5 .item .icon img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.artpics_6 {
	justify-content: center;
	margin-left: -0.2rem;
}
.artpics_6 .item {
	width: 33.33%;
	padding-left: 0.2rem;
	box-sizing: border-box;
}
.artpics_6 .item .icon {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 17.86vw;
	font-size: 0;
	background: url(../images/articonbg.png) center center no-repeat;
	background-size: 100% 100%;
}
.artpics_6 .item .icon img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.artpics .item .text {
	display: block;
	margin-top: .2rem;
	font-size: .18rem;
	line-height: 1.7;
	text-align: center;
	color: #7B7B7B;
}

/* D&G Sustainabilty */
.sustainabilty_banner {
    background: url(../images/sustainabilty_banner.jpg) center/cover no-repeat;
}
.sustainabilty_banner .sustainabilty_bannerin {
    width: var(--conwidth);
    margin: 0 auto;
    padding: calc(5vw + 30px) 0;
}
.sustainabilty_banner .sustainabilty_bannerin h1 {
    font-size: calc(0.75vw + 20px);
    line-height: calc(1vw + 25px);
    color: #fff;
}
.sustainabilty_banner .sustainabilty_bannerin .title {
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: calc(0.5vw + 10px);
}
.sustainabilty_banner .sustainabilty_bannerin .title:before {
    display: block;
    content: "";
    width: 4px;
    height: calc(1vw + 20px);
    background: #ed1b23;
    flex: 0 0 4px;
    margin-right: 10px;
}
.sustainabilty_banner .sustainabilty_bannerin .sbread {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.sustainabilty_banner .sustainabilty_bannerin .sbread span {
    display: block;
    padding: 0 5px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.sustainabilty_banner .sustainabilty_bannerin .sbread a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    display: block;
}


.sustainabilty_banswiperbox {
    position: relative;
    width: 100%;
    margin: 16px auto 0;
    background: #fff;
}

.sustainabilty_banswiper {
    overflow: hidden;
}
.sustainabilty_banswiper .slidein {
    display: flex;
}
.sustainabilty_banswiper .slidein .sstextbox {
    position: relative;
    flex: 1;
    padding: 24px 66px 40px;
    box-sizing: border-box;
}
.sustainabilty_banswiper .slidein .sstextbox::before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 6px;
    background: linear-gradient(270deg, #EE1C25 51%, #262D3B 100%);
}
.sustainabilty_banswiper .slidein .sstextbox::after {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0;
    background: linear-gradient(270deg, #A8AFBB 0%, #262D3B 100%);
}
.sustainabilty_banswiper .slidein .sstextbox .stit {
    display: flex;
}
.sustainabilty_banswiper .slidein .sstextbox .stit span {
    display: block;
    height: 42px;
    padding: 0 15px;
    font-size: 24px;
    line-height: 42px;
    color: #fff;
    background: #3b89df;
}
.sustainabilty_banswiper .slidein .sstextbox .text {
    display: block;
    margin-top: 32px;
    font-size: 16px;
    line-height: 26px;
    color: #3D3D3D;
}
.sustainabilty_banswiper .slidein .sspicbox {
    width: 770px;
    height: 591px;
}
.sustainabilty_banswiper .swiper-pagination {
    display: flex;
    align-items: center;
    position: absolute;
    right: 367px;
    bottom: 17px;
    left: initial;
    width: auto;
}
.sustainabilty_banswiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 7px;
    opacity: 1;
    background: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.sustainabilty_banswiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--textred);
}
.sustainabilty_banswiperbox .swiper-button-next {
    right: initial;
    left: calc(100% + 4.375vw);
}
.sustainabilty_banswiperbox .swiper-button-prev::after,
.sustainabilty_banswiperbox .swiper-button-next::after {
    font-size: 54px;
    color: var(--textred);
}
.sustainabilty_banswiperbox .swiper-button-prev {
    left: initial;
    right: calc(100% + 4.375vw);
}

/* .scsr {
    padding: 20px 0;
}

.scsr .stittext {
    display: flex;
}
.scsr .stittext span {
    display: block;
    height: 42px;
    padding: 0 15px;
    font-size: 24px;
    line-height: 42px;
    color: #fff;
    background: #3b89df;
}

.scsrlist {
    display: flex;
    flex-wrap: wrap;
    margin-top: 36px;
    margin-left: -28px;
}
.scsrlist .item {
    display: block;
    width: 33.33%;
    margin-bottom: 30px;
    padding-left: 28px;
    box-sizing: border-box;
}
.scsrlist .item .itemin {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 580px;
    background: #FBFBFB;
    box-shadow: 0px 0 0 0px rgba(0, 0, 0, 0.2);
    transition: box-shadow .3s ease-in-out;
    -webkit-transition: box-shadow .3s ease-in-out;
    -moz-transition: box-shadow .3s ease-in-out;
    -ms-transition: box-shadow .3s ease-in-out;
    -o-transition: box-shadow .3s ease-in-out;
}
.scsrlist .item .icon {
    display: block;
    width: 100%;
    height: 341px;
    overflow: hidden;
}
.scsrlist .item .icon img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
    object-fit: cover;
    transition: transform .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
}
.scsrlist .item .inin {
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
    padding: 15px 28px 56px;
    box-sizing: border-box;
    overflow: hidden;
}
.scsrlist .item .tit, .scsrlist .item .tit a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #3d3d3d;
    transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
}
.scsrlist .item .stit {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #3D3D3D;
}
.scsrlist .item .idate {
    display: none;
    align-items: center;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    color: #646262;
}
.scsrlist .item .idate i {
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background: url(../images/idateicon_gray.png) center center no-repeat;
    background-size: 100% auto;
}

.scsrlist .item .text {
    display: block;
    max-height: 92px;
    margin-top: auto;
    font-size: 14px;
    line-height: 23px;
    color: #7c7c7c;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.scsrlist .item .lmore {
    display: flex;
    align-items: center;
    position: absolute;
    left: 28px;
    bottom: -36px;
    font-size: 14px;
    line-height: 34px;
    color: #ED1B23;
    transition: bottom .3s ease-in-out;
    -webkit-transition: bottom .3s ease-in-out;
    -moz-transition: bottom .3s ease-in-out;
    -ms-transition: bottom .3s ease-in-out;
    -o-transition: bottom .3s ease-in-out;
}
.scsrlist .item .lmore i {
    display: block;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    background: url(../images/iarrowtor.png) center center no-repeat;
    background-size: 100% auto;
}

.scsrlist .item .itemin::before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    left: 0;
    bottom: 6px;
    background: linear-gradient(270deg, #EE1C25 66%, #262D3B 100%);
    transition: height .3s;
    -webkit-transition: height .3s;
    -moz-transition: height .3s;
    -ms-transition: height .3s;
    -o-transition: height .3s;
}


.scsrlist .item .itemin::after {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(270deg, #A8AFBB 0%, #262D3B 100%);
    transition: height .3s;
    -webkit-transition: height .3s;
    -moz-transition: height .3s;
    -ms-transition: height .3s;
    -o-transition: height .3s;
}



.scsrlist .item:first-child {
    width: 100%;
}
.scsrlist .item:first-child .itemin {
    display: flex;
    flex-direction: row;
    height: auto;
    padding: 23px;
}
.scsrlist .item:first-child .icon {
    width: 762px;
    height: 507px;
}
.scsrlist .item:first-child .inin {
    padding: 0 68px;
}
.scsrlist .item:first-child .tit,
.scsrlist .item:first-child .tit a {
    font-size: 34px;
    line-height: 44px;
}
.scsrlist .item:first-child .idate {
    display: flex;
}
.scsrlist .item:first-child .text {
    margin-top: 20px;
    font-size: 20px;
    line-height: 33px;
}
.scsrlist .item:first-child .lmore {
    position: relative;
    left: initial;
    bottom: initial;
    width: 147px;
    height: 34px;
    margin-top: 32px;
    padding: 0 13px;
    border: 1px solid #ea0000;
    box-sizing: border-box;
}



.sreports {
    padding: 25px 0 39px;
    background: url(../images/sreportsbg.png) center center no-repeat;
    background-size: 100% 100%;
}
.sreports .stittext {
    display: flex;
}
.sreports .stittext span {
    display: block;
    height: 42px;
    padding: 0 15px;
    font-size: 24px;
    line-height: 42px;
    color: #fff;
    background: #3b89df;
}
.sreportslist {
    display: flex;
    flex-wrap: wrap;
    margin-top: 38px;
    margin-left: -30px;
}
.sreportslist .item {
    display: block;
    width: 25%;
    margin-bottom: 30px;
    padding-left: 30px;
    box-sizing: border-box;
}
.sreportslist .item .itemin {
    display: flex;
    flex-direction: column;
    height: 550px;
    overflow: hidden;
}
.sreportslist .item .icon {
    display: block;
    width: 100%;
    flex: 1;
    overflow: hidden;
}
.sreportslist .item .icon img {
    width: 100%;
    vertical-align: top;
}
.sreportslist .item .inin {
    height: 83px;
    padding: 20px 30px;
    background: #fff;
    box-sizing: border-box;
    transition: height .3s ease-in-out,padding .3s ease-in-out;
    -webkit-transition: height .3s ease-in-out,padding .3s ease-in-out;
    -moz-transition: height .3s ease-in-out,padding .3s ease-in-out;
    -ms-transition: height .3s ease-in-out,padding .3s ease-in-out;
    -o-transition: height .3s ease-in-out,padding .3s ease-in-out;
}
.sreportslist .item .tit,.sreportslist .item .tit a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    color: #000;
}
.sreportslist .item .idownloadbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 176px;
    height: 47px;
    margin: 13px auto;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    background: var(--textred);
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transition: transform .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
}*/



.green_membership {
    padding: 36px 0 40px;
}
.green_membership .stittext {
    display: flex;
}
.green_membership .stittext span {
    display: block;
    height: 42px;
    padding: 0 15px;
    font-size: 24px;
    line-height: 42px;
    color: #fff;
    background: #3b89df;
}

.partnerlist {
    display: flex;
    flex-wrap: wrap;
    margin-top: 34px;
    margin-left: -12px;
}
.partnerlist .item {
    display: block;
    width: 20%;
    padding-left: 12px;
    margin-bottom: 12px;
    box-sizing: border-box;
}
.partnerlist .item .itemin {
    display: block;
    height: 177px;
    background: #F8F8F8;
}
.partnerlist .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 130px;
}
.partnerlist .item .icon img {
    max-width: 230px;
    max-height: 90px;
    vertical-align: top;
}
.partnerlist .item .tit {
    height: 47px;
    background: #F8F8F8;
    transition: background .3s ease-in-out,color .3s ease-in-out,padding .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out,color .3s ease-in-out,padding .3s ease-in-out;
    -moz-transition: background .3s ease-in-out,color .3s ease-in-out,padding .3s ease-in-out;
    -ms-transition: background .3s ease-in-out,color .3s ease-in-out,padding .3s ease-in-out;
    -o-transition: background .3s ease-in-out,color .3s ease-in-out,padding .3s ease-in-out;
    box-sizing: border-box;
}
.partnerlist .item .tit,.partnerlist .item .tit a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    color: #3D3D3D;
}
.partnerlist .item .tit a {
    padding: 0 20px;
}
.partnerlist .item .tit span {}


.scommittee {
    position: relative;
    width: 100%;
    padding: calc(2% + 20px) 0;
    box-sizing: border-box;
    overflow: hidden;
}

.scommittee h3 {
    font-size: calc(0.2vw + 14px);
    line-height: calc(0.25vw + 20px);
    text-align: center;
    color: #3b89df;
}
.scommittee h2 {
    font-size: calc(0.7vw + 20px);
    line-height: calc(1vw + 25px);
    text-align: center;
    font-weight: 700;
    color: #000;
}

.scommittee .scommitteecon  {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: calc(0.5vw + 10px) 0;
}
.scommittee .scommitteecon1 {
    flex-direction: row-reverse;
}
.scommittee .scommitteecon > div {
    width: calc(50% - 1.25vw - 10px);
    font-size: calc(0.2vw + 12px);
    line-height: calc(0.35vw + 20px);
    transition: All 0.3s ease-in-out;
}
.scommittee .scommitteecon p {
    padding: calc(0.5vw + 5px) 0;
}
.scommittee .scommitteecon .img {
    position: relative;
}


.scommittee .scommitteecon h4 {
    font-size: calc(0.5vw + 14px);
    line-height: calc(0.5vw + 20px);
    font-weight: 500;
    display: block;
    color: #000;
    padding: calc(0.5vw + 5px) 0 5px;
}

.scommittee .scommitteecon2 .img h4 {
    color: #fff;
    padding: 5px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    font-weight: normal;
}
.scommittee .scommitteecon .img img {
    width: 100%;
    vertical-align: top;
}

.scsr {
    position: relative;
    width: 100%;
    padding: calc(2% + 20px) 0;
    box-sizing: border-box;
    overflow: hidden;
}

.scsr h3 {
    font-size: calc(0.2vw + 14px);
    line-height: calc(0.25vw + 20px);
    text-align: center;
    color: #3b89df;
}
.scsr h2 {
    font-size: calc(0.7vw + 20px);
    line-height: calc(1vw + 25px);
    text-align: center;
    font-weight: 700;
    color: #000;
}

.scsrlist {
    margin-top: calc(1vw + 10px);
}
.scsrlist .item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: calc(0.5vw + 10px) calc(1vw + 10px);
    border-top: 2px solid #edeefa;
    transition: All 0.3s ease-in-out;
}
.scsrlist .item:first-child {
    border: none;
}
.scsrlist .item .img {
    width: calc(32.5% - 5px);
    max-height: 3.35rem;
    overflow: hidden;
}
.scsrlist .item .img img {
    display: block;
    width: 100%;
    transition: All 0.3s ease-in-out;
}
.scsrlist .item .text {
    width: calc(67.5% - 3vw - 10px);
    font-size: calc(0.2vw + 12px);
    line-height: calc(0.35vw + 20px);
}
.scsrlist .item .text > a {
    font-size: calc(0.5vw + 16px);
    line-height: calc(0.5vw + 25px);
    font-weight: 600;
    display: block;
    color: #000;
}
.scsrlist .item .text h4 {
    font-weight: 600;
    padding: calc(0.25vw + 5px) 0;
}
.scsrlist .item .text .desc {
    padding-top: calc(1vw + 5px);
}
.scsrlist .item .text .desc a {
    display: inline-block;
    padding: calc(0.25vw + 5px) calc(1vw + 10px);
    color: #fff;
    background: #3b89df;
    margin-top: calc(2vw + 5px);
}


.sreports {
    
}
.sreports h3 {
    font-size: calc(0.2vw + 14px);
    line-height: calc(0.25vw + 20px);
    text-align: center;
    color: #3b89df;
}
.sreports h2 {
    font-size: calc(0.7vw + 20px);
    line-height: calc(1vw + 25px);
    text-align: center;
    font-weight: 700;
    color: #000;
}


.sreportslist {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2vw;
    padding-bottom: 20px;
}
.sreportslist .item {
    width: calc(25% - 0.5vw - 10px);
    margin: 0 calc(0.25vw + 5px) calc(0.2vw + 5px);
    text-align: center;
    position: relative;
    padding-bottom: calc(0.2vw + 15px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.sreportslist .item .img {
    position: relative;
    overflow: hidden;
}

.sreportslist .item .img img {
    display: block;
    width: 100%;
    margin: auto;
    transition: All 0.3s ease-in-out;
}

.sreportslist .item .img:after {
    content: "";
    position: absolute;
    left: -20%;
    right: -20%;
    bottom: 0;
    height: 150%;
    transform: translate(0,100%) scaleY(1.5);
    background: rgba(0,0,0,0.75);
    filter: blur(50px);
}

.sreportslist .item .text {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: calc(0.5vw + 15px);
    right: 0;
    padding: calc(1vw + 10px) calc(1vw + 10px) 0;
}

.sreportslist .item .text h4 {
    font-size: calc(0.3vw + 14px);
    line-height: calc(0.5vw + 20px);
    font-weight: 500;
    display: block;
    color: #fff;
    padding-bottom: calc(0.25vw + 5px);
}


.greenmembership {
    padding: calc(2% + 20px) 0;
}
.greenmembership h3 {
    font-size: calc(0.2vw + 14px);
    line-height: calc(0.25vw + 20px);
    text-align: center;
    color: #3b89df;
}
.greenmembership h2 {
    font-size: calc(0.7vw + 20px);
    line-height: calc(1vw + 25px);
    text-align: center;
    font-weight: 700;
    color: #000;
}
.greenmembershiplist {
    display: flex;
    flex-wrap: wrap;
}
.greenmembershiplist .item {
    width: calc(20% - 0.5vw - 10px);
    margin: calc(0.5vw + 5px) calc(0.25vw + 5px);
    text-align: center;
    padding: calc(1vw + 10px) calc(0.5vw + 10px);
    font-size: calc(0.2vw + 12px);
    line-height: calc(0.35vw + 20px);
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.greenmembershiplist .item a {
    display: block;
    color: #333;
}
.greenmembershiplist .item img {
    display: block;
    max-width: 100%;
    margin: auto;
    transition: All 0.3s ease-in-out;
}
.greenmembershiplist .item h4 {
    padding-top: calc(1vw + 5px);
    font-size: calc(0.2vw + 14px);
    color: #000;
    font-weight: 600;
}
.greenmembershiplist .item h4:after {
    content: "";
    width: 35px;
    height: 3px;
    background: #3b89df;
    margin: 5px auto;
    display: block;
}


/* certificates */

.certificates_banner {}

.certificates_banner .icon {
    display: block;
    position: relative;
    height: 5.26rem;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -ms-background-position: center center;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
}
.certificates_banner .bantext {
    display: block;
    position: absolute;
    width: 84vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    font-size: 0.65rem;
    font-weight: bold;
    line-height: 1.45rem;
    color: #3b89df;
    z-index: 1;
}
.certificates_banner .bannerin .bantext span {
    color: #2C2A2A;
}

.certificates_banner .bread {
    justify-content: flex-start;
    margin-top: 155px;
}
.certificates_banner .bread .bcon {
    width: 100%;
}


.certificates {
    padding: 50px 0;
}
.certificateslist {
    display: flex;
    flex-wrap: wrap;
    margin-left: -24px;
}
.certificateslist .item {
    display: block;
    width: 25%;
    margin-bottom: 28px;
    padding-left: 24px;
    box-sizing: border-box;
}
.certificateslist .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 332px;
    background: url(../images/zsbg.png) center center no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.certificateslist .item .icon img {
    max-width: 307px;
    max-height: 277px;
    vertical-align: top;
    transition: transform .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
}
.certificateslist .item .itemin {
    position: relative;
}
.certificateslist .item .inin {
    display: block;
    width: 100%;
    min-height: 100px;
    padding: 27px;
    background: transparent;
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
    transition: background .3s ease-in-out,border .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out,border .3s ease-in-out;
    -moz-transition: background .3s ease-in-out,border .3s ease-in-out;
    -ms-transition: background .3s ease-in-out,border .3s ease-in-out;
    -o-transition: background .3s ease-in-out,border .3s ease-in-out;
}
.certificateslist .item .itemin::before {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 0;
    background: linear-gradient(270deg, #EE1C25 51%, #262D3B 100%);
    transition: height .3s;
    -webkit-transition: height .3s;
    -moz-transition: height .3s;
    -ms-transition: height .3s;
    -o-transition: height .3s;
}
.certificateslist .item .itemin::after {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(270deg, #A8AFBB 0%, #262D3B 100%);
    transition: height .3s;
    -webkit-transition: height .3s;
    -moz-transition: height .3s;
    -ms-transition: height .3s;
    -o-transition: height .3s;
}
.certificateslist .item .tit,.certificateslist .item .tit a {
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    transition: color .3s ease-in-out ;
    -webkit-transition: color .3s ease-in-out ;
    -moz-transition: color .3s ease-in-out ;
    -ms-transition: color .3s ease-in-out ;
    -o-transition: color .3s ease-in-out ;
}
.certificateslist_m {
    display: none;
}


.popup {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
.popup .popupmask {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
}
.certificates_preview {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
}
.certificates_preview .icon {
    /* max-width: 90vw;
    max-height: 82vh; */
    overflow: hidden;
}
.certificates_preview .icon video,
.certificates_preview .icon img {
    max-width: 90vw;
    max-height: 82vh;
    vertical-align: top;
}
.certificates_preview .icon iframe {
    width: 90vw;
    height: 80vh;
    vertical-align: top;
}
.popupclose {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    background: url(../images/popupclose.png) center center no-repeat;
    background-size: 30px auto;
    cursor: pointer;
}


/* certificates detail */
.certificates_detail_bread {
    height: 65px;
    background: #fff;
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
}
.certificates_detail {
    padding-bottom: 145px;
    background: url(../images/certificates_detailbg.jpg) center center no-repeat;
    background-size: 100% 100%;
}
.certificates_detail .detailinfo {
    padding: 33px 0 26px;
}
.certificates_detail .detailinfo h1 {
    display: block;
    font-size: 40px;
    font-weight: bold;
    line-height: 68px;
    color: #000;
}
.certificates_detail .detailinfo .ininfo {
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.certificates_detail .detailinfo .ininfo .idate {
    display: flex;
    align-items: center;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    color: #646262;
}
.certificates_detail .detailinfo .ininfo .idate i {
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background: url(../images/idateicon_red.png) center center no-repeat;
    background-size: 100% auto;
}
.certificates_detail .detailinfo .ininfo .socialmedia {
    display: flex;
    margin-left: auto;
}
.certificates_detail .detailinfo .ininfo .socialmedia .ilabel {
    display: block;
    font-size: 16px;
    line-height: 48px;
    color: #646262;
}
.certificates_detail .detailinfo .ininfo .socialmedia .socialmedia_in {
    display: flex;
}
.certificates_detail .detailinfo .ininfo .socialmedia .socialmedia_in .it {
    display: block;
    width: 48px;
    height: 48px;
    margin-left: 22px;
    background: #fff;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    cursor: pointer;
}
.certificates_detail .detailinfo .ininfo .socialmedia .socialmedia_in .it:first-child {
    margin-left: 18px;
}
.certificates_detail .detailinfo .ininfo .socialmedia .socialmedia_in .it i {
    display: block;
    width: 100%;
    height: 100%;
}
.certificates_detail .detailinfo .ininfo .socialmedia .socialmedia_in .it.fackbook i {
    background: url(../images/smfacebook.png) center center no-repeat;
    background-size: 100% auto;
}
.certificates_detail .detailinfo .ininfo .socialmedia .socialmedia_in .it.linkedin i {
    background: url(../images/smlinkedin.png) center center no-repeat;
    background-size: 100% auto;
}
.certificates_detail .detailinfo .ininfo .socialmedia .socialmedia_in .it.twitter i {
    background: url(../images/smtwitter.png) center center no-repeat;
    background-size: 100% auto;
}
.certificates_detail .detailinfo .ininfo .socialmedia .socialmedia_in .it.youtube i {
    background: url(../images/smyoutube.png) center center no-repeat;
    background-size: 100% auto;
}
.certificates_detail .detailinfo .ininfo .socialmedia .socialmedia_in .it.instagram i {
    background: url(../images/sminstagram.png) center center no-repeat;
    background-size: 100% auto;
}
.certificates_detail .detailinfo .ininfo .socialmedia .socialmedia_in .it.wechat i {
    background: url(../images/smwechat.png) center center no-repeat;
    background-size: 100% auto;
}

.certificates_detail_content {
    display: flex;
    margin-top: 16px;
}
.certificates_detail_content .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 459px;
    height: 650px;
    margin-right: 48px;
}
.certificates_detail_content .icon img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
}
.certificates_detail_content .in {
    flex: 1;
    padding: 42px 47px;
    background: url(../images/cdcinbg.png) center center no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}
.certificates_detail_content .in .inmsgs {}
.certificates_detail_content .in .inmsgs .it {
    display: flex;
    padding: 8px 0;
}
.certificates_detail_content .in .inmsgs .it .ilabel {
    display: block;
    width: 28.3%;
    font-size: 20px;
    line-height: 35px;
    color: #7B7B7B;
}
.certificates_detail_content .in .inmsgs .it .text {
    display: block;
    font-size: 20px;
    line-height: 35px;
    color: #3d3d3d;
}
.certificates_detail_content .in .intexts {
    margin-top: 64px;
    font-size: 20px;
    line-height: 35px;
    color: #3D3D3D;
}

.cdcswitching {
    padding: 33px 0;
    background: #F8F8F8;
}
.cdcswitching .item {
    display: flex;
    height: 118px;
    margin-top: 12px;
    background: #fff;
}
.cdcswitching .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 118px;
    height: 118px;
    font-size: 24px;
    font-weight: bold;
    line-height: 41px;
    color: #3D3D3D;
    background: #D5D3DA;
    transition: background .3s,color .3s;
    -webkit-transition: background .3s,color .3s;
    -moz-transition: background .3s,color .3s;
    -ms-transition: background .3s,color .3s;
    -o-transition: background .3s,color .3s;
}
.cdcswitching .item .itemin {
    flex: 1;
    padding: 18px 46px;
    border: 1px solid #D5D3DA;
}
.cdcswitching .item .tit {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 41px;
    color: #3d3d3d;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cdcswitching .item .idate {
    display: flex;
    align-items: center;
    margin-top: 17px;
    font-size: 16px;
    line-height: 28px;
    color: #ADADAD;
}
.cdcswitching .item .idate i {
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background: url(../images/idateicon_gray.png) center center no-repeat;
    background-size: 100% auto;
}




/* D&G Machinery Brand Story */
.story_banner {
    background: url(../../stylefile/20559/brandTop-bg.jpg) center/cover no-repeat;
}
.story_banner .story_bannerin {
    width: var(--conwidth);
    max-width: 1600px;
    margin: 0 auto;
    padding: calc(5vw + 30px) 0;
}
.story_banner .story_bannerin h1 {
    font-size: calc(0.75vw + 20px);
    line-height: calc(1vw + 25px);
    color: #fff;
}
.story_banner .story_bannerin .title {
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: calc(0.5vw + 10px);
}
.story_banner .story_bannerin .title:before {
    display: block;
    content: "";
    width: 4px;
    height: calc(1vw + 20px);
    background: #ed1b23;
    flex: 0 0 4px;
    margin-right: 10px;
}
.story_banner .story_bannerin .sbread {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.story_banner .story_bannerin .sbread span {
    display: block;
    padding: 0 5px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.story_banner .story_bannerin .sbread a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    display: block;
}

.dgstory {
    position: relative;
    width: 100%;
    padding: calc(2% + 20px) 0;
    box-sizing: border-box;
    overflow: hidden;
}

.dgstory h3 {
    font-size: calc(0.2vw + 14px);
    line-height: calc(0.25vw + 20px);
    text-align: center;
    color: #3b89df;
}
.dgstory h2 {
    font-size: calc(0.7vw + 20px);
    line-height: calc(1vw + 25px);
    text-align: center;
    font-weight: 700;
    color: #000;
}

.dgstory .dgstorycon {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: calc(0.5vw + 10px) 0;
    overflow: hidden;
}
.dgstory .dgstorycon1 {
    flex-direction: row-reverse;
}

.dgstory .dgstorycon > div {
    width: calc(50% - 1.25vw - 10px);
    font-size: calc(0.2vw + 12px);
    line-height: calc(0.35vw + 20px);
    transition: All 0.3s ease-in-out;
}
.dgstory .dgstorycon p {
    padding: calc(0.5vw + 5px) 0;
}
.dgstory .dgstorycon .img {
    position: relative;
}


.dgstory .dgstorycon h4 {
    font-size: calc(0.5vw + 14px);
    line-height: calc(0.5vw + 20px);
    font-weight: 500;
    display: block;
    color: #000;
    padding: calc(0.5vw + 5px) 0 5px;
}

.dgstory .dgstorycon2 .img h4 {
    color: #fff;
    padding: 5px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    font-weight: normal;
}
.dgstory .dgstorycon .img img {
    width: 100%;
    vertical-align: top;
}

.moreaboutstory {
    padding: calc(2% + 20px) 0;
}

.moreaboutstory h2 {
    font-size: calc(0.7vw + 20px);
    line-height: calc(1vw + 25px);
    text-align: center;
    font-weight: 700;
    color: #000;
}

.moreaboutstory .stit {
    display: block;
    font-size: calc(0.2vw + 12px);
    line-height: calc(0.35vw + 20px);
    text-align: center;
    color: #222;
}

.moreaboutstory .moreaboutstory_in {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: calc(1vw + 10px);
    font-size: calc(0.2vw + 12px);
    line-height: calc(0.35vw + 20px);
    overflow: hidden;
}
.moreaboutstory .moreaboutstory_in > div {
    width: 50%;
}
.moreaboutstory .moreaboutstory_in .img {
    width: calc(50% - 1.25vw - 10px);
}
.moreaboutstory .moreaboutstory_in * {
    transition: All 0.3s ease-in-out;
}

.moreaboutstory .moreaboutstory_in .info {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: calc(0.5vw + 10px) 0;
}
.moreaboutstory .moreaboutstory_in .info span {
    width: 50px;
}
.moreaboutstory .moreaboutstory_in .info img {
    display: block;
    max-width: 100%;
    margin: auto;
    transition: All 0.3s ease-in-out;
}
.moreaboutstory .moreaboutstory_in .info .desc {
    width: calc(100% - 55px);
}
.moreaboutstory .moreaboutstory_in .info .desc h4 {
    font-size: calc(0.4vw + 14px);
    line-height: 25px;
    padding: 5px 0;
    font-weight: 500;
    display: block;
    color: #000;
    border-bottom: 1px solid #999;
    margin-top: 5px;
}
.moreaboutstory .moreaboutstory_in .info .desc dl {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: calc(1vw + 5px);
}
.moreaboutstory .moreaboutstory_in .info .desc dt {
    width: calc(1vw + 60px);
    font-size: calc(0.5vw + 18px);
    line-height: calc(0.5vw + 25px);
    font-weight: 500;
    color: #000;
}
.moreaboutstory .moreaboutstory_in .info .desc dd {
    width: calc(100% - 1vw - 80px);
    padding: 5px 0;
}
.moreaboutstory .moreaboutstory_in .img img {
    width: 100%;
    vertical-align: top;
}
.moreaboutstory .moreaboutstory_in .img h4 {
    padding: calc(0.25vw + 5px);
    font-weight: normal;
}




.dgstoryswiper .item {}
.dgstoryswiper .item .itemin {
    display: flex;
}
.dgstoryswiper .item .itemin .icon {
    display: block;
    width: 759px;
    margin-top: 157px;
}
.dgstoryswiper .item .itemin .icon img {
    width: 100%;
    vertical-align: top;
}
.dgstoryswiper .item .itemin .inin {
    flex: 1;
    padding-top: 41px;
}

.dgstoryswiper .item .itemin .sstitle {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 0.54rem;
    padding-top: 0.29rem;
    font-size: 0.34rem;
    font-weight: bold;
    line-height: 0.48rem;
    color: #090909;
    box-sizing: border-box;
}
.dgstoryswiper .item .itemin .sstitle i {
    display: block;
    position: absolute;
    width: 0.97rem;
    height: 0.6rem;
    top: 0;
    left: 0;
    background: url(../images/stitleicon.png) center center no-repeat;
    background-size: 100% auto;
}
.dgstoryswiper .item .itemin .sstitle span {
    font-size: 0.34rem;
    font-weight: bold;
    line-height: 0.48rem;
    color: #090909;
}

.dgstoryswiper .item .itemin .stittext {
    display: flex;
}
.dgstoryswiper .item .itemin .stittext span {
    display: block;
    height: 42px;
    padding: 0 15px;
    font-size: 24px;
    line-height: 42px;
    color: #fff;
    background: #3b89df;
}
.dgstoryswiper .item .itemin .text {
    margin-top: 60px;
    font-size: 16px;
    line-height: 30px;
    color: #000;
}
.dgstoryswiper .item .itemin .text strong {
    font-size: 24px;
}
.dgstoryswiper .item1 .itemin .icon {
    margin-top: 120px;
    margin-right: 57px;
}
.dgstoryswiper .item2 .itemin .icon {
    margin-top: 120px;
    margin-left: 57px;
}
.dgstoryswiper .item3 .itemin .icon {
    margin-top: 120px;
    margin-left: 57px;
}
.dgstoryswiper .item4 .itemin .icon {
    margin-top: 120px;
    margin-right: 57px;
}

.dgstory .swiper-button-next {
    right: 2.34vw;
    left: initial;
}
.dgstory .swiper-button-prev::after,
.dgstory .swiper-button-next::after {
    font-size: 54px;
    color: var(--textred);
}
.dgstory .swiper-button-prev {
    left: 2.34vw;
    right: initial;
}


/*.moreaboutstory {
    padding: 40px 0 46px;
    background: url(../images/moreaboutstorybg.jpg) center center no-repeat;
    background-size: 100% 100%;
}

.moreaboutstory .stext {
    display: block;
    font-size: 0.14rem;
    line-height: 0.2rem;
    color: #555;
}

.moreaboutstory .moreaboutstory_in {
    display: flex;
    margin-top: 33px;
}
.moreaboutstory .moreaboutstory_in .icon {
    display: block;
    width: 866px;
    height: 664px;
}
.moreaboutstory .moreaboutstory_in .icon img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
}
.moreaboutstory .moreaboutstory_in .inin {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 664px;
    padding: 42px 0 0;
    box-sizing: border-box;
}
.moreaboutstory .moreaboutstory_in .inin .mastorynav {
    display: flex;
}
.moreaboutstory .moreaboutstory_in .inin .mastorynav .item {
    display: flex;
    align-items: center;
    height: 50px;
    margin-left: 104px;
    padding: 0 20px 0 14px;
    font-size: 16px;
    line-height: 30px;
    color: #535353;
    background: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    cursor: pointer;
    box-shadow: 0px 0 0 0px rgba(0, 0, 0, 0.16);
    transition: background .3s ease-in-out,color .3s ease-in-out,box-shadow .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out,color .3s ease-in-out,box-shadow .3s ease-in-out;
    -moz-transition: background .3s ease-in-out,color .3s ease-in-out,box-shadow .3s ease-in-out;
    -ms-transition: background .3s ease-in-out,color .3s ease-in-out,box-shadow .3s ease-in-out;
    -o-transition: background .3s ease-in-out,color .3s ease-in-out,box-shadow .3s ease-in-out;
}
.moreaboutstory .moreaboutstory_in .inin .mastorynav .item i {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 7px;
    transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
}
.moreaboutstory .moreaboutstory_in .inin .mastorynav .item:nth-child(1) i {
    background: url(../images/mastorynavicon1.png) center center no-repeat;
    background-size: 100% auto;
}
.moreaboutstory .moreaboutstory_in .inin .mastorynav .item.cur:nth-child(1) i {
    background: url(../images/mastorynavicon1_2.png) center center no-repeat;
    background-size: 100% auto;
}
.moreaboutstory .moreaboutstory_in .inin .mastorynav .item.cur {
    color: #fff;
    background: #3b89df;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
}


.moreaboutstory .moreaboutstory_in .inin .mastorynav .item:nth-child(2) i {
    background: url(../images/mastorynavicon2.png) center center no-repeat;
    background-size: 100% auto;
}
.moreaboutstory .moreaboutstory_in .inin .mastorynav .item.cur:nth-child(2) i {
    background: url(../images/mastorynavicon2_2.png) center center no-repeat;
    background-size: 100% auto;
}


.moreaboutstory .moreaboutstory_in .inin .inincon {
    display: flex;
    align-items: center;
    flex: 1;
    width: 100%;
    padding-left: 108px;
    box-sizing: border-box;
}

.moreaboutstory .moreaboutstory_in .inin .yits {
    position: relative;
    width: 100%;
}
.moreaboutstory .moreaboutstory_in .inin .yits::before {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    top: 15px;
    left: 0;
    height: calc(100% - 30px);
    border-left: 1px dashed #D8D8D8;
}
.moreaboutstory .moreaboutstory_in .inin .yits .yit {
    position: relative;
    margin-top: 92px;
    padding-left: 66px;
}
.moreaboutstory .moreaboutstory_in .inin .yits .yit:first-child {
    margin-top: 0;
}
.moreaboutstory .moreaboutstory_in .inin .yits .yit .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: -6px;
    width: 12px;
    height: 12px;
    background: rgba(238, 27, 34, 0.2);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.moreaboutstory .moreaboutstory_in .inin .yits .yit .icon i {
    display: block;
    width: 6px;
    height: 6px;
    background: var(--textred);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.moreaboutstory .moreaboutstory_in .inin .yits .yit .iyears {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #000;
}
.moreaboutstory .moreaboutstory_in .inin .yits .yit .text {
    display: block;
    position: absolute;
    font-size: 14px;
    line-height: 22px;
    color: #3d3d3d;
}*/

/* about us */
.aboutusbanner {}

.aboutusbanner .bannerin {
    display: block;
    position: relative;
    height: 5.26rem;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -ms-background-position: center center;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
}
.aboutusbanner .bannerin .bantext {
    display: block;
    position: absolute;
    width: 84%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: .65rem;
    font-weight: bold;
    line-height: 1.45rem;
    color: #fff;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    z-index: 1;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.aboutusbanner .bannerin .bantext span {
    color: #2C2A2A;
}

.aboutusbanner .icon {
    display: block;
    position: relative;
    height: 5.26rem;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -ms-background-position: center center;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.aboutusbanner .bread {
    justify-content: flex-start;
    margin-top: 1.55rem;
}
.aboutusbanner .bread .bcon {
    
}


.aboutusvideo {
    display: flex;
    position: relative;
    padding-top: 1.18rem;
    padding-left: 6.14rem;
}
.aboutusvideo .icon {
    display: block;
    position: absolute;
    width: 8rem;
    height: 4.5rem;
    top: .52rem;
    left: 8vw;
    z-index: 2;
}
.aboutusvideo .icon iframe {
    width: 100%;
    height: 100%;
}
.aboutusvideo .in {
    position: relative;
    flex: 1;
    padding: .37rem 8vw .28rem 3.9rem;
    background: #F8F8F8;
    box-sizing: border-box;
}
.aboutusvideo .in .tit {
    display: block;
    position: relative;
    font-size: .34rem;
    font-weight: bold;
    line-height: 1.47;
    color: #000;
}
.aboutusvideo .in .text {
    display: block;
    position: relative;
    font-size: calc(0.2vw + 12px);
    line-height: 1.875;
    color: #3d3d3d;
}
.aboutusvideo .in .bg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #E9E8EB;
    transition: width .5s ease-in-out;
    -webkit-transition: width .5s ease-in-out;
    -moz-transition: width .5s ease-in-out;
    -ms-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out;
}
.aboutusvideo .in::before {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(270deg, #EE1C25 50%, #262D3B 100%);
    transition: width .5s ease-in-out;
    -webkit-transition: width .5s ease-in-out;
    -moz-transition: width .5s ease-in-out;
    -ms-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out;
    z-index: 1;
}
.aboutusvideo .in::after {
    display: block;
    position: absolute;
    content: '';
    top: 3px;
    right: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(270deg, #A8AFBB 0%, #262D3B 100%);
    transition: width .5s ease-in-out;
    -webkit-transition: width .5s ease-in-out;
    -moz-transition: width .5s ease-in-out;
    -ms-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out;
    z-index: 1;
}



.aboutuspic {
    display: flex;
    position: relative;
    padding-top: 1.18rem;
    padding-right: 6.14rem;
}
.aboutuspic .icon {
    display: block;
    position: absolute;
    width: 8rem;
    height: 4.5rem;
    top: .52rem;
    right: 8vw;
    z-index: 1;
    overflow: hidden;
}
.aboutuspic .icon img {
    max-width: 100%;
    vertical-align: top;
    transition: transform .3s;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
}
.aboutuspic .in {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 1;
    position: relative;
    height: 4.27rem;
    padding: .37rem 3.9rem .28rem 8vw;
    background: #F8F8F8;
    box-sizing: border-box;
}
.aboutuspic .in .tit {
    display: block;
    position: relative;
    font-size: .34rem;
    font-weight: bold;
    line-height: 1.47;
    color: #000;
}
.aboutuspic .in .text {
    display: block;
    position: relative;
    font-size: calc(0.2vw + 12px);
    line-height: 1.875;
    color: #3d3d3d;
}
.aboutuspic .in .bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #E9E8EB;
    transition: width .5s ease-in-out;
    -webkit-transition: width .5s ease-in-out;
    -moz-transition: width .5s ease-in-out;
    -ms-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out;
}
.aboutuspic .in::before {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(270deg, #EE1C25 50%, #262D3B 100%);
    transition: width .5s ease-in-out;
    -webkit-transition: width .5s ease-in-out;
    -moz-transition: width .5s ease-in-out;
    -ms-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out;
    z-index: 1;
}
.aboutuspic .in::after {
    display: block;
    position: absolute;
    content: '';
    top: 3px;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(270deg, #A8AFBB 0%, #262D3B 100%);
    transition: width .5s ease-in-out;
    -webkit-transition: width .5s ease-in-out;
    -moz-transition: width .5s ease-in-out;
    -ms-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out;
    z-index: 1;
}


.comprehensive_rd {
    padding: .66rem 0 .5rem;
}
.comprehensiverdcon {}
.comprehensiverdcon .item {
    display: flex;
}
.comprehensiverdcon .item .icon {
    display: block;
    position: relative;
    width: 7.65rem;
    overflow: hidden;
}
.comprehensiverdcon .item .icon img {
    width: 100%;
    vertical-align: top;
    transition: transform .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
}
.comprehensiverdcon .item .icon::after {
    display: block;
    position: absolute;
    top: 100px;
    content: '';
    width: 0;
    height: 0;
    border: .18rem solid transparent;
}
.comprehensiverdcon .item:nth-child(2n+1) .icon::after {
    right: 0;
    border-right: .18rem solid #fff;
}
.comprehensiverdcon .item:nth-child(2n) .icon::after {
    left: 0;
    border-left: .18rem solid #fff;
}
.comprehensiverdcon .item .itemin {
    flex: 1;
    padding: .34rem .34rem .25rem;
    box-sizing: border-box;
    background: #F8F8F8;
    /* box-shadow: -8px 0px 9px 0px rgba(0, 0, 0, 0.1); */
}
.comprehensiverdcon .item .tit {
    display: block;
    font-size: .34rem;
    font-weight: bold;
    line-height: 1.41;
    color: #232323;
}
.comprehensiverdcon .item .text {
    display: block;
    margin-top: .07rem;
    font-size: calc(0.2vw + 12px);
    line-height: 1.875;
    color: #737373;
}
.comprehensiverdcon .item .tits {
    display: flex;
    flex-wrap: wrap;
    margin-top: .24rem;
}
.comprehensiverdcon .item .tits .it {
    display: flex;
    align-items: center;
    min-width: 33.33%;
    font-size: calc(0.2vw + 12px);
    line-height: 1.875;
    color: #737373;
    box-sizing: border-box;
}
.comprehensiverdcon .item .tits .it i {
    display: block;
    width: .06rem;
    height: .6rem;
    margin-right: .14rem;
    margin-left: .07rem;
    background: #C4C4C4;
}


.dgasphalt_plant_history {
    position: relative;
    width: 100%;
    padding-bottom: 1vw;
    overflow: hidden;
}
.dgasphalt_plant_history .bcon {
    position: relative;
}
.dgasphalt_plant_history .stitle {
    position: absolute;
    top: 9.94vw;
    left: 10.625vw;
    padding-top: 0.29rem;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.dgasphalt_plant_history .stitle h2 {
    font-size: 0.5rem;
}
.dgasphalt_plant_history .mousetips {
    top: 62%;
    left: 21.36vw;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
.dgasphalt_plant_history.showin .stitle {
    top: .29rem;
    left: 0;
}
.dgasphalt_plant_history.showin .stitle h2 {
    font-size: 0.34rem;
}
.dgasphalt_plant_history.showin .mousetips {
    display: none;
}

.dgaphin {
    margin-top: 2vw;
    padding-bottom: .4rem;
}

.dgaphinscrollable {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.content {
    display: inline-block;
    height: 100%;
}
.dgaphinprogress-bar {
    display: none;
    position: relative;
    width: 90%;
    height: 1px;
    margin: 2.6vw auto 0;
    background: #ccc;
}
.dgaphinprogress-barin {
    position: relative;
    height: 100%;
    background: #EC1B24;
    width: 0;
    transition: width .3s ease-in-out;
}
.dgaphinprogressbox {
    position: absolute;
    left: 5%;
    width: 90%;
    /* margin: 0 5%; */
}
#dgaphinprogress {
    width: 0;
}

.dgaphlists {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    padding-left: 49vw;
    padding-right: 30vw;
    -ms-overflow-style: none;
    /* height: 59%; */
    box-sizing: border-box;
}

.dgaphlists::-webkit-scrollbar {
    /* display:none; */
}

.dgaphlists .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 102px;
    color: #fff;
    text-decoration: none;
    width: 35.625vw;
    max-width: 384px;
}

/* .dgaphlists .item:last-child {
    margin-right: 243px;
} */

.dgaphlists .item .thumb {
    width: 100%;
    overflow: hidden;
}

.dgaphlists .item img {
    width: 100%;
    transition: all 500ms ease-out;
}

.dgaphlists .item:hover .thumb img {
    transform: scale(1.1);
}

.dgaphlists .item .itemin {
    display: block;
    margin-top: 20px;
    white-space: normal;
}

.dgaphlists .item .itemin span {
    display: block;
}

.dgaphlists .item .itemin .title {
    display: block;
    margin-top: 4px;
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
    color: #e5e5e5;
}

.dgaphlists .item .itemin .year {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    
}
.dgaphlists .item .itemin .year span {
    height: 32px;
    padding: 0 10px;
    background: #B5B5B5;
}
.dot {
    display: block;
    position: relative;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 20px;
    position: absolute;
    bottom: -5px;
    transform: translateX(-50%);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.dot.active {
    background: #EC1B24;
}
.dot.active::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #EC1B24;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.dgaphlists .item.active .year span {
    color: #fff;
    background: #EC1B24;
}
.dgaphlists .item.active .title {
    color: #FF2E2E;
}

.dgaphpcontrols {
    display: flex;
    align-items: center;
    justify-content: center;
}
.dgaphpcontrols .scroll-left,
.dgaphpcontrols .scroll-right {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    margin: 0 .32rem;
    width: .57rem;
    height: .57rem;
    background: rgba(254, 242, 242, 0.5);
    transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    cursor: pointer;
}
.dgaphpcontrols .scroll-left::after,
.dgaphpcontrols .scroll-right::after {
    display: flex;
    align-items: center;
    justify-content: center;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    font-family: swiper-icons;
    font-size: .24rem;
    font-weight: bold;
    color: #ED1B23;
}
.dgaphpcontrols .scroll-left::after {
    content: 'prev';
}
.dgaphpcontrols .scroll-right::after {
    content: 'next';
}


.dgaphlists2 {
    position: relative;
    padding-top: .96rem;
    padding-left: 1.6rem;
    font-size: 0;
    white-space: nowrap;
    -ms-overflow-style: none;
    box-sizing: border-box;
}

.dgaphlists2 .dgswiper {
    position: relative;
    width: 84vw;
    margin-bottom: .4rem;
}
.dgaphlists2 .dgswiper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 1px;
    transform: translateX(-48.7%);
    background-color: #FF6464;
    -webkit-transform: translateX(-48.7%);
    -moz-transform: translateX(-48.7%);
    -ms-transform: translateX(-48.7%);
    -o-transform: translateX(-48.7%);
}

.dgaphlists2::-webkit-scrollbar {
    /* display:none; */
}

.dgaphlists2 .item {
    position: relative;
    height: 4rem;
    vertical-align: top;
    color: #fff;
    text-decoration: none;
}

.dgaphlists2 .item .thumb {
    width: 100%;
    overflow: hidden;
}

.dgaphlists2 .item img {
    width: 100%;
    transition: all 500ms ease-out;
}

.dgaphlists2 .item:hover .thumb img {
    transform: scale(1.1);
}

.dgaphlists2 .item .itemin {
    display: block;
    margin-top: .2rem;
    white-space: normal;
}

.dgaphlists2 .item .itemin span {
    display: block;
}

.dgaphlists2 .item .itemin .title {
    display: block;
    margin-top: 4px;
    font-size: .15rem;
    font-weight: bold;
    line-height: 1.6;
    color: #e5e5e5;
}

.dgaphlists2 .item .itemin .year {
    display: flex;
    align-items: center;
    font-size: calc(0.2vw + 12px);
    line-height: 2;
    color: #fff;
}
.dgaphlists2 .item .itemin .year span {
    height: .32rem;
    padding: 0 .1rem;
    background: #B5B5B5;
}
.dgaphlists2 .item .dot {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    width: 10px;
    height: 10px;
    background: #EC1B24;
    border-radius: 20px;
    position: absolute;
    bottom: -5px;
    transform: translateX(-50%);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.dgaphlists2 .item .dot::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #EC1B24;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.dgaphlists2 .item.swiper-slide-active .year span {
    color: #fff;
    background: #EC1B24;
}
.dgaphlists2 .item.swiper-slide-active .title {
    color: #FF2E2E;
}

.dgasphalt_plant_history_n {
    display: none;
    padding: .4rem 0;
}

.dgasphalt_plant_history_ncon {
    position: relative;
    width: var(--conwidth);
    height: 8rem;
    margin: .2rem auto;
    padding: .4rem .35rem .6rem;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
}

.dgaphaxis {
    position: relative;
    margin: 0 .2rem;
}
.dgaphaxisbg {
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 100%;
}
.dgaphaxisbg .itbg {
    position: relative;
    width: 100%;
    height: 4rem;
}

.dgaphaxisbg .itbg .itbgt {
    position: relative;
    width: 100%;
    height: 4rem;
    margin-top: -8px;
    border: 8px solid #f6f6f6;
    border-radius: 400px;
    -webkit-border-radius: 400px;
    -moz-border-radius: 400px;
    -ms-border-radius: 400px;
    -o-border-radius: 400px;
    box-sizing: border-box;
}
.dgaphaxisbg .itbg .itbgt::before {
    display: block;
    position: absolute;
    content: '';
    top: -4px;
    left: -8px;
    width: 2.8rem;
    height: 4rem;
    background: #fff;
}
.dgaphaxisbg .itbg .itbgb {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 5rem;
    height: 4rem;
    border: 8px solid #f6f6f6;
    border-right: 0;
    border-radius: 400px;
    -webkit-border-radius: 400px;
    -moz-border-radius: 400px;
    -ms-border-radius: 400px;
    -o-border-radius: 400px;
    box-sizing: border-box;
    z-index: 1;
}
.dgaphaxisbg .itbg .itbgb::after {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: -8px;
    width: 2.4rem;
    height: 100%;
    background: #fff;
}
.dgaphaxisbg .itbg:nth-child(2n) .itbgb {
    left: initial;
    right: 0;
}
.dgaphaxisbg .itbg:nth-child(2n+1) .itbgt::before {
    left: initial;
    right: -8px;
}
.dgaphaxisbg .itbg:nth-child(2n+1) .itbgb::after {
    left: initial;
    right: -8px;
}

.dgaphaxisbg .itbg .itbg:first-child .itbgt {
    border: 0;
}
.dgaphaxisbg .itbg .itbg:nth-child(2) .itbgt {
    border-left: 0;
    border-radius: 0 400px 400px 0;
    -webkit-border-radius: 0 400px 400px 0;
    -moz-border-radius: 0 400px 400px 0;
    -ms-border-radius: 0 400px 400px 0;
    -o-border-radius: 0 400px 400px 0;
}
.dgaphaxisbg .itbg .itbg:nth-child(2n+1) .itbgt {
    border-right: 0;
    border-radius: 400px 0 0 400px;
    -webkit-border-radius: 400px 0 0 400px;
    -moz-border-radius: 400px 0 0 400px;
    -ms-border-radius: 400px 0 0 400px;
    -o-border-radius: 400px 0 0 400px;
}

.dgaphaxisbg .itbg:first-child .itbgt {
    border: 0;
}
.dgaphaxisbg .itbg:first-child .itbgb {
    left: -0.55rem;
    border-top: 0;
    border-left: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.dgaphaxisbg .itbg:last-child .itbgt::before {
    width: 3.9rem;
    height: calc(100% + 3px);
    right: -0.55rem;
    top: -3px;
    border-bottom: 8px solid #f6f6f6;
}

.dgaphaxisbg .itbg:first-child {
    height: 3.3rem;
}
.dgaphaxisbg .itbg:first-child .itbgt {
    height: 3.3rem;
}
.dgaphaxisbg .itbg:first-child .itbgt::before {
    height: 3.3rem;
}
.dgaphaxisbg .itbg:first-child .itbgb {
    height: 3.3rem;
}
.dgaphaxisbg .itbg:first-child .itbgb::after {
    height: 3.3rem;
    top: -8px;
}

.dgaphaxis {
    
}
.dgaphaxis .items {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: calc(4rem - 8px);
    padding-left: 1.6rem;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}
.dgaphaxis .items:first-child {
    height: 3.3rem;
    padding-left: 1rem;
}

.dgaphaxis .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    flex: 1;
    height: 100%;
    padding-bottom: .32rem;
    padding-right: .26rem;
    vertical-align: top;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
}
.dgaphaxis .item .in {
    display: flex;
    flex-direction: column;
    position: relative;
}
.dgaphaxis .item .in::before {
    display: block;
    position: absolute;
    content: '';
    left: -0.3rem;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, rgba(238, 28, 35, 1), rgba(238, 28, 35, 0));
}

.dgaphaxis .item .thumb {
    width: 2.47rem;
    height: 1.73rem;
    overflow: hidden;
}

.dgaphaxis .item img {
    width: 100%;
    transition: all 500ms ease-out;
}

.dgaphaxis .item:hover .thumb img {
    transform: scale(1.1);
}

.dgaphaxis .item .itemin {
    display: flex;
    flex-direction: column;
    width: 2.78rem;
    margin-bottom: .12rem;
    white-space: normal;
    order: -1;
}

.dgaphaxis .item .itemin span {
    display: block;
}

.dgaphaxis .item .itemin .title {
    display: block;
    margin-top: 4px;
    font-size: calc(0.2vw + 12px);
    line-height: 1.6;
    color: #3d3d3d;
}

.dgaphaxis .item .itemin .year {
    display: flex;
    align-items: center;
    height: .34rem;
    position: absolute;
    left: 0;
    bottom: -0.46rem;
    padding: 0 7px;
    font-size: calc(0.2vw + 22px);
    line-height: .34rem;
    color: #EE1C25;
    background: #fff;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.dgaphaxis .item .itemin .year span {
    padding: 0 .1rem;
}
.dgaphaxis .item .itemin .year::before {
    display: block;
    position: absolute;
    content: '';
    left: 4px;
    top: 50%;
    margin-top: -3px;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-size: 100% auto;
}
.dgaphaxis .item .itemin .year::after {
    display: block;
    position: absolute;
    content: '';
    right: 4px;
    top: 50%;
    margin-top: -3px;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-size: 100% auto;
}
.dgaphaxis .item .dot {
    display: block;
    position: absolute;
    left: -0.24rem;
    margin-left: -7px;
    width: 10px;
    height: 10px;
    background: #EC1B24;
    border-radius: 20px;
    position: absolute;
    top: -5px;
    transform: translateX(-50%);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.dgaphaxis .item .dot::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #EC1B24;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.dgaphaxis .item.swiper-slide-active .year span {
    color: #fff;
    background: #EC1B24;
}
.dgaphaxis .item.swiper-slide-active .title {
    color: #FF2E2E;
}

.dgaphaxis_more {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3rem;
    padding-top: .5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) -54%, #FFFFFF 80%);
    z-index: 2;
}

.dgasphalt_plant_history_ncon.h50 {
    height: 12rem;
}
.dgasphalt_plant_history_ncon.h100 {
    height: auto;
}
.dgasphalt_plant_history_ncon.h100 .dgaphaxis_more {
    position: relative;
    height: 2rem;
    left: initial;
    bottom: initial;
}


/* search */
.searchpcontainer {
    padding-bottom: .85rem;
}
.searchpcontainer .ccontainer {
    display: block;
    padding: .53rem .26rem;
}
.searchbanner {
    margin-bottom: -1.96rem;
}
.searchbanner .bannerin .icon {
    height: 3.66rem;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -ms-background-position: center center;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.searchbanner .bread {
    bottom: initial;
    top: .22rem;
}
.searchbanner .mtext, .searchbanner .micon {
    display: none;
}

.ssearchbox {
    display: flex;
    align-items: center;
    width: 100%;
    padding: .28rem 3.96vw;
    background: #fff;
    box-sizing: border-box;
}
.ssearchbox .inin {
    display: flex;
    align-items: center;
    width: 84vw;
    height: .68rem;
    margin: 0 auto;
    padding: 4px;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    border: 1px solid #CACBD4;
    box-sizing: border-box;
}
.ssearchbox .inin i {
    display: block;
    width: .28rem;
    height: .28rem;
    margin: 0 .2rem;
    background: url(../images/ininsearchicon.png) center center no-repeat;
    background-size: 100% auto;
}
.ssearchbox .inin input {
    display: block;
    flex: 1;
    height: 100%;
    font-size: calc(0.2vw + 12px);
    line-height: .6rem;
    color: #333;
}
.ssearchbox .inin input:focus {
    box-shadow: none;
}
.ssearchbox .inin .hsearchbtn {
    display: block;
    width: 1.7rem;
    height: .6rem;
    font-size: calc(0.2vw + 12px);
    font-weight: bold;
    line-height: .6rem;
    text-align: center;
    color: #fff;
    background: var(--textred);
    border-radius: .6rem;
    -webkit-border-radius: .6rem;
    -moz-border-radius: .6rem;
    -ms-border-radius: .6rem;
    -o-border-radius: .6rem;
    cursor: pointer;
}

.ssearchitem {
    padding: .32rem 0 .54rem;
    border-bottom: 1px solid #E8E8E8;
}


.nnewslist_search {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.26rem;
    padding: .2rem 0 .19rem;
    overflow: hidden;
}
.nnewslist_search .item {
    position: relative;
    width: 33.33%;
    margin-bottom: .31rem;
    padding-left: .26rem;
    overflow: hidden;
    box-sizing: border-box;
}
.nnewslist_search .item .itemin {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 5.6rem;
    background: #FBFBFB;
    box-shadow: 0 0 .04rem rgba(0, 0, 0, 0.1);
}
.nnewslist_search .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3.8rem;
    overflow: hidden;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -ms-background-position: center center;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    transition: background 0.5s ease-in-out,height .3s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out,height .3s ease-in-out;
    -moz-transition: background 0.5s ease-in-out,height .3s ease-in-out;
    -ms-transition: background 0.5s ease-in-out,height .3s ease-in-out;
    -o-transition: background 0.5s ease-in-out,height .3s ease-in-out;
}
.nnewslist_search .item .icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3.8rem;
    overflow: hidden;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -ms-background-position: center center;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    transition: background 0.5s ease-in-out,height .3s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out,height .3s ease-in-out;
    -moz-transition: background 0.5s ease-in-out,height .3s ease-in-out;
    -ms-transition: background 0.5s ease-in-out,height .3s ease-in-out;
    -o-transition: background 0.5s ease-in-out,height .3s ease-in-out;
}
.nnewslist_search .item .idate {
    display: block;
    position: absolute;
    height: .34rem;
    padding: 0 .1rem;
    top: 0;
    left: 0;
    font-size: calc(0.2vw + 12px);
    line-height: .34rem;
    color: #fff;
    background: var(--themecolor);
}
.nnewslist_search .item .inin {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: .16rem .26rem;
    box-sizing: border-box;
}
.nnewslist_search .item h3,.nnewslist_search .item h3 a {
    display: block;
    height: .56rem;
    font-size: .2rem;
    font-weight: bold;
    line-height: 1.4;
    color: #3D3D3D;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.nnewslist_search .item .text {
    display: block;
    margin-top: .28rem;
    font-size: calc(0.2vw + 12px);
    line-height: 1.42;
    color: #5B5B5B;
}
.nnewslist_search .item .imore {
    display: none;
    align-items: center;
    margin-top: auto;
    font-size: calc(0.2vw + 12px);
    line-height: 1.5;
    color: var(--themecolor);
}
.nnewslist_search .item .imore i {
    display: block;
    width: .16rem;
    height: .16rem;
    margin-left: .1rem;
    background: url(../images/iarrowtor.png) center center no-repeat;
    background-size: 100% auto;
}

.slmorebtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.48rem;
    height: .46rem;
    margin: .4rem auto 0;
    font-size: calc(0.2vw + 12px);
    line-height: .4rem;
    text-align: center;
    color: #181818;
    border: 1px solid #6D6D6D;
    box-sizing: border-box;
    cursor: pointer;
    transition: background .3s ease-in-out,color .3s ease-in-out,border-color .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out,color .3s ease-in-out,border-color .3s ease-in-out;
    -moz-transition: background .3s ease-in-out,color .3s ease-in-out,border-color .3s ease-in-out;
    -ms-transition: background .3s ease-in-out,color .3s ease-in-out,border-color .3s ease-in-out;
    -o-transition: background .3s ease-in-out,color .3s ease-in-out,border-color .3s ease-in-out;
}

.scaselist {}
.scaselist .item {
    padding: .2rem 0;
}
.scaselist .item .tit,
.scaselist .item .tit a {
    display: block;
    font-size: .2rem;
    font-weight: bold;
    color: #3D3D3D;
}
.scaselist .item .text {
    display: block;
    margin-top: .1rem;
    font-size: calc(0.2vw + 12px);
    line-height: .3rem;
    color: #3D3D3D;
}

@media only screen and (min-width: 200px) {
    .dgasphalt_plant_history {
        position: relative;
        width: 100%;
        padding-bottom: 1vw;
        background: url(../images/dgaphbg.jpg) center center no-repeat;
        background-size: cover;
        overflow: hidden;
    }
    .dgasphalt_plant_history_ncon {
        display: none;
    }
    .dgaphlists2 {
        width: 6.84rem;
        margin: 0 auto;
        padding: 0;
    }
    .dgaphlists2 .dgswiper {
        width: 100%;
    }
    .dgaphlists2 .item {
        height: auto;
    }
    .dgaphlists2 .item img {
        width: 100%;
        vertical-align: top;
    }
    .dgaphlists2 .item .itemin {
        margin-top: .3rem;
    }
    .dgaphlists2 .item .year {
        display: flex;
        align-items: center;
    }
    .dgaphlists2 .item .itemin .year span {
        display: block;
        height: .32rem;
        padding: 0 .1rem;
        font-size: .24rem;
        font-weight: bold;
        line-height: .32rem;
        color: #fff;
        background: #3b89df;
    }
    .dgaphlists2 .item .itemin .title {
        display: block;
        margin-top: .12rem;
        font-size: .3rem;
        line-height: 1.47;
        color: #fff;
    }
}
@media only screen and (min-width: 481px) {
    .dgaphlists2 {
        width: 100%;
        padding: 0 8vw;
    }
    .dgaphlists2 .item {
        height: 4.2rem;
    }
    .dgaphlists2 .item .itemin .year span {
        display: block;
        height: .32rem;
        padding: 0 .1rem;
        font-size: .24rem;
        font-weight: bold;
        line-height: 1.33;
        color: #fff;
        background: #B5B5B5;
    }
    .dgaphlists2 .item.swiper-slide-active .itemin .year span {
        background: #3b89df;
    }
    .dgaphlists2 .item .itemin .title {
        display: block;
        margin-top: .12rem;
        font-size: .3rem;
        line-height: 1.47;
        color: #fff;
    }
}
@media only screen and (min-width: 883px) {
    .dgasphalt_plant_history {
        background: none;
    }
    .dgasphalt_plant_history_ncon {
        display: block;
        margin-top: 1.4rem;
    }
    .dgaphin {
        display: none;
    }
    .dgaphlists2 .item {
        height: 5.8rem;
    }
    .dgaphlists2 .item .itemin .title {
        display: block;
        margin-top: 4px;
        font-size: calc(0.2vw + 16px);
        line-height: 1.6;
    }

    .dgasphalt_plant_history {
        height: auto;
    }
    .dgaphin {
        margin-top: 1.2rem;
    }
    .dgaphlists2 {
        padding-top: .48rem;
        padding-left: .8rem;
    }
}
@media only screen and (min-width: 1025px) {
    .dgaphlists2 .item {
        height: 7.6rem;
    }
}
@media only screen and (min-width: 1281px) {
    .dgaphlists2 .item {
        height: 5.6rem;
    }
}
@media only screen and (min-width: 1601px) {
    .dgaphlists2 .item {
        height: 4.5rem;
    }
}
@media only screen and (min-width: 1921px) {
    .dgaphlists2 .item {
        height: 3.6rem;
    }
}


.dgaphswiperbox {
    display: none;
}


.dgap_comprehensive_rd {
    position: relative;
    width: 100%;
    /* height: 56.25vw; */
    padding: 1px 0 4vw;
    background: url(../images/dgapcrdbg.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden;
    box-sizing: border-box;
}
.dgap_comprehensive_rd .bcon {
    position: relative;
}
.dgap_comprehensive_rd .stitle {
    position: absolute;
    justify-content: center;
    top: 8.07vw;
    left: 0;
    right: 0;
    padding-top: 0.39rem;
    padding-right: 0.54rem;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    white-space: nowrap;
}
.dgap_comprehensive_rd .stitle i {
    opacity: 0;
}
.dgap_comprehensive_rd .stitle h2 {
    font-size: 0.34rem;
    color: #fff;
}
.dgap_comprehensive_rd > .text {
    display: block;
    position: absolute;
    top: 15.156vw;
    left: 50%;
    max-width: 996px;
    width: 51.875vw;
    font-size: 16px;
    line-height: 1.875;
    text-align: center;
    color: #fff;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.dgap_comprehensive_rd .mousetips {
    top: calc(100% + 48px);
}
.dgap_comprehensive_rd.showin > .text {
    opacity: 0;
}
.dgap_comprehensive_rd.showin .stitle {
    justify-content: flex-start;
    top: 35px;
    left: 0;
    font-size: 0.34rem;
}
.dgap_comprehensive_rd.showin .stitle i {
    opacity: 1;
}
.dgapcrdin {
    display: block;
    width: 10.7rem;
    margin: 8.475vw auto 0;
}
.dgapcrdswiper {
    position: relative;
}
.dgapcrdswiper .swiper-slide {
    display: flex;
    align-items: center;
    /* height: 48.4375vw;
    height: 4rem; */
    padding: .48rem .37rem;
    box-sizing: border-box;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    overflow: hidden;
}
.dgapcrdswiper .swiper-slide.swiper-slide-prev {
    flex-direction: row-reverse;
    transform-origin: right center;
}
.dgapcrdswiper .swiper-slide.swiper-slide-next {
    transform-origin: left center;
}
.dgapcrdswiper .swiper-slide .ititle {
    display: block;
    font-size: 0.34rem;
    line-height: 1.4;
    color: #232323;
    opacity: 0;
}
.dgapcrdswiper .swiper-slide .itext {
    display: block;
    margin-top: 0.625vw;
    font-size: calc(0.2vw + 12px);
    line-height: 1.875;
    color: #737373;
    opacity: 0;
}
.dgapcrdswiper .swiper-slide .iicon {
    width: 4.4rem;
    min-width: 4.4rem;
}
.dgapcrdswiper .swiper-slide .itemin {
    margin-left: .34rem;
}
.dgapcrdswiper .swiper-slide .iicon img {
    width: 100%;
    vertical-align: top;
}
.dgapcrdswiper .swiper-slide.swiper-slide-active {
    background: #fff;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.dgapcrdswiper .swiper-slide.swiper-slide-active .ititle,.dgapcrdswiper .swiper-slide.swiper-slide-active .itext {
    opacity: 1;
}
.dgapcrdswiper .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: .82vw;
}
.dgapcrdswiper .swiper-pagination .swiper-pagination-bullet {
    width: .06rem;
    height: .06rem;
    margin: 0 .07rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    opacity: 1;
    background: #D8D8D8;
}
.dgapcrdswiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: .1rem;
    height: .1rem;
    background: #ED1B23;
}
.dgapcrdswiper .swiper-button-next,.dgapcrdswiper .swiper-button-prev {
    width: .57rem;
    height: .57rem;
    background: rgba(254, 242, 242, 0.5);
}
.dgapcrdswiper .swiper-button-next {
    right: -1.6rem;
}
.dgapcrdswiper .swiper-button-prev {
    left: -1.6rem;
}
.dgapcrdswiper .swiper-button-prev::after,
.dgapcrdswiper .swiper-button-next::after {
    font-size: .3rem;
    color: #ED1B23;
}





.global_presence {
    padding: .53rem 0 .25rem;
    background: #F8F8F8;
}
.global_presence .stext {
    display: block;
    margin: .1rem 0 .2rem;
    font-size: calc(0.2vw + 12px);
    line-height: 1.875;
    color: #737373;
}
.global_presence .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1200px;
    max-width: 100%;
    margin: .07rem auto 0;
}
.global_presence .icon img {
    max-width: 100%;
    vertical-align: top;
}

.dgcertification {
    padding: .41rem 0 .45rem;
}
.dgcertification .bcon {
    
}
.dgcertification .dgcertification_in {
    display: flex;
    flex: 1;
}
.dgcertification .dgcertification_in .inin {
    flex: 1;
}
.dgcertification .stext {
    display: block;
    margin-top: .34rem;
    font-size: calc(0.2vw + 12px);
    line-height: 1.875;
    color: #737373;
}
.dgcertification .icon {
    display: block;
    width: 4.77rem;
    margin-top: -0.6rem;
    margin-left: .76rem;
    overflow: hidden;
}
.dgcertification .icon img {
    max-width: 100%;
    vertical-align: top;
    transition: transform .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
}
.dgcertification .lmorebtn {
    display: flex;
    margin-top: .32rem;
}
.dgcertification .lmorebtn .lbtn {
    display: flex;
    align-items: center;
    height: calc(0.2vw + 44px);
    padding: 0 0.2rem;
    font-size: 0.16rem;
    color: var(--themecolor);
    box-sizing: border-box;
    border: 1px solid var(--themecolor);
    cursor: pointer;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.dgcertification .lmorebtn .lbtn i {
    display: block;
    width: 0.16rem;
    height: 0.16rem;
    margin-left: 0.12rem;
    background: url(../images/iarrowtor.png) center center no-repeat;
    background-size: 100% auto;
}

/* Double-drum Recycling Retrofitting */
.doubledrumbanner {
    display: block;
    position: relative;
}
.doubledrumbanner .icon {
    display: block;
    width: 100%;
    height: 5.26rem;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -ms-background-position: center center;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.doubledrumbanner .text {
    display: block;
    position: absolute;
    width: 84vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    font-size: 0.65rem;
    font-weight: bold;
    line-height: 1.54;
    text-align: center;
    color: #fff;
}
.doubledrumbanner .text span {
    display: block;
    text-align: left;
    white-space: nowrap;
}


.introduction {
    padding: .34rem 0;
}
.introduction .introductionin {
    position: relative;
    margin-top: .35rem;
    padding: .28rem 0 .62rem;
    background: #fff;
}
.introduction .introductionin::before {
    display: block;
    position: absolute;
    bottom: 13px;
    left: 0;
    content: '';
    width: 100%;
    height: 6px;
    background: linear-gradient(270deg, #EE1C25 66%, #262D3B 100%);
}
.introduction .introductionin::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 10px;
    background: linear-gradient(270deg, #A8AFBB 0%, #262D3B 100%);
}
.introduction .introductionin .tit {
    display: block;
    margin-bottom: .2rem;
    padding: 0 .5rem;
    font-size: .34rem;
    font-weight: bold;
    line-height: 1.41;
    color: #252525;
}
.introduction .introductionin .text {
    display: flex;
    padding: 0 .5rem;
    font-size: calc(0.2vw + 14px);
    line-height: 1.875;
    color: #3D3D3D;
}
.introduction .introductionin .text i {
    display: block;
    width: .1rem;
    height: .1rem;
    margin-top: 0.6em;
    margin-right: .22rem;
    background: var(--textred);
}
.introduction .introductionin .text span {
    display: block;
    flex: 1;
}

.introduction_swiperbox {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    margin-top: .45rem;
    overflow: hidden;
}
.introduction_swiperbox .introduction_swiper {
    width: 5.24rem;
    padding-bottom: .42rem;
}
.introduction_swiperbox .introduction_swiper .swiper-slide {
    transform: scale(.84);
    -webkit-transform: scale(.84);
    -moz-transform: scale(.84);
    -ms-transform: scale(.84);
    -o-transform: scale(.84);
}
.introduction_swiperbox .introduction_swiper .swiper-slide.swiper-slide-active {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.introduction_swiperbox .introduction_swiper .swiper-slide.swiper-slide-prev {
    transform-origin: right center;
}
.introduction_swiperbox .introduction_swiper .swiper-slide.swiper-slide-next {
    transform-origin: left center;
}
.introduction_swiperbox .introduction_swiper img {
    width: 100%;
    vertical-align: top;
}
.introduction_swiperbox .introduction_swiper .name {
    display: none;
    margin-top: .32rem;
    font-size: .2rem;
    line-height: .3rem;
    text-align: center;
    color: #3d3d3d;
}
.introduction_swiperbox .introduction_swiper .swiper-slide.swiper-slide-active .name {
    display: block;
}

.introduction_control {
    display: flex;
    align-items: center;
    justify-content: center;
}
.introduction_control .swiper-button-prev,
.introduction_control .swiper-button-next {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    margin: 0;
    width: .57rem;
    height: .57rem;
    background: rgba(254, 242, 242, 0.5);
    transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
}
.introduction_control .swiper-button-prev::after,
.introduction_control .swiper-button-next::after {
    font-size: .24rem;
    font-weight: bold;
    color: #ED1B23;
}

.introduction_control .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 0;
}
.introduction_control .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: .12rem;
    height: 2px;
    margin: 0 .15rem;
    opacity: 1;
    background: #A6A6A6;
    border-radius: 0;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.introduction_control .swiper-pagination .swiper-pagination-bullet-active {
    width: .44rem;
    height: .04rem;
    background: var(--themecolor);
}


/* Warm-mix Asphalt Foaming Device */
.warmmixbanner {
    display: block;
    position: relative;
}
.warmmixbanner .icon {
    display: block;
    width: 100%;
    height: 5.26rem;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -ms-background-position: center center;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.warmmixbanner .text {
    display: block;
    position: absolute;
    width: 84vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    font-size: 0.65rem;
    font-weight: bold;
    line-height: 1.54;
    text-align: center;
    color: #fff;
}
.warmmixbanner .text span {
    display: block;
    text-align: left;
    white-space: nowrap;
}


.introduction_warmmix {
    padding: .34rem 0 0;
}
.introduction_warmmix .introduction_warmmixin {
    position: relative;
    margin-top: .35rem;
    padding: .28rem 0 .72rem;
    background: #fff;
}
.introduction_warmmix .introduction_warmmixin .tit {
    display: block;
    margin-bottom: .2rem;
    padding: 0 .5rem;
    font-size: .34rem;
    font-weight: bold;
    line-height: 1.41;
    color: #252525;
}
.introduction_warmmix .introduction_warmmixin .text {
    display: flex;
    padding: 0 .5rem;
    font-size: calc(0.2vw + 12px);
    line-height: 1.875;
    color: #3D3D3D;
}
.introduction_warmmix .introduction_warmmixin .text i {
    display: block;
    width: .1rem;
    height: .1rem;
    margin-top: 0.6em;
    margin-right: .22rem;
    background: var(--textred);
}
.introduction_warmmix .introduction_warmmixin .text span {
    display: block;
    flex: 1;
}

.introwarmmix {
    display: flex;
    padding: 0 .55rem;
}
.introwarmmix .item {
    margin-top: 0.21rem;
    margin-left: 0.36rem;
}
.introwarmmix .item .icon {
    display: block;
    /*height: 381px;*/
}
.introwarmmix .item .icon img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
}
.introwarmmix .item .itit {
    display: block;
    margin-top: .3rem;
    font-size: .2rem;
    line-height: 1.5;
    text-align: center;
    color: #3D3D3D;
}
.introduction_warmmix .item:first-child {
    margin-left: 0;
}

.advantage_warmmix {
    margin-top: .36rem;
    margin-bottom: .44rem;
}
.advantage_warmmix .advantage_warmmixcon {
    margin-top: .25rem;
    padding: .31rem .18rem .4rem;
    background: #fff;
}
.advantage_warmmix .stitle_dot {
    margin: 0 .22rem;
}
.economical {
    margin-bottom: .3rem;
}
.economicallist {
    display: flex;
    margin-top: .2rem;
}
.economicallist .item {
    display: flex;
    flex-direction: column;
    width: 25%;
}
.economicallist .item:nth-child(2n + 1) {
    flex-direction: column-reverse;
}
.economicallist .item .icon {
    display: block;
    height: 2.5rem;
    overflow: hidden;
    object-fit: cover;
}
.economicallist .item .icon img {
    width: 100%;
    vertical-align: top;
    transition: transform.3s ease-in-out;
    -webkit-transition: transform.3s ease-in-out;
    -moz-transition: transform.3s ease-in-out;
    -ms-transition: transform.3s ease-in-out;
    -o-transition: transform.3s ease-in-out;
}
.economicallist .item .itemin {
    position: relative;
    height: 2.5rem;
    padding: .48rem .11rem .11rem;
    background: linear-gradient(180deg, #FAFAFA 33%, #EBEBEB 99%);
    box-sizing: border-box;
    border: 1px solid ;
    border-image: linear-gradient(180deg, #FBFBFB 75%, #3b89df 100%) ;
    box-sizing: border-box;
}
.economicallist .item .tit {
    display: block;
    font-size: .2rem;
    font-weight: bold;
    line-height: 1.4;
    color: #3D3D3D;
    transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
}
.economicallist .item .text {
    display: block;
    margin-top: 1.25em;
    font-size: calc(0.2vw + 12px);
    line-height: 1.4375;
    color: #3D3D3D;
}
.economicallist .item:nth-child(2n + 1) .itemin::after {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -0.1rem;
    content: '';
    width: 0;
    height: 0;
    border: .1rem solid transparent;
    border-top: .1rem solid #ececec;
}
.economicallist .item:nth-child(2n) .itemin::after {
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -0.1rem;
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: .1rem solid #ececec;
}


.efriendly {
    display: flex;
    justify-content: center;
    margin-top: .4rem;
}
.efriendly .item {
    display: block;
}
.efriendly .item .icon {
    display: block;
    height: 5.09rem;
    overflow: hidden;
}
.efriendly .item .icon img {
    height: 100%;
    vertical-align: top;
    transition: transform.3s ease-in-out;
    -webkit-transition: transform.3s ease-in-out;
    -moz-transition: transform.3s ease-in-out;
    -ms-transition: transform.3s ease-in-out;
    -o-transition: transform.3s ease-in-out;
}
.efriendly .item .itemin {
    margin-top: .3rem;
}
.efriendly .item .tit {
    display: block;
    font-size: calc(0.2vw + 12px);
    line-height: 1.4375;
    text-align: center;
    color: #3D3D3D;
}
.efriendly .item .tit span {
    display: block;
}
.efriendly .item:nth-child(2) {
    margin-left: 1.03rem;
}

.laboratory_foaming_device {
    padding-bottom: .4rem;
}
.laboratory_foaming_device .bcon {}

.lfdflexin {
    display: flex;
    margin-top: .28rem;
}
.lfdpro {
    position: relative;
    flex: 1;
    margin-right: .3rem;
    padding-top: .3rem;
    background: #fff;
}
.lfdpro::before {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(270deg, #EE1C25 51%, #262D3B 100%);
}
.lfdpro::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(270deg, #A8AFBB 0%, #262D3B 100%);
}
.lfdpro .icon {
    width: 100%;
    overflow: hidden;
}
.lfdpro .icon img {
    max-width: 100%;
    vertical-align: top;
    transition: transform.3s ease-in-out;
    -webkit-transition: transform.3s ease-in-out;
    -moz-transition: transform.3s ease-in-out;
    -ms-transition: transform.3s ease-in-out;
    -o-transition: transform.3s ease-in-out;
}
.lfdpro .lfdproin {
    display: flex;
    margin-top: .5rem;
    padding: 0 .25rem;
}
.lfdpro .lfdproin .itext {
    display: flex;
    font-size: calc(0.2vw + 12px);
    line-height: 1.875;
    color: #3D3D3D;
}
.lfdpro .lfdproin .itext i {
    display: block;
    width: .1rem;
    height: .1rem;
    margin-top: .1rem;
    margin-right: .21rem;
    background: var(--textred);
}
.lfdpro .lfdproin .itext span {
    display: block;
    flex: 1;
}
.lfdflexin .parameter_table {
    width: 7.75rem;
    margin-top: 0;
}



/* Intelligent Production System */
.intelligentbanner {
    display: block;
    position: relative;
}
.intelligentbanner .icon {
    display: block;
    width: 100%;
    height: 5.26rem;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -ms-background-position: center center;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.intelligentbanner .text {
    display: block;
    position: absolute;
    width: 84vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    font-size: 0.65rem;
    font-weight: bold;
    line-height: 1.54;
    text-align: center;
    color: #fff;
}
.intelligentbanner .text span {
    display: block;
    text-align: left;
    white-space: nowrap;
}

.intelligent_oms {
    padding: .34rem 0;
}
.intelligent_oms .intelligent_omsin {
    position: relative;
    margin-top: .35rem;
    padding: .28rem 0 .72rem;
    background: #fff;
    overflow: hidden;
}
.intelligent_oms .intelligent_omsin .text {
    display: flex;
    padding: 0 .5rem;
    font-size: calc(0.2vw + 12px);
    line-height: 1.875;
    color: #3D3D3D;
}
.intelligent_oms .intelligent_omsin .text i {
    display: block;
    width: .1rem;
    height: .1rem;
    margin-top: 0.6em;
    margin-right: .22rem;
    background: var(--textred);
}
.intelligent_oms .intelligent_omsin .text span {
    display: block;
    flex: 1;
}
.intelligent_omsswiperbox {
    margin-top: .37rem;
    margin-left: 1.09rem;
    margin-right: 1rem;
    
}
.intelligent_omsswiper {
    height: 4.27rem;
    
}
.intelligent_omsswiper .swiper-slide {
    width: auto;
}
.intelligent_omsswiper img {
    max-height: 100%;
    vertical-align: top;
}
.intelligent_oms_control {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .55rem;
}
.intelligent_oms_control .swiper-button-prev,
.intelligent_oms_control .swiper-button-next {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    margin: 0;
    width: .57rem;
    height: .57rem;
    background: rgba(254, 242, 242, 0.5);
    transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
}
.intelligent_oms_control .swiper-button-prev::after,
.intelligent_oms_control .swiper-button-next::after {
    font-size: .24rem;
    font-weight: bold;
    color: #ED1B23;
}

.intelligent_oms_control .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 0;
}
.intelligent_oms_control .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: .12rem;
    height: 2px;
    margin: 0 .15rem;
    opacity: 1;
    background: #A6A6A6;
    border-radius: 0;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.intelligent_oms_control .swiper-pagination .swiper-pagination-bullet-active {
    width: .44rem;
    height: 4px;
    background: var(--themecolor);
}

.remote_monitor {
    padding-bottom: 1rem;
}
.remote_monitorcon {
    margin-top: .36rem;
    padding: .58rem .5rem;
    background: #fff;
}

.remote_monitor .rmnav {
    display: flex;
    justify-content: space-between;
    padding-bottom: .1rem;
    overflow-y: hidden;
    overflow-x: auto;
}
.remote_monitor .rmnav .item {
    display: block;
    min-width: 2.66rem;
    height: .82rem;
    padding: 0 .46rem;
    font-size: .2rem;
    line-height: 4.1;
    text-align: center;
    color: #3D3D3D;
    background: #EAEAEA;
    box-sizing: border-box;
    cursor: pointer;
}
.remote_monitor .rmnav .item.cur {
    color: #fff;
    background: #ED1B23;
}

.rmswiperbox {
    position: relative;
    margin-top: .42rem;
    overflow: hidden;
}
.rmswiper {
    height: 6rem;
}
.rmswiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.rmswiper .swiper-slide img {
    height: 100%;
}
.swiper-button-next, .swiper-button-prev {
    color: var(--textred);
}

.rmline {
    display: block;
    width: 100%;
    height: 1px;
    margin: .76rem 0;
    background: #d8d8d8;
}

.rmfeature {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 6%;
}
.rmfeature .item {
    display: flex;
    align-items: center;
    width: 48.7%;
    height: .54rem;
    margin-bottom: .14rem;
    /* margin-left: .64rem;
    margin-right: 1.31rem; */
    background: #FAFAFA;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
.rmfeature .item i {
    display: block;
    width: .54rem;
    height: .54rem;
}
.rmfeature .item span {
    display: block;
    padding: 0 .25rem;
    font-size: calc(0.2vw + 15px);
    font-weight: bold;
    line-height: 1.55;
    color: #3D3D3D;
}
.rmfeature .item1 i {
    background: #ED1B23 url(../images/rmicon1.png) center center no-repeat;
    background-size: 100% auto;
}
.rmfeature .item2 i {
    background: #ED1B23 url(../images/rmicon2.png) center center no-repeat;
    background-size: 100% auto;
}
.rmfeature .item3 i {
    background: #ED1B23 url(../images/rmicon3.png) center center no-repeat;
    background-size: 100% auto;
}
.rmfeature .item4 i {
    background: #ED1B23 url(../images/rmicon4.png) center center no-repeat;
    background-size: 100% auto;
}
.rmfeature .item5 i {
    background: #ED1B23 url(../images/rmicon5.png) center center no-repeat;
    background-size: 100% auto;
}
.rmfeature .item6 i {
    background: #ED1B23 url(../images/rmicon6.png) center center no-repeat;
    background-size: 100% auto;
}
.rmfeature .item7 i {
    background: #ED1B23 url(../images/rmicon7.png) center center no-repeat;
    background-size: 100% auto;
}
.rmfeature .item8 i {
    background: #ED1B23 url(../images/rmicon8.png) center center no-repeat;
    background-size: 100% auto;
}

/* faq */
.faqbanner {
    margin-bottom: -1.96rem;
}
.faqbanner .bannerin .icon {
    height: 3.66rem;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -ms-background-position: center center;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.faqbanner .bread {
    bottom: initial;
    top: .22rem;
}
.faqpnavinline,
.faqpnav,
.faqbanner .mtext,
.faqbanner .micon {
    display: none;
}

.faqpnav {
    position: sticky;
    height: .94rem;
    margin-bottom: .4rem;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 11;
}

.faqpcontainer {
    padding-bottom: 1.36rem;
}
.ccontainer {
    display: flex;
    position: relative;
    width: 84vw;
    margin: 0 auto;
    background: #fff;
}
.faqpside {
    display: flex;
    flex-direction: column;
    width: 4rem;
}
.faqpside .tit {
    display: flex;
    align-items: center;
    width: 100%;
    height: 1.48rem;
    padding-left: .72rem;
    box-sizing: border-box;
}
.faqpside .tit span {
    display: block;
    font-size: .34rem;
    line-height: 1.41;
}
.faqpside .sidenav {
    flex: 1;
    padding: 16px 0;
    background: #FAFAFA;
}
.faqpside .sidenav .item {
    display: flex;
    align-items: center;
    position: relative;
    height: .98rem;
    padding: 0 .72rem;
    font-size: .2rem;
    font-weight: 0;
    line-height: 1.4;
    color: #3D3D3D;
    cursor: pointer;
    transition: background .3s ease-in-out,color .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out,color .3s ease-in-out;
    -moz-transition: background .3s ease-in-out,color .3s ease-in-out;
    -ms-transition: background .3s ease-in-out,color .3s ease-in-out;
    -o-transition: background .3s ease-in-out,color .3s ease-in-out;
}
.faqpside .sidenav .item.cur {
    font-weight: bold;
    color: #3b89df;
    background: #fff;
}
.faqpside .sidenav .item i {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0px;
    height: 100%;
    background: #3b89df;
    transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
}

.faqpside .sidenav .item.cur i {
    width: 3px;
}

.faqpccon {
    flex: 1;
    margin-left: .26rem;
    padding-right: .42rem;
    padding-bottom: 1rem;
    box-sizing: border-box;
    overflow: hidden;
}
.faqpccon .tit {
    display: flex;
    align-items: center;
    width: 100%;
    height: 1.48rem;
    padding-left: .72rem;
    border-bottom: 1px solid #e8e8e8;
    box-sizing: border-box;
}
.faqpccon .tit span {
    display: block;
    font-size: .3rem;
    line-height: 1.41;
}

.faqlist {}
.faqlist .item {
    display: flex;
    margin-top: .2rem;
    padding: .28rem .22rem;
    background: #FAFAFA;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    transition: background .3s ease-in-out,border .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out,border .3s ease-in-out;
    -moz-transition: background .3s ease-in-out,border .3s ease-in-out;
    -ms-transition: background .3s ease-in-out,border .3s ease-in-out;
    -o-transition: background .3s ease-in-out,border .3s ease-in-out;
}
.faqlist .item .idate {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 1.24rem;
    min-width: 1.24rem;
    height: 1.24rem;
    margin-right: .22rem;
    background: #fff;
}
.faqlist .item .idate .iday {
    display: block;
    font-size: .4rem;
    font-weight: bold;
    line-height: 1.41;
    color: #616161;
    transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
}
.faqlist .item .idate .iym {
    display: block;
    font-size: .2rem;
    line-height: 1.41;
    color: #616161;
    transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
}
.faqlist .item .itemin {
    flex: 1;
    padding: .1rem 0;
    overflow: hidden;
}
.faqlist .item .itit,.faqlist .item .itit a {
    display: block;
    font-size: .24rem;
    line-height: 1.458;
    color: #3D3D3D;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
}
.faqlist .item .itext {
    display: block;
    margin-top: .2rem;
    font-size: calc(0.2vw + 12px);
    line-height: 1.56;
    color: #a2a2a2;
    transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
}

.faqpccon .pagesbar {
    margin-top: 1.16rem;
}

/* faq detail */
.faqdetail {
    width: 100%;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}
.faqdetail .newdetailinfo {
    margin: 0 .38rem;
    padding: .3rem 0 .12rem;
    background: none;
    border-bottom: 1px solid #E8E8E8;
}
.faqdetail .newdetailinfo h1 {
    font-size: .34rem;
    line-height: .48rem;
}
.faqdetail .newdetailinfo .ininfo {
    margin-top: .18rem;
}
.faqdetail .newdetailinfo .ininfo .socialmedia .socialmedia_in .it {
    background: #F4F4F4;
}
.faqdetail .artcontent {
    width: 100%;
    padding: .38rem;
    box-sizing: border-box;
}
.faqdetail .newsswitching {
    padding: .16rem .36rem .24rem;
}
.faqdetail .newsswitching .bcon {
    width: 100%;
}


/* footer */
.footer {
    display: block;
    width: 100%;
    background: #333;
}
.footer .bcon {
    display: flex;
    padding: 0.38rem 0 .24rem;
}
.footer .footerl {
    width: 44.125%;
    border-right: 1px solid #525252;
}
.footer .footerr {
    flex: 1;
    padding-left: 6.5vw;
    box-sizing: border-box;
}
.footer .flogo {
    display: block;
    width: 2.9rem;
    height: 0.6rem;
}
.footer .flogo img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
}

.footer .femail {
    display: flex;
    align-items: center;
    margin-top: 0.2rem;
    padding: .1rem 0;
}
.footer .femail i {
    display: block;
    width: .48rem;
    height: .48rem;
    margin-right: .18rem;
    background: url(../images/iemail.png) center center no-repeat;
    background-size: 100% auto;
}
.footer .femail .tit {
    display: block;
    font-size: calc(0.2vw + 12px);
    line-height: 1.428;
    color: #fff;
}
.footer .femail .text {
    display: block;
    font-size: .2rem;
    line-height: 1.4;
    color: var(--themecolor);
}

.footer .ftext {
    display: block;
    font-size: calc(0.2vw + 12px);
    line-height: 1.5;
    color: #fff;
}
.footer .ftext span {
    display: block;
    margin-top: .08rem;
}

.fshareway {
    display: flex;
    margin-top: .2rem;
}
.fshareway .it {
    text-align: center;
    display: block;
    line-height: .4rem;
    width: 0.3rem;
    height: 0.3rem;
    margin-right: .1rem;
    overflow: hidden;
    font: .2rem/1 FontAwesome;
    color: #fff;
    background: #1a1a1a;
    border-radius: .05rem;
    transition: background .3s;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
    -webkit-border-radius: .05rem;
    -moz-border-radius: .05rem;
    -ms-border-radius: .05rem;
    -o-border-radius: .05rem;
}
.fshareway .it i {
    display: block;
    width: 100%;
    height: 100%;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transition: transform .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
}

.fshareway .fackbook {
    background: #0866FD;
}
.fshareway .fackbook i {
    background: url(../images/facebook.png) center center no-repeat;
    background-size: .28rem auto;
}
.fshareway .linkedin {
    background: #0274B3;
}
.fshareway .linkedin i {
    background: url(../images/linkedin.png) center center no-repeat;
    background-size: .28rem auto;
}
.fshareway .twitter {
    background: #000;
}
.fshareway .twitter i {
    background: url(../images/twitter.png) center center no-repeat;
    background-size: .28rem auto;
}
.fshareway .youtube {
    background: #FE021B;
}
.fshareway .youtube i {
    background: url(../images/youtube.png) center center no-repeat;
    background-size: .28rem auto;
}
.fshareway .instagram {
    background: #C13584;
}
.fshareway .instagram i {
    background: url(../images/ins.png) center center no-repeat;
    background-size: .28rem auto;
}
.fshareway .tiktok {
    background: #180C1A;
}
.fshareway .tiktok i {
    background: url(../images/tiktok.png) center center no-repeat;
    background-size: .18rem auto;
}


.fcates {
    display: flex;
}
.fcates .item {
    width: 50%;
}

.fcates .item h2 {
    font-size: calc(0.2vw + 12px);
    font-weight: bold;
    color: #fff;
    line-height: .3rem;
    display: block;
    padding-bottom: .05rem;
    font-weight: normal;
}

.fcates .item h2:after {
    content: "";
    width: 2.48rem;
    height: 1px;
    background: #525252;
    display: block;
    margin: .1rem 0;
}

.fcates .item:nth-child(2) h2:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #525252;
    display: block;
    margin: .1rem 0;
}

.fcates .item:nth-child(2) ul {
    display: flex;
    flex-wrap: wrap;
}

.fcates .item li {
    font-size: 0;
}

.fcates .item:nth-child(2) ul li {
    width: 50%;
}

.fcates .item li a {
    font-size: calc(0.2vw + 12px);
    color: #fff;
    line-height: 1.57;
    display: inline-block;
    margin-top: .1rem;
}



.footer .fnav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin-top: .23rem;
    margin-left: -0.52vw;
    border-top: 1px solid #525252;
}
.footer .fnav .item {
    display: block;
    position: relative;
    margin-top: .12rem;
    padding: 0 .22rem;
    font-size: calc(0.2vw + 12px);
    line-height: 1.25;
    color: #fff;
    white-space: nowrap;
    cursor: pointer;
}
.footer .fnav .item::after {
    display: block;
    position: absolute;
    content: '';
    width: 1px;
    height: .16rem;
    right: 0;
    top: 50%;
    margin-top: -.08rem;
    background: #7e7e7e;
}
.footer .fnav .item:last-child::after {
    display: none;
}


.copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background: #14349c;
}
.copyright .bcon {
    display: flex;
    align-items: center;
}
.copyright .text {
    display: block;
    font-size: calc(0.2vw + 12px);
    line-height: .24rem;
    color: #fff;
}
.copyright .crnav {
    display: flex;
    margin-left: .23rem;
}
.copyright .crnav .item {
    display: block;
    position: relative;
    padding: 0 .12rem;
    font-size: calc(0.2vw + 12px);
    line-height: .24rem;
    color: #fff;
}
.copyright .crnav .item::after {
    display: block;
    position: absolute;
    content: '';
    width: 1px;
    height: .16rem;
    left: 0;
    top: 50%;
    margin-top: -.08rem;
    background: #C50007;
}
.copyright .crnav .item:first-child::after {
    display: none;
}

.copyright .crlanselect {
    display: flex;
    position: relative;
    height: 40px;
    margin-left: auto;
}
.copyright .crlanselect .crlanbtn {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: calc(0.2vw + 12px);
    line-height: .24rem;
    color: #fff;
    cursor: pointer;
}
.copyright .crlanselect .crlanbtn i {
    display: block;
    width: .2rem;
    height: .2rem;
    margin-right: .12rem;
    background: url(../images/ilan.png) center center no-repeat;
    background-size: 100% auto;
}
.copyright .crlanselect .crlanbtn em {
    display: block;
    width: .06rem;
    height: .06rem;
    margin-left: .12rem;
    border-right: .02rem solid #fff;
    border-bottom: .02rem solid #fff;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}
.copyright .crlanselect .crlanselectin {
    display: none;
    position: absolute;
    right: 0;
    bottom: 100%;
    background: #fff;
}
.copyright .crlanselect .crlanselectin .item {
    display: flex;
    align-items: center;
    height: .36rem;
    margin-left: .06rem;
    padding: 0 .14rem;
    font-size: calc(0.2vw + 12px);
    line-height: .2rem;
    color: #333;
    box-sizing: border-box;
    cursor: pointer;
}
.copyright .crlanselect .crlanselectin .item i {
    display: block;
    width: .2rem;
    height: .2rem;
    margin-right: .12rem;
}
.copyright .crlanselect .crlanselectin .item.chinese i {
    background: url(../images/chinaflag.png) center center no-repeat;
    background-size: 100% auto;
}
.copyright .crlanselect .crlanselectin .item.english i {
    background: url(../images/englishflag.png) center center no-repeat;
    background-size: 100% auto;
}
.copyright .crlanselect .crlanselectin .item.thai i {
    background: url(../images/thaiflag.png) center center no-repeat;
    background-size: 100% auto;
}
.copyright .crlanselect .crlanselectin .item.indonesia i {
    background: url(../images/indonesiaflag.png) center center no-repeat;
    background-size: 100% auto;
}
.copyright .crlanselect .crlanselectin .item.russia i {
    background: url(../images/russiaflag.png) center center no-repeat;
    background-size: 100% auto;
}
.copyright .crlanselect .crlanselectin .item.kazakhstan i {
    background: url(../images/kazakhstan.png) center center no-repeat;
    background-size: 100% auto;
}



.ffbtnwrap {
    display: block;
    position: fixed;
    top: 50%;
    right: 0;
    /*box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.2);*/
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    z-index: 12;
    transition: right .3s ease-in-out;
    -webkit-transition: right .3s ease-in-out;
    -moz-transition: right .3s ease-in-out;
    -ms-transition: right .3s ease-in-out;
    -o-transition: right .3s ease-in-out;
}
.ffbtnwrap .btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-top: 1px;
    background: #fff;
    transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    cursor: pointer;
}
.ffbtnwrap .btn:first-child {
    margin-top: 0;
}
.ffbtnwrap .btn .icon {
    display: block;
    width: 22px;
    height: 22px;
    overflow: hidden;
}
.ffbtnwrap .btn i {
    display: block;
    width: 22px;
    height: 22px;
    transition: transform .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
}
.ffbtnwrap .btn span {
    display: none;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #333;
}

.ffbtnwrap .btn_whatsapp {
    background: #25D366;
}
.ffbtnwrap .btn_whatsapp span {
    color: #fff;
}
.ffbtnwrap .btn_whatsapp i {
    background: url(../images/ffbtntelicon1.png) center center no-repeat;
    background-size: 100% auto;
}

.ffbtnwrap .btn_contact {
    background: #3b89df;
}
.ffbtnwrap .btn_contact span {
    color: #fff;
}
.ffbtnwrap .btn_contact i {
    background: url(../images/ffbtnemailicon3.png) center center no-repeat;
    background-size: 100% auto;
}

.ffbtnwrap .btn_backtop {
    background: #FEF2F2;
}
.ffbtnwrap .btn_backtop span {
    display: block;
    color: #3b89df;
}
.ffbtnwrap .btn_backtop i {
    background: url(../images/backtopicon2.png) center center no-repeat;
    background-size: 100% auto;
}

.ctext {
    text-align: center !important;
}


/* Medium screen (tablet device) style */
@media only screen and (min-width: 481px) and (max-width: 1024px) {
    /*Style applied on screens with a width between 481 pixels and 1024 pixels*/
    /*This is the style setting for medium screens*/
    .dgapcrdin {
        margin: 8.775vw auto 0;
    }
    .dgapcrdswiper .swiper-slide {
        height: 46.6375vw;
    }
    .dgapcrdswiper .swiper-slide .itext {
        font-size: 12px;
        line-height: 1.4;
    }
    .top .toplans .item  {
        padding: 0 .12rem;
        font-size: 12px;
    }
}


@media only screen and (min-width: 1025px) and (max-width: 1920px) and (orientation: landscape) {
    html {}
    .top .toptext {
        font-size: 12px;
    }
    .top .topnav .item {
        padding: 0 .28rem;
        font-size: calc(0.2vw + 10px);
    }
    .header .nav .item .ihome {
        width: .48rem;
        height: .48rem;
    }
    .header .nav .item {
        font-size: calc(0.2vw + 14px);
    }

    .dgaphaxis .item .itemin .title {
        font-size: calc(0.2vw + 10px);
    }
    .dgaphaxis .item .dot {
        margin-left: -4px;
    }
}

/* Large screen (desktop device) style */
@media only screen and (min-width: 1025px) {
    /*Style applied on screens with a width of 1025 pixels or greater*/
    /*This is the style setting for the large screen*/
    a {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .top .toplans .item:hover,.top .toplans .item.cur {
        color: var(--hovercolor);
        background: #000;
    }

    .top .topnav .item:hover {
        color: var(--hovercolor);
    }
    
    .header .nav .item:hover {
        color: var(--hovercolor);
    }

    .header .nav .item:hover .itemin {
        transform: translateY(0);
        opacity: 1;
    }

    .header .nav .item:hover .itema {
        color: var(--textred);
    }
    .header .nav .item:hover .itema::after {
        height: 3px;
    }
    .header .nav .item:hover .itema.ihome::after {
        height: 0;
    }
    .hsearch:hover .hsearchin {
        transform: translateY(0);
        opacity: 1;
    }
    .ncateit:hover {
        font-weight: normal;
        color: #fff;
        background: var(--textred);
    }
    .ncateit:hover::after {
        border-left: 5px solid var(--textred);
    }
    
    .indexnewsswiper .item:hover .itemin {
        border-bottom: .04rem solid var(--themecolor);
        box-sizing: border-box;
    }
    .indexnewsswiper .item:hover .icon {
        height: 3.45rem;
    }
    .indexnewsswiper .item:hover h3,.indexnewsswiper .item:hover h3 a {
        color: var(--themecolor);
    }
    .indexnewsswiper .item:hover .text {
        margin-top: .21rem;
    }
    .indexnewsswiper .item:hover .imore {
        display: flex;
    }
    .indexnewsswiper .item:hover {
        padding-bottom: 6px;
    }
    .indexnewsswiper .item:hover::after {
        display: block;
        position: absolute;
        content: '';
        width: 100%;
        height: 4px;
        left: 0;
        bottom: 0;
        background: linear-gradient(270deg, #A8AFBB 0%, #262D3B 100%);
    }
    .indexnewsswiper .itemalbumpic:hover {
        padding-bottom: 2px;
    }
    .indexnewsswiper .itemalbumpic:hover::after {
        display: none;
    }
    .indexnewsswiper .itemalbumpic:hover .itemin {
        border: none;
    }
    .indexnewsswiper .itemalbumpic:hover .icon {
        height: 100%;
    }
    .indexnewsswiper .itemalbumpic:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    .iconnav .item:hover .icon img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .iconnav .item:hover .text {
        color: var(--hovercolor);
    }
    
    .iservicewrap .item:hover .icon {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    
    .iservicewrap .item:hover .itemin {
        top: 0;
    }
    
    .ipicswiper .swiper-button-next:hover,
    .ipicswiper .swiper-button-prev:hover {
        background: #fff;
    }
    
    .nnewslist .item:hover .itemin {
        border-bottom: 4px solid;
        border-image-source: linear-gradient(270deg, #A8AFBB 0%, #262D3B 100%);
          border-image-slice: 1;
        box-sizing: border-box;
    }
    .nnewslist .item:hover .itemin::after {
        display: block;
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        left: 0;
        bottom: 2px;
        background: linear-gradient(270deg, #EE1C25 51%, #262D3B 100%);
    }
    .nnewslist .item:hover .icon {
        height: 2.94rem;
    }
    .nnewslist .item:hover h3,.nnewslist .item:hover h3 a {
        color: var(--themecolor);
    }
    .nnewslist .item:hover .text {
        margin-top: 0.21rem;
    }
    .nnewslist .item:hover .imore {
        display: flex;
    }
    .nnewslist .item:first-child:hover .icon {
        height: 100%;
    }
    .nnewslist .item:first-child:hover .icon img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    
    .nnewslist .item:first-child:hover .text {
        margin-top: 0.28rem;
    }
    .nnewslist .item:first-child:hover .itemin {
        border: 0;
    }
    .nnewslist .item:first-child:hover .itemin::after {
        display: none;
    }
    .nnewslist .item:first-child:hover .imore {
        display: none;
    }

    .nnewslist_search .item:hover .itemin {
        border-bottom: 4px solid;
        border-image-source: linear-gradient(270deg, #A8AFBB 0%, #262D3B 100%);
          border-image-slice: 1;
        box-sizing: border-box;
    }
    .nnewslist_search .item:hover .itemin::after {
        display: block;
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        left: 0;
        bottom: 2px;
        background: linear-gradient(270deg, #EE1C25 51%, #262D3B 100%);
    }
    .nnewslist_search .item:hover .icon {
        height: 2.94rem;
    }
    .nnewslist_search .item:hover h3,.nnewslist .item:hover h3 a {
        color: var(--themecolor);
    }
    .nnewslist_search .item:hover .text {
        margin-top: 0.21rem;
    }
    .nnewslist_search .item:hover .imore {
        display: flex;
    }
    
    .nproductguidelist .item:hover .icon img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    
    .pfilterprolist .item .itemin:hover .ihead {
        background: var(--themecolor);
    }
    .pfilterprolist .item .itemin:hover .ihead .iarrow {
        border-color: #fff;
    }
    .pfilterprolist .item .itemin:hover h3,.pfilterprolist .item .itemin:hover h3 a {
        color: #fff;
    }
    .pfilterprolist .item .itemin:hover {
        background: #fff;
        box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.2);
    }
    .pfilterprolist .item .itemin:hover .inin .it .text {
        color: var(--themecolor);
    }
    .pfilterprolist .item .itemin::before {
        display: block;
        position: absolute;
        content: '';
        left: 0;
        bottom: 6px;
        width: 100%;
        height: 0;
        background: linear-gradient(270deg, #EE1C25 51%, #262D3B 100%);
        transition: height .3s;
        -webkit-transition: height .3s;
        -moz-transition: height .3s;
        -ms-transition: height .3s;
        -o-transition: height .3s;
    }
    .pfilterprolist .item .itemin:hover::before {
        height: 2px;
    }
    .pfilterprolist .item .itemin::after {
        display: block;
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0;
        background: linear-gradient(270deg, #A8AFBB 0%, #262D3B 100%);
        transition: height .3s;
        -webkit-transition: height .3s;
        -moz-transition: height .3s;
        -ms-transition: height .3s;
        -o-transition: height .3s;
    }
    .pfilterprolist .item .itemin:hover::after {
        height: 4px;
    }
    
    
    .relatednewslist .item:hover .itemin {
        box-sizing: border-box;
    }
    .relatednewslist .item:hover .icon {
        height: 2.94rem;
    }
    .relatednewslist .item:hover h3,.relatednewslist .item:hover h3 a {
        color: var(--themecolor);
    }
    .relatednewslist .item:hover .text {
        margin-top: 0.21rem;
    }
    .relatednewslist .item:hover .imore {
        display: flex;
        margin-bottom: 0.2rem;
    }
    .relatednewslist .item .itemin::before {
        display: block;
        position: absolute;
        content: '';
        left: 0;
        bottom: 6px;
        width: 100%;
        height: 0;
        background: linear-gradient(270deg, #EE1C25 51%, #262D3B 100%);
        transition: height .3s;
        -webkit-transition: height .3s;
        -moz-transition: height .3s;
        -ms-transition: height .3s;
        -o-transition: height .3s;
    }
    .relatednewslist .item:hover .itemin::before {
        height: 2px;
    }
    .relatednewslist .item .itemin::after {
        display: block;
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0;
        background: linear-gradient(270deg, #A8AFBB 0%, #262D3B 100%);
        transition: height .3s;
        -webkit-transition: height .3s;
        -moz-transition: height .3s;
        -ms-transition: height .3s;
        -o-transition: height .3s;
    }
    .relatednewslist .item:hover .itemin::after {
        height: 4px;
    }

    
    .pdnav .pdnavin .item:hover,.pdnav .pdnavin .item.cur {
        color: var(--themecolor);
        background: #fff;
    }
    

    .pdcomponents_list .item:hover .icon img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .pdcomponents_list .item .itemin::before {
        display: block;
        position: absolute;
        content: '';
        left: 0;
        bottom: 6px;
        width: 100%;
        height: 0;
        background: linear-gradient(270deg, #EE1C25 51%, #262D3B 100%);
        transition: height .3s;
        -webkit-transition: height .3s;
        -moz-transition: height .3s;
        -ms-transition: height .3s;
        -o-transition: height .3s;
    }
    .pdcomponents_list .item .itemin:hover::before {
        height: 2px;
    }
    .pdcomponents_list .item .itemin::after {
        display: block;
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0;
        background: linear-gradient(270deg, #A8AFBB 0%, #262D3B 100%);
        transition: height .3s;
        -webkit-transition: height .3s;
        -moz-transition: height .3s;
        -ms-transition: height .3s;
        -o-transition: height .3s;
    }
    .pdcomponents_list .item .itemin:hover::after {
        height: 4px;
    }
    
    .whyrap .item:hover {
        width: 5.54rem;
        height: 5.69rem;
        background: var(--themecolor);
    }
    .whyrap .item:hover .tit {
        color: #fff;
    }
    .whyrap .item:hover .text {
        color: #FFB2B2;
    }
    .whyrap .item:hover .text .redtext {
        color: #fff;
    }
    .whyrap .item.item1:hover i {
        background: url(../images/usicon1_2.png) center center no-repeat;
        background-size: 100% auto;
    } 
    .whyrap .item.item2:hover i {
        background: url(../images/usicon2_2.png) center center no-repeat;
        background-size: 100% auto;
    } 
    .whyrap .item.item3:hover i {
        background: url(../images/usicon3_2.png) center center no-repeat;
        background-size: 100% auto;
    } 
    
    .afterservicelist .item:hover .itemin {
        height: auto;
    }
    .afterservicelist .item:hover .icon {
        height: 2.62rem;
    }
    .afterservicelist .item:hover .text {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
    }
    .afterservicelist .item:hover h3,.afterservicelist .item:hover h3 a {
        color: var(--textred);
    }

    .afterservicelist .item .itemin {
        position: relative;
    }
    .afterservicelist .item .itemin::before {
        display: block;
        position: absolute;
        content: '';
        left: 0;
        bottom: 4px;
        width: 100%;
        height: 0;
        background: linear-gradient(270deg, #EE1C25 51%, #262D3B 100%);
        transition: height .3s;
        -webkit-transition: height .3s;
        -moz-transition: height .3s;
        -ms-transition: height .3s;
        -o-transition: height .3s;
    }
    .afterservicelist .item .itemin:hover::before {
        height: 2px;
    }
    .afterservicelist .item .itemin::after {
        display: block;
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0;
        background: linear-gradient(270deg, #A8AFBB 0%, #262D3B 100%);
        transition: height .3s;
        -webkit-transition: height .3s;
        -moz-transition: height .3s;
        -ms-transition: height .3s;
        -o-transition: height .3s;
    }
    .afterservicelist .item .itemin:hover::after {
        height: 2px;
    }


    .ptsvideoslist .item:hover {
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    }
    .ptsvideoslist .item::before {
        display: block;
        position: absolute;
        content: '';
        left: 0;
        bottom: 6px;
        width: 100%;
        height: 0;
        background: linear-gradient(270deg, #EE1C25 51%, #262D3B 100%);
        transition: height .3s;
        -webkit-transition: height .3s;
        -moz-transition: height .3s;
        -ms-transition: height .3s;
        -o-transition: height .3s;
    }
    .ptsvideoslist .item:hover::before {
        height: 2px;
    }
    .ptsvideoslist .item::after {
        display: block;
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0;
        background: linear-gradient(270deg, #A8AFBB 0%, #262D3B 100%);
        transition: height .3s;
        -webkit-transition: height .3s;
        -moz-transition: height .3s;
        -ms-transition: height .3s;
        -o-transition: height .3s;
    }
    .ptsvideoslist .item:hover::after {
        height: 4px;
    }
    .ptsvideoslist .item:nth-child(2):hover::before,
    .ptsvideoslist .item:nth-child(2):hover::after,
    .ptsvideoslist .item:nth-child(3):hover::before,
    .ptsvideoslist .item:nth-child(3):hover::after {
        display: none;
    }


    
    .ptsvideoslist_n .item:hover .in {
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    }
    .ptsvideoslist_n .item .in::before {
        display: block;
        position: absolute;
        content: '';
        left: 0;
        bottom: 6px;
        width: 100%;
        height: 0;
        background: linear-gradient(270deg, #EE1C25 51%, #262D3B 100%);
        transition: height .3s;
        -webkit-transition: height .3s;
        -moz-transition: height .3s;
        -ms-transition: height .3s;
        -o-transition: height .3s;
    }
    .ptsvideoslist_n .item:hover .in::before {
        height: 2px;
    }
    .ptsvideoslist_n .item .in::after {
        display: block;
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0;
        background: linear-gradient(270deg, #A8AFBB 0%, #262D3B 100%);
        transition: height .3s;
        -webkit-transition: height .3s;
        -moz-transition: height .3s;
        -ms-transition: height .3s;
        -o-transition: height .3s;
    }
    .ptsvideoslist_n .item:hover .in::after {
        height: 4px;
    }


    .ssupportlist .item:hover {
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    }
    .ssupportlist .item::before {
        display: block;
        position: absolute;
        content: '';
        left: 0;
        bottom: 20px;
        width: 100%;
        height: 0;
        background: linear-gradient(270deg, #EE1C25 51%, #262D3B 100%);
        transition: height .3s;
        -webkit-transition: height .3s;
        -moz-transition: height .3s;
        -ms-transition: height .3s;
        -o-transition: height .3s;
    }
    .ssupportlist .item:hover::before {
        height: 9px;
    }
    .ssupportlist .item::after {
        display: block;
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0;
        background: linear-gradient(270deg, #A8AFBB 0%, #262D3B 100%);
        transition: height .3s;
        -webkit-transition: height .3s;
        -moz-transition: height .3s;
        -ms-transition: height .3s;
        -o-transition: height .3s;
    }
    .ssupportlist .item:hover::after {
        height: 15px;
    }


    .usrpr:hover {
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    }
    .usrpr::before {
        display: block;
        position: absolute;
        content: '';
        left: 0;
        bottom: 13px;
        width: 100%;
        height: 0;
        background: linear-gradient(270deg, #EE1C25 51%, #262D3B 100%);
        transition: height .3s;
        -webkit-transition: height .3s;
        -moz-transition: height .3s;
        -ms-transition: height .3s;
        -o-transition: height .3s;
}
    .usrpr:hover::before {
        height: 6px;
    }
    .usrpr::after {
        display: block;
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0;
        background: linear-gradient(270deg, #A8AFBB 0%, #262D3B 100%);
        transition: height .3s;
        -webkit-transition: height .3s;
        -moz-transition: height .3s;
        -ms-transition: height .3s;
        -o-transition: height .3s;
    }
    .usrpr:hover::after {
        height: 10px;
    }

    

    .benefitslist .item .itemin:hover {
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    }
    /* .benefitslist .item.support .itemin:hover .icon {
        background: url(../images/benefitsicon1.png) center center no-repeat;
        background-size: 100% auto;
    }
    .benefitslist .item.training .itemin:hover .icon {
        background: url(../images/benefitsicon2.png) center center no-repeat;
        background-size: 100% auto;
    }
    .benefitslist .item.rebate .itemin:hover .icon {
        background: url(../images/benefitsicon3.png) center center no-repeat;
        background-size: 100% auto;
    }
    .benefitslist .item .itemin:hover .icon {
        width: 80px;
        height: 80px;
    } */
    .benefitslist .item .itemin:hover .icon {
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
        transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
}
    .benefitslist .item .itemin:hover .tit {
        color: var(--textred);
    }
    .benefitslist .item .itemin:hover::before {
        height: 6px;
    }
    .benefitslist .item .itemin:hover::after {
        height: 10px;
    }
    
    .newsswitching .item:hover .icon {
        color: #fff;
        background: #ED1B23;
    }
    .newsswitching .item:hover .itemin {
        border: 1px solid ;
        border-image: linear-gradient(270deg, #ED1B23 0%, rgba(237, 27, 35, 0) 100%) 1;
    
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
    }
    .newsswitching .item:hover .tit {
        color: var(--textred);
    }
    
    .scsrlist .item .itemin:hover .lmore {
        bottom: 11px;
    }
    .scsrlist .item .itemin:hover::before {
        height: 2px;
    }
    .scsrlist .item .itemin:hover::after {
        height: 4px;
    }
    .scsrlist .item .itemin:hover {
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    }
    .scsrlist .item .itemin:hover .tit,.scsrlist .item .itemin:hover .tit a,.scsrlist .item .itemin:hover .stit {
        color: #EA0000;
    }
    .scsrlist .item .itemin:hover .icon img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .scsrlist .item:first-child .itemin:hover::before,
    .scsrlist .item:first-child .itemin:hover::after {
        height: 0;
    }
    .scsrlist .item:first-child:hover .lmore {
        bottom: initial;
    }
    .sreportslist .item .itemin:hover .inin {
        height: 119px;
        padding-top: 13px;
    }
    .sreportslist .item .itemin:hover .idownloadbtn {
        transform: rotateX(0);
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        -ms-transform: rotateX(0);
        -o-transform: rotateX(0);
    }
    .partnerlist .item:hover .tit {
        padding-top: 14px;
        font-weight: normal;
        color: #fff;
        background: #3b89df;
    }
    .partnerlist .item:hover .tit a {
        font-weight: normal;
        color: #fff;
    }
    .certificateslist .item .itemin:hover .inin {
        background: #fff;
    }
    .certificateslist .item .itemin:hover::before {
       height: 2px;
    }
    .certificateslist .item .itemin:hover::after {
        height: 3px;
    }
    .certificateslist .item .itemin:hover .icon img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
}
    
    .certificateslist .item .itemin:hover .tit,.certificateslist .item .itemin:hover .tit a {
        color: #EC1B24;
    }
    .cdcswitching .item:hover .icon {
        color: #fff;
        background: #ED1B23;
    }
    .cdcswitching .item:hover .itemin {
        border: 1px solid ;
        border-image: linear-gradient(270deg, #ED1B23 0%, rgba(237, 27, 35, 0) 100%) 1;
    
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
    }
    .moreaboutstory .moreaboutstory_in .inin .mastorynav .item:hover {
        color: #fff;
        background: #3b89df;
        box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
    }
    .moreaboutstory .moreaboutstory_in .inin .mastorynav .item:nth-child(1):hover i {
        background: url(../images/mastorynavicon1_2.png) center center no-repeat;
        background-size: 100% auto;
    }
    .moreaboutstory .moreaboutstory_in .inin .mastorynav .item:nth-child(2):hover i {
        background: url(../images/mastorynavicon2_2.png) center center no-repeat;
        background-size: 100% auto;
    }
    .aboutusvideo:hover .in .bg {
        width: 100%;
    }
    .aboutusvideo:hover .in::before,
    .aboutusvideo:hover .in::after {
        width: 100%;
    }
    
    .aboutuspic:hover .in .bg {
        width: 100%;
    }
    .aboutuspic:hover .in::before,
    .aboutuspic:hover .in::after {
        width: 100%;
    }
    .aboutuspic:hover .icon img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .comprehensiverdcon .item:hover .icon img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    .introduction_control .swiper-button-prev:hover,
    .introduction_control .swiper-button-next:hover {
        background: #ED1B23;
    }
    .introduction_control .swiper-button-prev:hover::after,
    .introduction_control .swiper-button-next:hover::after {
        color: #fff;
    }

    .intelligent_oms_control .swiper-button-prev:hover,
    .intelligent_oms_control .swiper-button-next:hover {
        background: #ED1B23;
    }
    .intelligent_oms_control .swiper-button-prev:hover::after,
    .intelligent_oms_control .swiper-button-next:hover::after {
        color: #fff;
    }

    .ffbtnwrap .btn:hover .icon i {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    
    .pagesbar .it:hover,.pagesbar .it.cur {
        color: var(--themecolor);
    }
    
    .pagesbar .pprev:hover i,
    .pagesbar .pnext:hover i {
        border-color: var(--themecolor);
    }
    
    .fcates .item li a:hover {
        color: #ed1b23;
    }
    
    .footer .fnav .item:hover {
        color: #ed1b23;
    }

    .pdncontactnowbtn:hover {
        background: #fff;
        color: var(--textred);
    }
    
    .scsrlist .item:hover {
        background: #fff;
    }
    .scsrlist .item:hover .img img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .scsrlist .item:hover .text > a {
        color: var(--textred);
    }
    .sreportslist .item:hover .img img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .greenmembershiplist .item:hover {
        background: #fff;
    }
    .greenmembershiplist .item:hover h4 {
        color: var(--textred);
    }

    .economicallist .item:hover .icon img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .economicallist .item:hover .tit {
        color: var(--textred);
    }

    .efriendly .item:hover .icon img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .lfdpro .icon:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    .dgapcrdswiper .swiper-button-next:hover,.dgapcrdswiper .swiper-button-prev:hover {
        background: #ED1B23;
    }
    .dgapcrdswiper .swiper-button-prev:hover::after,
    .dgapcrdswiper .swiper-button-next:hover::after {
        color: #fff;
    }
    .dgdistributor:hover .icon img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    .ssupportlist .item:hover .icon img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    .usrpr:hover .icon img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    .iconspnav .item:hover .icon {
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
}
    .iconspnav .item.cur .icon img,
    .iconspnav .item:hover .icon img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .iconspnav .item:hover {
        color: var(--themecolor);
    }

    .pfilterprolist .item:hover .icon img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    .spareparts .dgrservice:hover .icon img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    .innav .it:hover {
        color: #3b89df;
    }

    .dgcertification .lmorebtn .lbtn:hover {
        color: #fff;
        background: var(--themecolor);
    }
    .dgcertification .lmorebtn .lbtn:hover i {
        background: url(../images/iarrowtor_w.png) center center no-repeat;
        background-size: 100% auto;
    }

    .dgcertification .icon:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    .ecaseslist .item:hover .itemin {
        min-height: 3.46rem;
        height: auto;
    }
    .ecaseslist .item:hover .title a  {
        height: auto;
        overflow: initial;
        white-space: wrap;
    }
    .ecaseslist .item .icon:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    .newdetailinfo .ininfo .socialmedia .socialmedia_in .it.fackbook:hover {
        background: #0866FD;
    }
    .newdetailinfo .ininfo .socialmedia .socialmedia_in .it.fackbook:hover i {
        background: url(../images/smfackbook_w.png) center center no-repeat;
        background-size: 100% auto;
    }
    .newdetailinfo .ininfo .socialmedia .socialmedia_in .it.linkedin:hover {
        background: #0274B3;
    }
    .newdetailinfo .ininfo .socialmedia .socialmedia_in .it.linkedin:hover i {
        background: url(../images/smlinkedin_w.png) center center no-repeat;
        background-size: 100% auto;
    }
    .newdetailinfo .ininfo .socialmedia .socialmedia_in .it.twitter:hover {
        background: #000;
    }
    .newdetailinfo .ininfo .socialmedia .socialmedia_in .it.twitter:hover i {
        background: url(../images/smtwitter_w.png) center center no-repeat;
        background-size: 100% auto;
    }
    .newdetailinfo .ininfo .socialmedia .socialmedia_in .it.youtube:hover {
        background: #FE021B;
    }
    .newdetailinfo .ininfo .socialmedia .socialmedia_in .it.youtube:hover i {
        background: url(../images/smyoutube_w.png) center center no-repeat;
        background-size: 100% auto;
    }
    .newdetailinfo .ininfo .socialmedia .socialmedia_in .it.instagram:hover {
        background: #C13584;
    }
    .newdetailinfo .ininfo .socialmedia .socialmedia_in .it.instagram:hover i {
        background: url(../images/sminstagram_w.png) center center no-repeat;
        background-size: 100% auto;
    }
    .newdetailinfo .ininfo .socialmedia .socialmedia_in .it.wechat:hover {
        background: #25D366;
    }
    .newdetailinfo .ininfo .socialmedia .socialmedia_in .it.wechat:hover i {
        background: url(../images/smwechat_w.png) center center no-repeat;
        background-size: 100% auto;
    }
    .newdetailinfo .ininfo .socialmedia .socialmedia_in .it.tiktok:hover {
        background: #180C1A;
    }
    .newdetailinfo .ininfo .socialmedia .socialmedia_in .it.tiktok:hover i {
        background: url(../images/smtiktok_w.png) center center no-repeat;
        background-size: 100% auto;
    }

    .ccontact .socialmedia .socialmedia_in .it.fackbook:hover {
        background: #0866FD;
    }
    .ccontact .socialmedia .socialmedia_in .it.fackbook:hover i {
        background: url(../images/smfackbook_w.png) center center no-repeat;
        background-size: 100% auto;
    }
    .ccontact .socialmedia .socialmedia_in .it.linkedin:hover {
        background: #0274B3;
    }
    .ccontact .socialmedia .socialmedia_in .it.linkedin:hover i {
        background: url(../images/smlinkedin_w.png) center center no-repeat;
        background-size: 100% auto;
    }
    .ccontact .socialmedia .socialmedia_in .it.twitter:hover {
        background: #000;
    }
    .ccontact .socialmedia .socialmedia_in .it.twitter:hover i {
        background: url(../images/smtwitter_w.png) center center no-repeat;
        background-size: 100% auto;
    }
    .ccontact .socialmedia .socialmedia_in .it.youtube:hover {
        background: #FE021B;
    }
    .ccontact .socialmedia .socialmedia_in .it.youtube:hover i {
        background: url(../images/smyoutube_w.png) center center no-repeat;
        background-size: 100% auto;
    }
    .ccontact .socialmedia .socialmedia_in .it.instagram:hover {
        background: #C13584;
    }
    .ccontact .socialmedia .socialmedia_in .it.instagram:hover i {
        background: url(../images/sminstagram_w.png) center center no-repeat;
        background-size: 100% auto;
    }
    .ccontact .socialmedia .socialmedia_in .it.wechat:hover {
        background: #25D366;
    }
    .ccontact .socialmedia .socialmedia_in .it.wechat:hover i {
        background: url(../images/smwechat_w.png) center center no-repeat;
        background-size: 100% auto;
    }
    .ccontact .socialmedia .socialmedia_in .it.tiktok:hover {
        background: #180C1A;
    }
    .ccontact .socialmedia .socialmedia_in .it.tiktok:hover i {
        background: url(../images/smtiktok_w.png) center center no-repeat;
        background-size: 100% auto;
    }

    .pnav2 .item:hover {
        color: #232323;
    }
    .pnav2 .item:hover::after {
        background: #232323;
    }

    .fshareway .it:hover i {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }

    .dgaphpcontrols .scroll-left:hover {
        background: #ED1B23;
    }
    .dgaphpcontrols .scroll-left:hover::after {
        color: #fff;
    }
    .dgaphpcontrols .scroll-right:hover {
        background: #ED1B23;
    }
    .dgaphpcontrols .scroll-right:hover::after {
        color: #fff;
    }

    .learnmorebtn:hover {
        background: #fff;
        color: var(--hovercolor);
    }
    .learnmorebtn:hover i {
        background: url(../images/iarrowtor.png) center center no-repeat;
        background-size: 100% auto;
    }

    .learnmore .lbtn:hover {
        background: var(--hovercolor);
        color: #fff;
    }
    .learnmore .lbtn:hover i {
        background: url(../images/iarrowtor_w.png) center center no-repeat;
        background-size: 100% auto;
    }

    .ecaseslist .item .itemin:hover {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }

    .ecaseslist .item .itemin::before {
        display: block;
        position: absolute;
        content: '';
        left: 0;
        bottom: 6px;
        width: 100%;
        height: 0;
        background: linear-gradient(270deg, #EE1C25 51%, #262D3B 100%);
        transition: height .3s;
        -webkit-transition: height .3s;
        -moz-transition: height .3s;
        -ms-transition: height .3s;
        -o-transition: height .3s;
    }
    .ecaseslist .item .itemin:hover::before {
        height: 2px;
    }
    .ecaseslist .item .itemin::after {
        display: block;
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0;
        background: linear-gradient(270deg, #A8AFBB 0%, #262D3B 100%);
        transition: height .3s;
        -webkit-transition: height .3s;
        -moz-transition: height .3s;
        -ms-transition: height .3s;
        -o-transition: height .3s;
    }
    .ecaseslist .item .itemin:hover::after {
        height: 4px;
    }

    /* faq */
    .faqpside .sidenav .item:hover {
        font-weight: bold;
        color: #3b89df;
        background: #fff;
    }
    .faqpside .sidenav .item:hover i {
        width: 3px;
    }
    .faqlist .item:hover {
        background: #fff;
        border: 1px solid #FFFFFF;
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    }
    .faqlist .item:hover .idate {
        background: #3b89df;
    }
    .faqlist .item:hover .idate .iday,
    .faqlist .item:hover .idate .iym {
        color: #fff;
    }

    .slmorebtn:hover {
        background: var(--hovercolor);
        color: #fff;
        border-color: var(--hovercolor);
    }

    

}

@media only screen and (min-width: 1920px) {
    .indexnewsswiper .item .icon {
        height: 16vw;
    }
    .indexnewsswiper .item .icon a {
        height: 16vw;
    }
    .indexnewsswiper .item:hover .icon {
        height: 14vw;
    }
    .indexnewsswiper .itemalbumpic .icon {
        height: 100%;
    }
    .indexnewsswiper .itemalbumpic:hover .icon {
        height: 100%;
    }
}

/* Folding screen phone style - unfolded state */
@media only screen and (min-width: 884px) and (max-width: 1024px) and (orientation: landscape) {

    /* Style applied in the unfolded state of a foldable phone */
    /* This is the style setting for the unfolded state of foldable phones */
    
    .bcon {
        width: 100%;
    }
    .pcontainer {
        background: url(../images/bodybgm.jpg) top center repeat-y;
        background-size: 100% auto;
    }
    .top {
        height: .74rem;
        border-bottom: 1px solid var(--textred);
    }
    .top .topnav {
        position: relative;
        height: .7rem;
        padding: 0 .1rem;
    }
    .top .topnav .topnavshowbtn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: .7rem;
        height: .7rem;
    }
    .top .topnav .topnavshowbtn i {
        display: block;
        width: 4px;
        height: 4px;
        margin: 0 1px;
        background: #d8d8d8;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }
    .top .topnav .topnavin {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100vw;
        padding: .9rem .1rem 1px 0;
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        z-index: 2;
        box-sizing: border-box;
    }
    .top .topnav .topnavin .its {
        display: flex;
    }
    .top .topnav .topnavin .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 1.74rem;
        height: 1.74rem;
        margin-left: .64rem;
        margin-bottom: .36rem;
        line-height: .36rem;
        text-align: center;
        font-size: .28rem;
        color: #333;
        box-sizing: border-box;
        background: #F4F4F5;
    }
    .top .topnav .topnavin .item i {
        display: block;
        width: .56rem;
        height: .56rem;
        margin-bottom: .2rem;
    }
    .top .topnav .topnavin .item.ivideo i {
        background: url(../images/tnicon1.png) center center no-repeat;
        background-size: 100% auto;
    }
    .top .topnav .topnavin .item.inews i {
        background: url(../images/tnicon2.png) center center no-repeat;
        background-size: 100% auto;
    }
    .top .topnav .topnavin .item.iesg i {
        background: url(../images/tnicon3.png) center center no-repeat;
        background-size: 100% auto;
    }
    .top .topnav .topnavin .item:first-child {
        margin-left: .5rem;
    }
    .top .topnav .topnavin .closebtn {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: .88rem;
        height: .88rem;
        background: url(../images/closeicon.png) center center no-repeat;
        background-size: .44rem auto;
    }

    .top .toplans {
        position: relative;
        height: .7rem;
        padding: 0;
    }
    .top .toplans .toplansbtn {
        display: flex;
        align-items: center;
        height: 100%;
        padding: 0 .2rem;
        font-size: .26rem;
        line-height: .38rem;
        color: #C1C1C1;
    }
    .top .toplans .toplansbtn .icon {
        display: block;
        width: .34rem;
        height: .34rem;
        margin-right: .12rem;
        background: url(../images/ilan.png) center center no-repeat;
        background-size: 100% auto;
    }
    .top .toplans .toplansbtn .iarrow {
        display: block;
        width: 0;
        height: 0;
        margin-top: .12rem;
        margin-left: .14rem;
        border: 3px solid transparent;
        border-top: 3px solid #D8D8D8;
    }
    .top .toplans .toplansin {
        display: none;
        position: absolute;
        right: 0;
        top: 100%;
        width: 100vw;
        padding: .6rem .2rem 0;
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        z-index: 100;
        box-sizing: border-box;
    }
    .top .toplans .item {
        height: 1.4rem;
        padding: 0 .24rem;
        color: #3D3D3D;
        border-top: 1px solid #D8D8D8;
    }
    .top .toplans .item i {
        width: .84rem;
        height: .55rem;
        margin-right: .46rem;
    }
    .top .toplans .item:first-child {
        border-top: 0;
    }
    .top .toplans .item.cur {
        color: var(--hovercolor);
    }
    .top .toplans .toplansin .closebtn {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: .88rem;
        height: .88rem;
        background: url(../images/closeicon.png) center center no-repeat;
        background-size: .44rem auto;
    }

    .header {
        height: 1.12rem;
        padding: 0 0 0 .28rem;
    }
    .header .logo {
        width: 2.28rem;
        height: .62rem;
        order: -1;
    }
    .header .hsearch {
        order: -1;
        margin-left: 0;
        margin-right: .26rem;
    }
    .header .nav {
        display: block;
        position: relative;
        height: 1.12rem;
        order: 0;
    }
    .header .nav .navbtn {
        display: flex;
        align-items: center;
        height: 100%;
        padding: 0 .38rem 0 .28rem;
        font-size: .26rem;
        line-height: .38rem;
        color: #3D3D3D;
    }
    .header .nav .navbtn .navbtnicon {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: .16rem;
        -webkit-transition: transform 0.3s;
        transition: transform 0.3s;
        -moz-transition: transform 0.3s;
        -ms-transition: transform 0.3s;
        -o-transition: transform 0.3s;
}
    
    .navbtnicon .bar:nth-of-type(1) {
        margin-top: 0px;
    }
    
    .navbtnicon .bar:nth-of-type(3) {
        margin-bottom: 0px;
    }
    
    .navbtnicon .bar {
        position: relative;
        display: block;
        width: .32rem;
        height: 2px;
        margin: 2px auto;
        background-color: #000;
        border-radius: 10px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    
    /* .navbtnicon:hover .bar:nth-of-type(1) {
        -webkit-transform: translateY(1.5px) rotate(-4.5deg);
        -ms-transform: translateY(1.5px) rotate(-4.5deg);
        transform: translateY(1.5px) rotate(-4.5deg);
        -moz-transform: translateY(1.5px) rotate(-4.5deg);
        -o-transform: translateY(1.5px) rotate(-4.5deg);
}
    
    .navbtnicon:hover .bar:nth-of-type(2) {
        opacity: 0.9;
    }
    
    .navbtnicon:hover .bar:nth-of-type(3) {
        -webkit-transform: translateY(-1.5px) rotate(4.5deg);
        -ms-transform: translateY(-1.5px) rotate(4.5deg);
        transform: translateY(-1.5px) rotate(4.5deg);
    } */
    
    .navbtnicon.cross .bar:nth-of-type(1) {
        -webkit-transform: translateY(4px) rotate(-45deg);
        -ms-transform: translateY(4px) rotate(-45deg);
        transform: translateY(4px) rotate(-45deg);
        -moz-transform: translateY(4px) rotate(-45deg);
        -o-transform: translateY(4px) rotate(-45deg);
    }
    
    .navbtnicon.cross .bar:nth-of-type(2) {
        opacity: 0;
    }
    
    .navbtnicon.cross .bar:nth-of-type(3) {
        -webkit-transform: translateY(-8px) rotate(45deg);
        -ms-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
        -moz-transform: translateY(-8px) rotate(45deg);
        -o-transform: translateY(-8px) rotate(45deg);
}
    
    /* .navbtnicon.cross:hover .bar:nth-of-type(1) {
        -webkit-transform: translateY(13.5px) rotate(-40.5deg);
        -ms-transform: translateY(13.5px) rotate(-40.5deg);
        transform: translateY(13.5px) rotate(-40.5deg);
    }
    
    .navbtnicon.cross:hover .bar:nth-of-type(2) {
        opacity: 0.1;
    }
    
    .navbtnicon.cross:hover .bar:nth-of-type(3) {
        -webkit-transform: translateY(-13.5px) rotate(40.5deg);
        -ms-transform: translateY(-13.5px) rotate(40.5deg);
        transform: translateY(-13.5px) rotate(40.5deg);
    } */
    
    .header .nav .navin {
        display: none;
        position: fixed;
        right: 0;
        top: 1.86rem;
        width: 100vw;
        height: calc(100vh - 1.86rem);
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        z-index: 999;
        overflow-y: auto;
        overflow-x: hidden;
        box-sizing: border-box;
    }
    .header .nav .navin .item {
        margin: 0;
        padding: 0;
    }
    .header .nav .navin .item .itema {
        display: flex;
        align-items: center;
        height: 1.15rem;
        margin: 0 .2rem;
        padding: 0 .35rem;
        font-size: .3rem;
        font-weight: normal;
        line-height: 1.15rem;
        color: #333;
        border-bottom: 1px solid #D8D8D8;
    }
    .header .nav .navin .item .itema i {
        display: block;
        width: .44rem;
        height: .44rem;
        margin-left: auto;
        background: url(../images/niaarrow.png) center center no-repeat;
        background-size: 100% auto;
    }
    .header .nav .navin .item .ihome {
        display: none;
    }
    .header .nav .navin .item.showin .itemin {
        display: block;
    }
    .header .nav .navin .item.showin .itema {
        border-bottom: 0;
    }
    .header .nav .navin .item.showin .itema i {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
}
    .header .nav .navin .item .ncate {
        padding: .22rem .2rem;
        background: #F9F9F9;
    }
    .header .nav .navin .item .ncate .ncatetit {
        display: flex;
        align-items: center;
        font-size: .24rem;
        font-weight: bold;
        line-height: .36rem;
        color: var(--hovercolor);
    }
    .header .nav .navin .item .ncate .ncatetit .icon {
        display: block;
        width: .96rem;
        min-width: .96rem;
        height: .96rem;
        margin-right: .2rem;
    }
    .header .nav .navin .item .ncate .ncatetit .icon img {
        width: 100%;
        vertical-align: top;
    }
    .ncatein {
        display: flex;
        flex-wrap: wrap;
        margin-left: -0.96rem;
    }
    .ncatein .it {
        display: block;
        margin-top: .18rem;
        margin-left: .96rem;
        padding: .12rem 0;
        font-size: .24rem;
        font-weight: normal;
        line-height: .36rem;
        color: #323232;
    }


    .pnav2 {
        overflow-x: hidden;
    }


    .contactbanner .icon {
        height: 4rem;
    }
    .contactbanner .text {
        font-size: .5rem;
    }

    .footer {
        overflow-x: hidden;
    }

    .newsbanner {
        margin-bottom: .26rem;
    }
    .newsbanner .text {
        /* position: relative;
        top: 0;
        left: 0; */
        padding: 0 .28rem;
        font-size: .52rem;
        line-height: .74rem;
        text-align: left;
        /* color: var(--textred);
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0); */
    }
    .newsbanner .icon {
        height: 2.59rem;
    }
    .newsbanner .bread {
        position: relative;
        width: 100%;
        padding: 0 .2rem;
        left: 0;
        bottom: 0;
        font-size: .24rem;
        color: #333;
        background: #fff;
        box-sizing: border-box;
    }
    .newsbanner .bread::after {
        display: block;
        position: absolute;
        content: '';
        bottom: 0;
        left: 50%;
        width: calc(100% - 0.4rem);
        height: 1px;
        background: #D8D8D8;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    .banner .bread {
        position: relative;
        left: initial;
        bottom: initial;
    }
    .banner .bread .bcon {
        overflow-x: auto;
        white-space: nowrap;
    }
    .banner .breadw .ihome {
        min-width: .24rem;
        margin-right: .2rem;
        background: url(../images/mhome_gray.png) center center no-repeat;
        background-size: 100% auto;
    }

    .numcount li .numu > span:first-child {
        font-size: .6rem;
    }

    .newsbanner .breadw a {
        height: .7rem;
        margin: 0 .2rem;
        color: #333;
        white-space: nowrap;
    }
    .newsbanner .breadw span {
        color: #5B5B5B;
    }

    .pnavinline {
        display: flex;
        align-items: center;
        padding: 0 .1rem 0 .2rem;
    }
    .pnavinline .tit {
        display: block;
        font-size: .4rem;
        font-weight: bold;
        line-height: .58rem;
        color: #3D3D3D;
    }
    .pnavinline .pnavbtnwrap {
        display: block;
        position: relative;
        width: 1.8rem;
        height: .58rem;
        margin-left: auto;
    }
    .pnavinline .pnavbtnwrap .swiper-button-prev, .pnavinline .pnavbtnwrap .swiper-button-next {
        display: flex;
        align-items: center;
        justify-content: center;
        width: .4rem;
        height: .58rem;
        top: 0;
        margin-top: 0;
    }
    .pnavinline .pnavbtnwrap .swiper-button-prev::after, .pnavinline .pnavbtnwrap .swiper-button-next::after {
        font-size: .2rem;
        font-weight: bold;
        color: #5A536E;
    }
    .pnav2 {
        justify-content: flex-start;
        height: 1.28rem;
        margin-bottom: 0;
        padding: 0 .48rem;
    }
    .pnav2 .item {
        margin: 0;
        font-size: .3rem;
        font-weight: normal;
        line-height: .68rem;
        color: #808080;
    }
    .pnav2 .item.cur::after {
        bottom: 0;
    }

    .nnews {
        padding: .23rem 0 .4rem;
    }

    .stitle {
        width: auto;
        margin: 0 .2rem .1rem;
        padding-top: .32rem;
        padding-left: .54rem;
        font-size: .34rem;
        line-height: .48rem;
    }
    .stitle i {
        width: .96rem;
        height: .6rem;
    }
    .stitle h2 {
        font-size: .34rem;
        line-height: .48rem;
    }

    .nnews .stitle {
        margin: 0 .2rem .1rem;
    }

    .nnews .bcon {
        width: auto;
        margin: 0 .1rem;
        padding-bottom: .54rem;
    }

    .nnewslist {
        padding: .1rem;
        background: #fff;
    }
    .nnewslist .item {
        display: block;
        width: 100%;
        margin: 0;
        padding: .14rem 0;
    }
    .nnewslist .item .itemin {
        display: flex;
        flex-direction: row;
        height: auto;
        background: none;
        box-shadow: none;
    }
    .nnewslist .item:first-child {
        margin-bottom: .18rem;
    }
    .nnewslist .item .icon {
        width: 3.44rem;
        height: 2.43rem;
    }
    .nnewslist .item .inin {
        padding: .44rem .2rem 0;
    }
    .nnewslist .item h3, .nnewslist .item h3 a {
        height: .88rem;
        font-size: .3rem;
        line-height: .44rem;
        color: #000;
    }
    .nnewslist .item .text {
        height: .96rem;
        margin-top: .12rem;
        font-size: .22rem;
        line-height: .32rem;
        color: #5b5b5b;
    }
    .nnewslist .item .idate {
        height: .35rem;
        left: 3.66rem;
        padding: 0 .12rem;
        font-size: .22rem;
        line-height: .35rem;
    }

    .nnewslist .item:first-child {
        padding: 0;
    }
    .nnewslist .item:first-child .itemin {
        display: block;
        height: auto;
        padding-bottom: .2rem;
        border-bottom: 1px solid #D8D8D8;
    }
    .nnewslist .item:first-child .icon {
        width: 100%;
        min-width: 0;
        height: 4.76rem;
    }
    .nnewslist .item:first-child .inin {
        padding: .16rem;
    }
    .nnewslist .item:first-child h3, .nnewslist .item:first-child h3 a {
        font-size: .3rem;
        line-height: .48rem;
        color: #3D3D3D;
    }
    .nnewslist .item:first-child .text {
        display: block;
        margin-top: .1rem;
        font-size: .22rem;
        line-height: .34rem;
        color: #5B5B5B;
    }
    .nnewslist .item:first-child .idate {
        position: relative;
        left: initial;
        top: initial;
        bottom: initial;
        height: auto;
        padding: 0;
        font-size: .2rem;
        line-height: .24rem;
        color: #9E9E9E;
    }

    .pagesbar {
        margin-top: .52rem;
    }
    .pagesbar .it {
        width: .48rem;
        min-width: .48rem;
        height: .48rem;
        padding: 0;
        font-size: .24rem;
        line-height: .44rem;
    }
    .pagesbar .pprev,
    .pagesbar .pnext {
        width: .48rem;
        height: .48rem;
    }
    .pagesbar .pprev i,
    .pagesbar .pnext i {
        width: .12rem;
        height: .12rem;
        margin-top: 2px;
    }
    .pagesbar .pprev i {
        margin-left: 2px;
    }
    .pagesbar .pnext i {
        margin-right: 2px;
    }


    .nknowledge {
        height: auto;
        padding: .26rem 0 .52rem;
    }
    .nknowledgeswiper .item .itemin {
        padding: .12rem .3rem .2rem;
    }
    .nknowledgeswiper .item h3, .nknowledgeswiper .item h3 a {
        font-size: .28rem;
        line-height: .34rem;
    }

    .nproductguide {
        padding: .4rem 0;
    }
    .nproductguide .stitle {
        margin: 0 .2rem .1rem;
    }
    .nproductguide .bcon {
        width: auto;
        margin: .12rem .1rem 0;
        padding-bottom: .58rem;
        background: #fff;
    }
    .nproductguidelist {
        margin: 0;
        padding: .1rem;
        background: #fff;
    }
    .nproductguidelist .item {
        display: block;
        width: 100%;
        margin: 0;
        padding: .14rem 0;
    }
    .nproductguidelist .item .itemin {
        display: flex;
        flex-direction: row;
        height: auto;
        background: none;
        box-shadow: none;
    }
    .nproductguidelist .item:first-child {
        margin-bottom: .18rem;
    }
    .nproductguidelist .item .icon {
        width: 3.44rem;
        height: 2.43rem;
    }
    .nproductguidelist .item .inin {
        padding: .44rem .2rem 0;
    }
    .nproductguidelist .item h3, .nproductguidelist .item h3 a {
        height: .88rem;
        font-size: .3rem;
        line-height: .44rem;
        color: #000;
    }
    .nproductguidelist .item .text {
        height: .96rem;
        margin-top: .12rem;
        font-size: .22rem;
        line-height: .32rem;
        color: #5b5b5b;
    }
    .nproductguidelist .item .idate {
        height: .35rem;
        left: 3.66rem;
        padding: 0 .12rem;
        font-size: .22rem;
        line-height: .35rem;
    }

    .loadmorebtn {
        width: 2.7rem;
        height: .5rem;
        margin-top: .68rem;
        padding: 0 .38rem;
    }

    .footer .bcon {
        padding: .56rem .56rem 0;
        box-sizing: border-box;
    }
    .footer .footerl {
        width: auto;
        border: 0;
    }
    .footer .footerr {
        display: none;
    }
    .footer .flogo {
        width: 2.9rem;
        height: .8rem;
    }
    .footer .femail {
        margin-top: .52rem;
    }
    .footer .femail i {
        width: .52rem;
        height: .52rem;
    }
    .footer .femail .tit,
    .footer .femail .text {
        font-size: .24rem;
    }

    .footer .ftext {
        font-size: .24rem;
    }

    .fshareway .it {
        width: .48rem;
        height: .48rem;
    }

    .fshareway .fackbook {
        background: #0866FD;
    }
    .fshareway .fackbook i {
        background: url(../images/facebook.png) center center no-repeat;
        background-size: .24rem auto;
    }
    .fshareway .linkedin {
        background: #0274B3;
    }
    .fshareway .linkedin i {
        background: url(../images/linkedin.png) center center no-repeat;
        background-size: .24rem auto;
    }
    .fshareway .twitter {
        background: #000;
    }
    .fshareway .twitter i {
        background: url(../images/twitter.png) center center no-repeat;
        background-size: .24rem auto;
    }
    .fshareway .youtube {
        background: #FE021B;
    }
    .fshareway .youtube i {
        background: url(../images/youtube.png) center center no-repeat;
        background-size: .24rem auto;
    }
    .fshareway .instagram {
        background: #C13584;
    }
    .fshareway .instagram i {
        background: url(../images/ins.png) center center no-repeat;
        background-size: .24rem auto;
    }
    .fshareway .tiktok {
        background: #180C1A;
    }
    .fshareway .tiktok i {
        background: url(../images/tiktok.png) center center no-repeat;
        background-size: .24rem auto;
    }
    
    .copyright {
        background: #333;
    }
    .copyright .crlanselect,
    .copyright .crnav {
        display: none;
    }
    .copyright .text {
        margin: 0 auto;
        padding: 0 .2rem;
        font-size: .22rem;
        text-align: center;
    }
    
}

@media only screen and (min-width: 883px) {
    .top.indextop {
        position: sticky;
        top: 0;
    }
    .header.indexheader {
        position: sticky;
        top: calc(0.2vw);
    }
}

/* Folding Screen Phone Style - Folding Status */
@media only screen and (max-width: 882px) {
    /* Style applied in the folded state of a foldable phone */
    /* This is the style setting for the folding state of foldable mobile phones */
    .bcon {
        width: 100%;
    }
    .pcontainer {
        background: url(../images/bodybgm.jpg) top center repeat-y;
        background-size: 100% auto;

    }
    .top {
        height: .74rem;
        border-bottom: 1px solid var(--textred);
    }
    .top .topnav {
        position: relative;
        height: .7rem;
        padding: 0 .1rem;
    }
    .top .topnav .topnavshowbtn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: .7rem;
        height: .7rem;
    }
    .top .topnav .topnavshowbtn i {
        display: block;
        width: 4px;
        height: 4px;
        margin: 0 1px;
        background: #d8d8d8;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }
    .top .topnav .topnavin {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100vw;
        padding: .9rem .1rem 1px 0;
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        z-index: 1;
        box-sizing: border-box;
    }
    .top .topnav .topnavin .its {
        display: flex;
    }
    .top .topnav .topnavin .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 1.74rem;
        height: 1.74rem;
        margin-left: .64rem;
        margin-bottom: .36rem;
        line-height: .36rem;
        text-align: center;
        font-size: .28rem;
        color: #333;
        box-sizing: border-box;
        background: #F4F4F5;
    }
    .top .topnav .topnavin .item i {
        display: block;
        width: .56rem;
        height: .56rem;
        margin-bottom: .2rem;
    }
    .top .topnav .topnavin .item.ivideo i {
        background: url(../images/tnicon1.png) center center no-repeat;
        background-size: 100% auto;
    }
    .top .topnav .topnavin .item.inews i {
        background: url(../images/tnicon2.png) center center no-repeat;
        background-size: 100% auto;
    }
    .top .topnav .topnavin .item.iesg i {
        background: url(../images/tnicon3.png) center center no-repeat;
        background-size: 100% auto;
    }
    .top .topnav .topnavin .item:first-child {
        margin-left: .5rem;
    }
    .top .topnav .topnavin .closebtn {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: .88rem;
        height: .88rem;
        background: url(../images/closeicon.png) center center no-repeat;
        background-size: .44rem auto;
    }

    .top .toplans {
        position: relative;
        height: .7rem;
        padding: 0;
    }
    .top .toplans .toplansbtn {
        display: flex;
        align-items: center;
        height: 100%;
        padding: 0 .2rem;
        font-size: .26rem;
        line-height: .38rem;
        color: #C1C1C1;
    }
    .top .toplans .toplansbtn .icon {
        display: block;
        width: .34rem;
        height: .34rem;
        margin-right: .12rem;
        background: url(../images/ilan.png) center center no-repeat;
        background-size: 100% auto;
    }
    .top .toplans .toplansbtn .iarrow {
        display: block;
        width: 0;
        height: 0;
        margin-top: .12rem;
        margin-left: .14rem;
        border: 3px solid transparent;
        border-top: 3px solid #D8D8D8;
    }
    .top .toplans .toplansin {
        display: none;
        position: absolute;
        right: 0;
        top: 100%;
        width: 100vw;
        padding: .6rem .2rem 0;
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        z-index: 1;
        box-sizing: border-box;
    }
    .top .toplans .item {
        height: 1.4rem;
        padding: 0 .24rem;
        color: #3D3D3D;
        border-top: 1px solid #D8D8D8;
    }
    .top .toplans .item i {
        width: .84rem;
        height: .55rem;
        margin-right: .46rem;
    }
    .top .toplans .item:first-child {
        border-top: 0;
    }
    .top .toplans .item.cur {
        color: var(--hovercolor);
    }
    .top .toplans .toplansin .closebtn {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: .88rem;
        height: .88rem;
        background: url(../images/closeicon.png) center center no-repeat;
        background-size: .44rem auto;
    }

    .header {
        height: 1.12rem;
        padding: 0 0 0 .28rem;
    }
    .header .logo {
        width: 2.28rem;
        height: .62rem;
        order: -1;
    }
    .header .hsearch {
        order: -1;
    }
    .header .nav {
        display: block;
        position: relative;
        height: 1.12rem;
        order: 0;
    }
    .header .nav .navbtn {
        display: flex;
        align-items: center;
        height: 100%;
        padding: 0 .38rem 0 .28rem;
        font-size: .26rem;
        line-height: .38rem;
        color: #3D3D3D;
    }
    .header .nav .navbtn .navbtnicon {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: .16rem;
        -webkit-transition: transform 0.3s;
        transition: transform 0.3s;
        -moz-transition: transform 0.3s;
        -ms-transition: transform 0.3s;
        -o-transition: transform 0.3s;
    }

    .header .nav .item .itemin .itemin_m {
        display: block;
    }
    
    .header .nav .item .itemin .itemin_pc {
        display: none;
    }

    .bread {
        height: .72rem;
    }

    .iconnav {
        padding: .48rem .42rem;
    }
    .iconnav .swiper-button-next,
    .iconnav .swiper-button-prev {
        display: flex;
        align-items: center;
        justify-content: center;
        top: 40%;
    }
    .iconnav .swiper-button-next::after, .iconnav .swiper-button-prev::after {
        font-size: .4rem;
    }
    .iconnav .swiper-button-next.swiper-button-disabled,
    .iconnav .swiper-button-prev.swiper-button-disabled {
        opacity: 1;
    }
    .iconnav .swiper-button-next.swiper-button-disabled::after,
    .iconnav .swiper-button-prev.swiper-button-disabled::after {
        color: #d3d3d3;
    }

    .slider {
        height: 4.63rem;
    }
    .slider .slides .slide.active {
        width: 100vw;
    }
    .slider .slides .slide .skew {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .slider .slides .slide .skew .skew-fix {
        width: 100%;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .slider .slides .slide .skew .skew-fix img {
        left: 0 !important;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }

    .iporslider .prevbtn {
        top: 2.1rem;
        left: .1rem;
    }
    .iporslider .nextbtn {
        top: 2.1rem;
        right: .1rem;
    }

    .iporslider {
        /* padding-top: .83rem; */
    }
    .iproslider_con {
        position: relative;
        top: initial;
        left: initial;
        background: #fff;
        transform: translate(0);
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
}
    .iproslider_con .tit {
        width: 100%;
        height: .83rem;
        padding: 0 .2rem;
        font-size: .34rem;
        line-height: .83rem;
        color: var(--textred);
        background: #fff;
    }
    .iproslider_con .sscates {
        margin-top: 0;
        padding: 0 .38rem .2rem;
    }
    .iproslider_con .sscates .it {
        padding: .16rem 0;
        font-size: .24rem;
        color: #232323;
    }
    .iproslider_con .sscates .it i {
        width: .16rem;
        height: .16rem;
        background: url(../images/aiarrow_red.png) center center no-repeat;
        background-size: 100% auto;
    }
    .iproslider_con .learnmorebtn {
        display: none;
    }

    .iaboutus .iaboutusin {
        position: relative;
        height: 9.34rem;
    }
    .iaboutus .iaboutusin .inin {
        height: 6.39rem;
        background: linear-gradient(180deg, #F0F4FA 44%, rgba(216, 216, 216, 0) 117%);
    }
    .numcount .numcountin {
        flex-wrap: wrap;
    }
    .numcount li {
        width: 50%;
        flex: auto;
        text-align: left;
        padding-left: .4rem;
        box-sizing: border-box;
    }
    .numcount li:last-child {
        width: 100%;
    }
    .numcount li .numu {
        line-height: 1.8;
    }
    .numcount li .numu > span:first-child {
        font-size: .6rem;
    }
    .numcount li .numu sup {
        margin-top: .26rem;
    }
    .numcount li .numu .unitc {
        font-size: .16rem;
    }
    .numcount li .numu sub {
        transform: translateX(-0.32rem);
        -webkit-transform: translateX(-0.32rem);
        -moz-transform: translateX(-0.32rem);
        -ms-transform: translateX(-0.32rem);
        -o-transform: translateX(-0.32rem);
    }
    .numcount li .indc {
        font-size: .16rem;
        line-height: .3rem;
    }

    .iaboutus_cooperation {
        position: absolute;
        width: 6.9rem;
        left: .3rem;
        bottom: .14rem;
        margin: 0;
    }
    .iaboutus_cooperation .tit span {
        height: .58rem;
        padding: 0 .2rem;
        font-size: .24rem;
        font-weight: bold;
        line-height: .58rem;
    }
    .iaboutus_cooperation .iaboutus_cooperationin {
        display: block;
    }
    .iaboutus_cooperation .iaboutus_cooperationin .it {
        height: auto;
        padding: .1rem .2rem;
        font-size: .24rem;
        line-height: .35rem;
    }
    .iaboutus_cooperation .iaboutus_cooperationin .it::after {
        display: none;
    }
    .mousetips {
        display: none;
    }

    .pititle {
        height: .84rem;
        padding: 0 .28rem;
    }
    .pititle .bg {
        font-size: .7rem;
        line-height: .84rem;
    }
    h2 {
        font-size: .4rem;
        line-height: .48rem;
    }
    .pititle .amore {
        margin-bottom: .1rem;
    }

    .nknowledge .stitle {
        margin-bottom: 0;
    }
    .nknowledgeswiper {
        margin-top: .4rem;
        margin-left: .28rem;
    }
    .nknowledgeswiper .item {
        width: 5.87rem;
        height: 3.89rem;
    }

    .nknowledge .swiper-pagination {
        top: .52rem;
        width: 2rem;
        right: .8rem;
    }
    .nknowledge .swiper-pagination .swiper-pagination-bullet {
        margin: 0 .04rem;
    }

    .nknowledge .swiper-button-prev,
    .nknowledge .swiper-button-next {
        width: .48rem;
        height: .48rem;
        top: .7rem;
    }

    .inews {
        padding: .2rem 0 .56rem;
    }
    
    .navbtnicon .bar:nth-of-type(1) {
        margin-top: 0px;
    }
    
    .navbtnicon .bar:nth-of-type(3) {
        margin-bottom: 0px;
    }
    
    .navbtnicon .bar {
        position: relative;
        display: block;
        width: .32rem;
        height: 2px;
        margin: 2px auto;
        background-color: #000;
        border-radius: 10px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    
    /* .navbtnicon:hover .bar:nth-of-type(1) {
        -webkit-transform: translateY(1.5px) rotate(-4.5deg);
        -ms-transform: translateY(1.5px) rotate(-4.5deg);
        transform: translateY(1.5px) rotate(-4.5deg);
    }
    
    .navbtnicon:hover .bar:nth-of-type(2) {
        opacity: 0.9;
    }
    
    .navbtnicon:hover .bar:nth-of-type(3) {
        -webkit-transform: translateY(-1.5px) rotate(4.5deg);
        -ms-transform: translateY(-1.5px) rotate(4.5deg);
        transform: translateY(-1.5px) rotate(4.5deg);
    } */
    
    .navbtnicon.cross .bar:nth-of-type(1) {
        -webkit-transform: translateY(4px) rotate(-45deg);
        -ms-transform: translateY(4px) rotate(-45deg);
        transform: translateY(4px) rotate(-45deg);
        -moz-transform: translateY(4px) rotate(-45deg);
        -o-transform: translateY(4px) rotate(-45deg);
}
    
    .navbtnicon.cross .bar:nth-of-type(2) {
        opacity: 0;
    }
    
    .navbtnicon.cross .bar:nth-of-type(3) {
        -webkit-transform: translateY(-8px) rotate(45deg);
        -ms-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
        -moz-transform: translateY(-8px) rotate(45deg);
        -o-transform: translateY(-8px) rotate(45deg);
}
    
    /* .navbtnicon.cross:hover .bar:nth-of-type(1) {
        -webkit-transform: translateY(13.5px) rotate(-40.5deg);
        -ms-transform: translateY(13.5px) rotate(-40.5deg);
        transform: translateY(13.5px) rotate(-40.5deg);
    }
    
    .navbtnicon.cross:hover .bar:nth-of-type(2) {
        opacity: 0.1;
    }
    
    .navbtnicon.cross:hover .bar:nth-of-type(3) {
        -webkit-transform: translateY(-13.5px) rotate(40.5deg);
        -ms-transform: translateY(-13.5px) rotate(40.5deg);
        transform: translateY(-13.5px) rotate(40.5deg);
    } */
    
    .header .nav .navin {
        display: none;
        position: fixed;
        right: 0;
        top: 1.86rem;
        width: 100vw;
        height: calc(100vh - 1.86rem);
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        z-index: 999;
        overflow-y: auto;
        overflow-x: hidden;
        box-sizing: border-box;
    }
    .header .nav .navin .item {
        display: block;
        height: auto;
        margin: 0;
        padding: 0;
    }
    .header .nav .navin .item .itema {
        display: flex;
        align-items: center;
        width: calc(100% - 0.4rem);
        height: 1.15rem;
        margin: 0 .2rem;
        padding: 0 .35rem;
        font-size: .3rem;
        font-weight: normal;
        line-height: 1.15rem;
        color: #333;
        border-bottom: 1px solid #D8D8D8;
        box-sizing: border-box;
    }
    .header .nav .navin .item .itema i {
        display: block;
        width: .44rem;
        height: .44rem;
        margin-left: auto;
        background: url(../images/niaarrow.png) center center no-repeat;
        background-size: 100% auto;
    }
    .header .nav .navin .item .ihome {
        display: none;
    }
    .header .nav .navin .item.showin .itemin {
        display: block;
    }
    .header .nav .item:nth-child(2) .itemin {
        max-height: max-content;
    }
    .header .nav .item:nth-child(3) .itemin {
        max-height: max-content;
    }
    .header .nav .item:nth-child(4) .itemin {
        max-height: max-content;
    }
    .header .nav .navin .item.showin .itema {
        border-bottom: 0;
    }
    .header .nav .navin .item.showin .itema i {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    .header .nav .item .itemin {
        display: block;
        position: relative;
        min-height: 0;
        padding: 0;
        top: initial;
        left: initial;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        opacity: 1;
        z-index: 1;
    }
    .header .nav .item .itema::after {
        display: none;
    }
    .header .nav .item .itemin .iteminl {
        min-height: 0;
        align-items: flex-start;
        padding: .2rem .4rem;
    }
    .iteminicon {
        display: none;
    }
    .innav .it {
        margin-top: .24rem;
        font-size: .24rem;
    }
    .header .nav .navin .item .ncate {
        padding: .22rem .2rem;
        background: #F9F9F9;
    }
    .header .nav .navin .item .ncate .ncatetit {
        display: flex;
        align-items: center;
        font-size: .24rem;
        font-weight: bold;
        line-height: .36rem;
        color: var(--hovercolor);
    }
    .header .nav .navin .item .ncate .ncatetit .icon {
        display: block;
        width: .96rem;
        min-width: .96rem;
        height: .96rem;
        margin-right: .2rem;
    }
    .header .nav .navin .item .ncate .ncatetit .icon img {
        width: 100%;
        vertical-align: top;
    }
    .ncatein {
        display: flex;
        flex-wrap: wrap;
        margin-left: -0.96rem;
    }
    .ncatein .it {
        display: block;
        margin-top: .18rem;
        margin-left: .96rem;
        padding: .12rem 0;
        font-size: .24rem;
        font-weight: normal;
        line-height: .36rem;
        color: #323232;
    }


    .pnav2 {
        overflow-x: hidden;
    }


    .contactbanner .icon {
        height: 4rem;
    }
    .contactbanner .text {
        font-size: .5rem;
    }

    .footer {
        overflow-x: hidden;
    }

    .newsbanner {
        margin-bottom: .26rem;
    }
    .newsbanner .text {
        /* position: relative;
        top: 0;
        left: 0; */
        top: calc(50% - 0.36rem);
        padding: 0 .28rem;
        font-size: .52rem;
        line-height: .74rem;
        text-align: left;
        /* color: var(--textred);
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0); */
    }
    .newsbanner .icon {
        height: 2.59rem;
    }
    .banner .bread {
        position: relative;
        width: 100%;
        padding: 0 .2rem;
        left: 0;
        bottom: 0;
        font-size: .24rem;
        color: #333;
        background: #fff;
        box-sizing: border-box;
    }
    .banner .bread::after {
        display: block;
        position: absolute;
        content: '';
        bottom: 0;
        left: 50%;
        width: calc(100% - 0.4rem);
        height: 1px;
        background: #D8D8D8;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    .banner .bread .bcon {
        overflow-x: auto;
        white-space: nowrap;
    }
    .banner .breadw .ihome {
        min-width: .24rem;
        margin-right: .2rem;
        background: url(../images/mhome_gray.png) center center no-repeat;
        background-size: 100% auto;
    }
    .newsbanner .breadw a {
        height: .7rem;
        margin: 0 .2rem;
        color: #333;
        white-space: nowrap;
    }
    .newsbanner .breadw span {
        color: #5B5B5B;
    }

    .pnav {
        justify-content: flex-start;
        height: 2.48rem;
        margin: 0 .28rem;
        overflow-x: hidden;
    }
    .pnav .item {
        width: auto;
        margin: 0;
        box-sizing: border-box;
    }

    .pnavinline {
        display: flex;
        align-items: center;
        padding: .2rem .1rem 0 .2rem;
    }
    .pnavinline .tit {
        display: block;
        font-size: .4rem;
        font-weight: bold;
        line-height: .58rem;
        color: #3D3D3D;
    }
    .pnavinline .pnavbtnwrap {
        display: block;
        position: relative;
        width: 1.8rem;
        height: .58rem;
        margin-left: auto;
    }
    .pnavinline .pnavbtnwrap .swiper-button-prev, .pnavinline .pnavbtnwrap .swiper-button-next {
        display: flex;
        align-items: center;
        justify-content: center;
        width: .4rem;
        height: .58rem;
        top: 0;
        margin-top: 0;
        z-index: 1;
    }
    .pnavinline .pnavbtnwrap .swiper-button-prev::after, .pnavinline .pnavbtnwrap .swiper-button-next::after {
        font-size: .2rem;
        font-weight: bold;
        color: #5A536E;
    }
    .pnav2 {
        justify-content: flex-start;
        height: 1.28rem;
        margin-bottom: 0;
        padding: 0 .48rem;
    }
    .pnav2 .item {
        margin: 0;
        font-size: .3rem;
        font-weight: normal;
        line-height: .68rem;
        color: #808080;
    }
    .pnav2 .item span {
        display: block;
        height: .6rem;
        padding: 0 .22rem;
        line-height: .6rem;
    }
    .pnav2 .item.cur span {
        color: #fff;
        background: #EC1C20;
    }
    .pnav2 .item.cur::after {
        bottom: 0;
    }

    .pnav {
        justify-content: flex-start;
        height: 1.28rem;
        margin-bottom: 0;
        padding: 0 .48rem;
    }
    .pnav .item {
        margin: 0;
        font-size: .3rem;
        font-weight: normal;
        line-height: .68rem;
        color: #808080;
    }
    .pnav .item.cur {
        font-weight: bold;
        color: #232323;
    }
    .pnav .item.cur::after {
        display: block;
        position: absolute;
        content: '';
        width: 100%;
        height: .04rem;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        background: #232323;
    }

    .nnews {
        padding: .23rem 0 .4rem;
    }

    .stitle {
        width: auto;
        margin: 0 .2rem .1rem;
        padding-top: .32rem;
        padding-left: .54rem;
        font-size: .34rem;
        line-height: .48rem;
    }
    .stitle i {
        width: .96rem;
        height: .6rem;
    }
    .stitle h2 {
        font-size: .34rem;
        line-height: .48rem;
    }

    .pititle {
        padding: 0 .28rem;
    }
    .pititle .bg {
        left: .28rem;
    }


    /* index */
    .iproduct {
        padding: .3rem 0;
        overflow: hidden;
    }
    .iproduct .intro {
        display: none;
        margin-top: .18rem;
        padding: 0 .28rem;
        font-size: .28rem;
    }
    .iconnavswiper .swiper-slide {
        width: 3.2rem;
        flex: none;
    }
    .iconnav .item .icon {
        width: 2.78rem;
        height: 2.78rem;
    }

    .iporslider_swiper  {
        display: block;
    }
    .iporslider .slider {
        display: none;
    }

    .iservice {
        overflow: hidden;
    }

    .iservicewrap {
        display: none;
        flex-wrap: wrap;
        margin-top: .46rem;
    }
    .iservicewrap .item {
        width: 100%;
        height: auto;
        flex: initial;
        margin-bottom: .15rem;
    }
    .iservicewrap .item .icon {
        height: 6.32rem;
    }
    .iservicewrap .item .itemin {
        position: relative;
        top: initial;
        height: .83rem;
        background: none;
    }
    .iservicewrap .item .itemin .tit {
        font-size: .3rem;
        color: #000;
    }
    .iservicewrap .item .itemin .ibtn {
        display: none;
    }

    .iservicewrap_swipwer {
        display: block;
        position: relative;
        width: 5.57rem;
        margin: .46rem auto 0;
    }
    .iservicewrap_swipwer .item {
        flex: none;
    }
    .iservicewrap_swipwer .item .icon {
        height: 4.69rem;
    }

    .iservicewrap_swipwer .swiper-button-next {
        right: -0.9rem;
        top: 40%;
    }
    .iservicewrap_swipwer .swiper-button-prev {
        left: -0.9rem;
        top: 40%;
    }
    .iservicewrap_swipwer .swiper-button-next::after,
    .iservicewrap_swipwer .swiper-button-prev::after {
        font-size: .6rem;
    }
    .iservicewrap_swipwer .swiper-slide-prev {
        transform: scale(.9);
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform-origin: right center;
    }
    .iservicewrap_swipwer .swiper-slide-next {
        transform: scale(.9);
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform-origin: left center;
    }

    .indexnewsswiper {
        margin: .38rem .2rem 0;
        padding-bottom: 0;
        background: #fff;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    }
    .indexnewsswiper .swiper-wrapper {
        display: block;
        padding: .1rem 0;
    }
    .indexnewsswiper .item {
        height: auto;
        width: auto;
        margin: 0 .26rem;
        padding: .14rem 0;
    }
    .indexnewsswiper .item .itemin {
        display: flex;
        box-shadow: none;
    }
    .indexnewsswiper .item .itemin .icon {
        display: block;
        width: 3.44rem;
        height: 2.43rem;
    }
    .indexnewsswiper .item .itemin .inin {
        flex: 1;
        padding: .43rem 0 0 .2rem;
    }
    .indexnewsswiper .item .itemin .idate {
        display: flex;
        flex-direction: row;
        width: auto;
        height: .35rem;
        top: .14rem;
        left: 3.66rem;
        padding: 0 .12rem;
        font-size: .22rem;
        line-height: .35rem;
    }
    .indexnewsswiper .item .itemin .idate .iday {
        display: none;
        font-size: .22rem;
    }
    .indexnewsswiper .item .idate .iother {
        display: none;
        font-size: .22rem;
    }
    .indexnewsswiper .item .itemin h3,.indexnewsswiper .item .itemin h3 a {
        height: .88rem;
        font-size: .3rem;
        line-height: .44rem;
        color: #000;
    }
    .indexnewsswiper .item .itemin .text {
        height: .96rem;
        margin-top: .12rem;
        font-size: .22rem;
        line-height: .32rem;
        color: #5b5b5b;
    }
    .indexnewsswiper .itemalbumpic .inin {
        display: block;
    }

    .indexnewsswiper .item .itemin .idate .idatein {
        display: block;
        font-size: calc(0.2vw + 8px);
        text-align: center;
        color: #fff;
    }

    .mt20 {
        margin-top: .2rem;
    }
    /* video */
    .vbanner {
        margin-bottom: 0;
    }
    .vbanner .icon {
        height: 2.6rem;
    }
    .vbanner .text {
        padding: 0 .28rem;
        font-size: .52rem;
        font-weight: bold;
        line-height: .74rem;
        text-align: left;
        top: calc(50% - 0.36rem);
        /* color: var(--textred);
        position: relative;
        top: initial;
        left: initial;
        transform: translate(0, 0); */
    }
    .vbanswiper {
        position: relative;
    }
    .vbanswiper .swiper-slide {
        height: 2.6rem;
        overflow: hidden;
    }
    .vbanswiper .swiper-slide img {
        height: 100%;
        object-fit: cover;
    }
    .vbanswiper .swiper-pagination {
        font-size: 0;
    }
    .vbanswiper .swiper-pagination .swiper-pagination-bullet {
        width: 30px;
        height: 3px;
        margin: 0 .18rem;
    }
    .vbanner .bread {
        display: block;
        /* margin-bottom: .2rem; */
        padding: .2rem;
    }
    .ptsvideoslist {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 .28rem;
        gap: 0;
    }
    .ptsvideoslist .item,
    .ptsvideoslist .item:nth-child(1),
    .ptsvideoslist .item:nth-child(2),
    .ptsvideoslist .item:nth-child(3),
    .ptsvideoslist .item:nth-child(4), .ptsvideoslist .item:nth-child(5), .ptsvideoslist .item:nth-child(6) {
        width: 49%;
        height: auto;
        margin-top: .2rem;
        margin-left: 0;
    }
    .ptsvideoslist .item .itemin,
    .ptsvideoslist .item:nth-child(1) .itemin,
    .ptsvideoslist .item:nth-child(2) .itemin,
    .ptsvideoslist .item:nth-child(3) .itemin {
        display: block;
        position: relative;
        top: initial;
        left: initial;
        bottom: initial;
        padding: .2rem;
        background: none;
    }
    .ptsvideoslist .item h3, .ptsvideoslist .item h3 a,
    .ptsvideoslist .item:nth-child(1) h3, .ptsvideoslist .item:nth-child(1) h3 a,
    .ptsvideoslist .item:nth-child(2) .itemin h3, .ptsvideoslist .item:nth-child(2) .itemin h3 a,
    .ptsvideoslist .item:nth-child(3) .itemin h3, .ptsvideoslist .item:nth-child(3) .itemin h3 a {
        font-size: .24rem;
        font-weight: normal;
        line-height: .36rem;
        color: #000;
    }
    .ptsvideoslist .item:nth-child(1) .text {
        display: none;
    }
    .ptsvideoslist .item:nth-child(1) .icon i {
        width: .52rem;
        height: .52rem;
    }
    .ptsvideoslist .item .icon i {
        width: .52rem;
        height: .52rem;
    }
    .ptsvideoslist .item .itemin {
        height: .88rem !important;
        padding: .1rem !important;
    }

    .ptsvideos {
        display: flex;
        flex-wrap: wrap;
        
        margin: 0 .28rem;
    }
    .ptsvideos .item {
        width: 49%;
        height: auto;
        margin-top: .2rem;
        margin-left: 0;
    }
    .ptsvideos .item .itemin {
        display: block;
        position: relative;
        top: initial;
        left: initial;
        bottom: initial;
        padding: .2rem;
        background: none;
    }
    .ptsvideos .item h3, .ptsvideos .item h3 a {
        font-size: .24rem;
        font-weight: normal;
        line-height: .36rem;
        color: #000;
    }
    
    .ptsvideos .item:nth-child(1) .icon i,
    .ptsvideos .item .icon i {
        width: .52rem;
        height: .52rem;
    }
    .ptsvideos > .item:nth-child(1) .icon i {
        width: 1.2rem;
        height: 1.2rem;
    }
    .ptsvideos .item .itemin {
        
    }
    .ptsvideos > .item:first-child {
        width: 100%;
    }
    .ptsvideos .in {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .ptsvideos .in .item {
        width: 49%;
    }
    .ptsvideos .in .item .icon img {
        width: 100%;
        vertical-align: top;
    }
    .ptsvideos .in .item:nth-child(1),
    .ptsvideos .in .item:nth-child(2) {
        width: 49%;
        margin-top: .2rem;
    }
    .ptsvideos .in .item:nth-child(1) .itemin,
    .ptsvideos .in .item:nth-child(2) .itemin,
    .ptsvideos .in .item .itemin {
        position: relative;
        align-items: flex-start;
        height: auto;
        padding: .1rem;
        background: #fff;
    }
    .ptsvideos .in .item:nth-child(1) .itemin h3, .ptsvideos .in .item:nth-child(1) .itemin h3 a,
    .ptsvideos .in .item:nth-child(2) .itemin h3, .ptsvideos .in .item:nth-child(2) .itemin h3 a {
        font-size: .24rem;
        font-weight: normal;
        line-height: .36rem;
        color: #000;
    }

    .ptsvideos > .item:nth-child(1) .itemin {
        padding: .26rem .35rem;
    }
    .ptsvideos > .item:nth-child(1) .itemin h3,.ptsvideos > .item:nth-child(1) .itemin h3 a {
        font-size: .3rem;
        line-height: 1.5;
    }
    .ptsvideos > .item:nth-child(1) .itemin .text {
        font-size: .22rem;
        line-height: 1.68;
    }

    .ptsvideoslist_n {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 .28rem .4rem;
        gap: 0;
    }
    .ptsvideoslist_n .item {
        width: 49%;
        height: auto;
        margin-top: .2rem;
        margin-left: 0;
    }
    .ptsvideoslist_n .item .itemin {
        display: block;
        position: relative;
        top: initial;
        left: initial;
        bottom: initial;
        padding: .2rem;
        background: none;
    }
    .ptsvideoslist_n .item h3, .ptsvideoslist_n .item h3 a {
        font-size: .24rem;
        font-weight: normal;
        line-height: .36rem;
        color: #000;
    }
    .ptsvideoslist_n .item .icon img {
        width: 100%;
        vertical-align: top;
    }
    .ptsvideoslist_n .item .icon i {
        width: .52rem;
        height: .52rem;
    }
    .ptsvideoslist_n .item .itemin {
        padding: .1rem !important;
    }

    /* cases global */
    .ecasesbanner {
        display: flex;
        flex-direction: column-reverse;
    }
    .ecasesbanner .icon {
        height: 2.6rem;
    }
    .ecasesbanner .text {
        padding: 0 .28rem;
        font-size: .52rem;
        line-height: .74rem;
        text-align: left;
    }
    .ecasesbanner .icon::before {
        display: none;
    }
    .casebanner .bread {
        display: block;
        padding: .2rem;
    }
    .engineeringcases {
        padding: .2rem 0;
    }
    .ecaseslist {
        margin: 0 .1rem;
    }
    .ecaseslist .item {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: .2rem;
        padding-left: 0;
    }
    .ecaseslist .item .icon {
        height: auto;
    }
    
    .ipicswiper .swiper-slide {
        height: auto;
    }
    .ipicswiper .swiper-button-prev {
        left: .16rem;
        top: 50%;
        width: 0.52rem;
        height: 0.52rem;
        margin-top: -0.26rem;
        background: rgba(255, 255, 255, 1);
    }
    .ipicswiper .swiper-button-prev::after {
        font-size: 0.28rem;
    }
    .ipicswiper .swiper-button-next {
        right: .16rem;
        top: 50%;
        width: 0.52rem;
        height: 0.52rem;
        margin-top: -0.26rem;
        background: rgba(255, 255, 255, 1);
    }
    .ipicswiper .swiper-button-next::after {
        font-size: 0.28rem;
    }
    .ipicswiper .swiper-pagination {
        font-size: 0;
        bottom: .21rem;
    }
    .ipicswiper .swiper-pagination .swiper-pagination-bullet {
        width: .1rem;
        height: .1rem;
    }
    .ecaseslist .item .itemin {
        width: 100%;
        min-width: 100%;
        height: auto;
        margin-left: 0;
        box-sizing: border-box;
    }
    .ecaseslist .item .title {
        margin: 0 .2rem;
    }
    .ecaseslist .item .title a {
        width: auto;
        margin: 0 0 .1rem;
        padding-top: .32rem;
        padding-left: .54rem;
        font-size: .3rem;
        line-height: .38rem;
    }
    .ecaseslist .item .title i {
        width: .96rem;
        height: .6rem;
    }
    .ecaseslist .item .title h2 {
        font-size: .34rem;
        line-height: .48rem;
    }
    .ecaseslist .item .iparams {
        padding: .2rem .28rem;
    }
    .ecaseslist .item .iparams .it i {
        width: .4rem;
        height: .4rem;
        min-width: .4rem;
    }
    .ecaseslist .item .iparams .it .tit {
        align-items: flex-start;
        width: 6em;
        min-width: 6em;
        font-size: .3rem;
        line-height: .4rem;
    }
    .ecaseslist .item .iparams .it .text {
        font-size: .3rem;
        line-height: .34rem;
    }
    .ecaseslist .item .icpraise {
        margin: 0 .2rem;
        padding: .21rem .26rem;
    }
    .ecaseslist .item .icpraise .text {
        font-size: .3rem;
    }


    /* news */
    .nnews .stitle {
        margin: 0 .2rem .1rem;
    }

    .nnews .bcon {
        width: auto;
        margin: 0 .1rem;
        padding-bottom: .54rem;
    }
    .nnewslist {
        padding: .1rem;
        background: #fff;
    }
    .nnewslist .item {
        display: block;
        width: 100%;
        margin: 0;
        padding: .14rem 0;
    }
    .nnewslist .item .itemin {
        display: flex;
        flex-direction: row;
        height: auto;
        background: none;
        box-shadow: none;
    }
    .nnewslist .item:first-child {
        margin-bottom: .18rem;
    }
    .nnewslist .item .icon {
        width: 3.44rem;
        height: 2.43rem;
    }
    .nnewslist .item .inin {
        padding: .44rem .2rem 0;
    }
    .nnewslist .item h3, .nnewslist .item h3 a {
        height: .88rem;
        font-size: .3rem;
        line-height: .44rem;
        color: #000;
    }
    .nnewslist .item .text {
        height: .96rem;
        margin-top: .12rem;
        font-size: .22rem;
        line-height: .32rem;
        color: #5b5b5b;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .nnewslist .item .idate {
        height: .35rem;
        left: 3.66rem;
        padding: 0 .12rem;
        font-size: .22rem;
        line-height: .35rem;
    }

    .nnewslist .item:first-child {
        padding: 0;
    }
    .nnewslist .item:first-child .itemin {
        display: block;
        height: auto;
        padding-bottom: .2rem;
        border-bottom: 1px solid #D8D8D8;
    }
    .nnewslist .item:first-child .icon {
        width: 100%;
        min-width: 0;
        height: 4.76rem;
    }
    .nnewslist .item:first-child .inin {
        padding: .16rem;
    }
    .nnewslist .item:first-child h3, .nnewslist .item:first-child h3 a {
        font-size: .3rem;
        line-height: .48rem;
        color: #3D3D3D;
    }
    .nnewslist .item:first-child .text {
        display: block;
        margin-top: .1rem;
        font-size: .22rem;
        line-height: .34rem;
        color: #5B5B5B;
    }
    .nnewslist .item:first-child .idate {
        position: relative;
        left: initial;
        top: initial;
        bottom: initial;
        height: auto;
        padding: 0;
        font-size: .2rem;
        line-height: .24rem;
        color: #9E9E9E;
    }

    /* product */
    .sproductbanner .icon {
        height: 6rem;
    }
    .sproductbanner .text {
        font-size: .64rem;
        white-space: nowrap;
    }

    .iconspna_swiper .swiper-wrapper {
        justify-content: flex-start;
    }
    .banner .breadw span {
        color: #212121;
    }

    .iconspnav {
        justify-content: flex-start;
        height: auto;
        padding: .4rem 0 .6rem;
        background: none;
        overflow-x: hidden;
    }
    .iconspnav .item {
        margin: 0 .2rem;
    }
    .iconspnav .item .icon {
        width: 1.48rem;
        height: 1.48rem;
    }
    .iconspnav .item .text {
        display: block;
        height: .7rem;
        font-size: .24rem;
        line-height: .35rem;
        color: #fff;
    }
    .iconspnav .item.cur .text {
        color: #3b89df;
    }

    .productseries {
        padding: .2rem 0;
        background: #fff;
    }
    .pseriesintro {
        display: block;
        padding: 0;
    }
    .pseriesintro .icon {
        width: 100%;
        min-width: 100%;
        height: auto;
    }
    .pseriesintro .icon i {
        width: .94rem;
        height: .94rem;
    }
    .pseriesintro .in {
        padding: .2rem;
    }
	.pseriesintro h1, .pseriesintro h1 a {
        font-size: .4rem;
        line-height: .6rem;
    }
    .pseriesintro h3, .pseriesintro h3 a {
        font-size: .4rem;
        line-height: .6rem;
    }
    .pseriesintro .text {
        margin-top: .2rem;
        font-size: .26rem;
        line-height: .46rem;
    }
    .pfilter .pfilter_inline {
        height: .9rem;
        margin: .28rem .2rem 0;
        padding: 0 .24rem;
    }
    .pfilter .pfilter_inline .tit {
        font-size: .3rem;
    }
    .pfilter .pfilter_inline .btn {
        height: .46rem;
        padding: 0 .14rem;
        font-size: .24rem;
    }
    .pfilter .pfilter_in {
        display: block;
        height: auto;
        margin: 0 .2rem;
        padding: .32rem .24rem;
    }
    .pfilter .pfilter_in .in {
        display: block;
        margin-top: .2rem;
    }
    .pfilter .pfilter_in .in .tit {
        font-size: .28rem;
    }
    .pfilter .pfilterops {
        margin-top: .4rem;
    }
    .pfilter .pfilterops .it {
        margin: 0;
        width: 50%;
        font-size: .28rem;
    }
    .pfilter .pfilterops .it:first-child {
        margin-left: 0;
    }
    .pfilter .pfilter_in .tit {
        font-size: .28rem;
    }

    .pfilterprolist {
        padding: 0 .2rem;
    }
    .pfilterprolist .item {
        width: 100%;
        margin-top: .22rem;
    }
    .pfilterprolist .item .ihead {
        height: .66rem;
    }
    .pfilterprolist .item h3, .pfilterprolist .item h3 a {
        font-size: .3rem;
        line-height: .4rem;
    }
    .pfilterprolist .item .ihead .iarrow {
        width: .12rem;
        height: .12rem;
    }
    .pfilterprolist .item .icon {
        height: auto;
    }

    .pfilterprolist .item .inin {
        height: 2rem;
    }
    .pfilterprolist .item .inin .it {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 .2rem;
    }
    .pfilterprolist .item .inin .it .text {
        font-size: .34rem;
        line-height: .66rem;
    }
    .pfilterprolist .item .inin .it .text sub {
        margin-left: 2px;
        font-size: .22rem;
    }
    .pfilterprolist .item .inin .it .tit {
        font-size: .24rem;
    }

    .pcateintro {
        margin-top: .6rem;
    }
    .pcateintro .stitle {
        flex-wrap: wrap;
        padding-bottom: .4rem;
    }
    .pcateintro .stitle .btn {
        position: absolute;
        left: 0;
        bottom: 0;
        margin-top: .22rem;
    }
    .pcateintrolist {
        margin-top: .24rem;
        padding: 0 .2rem;
    }
    .pcateintrolist .item .ihead {
        height: .85rem;
    }
    .pcateintrolist .item .ihead .tit {
        padding: 0 .2rem;
        font-size: .24rem;
        line-height: .36rem;
    }
    .pcateintrolist .item .ihead .btn {
        height: 100%;
    }
    .pcateintrolist .item .itemin {
        font-size: .28rem;
        line-height: .36rem;
    }
    .pcateintrolist .item .itemin .text {
        padding: .24rem .24rem .3rem;
    }
    .pcateintrolist .item .ihead .btn {
        width: .55rem;
    }
    .pcateintrolist .item .ihead .btn i {
        width: .18rem;
        height: .18rem;
        margin-left: -.1rem;
        margin-top: -.14rem;
    }

    .relatednews {
        margin-top: .4rem;
    }

    .relatednewslist {
        margin: .5rem 0 0;
        padding: 0 .2rem;
    }
    .relatednewslist .item {
        width: 100%;
        margin-bottom: .2rem;
        padding-left: 0;
    }
    .relatednewslist .item .itemin {
        height: auto;
    }
    .relatednewslist .item .icon {
        width: 3.09rem;
        height: 1.98rem;
    }
    .relatednewslist .item .inin {
        padding: .2rem;
    }
    .relatednewslist .item h3 {
        flex: 1;
        margin: 0 0 0 .3rem;
    }
    .relatednewslist .item h3, .relatednewslist .item h3 a {
        height: .92rem;
        font-size: .3rem;
        line-height: .43rem;
        -webkit-line-clamp: 4;
    }
    .relatednewslist .item .text {
        height: auto;
        margin-top: .2rem;
        font-size: .24rem;
        line-height: .36rem;
        -webkit-line-clamp: 4;
    }
    .relatednewslist .item .itemtop {
        display: flex;
        padding-top: .63rem;
        padding-left: .16rem;
    }
    .relatednewslist .item .idate {
        height: .48rem;
        font-size: .24rem;
        line-height: .48rem;
    }

    /* product detail */
    .pdproductinfo {
        display: block;
        padding: 0 0 .4rem;
    }
    .pdproductinfo .pdproduct_icons {
        width: 100%;
        margin-right: 0;
    }
    .pdproductinfo .pdproduct_icons .icon {
        height: auto;
    }
    .pdproductinfo .pdproduct_icons .pdproduct_iconsswiper {
        width: calc(100% - 0.16rem);
        height: .94rem;
        box-sizing: border-box;
    }
    .pdproductinfo .pdproduct_icons .pdproduct_iconsswiper .swiper-slide img {
        width: 100%;
    }
    .pdproductinfo .pdproduct_icons .pdproduct_iconsswiper .swiper-slide.cur::before {
        top: -2px;
        left: -2px;
        width: calc(100% + 4);
        height: calc(100% + 4);
        border: 2px solid var(--themecolor);
    }
    .pdproductinfo .pdproduct_icons .swiper-button-next {
        width: .38rem;
        height: .66rem;
        top: calc(50% - 0.33rem);
        right: .2rem;
        bottom: initial;
    }
    .pdproductinfo .pdproduct_icons .swiper-button-next::after {
        font-size: .28rem;
    }
    .pdproductinfo .pdproduct_icons .swiper-button-prev {
        width: .38rem;
        height: .66rem;
        top: calc(50% - 0.33rem);
        left: .2rem;
        bottom: initial;
    }
    .pdproductinfo .pdproduct_icons .swiper-button-prev::after {
        font-size: .28rem;
    }
    .pdproductinfo .pdproductinfo_in {
        padding: .6rem 0 .2rem;
    }
    .pdproductinfo .pdproductinfo_in .title {
        padding: 0 .2rem;
        font-size: .52rem;
        line-height: .75rem;
    }
    .pdproductinfo .pdproductinfo_in .prointro {
        width: auto;
        margin: .28rem .2rem;
        font-size: .26rem;
        line-height: .55rem;
    }
    .pdproductinfo .pdproductinfo_in .params {
        margin-top: .36rem;
    }
    .pdproductinfo .pdproductinfo_in .params .it {
        padding: .1rem 0;
    }
    .pdproductinfo .pdproductinfo_in .params .it .tit {
        width: 2.24rem;
        font-size: .26rem;
        line-height: .38rem;
    }
    .pdproductinfo .pdproductinfo_in .params .it .text {
        flex: 1;
        font-size: .26rem;
        line-height: .38rem;
    }
    .pdproductinfo .pdproductinfo_in .btnwrap {
        display: none;
    }
    .pdnav {
        height: .72rem;
        padding: 0 .25rem;
    }
    .pdnav .pdnavin .item {
        min-width: 2.2rem;
        height: .68rem;
        margin-bottom: 0;
        font-size: .3rem;
        line-height: .68rem;
    }
    .pdncontactnowbtn {
        display: none;
    }
    .pdproductcontent {
        padding: .47rem 0 0;
    }
    .pdproductcontent .tipstext {
        width: auto;
        margin: 0 .1rem;
        font-size: .24rem;
        line-height: .5rem;
    }
    .pdprofeatures {
        margin: .55rem 0;
    }
    .pdprofeatures .title {
        font-size: .4rem;
        line-height: .58rem;
    }
    .pdprofeatures_list {
        margin-top: .4rem;
    }
    .pdprofeatures_list .item {
        margin-top: .2rem;
    }
    .pdprofeatures_list .item .ihead {
        height: auto;
    }
    .pdprofeatures_list .item .ihead .inum {
        width: .92rem;
        height: .7rem;
    }
    .pdprofeatures_list .item .ihead .itext {
        padding: .15rem 0;
        font-size: .3rem;
        line-height: .43rem;
    }
    .pdprofeatures_list .item .ihead .iarrow {
        height: 100%;
    }
    .pdprofeatures_list .item .ihead .iarrow i {
        width: .12rem;
        height: .12rem;
    }
    .pdparameters {
        margin: .72rem 0 0;
    }
    .pdparameters .title {
        font-size: .4rem;
        line-height: .58rem;
    }
    .pdparameters .pdparameters_in {
        margin-top: .4rem;
        padding: 0 .1rem .1rem;
        overflow-x: auto;
        box-sizing: border-box;
    }
    .pdparameters .pdparameters_in table caption {
        height: 1.04rem;
        font-size: .3rem;
        line-height: 1.04rem;
    }
    .pdparameters .pdparameters_in table tbody tr td {
        height: 1.04rem;
        font-size: .24rem;
    }
    .pdcomponents {
        margin: .4rem 0 0;
    }
    .pdcomponents .title {
        font-size: .4rem;
        line-height: .58rem;
    }
    .pdcomponents_pm {
        margin: .4rem .1rem 0;
    }
    .pdcomponents_pm .imgpc {
        display: none;
    }
    .pdcomponents_pm .imgm {
        display: block;
    }
	.pdcomponents_pm .tit {
		display: block;
		margin: .1rem .4rem 0;
		font-size: 0.3rem;
		font-weight: bold;
		line-height: 0.43rem;
		text-align: center;
		color: #3D3D3D;
	}
	.pdcomponents_pm .text {
		display: block;
		margin: .2rem .4rem .4rem;
		font-size: calc(0.2vw + 12px);
		line-height: 1.9;
		color: #3d3d3d;
	}
    .pdcomponents_list {
        margin-top: .16rem;
        padding: 0 .1rem;
    }
    .pdcomponents_list .item {
        width: 100%;
        height: auto;
    }
    .pdcomponents_list .item .icon {
        height: auto;
    }
    .pdcomponents_list .item .tit {
        font-size: .26rem;
    }
    .pdcomponents_list .item .text {
        margin-top: .2rem;
        font-size: .24rem;
        line-height: .5rem;
    }
    .pdproductcontent {
        padding: .66rem 0 0;
    }

    .pdlmessage {
        padding: .2rem .2rem .66rem;
    }
    .pdlmessage .title {
        padding: 0 .3rem;
        font-size: .4rem;
        line-height: .56rem;
        text-align: left;
    }
    .pdlmessage_form {
        margin-top: .4rem;
    }
    .pdlmessage_form {
        display: block;
        margin-left: 0;
    }
    .pdlmessage_form .inputitem {
        width: 100%;
        margin-bottom: .3rem;
        padding-left: 0;
    }
    .pdlmessage_form .inputitem input {
        height: .6rem;
        padding: 0 .24rem;
        font-size: .24rem;
        line-height: .56rem;
        color: #979797;
    }
    .pdlmessage_form .inputtextarea .tit {
        padding: 0 .22rem;
        font-size: .24rem;
        line-height: .35rem;
    }
    .pdlmessage_form .inputtextarea textarea {
        padding: 0 .2rem;
        font-size: .24rem;
        line-height: .35rem;
    }
    .pdlmessage_form .inputcheck {
        font-size: .26rem;
    }
    .pdlmessage_form .sendbtn {
        width: 2.58rem;
        height: .8rem;
        font-size: .26rem;
        line-height: .8rem;
    }

    .pdncontactnowbtn_m {
        display: block;
        width: 100%;
        height: 1rem;
        font-size: .3rem;
        line-height: 1rem;
        text-align: center;
        color: #fff;
        background: #3b89df;
    }

    /* service support */
    .ssupportbanner {
        display: flex;
        flex-direction: column-reverse;
    }
    .ssupportbanner .icon {
        height: 2.6rem;
    }
    .ssupportbanner .icon::before {
        display: none;
    }
    .ssupportbanner .text {
        position: relative;
        top: 0;
        left: initial;
        margin-bottom: .18rem;
        padding: 0 .28rem;
        font-size: .52rem;
        line-height: 1.2;
        text-align: left;
        color: #3b89df;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .ssupportbanner .text span {
        color: #3b89df;
    }
    .ssupportbanner .text .stext {
        font-size: .26rem;
        line-height: .38rem;
    }
    .servicesupport {
        padding: .4rem 0 0;
    }
    .ssupportlist {
        padding: 0 .28rem;
    }
    .ssupportlist .item {
        width: 100%;
        height: auto;
        margin-bottom: .2rem;
        padding: .2rem;
    }
    .ssupportlist .item .icon {
        height: 3.6rem;
    }
    .ssupportlist .item .title {
        margin-top: .2rem;
    }
    .ssupportlist .item h3, .ssupportlist .item h3 a {
        font-size: .3rem;
        line-height: .46rem;
    }
    .ssupportlist .item .text {
        margin-top: .2rem;
        padding: 0 .2rem;
        font-size: .22rem;
    }

    .learnmore {
        height: 2.1rem;
        background-position: left -2.4rem center;
    }
    .learnmore .lbtn {
        width: 2.18rem;
        height: .6rem;
        top: 50%;
        right: .5rem;
        margin-top: -0.3rem;
        padding: 0 0 0 .2rem;
        font-size: .24rem;
    }

    /* retrofittings service */
    .retrofittingsbanner {
        display: flex;
        flex-direction: column-reverse;
    }
    .retrofittingsbanner .icon {
        height: 2.6rem;
    }
    .retrofittingsbanner .icon::before {
        display: none;
    }
    .retrofittingsbanner .text {
        /* position: relative;
        top: 0;
        left: initial; */
        margin-bottom: .18rem;
        padding: 0 .28rem;
        font-size: .52rem;
        line-height: 1.2;
        text-align: left;
        /* color: #3b89df;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none; */
    }
    .retrofittingsbanner .text span {
        color: #3b89df;
    }
    .upgradeservice {
        padding: .4rem 0;
        overflow: hidden;
    }
    .usrprlist {
        display: block;
    }
    .usrpr {
        display: block;
        margin: .2rem 0 0;
        padding: .2rem;
    }
    .usrpr .icon {
        width: 100%;
        min-width: 100%;
    }
    .usrpr .usrprin {
        padding: .2rem;
    }
    .usrpr .tit {
        font-size: .32rem;
        line-height: .52rem;
    }
    .usrpr .text {
        font-size: .26rem;
    }
    .usrpr .itext {
        margin-bottom: .2rem;
        font-size: .24rem;
        line-height: .46rem;
    }
    .usrpr .itext i {
        width: .14rem;
        min-width: .14rem;
        height: .14rem;
        margin-top: .16rem;
    }
    .usrprlist .usrpr {
        width: 100%;
    }

    /* spare parts */
    .sparepartsbanner {
        display: flex;
        flex-direction: column-reverse;
    }
    .sparepartsbanner .icon {
        height: 2.6rem;
    }
    .sparepartsbanner .text {
        /* position: relative;
        top: 0;
        left: initial; */
        margin-bottom: .18rem;
        padding: 0 .28rem;
        font-size: .52rem;
        /* color: #3b89df;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none; */
    }
    .sparepartsbanner .text span {
        color: #3b89df;
    }
    .spareparts {
        padding: .4rem 0;
    }
    .spareparts .stext {
        padding: 0 .28rem;
        font-size: .2rem;
        line-height: .34rem;
    }
    
    
    .spareparts .dgrservice {
        display: block;
        margin: .2rem 0 .4rem;
    }
    .spareparts .dgrservice .icon {
        width: 100%;
        min-width: 100%;
    }
    .spareparts .dgrservice .dgrservicein {
        padding: .2rem .28rem;
    }
    .spareparts .dgrservice .tit {
        margin-bottom: .2rem;
        font-size: .32rem;
        line-height: .52rem;
    }
    .spareparts .dgrservice .itext {
        font-size: .24rem;
    }
    .gcsupplierlist {
        margin: .26rem 0 .4rem;
        padding-right: .2rem;
    }
    .gcsupplierlist .item {
        width: 33.33%;
        margin-top: .2rem;
        padding-left: .2rem;
    }
    .gcsupplierlist .item .icon {
        height: .94rem;
    }

    .partsapplication {
        margin: .4rem .6rem;
    }
    .partsappswiper {
        width: 100%;
    }
    .partsapplication .swiper-button-prev {
        left: -0.38rem;
    }
    .partsapplication .swiper-button-next {
        right: -0.38rem;
    }

    /* plant retrofitting */
    /* after service */
    .afterserviceban .bread {
        margin-bottom: .2rem;
    }
    .afterservicebanner {
        display: flex;
        flex-direction: column-reverse;
    }
    .afterservicebanner .icon {
        height: 2.6rem;
    }
    .afterservicebanner .icon::before {
        display: none;
    }
    .afterservicebanner .text {
        position: relative;
        top: 0;
        left: initial;
        margin-bottom: .18rem;
        padding: 0 .28rem;
        font-size: .52rem;
        line-height: 1.2;
        text-align: left;
        color: #3b89df;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .afterservicebanner .text span {
        color: #3b89df;
    }
    .afterservice {
        padding-top: 0;
        padding-bottom: .2rem;
    }
    .afterservicelist {
        padding: 0 .1rem;
    }
    .afterservicelist .item {
        width: 100%;
        height: auto;
        margin-bottom: .2rem;
    }
    .afterservicelist .item .itemin {
        height: auto;
    }
    .afterservicelist .item .icon {
        height: 5rem;
    }
    .afterservicelist .item .title {
        margin: .24rem .2rem 0;
    }
    .afterservicelist .item h3, .afterservicelist .item h3 a {
        font-size: .33rem;
        line-height: .48rem;
    }
    .afterservicelist .item .text {
        display: block;
        margin-top: .2rem;
        padding: 0 .2rem .2rem;
        font-size: .24rem;
    }

    /* certificates */
    
    .certificates_banner .bannerin {
        display: flex;
        flex-direction: column-reverse;
    }
    .certificates_banner .icon {
        padding: 0;
        height: 2.6rem;
    }
    .certificates_banner .icon::before {
        display: none;
    }
    .certificates_banner .bantext {
        /* position: relative;
        top: 0;
        left: initial;
        margin-bottom: .18rem;
        
        color: #3b89df;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none; */

        padding: 0 .28rem;
        font-size: .52rem;
        line-height: 1.2;
        text-align: left;
    }
    /* .certificates_banner .bannerin .bantext span {
        color: #3b89df;
    } */
    .certificates_banner .bread {
        margin-top: 0;
    }

    .certificates {
        padding: .4rem 0;
    }
    .certificateslist {
        display: none;
        justify-content: space-between;
        margin: 0 .28rem;
    }
    .certificateslist .item {
        width: 49%;
        margin-bottom: .2rem;
        padding: 0;
    }
    .certificateslist .item .icon {
        height: 3.2rem;
    }
    .certificateslist .item .icon img {
        max-width: 90%;
        max-height: 82%;
    }
    .certificateslist .item .inin {
        height: auto;
        min-height: 0;
        padding: .2rem;
        background: #fff;
        border-bottom: 1px solid #EC1B24;
    }
    .certificateslist .item .tit, .certificateslist .item .tit a {
        font-size: .28rem;
        font-weight: normal;
        line-height: 1.46;
    }

    .certificateslist_m {
        display: flex;
        justify-content: space-between;
        overflow: hidden;
        padding: 0 .28rem;
    }
    .certificateslist_m .flex1 {
        width: 49%;
    }
    .certificateslist_m .item {
        margin-bottom: .2rem;
    }
    .certificateslist_m .item .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 3.2rem;
        background: url(../images/zsbg.png) center center no-repeat;
        background-size: 100% 100%;
    }
    .certificateslist_m .item .icon img {
        max-width: 90%;
        max-height: 82%;
        vertical-align: top;
        transition: transform .3s ease-in-out;
        -webkit-transition: transform .3s ease-in-out;
        -moz-transition: transform .3s ease-in-out;
        -ms-transition: transform .3s ease-in-out;
        -o-transition: transform .3s ease-in-out;
    }
    .certificateslist_m .item .itemin {
        position: relative;
    }
    .certificateslist_m .item .inin {
        display: block;
        width: 100%;
        min-height: 100px;
        height: auto;
        min-height: 0;
        padding: .2rem;
        background: #fff;
        border-bottom: 1px solid #EC1B24;
        box-sizing: border-box;
        transition: background .3s ease-in-out,border .3s ease-in-out;
        -webkit-transition: background .3s ease-in-out,border .3s ease-in-out;
        -moz-transition: background .3s ease-in-out,border .3s ease-in-out;
        -ms-transition: background .3s ease-in-out,border .3s ease-in-out;
        -o-transition: background .3s ease-in-out,border .3s ease-in-out;
    }
    .certificateslist_m .item .itemin::before {
        display: block;
        position: absolute;
        content: '';
        left: 0;
        bottom: 4px;
        width: 100%;
        height: 0;
        background: linear-gradient(270deg, #EE1C25 51%, #262D3B 100%);
        transition: height .3s;
        -webkit-transition: height .3s;
        -moz-transition: height .3s;
        -ms-transition: height .3s;
        -o-transition: height .3s;
    }
    .certificateslist_m .item .itemin::after {
        display: block;
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0;
        background: linear-gradient(270deg, #A8AFBB 0%, #262D3B 100%);
        transition: height .3s;
        -webkit-transition: height .3s;
        -moz-transition: height .3s;
        -ms-transition: height .3s;
        -o-transition: height .3s;
    }
    .certificateslist_m .item .tit,.certificateslist_m .item .tit a {
        display: block;
        font-size: .28rem;
        font-weight: normal;
        line-height: 1.46;
        color: #000;
        transition: color .3s ease-in-out ;
        -webkit-transition: color .3s ease-in-out ;
        -moz-transition: color .3s ease-in-out ;
        -ms-transition: color .3s ease-in-out ;
        -o-transition: color .3s ease-in-out ;
    }

    /* about us */
    .aboutusbanner .bannerin {
        display: flex;
        flex-direction: column-reverse;
        height: auto;
    }
    .aboutusbanner .icon {
        padding: 0;
        height: 2.6rem;
    }
    .aboutusbanner .icon::before {
        display: none;
    }
    .aboutusbanner .bannerin .bantext {
        /* position: relative;
        top: 0;
        left: initial;
        margin-bottom: .18rem;
        
        color: #3b89df;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none; */

        padding: 0 .28rem;
        font-size: .52rem;
        line-height: 1.2;
        text-align: left;
    }
    .aboutusbanner .bannerin .bantext span {
        color: #3b89df;
    }
    .aboutusbanner .bread {
        margin-top: 0;
    }

    .dgasphalt_plant_history {
        /* height: 10.52rem; */
    }
    .dgasphalt_plant_history.showin .stitle {
        top: .38rem;
        left: .25rem;
        padding-top: .32rem;
    }
    .dgasphalt_plant_history.showin .stitle h2 {
        font-size: .4rem;
    }

    .dgaphinscrollable,
    .dgaphinprogress-bar {
        /* display: none; */
    }
    .dgaphpcontrols {
        /* display: none; */
    }
    .dgaphswiperbox {
        display: block;
    }
    .dgaphin {
        margin-top: 1.67rem;
    }
    .dgaphswiperbox {
        width: 6.84rem;
        margin: 0 auto;
    }
    .dgaphswiper img {
        width: 100%;
        vertical-align: top;
    }
    .dgaphswiper .itemin {
        margin-top: .3rem;
    }
    .dgaphswiper .year {
        display: flex;
        align-items: center;
    }
    .dgaphswiper .year span {
        display: block;
        height: .32rem;
        padding: 0 .1rem;
        font-size: .24rem;
        font-weight: bold;
        line-height: .32rem;
        color: #fff;
        background: #3b89df;
    }
    .dgaphswiper .title {
        display: block;
        margin-top: .12rem;
        font-size: .3rem;
        line-height: 1.47;
        color: #fff;
    }
    .dgaphswiper_controls {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        top: initial;
        right: initial;
        bottom: initial;
        left: initial;
        margin-top: .4rem;
    }
    .dgaphswiper_controls .swiper-button-prev,
    .dgaphswiper_controls .swiper-button-next {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        top: initial;
        right: initial;
        bottom: initial;
        left: initial;
        width: .8rem;
        height: .8rem;
        margin: 0 .44rem;
        background: #ED1B23;
    }
    .dgaphswiper_controls .swiper-button-prev::after,
    .dgaphswiper_controls .swiper-button-next::after {
        font-size: .4rem;
        color: #fff;
    }
    .dgaphswiper_controls .swiper-button-prev.swiper-button-disabled,
    .dgaphswiper_controls .swiper-button-next.swiper-button-disabled {
        background: rgba(254, 242, 242, 0.5);
    }
    .dgaphswiper_controls .swiper-button-prev.swiper-button-disabled::after,
    .dgaphswiper_controls .swiper-button-next.swiper-button-disabled::after {
        color: #ED1B23;
    }

    .dgap_comprehensive_rd {
        /* height: 11.84rem; */
    }
    .dgapcrdin {
        width: 6.87rem;
        margin-top: 1.98rem;
    }
    .dgap_comprehensive_rd .stitle,
    .dgap_comprehensive_rd.showin .stitle {
        top: .25rem;
        left: .28rem;
        padding-top: .32rem;
    }
    .dgap_comprehensive_rd .stitle h2 {
        font-size: .4rem;
        white-space: wrap;
        text-align: left;
    }
    .dgapcrdswiper {
        padding-bottom: .82rem;
    }
    .dgapcrdswiper .swiper-slide {
        display: block;
        height: auto;
        padding: .2rem .3rem;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    .dgapcrdswiper .swiper-slide .iicon {
        width: 100%;
    }
    .dgapcrdswiper .swiper-slide .ititle {
        font-size: .34rem;
    }
    .dgapcrdswiper .swiper-slide .itext {
        font-size: .2rem;
        line-height: 2;
    }
    .dgapcrdswiper .swiper-slide .itemin {
        margin-top: .2rem;
        margin-left: 0;
    }
    .dgap_comprehensive_rd.showin > .text {
        display: none;
    }

    .global_presence {
        padding-top: .38rem;
    }
    .global_presence .stext {
        margin: 0 .28rem;
        font-size: .24rem;
        line-height: 2.08;
    }
    .global_presence .icon {
        width: 100%;
        height: 4.5rem;
    }
    .global_presence .icon img {
        max-height: 100%;
    }
    .dgcertification {
        padding-top: .46rem;
    }
    .dgcertification .dgcertification_in {
        flex-direction: column-reverse;
        padding: 0 .28rem;
    }
    .dgcertification .icon {
        width: 100%;
        margin-top: .2rem;
        margin-left: 0;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
}
    .dgcertification .stext {
        margin-top: .34rem;
        font-size: .24rem;
        line-height: 2.08;
    }
    .dgcertification .lmorebtn .lbtn {
        height: .68rem;
        padding: 0 .16rem;
        font-size: .26rem;
    }


    /* become a distributor */
    .badbanner {
        display: flex;
        flex-direction: column-reverse;
    }
    .badbanner .icon {
        height: 2.6rem;
    }
    .badbanner .icon::before {
        display: none;
    }
    .badbanner .text {
        padding: 0 .28rem;
        font-size: .52rem;
        line-height: 1.2;
        text-align: left;
    }
    .badbanner .text span {
        color: #3b89df;
    }
    .dgdistributor {
        flex-direction: column;
        margin: .3rem .15rem 0;
        padding: 0;
    }
    .dgdistributor .icon {
        position: relative;
        width: 100%;
        height: auto;
        left: initial;
        top: initial;
    }
    .dgdistributor .dgdin {
        width: 100%;
        height: auto;
        margin-left: 0;
        padding: .23rem .26rem;
    }
    .stitle_s {
        padding-top: .28rem;
        padding-left: .24rem;
        font-size: .2rem;
        line-height: .3rem;
    }
    .stitle_s i {
        width: .48rem;
        height: .48rem;
    }
    .stitle_s span {
        font-size: .2rem;
        line-height: .3rem;
    }
    .dgdistributor .title {
        font-size: .4rem;
        line-height: 1.7;
    }
    .dgdistributor .text {
        margin-top: .2rem;
        font-size: .24rem;
        line-height: 2.08;
    }
    .whydgmachinery {
        display: flex;
        flex-direction: column-reverse;
        margin-top: .26rem;
        padding: 0 .15rem;
    }
    .whydgmachinery .whydgmicon {
        position: relative;
        width: 100%;
        height: 4.66rem;
        padding: 0;
        right: initial;
        top: initial;
        overflow: initial;
    }
    .whydgmachinery .whydgmicon .whydgmswiper {
        width: 100%;
    }
    .whydgmachinery .whydgmicon .swiper-slide {
        height: 4.66rem;
    }
    .whydgmachinery .whydgmicon .swiper-button-prev {
        display: flex;
        align-items: center;
        justify-content: center;
        width: .76rem;
        height: .76rem;
        right: initial;
        left: 0;
        top: 50%;
        margin-top: -0.38rem;
    }
    .whydgmachinery .whydgmicon .swiper-button-prev::after {
        font-size:.36rem
    }
    .whydgmachinery .whydgmicon .swiper-button-next {
        display: flex;
        align-items: center;
        justify-content: center;
        width: .76rem;
        height: .76rem;
        top: 50%;
        margin-top: -0.38rem;
    }
    .whydgmachinery .whydgmicon .swiper-button-next::after {
        font-size:.36rem
    }
    .whydgmachinery .whydgmin {
        width: 100%;
        height: auto;
        padding: .22rem .28rem;
        min-height: initial;
    }
    .whydgmachinery .title {
        font-size: .4rem;
        line-height: 1.7;
    }
    .whydgmachinery .whydgmnitems {
        margin: 0;
    }
    .whydgmachinery .whydgmnitems .item {
        display: none;
        padding: .1rem 0;
        border: 0;
    }
    .whydgmachinery .whydgmnitems .item .ititle .icon {
        width: .58rem;
        height: .58rem;
        margin-right: .15rem;
    }
    .whydgmachinery .whydgmnitems .item .ititle .text {
        padding-top: 0;
        font-size: .26rem;
        line-height: .38rem;
    }
    .whydgmachinery .whydgmnitems .item .its {
        margin-top: .16rem;
    }
    .whydgmachinery .whydgmnitems .item .its .it {
        padding-left: .48rem;
        font-size: .24rem;
        line-height: 1.7;
    }
    .whydgmachinery .whydgmnitems .item .its .it i {
        display: none;
    }
    .whydgmachinery .whydgmnitems .item.cur {
        display: block;
    }
    .whydgmachinery .whydgmnitems .item::after {
        display: none;
    }
    .badbenefits {
        padding: .47rem 0 .63rem;
    }
    .badbenefits_stitle {
        justify-content: flex-start;
        padding: 0 .46rem;
    }
    .badbenefits .title {
        padding: 0 .4rem;
        font-size: .4rem;
        text-align: left;
        line-height: 1.7;
    }
    .benefitslist {
        margin-top: .22rem;
        padding: 0 .36rem;
    }
    .benefitslist .item {
        width: 4.16rem;
        
    }
    .benefitslist .item .itemin {
        padding: .82rem .28rem .28rem;
        height: 5.51rem;
        box-sizing: border-box;
    }
    .benefitslist .item .icon {
        width: .8rem;
        height: .8rem;
    }
    .benefitslist .item.support .itemin .icon {
        background: url(../images/benefitsicon1.png) center center no-repeat;
        background-size: 100% auto;
    }
    .benefitslist .item.training .itemin .icon {
        background: url(../images/benefitsicon2.png) center center no-repeat;
        background-size: 100% auto;
    }
    .benefitslist .item.rebate .itemin .icon {
        background: url(../images/benefitsicon3.png) center center no-repeat;
        background-size: 100% auto;
    }
    .benefitslist .item .tit {
        margin-top: .36rem;
        font-size: .34rem;
        line-height: 1.7;
    }
    .benefitslist .item .text {
        margin-top: .32rem;
        font-size: .24rem;
        line-height: .5rem;
    }
    .benefits_swiper .swiper-slide {
        width: auto;
    }

    .badcontact {
        height: auto;
    }
    .badcontact_title {
        width: 6.73rem;
        height: 1.27rem;
        padding: 0 .2rem;
        font-size: .4rem;
        line-height: 1.46;
    }
    .badcontact_text {
        width: 100%;
        font-size: .24rem;
        line-height: 2.08;
    }
    .badcontact .bcon {
        padding: .36rem .2rem;
        box-sizing: border-box;
    }
    .badcontact .lyinfo {
        position: relative;
        top: initial;
        right: inherit;
        width: 100%;
        height: auto;
        margin-top: .2rem;
        padding: .1rem .22rem .52rem;
        box-sizing: border-box;
    }
    .lyinfo .text {
        font-size: .26rem;
        line-height: 1.7;
    }
    .lyinfo_form {
        margin-top: .12rem;
    }
    .lyinfo_form .inputitem {
        margin-bottom: .22rem;
    }
    .lyinfo_form .inputitem input {
        height: .6rem;
        padding: 0 .16rem;
        font-size: .24rem;
        line-height: .56rem;
    }
    .badcontact .lyinfo .lyinfo_form .inputtextarea {
        height: 2.16rem;
        padding: .1rem 0;
    }
    .lyinfo_form .inputtextarea textarea {
        padding: 0 .16rem;
        font-size: .24rem;
    }
    .lyinfo_form .inputcheck .text {
        font-size: .24rem;
    }
    .lyinfo_form .inputcheck i {
        width: .2rem;
        height: .2rem;
    }
    .lyinfo_form .sendbtn {
        width: 2.14rem;
        height: .62rem;
        margin-top: .4rem;
        font-size: .32rem;
        line-height: .62rem;
    }

    .attachment {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }
    .attachment .btn {
        margin: .1rem 0;
    }
    .attachment .text {
        width: 100%;
        overflow: hidden;
    }
    .attachment .text span {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .attachment .text {
        order: -1;
    }
    .attachment .idel {
        width: .44rem;
        background: url(../images/idel.png) center center no-repeat;
        background-size: 70% auto;
    }
    


    /* contact */
    .contactban .bread {
        margin-bottom: .2rem;
    }
    .contactbanner {
        display: flex;
        flex-direction: column-reverse;
    }
    .contactbanner .icon {
        height: 2.6rem;
    }
    .contactbanner .icon::before {
        display: none;
    }
    .contactbanner .text {
        padding: 0 .28rem;
        font-size: .52rem;
        line-height: 1.2;
        text-align: left;
    }
    .contactdg {
        padding: 0;
    }
    .contactdg .gdistribution {
        padding: .25rem .2rem;
        overflow: hidden;
    }
    .contactdg .gdistribution .text {
        margin-top: .15rem;
        font-size: .2rem;
        line-height: 1.7;
    }
    .ccontact {
        margin-top: .22rem;
        padding: .34rem 0;
    }
    .ccontact .inline {
        display: block;
        padding: 0 .45rem;
    }
    .ccontact .tit {
        font-size: .3rem;
    }
    .ccontact .socialmedia {
        display: block;
        margin-top: .22rem;
    }
    .ccontact .socialmedia .ilabel {
        font-size: .24rem;
        line-height: 1.7;
    }
    .ccontact .socialmedia .socialmedia_in {
        margin-top: .23rem;
        margin-left: -0.22rem;
    }
    .ccontact .socialmedia .socialmedia_in .it {
        width: .68rem;
        height: .68rem;
        margin-left: .22rem;
    }
    .ccontact .socialmedia .socialmedia_in .it:first-child {
        margin-left: .22rem;
    }
    .ccontact .ccontact_in {
        display: block;
        margin: .3rem .48rem 0;
    }
    .ccontact .ccontact_in .item {
        margin-right: 0;
        padding: .22rem 0;
    }
    .ccontact .ccontact_in .item .icon {
        width: .5rem;
        height: .5rem;
        margin-top: .2rem;
        margin-right: .5rem;
    }
    .ccontact .ccontact_in .item .itemin {
        flex: 1;
    }
    .ccontact .ccontact_in .item .tit {
        font-size: .26rem;
        font-weight: normal;
        line-height: 1.7;
    }
    .ccontact .ccontact_in .item .text {
        font-size: .26rem;
        font-weight: bold;
        line-height: 1.7;
    }
    .contactpic {
        height: 7.84rem;
        margin: 0 -0.2rem;
        background: url(../images/contactpicm.png) right -0.58rem center no-repeat;
        background-size: auto 100%;
    }

    .contact_maps .in .pic {
        display: none;
    }


    .stitle_dot {
        font-size: .4rem;
    }
    .stitle_dot i {
        width: .24rem;
        min-width: .24rem;
        height: .24rem;
        margin-top: .16rem;
    }

    .contact_maps .stitle_dot {
        top: .29rem;
        left: .27rem;
    }
    .contact_maps iframe {
        height: 4.34rem;
    }

    .contactdg .badbtn {
        height: 1.89rem;
        margin-top: .2rem;
        padding: .21rem .6rem;
        background: url(../images/badbtnbgm.jpg) center center no-repeat;
        background-size: 100% 100%;
    }
    .contactdg .badbtn .text {
        font-size: .5rem;
    }
    .contactdg .badbtn .btn {
        width: 2.18rem;
        height: .51rem;
        margin-top: .17rem;
        padding: 0 .16rem 0 .28rem;
        font-size: .2rem;
    }
    .contactdg .badbtn .btn i {
        width: .25rem;
        height: .25rem;
        margin-left: .1rem;
    }
    .contactdg .lyinfo .lyinfo_form .inputgroup {
        display: block;
    }
    .contactdg .lyinfo .lyinfo_form .inputgroup .inputitem:last-child {
        margin-left: 0;
    }
    .contactdg .lyinfo {
        padding: .32rem .1rem;
    }
    .contactdg .lyinfo .lyinfo_form {
        margin: .28rem 0;
    }


    /* Double-drum Recycling Retrofitting */
    .doubledrumban .bread {
        margin-bottom: .2rem;
    }
    .doubledrumbanner {
        display: flex;
        flex-direction: column-reverse;
    }
    .doubledrumbanner .icon {
        height: 2.6rem;
    }
    .doubledrumbanner .icon::before {
        display: none;
    }
    .doubledrumbanner .text {
        padding: 0 .28rem;
        font-size: .52rem;
        line-height: 1.2;
        text-align: left;
        white-space: wrap;
        width: 100%;
        box-sizing: border-box;;
    }
    .doubledrumbanner .text span {
        display: inline;
        white-space: wrap;
    }
    .introduction {
        padding: .37rem 0 .5rem;
    }
    .introduction .introductionin {
        margin: .5rem .2rem 0;
        padding: .28rem .32rem .85rem;
    }
    .introduction .introductionin .tit {
        margin-bottom: .23rem;
        padding: 0;
        font-size: .34rem;
        font-weight: bold;
        line-height: 1.44;
        color: #252525;
    }
    .introduction .introductionin .text {
        padding: 0;
        font-size: .24rem;
        line-height: 2.08;
    }
    .introduction .introductionin .text i {
        margin-right: .12rem;
    }
    .introduction_swiperbox {
        margin-top: .22rem;
    }
    .introduction_swiperbox .introduction_swiper {
        width: 6.4rem;
        padding-bottom: .85rem;
    }
    .introduction_swiperbox .introduction_swiper .name {
        margin-top: .35rem;
        font-size: .24rem;
        line-height: 1.458;
    }
    .introduction_control .swiper-button-prev,
    .introduction_control .swiper-button-next {
        position: relative;
        top: initial;
        left: initial;
        right: initial;
        margin: 0;
        width: .72rem;
        height: .72rem;
        background: rgba(254, 242, 242, 0.5);
        transition: background .3s ease-in-out;
        -webkit-transition: background .3s ease-in-out;
        -moz-transition: background .3s ease-in-out;
        -ms-transition: background .3s ease-in-out;
        -o-transition: background .3s ease-in-out;
    }
    .introduction_control .swiper-button-prev::after,
    .introduction_control .swiper-button-next::after {
        font-size: .32rem;
        font-weight: bold;
        color: #ED1B23;
    }
    .introduction_control .swiper-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        font-size: 0;
    }
    .introduction_control .swiper-pagination .swiper-pagination-bullet {
        display: block;
        width: .16rem;
        height: 2px;
        margin: 0 15px;
        opacity: 1;
        background: #A6A6A6;
        border-radius: 0;
        cursor: pointer;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .introduction_control .swiper-pagination .swiper-pagination-bullet-active {
        width: .55rem;
        height: 4px;
        background: var(--themecolor);
    }
    .introduction .introductionin::before {
        display: block;
        position: absolute;
        bottom: 7px;
        left: 0;
        content: '';
        width: 100%;
        height: 3px;
        background: linear-gradient(270deg, #EE1C25 66%, #262D3B 100%);
    }
    .introduction .introductionin::after {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 5px;   
        background: linear-gradient(270deg, #A8AFBB 0%, #262D3B 100%);
    }

    .advantage {
        height: 8.07rem;
        margin-top: 0;
        padding-top: .37rem;
        background-size: auto 100%;
        overflow: hidden;
    }
    .whyrap {
        min-height: 0;
        margin-top: .68rem;
    }
    .whyrap .item {
        display: flex;
        flex-direction: column;
        width: 4.97rem;
        height: 5.69rem;
        margin: 0;
        padding: .48rem .3rem;
        box-sizing: border-box;;
    }
    .whyrap .item .tit {
        height: auto;
        padding: 0;
        font-size: .4rem;
        line-height: 1.45;
    }
    .whyrap .item i {
        width: 1.22rem;
        height: 1.22rem;
        margin: auto;
    }
    .whyrap .item .text {
        padding: 0;
        font-size: .24rem;
        line-height: 1.33;
    }
    .whyrapswiper {
        width: 4.97rem;
    }
    .whyrapswiper .swiper-slide {
        transform: scale(.89);
        -webkit-transform: scale(.89);
        -moz-transform: scale(.89);
        -ms-transform: scale(.89);
        -o-transform: scale(.89);
}
    .whyrapswiper .swiper-slide.swiper-slide-active {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    .parameter {
        margin-top: .58rem;
        padding-bottom: .64rem;
    }
    .parameter_table {
        margin: .24rem .22rem;
        padding-bottom: .48rem;
        overflow-x: auto;
    }

    /* Warm-mix Asphalt Foaming Device */
    .warmmixban .bread {
        margin-bottom: .2rem;
    }
    .warmmixbanner {
        display: flex;
        flex-direction: column-reverse;
    }
    .warmmixbanner .icon {
        height: 2.6rem;
    }
    .warmmixbanner .icon::before {
        display: none;
    }
    .warmmixbanner .text {
        padding: 0 .28rem;
        font-size: .52rem;
        line-height: 1.2;
        text-align: left;
        white-space: wrap;
        width: 100%;
        box-sizing: border-box;;
    }
    .warmmixbanner .text span {
        display: inline;
        white-space: wrap;
    }
    .warmmixban.banner .breadw span {
        color: #5B5B5B;
    }

    .introduction_warmmix {
        padding: .2rem 0;
    }
    .introduction_warmmix .introduction_warmmixin {
        margin: .18rem .2rem 0;
        padding: .28rem .26rem 1px;
    }
    .introduction_warmmix .introduction_warmmixin .text {
        padding: 0;
        font-size: .24rem;
        line-height: 2.08;
    }
    .introduction_warmmix .introduction_warmmixin .text i {
        display: block;
        width: .24rem;
        height: .24rem;
        margin-top: 0.5em;
        margin-right: .2rem;
    }
    .introwarmmix {
        display: block;
        padding: 0;
    }
    .introwarmmix .item {
        margin-top: .14rem;
        margin-bottom: .4rem;
        margin-left: 0;
    }
    .introwarmmix .item .icon {
        height: auto;
    }
    .introwarmmix .item .icon img {
        width: 100%;
        height: auto;
        vertical-align: top;
    }
    .introwarmmix .item .itit {
        margin-top: .26rem;
        font-size: .24rem;
        line-height: 1.458;
    }
    .advantage_warmmix {
        margin-top: .36rem;
        margin-bottom: 0;
    }
    .advantage_warmmix .advantage_warmmixcon {
        margin: .57rem .2rem 0;
        padding: .4rem .28rem .32rem;
    }
    .advantage_warmmix .stitle_dot {
        margin: 0;
    }
    .economicallist {
        display: block;
        margin-top: 0;
    }
    .economicallist .item {
        width: 100%;
        margin-top: .3rem;
    }
    .economicallist .item:nth-child(2n + 1) {
        flex-direction: column;
    }
    .economicallist .item .icon {
        height: auto;
    }
    .economicallist .item:nth-child(2n + 1) .itemin::after {
        top: initial;
        bottom: 100%;
        border-bottom: 10px solid #ececec;
        border-top: 0;
    }
    .economicallist .item .itemin {
        height: auto;
        padding: .11rem .28rem .47rem;
    }
    .economicallist .item .tit {
        font-size: .3rem;
        line-height: 1.43;
    }
    .economicallist .item .text {
        margin-top: .16rem;
        font-size: .24rem;
        line-height: 2.08;
    }
    .efriendly {
        display: block;
    }
    .efriendly .item {
        margin-bottom: .4rem;
    }
    .efriendly .item .icon {
        height: auto;
    }
    .efriendly .item .icon img {
        width: 100%;
        height: auto;
    }
    .efriendly .item:nth-child(2) {
        margin-left: 0;
    }
    .efriendly .item .itemin {
        margin-top: .5rem;
    }
    .laboratory_foaming_device {
        margin-top: 1.02rem;
        padding-bottom: .4rem;
        overflow: hidden;
    }
    .lfdflexin {
        display: block;
        padding: 0 .2rem;
    }
    .lfdpro {
        margin-right: 0;
        margin-bottom: .18rem;
        padding-bottom: .38rem;
    }
    .lfdpro .lfdproin {
        padding: 0 .2rem;
    }
    .lfdpro .lfdproin .itext {
        font-size: .24rem;
        line-height: 2.08;
    }
    .lfdpro .lfdproin .itext i {
        width: .24rem;
        height: .24rem;
        margin-right: .2rem;
        margin-top: .5em;
    }
    .lfdflexin .parameter_table {
        width: auto;
        margin: 0;
    }
    .parameter_table table tbody tr td {
        height: .7rem;
        font-size: .24rem;
        white-space: nowrap;
    }
    .parameter_table table tbody tr:nth-child(1) td {
        height: .9rem;
        padding-top: .2rem;
    }


    /* Intelligent Production System */
    .intelligentbanner {
        display: flex;
        flex-direction: column-reverse;
    }
    .intelligentbanner .icon {
        height: 2.6rem;
    }
    .intelligentbanner .icon::before {
        display: none;
    }
    .intelligentbanner .text {
        padding: 0 .28rem;
        font-size: .52rem;
        line-height: 1.2;
        text-align: left;
        white-space: wrap;
        width: 100%;
        box-sizing: border-box;;
    }
    .intelligentbanner .text span {
        display: inline;
        white-space: wrap;
    }
    
    .intelligent_oms {
        padding: .5rem 0 0;
    }
    .intelligent_oms .intelligent_omsin {
        margin: .38rem .2rem 0;
        padding: .21rem .21rem .9rem;
    }
    .intelligent_oms .intelligent_omsin .text {
        padding: 0;
        font-size: .24rem;
        line-height: 2.08;
    }
    .intelligent_oms .intelligent_omsin .text i {
        width: .24rem;
        height: .24rem;
        margin-top: .5em;
        margin-right: .18rem;
    }
    .intelligent_omsswiperbox {
        margin: .52rem .06rem 0;
    }
    .intelligent_omsswiper {
        height: auto;
    }
    .intelligent_omsswiper img {
        max-width: 100%;
        max-height: initial;
    }

    .intelligent_oms_control {
        margin-top: .4rem;
    }

    .intelligent_oms_control .swiper-button-prev,
    .intelligent_oms_control .swiper-button-next {
        position: relative;
        top: initial;
        left: initial;
        right: initial;
        margin: 0;
        width: .72rem;
        height: .72rem;
        background: rgba(254, 242, 242, 0.5);
        transition: background .3s ease-in-out;
        -webkit-transition: background .3s ease-in-out;
        -moz-transition: background .3s ease-in-out;
        -ms-transition: background .3s ease-in-out;
        -o-transition: background .3s ease-in-out;
    }
    .intelligent_oms_control .swiper-button-prev::after,
    .intelligent_oms_control .swiper-button-next::after {
        font-size: .32rem;
        font-weight: bold;
        color: #ED1B23;
    }
    .intelligent_oms_control .swiper-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        font-size: 0;
    }
    .intelligent_oms_control .swiper-pagination .swiper-pagination-bullet {
        display: block;
        width: .16rem;
        height: 2px;
        margin: 0 15px;
        opacity: 1;
        background: #A6A6A6;
        border-radius: 0;
        cursor: pointer;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .intelligent_oms_control .swiper-pagination .swiper-pagination-bullet-active {
        width: .55rem;
        height: 4px;
        background: var(--themecolor);
    }
    .remote_monitor {
        margin-top: .7rem;
        padding-bottom: .56rem;
    }
    .remote_monitorcon {
        margin: .18rem .2rem 0;
    }

    .remote_monitorcon {
        padding: .52rem .28rem .4rem;
    }

    .rmline {
        margin: .58rem 0 .28rem;
    }

    .rmfeature {
        padding: 0;
    }
    .rmfeature .item {
        width: 100%;
        height: .54rem;
        margin: 0 0 .14rem;
    }
    .rmfeature .item i {
        width: .54rem;
        height: .54rem;
    }
    .rmfeature .item span {
        padding: 0 .26rem;
        font-size: .24rem;
    }
    .remote_monitor .rmnav {
        justify-content: flex-start;
    }
    .remote_monitor .rmnav .item {
        width: min-content;
        min-width: fit-content;
        height: .82rem;
        margin-left: 0.45rem;
        padding: 0 .4rem;
        font-size: .3rem;
        line-height: .82rem;
    }
    .remote_monitor .rmnav .item:first-child {
        margin-left: 0;
    }
    .rmswiperbox {
        margin-top: .4rem;
    }
    .rmswiper {
        height: auto;
    }
    .rmswiper .swiper-slide img {
        height: auto;
        max-width: 100%;
    }


    .story_banner .story_bannerin {
        width: calc(100% - 2vw - 20px);
    }

    .dgstory .dgstorycon {
        width: calc(100% - 2vw - 20px);
        margin: 0 auto;
    }
    .dgstory .dgstorycon > div {
        width: 100%;
    }

    .moreaboutstory .moreaboutstory_in {
        width: calc(100% - 2vw - 20px);
        margin: calc(1vw + 10px) auto 0;
    }
    .moreaboutstory .moreaboutstory_in > div {
        width: 100%;
    }
    .moreaboutstory .moreaboutstory_in .img {
        width: 100%;
    }


    /* D&amp;G Sustainabilty */
    .scommittee .scommitteecon {
        width: calc(100% - 2vw - 20px);
        margin: 0 auto;
    }
    .scommittee .scommitteecon > div {
        width: 100%;
    }
    .scsrlist .item {
        display: block;
    }
    .scsrlist .item .img {
        width: auto;
        padding: calc(0.5vw + 10px) 0;
        height: auto;
        max-height: initial;
    }
    .scsrlist .item .text {
        width: auto;
    }

    .sreportslist {
        width: calc(100% - 2vw - 20px);
        margin: 20px auto 0;
    }
    .sreportslist .item {
        width: calc(100% / 2 - 0.5vw - 10px);
    }

    .greenmembershiplist .item {
        width: calc(100% / 2 - 0.5vw - 10px);
    }






    .bread .ihome {
        width: .24rem;
        min-width: .24rem;
        height: .24rem;
        background-size: 100% auto;
    }

    .newsdetail_bread {
        height: .85rem;
        padding: 0 .2rem;
        font-size: .24rem;
    }
    .newdetailinfo {
        padding: .28rem;
    }
    .newdetailinfo h1 {
        font-size: .32rem;
        line-height: .52rem;
    }
    .newdetailinfo .ininfo {
        display: block;
        margin-top: .2rem;
    }
    .newdetailinfo .ininfo .idate {
        font-size: .24rem;
    }
    .newdetailinfo .ininfo .socialmedia {
        display: block;
    }
    .newdetailinfo .ininfo .socialmedia .ilabel {
        font-size: .24rem;
        line-height: .48rem;
        white-space: nowrap;
    }
    .newdetailinfo .ininfo .socialmedia .socialmedia_in {
        margin-top: .1rem;
    }
    .newdetailinfo .ininfo .socialmedia .socialmedia_in .it {
        width: .48rem;
        height: .48rem;
        margin: 0 .2rem;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }
    .artcontent {
        width: auto;
        margin: 0 .28rem;
        padding: .1rem 0 .24rem;
        font-size: .26rem;
    }
    .artcontent p {
        margin: .4rem 0;
    }

    .newsswitching {
        padding: .26rem .28rem .46rem;
        box-sizing: border-box;
    }
    .newsswitching .item {
        height: auto;
    }
    .newsswitching .item .icon {
        width: 1.24rem;
        min-width: 1.24rem;
        height: 1.24rem;
        font-size: .28rem;
    }
    .newsswitching .item .itemin {
        padding: .12rem .2rem;
        overflow: hidden;
    }
    .newsswitching .item .tit {
        font-size: .28rem;
        line-height: .44rem;
    }
    .newsswitching .item .idate {
        margin-top: .1rem;
        font-size: .24rem;
        line-height: .4rem;
    }
    .newsswitching .item .idate i {
        width: .28rem;
        height: .28rem;
    }


    .banner .bread {
        position: relative;
        left: initial;
        bottom: initial;
        width: auto;
        font-size: .24rem;
        color: #5B5B5B;
        padding: 0 .2rem;
    }
    .banner .bread .ihome {
        min-width: .24rem;
        width: .24rem;
        margin-right: .24rem;
        background: url(../images/mhome_gray.png) center center no-repeat;
        background-size: 100% auto;
    }
    .bread .bcon {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }
    .newsdetail_bread .bcon {
        width: 100%;
    }
    .banner .bread a {
        color: #5B5B5B;
    }
    .pagesbar {
        margin-top: .52rem;
    }
    .pagesbar .it {
        width: .48rem;
        min-width: .48rem;
        height: .48rem;
        padding: 0;
        font-size: .24rem;
        line-height: .44rem;
    }
    .pagesbar .it.cur {
        color: var(--themecolor);
    }
    .pagesbar .pprev,
    .pagesbar .pnext {
        width: .48rem;
        height: .48rem;
    }
    .pagesbar .pprev i,
    .pagesbar .pnext i {
        width: .12rem;
        height: .12rem;
        margin-top: 2px;
    }
    .pagesbar .pprev i {
        margin-left: 2px;
    }
    .pagesbar .pnext i {
        margin-right: 2px;
    }


    .nknowledge {
        height: auto;
        padding: .26rem 0 .52rem;
    }

    .nknowledgeswiper .item .itemin {
        padding: .12rem .3rem .2rem;
    }
    .nknowledgeswiper .item h3, .nknowledgeswiper .item h3 a {
        font-size: .28rem;
        line-height: .34rem;
    }

    .nknowledge .swiper-pagination {
        top: .52rem;
        width: 2rem;
        right: .8rem;
    }
    .nknowledge .swiper-pagination .swiper-pagination-bullet {
        margin: 0 .04rem;
    }

    .nknowledge .swiper-button-prev,
    .nknowledge .swiper-button-next {
        width: .48rem;
        height: .48rem;
        top: .52rem;
    }
    .nknowledge .swiper-button-prev {
        right: 2.9rem;
    }
    .nknowledge .swiper-button-prev::after {
        font-size: .26rem;
    }
    .nknowledge .swiper-button-next {
        right: .2rem;
    }
    .nknowledge .swiper-button-next::after {
        font-size: .26rem;
    }


    .nproductguide {
        padding: .4rem 0;
    }
    .nproductguide .stitle {
        margin: 0 .2rem .1rem;
    }
    .nproductguide .bcon {
        width: auto;
        margin: .12rem .1rem 0;
        padding-bottom: .58rem;
        background: #fff;
    }
    .nproductguidelist {
        margin: 0;
        padding: .1rem;
        background: #fff;
    }
    .nproductguidelist .item {
        display: block;
        width: 100%;
        margin: 0;
        padding: .14rem 0;
    }
    .nproductguidelist .item .itemin {
        display: flex;
        flex-direction: row;
        height: auto;
        background: none;
        box-shadow: none;
    }
    .nproductguidelist .item:first-child {
        margin-bottom: .18rem;
    }
    .nproductguidelist .item .icon {
        width: 3.44rem;
        height: 2.43rem;
    }
    .nproductguidelist .item .inin {
        padding: .44rem .2rem 0;
    }
    .nproductguidelist .item h3, .nproductguidelist .item h3 a {
        height: .88rem;
        font-size: .3rem;
        line-height: .44rem;
        color: #000;
    }
    .nproductguidelist .item .text {
        height: .96rem;
        margin-top: .12rem;
        font-size: .22rem;
        line-height: .32rem;
        color: #5b5b5b;
    }
    .nproductguidelist .item .idate {
        height: .35rem;
        left: 3.66rem;
        padding: 0 .12rem;
        font-size: .22rem;
        line-height: .35rem;
    }

    .loadmorebtn {
        width: 2.7rem;
        height: .8rem;
        margin-top: .48rem;
        padding: 0 .38rem;
    }

    /* faq */
    .faqbanner {
        margin-bottom: 0;
    }
    .faqbanner .bannerin .icon {
        display: none;
    }
    .faqbanner .bannerin .micon,
    .faqbanner .bannerin .mtext {
        display: block;
    }
    .faqbanner .bannerin .micon {
        display: block;
        width: 100%;
        height: 2.6rem;
        -webkit-background-position: center center;
        -moz-background-position: center center;
        -ms-background-position: center center;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .faqbanner .bannerin .mtext {
        position: absolute;
        top: calc(50% - 0.36rem);
        left: 0;
        width: 84vw;
        padding: 0 .28rem;
        font-size: .52rem;
        font-weight: bold;
        line-height: .74rem;
        text-align: left;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
}
    .faqbanner .bread {
        top: initial;
    }
    .faqpcontainer {
        padding-bottom: .6rem;
    }
    .faqpnavinline {
        background: #fff;
    }
    .faqpnav {
        display: flex;
    }

    .faqpcontainer .ccontainer {
        width: 100%;
        background: none;
    }
    .faqpcontainer .faqpside {
        display: none;
    }
    .faqpccon {
        width: 100%;
        margin: 0;
        padding: .2rem;
        box-sizing: border-box;
    }
    .faqpccon .tit {
        height: .94rem;
        padding-left: .28rem;
        border: 0;
    }
    .faqlist .item {
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    }
    .faqlist .item .itemin {
        overflow: initial;
    }
    .faqlist .item .itit, .faqlist .item .itit a {
        min-height: 1.24rem;
        font-size: .3rem;
        line-height: 1.43;
        overflow: initial;
        white-space: wrap;
    }
    .faqlist .item .itext {
        margin-left: -1.46rem;
    }
    .faqlist .item .idate {
        background: #3b89df;
    }
    .faqlist .item .idate .iday,
    .faqlist .item .idate .iym {
        color: #fff;
    }
    .faqpccon .pagesbar {
        margin-top: .6rem;
    }

    /* faq detail */
    .faqdetail .newdetailinfo {
        border: none;
    }
    .faqdetail .newdetailinfo .ininfo .socialmedia {
        display: block;
    }
    .faqdetail .newdetailinfo .ininfo .socialmedia .socialmedia_in .it {
        background: #fff;
    }
    .faqdetail .newdetailinfo .ininfo .socialmedia .socialmedia_in {
        margin-top: .12rem;
        margin-left: -0.2rem;
    }
    .faqdetail .artcontent {
        margin: .2rem 0 0;
        background: #fff;
    }
    .faqpcontainer_detail {
        padding-bottom: 0;
    }


    /* search */
    .searchbanner {
        margin-bottom: 0;
    }
    .searchbanner .bannerin .icon {
        display: none;
    }
    .searchbanner .bannerin .micon,
    .searchbanner .bannerin .mtext {
        display: block;
    }
    .searchbanner .bannerin .micon {
        display: block;
        width: 100%;
        height: 2.6rem;
        -webkit-background-position: center center;
        -moz-background-position: center center;
        -ms-background-position: center center;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .searchbanner .bannerin .mtext {
        position: relative;
        top: 0;
        left: 0;
        width: 84vw;
        padding: 0 .28rem .2rem;
        font-size: .52rem;
        font-weight: bold;
        line-height: .74rem;
        text-align: left;
        color: var(--textred);
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .searchbanner .bread {
        top: initial;
    }
    .searchpcontainer {
        padding-bottom: .2rem;
    }

    .searchpcontainer .ccontainer {
        width: 100%;
        background: none;
        box-sizing: border-box;
    }

    .searchpcontainer .ccontainer .ssearchbox .inin {
        width: 100%;
    }

    .ssearchitem {
        padding-bottom: .2rem;
        border-bottom: 0;
    }

    .ssearchitem .pfilterprolist {
        margin-left: 0;
        padding: 0;
    }
    .ssearchitem .pfilterprolist .item {
        padding-left: 0;
    }

    .nnewslist_search {
        margin-left: 0;
    }
    .nnewslist_search .item {
        display: block;
        width: 100%;
        margin: 0;
        padding: .14rem 0;
    }
    .nnewslist_search .item .itemin {
        display: flex;
        flex-direction: row;
        height: auto;
        background: none;
        box-shadow: none;
    }
    .nnewslist_search .item:first-child {
        margin-bottom: .18rem;
    }
    .nnewslist_search .item .icon {
        width: 3.44rem;
        height: 2.43rem;
    }
    .nnewslist_search .item .inin {
        padding: .44rem .2rem 0;
    }
    .nnewslist_search .item h3, .nnewslist_search .item h3 a {
        height: .88rem;;
        font-size: .3rem;
        line-height: .44rem;
        color: #000;
    }
    .nnewslist_search .item .text {
        height: .96rem;
        margin-top: .12rem;
        font-size: .22rem;
        line-height: .32rem;
        color: #5b5b5b;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .nnewslist_search .item .idate {
        height: .35rem;
        left: 3.66rem;
        padding: 0 .12rem;
        font-size: .22rem;
        line-height: .35rem;
    }

    .ssearchitem_in {
        margin-top: .2rem;
        padding: .2rem .28rem .5rem;
        background: #fff;
    }
    .scaselist {
        
    }
    .scaselist .item {
        border-bottom: 1px solid #E8E8E8;
    }
    .scaselist .item .text {
        overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;
    }


    /* footer */
    .footer .bcon {
        padding: .56rem .56rem 0;
        box-sizing: border-box;
    }
    .footer .footerl {
        width: auto;
        border: 0;
    }
    .footer .footerr {
        display: none;
    }
    .footer .flogo {
        width: 2.9rem;
        height: .8rem;
    }
    .footer .femail {
        margin-top: .52rem;
    }
    .footer .femail i {
        width: .52rem;
        height: .52rem;
    }
    .footer .femail .tit,
    .footer .femail .text {
        font-size: .24rem;
    }

    .footer .ftext {
        font-size: .24rem;
    }

    .fshareway .it {
        width: .87rem;
        height: .87rem;
        margin: 0 .1rem;
    }

    .fshareway .fackbook {
        background: #0866FD;
    }
    .fshareway .fackbook i {
        background: url(../images/facebook.png) center center no-repeat;
        background-size: .48rem auto;
    }
    .fshareway .linkedin {
        background: #0274B3;
    }
    .fshareway .linkedin i {
        background: url(../images/linkedin.png) center center no-repeat;
        background-size: .48rem auto;
    }
    .fshareway .twitter {
        background: #000;
    }
    .fshareway .twitter i {
        background: url(../images/twitter.png) center center no-repeat;
        background-size: .48rem auto;
    }
    .fshareway .youtube {
        background: #FE021B;
    }
    .fshareway .youtube i {
        background: url(../images/youtube.png) center center no-repeat;
        background-size: .48rem auto;
    }
    .fshareway .instagram {
        background: #C13584;
    }
    .fshareway .instagram i {
        background: url(../images/ins.png) center center no-repeat;
        background-size: .48rem auto;
    }
    .fshareway .tiktok {
        background: #180C1A;
    }
    .fshareway .tiktok i {
        background: url(../images/tiktok.png) center center no-repeat;
        background-size: .48rem auto;
    }
    
    .copyright {
        background: #333;
    }
    .copyright .crlanselect,
    .copyright .crnav {
        display: none;
    }
    .copyright .text {
        margin: 0 auto;
        padding: 0 .2rem;
        font-size: .22rem;
        text-align: center;
    }

    .ffbtnwrap.hide {
        right: -44px;
    }
    .mhidebtn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 24px;
        padding: 0 2px;
        background: #fff;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    .mhidebtn i {
        display: block;
        width: 20px;
        height: 20px;
        background: url(../images/mhidearrow.png) center center no-repeat;
        background-size: 100% auto;
    }
    .ffbtnwrap.hide .mhidebtn {
        justify-content: flex-start;
        margin-left: -24px;
        background: #3b89df;
    }
    .ffbtnwrap.hide .mhidebtn i {
        background: url(../images/mshowarrow.png) center center no-repeat;
        background-size: 100% auto;
    }
}

/*The default style applies to all screen sizes*/
/*Here are the default style settings*/

/* Small screen (mobile device) style */
@media only screen and (max-width: 480px) {
    /*Style applied on screens with a width of 480 pixels or less*/
    /*This is the style setting for small screens*/
    .iaboutus .iaboutusin {
        position: relative;
        height: 2.34rem;
    }
    .iaboutus .iaboutusin .inin {
        height: 6.39rem;
        background: linear-gradient(180deg, #F0F4FA 44%, rgba(216, 216, 216, 0) 117%);
    }
    .numcount .numcountin {
        flex-wrap: wrap;
    }
    .numcount li {
        width: 50%;
        flex: auto;
        text-align: left;
        padding-left: .4rem;
        box-sizing: border-box;
    }
    .numcount li:last-child {
        width: 100%;
    }
    .numcount li .numu {
        line-height: 1.8;
    }
    .numcount li .numu > span:first-child {
        font-size: .6rem;
    }
    .numcount li .numu sup {
        margin-top: .26rem;
    }
    .numcount li .numu .unitc {
        font-size: .16rem;
    }
    .numcount li .numu sub {
        transform: translateX(-0.32rem);
        -webkit-transform: translateX(-0.32rem);
        -moz-transform: translateX(-0.32rem);
        -ms-transform: translateX(-0.32rem);
        -o-transform: translateX(-0.32rem);
}
    .numcount li .indc {
        margin-top: .04rem;
        font-size: .16rem;
        line-height: .3rem;
    }
    .indexbanswiper .icon {
        height: 9.34rem;
    }
    .indexbanswiper .swiper-page {
        display: none;
    }
    .iaboutus_cooperation {
        position: absolute;
        width: 6.9rem;
        left: .3rem;
        bottom: .14rem;
        margin: 0;
    }
    .iaboutus_cooperation .tit span {
        height: .58rem;
        padding: 0 .2rem;
        font-size: .24rem;
        font-weight: bold;
        line-height: .58rem;
    }
    .iaboutus_cooperation .iaboutus_cooperationin {
        display: block;
    }
    .iaboutus_cooperation .iaboutus_cooperationin .it {
        height: auto;
        padding: .1rem .2rem;
        font-size: .24rem;
        line-height: .35rem;
    }
    .iaboutus_cooperation .iaboutus_cooperationin .it::after {
        display: none;
    }
    .mousetips {
        display: none;
    }

    .pititle {
        height: .84rem;
        padding: 0 .28rem;
    }
    .pititle .bg {
        font-size: .7rem;
        line-height: .84rem;
    }
    h2 {
        font-size: .4rem;
        line-height: .48rem;
    }
    .pititle .amore {
        margin-bottom: .1rem;
    }

    .iproduct {
        padding: .3rem 0;
    }



    .nknowledge .stitle {
        margin-bottom: 0;
    }
    .nknowledgeswiper {
        margin-top: .4rem;
        margin-left: .28rem;
    }
    .nknowledgeswiper .item {
        width: 5.87rem;
        height: 3.89rem;
    }

    .nknowledge .swiper-pagination {
        top: .52rem;
        width: 2rem;
        right: .8rem;
    }
    .nknowledge .swiper-pagination .swiper-pagination-bullet {
        margin: 0 .04rem;
    }

    .nknowledge .swiper-button-prev,
    .nknowledge .swiper-button-next {
        width: .48rem;
        height: .48rem;
        top: .7rem;
    }

    .dgaphlists2 .dgswiper::after {
        display: none;
    }
    .dgaphlists2 .item .dot {
        display: none;
    }
}

@media only screen and (min-width: 767px) and (max-width: 883px) {
    .nknowledgeswiper {
        margin-top: 0.4rem;
    }
}


@media only screen and (min-width: 884px) and (max-width: 1680px) {
    .indexnewsswiper .item {
       height: 3.44rem;
    }
}
@media only screen and (min-width: 884px) and (max-width: 1280px){
    .dgaphaxis .items {
        height: calc(5rem - 8px);
    }
    .dgaphaxis .items:first-child {
        height: 4.12rem;
    }
    .dgaphaxisbg .itbg {
        height: 5rem;
    }
    .dgaphaxisbg .itbg .itbgt {
        height: 5rem;
    }
    .dgaphaxisbg .itbg .itbgb {
        height: 5rem;
    }
    .dgaphaxisbg .itbg .itbgt::before {
        height: 5rem;
    }
    .dgaphaxisbg .itbg:first-child {
        height: 4.12rem;
    }
    .dgaphaxisbg .itbg:first-child .itbgb {
        height: 4.12rem;
    }
    .dgaphaxisbg .itbg:first-child .itbgt {
        height: 4.12rem;
    }
    .dgaphaxis .item {
        padding-bottom: .62rem;
    }
    .dgaphaxis .item .itemin .year {
        bottom: -0.76rem;
        left: .32rem;
    }

    .ecaseslist .item .itemin {
        height: 3.96rem;
    }
    
    .fcates {
        display: block;
    }
    .fcates .item {
        width: 100%;
        margin-bottom: .2rem;
    }
    .fcates .item ul {
        display: flex;
        flex-wrap: wrap;
    }
    .fcates .item ul li {
        margin-right: .22rem;
        margin-left: .1rem;
    }
    .fcates .item h2:after {
        width: 100%;
    }
    .footer .footerr {
        padding-left: 2.5vw;
    }
    
}