@charset "utf-8";

* {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
form,
fieldset,
legend,
input,
textarea,
button,
th,
td {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h4,
h5 {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

.fl {
  FLOAT: left;
  _display: inline
}

.fr {
  FLOAT: right;
  _display: inline
}

.lt {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #e4e4e4;
}

.lb {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e4e4e4;
}

.ll {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #E4E4E4;
}

.lr {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #E4E4E4;
}

body {
  padding: 0;
  font-size: 12px;
  color: #333;
  background-color: #ffffff;
  margin: 0px;
  font-family: "Microsoft YaHei UI Light";
}

a {
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #76161B;
}

.clear {
  clear: both;
}

.mt50 {
  margin-top: 50px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.wrapper {
  float: none;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  height: auto;
}

.bgw {
  background-color: white;
}

.side-8 {
  margin-top: 8px;
}

.cls {
  clear: both;
}

.ml60 {
  margin-left: 60px;
}

.topNav {
  height: 600px;
}

.ti1 {
  background-image: url(/images/topm1.jpg);
}

.ti2 {
  background-image: url(/images/topm2.jpg);
}

.ti3 {
  background-image: url(/images/topm3.jpg);
}

.ti4 {
  background-image: url(/images/topm4.jpg);
}

.topc {
  background-color: #07271A;
}

.topmenu {
  height: 100px;
}

.topmenu .logo {
  width: 200px;
  float: left;
  margin-top: 13px;
  margin-left: 20px;
}

.topmenu .menu {
  float: left;
  width: 400px;
  height: 100px;
  line-height: 100px;
}

.topmenu ul li {
  float: left;
  width: 60px;
  text-align: center;
  position: relative;
  display: inline-block;
}

.topmenu .menu a {
  font-size: 16px;
  font-family: "Microsoft YaHei UI Light";
  font-weight: 600;
  color: #FFF;
  text-decoration: none;
}

.topmenu .menu a:hover {
  text-decoration: none;
}

.topmenu .menu ul li:hover div {
  display: block;
  width: 110px;
  z-index: 9;
  margin-left: -25px;
  padding-bottom: 10px;
}

.topmenu .menu .dropMenu {
  width: 100%;
  background-color: #07271A;
  position: absolute;
  top: 100px;
  left: 0;
  display: none;
}

.topmenu .menu .dropMenu p a {
  display: block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-family: "Microsoft YaHei UI Light";
  font-size: 14px;
  font-weight: 500;
}

.topmenu .menu .dropMenu p a:hover {
  text-decoration: underline;
}

.topmenu .search {
  float: left;
  width: 280px;
  height: 100px;
  line-height: 100px;
}

.topmenu .search fieldset {
  margin-top: 32px;
  border: 0px;
  border-radius: 20px;
  height: 34px;
  line-height: 24px;
  padding-left: 10px;
  width: 240px;
  background-color: #FFF;
  padding-top: 5px;
}

.topmenu .search input:focus {
  outline: none;
}

.topmenu .search fieldset .text {
  float: left;
  width: 190px;
  height: 24px;
  border-width: 0;
  font-size: 14px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.topmenu .search fieldset .btn {
  float: left;
  margin-left: 5px;
  border-width: 0;
  width: 24px;
  height: 24px;
  background-image: url(/images/shicon.png);
  background-color: #FFF;
  cursor: pointer;
}

.topmenu .wx9 {
  float: left;
  width: 120px;
  height: 27px;
  margin-top: 36px;
  margin-bottom: 37px;
}

.topmenu .wx9 img {
  margin-left: 10px;
  margin-right: 10px;
}

.topmenu .lang {
  float: right;
  height: 100px;
  line-height: 100px;
  width: 120px;
  text-align: center;
}

.topmenu .lang a {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 600;
}

.bgt h1 {
  height: 56px;
  line-height: 56px;
  font-size: 28px;
  font-weight: 600;
  font-family: "Microsoft YaHei UI";
  background-color: #0A281B;
  color: #FFF;
  text-align: center;
}

.swiper-container {
  position: relative;
  width: 1200px;
  min-width: 1200px;
  height: 550px;
  min-height: 550px;
  overflow: hidden
}

.swiper-wrapper {
  position: absolute;
  left: 0;
  height: 100%
}

.swiper-wrapper-transition {
  transition: all .8s ease 0s
}

.swiper-item {
  display: inline-block;
  width: 100%;
  height: 100%;
  float: left
}

.swiper-btn-group {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%
}

.swiper-btn-group_prev,
.swiper-btn-group_next {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 10px;
  border-radius: 50%;
  transition: background-color .2s;
  cursor: pointer
}

.swiper-btn-group_prev:hover,
.swiper-btn-group_next:hover {
  background-color: rgba(255, 255, 255, .1)
}

.swiper-btn-group_prev::before,
.swiper-btn-group_next::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-30%, -50%) rotate(45deg);
  width: 15px;
  height: 15px;
  border-color: #fff;
  border-style: solid
}

.swiper-btn-group_prev::before {
  border-width: 0 0 2px 2px
}

.swiper-btn-group_next::before {
  border-width: 2px 2px 0 0;
  transform: translate(-70%, -50%) rotate(45deg)
}

.swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px
}

.swiper-pagination-item {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.45);
  transition: all .3s
}

.swiper-pagination-item:not(:last-child) {
  margin-right: 10px
}

.swiper-pagination-item_active {
  width: 30px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.85)
}

