* {
    padding: 0;
    margin: 0;
    font-size: 16px;
    text-decoration: none;
    list-style: none;
    font-family: "微软雅黑", microsoft YaHei, Arial;
    font-weight: normal;
}

@font-face {
    font-family: MyFontName;
    src: url(/static/fonts/Aldrich.ttf)
}

.container {
    margin-top: 5vw;
}

html {
    font-size: 625%;
    /*100 ÷ 16 × 100% = 625%*/
}

.clear {
    clear: both;
}

.nopadding {
    padding: 0;
}

.benner {
    box-shadow: 11px 10px 38px 0px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
}

body {
    width: 100vw;
    overflow-x: hidden;
}

a:hover {
    text-decoration: none
}

.clear {
    clear: both;
}

/* 统一头部的样式：开始 */
.uniteTop {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 1);
    z-index: 9999;
    padding: 0.18rem 0;
    width: 100%;
    padding-left: 1vw;
    padding-right: 1vw;
}

.nav-children {
    display: none;
    background: #e11;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.topLeft {
    display: flex;
}

.topLogo {
    float: left;
    width: 50px;
    height: 50px;
}
.topLogo img{
    width: 50px;
    height: 50px;
}

.topTex {
    float: left;
    font-size: 18px;
    font-weight: normal;
    font-family: FZLTZHK--GBK1-0, FZLTZHK--GBK1;
    color: rgba(51, 51, 51, 1);
    line-height: 50px;
    margin-left: 2%;
    width: 255px;
}

.topNav {
    float: left;
    margin-top: 8px;
}

.navLi {
    float: left;
    margin-left: 1vw;
    padding: 0px 1vw;
    background: rgba(255, 255, 255, 1);
    color: rgba(51, 51, 51, 1);
    border-radius: 4px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 500;

    line-height: 38px;
    text-align: center;
}

.navLi:hover,
.navLiactive {
    background: rgba(76, 138, 255, 1);
    color: rgba(255, 255, 255, 1);

}

/* 统一头部的样式：结束 */

/* banner样式：开始 */
.bannerTop {
    background: rgba(76, 138, 255, 1);
}

.bannerTexCon {
    padding: 12% 2% 0% 6%;

}

.bannermainTex {
    font-size: 2.8vw;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    line-height: 4vw;
    z-index: 2;
    position: relative;
    top: 0;
    left: 0;
}

.bannersubtitle {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 22px;
    margin-top: 2vw;
}

.bannercontactBtn {
    width: 116px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 1);
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    line-height: 50px;
    text-align: center;
    margin-top: 3.5vw;
}

.bannerDesc {
    margin-top: -1vw;
    z-index: 1;
    position: relative;
    top: 0;
    left: 0;
}

.bannerImg img {
    min-width: 100%;
}

.previewBanner {
    background: rgba(76, 156, 255, 1);
    height: 4vw;
    margin-top: 3vw;
}

.thumb-items {
    position: relative;
    top: -6vw;
}

.previewBac {
    background: rgba(76, 156, 255, 1);
    padding: 0 14px;
    position: relative;
    float: left;
    height: 120px;
}

.bannerGather {

    /* width: 92%; */
}

.gatherUl {
    display: flex;
    justify-content: space-between;
    width: 84%;
    margin-left: 10%;
}

.gatherLi {

    background: rgba(76, 138, 255, 1);
    padding: 4px;
    float: left;
    position: relative;
    margin-left: 6px;
}

.lishow {
    display: none;
}

.liover {
    background: rgba(76, 138, 255, 0);
}

.gatherLi:hover .lishow {
    display: block;
    position: absolute;
    left: 3px;
    top: -3px;
    z-index: 3;
}

.gatherliImg,
.gatherliImg img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
}

.lishow {
    width: 100%;
    height: 100%;
    background: rgba(51, 103, 202, 1);
    filter: blur(5px);
}

.bannerbottom {
    background: rgba(76, 138, 255, 1);
    height: 7vw;
}

.bannerComp {
    height: 7vw;
    background: rgba(76, 126, 255, 1);
    font-size: 60px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.1);
    line-height: 84px;
    letter-spacing: 10px;
    text-align: center;
    line-height: 7vw;
}


/* banner样式：结束 */

/* 公司业务样式:开始 */
.businessUl {
    display: flex;
    flex-wrap: wrap;
}

