.navmenu {
    position: relative;
    box-sizing: border-box;
    padding: 0 10px;
    border-radius: 10px;
    background: #435055;
    font-size: 14px;
  }
  
  .navmenu input,
  .navmenu label {
    display: none;
  }
  
  .navmenu-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #435055;
  }
  
  .navmenu-item {
    display: inline-block;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    line-height: 59px;
    font-size: 14px;
    transition: color .2s;
  }
  
  .navmenu-item:hover {
    color: #fff;
    text-decoration: underline;
  }
  
  @media screen and (max-width: 998px) {
    .navmenu {
      border-radius: 0;
    }
  
    .navmenu label {
      display: block;
      text-align: center;
      width: 100%;
      line-height: 49px;
      font-size: 18px;
      color: #fff;
    }
  
    .navmenu input {
      display: none;
    }
  
    .navmenu-list {
      z-index: 1;
      position: absolute;
      left: 0;
      top: 100%;
      flex-direction: column;
      width: 100%;
      background: #fff;
      opacity: 0;
      pointer-events: none;
      transition: all .2s;
    }
  
    .navmenu input:checked~.navmenu-list {
      opacity: 1;
      pointer-events: visible;
    }
  
    .navmenu-item {
      text-align: center;
      width: 100%;
      margin-top: 5px;
      background: #5c787c;
    }
  }
  
  
  .service,
  .service-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .service {
    box-sizing: border-box;
    padding: 20px 80px;
  }
  
  .service-item img {
    display: inline-block;
    width: 30px;
    height: auto;
  }
  
  .service-content {
    margin-left: 5px;
  }
  
  .service-content p {
    margin: 0;
    font-size: 12px;
    color: #0f246e;
  }
  
  @media screen and (max-width: 850px) {
    .service {
      padding: 0 0 0 10%;
    }
  
    .service-item {
      justify-content: flex-start;
      width: calc(100% / 2);
      margin: 10px 0;
    }
  }
  
  @media screen and (max-width: 500px) {
    .service {
      padding: 0 0 0 0;
    }
  
    .service-item:nth-child(1),
    .service-item:nth-child(3) {
      width: 55%;
    }
  
    .service-item:nth-child(2),
    .service-item:nth-child(4) {
      width: 45%;
    }
  }
  
  
  .selling {
    margin-top: 40px;
  }
  
  .selling-title {
    display: inline-block;
    max-width: 460px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 40px;
    border-radius: 0 20px 20px 0;
    background: #435055;
    line-height: 64px;
    font-size: 24px;
    color: #fff;
  }
  
  .selling-title span {
    color: #f1ce65;
  }
  
  .selling-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .selling-item {
    cursor: pointer;
    width: calc(100% / 5 - 10px);
    margin-top: 15px;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .selling-item img {
    display: block;
    width: 100%;
    transition: all .3s;
  }
  
  .selling-item:hover img {
    transform: scale(1.1);
  }
  
  @media screen and (max-width: 998px) {
    .selling-title {
      max-width: 300px;
      width: 100%;
      padding-left: 20px;
      border-radius: 0 15px 15px 0;
      line-height: 49px;
      font-size: 18px;
    }
  
    .selling-item {
      width: calc(100% / 2 - 10px);
    }
  }
  
  
  
  /* banner */
  .bnr {
    position: relative;
    margin-bottom: 15px;
  }
  
  .bnr img {
    display: block;
    width: 100%;
  }
  
  .bnr-content {
    position: absolute;
  }
  
  .bnr-content h3 {
    margin: 0 0 20px 0;
    letter-spacing: 1px;
    line-height: 32px;
    font-size: 28px;
    font-weight: normal;
    color: inherit;
  }
  
  .bnr-content h4 {
    margin: 0 0 20px 0;
    letter-spacing: 1px;
    line-height: 26px;
    font-size: 22px;
    font-weight: normal;
    color: inherit;
  } 
  
  .bnr-content p {
    margin: 0;
    line-height: 24px;
    font-size: 16px;
    color: inherit;
  }
  
  .white.bnr-content {
    color: #fff;
  }
  
  .bnr-1 .bnr-content {
    position: absolute;
    right: 71.5%;
    top: 16%;
    width: 24%;
    text-align: center;
}
  
  .bnr-1 .bnr-content .logo {
    width: 95px;
  }
  
  .bnr-1 .bnr-content h3 {
    margin: 20px 0 0 0;
    line-height: 40px;
    text-align: left;
    width: 188%;
    font-size: 35px;
    color: white;
    font-family: Helvetica-Regular;
  }
  
  .bnr-1 .bnr-content p {
    margin: 35px 0 20px 0;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
    text-align: left;
    font-family: Helvetica Neue;
    width: 113%;
  }
  .bnr-1 .bnr-content span{
    line-height: 20px;
    font-size: 16px;
    color: #000;
    font-family: Helvetica Neue;
    background-color: #fff;
    width: 125px;
    padding: 2px 10px;
    border-radius: 7px;
    text-align: left;
    position: relative;
    left: -13%;
    top: 20px;
  }
  .bnr-1 .bnr-content img {
    display: inline-block;
    width: 35px;
  }
  
  .bnr-2 .bnr-content {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    width: 51%;
    height: 100%;
    
  }
  .bnr-2 .bnr-side {
    width: 60%;
    margin: 27% auto 0;
    position: absolute;
    left: 29%;
  }
  .bnr-2 .bnr-side h3 {
    width: 100%;
    display: inline-block;
  }
  .bnr-2 .bnr-content span{
    height: 2px;
    width: 150px;
    display: inline-block;
    margin-bottom: 4%;
  }
  .bnr-2 .bnr-side img {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  
  
  .bnr-3 .bnr-content {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    width: 52%;
    height: 100%;
  }
  .bnr-3 .bnr-side {
    width: 60%;
    margin:42% auto 0;
  }
  .bnr-3 .bnr-side h3 {
    width: 100%;
    display: inline-block;
  }
  .bnr-3 .bnr-content span{
    height: 2px;
    width: 150px;
    background-color: #333;
    display: inline-block;
    margin-bottom: 4%;
  }
  .bnr-3 .bnr-side img {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  
  
  .bnr-4 .bnr-content {
    position: absolute;
    
    bottom: 3%;
    display: flex;
    width: 51%;
    height: 100%;
  }
  .bnr-4 .bnr-side {
    width: 64%;
    margin: 34% auto 0;
    position: absolute;
    left: 27%;
}
  .bnr-4 .bnr-side h3 {
    width: 100%;
    display: inline-block;
  }
  .bnr-4 .bnr-content span{
    height: 2px;
    width: 150px;
    background-color: #fff;
    display: inline-block;
    margin-bottom: 4%;
  }
  .bnr-4 .bnr-side img {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  
  
  
  
  @media screen and (max-width: 768px) {
    .bnr {
      margin-bottom: 15px;
    }
   .bnr-1 .bnr-content h3 {
    position: absolute;
    top: -68%;
    left: 141%;
    transform: scale(.6);
    width: 202%;
  }
  .bnr-2 h3 {
    margin: 0 0 20px 0;
    letter-spacing: 1px;
    line-height: 15px;
    font-size: 10px;
    font-weight: normal;
    color: inherit;
}
    .bnr-content h4 {
      margin: 0 0 10px 0;
      line-height: 20px;
      font-size: 14px;
    }
    .bnr-1 .bnr-content p {
      line-height: 18px;
      font-size: 12px;
      position: relative;
      top: 23px;
      left: 181%;
  }
  .bnr-1 .bnr-content span {
    line-height: 20px;
    font-size: 13px;
    color: #000;
    font-family: Helvetica Neue;
    background-color: #fff;
    width: 153px;
    padding: 2px 10px;
    border-radius: 7px;
    text-align: left;
    position: absolute;
    left: 181%;
    top: 103px;
}
    .bnr-2 .bnr-content p {
      line-height: 18px;
      font-size: 12px;
      position: relative;
      top: 11%;
      left: 0%;
  }
  
    .bnr-1 .bnr-content {
      width: 70%;
      top: 50%;
      transform: translate(-50%, -50%) scale(.5);
      transform-origin: center;
    }
    
    .bnr-1 .bnr-content h3 {
      margin: 10px 0 0 0;
    }
  
    .bnr-1 .bnr-content p {
      margin: 0 0 10px 0;
    }
  
    .bnr-2 .bnr-content {
      width: 60%;
      left: 2%;
    }
  
    .bnr-2 .bnr-side {
      width: 100%;
      transform: scale(0.7);
      transform-origin: 0 0;
      position: absolute;
      left: 6%;
      top: -12%;
    }
  
    .bnr-2 .bnr-side h3 {
      margin: 0 0 5px 0;
      padding: 0 0 5px 0;
    }
  
    .bnr-2 .bnr-side img,
    .bnr-3 .bnr-side img {
      display: none;
    }
  
    .bnr-3 .bnr-content {
      width: 43%;
    }
  
    .bnr-3 .bnr-side {
      width: 100%;
      transform: scale(0.7);
      transform-origin: 0 0;
    }
    .bnr-4 .bnr-side {
      width: 100%;
      transform: scale(0.7);
      transform-origin: 0 0;
    }
    .bnr-4 .bnr-content {
      width: 60%;
      top: -50%;
      left: 2%;
  }
  }
  
  
  .view {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    background-color: #f7f8f9;
  }
  
  .view-img {
    position: relative;
    width: 60%;
  }
  
  .view-img img {
    display: block;
    width: 100%;
  }
  
  .view-label {
    position: absolute;
    color: #fff;
    font-size: 14px;
  }
  
  .view-label:nth-of-type(1) {
    top: 19%;
    left: 35%;
  }
  
  .view-label:nth-of-type(2) {
    top: 42%;
    left: 81%;
  }
  
  .view-label:nth-of-type(3) {
    top: 77%;
    left: 35%;
  }
  
  .view-label:nth-of-type(4) {
    bottom: 10%;
    left: 10%;
  }
  
  .view-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
    box-sizing: border-box;
    padding: 0 40px;
  }
  
  .view-content h3 {
    margin: 0 0 20px 0;
    letter-spacing: 1px;
    line-height: 32px;
    font-size: 28px;
    font-weight: normal;
  }
  
  .view-content ul {
    margin: 0;
    padding: 0 0 0 20px;
  }
  
  .view-list li {
    list-style: disc;
    line-height: 28px;
    font-size: 16px;
  }
  
  @media screen and (max-width: 768px) {
    .view {
      flex-direction: column;
      margin-bottom: 15px;
    }
  
    .view-label {
      transform: scale(.8);
      transform-origin: left top;
    }
  
    .view-label:nth-of-type(4) {
      bottom: 5%;
      left: 5%;
    }
  
    .view-img,
    .view-content {
      width: 100%;
    }
  
    .view-content {
      padding: 20px;
    }
  
    .view-content h3 {
      margin: 0 0 10px 0;
      line-height: 22px;
      font-size: 18px;
    }
  
    .view-list li {
      line-height: 18px;
      font-size: 12px;
    }
  }
  
  
  
  /* symbol-list */
  .symbol-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 25%;
  }
  
  .symbol-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% / 3);
    margin-top: -45px;
  }
  
  .symbol-item span {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
  }
  
  @media screen and (max-width: 768px) {
    .symbol-item {
      display: none;
      
    }
    .symbol-list {
      width: 100%;
      margin-top: 0;
    }
  
    .symbol-item span {
      font-size: 12px;
    }
  }
  
  
  .trd{
    height: 587.95px;
  }
  .trd img{
    height: 100%;
  }
  .focus {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 96%;
    margin: 0 auto;
  }
  
  .focus-item {
    position: relative;
    width: calc(100% / 2 - 10px);
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .focus-item img {
    display: block;
    width: 100%;
  }
  
  .focus-content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 30px;
    color: #fff;
  }
  
  .focus-content .focus-icon {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10%;
  }
  
  .focus-content .focus-icon img {
    display: inline-block;
    width: 40px;
  }
  
  .focus-content .focus-icon span {
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
  }
  
  .focus-item h4 {
    margin: 40px 0 20px 0;
    line-height: 28px;
    font-size: 24px;
    font-weight: normal;
  }
  
  .focus-item p {
    width: 100%;
    margin: 0;
    line-height: 24px;
    font-size: 14px;
  }
  
  @media screen and (max-width: 768px) {
    .focus-item {
      width: 100%;
    }
  
    .focus-item h4 {
      margin: 20px 0 10px 0;
      line-height: 20px;
      font-size: 16px;
    }
  
    .focus-item p {
      margin: 0 0 4px 0;
      line-height: 10px;
      font-size: .10rem !important;
      width: 105%;
  }
  }
  
  
  .goods-info {
    width: 96%;
    margin: 0 auto;
  }
  
  .goods-title {
    text-align: center;
    margin: 40px 0;
    color: #333;
  }
  
  .goods-info .goods-title img {
    display: inline-block;
    width: 215px;
    margin: 0;
  }
  
  .goods-info .goods-title h3 {
    margin: 0;
    text-align: center;
    letter-spacing: 1px;
    line-height: 32px;
    font-size: 28px;
    font-weight: normal;
  }
  
  .goods-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  
  
  
  .goods-list li {
    list-style: none;
    width: calc(100% / 1);
    line-height: 30px;
  }
  .alone.goods-list li {
    width: 100%;
  }
  .goods-info .goods-title-2{
    display: flex;
    flex-wrap: nowrap;
    padding: 3% 5% 3% 5%;
  }
  .goods-info .goods-title-2 img{
    width: 100%;
    display: inline-block;
  }
  .goods-info .goods-title-2 span{
    background-color: #333;
    height: 250px;
    width: 3px;
    display: inline-block;
    margin: auto;
    margin-left: 5%;
  }
  .goods-info .goods-title-3{
    width: 60%;
    margin: auto;
    padding-left: 5%;
  }
  
  @media screen and (max-width: 768px) {
    .goods-info .goods-title img {
      width: 128px;
    }
    
    .goods-info .goods-title h3 {
      line-height: 22px;
      font-size: 18px;
    }
  
    .goods-info img {
      margin: 20px 0;
    }
  
    .goods-list {
      flex-direction: column;
    }
  
    .goods-list li {
      width: 100%;
      line-height: 16px;
      font-size: 12px;
    }
  
  
    .goods-info .goods-title-2{
      display: flex;
      flex-wrap: wrap;
      border: solid 2px #333;
      padding: 1%;
    }
    .goods-info .goods-title-2 img{
      width: 100%;
      display: inline-block;
    }
    .goods-info .goods-title-2 span{
      display: none;
    }
    .goods-info .goods-title-3{
      width: 90%;
      margin: auto;
      
      
    }
  
  }