html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif !important;
  font-weight: 400;
  font-size: 100px;
  min-width: 350px;
}

body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  text-align: center;
  font-size: 16px;
}

.none {
  display: none !important;
}

@media screen and (min-width: 50px) {
  .topheader {
    z-index: 10001;
    position: fixed;
    height: 3rem;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    box-shadow: 0px 2px 7px 9px rgba(19, 4, 8, 0.1);
    background: white;
  }
  .topheader .header-search {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    background: white;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    padding: 0 0.75rem;
    box-sizing: border-box;
  }
  .topheader .header-search .header-search-con {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 0.75rem;
  }
  .topheader .header-search input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
  }
  .topheader .header-search input {
    color: #1d1313;
    outline: 0;
    border: 0;
    width: 70%;
    border-bottom: 1px solid #0064ca;
    padding: 6px 0.3rem;
    font-size: 14px;
  }
  .topheader .header-search .iconsousuo {
    cursor: pointer;
    font-size: 18px;
    color: #0064ca;
  }
  .topheader .header-search .iconshanchu {
    cursor: pointer;
    margin: 0 0.525rem;
    font-size: 18px;
    color: #0064ca;
  }
  .topheader .header-search .search-body {
    width: 100%;
    background: white;
    position: absolute;
    left: 0;
    top: 80%;
    overflow: auto;
    max-height: 320px;
  }
  .topheader .header-search .search-body .search-body.con {
    width: 100%;
  }
  .topheader .header-search .search-body .search-item {
    color: #333333;
    text-decoration: none;
    height: 1.51rem;
    display: block;
    line-height: 1.51rem;
    cursor: pointer;
    font-size: 16px;
    padding: 0 0.8rem;
    text-align: left;
    box-sizing: border-box;
    width: 80%;
    margin: 0 auto;
    max-width: 1400px;
  }
  .topheader .header-search .search-body .search-item:hover {
    color: #023b96;
  }
  .topheader .topheader-con {
    display: flex;
    width: 100%;
    margin: 0 auto;
    height: 3rem;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.25rem;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    top: 0%;
    box-sizing: border-box;
    z-index: 1001;
  }
  .topheader .topheader-con .topheader-icon {
    width: 12.3rem;
    cursor: pointer;
  }
  .topheader .topheader-con .topheader-body {
    height: 100%;
    display: none;
    margin-left: 0.8rem;
  }
  .topheader .topheader-con .topheader-body .topheader-item {
    height: 100%;
    line-height: 1.3rem;
    font-size: 12px;
    margin-right: 0.51rem;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    white-space: nowrap;
  }
  .topheader .topheader-con .topheader-body .topheader-item a {
    display: block;
    text-decoration: none;
    color: #333333;
  }
  .topheader .topheader-con .topheader-body .topheader-item a:hover {
    color: #023b96;
  }
  .topheader .topheader-con .topheader-body .topheader-item:last-child {
    margin-right: 0;
  }
  .topheader .topheader-con .topheader-body .topheader-item:hover {
    color: #0064ca;
  }
  .topheader .topheader-con .topheader-body .topheader-item:hover .topheader-item-detail {
    max-height: 5.425rem;
  }
  .topheader .topheader-con .topheader-opreation {
    margin-left: 0.5rem;
    display: flex;
    align-items: center;
  }
  .topheader .topheader-con .topheader-opreation .iconyingwen {
    display: inline-block;
    margin-left: 0.17rem;
    color: #0064ca;
  }
  .topheader .topheader-con .topheader-opreation i {
    flex-shrink: 0;
    cursor: pointer;
    font-size: 1.25rem;
  }
  .topheader .topheader-con .topheader-opreation .iconsousuo {
    font-weight: 500;
  }
  .topheader .topheader-con .topheader-opreation .header-toggle {
    margin: 0 1rem;
  }
  .topheader .topheader-con .topheader-opreation img {
    flex-shrink: 0;
    display: none;
    cursor: pointer;
    margin-left: 0.13rem;
    height: 0.575rem;
    width: 1.05rem;
  }
}

@media screen and (min-width: 50px) and (max-width: 640px) {
  .topheader .topheader-con .topheader-opreation {
    margin-left: 16px;
  }
  .topheader .topheader-con i {
    font-size: 24px;
  }
}

