* {
    padding: 0;
    margin: 0;
}

.flexCenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flexCenterStart {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


/* 导航 */

.navLine {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: white;
}

.presentationText {
    color: black;
    font-size: 18px;
}

.navLineLeft img {
    width: 230px;
    height: 58px;
}

.navLineRightPadding {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav>li>a {
    padding: 10px 20px;
}

@media(max-width:1200px) {
    .navLine {
        width: 100%;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        background: white;
    }
    .presentationText {
        color: black;
        font-size: 16px;
    }
    .navLineLeft img {
        width: 220px;
        height: 52px;
    }
    .navLineRightPadding {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .nav>li>a {
        padding: 10px 15px;
    }
}

@media(max-width:990px) {
    .navLine {
        width: 100%;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        background: white;
    }
    .presentationText {
        color: black;
        font-size: 14px;
    }
    .navLineLeft img {
        width: 180px;
        height: 43px;
    }
    .navLineRightPadding {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .nav>li>a {
        padding: 10px 5px;
    }
}

@media(max-width:768px) {
    .navLine {
        width: 100%;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        background: white;
    }
    .presentationText {
        color: black;
        font-size: 12px;
    }
    .navLineLeft img {
        width: 130px;
        height: 32px;
    }
    .navLineRightPadding {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .nav>li>a {
        padding: 5px;
    }
}

@media(max-width:575px) {
    .navLineLeft {
        text-align: center;
    }
    .navLineRightPadding {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


/* 导航下面的图片 */

.navUnderImg {
    height: 500px;
    background: url('../static/navunderBg.jpg') no-repeat center center;
}

.navUnderImgLeft {
    display: flex;
    align-items: center;
    justify-items: center;
}

.leftOneLine {
    font-size: 60px;
    font-weight: bold;
    color: white;
}

.leftTwoLine {
    font-size: 26px;
    color: #ebebeb;
    padding-bottom: 40px;
}

.leftTwoLineActive {
    display: inline-block;
}

.leftThreeLine {
    padding-bottom: 50px;
}

.ThreeBorder {
    width: 345px;
    border: 2px solid #ebebeb;
    border-radius: 8px;
    color: white;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
}

.navUnderImgRight {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media(max-width:990px) {
    .navUnderImgLeft {
        display: flex;
        align-items: center;
        justify-items: center;
    }
    .leftOneLine {
        font-size: 45px;
        font-weight: bold;
        color: white;
    }
    .leftTwoLine {
        font-size: 20px;
        color: #ebebeb;
        padding-left: 2px;
        padding-bottom: 40px;
    }
    .leftThreeLine {
        padding-bottom: 40px;
    }
    .ThreeBorder {
        width: 150px;
        height: 34px;
        border: 2px solid #ebebeb;
        border-radius: 8px;
        color: #ebebeb;
        font-size: 18px;
    }
    .navUnderImgRight img {
        width: 400px;
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

@media(max-width:768px) {
    .navUnderImgLeft {
        display: flex;
        align-items: center;
        justify-items: center;
    }
    .navUndersmallmd {
        margin-left: 30%;
    }
    .leftOneLine {
        width: 100%;
        font-size: 34px;
        font-weight: bold;
        color: white;
    }
    .leftTwoLine {
        font-size: 16px;
        color: #ebebeb;
        padding-left: 2px;
        padding-bottom: 10px;
    }
    .leftThreeLine {
        padding-bottom: 10px;
    }
    .ThreeBorder {
        width: 250px;
        height: 30px;
        border: 2px solid #ebebeb;
        border-radius: 8px;
        color: #ebebeb;
        font-size: 14px;
    }
    .navUnderImgRight {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .navUnderImgRight img {
        width: 350px;
        height: 350px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

@media(max-width:578px) {
    .navUnderImgLeft {
        display: flex;
        align-items: center;
        justify-items: center;
    }
    .navUndersmallmd {
        margin-left: 35%;
    }
    .leftOneLine {
        font-size: 22px;
        font-weight: bold;
        color: white;
    }
    .navUnderImgRight img {
        width: 300px;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

@media(max-width:478px) {
    .navUndersmallmd {
        margin-left: 28%;
    }
}

@media(max-width:378px) {
    .navUndersmallmd {
        margin-left: 20%;
    }
}


/* 行业现状 */

.iconIndustry {
    color: white;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.industry {
    width: 100%;
    background: #eef5f9;
    /* background:#f6fafc; */
    overflow: hidden;
}

.industryText {
    padding-top: 30px;
    color: black;
    font-size: 40px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

.industryInstructions {
    font-size: 28px;
    padding-top: 12px;
    padding-bottom: 16px;
    padding-left: 10px;
    padding-right: 10px;
}

.Cube {
    height: 270px;
    background: white;
    box-shadow: 0 0 4px rgb(84, 101, 118, 0.2);
    padding: 8% 10%;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    /* 0.6s完成过渡效果 */
    -webkit-transition: all 0.6s;
    overflow: hidden;
    transform: translateY(600px);
}

.CubeTransformNone {
    transition: all 1.5s;
    -moz-transition: all 1.5s;
    /* 0.6s完成过渡效果 */
    -webkit-transition: all 1.5s;
    transform: translateY(0);
}

.Cube:hover {
    /* transform:scale(1.2) rotate(360deg); */
    transform: scale(1.2);
}

.topCube {
    width: 100%;
    height: 60px;
}

.topCubeLeft {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topCubeLeftBg {
    width: 40px;
    height: 40px;
    background: #2494f8;
    border-radius: 8px;
}

.topCubeRight {
    padding-left: 13px;
    color: black;
    font-size: 24px;
    letter-spacing: 3px;
}

.botCube {
    width: 100%;
    font-size: 16px;
    color: #9c9c9c;
    padding-top: 20px;
    letter-spacing: 1px;
}

.rowMarginBot {
    padding-bottom: 30px;
}

@media(max-width:1200px) {
    .Cube {
        height: 270px;
        background: white;
        box-shadow: 0 0 4px rgb(84, 101, 118, 0.2);
        padding: 8% 10%;
        margin-bottom: 30px;
    }
    .topCubeRight {
        padding-left: 10px;
        color: black;
        font-size: 20px;
        letter-spacing: 0;
    }
    .rowMarginBot {
        padding-bottom: 0px;
    }
    .botCube {
        width: 100%;
        font-size: 16px;
        color: #9c9c9c;
        padding-top: 20px;
        letter-spacing: 1px;
    }
    .industryInstructions {
        font-size: 24px;
        padding-top: 12px;
        padding-bottom: 16px;
    }
}

@media(max-width:575px) {
    .Cube {
        height: 170px;
        background: white;
        box-shadow: 0 0 4px rgb(84, 101, 118, 0.2);
        padding: 1% 4%;
        margin-bottom: 30px;
    }
}


/* 产品方案 */

.productInstructions {
    width: 1170px;
    padding-bottom: 12px;
    border-bottom: 2px solid #dcdcdc;
}

.productchoose {
    width: 162.5px;
    float: left;
    font-size: 24px;
    font-weight: 500;
}

.productchooseH4 {
    margin-bottom: 10px;
}

.producticon {
    font-size: 30px;
    color: #d3d9e5;
    font-weight: bold;
}

.activeBlue {
    color: #227cf7;
    font-weight: bold;
}

.carousel-control-prev {
    left: -70px;
}

.carousel-control-next {
    right: -70px;
}

@media(max-width:1200px) {
    .productInstructions {
        width: 930px;
        padding-bottom: 12px;
        border-bottom: 2px solid #dcdcdc;
    }
    .productchoose {
        width: 137px;
        float: left;
        font-size: 16px;
    }
    .carousel-control-prev {
        left: 0px;
    }
    .carousel-control-next {
        right: 0px;
    }
    .carousel-control-next,
    .carousel-control-prev {
        width: 0;
    }
}

@media(max-width:1000px) {
    .productInstructions {
        width: 720px;
        padding-bottom: 12px;
        border-bottom: 2px solid #dcdcdc;
    }
    .productchoose {
        width: 100px;
        float: left;
        font-size: 16px;
    }
    .paddingH4 {
        padding-left: 30px;
    }
    .smRow {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width:780px) {
    .productInstructions {
        width: 600px;
        padding-bottom: 12px;
        border-bottom: 2px solid #dcdcdc;
    }
    .productchoose {
        width: 100px;
        float: left;
        font-size: 16px;
    }
    .smRow {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .carousel-control-prev {
        left: -50px;
    }
    .carousel-control-next {
        right: -50px;
    }
    .producticon {
        font-size: 24px;
        color: #d3d9e5;
        font-weight: bold;
    }
}

@media(max-width:575px) {
    .overHiden {
        display: none;
    }
}


/* 产品优势 */

.advantage {
    width: 100%;
    background: #eef5f9;
    overflow: hidden;
    /* background:#f6fafc; */
}

.advantageImage {
    transform: translateY(800px);
}

.advantageImageTransformNone {
    transition: all 1.5s;
    -moz-transition: all 1.5s;
    /* 0.6s完成过渡效果 */
    -webkit-transition: all 1.5s;
    transform: translateY(0);
}


/* 五大栏目搭建商协管理与社交系统 */

.alltheColumn {
    margin-top: 30px;
}

.alltheColumnOne {
    box-shadow: 0 0 8px #d0cdcd;
    padding: 30px 10px 30px 10px;
    height: 340px;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    /* 0.6s完成过渡效果 */
    -webkit-transition: all 0.6s;
}

.alltheColumnOne:hover {
    transform: scale(1.1);
}

.theColumnImage img {
    width: 70px;
    height: 70px;
}

.theColumnText {
    font-size: 20px;
    color: #217af8;
    font-weight: 500;
    letter-spacing: 3px;
    padding-top: 10px;
}

.theColumnInstructions {
    width: 100%;
    font-size: 12px;
    color: black;
    font-weight: 500;
    letter-spacing: 3px;
    padding-top: 10px;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    padding: 0 0.1rem;
    margin-bottom: -.2rem;
    overflow: -moz-scrollbars-none;
    overflow: -moz-scrollbars-none;
}

.theColumnInstructions::-webkit-scrollbar {
    display: none;
}

.theColumnInstructionsUnder {
    width: 100%;
}

.alltheColumnUnderLeft {
    padding-left: 190px;
}

.alltheColumnUnderRight {
    padding-right: 190px;
}

@media(max-width:1200px) {
    .alltheColumnOne {
        box-shadow: 0 0 8px #d0cdcd;
        padding: 20px 10px 30px 10px;
        height: 340px;
    }
    .theColumnImage img {
        width: 50px;
        height: 50px;
    }
    .theColumnText {
        font-size: 14px;
        color: #217af8;
        font-weight: 500;
        letter-spacing: 3px;
    }
    .theColumnInstructions {
        width: 100%;
        font-size: 12px;
        color: black;
        font-weight: 500;
        letter-spacing: 3px;
        padding-top: 10px;
    }
    .theColumnInstructionsUnder {
        width: 100%;
    }
    .alltheColumnUnderLeft {
        padding-left: 190px;
    }
    .alltheColumnUnderRight {
        padding-right: 190px;
    }
}

@media(max-width:990px) {
    .alltheColumnOne {
        box-shadow: 0 0 8px #d0cdcd;
        padding: 10px;
        height: 300px;
    }
    .theColumnImage img {
        width: 50px;
        height: 50px;
    }
    .theColumnText {
        font-size: 14px;
        color: #217af8;
        font-weight: 500;
        letter-spacing: 3px;
    }
    .theColumnInstructions {
        width: 100%;
        font-size: 12px;
        height: 200px;
        color: black;
        font-weight: 500;
        letter-spacing: 3px;
        padding-top: 2px;
    }
    .theColumnInstructionsUnder {
        width: 100%;
    }
    .alltheColumnUnderLeft {
        padding-left: 190px;
    }
    .alltheColumnUnderRight {
        padding-right: 190px;
    }
}

@media(max-width:768px) {
    .theColumnImage img {
        width: 40px;
        height: 40px;
    }
    .theColumnText {
        font-size: 16px;
        color: #217af8;
        font-weight: 500;
        letter-spacing: 3px;
    }
    .theColumnInstructions {
        width: 100%;
        font-size: 12px;
        color: black;
        font-weight: 500;
        letter-spacing: 3px;
        padding-top: 20px;
    }
    .alltheColumnOne {
        box-shadow: 0 0 8px #d0cdcd;
        padding: 10px;
        height: 200px;
    }
    .theColumnInstructionsUnder {
        width: 100%;
    }
    .alltheColumnUnderLeft {
        padding-left: 104px;
    }
    .alltheColumnUnderRight {
        padding-right: 104px;
    }
}


/* @media(max-width:575px){
.theColumnInstructionsUnder{
    width: 422.40px;
}
.alltheColumnUnderLeft{
    padding-left: 12px;
}
.alltheColumnUnderRight{
    padding-right: 20px;
}
.alltheColumnOne{
    box-shadow: 0 0 8px #d0cdcd;
    padding:20px 20px 30px 20px;
    height: 180px;
}
} */


/* 商协云管家——传统商协管理操作优化升级 */

.upgrade {
    width: 100%;
    background: #eef5f9;
    /* background:#f6fafc; */
}

.upgradeTopLeft {
    margin-left: 4%;
    background: url('../static/cry.png') no-repeat center center;
    box-shadow: 3px 3px 8px #cde1f9;
    padding: 30px 50px;
    color: #9f9f9f;
    font-size: 25px;
    font-family: simhei;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    /* 0.6s完成过渡效果 */
    -webkit-transition: all 0.6s;
}

.upgradeTopLeft:hover {
    transform: scale(1.1);
    /* 放大1.2倍 */
}

.upgradeCenter img {
    /* width: 190px; */
    height: 190px;
    cursor: pointer;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    /* 0.6s完成过渡效果 */
    -webkit-transition: all 0.6s;
}

.upgradeCenter img:hover {
    transform: scale(1.1);
    /* 放大1.2倍 */
}

.upgradeTopRight {
    background: url('../static/smile.png') no-repeat center center;
    box-shadow: 3px 3px 8px #cde1f9;
    padding: 30px 50px;
    color: #237bf7;
    font-size: 25px;
    font-family: simhei;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    /* 0.6s完成过渡效果 */
    -webkit-transition: all 0.6s;
}

.upgradeTopRight:hover {
    transform: scale(1.1);
    /* 放大1.2倍 */
}

.upgradeTopText {
    font-size: 28px;
    font-weight: bold;
    color: black;
}

.upgradeTopMargin {
    margin-top: 15px;
}

.upgradeTopBorder {
    border: 2px solid #9f9f9f;
    padding: 3px 8px;
    border-radius: 6px;
}

.upgradeTopBorderBlue {
    border: 2px solid #237bf7;
    padding: 3px 8px;
    border-radius: 6px;
}

.upgradeBottom {
    margin-top: 40px;
    margin-left: 4%;
    background: white;
    box-shadow: 3px 3px 8px #cde1f9;
    padding: 30px;
    font-size: 30px;
    font-family: simhei;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    /* 0.6s完成过渡效果 */
    -webkit-transition: all 0.6s;
}

.upgradeBottom:hover {
    transform: scale(1.1);
    /* 放大1.2倍 */
}

.firstLine {
    width: 100%;
    height: 1px;
    background-color: #e3e3e3;
    position: absolute;
    top: 47.5%;
    left: 0;
}

.secondLine {
    width: 1px;
    height: 30%;
    background-color: #e3e3e3;
    position: absolute;
    top: 7.5%;
    left: 33%;
}

.thirdLine {
    width: 1px;
    height: 30%;
    background-color: #e3e3e3;
    position: absolute;
    top: 7.5%;
    left: 66.5%;
}

.fourthLine {
    width: 1px;
    height: 30%;
    background-color: #e3e3e3;
    position: absolute;
    top: 57.5%;
    left: 33%;
}

.fifthLine {
    width: 1px;
    height: 30%;
    background-color: #e3e3e3;
    position: absolute;
    top: 57.5%;
    left: 66.5%;
}

.eachHeight {
    height: 100px;
}

.oneeach {
    font-size: 46px;
    color: #237bf7;
}

.twoeach {
    font-size: 75px;
    color: #237bf7;
}

.threeeach {
    font-size: 50px;
    color: #237bf7;
}

.foureach {
    font-size: 65px;
    color: #237bf7;
}

.fiveeach {
    font-size: 50px;
    color: #237bf7;
}

.sixeach {
    font-size: 60px;
    color: #237bf7;
}

.upgradeBottomIcon {
    font-size: 22px;
    color: #237bf7;
    width: 10%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.upgradeBottomIconText {
    width: 90%;
    font-size: 18px;
    padding-top: 3px;
}

.upgradeBottomTopText {
    font-size: 30px;
}

.upgradeBottomRight {
    padding-left: 40px;
}

.upgradeTopLeftMargin {
    margin-left: 57px;
}

.upgradeTopRightMargin {
    margin-left: 70px;
}

.smallupgradeBottom {
    padding: 20px 10px;
}

@media(max-width:1200px) {
    .upgradeTopLeft {
        margin-left: 4%;
        background: url('../static/cry.png') no-repeat center center;
        box-shadow: 3px 3px 8px #cde1f9;
        padding: 30px 50px;
        color: #9f9f9f;
        font-size: 20px;
        font-family: simhei;
        height: 300px;
    }
    .upgradeTopRight {
        background: url('../static/smile.png') no-repeat center center;
        box-shadow: 3px 3px 8px #cde1f9;
        padding: 30px 50px;
        color: #237bf7;
        font-size: 20px;
        font-family: simhei;
        height: 300px;
    }
    .upgradeCenter img {
        /* width: 160px; */
        height: 160px;
    }
    .upgradeBottom {
        margin-top: 40px;
        margin-left: 4%;
        background: white;
        box-shadow: 3px 3px 8px #cde1f9;
        padding: 30px;
        font-size: 24px;
        font-family: simhei;
    }
    .upgradeBottomRight {
        padding-left: 30px;
    }
    .upgradeTopLeftMargin {
        margin-left: 44px;
    }
    .upgradeTopRightMargin {
        margin-left: 50px;
    }
    .upgradeBottomIcon {
        font-size: 20px;
        color: #237bf7;
        width: 10%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .upgradeBottomIconText {
        width: 90%;
        font-size: 16px;
        padding-top: 3px;
    }
}

@media(max-width:990px) {
    .upgradeTopLeft {
        margin-left: 4%;
        background: url('../static/cry.png') no-repeat center center;
        box-shadow: 3px 3px 8px #cde1f9;
        padding: 10px 30px;
        color: #9f9f9f;
        font-size: 14px;
        font-family: simhei;
        height: 210px;
    }
    .upgradeTopRight {
        background: url('../static/smile.png') no-repeat center center;
        box-shadow: 3px 3px 8px #cde1f9;
        padding: 10px 30px;
        color: #237bf7;
        font-size: 14px;
        font-family: simhei;
        height: 210px;
    }
    .upgradeTopText {
        font-size: 24px;
        font-weight: bold;
        color: black;
    }
    .upgradeCenter img {
        /* width: 110px; */
        height: 110px;
    }
    .upgradeBottom {
        margin-top: 40px;
        margin-left: 4%;
        background: white;
        box-shadow: 3px 3px 8px #cde1f9;
        padding: 15px 10px;
        font-size: 18px;
        font-family: simhei;
    }
    .upgradeBottomRight {
        padding-left: 25px;
    }
    .upgradeTopLeftMargin {
        margin-left: 40px;
    }
    .upgradeTopRightMargin {
        margin-left: 42px;
    }
    .upgradeBottomTopText {
        font-size: 22px;
    }
    .eachHeight {
        height: 80px;
    }
    .oneeach {
        font-size: 36px;
        color: #237bf7;
    }
    .twoeach {
        font-size: 65px;
        color: #237bf7;
    }
    .threeeach {
        font-size: 40px;
        color: #237bf7;
    }
    .foureach {
        font-size: 55px;
        color: #237bf7;
    }
    .fiveeach {
        font-size: 40px;
        color: #237bf7;
    }
    .sixeach {
        font-size: 50px;
        color: #237bf7;
    }
    .upgradeBottomIcon {
        font-size: 14px;
        color: #237bf7;
        width: 10%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .upgradeBottomIconText {
        width: 90%;
        font-size: 12px;
        padding-top: 1px;
    }
}

@media(max-width:768px) {
    .upgradeTopLeft {
        margin-left: 4%;
        background: url('../static/cry.png') no-repeat center center;
        box-shadow: 3px 3px 8px #cde1f9;
        padding: 10px;
        color: #9f9f9f;
        font-size: 12px;
        font-family: simhei;
        height: 190px;
    }
    .upgradeTopRight {
        background: url('../static/smile.png') no-repeat center center;
        box-shadow: 3px 3px 8px #cde1f9;
        padding: 10px;
        padding-left: 20px;
        color: #237bf7;
        font-size: 12px;
        font-family: simhei;
        height: 190px;
    }
    .upgradeTopText {
        font-size: 20px;
        font-weight: bold;
        color: black;
    }
    .upgradeCenter img {
        /* width: 80px; */
        height: 80px;
    }
    .upgradeBottom {
        margin-top: 40px;
        margin-left: 4%;
        background: white;
        box-shadow: 3px 3px 8px #cde1f9;
        padding: 10px 5px;
        font-size: 14px;
        font-family: simhei;
    }
    .upgradeBottomIcon {
        font-size: 12px;
        color: #237bf7;
        padding-right: 5px;
    }
    .upgradeBottomRight {
        padding-left: 20px;
    }
    .upgradeTopLeftMargin {
        margin-left: 30px;
    }
    .upgradeTopRightMargin {
        margin-left: 28px;
    }
    .upgradeBottomTopText {
        font-size: 18px;
    }
    .upgradeBottomIcon {
        font-size: 14px;
        color: #237bf7;
        width: 8%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .upgradeBottomIconText {
        width: 92%;
        font-size: 12px;
        padding-top: 1px;
    }
    .firstLine {
        width: 96%;
        height: 1px;
        background-color: #e3e3e3;
        position: absolute;
        top: 32.5%;
        left: 2%;
    }
    .secondLine {
        width: 96%;
        height: 1px;
        background-color: #e3e3e3;
        position: absolute;
        top: 64.5%;
        left: 2%;
    }
    .thirdLine {
        width: 1px;
        height: 25%;
        background-color: #e3e3e3;
        position: absolute;
        top: 4%;
        left: 50%;
    }
    .fourthLine {
        width: 1px;
        height: 25%;
        background-color: #e3e3e3;
        position: absolute;
        top: 36%;
        left: 50%;
    }
    .fifthLine {
        width: 1px;
        height: 25%;
        background-color: #e3e3e3;
        position: absolute;
        top: 70%;
        left: 50%;
    }
}

@media(max-width:576px) {
    .upgradeTopLeft {
        margin-left: 4%;
        background: url('../static/cry.png') no-repeat center center;
        box-shadow: 3px 3px 8px #cde1f9;
        padding: 10px;
        color: #9f9f9f;
        font-size: 16px;
        font-family: simhei;
        height: 210px;
        margin-right: 20px;
    }
    .upgradeTopRight {
        background: url('../static/smile.png') no-repeat center center;
        box-shadow: 3px 3px 8px #cde1f9;
        padding: 10px;
        padding-left: 20px;
        color: #237bf7;
        font-size: 16px;
        font-family: simhei;
        height: 210px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .upgradeBottom {
        margin-top: 40px;
        margin-left: 4%;
        background: white;
        box-shadow: 3px 3px 8px #cde1f9;
        padding: 10px 5px;
        font-size: 14px;
        font-family: simhei;
        margin-right: 20px;
    }
    .upgradeCenter img {
        width: 0;
        height: 0;
    }
    .upgradeTopRight {
        margin-top: 50px;
    }
    .upgradeBottomRight {
        margin-top: 10px;
        padding-left: 10px;
    }
    .upgradeBottomTopText {
        font-size: 14x;
    }
    .upgradeBottomIcon {
        font-size: 14px;
        color: #237bf7;
        width: 9%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .upgradeBottomIconText {
        width: 91%;
        font-size: 12px;
        padding-top: 1px;
    }
    .smallupgradeBottom {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media(max-width:487px) {
    .upgradeBottomIcon {
        font-size: 14px;
        color: #237bf7;
        width: 15%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .upgradeBottomIconText {
        width: 85%;
        font-size: 12px;
        padding-top: 1px;
    }
}


/* 服务支持 */

.service {
    width: 100%;
    background: #227cf7;
    color: white;
    font-size: 24px;
}

.serviceMarginTop {
    margin-top: 30px;
}

.serviceBg {
    width: 100px;
    height: 100px;
    background: white;
    margin-bottom: 15px;
    border-radius: 8px;
}

.serviceIconBig {
    color: #227cf7;
    font-size: 70px;
}

.serviceIconSmall {
    color: #227cf7;
    font-size: 60px;
}

.serviceBg {
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    /* 0.6s完成过渡效果 */
    -webkit-transition: all 0.6s;
}

.serviceBg:hover {
    transform: scale(1.2);
    /* 放大1.2倍 */
}

@media(max-width:990px) {
    .service {
        width: 100%;
        background: #227cf7;
        color: white;
        font-size: 18px;
    }
    .serviceMarginTop {
        margin-top: 20px;
    }
    .serviceBg {
        width: 80px;
        height: 80px;
        background: white;
        margin-bottom: 15px;
        border-radius: 8px;
    }
    .serviceIconBig {
        color: #227cf7;
        font-size: 54px;
    }
    .serviceIconSmall {
        color: #227cf7;
        font-size: 50px;
    }
}

@media(max-width:768px) {
    .serviceMarginTop {
        margin-top: 0;
    }
    .serviceSmallTwo {
        margin-top: 20px;
    }
}

@media(max-width:576px) {
    .serviceMarginTop {
        margin-top: 0;
    }
    .serviceSmallTwo {
        margin-top: 20px;
    }
    .service {
        width: 100%;
        background: #227cf7;
        color: white;
        font-size: 14px;
    }
    .serviceMarginTop {
        margin-top: 20px;
    }
    .serviceBg {
        width: 60px;
        height: 60px;
        background: white;
        margin-bottom: 15px;
        border-radius: 8px;
    }
    .serviceIconBig {
        color: #227cf7;
        font-size: 40px;
    }
    .serviceIconSmall {
        color: #227cf7;
        font-size: 34px;
    }
    .smallPhone {
        flex: 0 0 50%;
        max-width: 50%;
    }
    /* .serviceBg{
        transition: none;  
        -moz-transition: none;  
        -webkit-transition: none;
    }
    .serviceBg:hover{
        transform: scale(1);  
    } */
}


/* 渠道合作 */

.cooperation {
    width: 100%;
    background: #e4f5fd;
    font-size: 28px;
}

.cooperationIcon {
    color: #227cf7;
    font-size: 60px;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    /* 0.6s完成过渡效果 */
    -webkit-transition: all 0.6s;
}

.cooperationIcon:hover {
    transform: scale(1.2);
}

.cooperationLineTop {
    margin-top: 20px;
}

.cooperationLineBot {
    border: 3px solid #227cf7;
    padding: 10px 20px;
    border-radius: 8px;
    background: white;
    color: #227cf7;
    margin-top: 30px;
}

@media(max-width:990px) {
    .cooperation {
        width: 100%;
        background: #e4f5fd;
        font-size: 18px;
    }
    .cooperationIcon {
        color: #227cf7;
        font-size: 48px;
    }
    .cooperationLineTop {
        margin-top: 10px;
    }
    .cooperationLineBot {
        border: 2px solid #227cf7;
        padding: 5px 10px;
        border-radius: 8px;
        background: white;
        color: #227cf7;
        margin-top: 30px;
    }
}

@media(max-width:768px) {
    .cooperation {
        width: 100%;
        background: #e4f5fd;
        font-size: 16px;
    }
    .cooperationIcon {
        color: #227cf7;
        font-size: 50px;
        margin-top: 10px;
    }
    .cooperationLineTop {
        margin-top: 10px;
    }
    .cooperationLineBot {
        border: 2px solid #227cf7;
        padding: 5px 10px;
        border-radius: 8px;
        background: white;
        color: #227cf7;
        margin-top: 30px;
    }
}


/* 关于我们 */

.about {
    font-size: 22px;
}

.aboutImg img {
    transition: all 0.6s;
}

.aboutImg img {
    width: 220px;
    height: 220px;
    margin-top: 30px;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    /* 0.6s完成过渡效果 */
    -webkit-transition: all 0.6s;
}

.aboutImg img:hover {
    transform: scale(1.1);
}

@media(max-width:990px) {
    .about {
        font-size: 20px;
    }
    .aboutImg {
        margin-top: 30px;
    }
    .aboutImg img {
        width: 200px;
        height: 200px;
    }
}

@media(max-width:576px) {
    .about {
        font-size: 16px;
    }
    .aboutImg {
        margin-top: 25px;
    }
    .aboutImg img {
        width: 170px;
        height: 170px;
    }
}


/* 联系我们 */

.contactUs {
    background: #104289;
    color: white;
    font-size: 15px;
    padding: 30px 0 20px 0;
    display: flex;
    align-items: center;
}

.contactUsLine {
    margin-top: 20px;
}

.wximgone img {
    width: 107px;
    height: 107px;
}

.wximgtwo img {
    width: 107px;
    height: 107px;
}

.wximgthree img {
    width: 107px;
    height: 107px;
}

@media(max-width:1200px) {
    .contactUs {
        background: #104289;
        color: white;
        font-size: 14px;
        padding: 30px 0 20px 0;
    }
    .wximgone img {
        width: 107px;
        height: 107px;
    }
    .wximgtwo img {
        width: 107px;
        height: 107px;
    }
    .wximgthree img {
        width: 107px;
        height: 107px;
    }
    .wximgthree img {
        width: 107px;
        height: 107px;
    }
    .contactUsLine {
        margin-top: 20px;
    }
}

@media(max-width:990px) {
    .contactUs {
        background: #104289;
        color: white;
        font-size: 14px;
        padding: 30px 0 20px 0;
    }
    .wximgone img {
        width: 90px;
        height: 90px;
    }
    .wximgtwo img {
        width: 90px;
        height: 90px;
    }
    .wximgthree img {
        width: 90px;
        height: 90px;
    }
    .contactUsLine {
        margin-top: 30px;
    }
}

@media(max-width:768px) {
    .smallFlexCenter {
        text-align: center;
        white-space: normal;
    }
    .smallTop {
        margin-top: 30px;
    }
    .contactUsLine {
        margin-top: 30px;
    }
}

.smallFlexCenter {
    white-space: nowrap;
}

.smallFlexCenter a:hover {
    color: #fff;
}


/* 备案号 */

.underFietd {
    width: 100%;
    height: 60px;
    background: #032b62;
    color: white;
    font-size: 20px;
}

.beianImage {
    padding-bottom: 5px;
}

.beihanText {
    color: white;
    cursor: pointer;
}

.beihanText:hover {
    border-bottom: 1px solid #f2f2f2;
}

@media(max-width:1200px) {
    .underFietd {
        width: 100%;
        height: 60px;
        background: #032b62;
        color: white;
        font-size: 18px;
    }
}

@media(max-width:990px) {
    .underFietd {
        width: 100%;
        height: 50px;
        background: #032b62;
        color: white;
        font-size: 14px;
    }
}

@media(max-width:420px) {
    .underFietd {
        width: 100%;
        height: 40px;
        background: #032b62;
        color: white;
        font-size: 14px;
    }
}

@media(max-width:320px) {
    .underFietd {
        width: 100%;
        height: 40px;
        background: #032b62;
        color: white;
        font-size: 12px;
    }
}


/* 所有的标题 */

@media(max-width:776px) {
    .industryText {
        font-size: 30px;
        text-align: center;
    }
    .about {
        font-size: 20px;
    }
}

@media(max-width:587px) {
    .industryText {
        font-size: 22px;
        text-align: center;
    }
    .productInstructions {
        font-size: 18px;
    }
    .industryInstructions {
        font-size: 18px;
    }
    .about {
        font-size: 18px;
    }
}


/* 所有弹出框 */

.peopleHeader {
    padding-left: 40px;
    color: white;
    font-size: 18px;
}

.peopleImage {
    width: 140px;
    height: 35px;
}

.modal {
    top: 25%;
}

.modal-header {
    padding: 0.5rem 1rem;
}

.hide {
    display: none;
}

.btn-primary {
    margin: 0 auto;
    color: #2494f8;
    background-color: #fff;
    border-color: #2494f8;
}

.form-group {
    margin-bottom: 0.8rem;
}

.paddingleftone {
    padding-left: 20px;
}

@media(max-width:587px) {
    .modal {
        width: 85%;
        top: 80%;
        left: 50%;
        transform: translate(-50%, -60%);
    }
    .form-control {
        width: 100%;
        font-size: 0.8rem;
        /* padding:0.55rem; */
    }
    .btn-primary {
        width: 80px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .form-group {
        margin-bottom: 0.5rem;
    }
    .peopleHeader {
        padding-left: 5px;
        color: white;
        transform: scale(0.8);
    }
    .peopleImage {
        width: 100px;
        height: 28px;
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.form-input-content {}