@media screen and (max-width: 480px) {
    header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        width: 100%;
        background: #000C1F;
        padding: 0.143rem 0 0.161rem;
        position: fixed;
        z-index: 999;
        top: 0;
    }
    .head-r {
        width: 1.2rem;
        margin-right: 0rem;
    }
    .search {
        width: 0.32rem;
        height: 0.32rem;
        position: relative;
    }
    .menubtn {
        position: absolute;
        top: 0.15rem;
        right: 0.24rem;
        padding: 0.1rem 0;
        cursor: pointer;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
        z-index: 9;
        display: block;
    }
    .bar {
        position: relative;
        display: block;
        width: 0.4rem;
        height: 0.05rem;
        margin: 0.05rem 0;
        background-color: #fff;
        border-radius: 0.174rem;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
    }
    .navclose {
        position: absolute;
        width: 0.274rem;
        right: 0.226rem;
        top: 0.258rem;
        z-index: 9;
        cursor: pointer;
    }
    nav {
        width: 65%;
        height: 100%;
        margin-left: 35%;
        background: #FFF;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0.61rem 0.3rem;
        position: relative;
        overflow: auto;
    }
    .navrow {
        margin-top: 0.45rem;
    }
    .navbox-t {
        width: 65%;
        position: fixed;
        z-index: 1;
        right: 0;
        top: 0;
        box-sizing: border-box;
        padding: 0.2rem 0.3rem;
        background-color: #333;
    }
    .navrow li {
        box-sizing: border-box;
        width: 100%;
        height: 0.7rem;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0rem 0;
        padding-left: 0.083rem;
        padding-right: 0.083rem;
        border-bottom: 1px dashed #E6E6E6;
    }
    .navrow li img {
        width: 0.25rem;
        display: inline-block;
        vertical-align: middle;
        margin-right: 0.17rem;
        margin-top: 0rem;
    }
    .navrow li a {
        display: flex;
        width: 100%;
        box-sizing: border-box;
        font-size: 0.18rem;
        color: #333;
        display: block;
        background: url(../images/nav-r.png) no-repeat right center;
        -o-background-size: 0.107rem 0.235rem;
        background-size: 0.107rem 0.235rem;
    }
    .nav-btn {
        margin-top: .478rem;
        display: block;
        width: 100%;
        border-radius: 0.13rem;
        font-size: 0.252rem;
        font-weight: bold;
        text-align: center;
        line-height: 0.348rem;
        background: #C7161E;
        color: #FFF;
    }
    .nav-btn img {
        width: 0.53rem;
        display: inline-block;
        vertical-align: middle;
        margin-top: 0rem;
    }
    body {
        margin-bottom: 0.4rem;
    }
    body>main {
        margin-top: 0.7rem;
        padding: 0 0 0 0;
    }
    .newsitem li {
        width: 100%;
        overflow: hidden;
        margin-top: 0.37rem;
        box-sizing: border-box;
        padding: 0 0.3rem;
    }
    .newsitem li .aniimg {
        width: 100%;
        float: left;
        border-radius: 10px 0px 0px 0px;
    }
    .newsitemtxt {
        float: right;
        width: 100%;
    }
    .newsitemtxt h4 {
        height: auto;
        display: flex;
        align-items: center;
        margin-top: 15px;
        background: #F4F8FB;
        border-radius: 0px 0px 20px 0px;
        padding-left: 1.33rem;
        margin-left: -1.33rem;
        padding-right: 0.5rem;
    }
    .speciallist li {
        margin-top: 0.5rem;
        width: 100%;
        margin-right: 0%;
        border-radius: 6px;
        overflow: hidden;
        position: relative;
    }
    .wquiplist li a {
        font-size: 0.14rem;
    }
    .newsbtn {
        height: 40px;
        line-height: 40px;
        background: #185caf;
        border-radius: 20px;
        color: #FFF;
        text-align: center;
        font-size: 18px;
        display: block;
        width: 60%;
        margin: 0.5rem auto 0;
    }
    .padd {
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
    }
    .titbox h2,
    .titbox h1 {
        font-size: 0.26rem;
        font-weight: bold;
        line-height: 1em;
        padding: 0.2rem 0.1rem 0.15rem;
        text-align: center;
        display: inline-block;
        position: relative;
        text-transform: uppercase;
        color: #124789;
    }
    .wquiplist li {
        margin-top: 0.0rem;
        width: 100%;
        margin-right: 0%;
        border-radius: 6px;
        overflow: hidden;
        position: relative;
    }
    .newsvideocon {
        background: #FFF;
        box-sizing: border-box;
        padding: 0.3rem 0.3rem 0.2rem;
        margin-top: 0rem;
        margin-bottom: 0.2rem;
    }
    .newsvideolist li h4 {
        text-align: center;
        margin-top: 15px;
        text-overflow: ellipsis;
        line-height: 1.5em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 3em;
        font-size: 0.14rem;
    }
    .footlist {
        padding: 0.15rem 0;
        width: 35%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .footlist li img {
        width: 0.278rem;
        margin: 0 auto 0.1rem;
    }
    .footchat {
        box-sizing: border-box;
        width: 0.68rem;
        height: 0.68rem;
        background: #FFFFFF;
        border-radius: 100%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: static;
        margin-left: 0rem;
        padding: 0.1rem 0.1rem;
    }
    .footlist li h4 {
        font-size: 0.145rem;
        color: #FFF;
        text-align: center;
    }
    footer {
        background: #BD1D21;
        position: fixed;
        z-index: 9;
        bottom: 0;
        width: 100%;
        padding: 0 0.1rem;
        box-sizing: border-box;
    }
    .i-list {
        animation: dianDa 3s infinite 0.5s linear;
        -webkit-animation: dianDa 3s infinite 0.5s linear;
        -o-animation: dianDa 3s infinite 0.5s linear;
        -moz-animation: dianDa 3s infinite 0.5s linear;
        position: static;
        top: 0%;
        width: 100%;
        left: 0.0rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .i-list i {
        display: inline-block;
        width: 0.06rem;
        height: 0.06rem;
        background: #fff;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -o-border-radius: 100%;
        margin-right: 0rem;
    }
    .footchat a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 90%;
        height: 90%;
        background: url(../images/xx.png) no-repeat center;
        -o-background-size: contain;
        background-size: contain;
        text-align: center;
        font-size: 0;
        animation: imgDa 3s infinite 0.5s linear;
        -webkit-animation: imgDa 3s infinite 0.5s linear;
        -o-animation: imgDa 3s infinite 0.5s linear;
        -moz-animation: imgDa 3s infinite 0.5s linear;
        padding-left: 0px;
    }
    footer::before {
        content: "";
        display: block;
        height: 0.2rem;
        width: 100%;
        background: url(../images/footbg.png) no-repeat center center;
        -o-background-size: cover;
        background-size: cover;
        position: absolute;
        top: -0.19rem;
        left: 0;
    }
    .newsbtn {
        height: 40px;
        line-height: 40px;
        background: #185caf;
        border-radius: 20px;
        color: #FFF;
        text-align: center;
        font-size: 18px;
        display: block;
        width: 60%;
        margin: 0.4rem auto 0.2rem;
    }
    .tactrow .chatbtn a {
        float: none;
        width: 40%;
        display: inline-block;
    }
    .liuyan-row {
        box-sizing: border-box;
        padding: 0.1rem 0.1rem;
    }
    .liuyan-row .content {
        background: #FFFFFF;
        box-shadow: 0px 0px 10px 0px rgba(104, 5, 6, 0.24);
        border-radius: 8px;
        box-sizing: border-box;
        padding: 0.2rem 0.2rem;
    }
    .tactchat li span {
        display: block;
        width: 100%;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 0.1rem;
        font-size: 0.2rem;
    }
    .tactchat li a {
        display: block;
        width: 100%;
        font-size: 0.14rem;
        color: #007aff;
        margin-left: 0rem;
    }
    .tactchat li a b {
        font-size: 0.14rem;
    }
    .listtoptit h3 {
        font-size: 0.18rem;
        line-height: 0.2rem;
    }
    .listtoptxt {
        width: 100%;
        box-sizing: border-box;
        padding: 0rem 0.2rem 0.3rem 0.2rem;
    }
    .listtoptxt p {
        font-size: 14px;
    }
    .solution-morebtn {
        width: 228px;
        margin: 0.2rem auto;
        padding: 0 0rem;
        height: 0.36rem;
        line-height: 0.36rem;
        background: #007aff;
        display: block;
        color: #FFF;
        position: relative;
        text-align: center;
        border-radius: 8px;
        box-shadow: 0px 0px 2px 0px rgba(255, 255, 255, 0.3);
        animation: shadow 1.5s infinite ease-in-out;
        font-size: 0.18rem;
    }
    .listban {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        top: 0;
    }
    .listbox-solution {
        box-sizing: border-box;
        padding: 0rem 0 0.3rem 0;
        margin-top: 0px !important;
    }
    .detailtop h1 {
        font-size: 0.18rem;
        padding: 0 0.1rem;
    }
    .detailtop-txt p {
        color: #fff !important;
        font-size: 0.15rem !important;
    }
    .chatbtn a {
        display: block;
        width: 40%;
        line-height: 35px;
        height: 35px;
    }
    .soludetailbot {
        margin-top: 0rem !important;
    }
    .detailtab ul li {
        width: auto;
        height: 46px;
        display: inline-block;
        box-sizing: border-box;
        padding: 0 0.1rem;
        margin: 0 0.1rem 0 0;
        line-height: 46px;
        text-align: center;
        position: relative;
    }
    .descriptlist li>span {
        position: absolute;
        height: 0.26rem;
        border-top: 0.07rem solid #007aff;
        left: 0;
        display: block;
        z-index: -1;
        top: -0.08rem;
        left: -0.2rem;
        width: 100%;
    }
    .descriptlist li>span i {
        display: block;
        width: 0.24rem;
        text-align: center;
        height: 100%;
        background: #007aff;
        font-size: 0.16rem;
        color: #FFF;
        line-height: 0.29rem;
        height: 0.29rem;
    }
    .detail-row h3 {
        font-size: 26px;
        text-transform: uppercase;
        font-weight: bold;
        color: #000;
        padding-top: 20px;
        display: inline-block;
        position: relative;
        background: url(../images/detailtitbg.png) no-repeat left top;
        padding-bottom: 11px;
        margin-bottom: 10px;
    }
    .structurebox .detail-row h3 {
        font-size: 26px;
        text-transform: uppercase;
        font-weight: bold;
        color: #fff;
        padding-top: 20px;
        display: inline-block;
        position: relative;
        background: url(../images/detailtitbg.png) no-repeat left top;
        padding-bottom: 11px;
        margin-bottom: 10px;
    }
    .descriptlist li {
        margin-left: 0.14rem;
        padding: 0.2rem 0.2rem;
        background: #FFFFFF;
        box-shadow: 0px 0px 6px 0px rgba(26, 26, 26, 0.1);
        position: relative;
        z-index: 1;
        margin-bottom: 30px;
    }
    .flowbox {
        padding: 0.2rem 0;
        position: relative;
    }
    .flowpic {
        box-sizing: border-box;
        width: 100%;
        box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.2);
        background: #FFF;
        z-index: 1;
        position: relative;
        padding: 0.2rem;
    }
    .flowrow {
        padding-left: 0rem;
        padding-right: 0rem;
        background: #FFF;
        padding-bottom: 0;
        box-sizing: border-box;
    }
    .furcaselist {
        padding-left: 0rem;
        padding-right: 0rem;
        background: #FFF;
        padding-bottom: 0;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .caseslist li {
        width: 100%;
        margin-right: 0%;
        box-shadow: 0px 0px 9px 0px rgba(26, 26, 26, 0.1);
        border-radius: 0px 40px 0px 0px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .relate-solu li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 0.2rem;
        position: relative;
    }
    .videobox {
        width: 100%;
        margin: 0 auto 50px;
    }
    .relate-pro ul li {
        width: 100%;
        margin-right: 0%;
        margin-top: 0;
        margin-bottom: 0.3rem;
    }
    .padd {
        padding-top: 0.1rem;
        padding-bottom: 0.1rem;
    }
    .casemain {
        box-sizing: border-box;
        background: #FFF;
        border-radius: 40px;
        position: relative;
        padding: 0.2rem 0.2rem;
    }
    .caselist-txt {
        background: #F6FBFF;
        padding: 0rem 0.3rem;
    }
    .caselist-txt p {
        line-height: 1.5em;
        max-height: 4.5em;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        font-size: 0.16rem;
    }
    .listbox-case .detailtop h1 span {
        font-size: 0.18rem;
        line-height: 1.2em;
    }
    .listbox-case .detailtop-txt {
        margin-top: 0.2rem;
    }
    .listbox-case {
        padding-bottom: 0.3rem;
    }
    .sultbox p {
        color: #FFF;
        font-size: 0.16rem;
    }
    .sultpic {
        background: #FFF;
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
        padding-left: 0rem;
        box-sizing: border-box;
        padding-right: 0rem;
        padding-bottom: 0.2rem;
    }
    .sultbox {
        background: url(../images/sultbg.jpg) no-repeat center top;
        padding-bottom: 0;
        background-size: cover;
    }
    .newsdetail h1 {
        font-size: 0.2rem;
        text-align: center;
        max-width: 100%;
        margin: 0 auto;
        line-height: 1.6em;
    }
    .newsdetail {
        background: #FFF;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        margin-top: 0px;
        box-sizing: border-box;
        padding-left: 0.1rem;
        padding-right: 0.1rem;
        padding-bottom: 10px;
        padding-top: 0.2rem;
    }
    .newschat p {
        text-align: center;
        font-size: 16px;
    }
    .newschat {
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
        background: #F6FBFF;
        border: 1px solid #F2F8FC;
        border-radius: 10px;
        text-align: center;
        padding: 0.1rem 0;
    }
    .newschat .chatbtn {
        width: 100%;
        display: inline-block;
        margin-top: 0.2rem;
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .abouttit {
        font-size: 0.32rem;
        font-weight: bold;
        color: rgba(255, 255, 255, 0.2);
        text-transform: uppercase;
        line-height: 1em;
    }
    .aboutbox {
        position: relative;
        z-index: 2;
        margin-top: 0px;
    }
    .postdetail-box {
        font-size: 0.16rem;
        line-height: 1.7em;
        width: 100%;
        box-sizing: border-box;
        padding: 0.2rem 0;
    }
    .new-article {
        padding-left: 0.2rem;
        padding-right: 0.2rem;
        margin-bottom: 0.2rem;
    }
    .postdetail-box p {
        font-size: 0.16rem;
        line-height: 1.7em;
    }
    .new-article-nav b {
        display: block;
        text-align: center;
        font-size: 18px;
        margin-bottom: 0.4rem;
    }
    .new-article-nav li span {
        background: #BD1D21;
        border: 4px solid #FFFFFF;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        display: block;
        box-sizing: border-box;
        line-height: 28px;
        position: absolute;
        left: 0.1rem;
        top: 0.05rem;
        margin-top: 0px;
        font-size: 16px;
        color: #FFF;
        text-align: center;
        font-weight: bold;
    }
    .new-article-nav li a {
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        font-size: 0.16rem;
        box-sizing: border-box;
        padding-left: 0rem;
    }
    .new-article-nav li {
        margin-top: 20px;
        height: 46px;
        line-height: 46px;
        background: #F2F2F2;
        border-radius: 23px;
        position: relative;
        padding-left: 0.45rem;
        padding-right: 0.0rem;
    }
    .zeng-h {
        background: #FFFFFF;
        box-shadow: 0px 0px 6px 0px rgba(26, 26, 26, 0.1);
        margin-left: 0.94rem;
        font-size: 26px;
        font-weight: bold;
        padding: 20px 0rem;
        position: relative;
        margin-top: 0.3rem;
        margin-bottom: 0rem;
        text-align: left;
    }
    .zeng-h span {
        left: -0.94rem;
        width: 0.34rem;
        background: #BD1D21;
        font-size: 0.48rem;
        position: absolute;
        top: 0;
        display: block;
        color: #FFF;
        font-style: italic;
        text-align: center;
        padding: 10px 0;
    }
    .prenexbox li p {
        line-height: 1.5em;
        max-height: 3em;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 0.14rem;
    }
    .structuretxt {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0.2rem;
    }
    .solulist {
        box-sizing: border-box;
        padding: 0 10px;
    }
    .solulist>li {
        width: 100%;
        margin-top: 20px;
        position: relative;
    }
    .solulistpage {
        margin-bottom: 80px;
    }
    .propage-tablist li {
        display: inline-block;
        border: 1px solid rgba(255, 255, 255, 0.4);
        height: 37px;
        line-height: 37px;
        color: #FFF;
        padding: 0 0.15rem;
        text-transform: capitalize;
        font-size: 14px;
        border-radius: 27px;
        margin-right: 10px;
        margin-bottom: 0px;
        cursor: pointer;
    }
    .propage-tablist {
        padding: 0 0;
    }
    .solu-probox p {
        line-height: 1.7em;
        font-size: 0.165rem;
    }
    .solulist>li:hover .solulisttxt {
        left: auto;
        right: 0;
        background: rgba(6, 17, 33, 0.9);
        width: 100%;
        height: auto;
        padding-right: 0.1rem;
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
    }
    .detailtab-fixed {
        position: fixed!important;
        top: 0.6rem;
        width: 100%;
        height: 46px;
        left: 0;
        margin-top: 0;
        z-index: 999999;
        background: #FFF;
        box-shadow: 0px 1px 5px 0px rgba(26, 26, 26, 0.1);
    }
    .prolist-itemcon h4 {
        font-size: 16px;
    }
    .prolist li {
        margin-bottom: 0px;
        width: 100%;
    }
    .casesbtn>ul {
        box-sizing: border-box;
        width: 100%;
        padding: 10px 0px;
    }
    .casesbtn span {
        font-size: 18px;
        color: #FFF;
        float: left;
        margin-right: 10px;
        text-transform: uppercase;
        width: auto;
    }
    .casesbtn ul li {
        float: left;
        font-size: 15px;
        color: #FAFBFB;
        margin: 0px 15px 0 0;
        position: relative;
        padding-left: 26px;
        cursor: pointer;
    }
    .casesbtnbox {
        position: relative;
        margin-bottom: 20px;
    }
    .abouttab li {
        display: inline-block;
        width: 30%;
        float: none;
        margin-left: 10px;
        position: relative;
    }
    .abouttab li:hover .aniimg img,
    .abouttab li.abouttabact .aniimg img {
        transform: scale(1);
        height: 100px;
        object-fit: cover;
    }
    .abouttabbox .content {
        padding-left: 0.2rem;
        padding-bottom: 20px;
        position: relative;
    }
    .fzlccon {
        width: 100%;
        position: relative;
        float: left;
    }
    .fzlcitem-list span {
        font-size: 14px;
    }
    .listban {
        position: absolute;
        width: 100%;
        height: 99%;
        object-fit: cover;
        top: 0;
    }
    .jsslban-btn {
        width: 1.48rem;
        position: absolute;
        left: 50%;
        top: initial;
        bottom: 10px;
        z-index: 999999;
        transform: translateX(-50%) translateY(0%);
    }
    .jsslbantxt h6 {
        font-size: 14px;
        color: #FFF;
    }
    .jsslbantxt {
        margin-top: 0.4rem;
        height: 1.02rem;
        line-height: 1.02rem;
        position: absolute;
        background: url(../images/jsslbg.jpg) no-repeat;
        left: 0rem;
        right: 0rem;
        padding: 10px 10px;
        box-sizing: border-box;
    }
    .ouritemtit h3 {
        display: inline-block;
        color: #FE4417;
        font-size: 20px;
        font-weight: bold;
        position: relative;
    }
    .ouritemleft {
        width: 100%;
        box-sizing: border-box;
    }
    .ouritemright {
        width: 100%;
        box-sizing: border-box;
    }
    .seniorlistpic {
        width: 100%;
        position: relative;
    }
    .seniorlist .seniortxt {
        width: 100%;
    }
    .seniorlist>li:hover .seniortxt {
        position: static;
        right: 0;
        top: 45px;
        background: transparent;
        padding-top: 0;
        z-index: 3;
    }
    .seniorlist>li:hover .seniortxt::before {
        content: "";
        display: none;
        position: absolute;
        box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.17);
        z-index: -1;
        background: #FFF;
        top: 0;
        right: -0.6rem;
        left: -0.75rem;
        bottom: -0.5rem;
    }
    .seniorlistpic span {
        position: absolute;
        display: block;
        height: 30px;
        line-height: 30px;
        color: #FFF;
        text-align: center;
        background: #185caf;
        right: 0;
        width: 50%;
        bottom: 20px;
        font-size: 20px;
        display: none;
    }
    .companypic {
        width: 100%;
        float: left;
    }
    .companytxt {
        float: right;
        width: 100%;
        padding: 0.3rem 0;
        height: auto;
        overflow: hidden;
        color: #fff;
        line-height: 1.6;
    }
    .companytxt p {
        color: #fff;
    }
    .companylist li {
        text-align: center;
        width: 50%;
        border-right: 1px solid rgba(255, 255, 255, 0.32);
        box-sizing: border-box;
        margin: 10px 0;
    }
    .epcmotxt2 {
        width: 100%;
        text-align: center;
        margin: 0rem auto 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .epcmotxt2 h3 {
        font-size: 20px;
        color: #FFF;
        line-height: 40px;
        padding: 0 10px;
        text-align: left;
    }
    .epcmotxt2 h1 {
        font-weight: bold;
        background: #263040;
        color: #FFF;
        font-size: 30px;
        margin-top: 0rem;
        padding: 0 10px;
        display: inline-block;
    }
    .epcmotxt2 h4 {
        color: #FFF;
        text-align: right;
        font-size: 16px;
        margin-top: 10px;
    }
    .epcmopic-intro .postdetail-box {
        color: #fff;
    }
    .epcmopic-intro .postdetail-box>* {
        color: #fff;
    }
    .epcmotxt {
        width: 100%;
        box-sizing: border-box;
        padding: 20px 0rem;
        background-color: #263040;
    }
    .epcmolisttxt h4 {
        font-size: 30px;
        margin-bottom: 0.2rem;
        margin-top: 0.2rem;
    }
    .index-header {
        width: 100%;
        height: 0.6rem;
    }
    .inbanner {
        background: url(../images/banbg.png) no-repeat #0B141F;
        background-size: 100% 13.461rem;
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .inbantxt h2 {
        color: #FFF;
        font-size: 30px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
    .banepctxt span {
        position: absolute;
        width: 30px;
        height: 30px;
        background: #124789;
        color: #FFF;
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        line-height: 30px;
        padding-right: auto;
        top: 0px;
        text-align: center;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        left: 0px;
    }
    .banepcmo li {
        width: 100%;
        position: relative;
        box-sizing: border-box;
        border: 1px solid rgba(255, 255, 255, .08);
        box-sizing: border-box;
    }
    .banepcmo-main {
        margin-top: 30px;
        align-items: initial;
    }
    .banepctit {
        margin-bottom: 0.15rem;
        margin-top: 5px;
    }
    .proitem {
        left: -40px;
        display: none!important;
    }
    .trator {
        position: absolute;
        width: 100px;
        top: 30px;
        right: 10px;
        z-index: 3;
    }
    .tratortxt b {
        font-size: 12px;
        font-weight: bold;
    }
    .tratortxt {
        display: none;
        color: #FFF;
        margin-top: 19px;
        text-align: center;
        position: relative;
    }
    .proline {
        top: 10px;
        display: none!important;
    }
    .circlrtopbg {
        bottom: -70px;
        width: 100%;
    }
    .circlrbox {
        top: 40px;
        width: 100%;
    }
    .indexprocon ul li {
        max-width: 100px!important;
    }
    .circlrbox img {
        width: auto!important;
        margin: 0 auto;
        height: 250px;
        object-fit: contain;
    }
    .insolutab-item a {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        height: 38px;
        line-height: 38px;
        border: 1px dashed #FFFFFF;
        border-radius: 19px;
        color: #FFF;
        padding: 0 20px;
        margin-bottom: 10px;
        margin-right: 10px;
    }
    .insolutab li>a {
        color: #FFF;
        font-size: 16px;
        background: url(../images/more.png) no-repeat left center;
        -o-background-size: 17px 16px;
        background-size: 17px 16px;
        padding-left: 37px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        height: 38px;
        line-height: 38px;
        padding: 0 20px;
    }
}