@media screen and (min-width: 50px) {
  .topheader .m-header-manu {
    position: fixed;
    left: 100%;
    top: 0;
    height: 100%;
    width: 100%;
    padding-top: 3rem;
    box-sizing: border-box;
    background: white;
    transition: 0.3s ease;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 100;
  }
  .topheader .m-header-manu .m-header-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    margin: 0 0.74rem;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 2.5rem;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
  }
  .topheader .m-header-manu .m-header-item a {
    height: 100%;
    line-height: 2.5rem;
    text-decoration: none;
    outline: none;
    color: #333;
    font-size: 14px;
  }
  .topheader .m-header-manu .m-header-item i {
    line-height: 2.5rem;
    cursor: pointer;
    height: 100%;
    display: block;
    font-size: 16px;
    color: #333333;
  }
  .topheader .m-header-manu .m-header-item .m-header-item-detail {
    position: fixed;
    left: 100%;
    top: 0;
    height: 100%;
    width: 100%;
    padding-top: 3rem;
    box-sizing: border-box;
    background: white;
    transition: 0.3s ease;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .topheader .m-header-manu .m-header-item .m-header-item-detail a {
    display: block;
    margin: 0 0.75rem;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 2.5rem;
    font-size: 14px;
    text-align: left;
    color: #333;
  }
  .topheader .m-header-manu .m-header-item .m-header-item-detail i {
    display: block;
    margin: 0 0.75rem;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 2.5rem;
    font-size: 16px;
    text-align: left;
    color: #999;
  }
}

@media screen and (min-width: 50px) and (max-width: 460px) {
  .topheader .m-header-manu .m-header-item {
    height: 60px;
  }
  .topheader .m-header-manu .m-header-item a {
    line-height: 60px;
  }
  .topheader .m-header-manu .m-header-item .m-header-item-detail a {
    height: 60px;
    line-height: 60px;
  }
}

@media screen and (min-width: 50px) {
  .topheader .m-header-manu .m-header-language {
    width: 100%;
    text-align: center;
    margin-top: 2rem;
  }
  .topheader .m-header-manu .m-header-language img {
    width: 8%;
    margin-right: 5%;
  }
}