.swiper-item>img {
  width: inherit;
  height: inherit;
  object-fit: cover;
}

.txtNav {
  width: 100%;
  height: auto;
}

.txtNav h2 {
  height: 56px;
  line-height: 56px;
  font-size: 28px;
  font-weight: 600;
  font-family: "Microsoft YaHei UI";
  background-color: #0A281B;
  color: #FFF;
  text-align: center;
}

.txtNav .pic {
  width: 400px;
  height: 225px;
  overflow: hidden;
}

.txtNav .pic img {
  width: 400px;
}

.txtNav .txt {
  width: 790px;
  height: 225px;
  background-color: #DDD;
}

.txtNav .txt p {
  font-size: 16px;
  line-height: 28px;
  padding: 8px;
  color: #000;
  font-family: "Microsoft YaHei UI";
}

.txtNav .txt em {
  padding-left: 20px;
  font-style: normal;
}

.txtNav .txt em a {
  font-size: 16px;
  color: #028559;
  font-family: "Microsoft YaHei UI Light";
  font-weight: 600;
}

.txtNav ul {
  clear: both;
  width: 100%;
  margin-top: 10px;
}

.txtNav ul li {
  width: 590px;
  height: auto;
  float: left;
  margin: 10px 5px;
}

.txtNav ul li .pic {
  width: 590px;
  height: 330px;
  overflow: hidden;
}

.txtNav ul li .pic img {
  width: 590px;

}

.txtNav ul li h1 {
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Microsoft YaHei UI Light";
  color: #333;
  text-align: center;
}

.txtNav ul li p {
  font-size: 16px;
  padding: 5px;
  line-height: 28px;
  color: #222;
}

.txtNav ul li em {
  float: right;
  ;
  font-style: normal;
  line-height: 50px;
  padding-right: 20px;
}

.txtNav ul li em a {
  font-size: 16px;
  color: #028559;
  font-family: "Microsoft YaHei UI Light";
  font-weight: 600;
}

.txtNav1 {
  width: 100%;
  height: auto;
}

.txtNav1 .fl {
  width: 740px;
  height: auto;
}

.txtNav1 .fr {
  width: 450px;
}

.txtNav1 .fl h4,
.txtNav1 .fr h4,
.txtNav2 .l3 h4,
.txtNav3 h4 {
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  font-family: "Microsoft YaHei UI Light";
  background-color: #0A281B;
  color: #FFF;
  text-align: center;
}

