 * {
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 500;
    color: #2a2a2a;
}
ul:after {
    display: none !important;
}

/**/
.ConBox {
    margin: 30px 0;
}

.cont-top {
    display: flex;
    background: linear-gradient(0deg,rgba(0,111,255,.08),rgba(0,111,255,.08)),#fff;
    background: #f7f7f7;
    padding: 40px 30px 30px 30px;
    border-radius: 8px;
    background: linear-gradient(180deg, #f1f6ff, #fff);
    box-shadow: 0 6px 20px 0 rgba(151, 183, 231, .15), 0 2px 4px 0 rgba(151, 183, 231, .08);
}

.cont-top .text.left {
    width: 53%;
    padding-right: 40px;
}

.cont-top .text p {
    font-size: 16px;
    line-height: 28px;
    color: #2a2a2a;
    text-indent: 2em;
    text-align: justify;
}

.cont-bottom {
    margin-top: 40px;
}

.fieldBox {
    margin-top: 40px;
}

.service-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: 1;
}

.service-card li {
    width: 48%;
    padding: 20px;
    padding-bottom: 10px;
    background: linear-gradient(180deg, #fff, transparent);
    border-radius: 6px;
}

.service-card li h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

.service-card li span {
    position: relative;
    font-size: 18px;
    padding-left: 12px;
    color: #555f6f;
}

.service-card li span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #0160de;
    border-radius: 50%;
}

.service-card li>div {
    display: flex;
    flex-wrap: wrap;
}
.service-card li>div span {
    width: 50%;
}

/**/
.fieldBox .section {
    display: flex;
    justify-content: space-between;
}

.line {
    width: 60px;
    height: 4px;
    background-color: #0a5eff;
}

.fieldBox .section li {
    width: 48.5%;
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1), -8px -8px 20px 0 #fff, inset 0 4px 20px 0 hsla(0, 0%, 100%, .5);
    box-shadow: 0px 8px 24px rgba(140, 140, 140, 0.05);
    border-radius: 8px;
    padding: 30px 30px;
}

.fieldBox .section li h2 {
    position: relative;
    font-size: 24px;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 3px solid #0160de;
    padding-bottom: 6px;
}

.fieldBox .section li p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 8px;
    color: #555f6f;
    text-align: justify;
}

/**/
.botlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.botlist li {
    width: 31%;
    margin-bottom: 40px;
}

.botlist li:nth-child(n+4) {
    margin-bottom: 0
}

.botlist li .title {
    display: flex;
    align-items: center;
}

.botlist li .title img {
    width: 70px;
}

.botlist li .title h4 {
    font-size: 20px;
}

.botlist li p {
    font-size: 16px;
    line-height: 28px;
    color: #555f6f;
    margin-top: 8px;
    text-align: justify;
}


/*科技*/
.SevenXM {
    background: linear-gradient(90deg, #4d00ff, #0183ec);
}

.SevenXM .box {
    padding: 30px 0;
    padding-left: 300px;
    background: url(/skin/images/lingyu-kj-SevenXM.png) no-repeat left center;
    background-size: 300px auto;
}

.SevenXM .box .title {
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    padding-left: 43px;
    padding-bottom: 20px;
}

.SevenXM ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: 1;
}

.SevenXM ul li {
    flex: 1;
    padding: 20px;
}

.SevenXM ul li img {
    display: block;
    margin: 0 auto;
    width: 76px;
}

.SevenXM ul li h2 {
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-top: 16px;
}