.centerTitle {
    text-align: center;
}

.centerTitle img {
    margin-top: 50px;
}

.busineLi {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
    float: left;
    margin-left: 2.6%;
    width: 23%;
    margin-top: 0.3rem;
}

.busineLi:nth-child(4n+1) {
    margin-left: 0;
}

.busineTop {
    position: relative;
}

.busineImg {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    height: 163px;
    overflow: hidden;
}
.busineImg img{
width: 100%;
}

.businePop {
    position: absolute;
    left: 0;
    right: 0;
    top: 9px;
    z-index: 11;
}

.busineIconBox {
    width: 0.64rem;
    height: 0.64rem;
    border-radius: 0.80rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
    position: absolute;
    left: 40%;
    top: 68%;
    z-index: 12;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.busineIcon {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 0.64rem;
    height: 0.64rem;
}

.busineIcon img {
    width: 40px;
    height: 40px;
}

.busineTex {
    margin-top: 0.32rem;
    padding: 0 0.48rem 0.30rem 0.48rem;
}

.casetexImg {
    display: none;
}

.casetexImg.active {
    display: block;
}

.casetexImgPhone {
    display: none;
}

.casetexImgPhone.active {
    display: block;
}

.businehead {
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
    font-size: 0.16rem;
    font-weight: 600;
    color: rgba(44, 62, 92, 1);
    line-height: 0.18rem;
    text-align: center;
    height: 36px;
}

.busineSecond, .resultSecond {
    font-size: 0.14rem;
    font-weight: 500;
    color: rgba(108, 134, 173, 1);
    line-height: 0.20rem;
    margin-top: 0.22rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.resultSecond{
    margin-top: 2px!important;
}

.moreLink {
    font-size: 0.14rem;
    font-weight: 500;
    color: rgba(38, 132, 254, 1);
    line-height: 0.24rem;
    margin-top: 0.22rem;
    text-align: center;
}

/* 公司业务样式:结束 */
.checkMore{
font-size: 20px;
font-weight: 500;
color: #2684FE;
line-height: 20px;
margin-top: 45px;
text-align: center;

}
/* 科技成果样式：开始 */
.resultIcon{
    margin-top: 30px;
}
.resultHead{
    margin-top: 113px;
}
/* 科技成果样式：结束 */

/* 案例展示：开始 */
.case {
    background: rgba(38, 132, 254, 1) linear-gradient(270deg, rgba(76, 166, 255, 1) 0%, rgba(76, 106, 255, 1) 100%);
    padding: 1.1rem 0rem;
    margin-top: 1.1rem;
}

.index .case .caseTit {
    font-size: 0.16rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 0.16rem;
}

.index .case .caseHeader {
    font-size: 0.32rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    line-height: 0.44rem;
    margin-top: 0.09rem;
}

.index .case .casedetai {
    font-size: 0.16rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 0.32rem;
    margin-top: 0.3rem;
    text-align: justify;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.index .case .caseImg {
    text-align: right;
    overflow: hidden;
}

.index .case .caseLine {
    margin-left: 15px;

}

.index .case .caseLine .caseli {
    height: 0.72rem;
    padding: 0.1rem;
    font-size: 0.18rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 0.26rem;
    border: 1px solid rgba(255, 255, 255, 1);
    float: left;
    margin-top: 0.6rem;
    cursor: pointer;
    width: 21.5%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 68px;
}

.index .case .caseLine .caseli:hover,
.caseliActive {
    width: 21.5%;
    padding: 0.2rem 0.1rem;
    /* height: 0.72rem; */
    padding: 0.1rem;
    font-size: 0.18rem;
    font-weight: 600 !important;
    color: rgba(76, 121, 255, 1) !important;
    line-height: 0.26rem;
    background: rgba(255, 255, 255, 1);
    float: left;
    margin-top: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.casemoreBox {
    margin-top: 0.6rem;
    margin-left: 0.3rem;
    /* width:0.92rem; */
    /* height:0.92rem; */
    background: rgba(76, 153, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    float: left;
    padding: 0.09rem 0.3rem;
    height: 68px;
}

.casemoreTex {
    font-size: 0.16rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 0.32rem;
    text-align: center;

}

.casemoreIcon {

    text-align: center;
}

/* 案例展示样式：结束 */

/* 资源转化样式：开始 */
.changeLi{
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
    padding: 20px 20px 30px 20px;
    color: #2C3E5C;

}
.changeTitle{
font-size: 0.18rem;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #2C3E5C;
line-height: 0.2rem;

}
.changeOne, .changeSecond {
    font-size: 0.14rem;
    font-weight: 500;
    color: rgba(108, 134, 173, 1);
    line-height: 0.20rem;
    margin-top: 0.22rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.changeSecond{
    margin-top: 2px!important;
}
.changeCheckMore{
font-size: 20px;
font-weight: 500;
color: #2684FE;
line-height: 20px;
margin-top: 45px;

}
.changeMoreLink {
    font-size: 0.14rem;
    font-weight: 500;
    color: rgba(38, 132, 254, 1);
    line-height: 0.24rem;
    margin-top: 10px;
}
/* 资源转化样式：结束 */

/* 科技产品样式：开始 */
.index .news {}

.newsUl {
    display: flex;
    flex-wrap: wrap;
}

.newsLi {
    float: left;
    width: 31%;
    margin-left: 3.3%;
    margin-top: 0.3rem;
}

.newsLi:nth-child(3n+1) {
    margin-left: 0%;
}

.newsLi .newsdate {
    margin-top: 0.2rem;
}

.newsLi .dateday {
    font-size: 0.26rem;
    /* font-family: DINAlternate-Bold, DINAlternate; */
    font-family: MyFontName;
    font-weight: bold;
    color: rgba(38, 132, 254, 1);
    line-height: 0.3rem;
    float: left;
}

.weekMonth {
    font-size: 0.14rem;
    font-weight: 400;
    color: rgba(202, 202, 202, 1);
    line-height: 30px;
    float: left;
    margin-left: 0.1rem;
    /* margin-top: ; */
}

.week {
    margin-top: 0.1rem;
}

.month {
    margin-top: 0.05rem;
}

.newsDetail {
    font-size: 0.18rem;
    font-weight: 500;
    color: rgba(62, 61, 57, 1);
    line-height: 0.30rem;
    margin-top: 0.1rem;
    width: 80%;
}

.newsType {
    font-size: 0.14rem;
    font-weight: 500;
    color: rgba(76, 166, 255, 1);
    line-height: 0.14rem;
    margin-top: 0.1rem;
}
.newsImg{
    height: 246px;
    overflow: hidden;
}
.newsImg img{
    width: 100%;

}
.agreementHeadOne{
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    font-size: 0.16rem;
    font-weight: 600;
    color: rgba(44, 62, 92, 1);
    line-height: 0.18rem;
    text-align: center;
}

/* 科技产品样式：结束 */

/* 相关链接展示样式:开始 */
.index .link .linkUl {}

.index .link .linkUl .linkLi {
    width: 22%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.08);
    margin-left: 3%;
    margin-top: 0.24rem;
    float: left;
}

.linkLi:nth-child(4n+1) {
    margin-left: 0;
}

/* 相关链接展示样式:结束 */

/* 科技资源转化样式：开始 */
.index .resourceChange .indexChangeUl {}

.index .resourceChange .indexChangeUl .indexChangeLi {
    width: 22%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.08);
    margin-left: 3%;
    margin-top: 0.24rem;
    float: left;
}

.indexChangeLi:nth-child(4n+1) {
    margin-left: 0;
}

/* 科技资源转化样式：结束 */

/* 统一底部样式：开始 */
.bottom {
    background: rgba(3, 16, 53, 1);
    padding: 0 0 0.5rem 0;
    /* margin-top: 5vw; */
}

.bottom .menu {
    /* float: left; */
}

/* .bottom .weixin {
    float: left;
    margin-left: 3.8rem;
}

.bottom .contact {
    float: right;
    max-width: 200px;
}

.bottom .enbottom {
    font-size: 0.18rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    line-height: 0.3rem;
}

.bottom .chbottom {
    font-size: 0.14rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    line-height: 0.2rem;
    margin-bottom: 0.15rem;
}

.bottom .menuBox {}

.bottom .menuLeft {
    float: left;
}

.bottom .menuRight {
    margin-left: 0.8rem;
}

.bottom .menuli {
    font-size: 0.12rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    line-height: 0.35rem;
}

.bottom .code {
    margin-top: 0.15rem;
    width: 1.4rem;
    height: 1.4rem;
    background: rgba(255, 255, 255, 1);
}

.bottom .code img {
    width: 1.4rem;
    height: 1.4rem;
} */

.bottom .copy {
    font-size: 0.12rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    line-height: 0.20rem;
    text-align: center;
    margin-top: 0.36rem;
}

.container {}

.unitBottom {
    display: flex;
    justify-content: space-between;

}

.menu {
    width: 20%;

}

.bottom .enbottom {
    font-size: 0.18rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    line-height: 0.3rem;
}

.bottom .chbottom {
    font-size: 0.14rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    line-height: 0.2rem;
    margin-bottom: 0.15rem;
}

.menuBox {
    display: flex;
    /* justify-content: space-between; */

}

.menuBox .menuRight {
    margin-left: 0.8rem;
}

.menuLeft {}

.bottom .menuli {
    font-size: 0.12rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    line-height: 0.35rem;
}

.weixin {
    width: 12%;
}

.bottom .code {
    margin-top: 26px;
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 1);
}

.bottom .code img {
    width: 120px;
    height: 120px;
}

.contact {
    width: 25%;
}

/* 统一底部样式：结束 */
.box {
    height: 82px;
}

.bacTop {
    position: relative;
}

.bacTexBox {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.bacTex {
    font-size: 60px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    margin-top: 170px;
    /*line-height: 460px;*/
    z-index: 10;
    text-align: center;
}

.grace {
    background: rgba(251, 251, 251, 1);
    margin-top: 100px;
}

.grace-carousel {
    margin-left: auto;
    margin-right: auto;
    width: 45vw;
    position: relative;
    z-index: 100;
    height: 27vw;
}

.grace-content {
    position: relative;
    z-index: 999;
    width: 20vw;
    top: -22vw;
    left: 5vw;
    background: linear-gradient(270deg, #4CA6FF 0%, #4C6AFF 100%);
    color: #fff;
    padding: 1.5vw;
}

.grace-content-head {
    font-size: 16px;
}

.grace-content-title {
    font-size: 1.8vw;
    font-weight: 500;
    line-height: 3vw;

}

.grace-content-content {
    font-size: 0.8vw;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.75);
    text-align: justify;

}

.img-list {
    padding-top: 6vw;
    padding-bottom: 6vw;
    display: flex;
}

.grace-box {
    overflow-y: inherit;
    height: 27vw;
}

.grace-box-left {
    width: 12vw;
    overflow: hidden;
}

.grace-box-right {
    width: 12vw;
    overflow: hidden;
    /*width: 295px;*/
}

.grace-carousel .item {
    width: 45vw;
    height: 27vw;
}

.grace-carousel-left .carousel-inner {
    position: relative;
    left: -33vw;
}

.grace-box-middle {
    width: 76vw;
}

.grace-box-middle .grace-carousel {
    box-shadow: -25px 25px 30px #aaa;
    margin-left: 19vw;
}

.grace-cover {
    position: relative;
    width: 12vw;
    height: 27vw;
    background: rgba(255, 255, 255, 0.5);
    z-index: 999;
    top: -27vw;
}

.grace-carousel-left {}

.grace-carousel-right {}

.grace-image-btns {
    position: relative;
    top: -32vw;
    left: 70vw;
    width: 3vw;
}

.grace-image-btns img {
    width: 3vw;
    height: 3vw;
}

.grace-image-btns .grace-image-btn-prev {
    margin-top: 1vw;
}

.business-dropdown {
    top: 54px;
    width: 960px;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.business-dropdown-item {
    display: inline-block;
    width: 33%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
}

.business-dropdown-item .business-dropdown-img {
    width: 48px;
    height: 48px;
    margin-right: 10px;
}

.paginate {}

.pagination>.active>span {
    background-color: #000;
    border-color: #000;
}

.pagination>li>a,
.pagination>li>span {
    color: #000;
}

#bs-example-navbar-collapse-1 {
    display: none;
}

@media (max-width: 1366px) {
    .topTex {
        line-height: 23px;
        width: 142px;
    }
}


@media (max-width: 992px) {
    .bannerTop {
        padding-right: 15px;
        padding-left: 15px;
    }

    .index {
        width: 100%;
    }

    .navListIcon {
        position: relative;
        width: 32px;
        height: 32px;
        margin-top: 10px;
        float: right;
        margin-top: -38px;
        margin-right: 24px;
        z-index: 999;
    }

    .topTex {
        width: 100%;
        margin-top: 10px;
    }

    .bannerTexCon {
        padding: 12% 2% 0% 7%;
    }

    .bannercontactBtn {
        width: 80px;
        height: 32px;
        border: 1px solid #FFFFFF;
        font-size: 12px;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 32px;
        text-align: center;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .gatherUlPhone {
        display: flex;
        justify-content: space-between;
        padding: 12px 8px 12px 2px;
        background: #4C8AFF;


    }

    .gatherLiPhone {
        width: 32%;
        /* margin-left: 1%; */
        background: rgba(76, 138, 255, 1);
        padding: 4px;
        float: left;
        position: relative;
        margin-left: 6px;

    }

    .lishowPhone {
        display: none;
    }

    .lioverPhone {
        background: rgba(76, 138, 255, 0);

    }

    .gatherLiPhone:hover .lishowPhone {
        display: block;
        position: absolute;
        left: 3px;
        top: -3px;
        z-index: 3;
    }

    .gatherliImgPhone,
    .gatherliImgPhone img {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 5;
    }

    .lishowPhone {
        width: 100%;
        height: 100%;
        background: rgba(51, 103, 202, 1);
        filter: blur(5px);
    }

    .busineLi {
        width: 100%;

    }

    .businePop img,
    .busineImg img {
        width: 100%;
    }

    .case {
        padding: 30px 20px;

    }

    .caseConPhone {}

    .casetexImgPhone {}

    .caseTexPhone {}

    .caseTitPhone {
        font-size: 16px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 16px;

    }

    .caseHeaderPhone {
        font-size: 24px;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 32px;
        margin-top: 10px;

    }

    .casedetaiPhone {
        font-size: 14px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 24px;
        margin-top: 10px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8;
        text-align: justify;

    }

    .caseImgPhone {
        margin-top: 20px;
    }

    .caseImgPhone img {
        width: 100%;
    }

    .allCase {
        width: 80px;
        height: 32px;
        border: 1px solid #FFFFFF;
        font-size: 12px;
        font-weight: 500;
        color: #FFFFFF;
        text-align: center;
        line-height: 32px;
        margin: 20px auto;
    }

    .cirLine {
        display: flex;
        margin: auto;
    }

    .choosecir {
        width: 8px;
        height: 8px;
        border-radius: 8px;
        background: #FFFFFF;
        margin-top: 20px;
        margin-left: 12px;

    }

    .nochoosecir {
        width: 8px;
        height: 8px;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.4);
        margin-top: 20px;
        margin-left: 12px;
    }

    .newsLi {
        width: 100%;
        margin-left: 0;
    }

    .newsLi img {}

    .newsImg img {
        width: 100%;
    }

    .business {
        padding: 0px 20px !important;
    }

    .compusPhone {
        margin-top: 50px;

    }

    .compusTexInfor {
        background: linear-gradient(270deg, #4CA6FF 0%, #4C6AFF 100%);
        padding: 30px 25px 135px 25px;


    }

    .compusheaad {
        font-size: 16px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 16px;

    }

    .compustitle {
        font-size: 24px;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 32px;
        margin-top: 10px;
    }

    .compusCon {
        font-size: 14px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 24px;
        margin-top: 10px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;

    }

    .compusImgBox {
        padding: 0px 20px;
        margin-top: -100px;


    }

    .compusImg {
        margin: auto;
        box-shadow: -20px 30px 30px 0px rgba(10, 8, 41, 0.15);

    }

    .compusPhoneLine {
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 0px;
        padding: 0px 27.5%;

    }

    .compusNext {
        /* margin-left: 112px; */
    }

    .compusNext .compusNext img .compusPrev .compusPrev img {
        width: 112px;
        height: 112px;
    }

    .compusPrev {
        /* margin-left: 60px; */
    }

    .case {
        margin-top: 40PX;
    }

    .centerTitle img {
        width: 60%;
        margin-top: 20px;
    }

    /* 小屏下的nav弹窗样式 */
    .uniteTop {
        padding-left: 0vw;
        padding-right: 0vw;
        background-color: #fff;
    }

    .topLogo {
        margin-left: 1vw;

    }

    .phoneNavPop {
        position: fixed;
        width: 100vw;
        height: 100vh;
        padding-top: 24px;
        background: #fff;
    }

    /* .phoneNavPop>div {
        display: flex;
        justify-content: space-between;
        align-items: center;

        padding: 0 5vw;
        height: 50px;
    } */

    .phoneNavPop>a {
        display: flex;
        justify-content: space-between;
        align-items: center;

        padding: 0 5vw;
        height: 50px;
    }



    /* .phoneNavPop>div>a {
        font-size: 18px;
        font-weight: 500;
        color: #202328;
        line-height: 18px;

    } */
    .phoneNavPop>a>div {
        font-size: 18px;
        font-weight: 500;
        color: #202328;
        line-height: 18px;

    }

    .dropDownPhoneLine {
        /* width: 90vw; */
        display: flex;
        justify-content: space-between;
        padding: 0 5vw;
        font-size: 18px;
        font-weight: 500;
        color: #202328;
        line-height: 18px;
        align-items: center;
        height: 50px;


    }

    .dropDownPhoneLine>a {
        font-size: 18px;
        font-weight: 500;
        color: #202328;
        line-height: 18px;

    }


    .dropBusiness {
        font-size: 18px;
        font-weight: 500;
        color: #202328;
        line-height: 18px;
    }


    .phoneNavPop .companyLi {
        display: none;
        padding: 13px 5vw 0px 5vw;
        margin-bottom: 20px;
    }

    .topLogo,
    .topLogo img {
        max-width: 36px;
        height: 36px;
        /* height: auto; */


    }

    .navListIcon {
        margin-top: -28px;
    }

    .phoneNavPop hr {
        margin: 0;
        margin-left: 5vw;
        height: 1px;
        border: none;
        width: 90vw;
        background: #DEDFE2;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 18px;
        font-weight: 500;
        color: #202328;
        line-height: 18px;
    }


    .dropDownPhone {
        width: 18px;
        height: 18px;
    }

    .dropDownPhone .img {
        width: 18px;
        height: 18px;
    }

    .companyUl {
        padding-bottom: 16px;
    }

    /* .companyLi {
        display: flex;
    } */

    .Phonebusiness-dropdown-img {
        width: 38px;
        height: 38px;

    }

    .Phonebusiness-dropdown-title {
        width: 144px;
        height: 22px;
        font-size: 16px;
        font-family: PingFangSC-Regular,
            PingFang SC;
        font-weight: 400;
        color: #0D1A26;
        line-height: 22px;
        margin-left: 10px;
        margin-top: 13px;

    }

    /* 小屏下的底部button样式 */
    .contact,
    .menu,
    .weixin {
        display: block;
        width: 100%;

    }

    .menu {}

    .unitBottom {
        display: block;
    }

    .contact {
        margin-top: 30px;
        margin-bottom: 30px;

    }

    .weixin {
        margin: auto;
    }

    .weixin .enbottom,
    .weixin .chbottom {
        text-align: center;

    }

    .code {
        margin: auto;

    }

    /* 小屏下的样式 */
    .business-title {
        font-size: 30px;
        font-weight: 600;
        line-height: 36px;

    }

    .box {
        height: 76px;
    }

    .bacTex {
        margin-top: 9vw;
        font-size: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .bacTex {
        margin-top: 9vw;
        font-size: 36px;
    }

    .companyLi img {
        width: 38px;
        height: 38px;
    }

    .phoneNavPop {
        display: none;
    }

    .index {
        width: 100%;
    }

    .navLi {
        float: left;
        margin-left: 2%;
        padding: 0px 1vw;
        background: rgba(255, 255, 255, 1);
        color: rgba(51, 51, 51, 1);
        border-radius: 4px;
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 500;
        line-height: 38px;
        text-align: center;
    }

    .bannerTexCon {
        padding: 12% 2% 0% 7%;
    }

    .gatherLi {
        /* width: 30%; */
    }
}


@media (max-width: 768px) {

    .bannerTexCon {
        padding: 12% 10% 0% 10%;
    }

    .bannermainTex {
        font-size: 32px;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 38px;

    }

    .bannersubtitle {
        font-size: 16px;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 22px;
    }

    .busineLi {
        width: 88%;
        margin: 20px auto;
    }

    .busineLi:nth-child(1) {
        /* margin:20px 0 ; */
        margin-left: 6.6%;
    }




}