.txtNav1 .fl p {
  font-size: 16px;
  padding: 10px;
  line-height: 28px;
  color: #222;
}

.txtNav1 .fl em {
  float: right;
  ;
  font-style: normal;
  line-height: 50px;
  padding-right: 20px;
}

.txtNav1 .fl em a {
  font-size: 16px;
  color: #028559;
  font-family: "Microsoft YaHei UI Light";
  font-weight: 600;
}

.txtNav1 .fr ul li {
  width: 100%;
  margin-bottom: 20px;
}

.txtNav1 .fr ul li p {
  font-size: 16px;
  line-height: 28px;
  padding-right: 10px;
}

.txtNav1 .fr ul li p b {
  font-size: 18px;
  font-family: "Microsoft YaHei UI Light";
  font-weight: 600;
  color: rgb(0, 17, 0);
}

.txtNav1 .fr ul li p img {
  float: left;
  margin: 0 15px 0 0;
}

.txtNav1 .fr ul li p em {
  float: right;
  ;
  font-style: normal;
  line-height: 50px;
  padding-right: 20px;
}

.txtNav1 .fr ul li p em a {
  font-size: 16px;
  color: #028559;
  font-family: "Microsoft YaHei UI Light";
  font-weight: 600;
}

.txtNav2 {
  width: 100%;
  height: auto
}

.txtNav2 .l1 {
  width: 365px;
}

.txtNav2 .l2 {
  width: 365px;
  margin: 0 10px;
}

.txtNav2 .l3 {
  width: 450px;
}

.txtNav2 .l1 h4,
.txtNav2 .l2 h4 {
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  font-family: "Microsoft YaHei UI Light";
  background-color: #0A281B;
  color: #FFF;
  text-align: center;
}

.txtNav2 .l1 img,
.txtNav2 .l2 img {
  width: 365px;
}

.txtNav2 .l1 p,
.txtNav2 .l2 p {
  font-size: 16px;
  padding: 10px;
  line-height: 28px;
  color: #222;
}

.txtNav2 .l3 ul li {
  width: 100%;
  margin-bottom: 20px;
  min-height: 180px;
  height: auto;
}

.txtNav2 .l3 ul li p {
  font-size: 16px;
  line-height: 28px;
  padding-right: 10px;
}

.txtNav2 .l3 ul li p b {
  font-size: 18px;
  font-family: "Microsoft YaHei UI Light";
  font-weight: 600;
  color: rgb(0, 17, 0);
}

.txtNav2 .l3 ul li p img {
  float: left;
  margin: 0 15px 0 0;
}

.txtNav2 .l3 ul li p em {
  float: right;
  ;
  font-style: normal;
  line-height: 50px;
  padding-right: 20px;
}

.txtNav2 .l3 ul li p em a {
  font-size: 16px;
  color: #028559;
  font-family: "Microsoft YaHei UI Light";
  font-weight: 600;
}