.contkj {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contkj li {
    width: 48.5%;
    margin-bottom: 3%;
    border-radius: 8px;
    border: 2px solid #fff;
    background-color: #fff;
    box-shadow: 0 4px 5px 0 rgba(88, 101, 133, .05);
    padding: 20px 130px 20px 30px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    background-size: auto 90%;
}

.contkj li:nth-child(n+3) {
    margin-bottom: 0;
}

.contkj li:first-child {
    background-image: url(/skin/images/lingyu-kj-11.png);
}
.contkj li:nth-child(2) {
    background-image: url(/skin/images/lingyu-kj-22.png);
}
.contkj li:nth-child(3) {
    background-image: url(/skin/images/lingyu-kj-33.png);
}
.contkj li:nth-child(4) {
    background-image: url(/skin/images/lingyu-kj-44.png);
}

.contkj li .title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contkj li .title img {
    width: 60px;
}

.contkj li .title h2 {
    font-size: 20px;
    margin-left: 10px;
}

.contkj li .text p {
    font-size: 16px;
    line-height: 28px;
    color: #555f6f;
    text-align: justify;
}

/*大健康*/
#djkly .section .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

#djkly .section .list span {
    width: 15%;
    border-radius: 99px;
    border: 2px solid #0160de;
    padding: 5px 0;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #555f6f;
}

/*就创业*/
.fourFW .title h1 {
    text-align: center;
    font-size: 26px;
    color: #2a2a2a;
    margin-bottom: 5px;
}

.fourFW .title h5 {
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #555f6f;
    margin-bottom: 30px;
}

.fourFW .group_list {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fourFW .group_list li {
    width: 23.5%;
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(151, 183, 231, .2);
    border-radius: 1rem;
    padding: 30px;
}

.fourFW .group_list li .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.fourFW .group_list li .top img {
    width: 50px;
}

.fourFW .group_list li .top .txt h4 {
    line-height: 1;
    font-size: 20px;
}

.txt-bottom {
    width: 30px;
    height: 3px;
    background-color: #0160de;
    margin-top: 27px;
}

.fourFW .group_list p {
    font-size: 16px;
    line-height: 28px;
    color: #555f6f;
}

/*产业*/
#chanyely .cont-bottom .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#chanyely .cont-bottom .content .item {
    width: 21%;
    background: #f6f6f6;
}

#chanyely .cont-bottom .content .item .box {
    height: 100%;
    padding: 30px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-image: url(../images/lingyu-chanye-2.png);
    background-size: 90px auto;
}

#chanyely .cont-bottom .content .item h2 {
    font-size: 20px;
}

#chanyely .cont-bottom .content .item p {
    font-size: 16px;
    line-height: 28px;
    color: #555f6f;
}

#chanyely .cont-bottom .content .item .subsection {
    display: block;
    width: 20px;
    height: 2px;
    margin: 20px 0;
    background-color: #0795fd;
}

#chanyely .cont-bottom .content .item.obvious .box {
    background-repeat: no-repeat;
    background-position: right bottom;
    background-image: url(../images/lingyu-chanye-1.png);
    background-size: 120px auto;
}

#chanyely .cont-bottom .content .item.obvious {
    width: 31%;
    background: linear-gradient(to top, #0183ec, #0795fd);
}

#chanyely .cont-bottom .content .item.obvious .subsection {
    background-color: #fff;
}

#chanyely .cont-bottom .content .item.obvious h2 {
    color: #fff;
}
#chanyely .cont-bottom .content .item.obvious p {
    color: #fff;
}

/*国际*/
#guojily .cont-bottom .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#guojily .cont-bottom .content li {
    position: relative;
    width: 32%;
    padding: 30px;
    text-align: center;
    box-shadow: 0px 8px 24px rgba(140, 140, 140, 0.05);
    box-shadow: 0 4px 20px 0 rgba(151, 183, 231, .2);
    border-radius: 8px;
}

#guojily .cont-bottom .content li .text {
    margin-bottom: 20px;
}

#guojily .cont-bottom .content li .title {
    font-size: 20px;
    margin-bottom: 20px;
}

#guojily .cont-bottom .content li .text p {
    font-size: 16px;
    line-height: 28px;
    color: #555f6f;
}

