/* -------------------- */
.ne-banner {
    width: 100%;
    background: #000;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 64px;

}

.ne-banner img {
    width: 100%;
    display: block;
    animation: changeScale 1 2.5s;
    position: relative;
    z-index: 1;
}

.ne-banner .textBox {
    width: 100%;
    position: absolute;
    left: 0;
    top: 35%;
    color: #333333;
    z-index: 11;
    text-align: left;
}

.ne-banner .textBox .bannerTitle {
    color: #202020;
    font-size: 0.44rem;
    line-height: 0.44rem;
    font-weight: bold;
    margin-bottom: 0.25rem;

}

.ne-banner .textBox .bannerIntro {
    color: #202020;
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-bottom: 0.3rem;
	font-weight: normal;
}

/*  */
.bannerBg {
    width: 100%;
    height: 317px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    opacity: 1;
}
.promotionbanner .bannerBg {
    height: 5rem;
}
/*  */

.learnMore {
    width: 2.1rem;
    height: 0.52rem;
    line-height: 0.52rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.2rem;
    background-image: linear-gradient(to right, #019dff, #2570e8);
    cursor: pointer;
    transition-duration: .5s;
}

.learnMore img {
    margin-right: 8px;
    width: auto !important;
    height: auto !important;
}

.learnMore:hover {
    color: #fff;
    background: linear-gradient(270deg, #FF8025 0%, #FF8C00 100%);
}

/*  */


.pc-banner {
    display: block;
}

.mobile-banner {
    display: none;
}

.content {
    width: 100%;
    position: relative;
    padding: 0.7rem 13% 0.8rem 13%;
    background: url(../images/top-bg.jpg)no-repeat left top;
    z-index: 1;
}

.navBox {
    width: 9.75rem;
    height: 5.8rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/navBg.png) no-repeat;
    background-size: 100%;
    padding-top: 3.2rem;
    padding-left: 2.25rem;
    color: #fff;
}

.navBox h1 {
    position: relative;
    display: table;
}

.navBox h1 img {
    animation: inherit;
}

.navBox h1:after {
    width: 1.71rem;
    height: 0.88rem;
    position: absolute;
    top: -0.98rem;
    left: 60%;
    content: "";
    background: url(../images/nav-leaves.png) no-repeat;
    background-size: 100% 100%;
}

.navBox .pos {
    width: 100%;
    line-height: 0.48rem;
    background: url(../images/pos.png)no-repeat left center;
    background-size: 18px 24px;
    padding-left: 0.38rem;
    font-size: 0.18rem;
    margin-bottom: 0.45rem;
}

.navList ul {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
}

.navList ul li {
    padding-right: 0.3rem;
    position: relative;

}

.navList ul li a {
    display: flex;
    color: #fff;
    height: 0.46rem;
    line-height: 0.46rem;
    font-size: 0.24rem;
    position: relative;

}



.navList ul li a:after {
    width: 0.93rem;
    height: 0.1rem;
    position: absolute;
    content: "";
    left: 0;
    bottom: -0.2rem;
    background: url(../images/nav-icon.png)no-repeat;
    background-size: 100% 100%;
    transition-duration: .5s;
    opacity: 0;
}

.navList ul li a:hover:after {
    opacity: 1;
    bottom: -0.1rem;
}

.navList ul li .ts {
    font-weight: bold;
    position: relative;
}

.navList ul li .ts:after {
    width: 0.93rem;
    height: 0.1rem;
    position: absolute;
    content: "";
    left: 0;
    bottom: -0.1rem;
    background: url(../images/nav-icon.png)no-repeat;
    background-size: 100% 100%;
    transition-duration: .5s;
    opacity: 1;
}

.navList ul li a:hover {
    font-weight: bold;
}

/*  */
.pro-page1 {
    width: 100%;
    padding: 0.5rem 0 0.55rem 0;
}

.pro-page1 .pText {
    color: #717171;
    font-size: 16px;
    line-height: 26px;
}

.pro-page1 .indexTitle {
    margin-bottom: 0.2rem;
}

.pro-page2 {
    width: 100%;
    padding: 0.55rem 0 0.4rem 0;
    background: linear-gradient(0deg, #FFFFFF 0%, #EAF3FF 100%);
}

.trouble {
    width: 100%;
    display: flex;
 /*   justify-content: space-between; */
    flex-wrap: wrap;
    margin-bottom: 0.85rem;
}

.trouble dl {
    width: 23.5%;
        background: url(../images/troubleBg.png) no-repeat top center;
        background-size: 100% 100%;
        box-shadow: 0 0 10px #c9d4ec;
        padding: 0.2rem 0 0.4rem 0;
        margin-bottom: 0.2rem;
        margin-right: 1.5%;
}
.trouble dl:nth-child(4n){margin-right: 0;}
.trouble dl dt {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 auto;
}

.trouble dl dt img {
    display: block;
    width: 100%;
}

.trouble dl dd {
    width: 76%;
    margin: 0 auto;
    padding-top: 10px;
}

.trouble dl dd .title {
    width: 100%;
    text-align: center;
    color: #202020;
    font-size: 0.21rem;
    line-height: 0.34rem;
    text-align: center;
    margin-bottom: 0.1rem;
    font-weight: bold;
}

.trouble dl dd .pText {
    width: 100%;
    color: #717171;
    font-size: 16px;
    line-height: 26px;
}

.three-major {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.three-major dl {
    width: 32.3%;
    border: 1px solid #ebeef3;
}

.three-major dl dt {
    width: 100%;
/*    height: 1.37rem; */
    background-image: linear-gradient(to right, #ffffff, #f0f5ff, #e2ebff);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
   padding: 0.05rem 0.15rem 0.05rem 0.38rem;
    position: relative;
}
.three-major dl dt .pText{width: 65%;}
.three-major dl dt .img {
    width: 32%;
}
.three-major dl dt:after {
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    background-image: linear-gradient(to right, #b8d3ff, #dde9fe, #e0eafe);
}

.three-major dl dt .pText .p1 {
    font-size: 0.22rem;
    font-weight: bold;
    line-height: 32px;
    color: #202020;
}

.three-major dl dt .pText .p2 {
    font-size: 0.2rem;
    color: #2670e8;
    line-height: 0.3rem;
	font-weight: bold;
}

.three-major dl dt .pText .p2 span {
    color: #ff8c00;
}


.three-major dl dt .img img {
    display: block;
    width: 100%;
}

.three-major dl dd {
    width: 100%;
    padding: 0.25rem 0.38rem;
    min-height: 160px;
    font-size: 16px;
    line-height: 26px;
    color: #717171;
}

.pro-page3 {
    width: 100%;
    padding: 0.6rem 0 0 0;
    background: linear-gradient(#ebf4ff, #f2f7ff, #fcfdff);
    overflow: hidden;
}

.classic-scene {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.classic-scene dl {
    width: 48.5%;
	background: #fff;
}

.classic-scene dl dt {
   width: 100%;
       height: 0.86rem;
       display: flex;
       justify-content: center;
       align-items: center;
       line-height: 0.3rem;
       padding: 0.1rem 0.15rem;
       text-align: center;
       font-size: 0.22rem;
       color: #fff;
       font-weight: 500;
       background: linear-gradient(to right, #019dff, #1487f4, #2670e8);
}

.classic-scene dl dd {
    width: 100%;
    min-height: 2.55rem;
    padding: 0.25rem 34% 0.25rem 0.38rem;
    font-size: 16px;
    line-height: 26px;
    color: #717171;
	background-size: 35% !important;
	
}
/* .classic-scene dl:nth-child(2) dd{background-size: 33% !important;} */
/* .classic-scene dl:nth-child(2) dd {
    padding: 0.25rem 32.5% 0.25rem 0.38rem;
} */

.classic-scene dl:nth-child(1) dd {
    background: url(../images/sceneBg.png)no-repeat 95% 30% #fff;
    background-size: 2.06rem 1.5rem;
}

.classic-scene dl:nth-child(2) dd {
    background: url(../images/sceneBg1.png)no-repeat 95% 30% #fff;
    background-size: 2.06rem 1.58rem;
}

.getFree {
    width: 100%;
    background: url(../images/freeBg.png)no-repeat;
    background-size: 100% 100%;
    height: 2.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    margin-top: 0.4rem;
}

.freeText {
    margin-right: 2rem;
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 0.34rem;

}

.freeText span {
    font-size: 0.18rem;
    font-weight: normal;
    letter-spacing: 4px;
    padding-left: 0.2rem;
}

.freeBtn {
    display: flex;
}

.freeBtn a:nth-child(1) {
    display: inline-block;
    width: 1.8rem;
    text-align: center;
    line-height: 0.52rem;
    color: #fff;
    border: 2px solid #fff;
    font-size: 0.2rem;
    margin-right: 0.1rem;
    transition-duration: .5s;
}

.freeBtn a:nth-child(1):hover,
.freeBtn a:nth-child(2):hover {

    background: linear-gradient(270deg, #FF5F25 0%, #FF8C00 100%);
    border: none;
}

.freeBtn a:nth-child(2) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1.8rem;
    line-height: 0.52rem;
    padding: 0 0.23rem;
    color: #fff;
    font-size: 0.2rem;
    background: linear-gradient(270deg, #FF8025 0%, #FF8C00 100%);
}




/*  */
.pro-page4 {
    padding: 0.5rem 0 0.3rem 0;
}

.work-safety {
    margin-bottom: 0.5rem;
}

.work-safety ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.work-safety ul li {
    width: 23.5%;
    border: 1px solid #ebeef3;

    border-radius: 0.1rem;
    background: linear-gradient(0deg, #FFFFFF 39%, #DEEDFF 75%);
    box-shadow: 0px 16px 32px 0px #C0C7DA26;
    padding: 0.2rem 0.15rem 0.4rem 0.15rem;
}

.work-safety ul li .title {
    width: 100%;
    line-height: 0.48rem;
    text-align: center;
    color: #202020;
    font-size: 0.24rem;
    font-weight: 700;
    position: relative;

}

.work-safety ul li .title span {
    color: #2670e8;
}

.work-safety ul li .title:after {
    width: 25px;
    height: 3px;
    position: absolute;
    content: "";
    background: #2670e8;
    left: 46%;
    bottom: -0.13rem;
}

.work-safety ul li .pText {
    width: 90%;
    margin: 0 auto;
    color: #717171;
    font-size: 16px;
    line-height: 26px;
    margin-top: 0.25rem;
}

.solutionBox dl {
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 15px #d9e0ee;
    margin-bottom: 0.4rem;
}

.solutionBox dl dt {
    width: 6.35rem;
    float: left;
    overflow: hidden;
/* 	height: 4.8rem; */
}

.solutionBox dl dt img {
    display: block;
    width: 100%;
	height: 100%;
    transition-duration: .5s;
}

.solutionBox dl:hover dt img {
    transform: scale(1.1);
}

.solutionBox dl dd {
    width:calc(100% - 6.35rem);
    padding: 0.3rem 0.48rem;
    float: right;
}

.solutionBox dl dd .icon {
    width: 100%;
    line-height: 0.3rem;
    display: flex;
    align-items: center;
    color: #717171;
    font-size: 14px;
    letter-spacing: 0px;
    margin-bottom: 0.2rem;
}

.solutionBox dl dd .p_blue {
    line-height: 0.3rem;
    font-size: 16px;
    letter-spacing: 0px;
    margin-bottom: 0.2rem;
    color: #2275EA;
    font-weight: bold;
}

.solutionBox dl dd .icon img {
    margin-right: 5px;
}

.solutionBox dl:nth-child(2n) dt {
    float: right;
}

.solutionBox dl:nth-child(2n) dd {
    float: left;
}

.solutionBox dl dd .title {
    width: 100%;
    color: #202020;
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
}

.solutionBox dl dd .title span {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
}

.solutionBox dl dd .intro,.solutionBox dl dd p {
    width: 100%;
/*    height: 1.8rem; */
    color: #717171;
    font-size: 16px;
    line-height: 28px;
    margin-top: 0.15rem;
}

.solutionBox dl dd .btn {
    width: 1.6rem;
    line-height: 0.46rem;
    font-size: 14px;
    /* border: 1px solid #2670e8; */
    text-align: center;
    color: #fff;
    background: linear-gradient(90deg, #009DFF 0%, #2670E8 100%);
    margin-top: 0.2rem;
    display: inline-block;
    transition-duration: .5s;
}

.solutionBox dl dd .btn:hover {
    background-image: linear-gradient(to right, #FF8C00, #FF5F25);
}

.digitize .trouble dl {
  /*  height: 3.25rem; */
    padding-top: 0.1rem;
	margin-bottom: 0.1rem;
}

.digitize .trouble dl dd {
    width: 84%;
    margin: 0 auto;
}

/* .digitize .three-major dl dt .img {
    width: 1.67rem;
    height: 1.4rem;
} */

.digitize .three-major dl dt {
    padding:0 0.2rem;
}

.pageeight {
    width: 100%;
    padding: 0.55rem 0 0.4rem 0;
    background: #eef8ff;
}

.hdLis {
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding: 0.1rem 0;
}

.hdLis dl {
    display: flex;
    position: relative;
    z-index: 3;
}

.hdLis dl dd {
    width: 2.5rem;
    margin-right: 0.15rem;
    border-radius: 5px;
/*    height: 0.86rem; */
    position: relative;
    background: #fff;
    transition-duration: 1s;
}

.hdLis dl dd img {
    display: block;
    width: 100%;
}


.hdLis dl dd:hover {
    border-radius: 10px;
    box-shadow: 0 5px 10px #cad3e1;
}


.caseBox dl {
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 15px #d9e0ee;
    margin-bottom: 0.4rem;
}

.caseBox dl dt {
    width: 43.3%;
	height: 3.8rem;
    float: left;
    overflow: hidden;
}

.caseBox dl dt img {
    display: block;
    width: 100%;
	height: 100%;
    transition-duration: .5s;
}

.caseBox dl:hover dt img {
    transform: scale(1.1);
}

.caseBox dl dd {
    width: 56.7%;
    padding: 0.3rem 0.4rem;
    float: right;
}



.caseBox dl dd .title {
    width: 100%;
    color: #202020;
    font-size: 0.26rem;
    line-height: 0.32rem;
    font-weight: bold;
}

.caseBox dl dd .title span {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    color: #2670e8;
}

.caseBox dl dd .intro,.caseBox dl dd .pText{
    width: 100%;
    color: #717171;
    font-size: 16px;
    line-height: 28px;
    margin-top: 0.15rem;

}
.caseBox dl dd .pText{
	overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 4;
	    line-clamp: 4;
	    -webkit-box-orient: vertical;
}
.caseBox dl dd .btn {
    width: 1.6rem;
    line-height: 0.46rem;
    font-size: 14px;
    /* border: 1px solid #2670e8; */
    text-align: center;
    color: #fff;
    background: linear-gradient(90deg, #009DFF 0%, #2670E8 100%);
    margin-top: 0.2rem;
    display: inline-block;
    transition-duration: .5s;
}

.caseBox dl dd .btn:hover {
    background-image: linear-gradient(to right, #FF8C00, #FF5F25);
    /* border: 1px solid #FF5F25; */
}

.white-paper {
    width: 100%;
    background: url(../images/white-paper.png)no-repeat;
    background-size: 100% 100%;
    height: 2rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.getfree-whitepaper {
    display: table;
}

.getfree-whitepaper p {
    color: #202020;
    font-size: 0.34rem;
    margin-bottom: 0.2rem;
    font-weight: 600;
}

.white-paper .learnMore {
    margin: 0 auto;
}

.about-banner .textBox {
    top: 18% !important;
}

.about-banner .textBox .bannerTitle {
    font-size: 0.34rem;
    margin-bottom: 0.1rem;
}

.about-banner .abLogo {
    display: flex;
    align-items: center;
    margin-bottom: 0.4rem;
}

.about-banner .abLogo img {
    width: auto !important;
    margin-right: 0.2rem;
    animation: none !important;
}

.about-banner .abText {
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #202020;
    margin-bottom: 0.2rem;
    font-weight: bold;
}

.about-banner .abText span {
    color: #2670E8;
}

.about-banner .textBox .bannerIntro {
    margin-bottom: 0.4rem;
}

.about-banner .abText01 {
    width: 50%;
    color: #717171;
    font-size: 16px;
    line-height: 26px;
}

.about-page1 {
    position: relative;
    padding-bottom: 0.6rem;
}

.aboutList {
    position: relative;
    top: -1.15rem;
    z-index: 9;
}

.aboutList ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.aboutList ul li {
    width: 24%;
    /* height: 2.6rem; */
    border-radius: 0.1rem;
    border: 1px solid #eef0f4;
    /* background: linear-gradient(0deg, #FFFFFF 39%, #DEEDFF 75%); */
    background: url(../images/aboutBg.png)no-repeat top #fff;
    box-shadow: 0px 16px 32px 0px #C0C7DA26;
    padding: 0.15rem 0.4rem 0.25rem 0.4rem;
    background-size: 100%;
}

.aboutList ul li .title {
    line-height: 46px;
    position: relative;
    color: #202020;
    font-size: 24px;
    margin-bottom: 0.2rem;
}

.aboutList ul li .title:after {
    width: 25px;
    height: 3px;
    background: #2670E8;
    position: absolute;
    content: "";
    left: 0;
    bottom: -8px;
}

.aboutList ul li .pText {
    color: #717171;
    font-size: 16px;
    line-height: 26px;
}

.aboutPic {
    width: 100%;
    text-align: center;
    position: relative;
    top: -0.3rem;
    margin-bottom: 0.3rem;
}

.pos {
    width: 100%;
    line-height: 50px;

	color: #717171;
    font-size: 14px;
	display: flex;
}

.pos span {
    color: #717171;
	margin: 0 7px;
}
.pos span a,.pos a{color: #717171;}
.pos span a:hover,.pos p:hover {
    color: #2670E8;
}
.pos span:nth-child(1){margin-left: 0;}
.pos p{margin-left: 7px; cursor: pointer; color: #202020;}
.pos a:hover {
    color: #2670E8;
}

.grayBg {
    width: 100%;
    background: #f1f4f9;
    padding: 0.5rem 0 1rem 0;
}

.grayDetail-Bg {
    width: 100%;
    background: #f1f4f9;
    padding: 0.5rem 5.2% 1rem 13.5%;
}

.paperList dl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0.3rem;
}

.paperList dl dt {
    width: 2.73rem;
}

.paperList dl dt img {
    display: block;
    width: 100%;
}

.paperList dl dd {
    width: calc(100% - 2.73rem);
    background: #fff;
    padding: 0.5rem 0.7rem;
}

.paperList dl dd .title {
    width: 100%;
    line-height: 0.44rem;
    color: #202020;
    font-size: 0.26rem;
    margin-bottom: 0.15rem;
    font-weight: 700;
}

.paperList dl dd .text {
    color: #717171;
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.paperList dl dd .more {
    width: 1.6rem;
    height: 0.46rem;
    line-height: 0.46rem;
    display: inline-block;
    border: 1px solid #2670e8;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: linear-gradient(90deg, #009DFF 0%, #2670E8 100%);
    border: 1px solid #2670E8;
    margin-top: 0.8rem;
}

body.no-scroll {
    overflow: hidden;
    height: 100vh;
}

.applicable {
    width: 100%;
    background: #fff;
    padding: 0.3rem 1rem 0.5rem 1rem;
}

.applicable-banner .textBox {
    top: 42%
}

.appTitle {
    width: 100%;
    border-bottom: 1px solid #ebeef3;
    line-height: 0.72rem;
    font-size: 0.26rem;
    color: #202020;
    font-weight: bold;
}

.appTitle sup {
    color: #ff0000;
    font-size: 14px;
}

.appBox {
    padding-left: 0.4rem;
    padding-bottom: 0.5rem;
    padding-top: 0.15rem;
}

.demandList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.demandList dl {
    width: 50%;
    line-height: 0.56rem;
    font-size: 0.2rem;
    color: #202020;
}

.demandList dl dt {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    cursor: pointer;
}

.appBox textarea {
    width: 100%;
    border: 1px solid #d9dfe8;
    height: 1.78rem;
    font-size: 0.18rem;
    color: #717171;
    padding: 0.15rem 0.25rem;
    outline: none;
    font-family: 'syhtN';
	 resize: none;
}

.appBox .title {
    width: 100%;
    line-height: 0.5rem;
    font-size: 0.2rem;
    color: #202020;
}

.appBox .title sup {
    color: #ff0000;
    font-size: 14px;
}

.information li {
    padding-bottom: 3px;
}

.information input {
    width: 100%;
    outline: none;
    border: 1px solid #d9dfe8;
    line-height: 0.58rem;
    padding: 0 0.2rem;
    font-size: 0.18rem;
    color: #717171;
    font-family: 'syhtN';
}

/* 复选框 */
.custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    width: 100%;
}

.custom-checkbox label {
    cursor: pointer;
}

.custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}


.checkbox-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 8px;
    flex-shrink: 0;
    border: 2px solid #d9dfe8;
    transition: opacity 0.2s ease;
    border-radius: 100%;
    position: relative;
}


.custom-checkbox input[type="checkbox"]:checked+.checkbox-icon {
    border: 2px solid #2570e8;
}

.custom-checkbox input[type="checkbox"]:checked+.checkbox-icon:after {
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    border-radius: 100%;
    background: #2570e8;
    left: 4px;
    top: 4px;
}

.custom-checkbox:hover .checkbox-icon {
    opacity: 0.9;
}
	.layui-form-radio {
	   
	}
	
.layui-form-radio>* {
    line-height: 0.56rem;
  	     font-size: 0.2rem !important;
  	     color: #202020;
}
.layui-form-radio:hover>*, .layui-form-radioed, .layui-form-radioed>i{color:#2570e8 !important;}
/*  */
/* 标签样式 */
.appSub {
    display: table;
    margin: 0 auto;
}

.appSub .button {
    width: 2.1rem;
    line-height: 0.5rem;
    border-radius: 0.5rem;
    background: linear-gradient(90deg, #009DFF 0%, #2670E8 100%);
    border: 1px solid #2670E8;
    text-align: center;
    color: #fff;
    font-size: 0.2rem;
    display: inline-block;
}

.appSub p {
    width: 100%;
    display: inline-block;
    color: #2670E8;
    font-size: 16px;
    letter-spacing: 3px;
    text-align: center;
    margin-top: 0.1rem;
}

.consulting-banner .textBox .bannerTitle {
    line-height: 0.6rem;
}

.consulting {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
}

.consulting ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.consulting ul li {
    width: 48.5%;
    padding-bottom: 0.1rem;

}

.consulting ul li p {
    color: #202020;
}

.consulting ul li:last-child {
    width: 100%;
}

.promotion .information {
    padding-bottom: 0.5rem;
}

.promotionBox .trouble {
    top: -1rem;
    position: relative;
    z-index: 9;
/*    margin-bottom: 0; */
}

.promotionBox .trouble dl {
    height: 2.4rem;
    padding-top: 0.1rem;
}

/*  */
.freework {
    width: 100%;
    height: 2.6rem;
    background: url(../images/freework.png)no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.freeIntor {
    width: 45%;
    color: #fff;
    padding-top: 0.4rem;
}

.freeIntor .title {
    line-height: 0.44rem;
    font-size: 0.26rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.freeIntor .text {
    font-size: 0.17rem;
    line-height: 0.26rem;
}

.freeIntor .more {
    width: 2.5rem;
    cursor: pointer;
    line-height: 0.52rem;
    transition-duration: .5s;
    margin-top: 0.25rem;
    padding: 0 0.2rem;
    align-items: center;
    font-size: 0.2rem;
    display: flex;
    justify-content: space-between;
   	border: 2px solid #ff8c00;
   	background: #ff8c00;
    color: #fff;
}

.freeIntor .more:hover {
	border: 2px solid #FF8025;
	background: linear-gradient(270deg, #FF8025 0%, #FF8C00 100%);
}

/*  */
.promaotion_foot {
    width: 100%;
    background: #202020;
    padding: 0.18rem 0;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.promaotion_foot p {
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 26px;
    color: #b3cdde;
}
.promaotion_foot p a{color: #b3cdde;}
.promaotion_foot p img {
    margin-right: 0.2rem;
}

.promaotion_foot p:nth-child(2) img {
    margin: 0 0.15rem;
}

.grayPic {
    width: 100%;
    padding: 1.25rem 0 0.8rem 0;
    background: url(../images/promotionBg.png)no-repeat top center;
    background-size: 100% 100%;
}

.promotion {
    padding: 0 1rem;
}

.promotion .appBox {
    padding: 0;
}

.promotion .appTitle {
    border-bottom: none;
}

.promotionText {
    width: 100%;
    padding-bottom: 0.5rem;
    color: #202020;
    font-size: 0.44rem;
    line-height: 0.44rem;
    font-weight: bold;
}

.promotionText span {
    display: inline-block;
    color: #202020;
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-top: 0.2rem;
    font-weight: normal;
}

.case .textBox {
    top: 44%;
}

/*  */
.caseList1 dl {
    width: 100%;
    margin-bottom: 30px;
	transition-duration: .5s;
}
.caseList1 dl:hover{
	box-shadow: 0 0 10px #D7DEED;
}
.caseList1 dl a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.caseList1 dl dt {
    width: 4.75rem;
	height: 2.6rem;
	overflow: hidden;
}

.caseList1 dl dt img {
    display: block;
    width: 100%;
	height: 100%;
}

.caseList1 dl dd {
    width: calc(100% - 4.75rem);
    background: #fff;
    padding: 0.3rem 0.5rem 0 0.5rem;
}

.caseList1 dl dd .title {
    width: 100%;
    line-height: 0.44rem;
    color: #202020;
    font-size: 0.26rem;
    margin-bottom: 0.15rem;
    font-weight: 700;
}

.caseList1 dl dd .text {
    color: #717171;
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0.2rem;
}

.caseList1 dl dd .more {
    width: 1.6rem;
    height: 0.46rem;
    line-height: 0.46rem;
    display: inline-block;
    border: 1px solid #2670e8;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: linear-gradient(90deg, #009DFF 0%, #2670E8 100%);
    border: 1px solid #2670E8;
}

.caseList1 dl dd .intro {
    width: 100%;
    color: #717171;
    font-size: 14px;
    line-height: 0.24rem;
    display: flow-root;
}

.caseList1 dl dd span {
    display: inline-block;
    background: #eef2ff;
    color: #2670e8;
    border-radius: 0.5rem;
    line-height: 0.24rem;
    padding: 0 0.1rem;
    font-size: 12px;
    margin-right: 0.08rem;
}

.casedetail .textBox {
    text-align: center;
    top: 40%;
}

/*  */
.caseDetailBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.caseDetailBox .left {
    width: 76.3%;
}

.caseDetailBox .right {
    width: 21.6%;
    border-radius: 1px;
    background: linear-gradient(0deg, #FFFFFF 39%, #DEEDFF 100%);
    box-shadow: 0px 16px 32px 0px #C0C7DA26;
    padding-bottom: 0.3rem;

}

.caseDetailBox .right .title {
    width: 100%;
    padding: 0.2rem 0.3rem;
    position: relative;
    color: #202020;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    background: #fafcfe;
    margin-bottom: 20px;
}

.caseDetailBox .right .title:after {
    width: 80%;
    height: 1px;
    left: 10%;
    bottom: 0;
    background: #d2e1f7;
    position: absolute;
    content: "";
}

.caseDetailBox .right .logo {
    width: 80%;
    padding: 0.2rem;
    height: 1.18rem;
    background: #fff;
    border: 1px solid #e8f2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.2rem;
}

.caseDetailBox .right .logo img {
    display: inline-block;
    max-width: 100% !important;
    width: auto;
}

.caseDetailBox .right .pText {
    width: 80%;
    margin: 0 auto;
    color: #202020;
    font-size: 16px;
    line-height: 24px;
	word-break: break-all;
}

.caseDetailBox .right .pText a:hover {
    color: #2670E8;
    text-decoration: underline;
}

.caseDetailBox .right .pText span {
    color: #717171;
}

.featureBox {
    margin-bottom: 0.3rem;
}

.featureBox ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.featureBox ul li {
    width: 48.5%;
    /* height: 2.5rem; */
    padding: 0.1rem 0.35rem 0.3rem 0.35rem;
}

.featureBox ul li .title {
    width: 100%;
    line-height: 0.58rem;
    position: relative;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0.15rem;
    color: #202020;

}

.featureBox ul li .title:after {
    width: 20px;
    height: 3px;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #2570e8;
}

.featureBox ul li .list {
    width: 100%;
    display: inline-block;
    line-height: 28px;
    font-size: 16px;
    position: relative;
    padding-left: 17px;
    color: #717171;
}

.featureBox ul li .list:after {
    width: 4px;
    height: 4px;
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    background: #2570e8;
    border-radius: 100%;
}

.featureBox ul li:nth-child(1) {
    background: url(../images/featureBg1.png) no-repeat center center;
    background-size: 100% 100%;
}

.featureBox ul li:nth-child(2) {
    background: url(../images/featureBg2.png) no-repeat center center;
    background-size: 100% 100%;
}

.detailBox {
    width: 100%;
    background: #fff;
    padding: 0.7rem 0.85rem 0.4rem 0.85rem;
}

.detailTitle {
    width: 100%;
    line-height: 58px;
    position: relative;
    font-size: 25px;
    font-weight: bold;
    margin: 0.2rem 0 0.3rem 0;
    color: #202020;
}

.detailTitle:after {
    width: 20px;
    height: 3px;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #2570e8;
}

.detailText {
    width: 100%;
    font-size: 16px;
    line-height: 32px;
    color: #717171;
    padding-bottom: 20px;
}

.detailText img {
    display: inline-block;
        width: 70% !important;
        height: auto !important;
}

.smallTitle {
    color: #2670E8;
    font-size: 20px;
    line-height: 52px;
    font-weight: bold;
}

.detailPage {
    margin-top: 30px;
}

.detailPage ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.detailPage ul li {
    width: 48.5%;
    background: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0.25rem 0.3rem 0.25rem 0.8rem;
    transition-duration: .5s;
    font-size: 16px;
    line-height: 32px;
    color: #717171;
    cursor: pointer;
}

.detailPage ul li span {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.detailPage ul li:hover span {
    color: #202020;
}

.detailPage ul li:nth-child(1) {
    background: url(../images/d-jt1.png)no-repeat 8% 50% #fff;
}

.detailPage ul li:nth-child(2) {
    background: url(../images/d-jt2.png)no-repeat 92% 50% #fff;
    justify-content: right;
    padding: 0.25rem 0.8rem 0.25rem 0.3rem;
}

.detailPage ul li:nth-child(2) span {
    text-align: right;
}

.detailPage ul li:hover {
    box-shadow: 0px 16px 32px 0px #d7ddee;

}

/*  */
.newsNav {
    margin-bottom: 0.25rem;
}

.newsNav ul {
    width: 100%;
    border-radius: 0.1rem;
    background: #fff;
    display: flex;
    justify-content: center;
    padding: 7px 0;
}

.newsNav ul li {
    width: 1.4rem;
    margin: 0 10px;
}

.newsNav ul li a {
    display: inline-block;
    width: 100%;
    line-height: 0.46rem;
    color: #202020;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    border-radius: 50px;
    transition-duration: .5s;

}

.newsNav ul li .active {
    background: linear-gradient(to right, #019cfe, #2571e8);
    box-shadow: 0px 3.13px 6.26px 0px #00000005, 0px 1.57px 9.39px -1.57px #00000005, 0px 1.57px 3.13px 0px #00000007;
    color: #fff;
}

.newsNav ul li a:hover {
    color: #fff;
    background: linear-gradient(to right, #019cfe, #2571e8);
    box-shadow: 0px 3.13px 6.26px 0px #00000005, 0px 1.57px 9.39px -1.57px #00000005, 0px 1.57px 3.13px 0px #00000007;
}

.newsList dl {
    width: 100%;
    padding: 0.25rem;
    margin-bottom: 0.3rem;
    background: #fff;
    transition-duration: .5s;
}

.newsList dl:hover {
    box-shadow: 0 0 10px #D7DEED;
}

.newsList dl a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.newsList dl dt {
    width: 6.66rem;
	height: 2.78rem;
}

.newsList dl dt img {
    display: block;
    width: 100%;
	height: 100%;
}

.newsList dl dd {
    width: calc(100% - 6.66rem);
    background: #fff;
    padding: 0 0.5rem;
}

.newsList dl dd .icon {
    width: 100%;
    display: flex;
    line-height: 40px;
    font-size: 14px;
    color: #717171;
    align-items: center;
}

.newsList dl dd .icon img {
    margin-right: 5px;
}

.newsList dl dd .title {
    width: 100%;
    line-height: 0.44rem;
    color: #202020;
    font-size: 0.26rem;
    margin-bottom: 0.15rem;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsList dl dd .text {
    color: #717171;
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0.2rem;
}

.newsList dl dd .more {
    width: 1.6rem;
    height: 0.46rem;
    line-height: 0.46rem;
    display: inline-block;
    border: 1px solid #2670e8;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: linear-gradient(90deg, #009DFF 0%, #2670E8 100%);
    border: 1px solid #2670E8;
}

.newsList dl dd .intro {
    width: 100%;
    color: #717171;
    font-size: 14px;
    line-height: 0.24rem;
    display: flow-root;
}

.newsList dl dd span {
    display: inline-block;
    background: #eef2ff;
    color: #2670e8;
    border-radius: 0.5rem;
    line-height: 0.24rem;
    padding: 0 0.1rem;
    font-size: 12px;
    margin-right: 0.08rem;
}

/* 分页器样式 */
.pagination {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F1F4F9;
    padding-top: 0.2rem;
}

.pagination-container {
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.pagination-btn {
    width: 0.4rem;
    height: 0.4rem;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #717171;
    font-size: 0.16rem;
    cursor: pointer;
    border-radius: 0.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.pagination-btn:hover:not(:disabled) {
    background-color: #F1F4F9;
    border-color: #202020;
}

.pagination-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.pagination-numbers {
    display: flex;
    align-items: center;
    gap: 0.05rem;
}

.pagination-number {
    width: 0.4rem;
    height: 0.4rem;
    border: none;
    background-color: #F1F4F9;
    color: #202020;
    font-size: 0.18rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.pagination-number:hover {
    background-color: #F1F4F9;
    color: #2670e8;
}

.pagination-number.active {
    background-color: #F1F4F9;
    color: #2670e8;
}

.pagination-dots {
    padding: 0 0.1rem;
    color: #717171;
}

.pagination-info {
    opacity: 1;
    color: #202020;
    font-family: Source Han Sans;
    font-weight: regular;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
    margin-right: 0.2rem;
}

.pagination-goto {
    opacity: 1;
    color: #202020;
    font-family: Source Han Sans;
    font-weight: regular;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.pagination-goto input {
    width: 0.6rem;
    height: 0.36rem;
    border: 1px solid #ddd;

    padding: 0 0.1rem;
    font-size: 16px;
    text-align: center;
    font-family: Source Han Sans;
    /* 隐藏上下选择器 */
    -moz-appearance: textfield;
    appearance: textfield;
}

/* 隐藏Webkit浏览器的上下选择器 */
.pagination-goto input::-webkit-outer-spin-button,
.pagination-goto input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.pagination-goto button {
    width: 0.6rem;
    height: 0.36rem;
    background-color: #2670e8;
    color: #fff;
    border: none;
    border-radius: 0.05rem;
    font-size: 16px;
    cursor: pointer;
    font-family: Source Han Sans;
    transition: background-color 0.3s ease;
}

.pagination-goto button:hover {
    background-color: #1a5bc7;
}

.page-size-selector {
    opacity: 1;
    color: #202020;
    font-family: Source Han Sans;
    font-weight: regular;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
    display: flex;
    align-items: center;
    margin-right: 0.3rem;
}

.page-size-selector select {
    width: 1.4rem;
    height: 0.36rem;
    border: 1px solid #ddd;
    padding: 0 0.1rem;
    font-size: 16px;
    text-align: center;
    font-family: Source Han Sans;
    background-color: #F1F4F9;
    cursor: pointer;
    /* 隐藏默认选择器样式 */
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    /* 添加自定义下拉箭头 */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.05rem center;
    background-size: 0.2rem;
    padding-right: 0.3rem;
}

.pagination-btn.prev-btn {
    width: 0.25rem;
    height: 0.25rem;
    border: none;
    background-color: #F1F4F9;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.pagination-btn.next-btn {
    width: 0.25rem;
    height: 0.25rem;
    border: none;
    color: #1a5bc7;
    background-color: #F1F4F9;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.pagination-btn.prev-btn:hover {
    background-color: #F1F4F9;
}

.pagination-btn.prev-btn:hover img {
    filter: brightness(0) drop-shadow(0 0 0 #2670e8);
}

.pagination-btn.next-btn:hover {
    background-color: #F1F4F9;
}

.pagination-btn.next-btn:hover img {
    filter: brightness(0) drop-shadow(0 0 0 #2670e8);
}

/* 分页器结束 */
.newsTitle {
    width: 100%;
    border-bottom: 1px solid #ebeef3;
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
}

.newsTitle h1 {
    width: 100%;
    text-align: center;
    font-size: 0.28rem;
    line-height: 0.38rem;
    font-weight: bold;
    margin-bottom: 0.1rem;
}

.newsTitle .bur {
    width: 100%;
    display: flex;
    justify-content: center;

    font-size: 16px;
    color: #717171;
}

.newsTitle .bur p {
    display: flex;
    align-items: center;
    margin: 0 0.15rem;
    line-height: 0.36rem;
}

.newsTitle .bur p img {
    margin-right: 8px;
}

.newsdetail .detailPage ul li {
    width: 49%;
}

.newsdetail .detailPage ul li:nth-child(1) {
    background: url(../images/d-jt1.png) no-repeat 6% 50% #fff;
}

.newsdetail .detailPage ul li:nth-child(2) {
    background: url(../images/d-jt2.png) no-repeat 94% 50% #fff;
}
.newsdetail .detailText {

    color: #111;

}
.about-banner .mobile-banner {
    display: none !important;
}


.caseList dl dd .intro {
    height: 0.5rem !important;
}

/*  */
   .about-banner .bannerBg {
        height: 6.5rem !important;
    }
	
	.micon{width: 90%; margin:25px auto 0; text-align: center; display: none;}
	.micon img{display: inline-block; width: 100%;} 
	
	.detailFaq{width: 100%; padding-top: 0.7rem; border-top: 1px solid #ebeef3; padding-bottom: 0.6rem;}
	.d_f{
		width: 100%;
		text-align: center;
		color: #202020;
		font-size: 0.26rem;
		line-height: 0.46rem;
		letter-spacing: 20px;
		margin-bottom: 20px;
	}
	.d_more{
		width: 2.1rem;
		    height: 0.52rem;
		    line-height: 0.52rem;
		    color: #fff;
		    display: flex;
		    justify-content: center;
		    align-items: center;
		    font-size: 0.2rem;
		    background-image: linear-gradient(to right, #019dff, #2570e8);
		    cursor: pointer;
		    transition-duration: .5s;
		    text-align: center;
			margin:0 auto 0.7rem;
	}
	.d_ewm{width: 60%; margin:0 auto; padding: 25px 0.65rem; display: flex; justify-content: space-between; flex-wrap: wrap; border-radius: 0.2rem; border: 1px solid #ebeef3;}
.d_ewm .left{text-align: center; padding-top: 0.2rem;}
.d_ewm .left img{margin:0 auto; display: inline-block; margin-bottom: 0.1rem;}
.d_ewm .left p{line-height: 0.5rem; color: #202020; font-size: 0.22rem; line-height: 0.6rem; letter-spacing: 4px; text-align: center;
}

.d_ewm .line{width:1px; background: #EBEEF3;}
.d_ewm .right{text-align: center;}
.d_ewm .right img{margin:0 auto; display: inline-block;  width: 1.5rem;}
.d_ewm .right p{line-height: 0.5rem; color: #202020; font-size: 16px; line-height: 0.36rem; letter-spacing: 2px; text-align: center;}

.state{margin: 100px auto 0;}
.state .statepic {display: table; margin: 0 auto;}
.state .statepic img{margin:0 auto; display: inline-block; max-width: 160px; }
.state .stateText{text-align: center; margin-top:20px ; font-size: 16px; color: #717171; }

@media only screen and (max-width: 1680px) {
    .newsList dl dd .title {
        line-height: 0.36rem;
        font-size: 0.22rem;
    }

}

@media only screen and (max-width: 1550x) {
	.caseBox dl dd .pText {
	        overflow: hidden;
	        text-overflow: ellipsis;
	        display: -webkit-box;
	        -webkit-line-clamp: 3;
	        line-clamp: 3;
	        -webkit-box-orient: vertical;
	    }
}

@media only screen and (max-width: 1440px) {
	.three-major dl dt .pText .p1 {
	    font-size: 18px;
	}
    .about-banner .abText01 {
        font-size: 15px;
    }

    .aboutList ul li .pText {
        font-size: 15px;
        line-height: 24px;
    }

    .grayDetail-Bg {
        padding: 0.5rem 5% 1rem 11%;
    }

    .caseDetailBox .left {
        width: 72%;
    }

    .caseDetailBox .right {
        width: 25%;
    }

    .caseDetailBox .right .pText {
        font-size: 15px;
    }

    .ne-banner .textBox {
        top: 38%;
    }

    .trouble dl dd .pText {
        font-size: 17px;
        line-height: 28px;
    }

    .caseBox dl dd .intro {
        font-size: 15px;
        line-height: 26px;
    }

/*    .classic-scene dl dd {
        padding: 0.25rem 38% 40px 0.38rem;
    } */

    .aboutList ul li .title {
        line-height: 40px;
        font-size: 20px;
    }

    /* .aboutList ul li {
        height: 2.8rem;
    } */

    .paperList dl dd .more {
        margin-top: 0.6rem;
    }

    .paperList dl dd {
        padding: 0.4rem 0.6rem;
    }

    .newsList dl dd .text {
        font-size: 15px;
        line-height: 24px;
    }
/* 
    .three-major dl dt .img {
        width: 1.54rem;
        height: 1.2rem;
    } */

    .case .textBox {
        top: 47%;
    }
	.caseBox dl dd .title span {
	    font-size: 16px;
	    line-height: 26px;
	}

}

@media only screen and (max-width: 1366px) {
    .digitize .trouble dl {
       /* height: 3.5rem; */
    }
.three-major dl dt .pText .p1 {
        font-size: 18px;
    }
    .caseBox dl dd .title span {
        font-size: 14px;
        line-height: 23px;
		padding: 7px 0;

    }
.caseBox dl dd .pText {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
 

    .solutionBox dl dd .title {
        font-size: 23px;
        line-height: 30px;
    }

    /* .trouble dl {
        height: 210px;
    } */

    .trouble dl dd {
        width: 86%;
        margin: 0 auto;
    }

  /*  .three-major dl dt .img {
        width: 1.44rem;
        height: initial;
    } */

/*    .three-major dl dt .pText .p1 {
        font-size: 20px;
    } */

    .work-safety ul li .pText {
        font-size: 15px;
        line-height: 24px;
    }

    .caseList1 dl dd {
        padding: 15px 30px;
    }

    .featureBox ul li .title {
        line-height: 40px;
        font-size: 18px;
    }

    .featureBox ul li .list {
        line-height: 25px;
        font-size: 15px;
    }

    .detailTitle {
        line-height: 48px;
        font-size: 22px;
    }

    .smallTitle {
        font-size: 18px;
        line-height: 40px;
    }

    .caseDetailBox .right .title {
        font-size: 18px;
    }

    .about-banner .abText01 {
        width: 52%;
        font-size: 15px;
        line-height: 25px;
    }

    /* .aboutList ul li {
        height: 3rem;
    } */
    .aboutList ul li .title {
        line-height: 34px;
        font-size: 18px;
    }

    .aboutList ul li .pText {
        font-size: 16px;
		line-height: 26px;
    }

    .newsList dl dd .title {
        line-height: 24px;
        font-size: 16px;
    }

  /*  .three-major dl dt .img {
        width: 1.44rem;
        height: 1.1rem;
    } */

/*    .three-major dl dt {
        height: 1.2rem;
    } */

    .classic-scene dl dd {
        padding: 0.25rem 40% 0.25rem 0.38rem;
        font-size: 15px;
        line-height: 26px;
    }

    .grayDetail-Bg {
        padding: 0.5rem 5% 1rem 7%;
    }

    .detailBox {
        padding: 0.6rem 0.6rem 0.4rem 0.6rem;
    }
	.about-banner .abText {
	    font-size: 15px;}
		.ne-banner .textBox .bannerIntro{font-size: 16px;}
}

@media only screen and (max-width: 1280px) {
    .aboutList {
        top: -0.8rem;
    }

    .newsList dl dd .text {
        -webkit-line-clamp: 2;
        line-clamp: 2;

    }

    .case .textBox {
        top: 50%;
    }

    .newsNav ul li {
        width: 1.7rem;
    }

    .newsNav ul li a {
        line-height: 36px;
    }
}

@media only screen and (max-width: 1080px) {
    .warp {
        width: 84%;
    }

    .aboutList {
        top: -0.5rem;
    }

    .caseList1 dl dd .title {
        line-height: 28px;
        font-size: 18px;
    }

    .caseList1 dl dd .text {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;

    }
}

@media only screen and (max-width: 760px) {
    .ne-banner {
        padding-top: 64px;
    }

    .ne-banner img {
        height: 150px;
    }

    .ne-banner .textBox {
        top: 40%;
    }

    .ne-banner .textBox .bannerIntro {
        font-size: 15px;
		line-height: 26px;
    }

    .ne-warp {
        width: 94%;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }

    .navBox {
        width: 100%;
        height: 230px;
        padding-top: 60px;
        padding-left: 20px;
        background-size: 100% 100% !important;
    }

    .navBox .pos {
        line-height: 34px;
        padding-left: 30px;
        font-size: 15px;
        margin-bottom: 15px;
    }

    .navList ul li a {
        height: 34px;
        line-height: 34px;
        font-size: 15px;
    }


    .pc-banner {
        display: none;
    }

    .mobile-banner {
		width: 100%;
        display: block;
    }

    .trouble dl {
        width: 100%;
        margin-bottom: 15px;
		padding: 20px 20px 40px 20px;
    }

    .trouble dl dd .title {
        font-size: 20px;
        line-height: 32px;
        padding: 5px 0;
    }

    .three-major dl {
        width: 100%;
        margin-bottom: 15px;
    }

    .three-major dl dt .pText .p2 {
        font-size: 15px;
        line-height: 23px;
    }

    .classic-scene dl {
        width: 100%;
    }

    .classic-scene dl dt {
		height:inherit;
        line-height: 26px;
        padding: 15px 15px;
        font-size: 17px;
        text-align: left;
    }

    .classic-scene dl dd,
    .classic-scene dl:nth-child(2) dd {
        padding: 130px 20px 20px 20px;
    }

    .classic-scene dl:nth-child(1) dd,
    .classic-scene dl:nth-child(2) dd {
        background: url(../images/sceneBg.png) no-repeat 95% 80% #fff;
        background-size: 176px 120px;
    }

    .freeText {
        width: 100%;
        margin-right: 0;
        font-size: 20px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 20px;
    }

    .freeText span {
        font-size: 15px;
        font-weight: normal;
        letter-spacing: 2px;
        padding-left: 0;
    }

    .freeBtn a:nth-child(1),
    .freeBtn a:nth-child(2) {
        width: 120px;
        line-height: 36px;
        font-size: 15px;
    }

    .getFree {
        height: auto;
        padding: 30px 20px;
    }

    .work-safety ul li {
        width: 100%;
                margin-bottom: 20px;
                padding: 20px 15px;
    }

    .work-safety ul li .title {
       width: 100%;
               line-height: 30px;
               font-size: 20px;
               margin-bottom: 20px;
    }

    .solutionBox dl dt,
    .solutionBox dl dd {
        width: 100%;
    }

    .solutionBox dl dd .intro {
        width: 100%;
        height: auto;
        font-size: 15px;
        line-height: 26px;
        margin: 15px 0 10px 0;
    }

    .solutionBox dl dd .btn {
        width: 120px;
        line-height: 36px;
        font-size: 15px;
    }

    .learnMore {
        width: 130px;
        height: 36px;
        line-height: 36px;
        font-size: 15px;
    }

    .pro-page1 .indexTitle {
        margin-bottom: 20px;
    }

    .digitize .trouble dl {
        height: auto;
        padding: 20px 20px 40px 20px;
    }

    .digitize .trouble dl dd {
        width: 90%;
    }

    .indexTitle {
        line-height: 32px;
        font-size: 20px;
    }

    .caseBox dl dt {
        width: 100%;
    }

    .caseBox dl dd {
        width: 100%;
        padding: 20px;
    }

    .caseBox dl dd .title {
        width: 100%;
        font-size: 19px;
        line-height: 30px;
    }

    .caseBox dl dd .btn {
        width: 120px;
        line-height: 34px;
        font-size: 15px;
    }

    .caseBox dl dd .intro {
        margin-bottom: 10px;
    }

    .case .textBox {
        top: 50%;
    }

 .caseList1 dl dt {
         width: 100%;
         height: 220px;
     }

    .caseList1 dl dd {
        width: 100%;
        padding: 20px;
    }

    .caseList1 dl dd .title,
    .newsList dl dd .title {
        line-height: 30px;
        font-size: 18px;
    }

    .caseList1 dl dd span {
        line-height: 24px;
        padding: 0 10px;
        font-size: 12px;
        margin-right: 6px;
    }

    .pos {
        line-height: 26px;
        padding: 10px 0;
    }

    .grayDetail-Bg {
        padding: 20px 3%;
    }

    .caseDetailBox .left {
        width: 100%;
    }

    .featureBox ul li {
        width: 100%;
        height: auto;
        padding: 20px;
        margin-bottom: 15px;
    }

    .featureBox ul li .list {
        line-height: 28px;
        font-size: 16px;
    }

    .detailBox {
        width: 100%;
        padding: 13px;
    }

    .caseDetailBox .right {
        width: 100%;
        margin-top: 20px;
		margin-bottom: 20px;
    }

    .newsList dl dt {
        width: 100%;
		height: 3rem;
    }

    .newsList dl dd {
        width: 100%;
        padding: 15px 10px;
    }

    .newsList dl dd span {
        line-height: 24px;
        padding: 0 10px;
        font-size: 12px;
        margin-right: 6px;
    }

    .newsNav ul li {
        width: auto;
    }

    .newsNav ul li a {
        line-height: 32px;
        font-size: 16px;
        margin: 0 8px;
        padding: 0 5px;
    }

    .newsTitle h1 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 15px;
		text-align: left;
    }

    .aboutList {
        position: relative;
        top: 0;
        z-index: 9;
        margin-top: 20px;
    }

    .abLogo img {
        height: inherit;
    }

    .about-banner .textBox {
        top: 90px !important;
    }

    .about-banner .pc-banner {
        display: none !important;
    }

    .about-banner .bannerBg {
        height: 6.5rem !important;
    }

    .mobile-banner {
        display: block;
    }

    .about-banner .abText {
		width: 60%;
        font-size: 15px;
        line-height: 24px;
        font-weight: normal;
    }

    .about-banner .abText01 {
        display: none;
    }

    .aboutList ul li {
        width: 100%;
        height: auto !important;
        border-radius: 0.1rem;
        padding: 20px;
        margin-bottom: 15px;
    }

    .aboutList ul li .title:after {
        bottom: 0;
    }

    .paperList dl dd {
        padding: 15px;
    }

    .paperList dl dd .title {
        line-height: 22px;
        font-size: 17px;
    }

    .paperList dl dd .text {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 15px;
    }

    .paperList dl dd .more {
        width: 120px;
        height: 38px;
        line-height: 36px;
        margin-top: 20px;
    }

    #dialog {
        width: 90%;
    }

    #dialog .pText {
        font-size: 15px;
        line-height: 32px;
    }

    .ne-banner .textBox .bannerTitle {
        font-size: 20px;
    }

    .applicable {
        width: 100%;
        padding: 20px;
    }

    .appBox {
        padding-left: 0;
    }

    .appBox .title {
        line-height: 32px;
        font-size: 16px;
    }

    .information input {
        line-height: 38px;
        padding: 0 10px;
        font-size: 16px;
    }

    .consulting ul li {
        width: 100%;
        padding-bottom: 0;
    }

    .appBox textarea {
        font-size: 16px;
        padding: 10px;
    }

    .appSub .button,
    .freeIntor .more {
        width: 130px;
        line-height: 36px;
        font-size: 15px;
    }

    .grayBg {
        padding: 0 0 20px 0;
    }

    .appTitle {
        line-height: 40px;
        font-size: 18px;
    }

    .demandList dl {
        width: 100%;
        line-height: 40px;
        font-size: 16px;
    }

    .promotionBox .trouble {
        top: 0;
      margin-bottom: 20px; 
        margin-top: 20px;
    }

    .promotionBox .trouble dl {
        height: auto;
        padding: 20px;
    }

    .indexTitle span {
        font-size: 15px;
    }

    .freework {
        padding: 20px;
        height: auto;
    }

    .freeIntor {
        width: 100%;
        padding-top: 0;
    }

    .freeIntor .title {
        font-size: 18px;

    }

    .grayPic {
        width: 100%;
        padding: 100px 0 30px 0;
    }

    .promotion {
        padding: 0 0;
    }

    .promotionText span {
        font-size: 15px;
        line-height: 24px;
    }

/*    .about-banner .mobile-banner {
        display: block !important;
    } */

    .warp {
        width: 94%;
    }

    .bannerBg {
        width: 100%;
        height: 210px;
    }

    .ne-banner {
        background: none;
    }

    .ne-banner .textBox {
        padding: 0 3%;
    }
	#dialog {
	        width: 70%;
	        flex-wrap: wrap;
	        justify-content: center;
			padding-top: 30px;
			padding-bottom: 25px;
	    }
		#dialog .ewm {
		    width: 140px;
		}
	#dialog .pText {
	        font-size: 18px;
	        line-height: 30px;
	        padding-top: 15px;
	    }
	.claseDialogBtn {
	    right: 15px;
	    top: 15px;
	}
	.detailText{font-size: 17px;}
	#dialogBg{background: rgba(0, 0, 0, 0.5);}
	.newsTitle .bur{font-size: 14px;}
	    .three-major dl dt {
	        height: auto;
			padding: 8px 5px 8px 25px;
	    }

.aboutList ul li .title{font-size: 20px;}
.pagination-number.active{font-size: 16px;}
.trouble dl dt {
    width: 100px;
    height: 100px;
}
.freeIntor {
        width: 100%;
        padding: 0.4rem 0 0 0;
    }

    .freeIntor .title {
       line-height: 40px;
               font-size: 26px;
               text-align: center;
			   margin-bottom: 15px;
    }
   .freeIntor .more {
       width: 100%;
               line-height: 40px;
               font-size: 16px;
               margin: 20px auto;
			   justify-content: center;
    }
.freeIntor .more img{margin-left: 15px;}
.freeIntor .text {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}
.freework{background: url(../images/mfreework.jpg) no-repeat;}
	.micon{display: block;}
	.layui-form-radio>* {
	    line-height: 36px;
	    font-size: 17px !important;
	    color: #202020;
	}
	.applicable-banner .textBox{top: 48%;}
	.d_ewm {
	    width: 100%;
	    margin: 0 auto;
	    justify-content: center;
	}
	.d_ewm .left p,.d_ewm .right p{font-size: 17px;}
		.d_ewm .left p{padding-bottom: 20px;}
		.d_ewm .right img {
		    width: 150px;
		}
.promaotion_foot .flex{flex-wrap: wrap; justify-content: center;}
.promaotion_foot p {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
}
.promaotion_foot{padding: 15px 0;}
.promaotion_foot p{font-size: 13px;}
.classic-scene dl dd{background-position:50% 5% !important;}
.digitize .trouble dl{margin-bottom: 10px;}
.newspos .pos{display: block;}
.newspos .pos p{width: 100%; margin-left: 0;}
.caseList dl dt{height: 230px;}
.digitize .three-major dl dt {
    padding: 8px 0.2rem;
}
.three-major dl dd {
    min-height: 120px;
	padding: 15px 25px 30px 25px;
}
.caseDetailBox .right .logo {
    width: 90%;
    padding: 0.2rem;
    height: 100px;
}
.caseDetailBox .right .logo img{
	display: inline-block;
	    max-width: inherit;
	    width: 70%;
	height: auto !important;
	}
.d_f {
    font-size: 18px;
    line-height: 0.46rem;
    letter-spacing: 2px;
}
}