
  .navbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: #fff;
      transition: padding 0.4s;
      margin-bottom: 0px;
      padding: 0;
      z-index: 2;
  }

  .index_bar {
      padding-top: 40px;
  }

  .header_nav {
      width: 100%;
  }

  .index_nav {
      width: 100%;
      /* margin-bottom: 50px; */
  }

  .fiexe {
      background-color: #333 !important;
      color: #fff !important;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 10;
  }

  .indexMenu>a {
      color: #000;
  }

  .web_logo {
      width: 100%;
  }


  .nav_line>li {
      float: left;
  }

  .nav_line {
      width: 100%;
      height: 80px;
      background-color: #363636;
      color: #fff;
      display: flex;
      align-items: center;
      z-index: 1000;
      position: relative;
      z-index: 1;
  }

  .imgTit {
      width: 100%;
      height: 140px;
      text-align: center;
      margin-bottom: 2vh;
      transform: scale(1);
      position: relative;
  }

  .img_title {
      cursor: pointer;
      width:55%;
  }
  .img_title>img {
      width: 100%;
  }
  .img_titlei {
      cursor: pointer;
      margin-bottom: 20px;
      margin-top: 20px;
  }

  .showmm {
      width: 100%;
      height: 200px;
      position: relative;
      margin: 0 auto;
      /* background-image: url(../../../Contant/img/inbg.jpg);
     background-size: 100% 100%;
     background-repeat: no-repeat;
     background-position: center center; */
      background: linear-gradient(top, white, #fefefe);
      background: -ms-linear-gradient(top, white, #fefefe);
      background: -webkit-linear-gradient(top, white, #fefefe);
      background: -moz-linear-gradient(top, white, #fefefe);
  }

  .headNav {
      width: 100%;
      /* position: fixed;
     top: 0;
     z-index: 10; */
      /* padding-top: 100px;
     display: flex;
     justify-content: center;
     flex-direction: column;
     align-items: center;   */
  }


  .titleChange {
      position: absolute;
      left: 0;
      top: 20px;


  }

  /* container */
  .contain {
      width: 100%;
  }

  .bgblue {
      background: #1164bd;
      width: 100%;
      height: 100%;
  }

  .header_top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 2rem 0px;
      height: 6.3rem;
  }

  .header_topi {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0;
      height: auto;
  }

  .connectUS,
  .lianxi {
      font-size: 16px;
      float: right;
      width: 100%;
      text-align: right;
      margin-bottom: 14px;
  }
  .en,
  .connectUS>span>img {
      cursor: pointer;
  }

  .en {
      color: #333 !important;
  }

  .en:hover {
      color: #ccc !important;
  }

  .splic {
      cursor: default;
      /* color: rgb(85, 73, 73); */
      margin: 0px 5px;
  }

  .connectUS>span>a {
      color: #000;
  }

  .connectUS>span>a:hover {
      text-decoration: none;
      color: #ccc;
  }

  .connectUS>span>a:hover {
      text-decoration: none;
  }

  .indexHead span,
  .indexHead a {
      color: #FFF;
  }

  .lianxi {
      margin: 60px 0px 10px;
  }

  .lianxi span,
  .lianxi a {
      color: #FFF;
  }

  .menus {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 100%;
      z-index: 100;
  }

 
   .menus>a {
       color: #fff;
       font-size: 1.1rem;
       font-family: 'times new roman';
       cursor: pointer;
       height: 80px;
       line-height: 80px;
       text-decoration: none;
       position: relative;
       float: left;
       margin-right: 2.5%;
   }

   .menus>a:last-child:hover {
       text-decoration: underline;
   }


  .indexMenu>a {
      color: #000;
  }

  .menus>a:last-child:hover {
      text-decoration: underline;
  }

  #line {
      width: 0px;
      height: 4px;
      border-radius: 5px;
      background-color: #d60a07;
      margin: 0 auto;
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px;
      transition: width 400ms linear;
  }


  .lastLi {
      margin-right: 16% !important;
  }

  .navActive {
      border-bottom: 4px solid #d60a07;
      transition: width 800ms linear;
  }



  .menuSearch {
      background-color: #fff;
      border: 1px solid #ccc;
      border-radius: 20px;
      padding: 0px 10px 0px 15px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 12.5rem;
      height: 40px;
  }

  .menuSearch>input {
      border: 0px;
      outline: 0px;
      width: 85%;
      background-color: #fff;
      margin-right: 10px;
  }

  .menuSearch>input::placeholder {
      font-size: 16px;
      color: #b1b1b1;
  }
  .userCenter{
      display: flex;
  }

  .loginIn {
      color: #fff;
      display: inline-block;
      max-width: 120px;
      height: 40px;
      overflow: hidden;
      margin-right: 0px !important;
      font-size: 0.8rem !important;
      line-height: 40px;
      margin-left:5px;
      text-align: left;
      cursor: pointer;
       
  }


  .loginName,
  .loginName:hover {
        color: #fff !important;
  }


  .menuSearch>button {
      border: 0px;
      outline: 0;
      background: none;

  }

  .fixed {
      position: fixed;
      top: 0px;
      left: 0px;
      z-index: 200;
  }

  .logoper {
      margin-left: 1%;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .personCent {
      height: 100%;
      position: relative;

  }

  .man {
      width: 37px;
      height: 37px;
      cursor: pointer;
   }
/* 
  .man:hover {
      transform: scale(0.9);
  } */

  .personalIndex {
      width: 170px;
      height:130px;
      background: #fff;
      border: 1px solid #ccc;
      position: absolute;
      top:80px;
      left: -1.5rem;
      border-radius: 5px;
      padding: 20px;
      display: none;
      z-index: 1;
  }

.personalIndex1{
     position: absolute;
     top:70px;
}
  .trigon {
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #fff;
      position: absolute;
      top: -10px;
      left: 23%;
  }

  .personalIndex>a {
      display: block;
      color: #909090 !important;
      font-size: 16px;
      cursor: pointer;
      line-height: 45px;
  }

  .personalIndex>a:hover {
      color: #000 !important;
      text-decoration: none;
  }

  /* footer */
footer {
    width: 100%;
    background-color: #363636;
    color: #fff;
}

footer>hr {
    border-top: 2px solid #424242;
    margin: 0 auto;

}

footer>div>div>h4 {
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
}

 

.followUs {
    color: #8d8d8d;
    font-size: 16px;
}

footer>div>div>ul>li {
    display: flex;
    float: left;
}

.footerLink {
    height: 200px;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
} 

.footNames {
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footNames>img {
    margin-right: 20%;
    cursor: pointer;
}

.foot_secondiv {
    width: 100%;
    background-color: #262626;
    padding: 20px;
}
.foot_line1>hr {
    height: 1px;
    width: 100%;
    background-color: #535353;
    margin: 0;
} 
.foot_line2 {
    display: flex;
    justify-content: space-between;
}



.foot_secondiv>span,
.foot_secondiv>div>span,
.footerBar>a,
.footerBar>a:hover {
    color: #8D8D8D;
}

.footerBar>a:nth-child(2) {
    cursor: pointer;
}

footer>div>div>ul>li,
.foot_secondiv>span,
.foot_secondiv>div>span,
.footerBar>a {
    font-size: 16px;
}

.footerBar>a {
    margin-right: 10px;
}

.foot_secondiv>div>span {
    margin-right: 0.5vw;
}

 .icon1,
 .icon2,
 .icon3 {
    width: 20px;
    height: 20px;
    position: relative;
    top: 7px;
}

.icon4 {
    width: 20px;
    height: 20px;
    position: relative;
    bottom: 2px;
}

.footerAddress{
    display: block;
}


.attention_us {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    margin-left: 15px;
}

.linkUs {
    margin-top: 20px;

}


.linkUs>img:nth-child(1) {
    margin-right: 10px;
}


.modals {
    width: 8rem;
    height: 8rem;
    position: absolute;
    bottom: -38px;
    right: -25px;
    text-align: center;
}

.modals>img {
    width: 100%;
    height: 100%;
}

.modals>p {
    background-color: #fff;
    color: #000;
    padding-bottom: 10px;
    font-size: 16px;
    color: #909090;
}

.linkLogo {
    width: 33px;
    height: 33px;
    cursor: pointer;
}

.firendLink,
.gostweb {
    color: #909090 !important;
    font-size: 16px;
    cursor: pointer;
}
.logos{
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
    color: #8D8D8D;
    margin-bottom: 15px;
}
.logos li{
    float: left;
    display: flex;
    justify-content: flex-start;
   
}
.footerAddress{
    font-size: 16px;
    color: #8D8D8D;
    display: flex;
    align-items: center;
}
.logos>li:nth-child(1)>div{
    margin-left: 0px !important;
}