.sm_line {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(to right, #0a5eff, #0795fd);
    margin: 0 auto;
}


/**/
@media (max-width: 1200px) {
    .cont-top {
        padding: 30px 20px 20px 20px;
    }
    .cont-top .text.left {
        padding-right: 30px;
    }
    .service-card li {
        padding: 15px;
    }
    .service-card li h1 {
        font-size: 20px;
    }
    .service-card li span {
        font-size: 16px;
    }

    .fieldBox {
        margin-top: 30px;
    }
    .fieldBox .section li {
        padding: 20px;
    }
    .fieldBox .section li h2 {
        font-size: 20px;
    }
    
    .cont-bottom {
        margin-top: 30px;
    }

    .botlist li .title img {
        width: 60px;
    }

    .SevenXM .box {
        padding: 20px 0;
        padding-left: 250px;
        background-size: 250px auto;
    }
    .SevenXM .box .title {
        padding-left: 30px;
    }
    .SevenXM ul li {
        padding: 0;
    }

    .contkj li {
        padding: 20px 130px 20px 30px;
    }
    .contkj li .title {
        margin-bottom: 10px;
    }

    #djkly .section .list {
        margin-top: 10px;
    }
    #djkly .section .list span {
        width: 32%;
    }
    #djkly .section .list span:nth-child(n+4) {
        margin-top: 2%;
    }
}


@media (min-width: 768px) and (max-width: 1000px) {
    .cont-top {
        flex-wrap: wrap;
        padding: 20px 15px 15px 15px;
    }
    .cont-top .text.left {
        width: 100%;
        padding-right: 0;
    }
    .cont-top .text p {
        line-height: 24px;
    }

    .service-card {
        margin-top: 20px;
    }
    .service-card li {
        padding-bottom: 0;
    }
    .service-card li h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .fieldBox .section li {
        padding: 15px;
    }
    .fieldBox .section li h2 {
        margin-bottom: 0;
    }
    .fieldBox .section li p {
        line-height: 24px;
    }

    .botlist li {
        margin-bottom: 20px;
    }
    .botlist li p {
        line-height: 24px;
    }

    .SevenXM .box {
        padding: 20px 0;
        padding-left: 185px;
        background-size: 170px auto;
    }
    .SevenXM .box .title {
        font-size: 22px;
        padding-left: 10px;
    }
    .SevenXM ul li img {
        width: 60px;
    }
    .SevenXM ul li h2 {
        font-size: 16px;
        margin-top: 10px;
    }

    .contkj li {
        padding: 15px 60px 15px 20px;
        background-size: auto 75%;
    }
    .contkj li .text p {
        font-size: 15px;
        line-height: 23px;
    }

    .fourFW .title h1 {
        font-size: 22px;
    }
    .fourFW .title h5 {
        margin-bottom: 10px;
    }
    .fourFW .group_list li {
        width: 49%;
        padding: 20px;
    }
    .fourFW .group_list li:nth-child(n+3) {
        margin-top: 2%;
    }
    .fourFW .group_list li .top {
        margin-bottom: 15px;
    }
    .fourFW .group_list li .top img {
        width: 40px;
        height: 40px;
    }
    .txt-bottom {
        margin-top: 17px;
    }

    #chanyely .cont-bottom .content .item .box {
        padding: 20px;
    }
}


