@charset "utf-8";
body {
  /* font-size: calc(100vw / 7.5); */
  background-image: url('../__IMG__/bg.jpg');
  background-repeat: no-repeat;
  background-size: 1920px 5949px;
  background-position: top center;
  min-height: 100vh;
  max-width: 1920px;
}
.content {
  font-size: 16px;
  width: 1000px;
  margin: 0 auto;
  /* height: 5949px; */
  padding-bottom: 100px;
}
.page {
  width: 100%;
  margin: 0 auto;
}
.header {
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 1200px;
  position: relative;
}
.logo {
  margin-left: 70px;
}
.user {
  margin-right: 70px;
  width: 30px;
}
.user img {
  width: 100%;
}
.banner {
}
.banner img {
  width: 1200px;
  margin: 0 auto;
  display: block;
}
.page1 {
  display: block;
  width: 1200px;
  height: 2529px;

  position: relative;
}
.page1_img {
  width: 1000px;
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.d_logo_box {
  position: absolute;
  left: 648px;
  top: 800px;
  width: 365px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
.d_logo1 {
  display: block;
  width: 55px;
  height: 55px;
}
.d_logo2 {
  display: block;
  width: 55px;
  height: 55px;
}
.d_logo3 {
  display: block;
  width: 55px;
  height: 55px;
}

.d_logo4 {
  display: block;
  width: 55px;
  height: 55px;
}

.d_logo5 {
  display: block;
  width: 55px;
  height: 55px;
}
.d_logo6 {
  display: block;
  width: 55px;
  height: 55px;
}
.download1 {
  display: block;
  width: 183px;
  height: 45px;
  position: absolute;
  top: 932px;
  left: 326px;
}

.download2 {
  display: block;
  width: 183px;
  height: 45px;
  position: absolute;
  top: 932px;
  left: 529px;
}

.download3 {
  display: block;
  width: 183px;
  height: 45px;
  position: absolute;
  top: 932px;
  left: 724px;
}

.menu {
  margin: 0 auto;
  width: 630px;
  height: 83px;
  display: flex;
  justify-content: space-between;
}
.btn {
  border: 2px solid #960606;
  border-radius: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 180px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

.submit {
  border: 2px solid #960606;
  border-radius: 63px;
  background-color: #960606;
  height: 63px;
  line-height: 63px;
  text-align: center;
  width: 256px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  margin: 40px auto;
  display: block;
}
.act {
  background-color: #960606;
}
.text {
  display: none;
  width: 1000px;
  margin: 0 auto;
}
.text1 {
  display: block;
}
.text2 {
  margin-top: 30px;
}
.text3 {
  margin-top: 30px;
}
.footer {
  width: 100%;
  height: 70px;
  background-color: #212121;
  margin: 0 auto;
  font-size: 22px;
}
.fpage {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.title {
  color: #fff;
}
.f_logo {
  width: 38px;
  height: 38px;
  display: block;
  margin-right: 30px;
}
.mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 540px;

  color: #fff;
}
.icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_menu_box {
  position: absolute;
  display: flex;
  width: 800px;
  justify-content: space-between;
  left: 300px;
}
.menu_btn {
  line-height: 35px;
  width: 135px;
  text-align: center;
  border-radius: 35px;
  display: block;
  color: #fff;
}
.menu_btn:hover {
  background-color: #970505;
}
.top_menu_box .act {
  background-color: #970505;
}
.list_content {
}
.logo2 {
  width: 486px;
  display: block;
  margin: 50px auto;
}
.list_title {
  font-size: 40px;
  color: #fff;
  text-align: center;
  margin: 50px auto;
  font-weight: bold;
}
.list_content {
  color: #fff;
}
.table-container {
  width: 1200px;
  margin: 0 auto 150px auto;
  max-height: 1600px; /* 设置你想要的最大高度 */
  min-height: 1600px; /* 设置你想要的最大高度 */
  overflow-y: auto; /* 垂直滚动 */
  overflow-x: hidden;
}
.table_ {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.table_header {
  background-color: #970505;
  font-weight: bold;
  position: sticky;
  top: 0;
  z-index: 10;
  display: table-row;
}
.table_header td {
  line-height: 105px;
  font-size: 20px;
  text-align: center;
}
.table_header td:first-child {
  padding-left: 55px;
  border-radius: 105px 0 0 105px;
}
.table_header td:last-child {
  padding-right: 55px;
  border-radius: 0 105px 105px 0;
}
.table_sub_menu {
  height: 105px;
  cursor: pointer;
  position: relative;
}
.sub_menu_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub_menu_btn .jiantou {
  display: block;
  margin-left: 10px;
}
.sub_menu_list {
  background-color: rgb(151, 5, 5);
  width: 70%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0 0 20px 20px;
  display: none;
}
.sub_menu_btn2 {
  line-height: 70px;
  text-align: center;
  font-size: 22px;
  font-weight: 100;
}
.sub_menu_btn2 {
  border-bottom: 1px dashed #fff;
}
.sub_menu_btn2:last-child {
  border-bottom: 0;
}
.table_line {
  display: table-row;
}
.table_item {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  border-bottom: 1px solid #fff;
}
.table_line td:first-child {
  padding-left: 55px;
}
.table_line td:last-child {
  padding-right: 55px;
}

.awards_menu {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.awards_item {
  font-size: 22px;
  width: 200px;
  color: #000;
  background-color: #fff;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  cursor: pointer;
}
.awards_title {
  font-weight: bold;
}
.awards_desc {
  font-size: 18px;
}
.awards_menu .act {
  background-color: #970505;
  color: #fff;
}
.awards_item:hover {
  background-color: #970505;
  color: #fff;
}
.to_detail {
  background-color: #970505;
  color: #fff;
  width: 120px;
  line-height: 40px;
  border-radius: 40px;
  cursor: pointer;
  text-align: center;
}
