@media screen and (min-width: 800px) {
  .banner {
    width: 100vw;
    height: 60.8vw;
    background: url("../images/index_banner.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
  }
  .ggImg {
    width: 50vw;
    height: 15vw;
  }
  .phonenav {
    display: none;
  }

  .Psonlist {
    display: none;
  }

  .cardinfo {
    box-sizing: border-box;
    padding-bottom: 2.2vw;
    width: 33.3vw;
    height: 20.8vw;
    position: relative;
  }

  .cardinfo img {
    width: 33.4vw;
    height: 20.8vw;
  }

  .cardinfo .cardinfomsg {
    position: absolute;
    top: 1.9vw;
    left: 1.6vw;
  }

  .cardinfo:nth-child(2) .cardinfomsg p {
    padding-top: 4vw;
    line-height: 2.2vw;
  }

  .cardinfo .cardinfomsg h3 {
    font-size: 1.7vw;
    letter-spacing: 0.2vw;
    color: #333;
    font-weight: normal;
    font-stretch: normal;
  }

  .cardinfo .cardinfomsg p {
    display: flex;
    flex-direction: column;
    padding-top: 5.9vw;
    font-size: 1.1vw;
    line-height: 2.6vw;
    letter-spacing: 0.1vw;
    color: #333;
    font-weight: normal;
    font-stretch: normal;
  }

  .posifs {
    height: 9.7vw;
    width: 100vw;
    position: relative;
  }

  .Mong {
    position: absolute;
    width: 33.3vw;
    height: 20.8vw;
    background: #999897;
    opacity: 0.8;
    top: 0;
    left: 0;
    display: none;
  }

  .Mong ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 1vw;
  }

  .Mong ul li {
    border: 1px solid #f2f2f2;
    border-radius: 50px;
    width: 6vw;
    height: 2vw;
    text-align: center;
    font-size: 0.9vw;
    line-height: 2vw;
    letter-spacing: 0.1vw;
    color: #f2f2f2;
  }

  .Mong .mshuqian {
    width: 3.4vw;
    height: 3.4vw;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }

  .cardinfo:hover .Mong {
    display: block;
  }

  #msgcard {
    display: flex;
    position: absolute;
    top: -11.1vw;
    left: 0;
  }

  #header {
    width: 100vw;
    background: #f7f7f7;
    box-sizing: border-box;
    border: 0;
    box-sizing: border-box;
    display: flex;
  }

  #header .top {
    position: relative;
    display: flex;
  }

  #header .top img {
    width: 3.1vw;
    height: 2.3vw;
    padding-left: 2vw;
    padding-top: 2vw;
  }

  .titleleft {
    display: flex;
  }

  #header .top .logomsg {
    padding-left: 1vw;
    display: flex;
    flex-direction: column;
    color: #090806;
    padding-top: 2vw;
    font-size: 0.8vw;
  }

  #header .top .logomsg span:last-child {
    font-size: 0.7vw;
  }

  .navlist {
    width: 100vw;
    z-index: 9999;
  }

  .navlist #navUl {
    display: flex;
    z-index: 9999;
    padding-left: 19vw;
  }

  .navlist #navUl .navpro:last-child {
    border-right: 1px solid #e6e6e6;
  }

  .navlist #navUl .navpro {
    width: 8vw;
    line-height: 5.5vw;
    text-align: center;
    border-left: 1px solid #e6e6e6;
  }

  /*   #header .navlist #navUl .navpro:first-child a {
        color: #f19725
    } */
  #header .navlist #navUl .navpro:hover > a {
    color: #fff !important;
  }

  #header .navlist #navUl .navpro:hover {
    background-color: #f19725;
    color: #fff !important;
  }

  #header .navlist #navUl .navpro:hover .sonlist {
    display: block;
  }

  #header .sonlist {
    background-color: #f19725;
    height: 5vw;
    width: 100%;
    z-index: 9999;
    border: 0;
    position: absolute;
    left: 0;
    line-height: 5vw;
    box-sizing: border-box;
    display: none;
  }

  #header .sonlist ul {
    display: flex;
    position: absolute;
    top: 0;
    left: 678px;
  }

  #header .sonlist ul li {
    padding: 0 2vw;
    line-height: 5vw;
  }

  #header .sonlist ul li:hover {
    color: #fff;
  }

  #header .sonlist img {
    padding-top: 2vw;
    padding-left: 2vw;
    width: 194px;
    height: 30px;
  }

  #header ul li a {
    color: #333;
    font-family: MicrosoftYaHei;
    font-size: 1vw;
  }

  #header ul li a:hover {
    color: #fff;
    cursor: pointer;
  }

  #poSition {
    height: 14.9vw;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #f7f7f7;
    /* padding-bottom: 4vw;
    padding-top: 4vw; */
  }
  #poSition .Info {
    display: flex;
    flex-wrap: wrap;
  }
  #poSition .smMsg {
    width: 25vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #676767;
    padding: 1.2vw 0;
  }

  #poSition .smMsg p {
    padding-left: 2vw;
    font-size: 1vw;
  }

  #footer {
    width: 100vw;
    height: 15.7vw;
    display: flex;
    justify-content: space-between;
    background: #f19725;
    box-sizing: border-box;
  }

  #footer .leftinfo {
    display: flex;
  }

  #footer .leftinfo .logo {
    width: 4vw;
    height: 3vw;
    padding-left: 3vw;
    padding-top: 5vw;
  }

  #footer .leftinfo .sHys {
    padding-left: 2vw;
    padding-top: 4vw;
    display: flex;
    flex-direction: column;
    color: #f7f7f7;
  }

  #footer .leftinfo .sHys h4 {
    font-size: 1vw;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0vw;
    padding-top: 0.2vw;
  }

  #footer .leftinfo .sHys .enterprise {
    font-size: 0.9vw;
    padding-top: 1vw;
    text-align: left;
    padding-right: 100px;
    line-height: 2vw;
    display: flex;
  }

  #footer .leftinfo .sHys .enterprise span {
    font-size: 1.7vw;
    letter-spacing: 0vw;
    color: #f7f7f7;
    padding-left: 0.3vw;
  }

  #footer .footerlogo {
    width: 12.4vw;
    height: 1.9vw;
  }

  #footer .rightinfo {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding-top: 4vw;
  }

  #footer .rightinfo ul {
    padding-right: 4vw;
    color: #fff;
  }

  #footer .rightinfo ul li {
    line-height: 2vw;
    text-align: center;
    color: #f2f2f2;
  }

  #footer .rightinfo ul li a {
    font-size: 0.9vw;
  }

  #footer .rightinfo ul li:first-child {
    color: #fff;
    font-size: 1vw;
    font-weight: bold;
  }

  #footer .rightinfo ul li:nth-child(2) {
    padding-top: 1vw;
  }

  .keepOnrecord {
    width: 100vw;
    height: 3.2vw;
    padding-left: 9.2vw;
    padding-top: 0.4vw;
    font-size: 0.9vw;
    color: #f9d7ab;
    display: flex;
    box-sizing: border-box;
  }

  .keepOnrecord div {
    height: 1.3vw;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0vw;
    color: #f7f7f7;
    border: solid 0.1vw #f6f6f6;
    font-size: 0.7vw;
    margin-left: 0.6vw;
    padding-right: 1vw;
    box-sizing: border-box;
  }

  .keepOnrecord span {
    display: inline-block;
    box-sizing: border-box;
    width: 1.2vw;
    height: 1.2vw;
    line-height: 1.2vw;
    text-align: center;
    font-size: 0.7vw;
    color: #f19725;
    background-color: #f6f6f6;
  }
}