@media (max-width: 767px) {
    .ConBox {
        margin: 20px 0;
    }
    .cont-top {
        flex-wrap: wrap;
        padding: 15px 10px 15px 10px;
    }
    .cont-top .text.left {
        width: 100%;
        padding-right: 0;
    }
    .cont-top .text p {
        font-size: 14px;
        line-height: 22px;
    }

    .fieldBox {
        margin-top: 20px;
    }
    .fieldBox .section {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .fieldBox .section li {
        width: 100%;
        padding: 10px;
    }
    .fieldBox .section li h2 {
        font-size: 18px;
        line-height: 20px;
        border-bottom: 2px solid #0160de;
    }
    .fieldBox .section li p {
        font-size: 14px;
        line-height: 22px;
        margin-top: 0;
    }

    .service-card {
        margin-top: 20px;
    }
    .service-card li {
        width: 49%;
        padding: 10px 0 0 10px;
    }
    .service-card li h1 {
        overflow: hidden;
        font-size: 18px;
        line-height: 20px;
        height: 20px;
        margin-bottom: 10px;
    }
    .service-card li span {
        font-size: 15px;
        line-height: 22px;
        height: 25px;
        padding-left: 8px;
    }
    .service-card li span::before {
        width: 3px;
        height: 3px;
    }

    .cont-bottom {
        margin-top: 20px;
    }
    .botlist {
        padding: 10px;
        background: linear-gradient(180deg, #f2f4f9, #feffff);
        border-radius: 8px;
    }
    .botlist li {
        width: 100%;
        margin-bottom: 15px;
    }
    .botlist li:nth-child(n+4) {
        margin-bottom: 15px;
    }
    .botlist li:last-child {
        margin-bottom: 0;
    }
    .botlist li .title img {
        width: 40px;
    }
    .botlist li .title h4 {
        font-size: 18px;
    }
    .botlist li p {
        font-size: 14px;
        line-height: 22px;
        margin-top: 6px;
    }

    .SevenXM .wrap {
        padding-top: 20px;
    }
    .SevenXM .box {
        padding-left: 0;
        background-position: top center;
        background-size: 60% auto;
    }
    .SevenXM .box .title {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 24px;
        text-align: center;
        margin-bottom: 30px;
    }
    .SevenXM ul li {
        flex: auto;
        width: 23.5%;
    }
    .SevenXM ul li:nth-child(n+5) {
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .SevenXM ul li img {
        width: 60px;
    }
    .SevenXM ul li h2 {
        font-size: 16px;
        line-height: 20px;
        height: 20px;
        margin-top: 10px;
    }

    .contkj li {
        width: 100%;
        padding: 20px 130px 20px 30px;
    }

    .contkj li {
        padding: 15px 50px 15px 15px;
        background-size: auto 75%;
    }
    .contkj li .title img {
        width: 50px;
    }
    .contkj li .title h2 {
        font-size: 18px;
    }
    .contkj li .text p {
        font-size: 14px;
        line-height: 22px;
    }

    #djkly .section .list span {
        font-size: 14px;
        line-height: 22px;
        padding: 3px 0;
    }

    .fourFW .title h1 {
        font-size: 20px;
    }
    .fourFW .title h5 {
        line-height: 1;
        margin-bottom: 14px;
    }
    .fourFW .group_list li {
        width: 100%;
        padding: 14px;
    }
    .fourFW .group_list li:nth-child(n+2) {
        margin-top: 10px;
    }
    .fourFW .group_list li .top {
        margin-bottom: 12px;
    }
    .fourFW .group_list li .top .txt h4 {
        font-size: 18px;
    }
    .fourFW .group_list li .top img {
        width: 32px;
        height: 32px;
    }
    .txt-bottom {
        width: 36px;
        height: 2px;
        margin-top: 12px;
    }
    .fourFW .group_list p {
        font-size: 14px;
        line-height: 22px;
    }

    #chanyely .cont-bottom .content .item.obvious {
        width: 100%;
        margin-top: 0;
    }
    #chanyely .cont-bottom .content .item {
        width: 100%;
        margin-top: 10px;
    }
    #chanyely .cont-bottom .content .item .box {
        padding: 14px;
    }
    #chanyely .cont-bottom .content .item h2 {
        font-size: 18px;
    }
    #chanyely .cont-bottom .content .item .subsection {
        margin: 10px 0;
    }
    #chanyely .cont-bottom .content .item p {
        font-size: 14px;
        line-height: 22px;
    }

    #guojily .cont-bottom .content li {
        width: 100%;
        padding: 14px;
    }
    #guojily .cont-bottom .content li:nth-child(n+2) {
        margin-top: 18px;
    }
    #guojily .cont-bottom .content li .title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    #guojily .cont-bottom .content li .text p {
        font-size: 14px;
        line-height: 22px;
       }
    .sm_line {
        height: 3px;
        bottom: 16px;
    }
}