@media screen and (max-width: 699px) {
    body
    {
        overflow-x:hidden;
    }
    #app {
        width: 100vw;
    }
    a{
        text-decoration: none;
    }
    #Header {
        position: absolute;
        z-index: 5;
        width: 100%;
        height: 70px;
        margin: 0;
        /* background-color: black; */
    }

    #Header .menu {
        display: inline;
        position: absolute;
        width: 45px;
        height: 30px;
        font-size: 26px;
        z-index: 100;
        color: #FEFEFE;
        right: 20px;
        top: 16px;
    }

    #Header .logo {
        position: absolute;
        float: left;
        font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "思源黑体", Arial, sans-serif;
        margin-top: 13px;
        margin-left: 22px;
        z-index: 2;
    }

    #Header .logo img {
        float: left;
        width: 230px;
        height: 40px;
    }

    #Header .list {
        display: none;
    }

    #Header .phonelist {
        position: absolute;
        width: 100vw;
        height: 220px;
        top: -45px;
        left: 0px;
        background-color: black;
        opacity: 0.8;
        font-size: 14px;
        z-index: 1;
    }

    #Header .phonelist ul {
        position: absolute;
        left: 30%;
        top: 50px;
    }

    #Header .phonelist li {

        text-decoration: none;
        list-style-type: none;
        color: #FEFEFE;
        width: 80px;
        margin-top: 8px;
    }

    #Header .phonelist a {
        text-decoration: none;
        color: #FEFEFE;
    }

    #Header .phonelist {
        position: absolute;
        z-index: 1;
        margin-top: 45px;
    }

    #Header .phonelist li #class {
        color: #FFC001;
    }

    /* 主页面 */
    #home {
        width: 100vw;
    }

    #home .el-carousel__item {
        width: 100vw;
        height: 220px;
        z-index: 0;
    }

    #home .runimg {
        display: none;
    }

    #home .runimg1 {
        width: 100vw;
        z-index: 0;
    }

    #home .el-carousel {
        width: 100vw;
    }

    .el-carousel__item:nth-child(2n) {
        background-image: url('../assets/back1.jpg');
        background-repeat: no-repeat;
        background-size: 100vw 220px;
        background-position: 0px 0px;
    }

    .el-carousel__item:nth-child(2n+1) {
        background-image: url('../assets/back2.jpg');
        background-repeat: no-repeat;
        background-size: 100vw 220px;
        background-position: 0px 0px;
    }

    .shownumber {
        position: absolute;
        top: 250px;
        display: flex;
        margin-left: 5vw;
    }

    .shownumber .con1 {
        margin-left: 0px;
        width: 90px;
        height: auto;
    }

    .shownumber .con2 {
        width: 90px;
        height: auto;
    }

    .shownumber .con3 {
        width: 90px;
        height: auto;
    }

    .shownumber .con4 {
        width: 90px;
        height: auto;
    }

    .shownumber .a1 {
        font-size: 16px;
        color: rgba(68, 68, 68, 1);
        font-weight: 300;
        position: relative;
        text-align: center;
    }

    .shownumber .a2 {
        color: rgba(68, 68, 68, 1);
        font-weight: 300;
        font-size: 14px;
    }

    .shownumber .a3 {
        font-size: 10px;
        text-align: center;
        font-weight: 100;
    }

    .shownumber img {
        height: 32px;
    }

    .aboutus {
        position: relative;
        top: 20px;
    }

    .aboutus .left {
        position: absolute;
        top: 0px;
        left: 10vw;
        width: 100px;
        height: auto;
    }

    .aboutus .left .eng {
        font-size: 18px;
    }

    .aboutus .left span {
        color: rgb(68, 68, 68);
        display: inline-block;
        font-size: 16px;
        line-height: 24px;
        font-weight: 100;
    }

    .aboutus .right {
        position: absolute;
        top: 60px;
        left: 10vw;
        width: 80vw;
        height: auto;
    }

    .aboutus .right span {
        font-size: 12px;
        line-height: 16px;
        color: rgb(119, 119, 119);
    }

    .aboutus button {
        position: absolute;
        top: 220px;
        left: 10vw;
        width: 130px;
        border: 10px solid transparent;
        margin-top: -10px;
        margin-left: -10px;
        animation: auto ease 0s 1 normal none running none;
        background-color: #FFC001;
        color: #FEFEFE;
        cursor: pointer;
        font-family: 微软雅黑;
    }

    .line {
        position: absolute;
        left: 5vw;
        width: 90vw;
        height: 0px;
        border-style: solid;
        border-width: 0.5px;
        border-color: #ebebeb;
        margin-top: 300px;
    }

    .business {
        position: absolute;
        top: 650px;
        left: 10vw;
        height: 1100px;
        width: 80vw;
        overflow-y: hidden;
    }

    .business .title .eng {
        color: rgb(68, 68, 68);
        font-family: fontface__思源黑体light__17__442996043472;
        font-size: 18px;
        font-weight: 300;
    }

    .business .title .chi {
        color: rgb(68, 68, 68);
        font-family: fontface__思源黑体light__17__442996043472;
        font-size: 16px;
        font-weight: 100;
        line-height: 24px;
    }

    .select div {
        width: 90px;
        height: 40px;
        background-color: #f0f0f0;
        color: #777777;
        font-size: 14px;
        /* margin: 0px 15px 20px 8px; */
        padding: 0px 18px;
        text-align: center;
        line-height: 40px;
        font-weight: 100;
    }

    .select .selectdiv1 {
        position: absolute;
        display: inline;
        margin-top: 50px;
        margin-left: 30px;
        background-color: #FFC001;
        color: #FEFEFE;
    }

    .select .selectdiv11 {
        position: absolute;
        display: inline;
        margin-top: 50px;
        margin-left: 30px;
    }

    .select .selectdiv2 {
        position: absolute;
        display: inline;
        margin-top: 50px;
        margin-left: 170px;
        background-color: #FFC001;
        color: #FEFEFE;
    }

    .select .selectdiv22 {
        position: absolute;
        display: inline;
        margin-top: 50px;
        margin-left: 170px;
    }

    .select .selectdiv3 {
        position: absolute;
        display: inline;
        margin-top: 100px;
        margin-left: 30px;
        background-color: #FFC001;
        color: #FEFEFE;
    }

    .select .selectdiv33 {
        position: absolute;
        display: inline;
        margin-top: 100px;
        margin-left: 30px;

    }

    .select .selectdiv4 {
        position: absolute;
        display: inline;
        margin-top: 100px;
        margin-left: 170px;
        background-color: #FFC001;
        color: #FEFEFE;
    }

    .select .selectdiv44 {
        position: absolute;
        display: inline;
        margin-top: 100px;
        margin-left: 170px;

    }

    .top {
        position: absolute;
    }

    .select {
        display: inline;
    }

    .project {
        position: absolute;
        top: 200px;
        left: 10vw;
        width: 60vw;
        /* background-color: aqua; */
    }

    .threeimgs {
        display: flex;
        flex-wrap: wrap;
        white-space: normal;
        text-align: center;
        width: 60vw;
    }

    .threespecies {
        width: 60vw;
    }

    .threeimgs span {
        color: #777777;
        width: 100vw;
        line-height: 30px;

    }

    .threeimgs img {
        width: 60vw;
        height: 200px;
        /* height: 420px; */
        /* background-color: aqua; */
        object-fit: contain;
    }

    .more button {
        position: absolute;
        top: 740px;
        left: 30px;
        width: 160px;
        border: 15px solid transparent;
        background-color: #FFC001;
        color: #FEFEFE;
        cursor: pointer;
        font-family: 微软雅黑;
    }

    /* 项目优势 */
    .advantage {
        position: relative;
        z-index: -1;
        height: 500px;
        width: 100vw;
        top: 1400px;
        background-color: aqua;
    }

    .advantage .background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 500px;
        z-index: 0;
        /* background: url("https://28402026.s61i.faiusr.com/2/AD0I6sLFDRACGAAg1_bbjQYo0-Pu3wcwgA84kAM.jpg.webp"); */
    }

    .advantage .text {
        position: absolute;
        z-index: 1;
        top: 20px;
        left: 5vw;
        width: 100vw;
        height: auto;
    }

    .advantage .text .eng {
        color: #444444;
        font-size: 18px;
        font-weight: 300;
        line-height: 24px;
    }

    .advantage .text .chi {
        color: rgb(68, 68, 68);
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
    }

    .whiteimg1 {
        position: absolute;
        z-index: 1;
        top: 110px;
        left: 5vw;
        width: 90vw;
        height: 110px;
    }

    .whiteimg2 {
        position: absolute;
        z-index: 1;
        top: 230px;
        left: 5vw;
        width: 90vw;
        height: 110px;
    }

    .whiteimg3 {
        position: absolute;
        z-index: 1;
        top: 350px;
        left: 5vw;
        width: 90vw;
        height: 110px;
    }

    .icon1 {
        position: absolute;
        z-index: 2;
        top: 115px;
        left: 7vw;
    }

    .icon2 {
        position: absolute;
        z-index: 2;
        top: 235px;
        left: 7vw;
    }

    .icon3 {
        position: absolute;
        z-index: 2;
        top: 355px;
        left: 7vw;
    }

    .titlename1 {
        font-size: 16px;
        color: rgb(68, 68, 68);
        position: absolute;
        z-index: 2;
        top: 120px;
        left: 30vw;
    }

    .titlename2 {
        font-size: 16px;
        color: rgb(68, 68, 68);
        position: absolute;
        z-index: 2;
        top: 240px;
        left: 30vw;
    }

    .titlename3 {
        font-size: 16px;
        color: rgb(68, 68, 68);
        position: absolute;
        z-index: 2;
        top: 360px;
        left: 30vw;
    }

    .titletext1 {
        font-size: 14px;
        color: rgb(119, 119, 119);
        position: absolute;
        z-index: 2;
        top: 145px;
        left: 30vw;
        width: 230px;
    }

    .titletext2 {
        font-size: 14px;
        color: rgb(119, 119, 119);
        position: absolute;
        z-index: 2;
        top: 260px;
        left: 30vw;
        width: 265px;
    }

    .titletext3 {
        font-size: 14px;
        color: rgb(119, 119, 119);
        position: absolute;
        z-index: 2;
        top: 385px;
        left: 30vw;
        width: 230px;
    }

    /* 视频部分 */
    .case {
        position: absolute;
        top: 2250px;
        width: 100vw;
    }

    .casetext div {
        width: 100vw;
        text-align: center;
    }

    .casetext .eng {
        color: #444444;
        font-size: 18px;
        font-weight: 300;
        text-align: center;
        line-height: 24px;
    }

    .casetext .chi {
        color: #444444;
        font-size: 16px;
        font-weight: 100;
        text-align: center;
        line-height: 24px;
    }

    .casetext .detail {
        width: 100vw;
        color: #444444;
        font-size: 14px;
        font-weight: 100;
        text-align: center;
        line-height: 10px;
    }

    #DisplayVideo {
        width: 100vw;
        height: auto;
        margin: 0;
        padding: 0;
    }

    #DisplayVideo div {
        margin-left: 0px;
    }

    video {
        object-fit: fill;
        width: 100vw;
        height: 250px;
        float: left;
    }

    /* 新闻资讯 */
    .news {
        position: relative;
        /* margin-top: 100px; */
        top: 2450px;
        width: 100vw;
        height: auto;
    }

    .news .title {
        position: absolute;
        top: 100px;
        left: 5vw;
        width: 100px;
        height: auto;
    }

    .news .title .eng {
        text-align: left;
        color: #444444;
        font-size: 18px;
        font-weight: 300;
    }

    .news .title .chi {
        line-height: 24px;
        text-align: left;
        color: rgb(68, 68, 68);
        font-size: 16px;
        font-weight: 100;

    }

    .news .threenews .new1 .background {
        position: absolute;
        z-index: -1;
        top: 1px;
        left: 0px;
        width: 90vw;
    }

    .new1 {
        position: absolute;
        top: 238px;
        left: 5vw;
        width: 90vw;
    }

    .new1 .newtitle {
        margin-top: 20px;
        margin-left: 20px;
        font-size: 16px;
        color: #333;
        text-decoration: none;
    }

    .new1 .newdetail {
        margin-left: 20px;
        line-height: 26px;
        color: #666;
        white-space: normal;
        margin-top: 14px;
        font-size: 14px;
    }

    .new1 .newtime {
        margin-left: 20px;
        line-height: 26px;
        color: #666;
        white-space: normal;
        margin-top: 30px;
        font-size: 14px;
    }

    .news .threenews .new2 .background {
        position: absolute;
        z-index: -1;
        top: 1px;
        left: 0px;
        width: 90vw;
    }

    .new2 {
        position: absolute;
        top: 680px;
        left: 5vw;
        width: 90vw;
    }

    .new2 .newtitle {
        margin-top: 20px;
        margin-left: 20px;
        font-size: 16px;
        color: #333;
        text-decoration: none;

    }

    .new2 .newdetail {
        margin-left: 20px;
        line-height: 26px;
        color: #666;
        white-space: normal;
        margin-top: 14px;
        font-size: 14px;
    }

    .new2 .newtime {
        margin-left: 20px;
        line-height: 26px;
        color: #666;
        white-space: normal;
        margin-top: 30px;
        font-size: 14px;
    }

    .news .threenews .new3 .background {
        position: absolute;
        z-index: -1;
        top: 1px;
        left: 0px;
        width: 90vw;
    }

    .new3 {
        position: absolute;
        top: 1138px;
        left: 5vw;
        width: 90vw;
    }

    .new3 .newtitle {
        margin-top: 20px;
        margin-left: 20px;
        font-size: 16px;
        color: #333;
        text-decoration: none;

    }

    .new3 .newdetail {
        margin-left: 20px;
        line-height: 26px;
        color: #666;
        white-space: normal;
        margin-top: 14px;
        font-size: 14px;
    }

    .new3 .newtime {
        margin-left: 20px;
        line-height: 26px;
        color: #666;
        white-space: normal;
        margin-top: 30px;
        font-size: 14px;
    }

    .news .newimg {
        width: 90vw;
        height: 220px;
    }

    .news .newback {
        width: 90vw;
        height: 420px;
    }
    #footer {
        position: relative;
        width: 100vw;
        height: 850px;
        /* top: 0px; */
        background-color: black;
    }

    #footer .background {
        margin: 0;
        padding: 0;
        position: absolute;
        z-index: -1;
        height: auto;
        width: 100%;

        /* top: 5300px; */
        /* display: none; */
    }

    #footer .logo {
        position: absolute;
        top: 40px;
        left: 0px;
    }

    /* #footer .logo .yellow
    {
        font-size: 26px;
        color: rgb(251, 196, 69);
    } */
    #footer .logo img {
        width: 300px;
        height: 50px;
    }

    #footer .place {
        position: relative;
        z-index: 0;
        width: 100vw;
        /* height: 4100px; */
        margin-left: 10vw;
        color: white;
    }

    #footer .place .top {
        position: absolute;
        top: 150px;
    }

    #footer .place .top div {
        margin-left: 0px;
        font-size: 14px;
    }

    #footer .place .top div a {
        text-decoration: none;
        color: #aaa;
        line-height: 25px;
    }

    #footer .place .bottom {
        position: absolute;
        top: 300px;
    }

    #footer .place .bottom div {
        margin-left: 0px;
        color: #aaa;
        font-size: 14px;
        line-height: 25px;
    }

    #footer .code {
        position: absolute;
        left: 5vw;
        top: 450px;
        width: 80vw;
        height: 300px;
    }

    #footer .code .codedetail {
        float: left;
        margin-left: 20px;
        width: 100px;
        height: 150px;
    }

    #footer .code .codedetail div {
        width: 100px;
        text-align: center;
        /* background-color:aqua; */
    }

    #footer .code img {
        width: 100px;
        height: 100px;
    }

    #footer .code .codedetail span {
        font-size: 14px;
        line-height: 30px;
    }
    #footer .bei span
    {
        color: #aaa;
        font-size: 14px;
        line-height: 30px;
        width: 80vw;
    }
    #footer .bei
    {
        position: absolute;
        top:750px;
        width: 100vw;
        text-align: center;
    }
    #about {
        width: 100vw;
    }

    .aboutimg {
        position: absolute;
        width: 100vw;
        height: 150px;
        left: 0;
        top: 0;
        z-index: 0;
        background-image: url('../assets/aboutusback.jpg');
        background-repeat: no-repeat;
    }

    .abouttext {
        position: relative;
        top: 10px;
        left: 17px;
        width: 100px;
        height: auto;
    }

    .abouttext .left {
        position: absolute;
        top: 161px;
        left: 5vw;
        width: 100px;
        height: auto;
    }

    .abouttext .left span {
        display: inline;
    }

    .abouttext .eng {
        text-align: left;
        color: #444444;
        font-size: 18px;
        font-weight: 300;
    }

    .abouttext .chi {
        line-height: 24px;
        text-align: left;
        color: rgb(68, 68, 68);
        font-size: 16px;
        font-weight: 100;
    }

    .abouttext .right {
        position: absolute;
        top: 220px;
        left: 5vw;
        width: 80vw;
        height: auto;
    }

    .abouttext .right span {
        font-size: 14px;
        color: #777777;
        line-height: 30px;
    }

    .abouttext .right .bottom {
        position: absolute;
        margin-top: 10px;
    }

    .abouttext .right img {
        position: absolute;
        margin-top: 430px;
        width: 80vw;
    }

    #about .team {
        position: relative;
        top: 1000px;
        width: 100vw;
        height: 500px;
        z-index: 0;
        background-image: url('https://28402026.s61i.faiusr.com/2/AD0I6sLFDRACGAAg_4DcjQYo04W69AIwgA849AM.jpg.webp');
        /* background-repeat: no-repeat; */

    }

    #about .team .title {
        position: absolute;
        top: 67px;
        left: 0vw;
        width: 100vw;
        height: auto;
    }

    #about .team .title div {
        width: 100vw;
        height: auto;
        /* background-color: aqua; */
        text-align: center;
    }

    #about .team .title .eng {
        color: #444444;
        font-size: 18px;
        font-weight: 300;
    }

    #about .team .title .chi {
        text-align: center;
        line-height: 24px;
        font-size: 16px;
        color: rgb(68, 68, 68);
        font-weight: 100;
    }

    .peopleimgs {
        position: relative;
        top: 10px;
        width: 90vw;
        margin-left: 5vw;
    }

    .peopleimgs .imgs .img1 {
        position: absolute;
        top: 120px;
        left: -14px;
        width: 90vw;
    }

    .peopleimgs .imgs .img2 {
        position: absolute;
        top: 450px;
        left: -14px;
        width: 90vw;
    }

    .peopleimgs .imgs .img3 {
        position: absolute;
        top: 780px;
        left: -14px;
        width: 90vw;
    }

    .peopleimgs .imgs .down {
        position: absolute;
        z-index: 0;
        top: 0px;
        left: 0px;
    }

    .peopleimgs .imgs .down img {
        width: 95vw;

    }

    .peopleimgs .imgs .up {
        position: absolute;
        z-index: 1;
        top: 30px;
        left: 27px;
    }

    .peopleimgs .imgs .name {
        position: absolute;
        z-index: 1;
        top: 240px;
        left: 130px;
        font-size: 16px;
        color: rgb(68, 68, 68);
    }

    .peopleimgs .imgs .detail {
        position: absolute;
        z-index: 1;
        top: 270px;
        left: 45px;
        font-size: 12px;
        width: 75vw;
        color: rgb(119, 119, 119);
    }

    .peopleimgs .imgs .up img {
        width: 80vw;
        height: 200px;
    }

    /* 企业文化 */
    #about .culture {
        position: relative;
        z-index: 0;
        width: 100vw;
        top: 1700px;
        height: 550px;
        background-image: url('../assets/cultureback-1.jpg');
        background-repeat: no-repeat;
    }

    #about .culture .text {
        position: relative;
        left: 5vw;
        top: 50px;
        width: 90vw;
    }

    #about .culture .text .eng {
        color: #444444;
        font-size: 18px;
        line-height: 24px;
        font-weight: 300;
    }

    #about .culture .text .chi {
        color: #444444;
        font-size: 16px;
        line-height: 24px;
        font-weight: 100;
    }

    #about .culture .text .title {
        color: rgb(68, 68, 68);
        font-size: 15px;
        line-height: 20px;
        margin-top: 30px;
    }

    #about .culture .text .detail {
        font-size: 14px;
        color: rgb(119, 119, 119);
        margin-top: 10px;
    }
    /* 企业荣誉 */
    #about .honor
    {
        position: absolute;
        top: 2800px;
    }
    #about .honor .title div
    {
        width: 100vw;
        height: auto;
        /* background-color: aqua; */
        text-align: center;
    }
    #about .honor .title .eng
    {
        color:#444444;
        font-size: 18px;
        font-weight: 300;
    }
    #about .honor .title .chi
    {
        text-align:center;
        line-height: 24px;
        font-size: 16px;
        color: rgb(68, 68, 68);
        font-weight: 100;
    }
    #about .honor .imgs
    {
        width: 90vw;
        margin-left:10vw;
        margin-top: 20px;
    }
    /* #about .honor .imgs .imgdetail
    {
        float: left;
        width: 300px;
        margin-left: 5vw;
    }
    #about .honor .imgdetail .text 
    {
        width: 300px;
        height: 50px;
        color:#444444;
        font-size: 16px;
        line-height: 50px;
        text-align: center;
        background-color: aqua;
    } */
    #about .honor img
    {
        width: 80vw;
        height:auto;
    }
    #product {
        position: relative;
    }
    #product .productimg {
        width: 100vw;
        height: 150px;
        position: relative;
        z-index: 0;
        background-image: url('../assets/productback.jpg');
    }
    .back {
        position: absolute;
        top: 1000px;
        z-index: 5;
    }
    #product .business {
        position: absolute;
        top: 180px;
        left: 0vw;
        height: 1800px;
        width: 100vw;
        overflow-y: hidden;
    }
    #product .business .title
    {
        margin-left: 10vw;
    }
    #product .business .title .eng {
        color: rgb(68, 68, 68);
        font-family: fontface__思源黑体light__17__442996043472;
        font-size: 18px;
        font-weight: 300;
    }

    #product .business .title .chi {
        color: rgb(68, 68, 68);
        font-family: fontface__思源黑体light__17__442996043472;
        font-size: 16px;
        font-weight: 100;
        line-height: 24px;
    }
    #product .select
    {
        margin-left: 5vw;
    }
    #product .select div {
        width: 90px;
        height: 40px;
        background-color: #f0f0f0;
        color: #777777;
        font-size: 14px;
        /* margin: 0px 15px 20px 8px; */
        padding: 0px 18px;
        text-align: center;
        line-height: 40px;
        font-weight: 100;
    }

    #product .select .selectdiv1 {
        position: absolute;
        display: inline;
        margin-top: 50px;
        margin-left: 30px;
        background-color: #FFC001;
        color: #FEFEFE;
        z-index: 5;
    }

    #product .select .selectdiv11 {
        position: absolute;
        display: inline;
        margin-top: 50px;
        margin-left: 30px;
        z-index: 5;
    }

    #product .select .selectdiv2 {
        position: absolute;
        display: inline;
        margin-top: 50px;
        margin-left: 170px;
        background-color: #FFC001;
        color: #FEFEFE;
        z-index: 5;
    }

    #product .select .selectdiv22 {
        position: absolute;
        display: inline;
        margin-top: 50px;
        margin-left: 170px;
        z-index: 5;
    }

    #product .select .selectdiv3 {
        position: absolute;
        display: inline;
        margin-top: 100px;
        margin-left: 30px;
        background-color: #FFC001;
        color: #FEFEFE;
        z-index: 5;
    }

    #product .select .selectdiv33 {
        position: absolute;
        display: inline;
        margin-top: 100px;
        margin-left: 30px;
        z-index: 5;

    }

    #product .select .selectdiv4 {
        position: absolute;
        display: inline;
        margin-top: 100px;
        margin-left: 170px;
        background-color: #FFC001;
        color: #FEFEFE;
        z-index: 5;
    }

    #product .select .selectdiv44 {
        position: absolute;
        display: inline;
        margin-top: 100px;
        margin-left: 170px;
        z-index: 5;
    }

    #product .top {
        position: absolute;
        display: inline;

    }

    #product .project {
        float: left;
        z-index: 3;
    }

    #product .select {
        display: inline;
    }

    #product .project {
        position: absolute;
        top: 180px;
        left: 0vw;
        width: 90vw;
        height: 454px;
    }
    #product .threespecies
    {
        margin-top: 50px;
    }
    #product .threeimgs {
        float: left;
        display: flex;
        flex-wrap: wrap;
        white-space: normal;
        text-align: center;
        /* width: 60vw; */
        margin-top: 10px;
    }

    #product .threeimgs a {
        text-decoration: none;
    }

    #product .threeimgs span {
        color: #777777;
        line-height: 30px;
        width: 80vw;
    }

    #product .threeimgs div {
        width: 90vw;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #product .page {
        position: absolute;
        left: 5vw;
        top: 1600px;
    }
    /* 新闻 */
    #new {
        width: 99.5%;
    }

    .newimg img {
        width: 100vw;
        height: 150px;
        position: relative;
        z-index: 0;
    }

    /* 新闻资讯 */
    #new .news {
        position: relative;
        top: 50px;
        width: 90vw;
        height: auto;
    }

    #new .news .title {
        position: absolute;
        top: 0px;
        left: 5vw;
        width: 80vw;
        height: auto;
    }

    #new .news .title .eng {
        text-align: left;
        color: #444444;
        font-size: 18px;
        font-weight: 300;
    }

    #new .news .title .chi {
        line-height:24px;
        text-align: left;
        color: rgb(68, 68, 68);
        font-size: 16px;
        font-weight: 100;

    }

    #new .news .threenews{
        display: none;
    }

    #new .news .tonews {
        position: absolute;
        width: 90vw;
        height: auto;
        margin-left: 5vw;
        margin-top: 100px;
    }

    #new .news .newxx {
        position: relative;
        width: 90vw;
        margin-left: 0px;
        height: 330px;
        /* background-color: aqua; */
        z-index: 0;
    }
    #new .el-card
    {
        height: 320px;
    }
    #new .tonews .newxx {
        color: #444;
    }

    #new .tonews .newxx:hover {
        color: #FFC001;
    }

    #new .news .newxx img {
        position: absolute;
        width: 80vw;
        height: 150px;
        left: 5vw;
        top: 10px;
    }

    #new .news .newxx .newtitle {
        position: absolute;
        width: 80vw;
        /* height: 200px; */
        left: 5vw;
        top: 170px;
        font-size: 18px;
        font-weight: 300px;
        color: #444444;
    }

    #new .news .newxx .newtime {
        position: absolute;
        width:80vw;
        /* height: 200px; */
        left: 5vw;
        top: 220px;
        color: #444444;
    }

    #new .news .newxx .newdetail {
        position: absolute;
        width: 80vw;
        /* height: 200px; */
        left: 5vw;
        top: 245px;
        color: #444444;
    }

    #new .page {
        margin: 0 auto;
        text-align: center;
        margin-top: 90px;
        margin-left:2vw;
        z-index: 1;
    }
    #connect .connectimg img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 0;
    }

    #connect {
        position: relative;
        width: 100%;
    }

    .connectimg {
        width: 100vw;
        height: 150px;
        position: relative;
        z-index: 0;
        background-image: url('../assets/connectpack.jpg');
    }

    #amapcontainer {
        position: relative;
        top: 580px;
        width: 90vw;
        height: 300px;
        margin-left: 5vw;
    }

    .connecttext {
        position: relative;
        top: 0px;
        left: 17px;
        width: 80vw;
        height: auto;
    }

    .connecttext .left {
        position: absolute;
        top: 50px;
        left: 5vw;
        width: 80vw;
        height: auto;
    }

    .connecttext .left span {
        display: inline;
    }

    .connecttext .eng {
        text-align: left;
        color: #444444;
        font-size: 18px;
        font-weight: 300;
    }

    .connecttext .chi {
        line-height: 24px;
        text-align: left;
        color: rgb(68, 68, 68);
        font-size: 16px;
        font-weight: 100;
    }

    .connecttext .right {
        position: absolute;
        top: 148px;
        left: 5vw;
        width: 80vw;
        height: auto;
    }

    .connecttext .right span {
        font-size: 14px;
        color: #777777;
        line-height: 35px;
    }

    .connecttext .right p {
        font-size: 14px;
        color: #777777;
        line-height: 35px;
    }

    .connecttext .right .bottom {
        position: absolute;
        margin-top: 30px;
    }

    .connecttext .right img {
        position: absolute;
        margin-top: 190px;
    }
    /* 商品详情页 */
    #detail .background {
        width: 100vw;
        height: 150px;
        position: relative;
        z-index: 0;
        background-image: url('../assets/detailback.jpg');
        background-size: cover;
    }

    #detail .detailshow {
        position: absolute;
        left: 5vw;
        top: 100px;
        width: 90vw;
        height: 800px;
    }

    #detail .left {
        position: absolute;
        left: 20vw;
        right: 0;
        width: 40vw;
    }

    #detail .right {
        position: absolute;
        left:5vw;
        width: 90vw;
        top: 220px;
    }

    #detail .left img {
        position: absolute;
        top: 50px;
        width: 180px;
        height: 250px;
        object-fit: contain;
    }

    #detail .cpname {
        position: relative;
        margin-top: 80px;
        font-size: 20px;
        font-weight: 400;
        font-family: '楷体';
    }

    #detail .sep {
        position: relative;
        margin-top: 30px;
        width: 90vw;
    }

    #detail .pec .pecs {
        line-height: 30px;
        width: 90vw;
    }

    #detail .four {
        position: relative;
        top: 10px;
        width: 90vw;
        height: 110px;
        left: -0px;
        background-size: cover;
        /* background-image: url('../assets/detail-back.jpg'); */
    }

    #detail .crop {
        position: absolute;
        left: 10px;
        line-height: 26px;
        font-size: 18px;
    }

    #detail .object {
        position: absolute;
        left: 220px;
        line-height: 26px;
        font-size: 18px;
    }

    #detail .dosage {
        position: absolute;
        left: 430px;
        line-height: 26px;
        font-size: 18px;
    }

    #detail .usage {
        position: absolute;
        left: 640px;
        line-height: 26px;
        font-size: 18px;
    }
    /* .mid {
        position: relative;
        width: 100vw;
        margin-top: 100px;
    }

    .mid div {
        position: relative;
        width: 70vw;
        left: 15vw;
        top: 20px;
    }

    .mid .newtext
    {
        text-align: left;
    }
    .mid .needmid
    {
        text-align: center;
    }
    .mid .newtext span {
        line-height: 40px;
        color: #666;
    } */
   
}