@media screen and (min-width: 980px) {
  .topheader {
    z-index: 10001;
    position: fixed;
    height: 1.365rem;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    box-shadow: 0px 2px 7px 9px rgba(19, 4, 8, 0.1);
    background: white;
    transition: 0.3s;
  }
  .topheader .m-header-manu {
    display: none;
  }
  .topheader .header-search {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 10000;
  }
  .topheader .header-search .header-search-con {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .topheader .header-search .header-search-con input {
    color: #1d1313;
    outline: 0;
    border: 0;
    width: 5.35rem;
    border-bottom: 1px solid #0064ca;
    padding: 0.2rem 0.2rem;
    font-size: 0.19rem;
  }
  .topheader .header-search .header-search-con .iconsousuo {
    cursor: pointer;
    font-size: 14px;
    transform: translateX(-0.43rem);
  }
  .topheader .header-search .header-search-con .iconshanchu {
    cursor: pointer;
    margin-left: 0.775rem;
    font-size: 14px;
    color: #0064ca;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16%;
  }
  .topheader .header-search .search-body .search-body-con {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    overflow: auto;
  }
  .topheader .header-search .search-body .search-body-con .search-item {
    font-size: 14px;
    line-height: 0.65rem;
    width: 6.35rem;
    height: 0.65rem;
    padding: 0 0.1rem;
    display: block;
  }
}

@media screen and (min-width: 980px) and (min-width: 1200px) {
  .topheader .header-search .search-body .search-body-con .search-item {
    width: 400px;
    height: 60px;
    line-height: 60px;
  }
}

@media screen and (min-width: 980px) {
  .topheader .topheader-con {
    width: 100%;
    margin: 0 auto;
    height: 1.36rem;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: flex-start;
    background: none;
  }
  .topheader .topheader-con .topheader-icon {
    width: 5.25rem;
  }
  .topheader .topheader-con .topheader-body {
    height: 100%;
    display: flex;
    margin-left: 0.775rem;
  }
  .topheader .topheader-con .topheader-body .topheader-item {
    height: 100%;
    line-height: 1.35rem;
    font-size: 0.215rem;
    margin-right: 0.5rem;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    white-space: nowrap;
  }
  .topheader .topheader-con .topheader-body .topheader-item a {
    display: block;
    text-decoration: none;
    color: #000;
  }
  .topheader .topheader-con .topheader-body .topheader-item .topheader-itema {
    font-weight: 900;
  }
  .topheader .topheader-con .topheader-body .topheader-item .topheader-itema-actieve {
    color: #023b96;
    font-weight: 900;
  }
  .topheader .topheader-con .topheader-body .topheader-item:last-child {
    margin-right: 0;
  }
  .topheader .topheader-con .topheader-body .topheader-item:hover {
    color: #023b96;
    font-weight: 900;
  }
  .topheader .topheader-con .topheader-body .topheader-item:hover .topheader-item-detail {
    height: 0.95rem;
    opacity: 1;
  }
  .topheader .topheader-con .topheader-body .topheader-item .topheader-item-detail {
    position: fixed;
    transition: 0.4s ease;
    height: 0;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 1.36rem;
    width: 100vw;
    max-width: 1920px;
    overflow: hidden;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 10px 7px 9px rgba(77, 66, 69, 0.1);
  }
  .topheader .topheader-con .topheader-body .topheader-item .topheader-item-detail .header-detail-item {
    color: #666;
    text-decoration: none;
    line-height: 1;
    width: auto;
    padding: 5px 0.625rem;
    font-size: 0.225rem;
    text-align: center;
    box-sizing: border-box;
    transition: 0.1s;
    background: none;
    font-weight: 400;
    border-right: 1px solid #999999;
  }
  .topheader .topheader-con .topheader-body .topheader-item .topheader-item-detail .header-detail-item:hover {
    font-weight: 900;
    color: #023b96;
  }
  .topheader .topheader-con .topheader-body .topheader-item .topheader-item-detail .header-detail-item:last-child {
    border: none;
  }
  .topheader .topheader-con .topheader-opreation {
    margin-left: 0.5rem;
  }
  .topheader .topheader-con .topheader-opreation .iconyingwen {
    display: inline-block;
    margin-left: 0.17rem;
    color: #0064ca;
  }
  .topheader .topheader-con .topheader-opreation i {
    cursor: pointer;
    font-size: 0.48rem;
  }
  .topheader .topheader-con .topheader-opreation .header-toggle {
    display: none;
  }
  .topheader .topheader-con .topheader-opreation img {
    display: inline-block;
    cursor: pointer;
    margin-left: 0.235rem;
    height: 0.4rem;
    width: 0.732rem;
  }
}

@media screen and (min-width: 1400px) {
  .topheader {
    z-index: 10001;
    position: fixed;
    height: 100px;
    width: 100%;
    max-width: 1920px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    box-shadow: 0px 2px 7px 9px rgba(19, 4, 8, 0.1);
    background: white;
    transition: 0.3s;
  }
  .topheader .header-search {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    width: 100%;
    max-width: 100%;
    height: 100%;
    z-index: 10000;
    border-top: 1px solid #eaeaea;
  }
  .topheader .header-search .header-search-con {
    flex-shrink: 0;
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .topheader .header-search .header-search-con input {
    color: #333333;
    outline: 0;
    border: 0;
    width: 330px;
    padding: 10px 20px;
    font-size: 14px;
    border-bottom: 1px solid #0064ca;
  }
  .topheader .header-search .header-search-con .iconsousuo {
    cursor: pointer;
    font-size: 24px;
    transform: translateX(-35px);
  }
  .topheader .header-search .header-search-con .iconshanchu {
    cursor: pointer;
    position: absolute;
    right: 1.3rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1620px) {
  .topheader .header-search .header-search-con .iconshanchu {
    right: 2.6rem;
    margin: 0;
  }
}

@media screen and (min-width: 1400px) {
  .topheader .topheader-con {
    width: 1400px;
    margin: 0 auto;
    height: 100px;
    display: flex;
    align-items: center;
  }
  .topheader .topheader-con .topheader-icon {
    width: 388px;
  }
  .topheader .topheader-con .topheader-body {
    height: 100%;
    display: flex;
    /*margin-left: 90px;*/
    z-index: 10003;
  }
  .topheader .topheader-con .topheader-body .topheader-item {
    height: 100%;
    line-height: 100px;
    font-size: 16px;
    margin-right: 36px;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
  }
  .topheader .topheader-con .topheader-body .topheader-item a {
    display: block;
    text-decoration: none;
  }
  .topheader .topheader-con .topheader-body .topheader-item:last-child {
    margin-right: 0;
  }
  .topheader .topheader-con .topheader-body .topheader-item:hover {
    color: #0064ca;
  }
  .topheader .topheader-con .topheader-body .topheader-item:hover .topheader-item-detail {
    height: 70px;
    opacity: 1;
  }
  .topheader .topheader-con .topheader-body .topheader-item .topheader-item-detail {
    top: 100px;
  }
  .topheader .topheader-con .topheader-body .topheader-item .topheader-item-detail .header-detail-item {
    padding: 5px 40px;
    font-size: 14px;
  }
  .topheader .topheader-con .topheader-opreation {
    margin-left: 5px;
  }
  .topheader .topheader-con .topheader-opreation .iconyingwen {
    display: inline-block;
    margin-left: 17px;
    color: #0064ca;
  }
  .topheader .topheader-con .topheader-opreation i {
    cursor: pointer;
    font-size: 35px;
  }
  .topheader .topheader-con .topheader-opreation img {
    cursor: pointer;
    margin-left: 15px;
    height: 30px;
    width: 55px;
  }
}
