* {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    display: block;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}




.headerMain {
    position: absolute;
    width: 100%;
    top: 2%;
    display: flex;
    justify-content: space-between;
}

.headerRight {
    display: flex;
    align-items: center;
    margin-right: 5%;
    min-width: 520px;
}

.companyProfile {
    background: #f6f6f6;
    padding: 50px 0 150px 0;
    overflow: hidden;
}

.synopsisAll {
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
}

.companyDescribe {
    display: flex;
    width: 85%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

.company_pc {
    display: flex;
    position: relative;
    overflow: hidden;
}

.companyImg {
    width: 55%;
}

.imgLeft {
    width: 31.35% !important;
    position: absolute;
    top: 0%;
}

.imgRight {
    width: 80% !important;
}

.imgRight {
    margin-left: 13%;
    margin-top: 15%;
}

.compan_m {
    display: none;
}

.companyText {
    width: 45%;
    color: #474747;
    font-size: 16px;
    line-height: 30px;
}

.companyText p{
    font-size: 18px;
}
.companyBottom {
    margin-top: -100px;
    overflow: hidden;
}

.cumulativeAll {
    display: flex;
    justify-content: center;
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
}

.cumulative {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #0e75c8;
    font-size: 14px;
    background: #fff;
    width: 25%;
    justify-content: center;
    cursor: pointer;
}

.cumulativeAll .active {
    background: #0e75c8;
    color: #fff;
    transition: all 1s;
}

.cumulative span {
    display: inline-block;
}

.cumulativeAll .active .formulate, .cumulativeAll .active .cumulativeNum {
    color: #fff;
}

.cumulativeAll .active .formulateBorder {
    border: 1px solid #fff;
}

.cumulativeNum {
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #0e75c8;
    margin-bottom: 30px;
}

.formulateBorder {
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 95%;
}

.formulate {
    text-align: center;
    color: #000;
    font-size: 18px;
}

.cumulativeNum span {
    font-size: 54px;
}

.programme {
    margin-top: 100px;
    position: relative;
}

.programmeImg {
    width: 100%;
    min-height: 600px;
    margin-top: 100px;
    background: url(../image/programme.png) no-repeat fixed center 0 / cover;
    min-width: 1200px;
}

.programmeBottom {
    position: absolute;
    top: 0;
    width: 80%;
    left: 10%;
    height: 100%;
}

.programmeText {
    margin-top: 100px;
}

.programmeText p {
    text-align: center;
    color: #dbdddf;
    line-height: 30px;
    font-size: 16px;
}

.hgtechAll {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.hgtechNav {
    display: flex;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    margin-left: -4px;
    border: 1px solid #fff;
    padding: 50px;
}

.hgtechList {
    width: 33.33%;
    display: flex;
    align-items: center;
}

.hgtechWarp {
    margin-top: 50px;
}

.listImg {
    width: 30%;
}

.listTitle {
    color: #fff;
    font-size: 18px;
}

.listRight {
    margin-left: 10px;
    line-height: 25px;
}

.listCont {
    color: #eeedee;
    font-size: 16px;
}

.listIntroduce {
    color: #c7c7c8;
    font-size: 14px;
}

.businessScope {
    background: #f6f6f6;
    padding-top: 100px;
    padding-bottom: 100px;
}

.businessMain {
    width: 80%;
    margin: 0 auto;
    position: relative;
}


.businessTitle {
    text-align: center;
    width: 100%;
    font-size: 35px;
}

.businessTitle span {
    display: inline-block;
}

.titleRf {
    top: -25px;
    position: absolute;
    font-size: 35px;
}

.range {
    color:#0e75c8;
}

.analysisContent {
    padding-top: 75px;
    text-align: center;
    line-height: 2;
    font-size: 16px;
}

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

.chartList {
    width: 33.3%;
    margin-top: 50px;
}

.chartImg {
    width: 80%;
    overflow: hidden;
    cursor: pointer;
}

.chartImg img {
    transition: all 0.8s;
}

.chartImg img:hover {
    transform: scale(1.2);
}

.projectTitle {
    font-size: 16px;
    color: #0e75c8;
    font-weight: bold;
}

.projectContent {
    font-size: 14px;
    margin-top: 10px;
}

.chart {
    background: #fff;
    margin-left: 10%;
    padding: 6%;
    margin-right: 10%;
    margin-top: -30px;
    position: relative;
    word-wrap: break-word;
    word-break: break-all;
    color: #6b6b6b;
    height: 60px;
}

.operationConcept {
    background-size: cover;
    width: 100%;
    padding-bottom: 33.5%;
    position: relative;
    background-repeat: no-repeat;
    overflow: hidden;
}

.introTo {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background: url("../image/idea.png") no-repeat fixed center 0 / cover;
    overflow: hidden;

}

.bulbMain {
    display: flex;
    margin-top: 50px;
}

.bulbList {
    width: 25%;
    height: 20%;
    display: flex;
    flex-wrap: wrap;
    padding: 5% 3%;
    cursor: pointer;
}
.operationConcept .bulbMain .bulbList .bulbImg{height:110px;}
@media(max-width:1200px){
    .operationConcept .bulbMain .bulbList .bulbImg{height:1.15rem;}
}

.bulbList:hover {
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.8s;
}

.bulbList.active {

}

.blulbContent {
    width: 100%;
    text-align: center;
    margin-top: 25px;
    font-size: 16px;
}

.blulbTitle {
    font-size: 20px;
}

.blUlbCont {
    margin-top: 10px;
}

.bulbImg {
    width: 50px;
    margin: 0 auto;
}

.businessTitle {

}

.blulbContent {
    color: #fff;
}

.sha_tra {
    position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(250, 250, 250, 1) 0%, rgba(250, 250, 250, 0) 25%, rgba(250, 250, 250, 0) 75%, rgba(250, 250, 250, 1) 100%);
    background: -o-linear-gradient(left, rgba(250, 250, 250, 1) 0%, rgba(250, 250, 250, 0) 25%, rgba(250, 250, 250, 0) 75%, rgba(250, 250, 250, 1) 100%);
    background: -webkit-gradient(linear, right top, right bottom, color-stop(0, rgba(250, 250, 250, 1)), color-stop(0.25, rgba(250, 250, 250, 0)), color-stop(0.75, rgba(228, 233, 237, 0)), color-stop(1, rgba(228, 233, 237, 1)));
    background: -webkit-linear-gradient(left, rgba(250, 250, 250, 1) 0%, rgba(250, 250, 250, 0) 25%, rgba(250, 250, 250, 0) 75%, rgba(250, 250, 250, 1) 100%);
    z-index: 3;
    top: 0;
    left: 0;
    pointer-events: none;
}


.mNav {
    display: none;
}

.ideaMain {
    margin: 0 auto;
    width: 80%;
    padding: 3% 0;
}

.infoTitle {
    color: #fff;
    padding-top: 10px;
}

.swiper-button-prev img, .swiper-button-next img {
    width: auto;
    margin: 0 auto;
}


@keyframes pic_nav {
    0% {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        -ms-transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
    }
}

.wid-title {
    width: 65%;
}

.widRightCont {
    display: flex;
    align-items: center;
}

.widRightCont h1 {
    font-size: 30px;
    color: rgb(255, 0, 0);
    margin-left: 15px;
}

.widList .widRightCont {
    display: none;
}

.widList .widRightCont.on {
    display: flex;
}

.qualifications {
    margin-top: 50px;
}

.aboutMain {
    padding-top: 104px;
    margin-top: -104px;
}

.plus {
    font-size: 32px !important;
}


.about-uldiv{
    display: table;
    width: 100%;
    text-align: center;
}
.about-curmbs{
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #f1f1f1;
}
.about-curmbs ul li{
    display: inline-block;
    height: 70px;
    min-width: 76px;
    padding: 0 40px;
    position: relative;
    border-right: 1px solid #f1f1f1;
    font-size: 16px;
    line-height: 76px;
}
.about-curmbs ul li a{
    display: block;
    font-size: 16px;
    line-height: 70px;
    text-align: center;
    color: #333;
}
.about-curmbs ul li.hover{
    background-color: #0e75c8;
}
.about-curmbs ul li:hover{
    background-color: #0e75c8;
}
.about-curmbs ul li.hover a{
    color: #fff;
}
.about-curmbs ul li a:hover{
    color: #fff;
}

.jcImgScroll{position:relative;height:580px;margin:40px auto 0 auto;}
.jcImgScroll li{border:1px solid #ccc;}
.jcImgScroll li a{background:#fff;display:block;position:relative;z-index:99;}
.jcImgScroll li.loading a{background:#fff url(../picture/loading.gif) no-repeat center center;} 
.jcImgScroll li img,.jcImgScroll li,.jcImgScroll em,.jcImgScroll dl{display:none;border:0 none;}
.jcImgScroll li img{width: 100%;height: 100%;}
.jcImgScroll em.sPrev{background:url(../picture/arrow-left.png) no-repeat left center;}
.jcImgScroll em.sNext{background:url(../picture/arrow-right.png) no-repeat right center;}
.jcImgScroll dl dd{background:url(../picture/NumBtn.png) no-repeat 0 bottom;text-indent:-9em;}
.jcImgScroll dl dd:hover,.jcImgScroll dl dd.curr{background-position:0 0;}


@media (max-width: 320px) {
    .programmeText p {
        font-size: 0.12rem !important;
    }

    .hgtech {
        width: 20% !important;
    }
}

@media (max-width: 1201px) {
    .m_header .logo {
        height: auto !important;
        width: 50% !important;
    }


    .mNav {
        display: block;
        position: absolute;
        right: 5%;
        top: 5%;
        width: .2rem;
    }

    .companyDescribe {
        flex-wrap: wrap;
    }

    .companyImg {
        width: 100%;
    }

    .cumulativeAll {
        flex-wrap: wrap;
        float: unset;
        margin: 0 auto;
    }

    .cumulative {
        width: 50%;
    }

    .businessTitle {
        font-size: 0.54rem;
    }

    .programmeText {
        margin-top: 1rem;
    }

    .hgtechAll {
        display: block;
        margin-top: 1rem;
    }

    .hgtech {
        width: 25%;
        margin: 0 auto;
    }

    .hgtechLine {
        width: 25%;
        margin: 0 auto;
        transform: rotate(90deg) !important;
    }

    .companyDescribe, .cumulativeAll, .programmeBottom {
        width: 90%;
        left: 5%;
    }

    .businessMain {
        width: 90%;
    }

    .programmeText p {
        font-size: 0.28rem;
        line-height: 2;
    }

    .hgtechNav {
        margin-top: 10.2%;
        padding: 5%;
    }

    .hgtechList {
        width: 50%;
        margin-top: 0.3rem
    }

    .listImg {
        width: 30%;
    }

    .listTitle {
        font-size: 0.24rem;
    }

    .listCont, .listIntroduce {
        font-size: 0.22rem;
    }

    .listRight {
        flex: 1;
    }

    .chartList {
        width: 100%;
    }

    .chart {
        margin-right: 0;
        height: auto;
    }

    .operationConcept {
        padding-bottom: 150%;
    }

    .bulbMain {
        flex-wrap: wrap;
    }

    .bulbList {
        width: 50%;
    }

    .blulbContent {
        font-size: 0.28rem;
        margin-top: 10%;
    }

    .bulbImg {
        width: 0.55rem;
    }

    .hon_name_box {
        display: none;
    }

    #about_intro #main #r3 .wrap .box {
        align-items: normal !important;
        margin-top: 1rem !important;
    }

    #about_intro #main #r3 .wrap .box .col:nth-of-type(1) .date {
        height: 2.5rem !important;
    }

    #about_intro #main #r3 .wrap .box .col:nth-of-type(1) .date .con {
        display: flex !important;
        height: 2.5rem !important;
    }

    #about_intro #main #r3 .wrap .box .col:nth-of-type(1) .date .con > ul {
        display: flex !important;
        justify-content: space-around;
        align-items: center !important;
    }

    .max-wid li {
        margin-bottom: 0;
    }


    .companyText {
        font-size: 0.28rem;
        width: 100%;
    }

    .companyProfile {
        padding: 1rem 0 1rem 0;
    }

    .companyBottom {
        margin: 0;
    }

    .chart {
        padding: 0.6rem;
    }

    .cumulativeNum span {
        font-size: 0.48rem;
    }

    .formulate {
        font-size: 0.24rem;
    }

    .programmeImg {
        min-width: auto;
        height: 20rem;
        margin-top: 1rem;
    }

    .analysisContent {
        font-size: 0.28rem;
        padding-top: 1rem;
    }

    .projectTitle {
        font-size: 0.38rem;
    }

    .projectContent {
        font-size: 0.32rem;
    }

    .hon_name {
        font-size: 0.36rem;
    }

    .hon_con .tea_case {
        padding: 0;
        padding-top: 0.5rem;
    }

    .hon_con_box .swiper-container {
        padding-bottom: 1.5rem;
    }

    #about_intro #main #r3 .wrap .box .col:nth-of-type(1) .date .con > ul > li.on {
        font-size: 0.48rem !important;
    }

    #about_intro #main #r3 .wrap .box .col:nth-of-type(1) .date .con > ul > li {
        font-size: 0.32rem;
    }

    #about_intro #main #r3 .wrap .box .col:nth-of-type(1) .date, #about_intro #main #r3 .wrap .box .col:nth-of-type(1) .date .con {
        position: static !important;
        transform: translateY(0) !important;
    }

    #about_intro #main #r3 .wrap .box {
        display: inherit !important;
    }

    .cumulativeNum {
        margin-bottom: 0.2rem;
    }

    #about_intro #main #r3 .wrap .box {
        padding: 0 !important;
    }

    .wid-title {
        width: 100%;
        margin-top: 0.5rem;
        padding: 4% 5%;
    }

    #about_intro #main #r3 .wrap .box .col:nth-of-type(2) {
        margin-top: 0.5rem;
    }

    .widRightIcon {
        width: 0.5rem;
    }

    .widRightCont h1 {
        font-size: 0.42rem;
    }

    .titleRf {
        top: -0.4rem;
    }

    .businessScope {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .chartImg {
        width: 90%;
    }

    .listRight {
        margin-left: 0.06rem;
        line-height: 0.35rem;
    }

    .ideaMain {
        padding: 15% 0;
    }

    .hon_con .tea_case {
        width: 100%;
    }

    .f-16 {
        font-size: 0.28rem !important;
    }

    .company_pc {
        display: none;
    }

    .compan_m {
        display: block;
    }

    .navBottom {
        bottom: -1.5rem !important;
        right: 5% !important;
    }

    .content {
        padding-top: 1.5rem;
    }

    .qualifications {
        margin-top: 0;
    }

    .aboutMain {
        margin-top: 0;
        padding-top: 0;
    }

    .plus {
        font-size: 0.32rem !important;
    }

    .blulbTitle {
        font-size: 0.32rem;
    }
}