@media screen and (max-width: 799px) {
  .banner {
    width: 100vw;
    height: 86.6vw;
    background: url("../images/indexphonebanner.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
  }
  .ggImg {
    width: 100vw;
  }
  .msgcard {
    display: flex;
    flex-direction: column;
  }

  .cardinfo {
    width: 100vw;
    height: 55.8vw;
    position: relative;
  }

  .cardinfo img {
    width: 100vw;
    height: 55.8vw;
  }

  .cardinfo .cardinfomsg {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 5.2vw;
    left: 2.7vw;
  }

  .cardinfo .cardinfomsg p {
    display: flex;
    flex-direction: column;
    line-height: 6.4vw;
    letter-spacing: 0.3vw;
    font-size: 3.4vw;
    color: #333;
    padding-top: 10.4vw;
    font-weight: normal;
    font-stretch: normal;
  }

  .cardinfo .cardinfomsg h3 {
    font-size: 4.3vw;
    letter-spacing: 0.4vw;
    color: #333;
    font-weight: normal;
    font-stretch: normal;
  }

  .Mong {
    display: none;
  }

  .phonenav {
    display: block;
  }

  #header .top img {
    width: 8.9vw;
    height: 6.5vw;
    line-height: 6.5vw;
  }

  #header {
    width: 100vw;
    height: 13.3vw;
    background-color: #fcfcfc;
  }

  #header .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding-left: 2.7vw;
  }

  .logomsg {
    display: flex;
    flex-direction: column;
    font-size: 2.1vw;
    color: #090806;
    padding-left: 1.1vw;
    justify-content: center;
  }

  .titleleft {
    width: 25.9vw;
    height: 6.5vw;
    display: flex;
  }

  .logomsg span:last-child {
    font-size: 1.8vw;
  }

  #header .top .phonenav {
    width: 4.4vw !important;
    height: 3.3vw !important;
    padding: 5vw 5.3vw;
  }

  #header .top .phonenav:active {
    background-color: #f19725;
  }

  .sonlist img {
    display: none;
  }

  .navlist {
    background-color: #f19725;
    width: 100vw;
    display: none;
    position: absolute;
    z-index: 9999;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  #navUl {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }

  #navUl .navpro:first-child {
    display: none;
  }

  #navUl .navpro a:first-child {
    line-height: 8vw;
  }

  #navUl .navpro .sonlist ul {
    width: 100%;
    display: flex;
    font-weight: normal;
    padding-left: 7vw;
  }

  #navUl .navpro .Psonlist ul {
    width: 100%;
    display: flex;
    font-weight: normal;
    padding-left: 7vw;
  }

  #navUl .navpro .sonlist ul li {
    padding-right: 6vw;
  }

  #navUl .navpro .Psonlist ul li {
    padding-right: 6vw;
  }

  #navUl .navpro {
    width: 100vw;
    height: 13.3vw;
    background-color: #f19725;
    letter-spacing: 0.3vw;
    color: #fcfcfc;
    display: flex;
    font-weight: bold;
    text-align: left;
    padding-left: 2.6vw;
    box-sizing: border-box;
  }

  #navUl .navpro:nth-child(2) {
    margin-top: 4.8vw;
  }

  #navUl .navpro a {
    font-size: 3.4vw;
  }

  #poSition {
    display: flex;
    flex-wrap: wrap;
  }

  #poSition .smMsg {
    width: 49.9vw;
    height: 21vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.4vw;
    color: #333;
    letter-spacing: 0.3vw;
    background-color: #f7f7f7;
    box-sizing: border-box;
  }
  #poSition .Info {
    display: flex;
    flex-wrap: wrap;
  }
  #poSition .smMsg:first-child {
    border-bottom: 0.1vw solid #ebebeb;
    border-right: 0.1vw solid #ebebeb;
  }

  #poSition .smMsg:nth-child(2) {
    border-bottom: 0.1vw solid #ebebeb;
  }

  #poSition .smMsg:nth-child(3) {
    border-right: 0.1vw solid #ebebeb;
  }

  #poSition .smMsg:first-child img {
    width: 6.5vw;
    height: 6.2vw;
    padding-right: 5.7vw;
  }

  #poSition .smMsg:nth-child(2) img {
    width: 4.2vw;
    height: 6.4vw;
    padding-right: 7.5vw;
  }

  #poSition .smMsg:nth-child(3) img {
    width: 4.9vw;
    padding-right: 4.6vw;
    height: 7.2vw;
  }

  #poSition .smMsg:last-child img {
    width: 5.5vw;
    padding-right: 5vw;
    height: 6.4vw;
  }

  #footer {
    width: 100vw;
    height: 137.7vw;
    box-sizing: border-box;
  }

  #footer .leftinfo {
    display: flex;
  }

  #footer .leftinfo .logo {
    width: 8.9vw;
    height: 6.5vw;
    padding: 9.8vw 3.7vw 0 2.7vw;
  }

  #footer .leftinfo .sHys {
    padding-top: 6.1vw;
  }

  #footer .leftinfo .sHys img {
    width: 21.2vw;
    height: 3.3vw;
  }

  #footer .leftinfo h4 {
    letter-spacing: 0vw;
    color: #f7f7f7;
    font-size: 3.4vw;
  }

  #footer .leftinfo .enterprise {
    padding-top: 3.1vw;
    display: flex;
    align-items: center;
    font-size: 4.3vw;
    color: #f7f7f7;
  }

  #footer .leftinfo .enterprise p {
    letter-spacing: 0vw;
    color: #f7f7f7;
    font-size: 3.4vw;
    padding-right: 2.6vw;
  }

  #footer .rightinfo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 2.6vw;
    padding-top: 3.3vw;
  }

  #footer .rightinfo ul {
    width: 47.3vw;
    height: 30.3vw;
    font-size: 3.7vw;
    letter-spacing: 0.2vw;
    color: #f2f2f2;
    margin-top: 8.5vw;
  }

  #footer .rightinfo ul a {
    font-size: 3.4vw;
    color: #f2f2f2;
    letter-spacing: 0.2vw;
  }

  #footer .rightinfo ul li:first-child {
    font-weight: bold;
  }

  #footer .rightinfo ul li {
    line-height: 8.9vw;
  }

  .keepOnrecord {
    width: 100vw;
    box-sizing: border-box;
    border-top: 0.1vw solid #e28c20;
    display: flex;
    padding: 0 10vw 2vw 2.8vw;
    overflow: hidden;
  }

  .keepOnrecord p {
    font-size: 3.4vw;
    color: #f9d7ab;
    margin-top: 4.2vw;
  }

  .keepOnrecord div {
    height: 100%;
    line-height: 3.6vw;
    font-size: 2.1vw;
    padding-right: 1vw;
    letter-spacing: 0vw;
    color: #f7f7f7;
    border: 1px solid #f7f7f7;
    margin-left: 1.8vw;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 4.8vw;
    padding-left: 3.6vw;
    position: relative;
    box-sizing: border-box;
  }

  .keepOnrecord span {
    display: inline-block;
    text-align: center;
    width: 3.6vw;
    height: auto;
    /* line-height: 3.6vw; */
    font-size: 2.5vw;
    color: #f19725;
    background-color: #f7f7f7;
    position: absolute;
    top: 0;
    left: 0;
  }

  #router {
    overflow-x: hidden;
  }
}