.txtNav3 {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.txtNav3>div {
  width: 400px;
  height: auto;
  min-height: 460px;
  float: left;
  border: #0A281B solid 1px;
}

.txtNav3 .no {
  border-left-width: 0;
  border-right-width: 0;
}

.txtNav3 ul li {
  padding-left: 10px;
}

.txtNav3 ul li b {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  color: #222;
}

.txtNav3 ul li a {
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  font-style: normal;
  line-height: 32px;
  font-weight: normal;
  color: rgb(0, 51, 102);
  white-space: nowrap;
  text-decoration: none;
  overflow: hidden;
}







.footer {
  width: 100%;
  height: 720px;
  background-color: #092819;
  background-image: url(/images/ls9.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.footer .link1 {
  width: 100%;
  height: 400px;
}

.footer .link1 h2 {
  padding-top: 10px;
  font-size: 24px;
  font-family: "Microsoft YaHei UI Light";
  font-weight: 600;
  color: #0A281B;
  line-height: 80px;
  text-align: center;
  letter-spacing: 10px;

}

.footer .link1 ul {
  width: 1020px;
  height: 140px;
  margin: 10px auto 30px auto;
}

.footer .link1 ul li {
  float: left;
  width: 125px;
  height: 60px;
  margin: 10px 10px;
}

.footer .link1 ul li img {
  width: 125px;
  height: 60px;
  border-radius: 10px;
}

.footer .link1 dl {
  width: 1020px;
  margin: 20px auto;
  color: #0A281B;
  font-size: 22px;
  font-family: "Microsoft YaHei UI Light";
}

.footer .link1 dl dt {
  float: left;
  font-weight: 600;
}

.footer .link1 dl dd {
  float: left;

}

.footer .link1 dl dd a {
  margin: 0 20px;
  font-size: 20px;
  font-family: "Microsoft YaHei UI Light";
  background-color: white;
  font-weight: 600;
  padding: 3px 12px;
  border-radius: 10px;
}

.footer .foot .log {
  margin-left: 150px;
  width: 235px;
  height: 210px;
  background-image: url(/images/logom4.png);
  background-repeat: no-repeat;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.footer .foot .menu {
  width: 780px;
  height: 70px;
  line-height: 70px;
  text-align: left;
  margin-top: 50px;
  color: white;
  font-size: 14px;
  font-family: "Microsoft YaHei UI";
  letter-spacing: 1px;
}

.footer .foot .menu a {
  color: white;
  font-size: 14px;
  font-family: "Microsoft YaHei UI";
  letter-spacing: 1px;
}

.footer .foot .menu a:hover {
  color: #BBD7CB;
}

.footer .foot ul {
  width: 780px;
}

.footer .foot ul li {
  font-size: 14px;
  color: white;
  height: 24px;
  line-height: 24px;
  font-family: "Microsoft YaHei UI";
  letter-spacing: 1px;
}

.footer .foot ul li a {
  font-size: 14px;
  color: white;
}

.footer .foot ul li a:hover {
  color: #BBD7CB;
}

.not {
  height: 320px;
  background-image: url(/images/sbg.jpg);
  background-repeat: repeat-x;
}

.head1 {
  height: 80px;
}

.logo1 {
  padding-top: 5px;
  height: 70px;
  width: 240px;
  float: left;
}

.menu1 {
  width: 900px;
  float: left;
  height: 70px;
}

.menu1 li {
  float: left;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  margin: 0 20px;
}

.menu1 li a {
  color: #0A1A37;
  font-size: 20px;
  font-weight: 600;
}

.barr1 {
  background-color: #0A1A37;
  height: 400px;
  background-image: url(banner.jpg);
  background-size: cover;
  background-position: center;
}

.tt1 {
  height: 280px;
}

.lt1 {
  float: left;
  width: 800px;
}

.h11 {
  font-family: Microsoft YaHei UI;
  font-size: 28px;
  text-align: left;
  color: #01253C;
  border-bottom: 2px solid #A08B76;
  padding-bottom: 20px;
  font-weight: 600;
}

.txt1 {
  margin-top: 20px;
  font-size: 14px;
  line-height: 26px;
  color: #222;
}

.rt1 {
  width: 340px;
  float: right;
  margin-left: 20px;

}

.box1 {
  background-color: rgba(160, 139, 118, 0.3);
  border-radius: 4px;
  padding: 20px;
  height: 260px;
}

.h12 {
  font-size: 20px;
  line-height: 1.2em;
  color: #01253C;
  margin-bottom: 16px;
  font-weight: 600;
}

.item11 {
  display: flex;
  flex: 0 0 100%;
  align-items: center;
  margin-bottom: 10px;
  height: 32px;
}

.item11 img {
  display: inline-block;
  float: left;
  width: 24px;
}

.item11 span {
  padding-left: 4px;
  box-sizing: border-box;
  line-height: 1.3em;
  font-size: 14px;
}

.button11 a {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  background-color: #A08B76;
  border-radius: 4px;
  padding: 12px 18px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  font-weight: 600;
}

.button11 a:hover {
  color: #fff;
}

.scroll-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 0px;
  position: relative;
}

.scroll-container .scrolling-text {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 30s linear infinite;
  line-height: 1.3em;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: bold;
  opacity: 0.4;
  color: #A08B76;
  margin-top: 28px;
}

#affiche {
  color: #A08B76;
  font-size: 80px;
  display: block;
  width: 100%;
  height: 120px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  font-family: "Noto Sans HK", "Red Hat Text", "NotoSansSC", sans-serif;
  opacity: 0.4;
  font-weight: 600;
}

.affiche_text {
  position: absolute;
  top: 0;
  left: 100%;
  line-height: 120px;
  display: block;
  word-break: keep-all;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tt2 {
  height: 320px;
}

.pic1 {
  float: left;
  width: 450;

}

.pic1 img {
  width: 450px;
  height: 300px;
  border-radius: 10px;
}

.txt55 {
  width: 700px;
  margin-left: 30px;
  float: left;
}

.hh33 {
  text-align: left;
  font-size: 22px;
  line-height: 1.2em;
  margin-bottom: 16px;
  color: #01253C;
  font-weight: 600;
}

.more1 {
  width: 100%;
  height: 60px;
  padding-right: 30px;
  text-align: right;
  color: #01253C;
  padding-top: 10px;
}

.more1 a {
  font-size: 16px;
  font-weight: 600;
  color: #0A1A37;
  font-family: "Microsoft YaHei UI Light";
}

.u33 ul li {
  font-size: 14px;
  width: 46%;
  float: left;
  line-height: 38px;
  border-bottom-width: 1.5px;
  border-bottom-style: solid;
  border-bottom-color: #EEE;
  margin-right: 2%;
  margin-left: 2%;
}
.u33 ul li a{
  font-size: 14px;
}
.u33 ul li span{
  float: right;
  font-size: 12px;
}
.txt44 {
  color: #303030;
  font-size: 16px;
  line-height: 1.5em;
}

.tt3 {
  height: 600px;
}

.txt22 {
  height: 100px;
  line-height: 100px;
  font-size: 32px;
  text-align: center;
  color: #0A1A37;
  font-weight: 600;
}

.outer {
  width: 100%;
  background-color: #f4f4f4;
}

.inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 45px;
  background: linear-gradient(-45deg, transparent 12px, #01253C 0) right,
    linear-gradient(135deg, transparent 12px, #01253C 0) left;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.inner1 {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: linear-gradient(-45deg, transparent 12px, #01253C 0) right,
    linear-gradient(135deg, transparent 12px, #01253C 0) left;
  background-size: 50% 100%;
  background-repeat: no-repeat;
}

.rad1 {
  position: relative;
  width: 60px;
  margin-left: 50px;
  text-align: center;
  padding: 5px 20px 0 20px;
  color: white;
  height: 40px;
}

.rad1::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: red;
  transform: perspective(.5em)rotateX(5deg);
  transform-origin: right;
}

.conNav {
  height: auto;
}

.conNav ul {
  margin-left: 0px;
  margin-top: 0px;
}

.conNav li {
  background-color: #E7F4FE;
  margin-right: 18px;
  float: left;
  height: 255px;
  width: 225px;
  border: 1px solid #CCC;
  margin-bottom: 15px;
}

.conNav li img {
  height: 195px;
  width: 195px;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-left: 15px;
  clear: both;
  float: none;
}

.conNav li .tit {
  font-family: "微软雅黑";
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
}

.conNav li .input b {
  margin-left: 10px;
  font-weight: normal;
}

.conNav li .input {
  text-align: center;
  font-family: "微软雅黑";
  font-size: 12px;
  margin-top: 8px;
}

.conNav .btn {
  text-align: center;
  clear: both;
  margin-top: 25px;
  width: 100%;
}

.conNav .no {
  margin-right: 0;
  float: right;
}

.conNav1 {
  height: auto;
}

.conNav1 ul {
  margin-left: 0px;
  margin-top: 0px;
}

.conNav1 li {
  background-color: #E7F4FE;
  margin-right: 18px;
  float: left;
  height: 255px;
  width: 225px;
  border: 1px solid #CCC;
  margin-bottom: 15px;
}

.conNav1 li img {
  height: 195px;
  width: 195px;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 0px;
  margin-left: 15px;
  clear: both;
  float: none;
}

.conNav1 li .tit {
  font-family: "微软雅黑";
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-align: center;
}

.conNav1 li .input b {
  margin-left: 10px;
  font-weight: normal;
}

.conNav1 li .input {
  text-align: center;
  font-family: "微软雅黑";
  font-size: 12px;
  margin-top: 8px;
}

.conNav1 .btn {
  text-align: center;
  clear: both;
  margin-top: 25px;
  width: 100%;
}

.conNav1 .no {
  margin-right: 0;
  float: right;
}

.footer-message {
  background-color: #01253C;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 600;
}

.container {
  display: flex;
  flex: 0 0 100%;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
}

.container h3 {
  font-size: 24px;
  line-height: 1.2em;
  color: #fff;
  margin-bottom: 16px;
  display: flex;
  flex: 0 0 100%;
  justify-content: center;
  font-weight: 600;
}

.footer-message-details {
  display: flex;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.footer-message-details span {
  color: #fff;
  padding-left: 4px;
  box-sizing: border-box;
  line-height: 1.3em;
}

.footer-message-details img {
  display: inline-block;
  float: left;
  width: 24px;
}

.footer-message-button {
  display: flex;
  flex: 0 0 100%;
  justify-content: center;
  margin-top: 10px;
}

.footer-message-button a {
  background-color: #A08B76;
  border-radius: 4px;
  padding: 12px 18px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1.5em;
  font-weight: 600;
}

.footer1 {

  text-align: center;
  font-family: "微软雅黑";
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
}

.footer1 a {
  font-family: "微软雅黑";
  font-size: 14px;
  color: #000;
  text-decoration: none;
}

.footer1 a:hover {
  text-decoration: underline;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  border: 0px solid #c1c1c1;
  padding: 0;
  text-align: left;
}

th {
  background-color: #01253C;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

td {
  font-size: 12px;
  color: #333;
  text-align: center;
  line-height: 24px;
  height: 38px;
  font-weight: 600;
  font-family: "Microsoft YaHei UI Light";
}

.bb2 {
  background-color: #092819;
}

.bbb3 {
  background-color: rgb(244, 244, 244);
}

.clee {
  color: rgb(18, 44, 104);
}

.ffff {
  color: #01253C;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  font-weight: 600;
}

.ccc1 {
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: rgb(244, 244, 244);
}

.ccc2 {
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: #eef4fd
}

.parent-row {
  cursor: pointer;
}

.child-row {
  background-color: #fff;
}

.lll2 {
  text-align: left;
}

.not1 {
  border-top: 0px solid #fff;
}

.nol1 {
  border-left: 0px solid #fff;
}

.nor1 {
  border-right: 0px solid #fff;
}

.nob1 {
  border-bottom: 0px solid #fff;
}

.css-1o62tug {
  display: table;
  width: 100%;
  border-spacing: 0px;
  border: var(--border);
  border-collapse: separate;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  text-align: left !important;
}

.css-1wbz3t9 {
  display: table-header-group;
}

.MuiTableRow-root:nth-of-type(odd) {
  background-color: #f4f4f4;
}

.css-127xire {
  color: inherit;
  display: table-row;
  vertical-align: middle;
  outline: 0px;
}

.jfOShx.MuiTableCell-head {
  color: rgb(51, 51, 51);
  background-color: rgb(225, 225, 225);
  font-weight: 400;
  padding: 8px;
  font-size: 11px;
  text-align: center;
  height: 32px;
  line-height: 14px;
}

.mt30 {
  margin-top: 20px;
}

.pic22 img {
  border-radius: 5px;
  /* 添加圆角 */
  border: 1px solid #99add3
}