.page {
  z-index: 1;
  position: relative;
  max-width: 1920px;
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 1);
  overflow: hidden;
  margin: auto;
}

.main1 {
  z-index: auto;
  width: 100%;
  max-width: 1920px;
  height: auto;
}

.bd2 {
  z-index: 3;
  height: 800px;
  background-color: rgba(255, 255, 255, 1);
  max-width: 1920px;
  width: 100%;
}

.mod2 {
  z-index: 4;
  height: 800px;
  background: url(./img/SketchPng6f7bde83e044d88dccd7267eaef595897ce088c94dbeea466e9919a83ef24545.png)
    100% no-repeat;
  max-width: 1920px;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.main2 {
  z-index: auto;
  width: 588px;
  height: 136px;
}

.txt1 {
  z-index: 5;
  width: 588px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 84px;
  letter-spacing: 14px;
  font-family: ZHSRXT--GBK1-0;
  white-space: nowrap;
  line-height: 84px;
  text-align: center;
}

.info1 {
  z-index: 6;
  width: 451px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  letter-spacing: 4.666666507720947px;
  font-family: Courier;
  white-space: nowrap;
  line-height: 34px;
  text-align: center;
  align-self: center;
  margin-top: 5px;
}

.word2 {
  z-index: 7;
  display: block;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 36px;
  letter-spacing: 6px;
  font-family: ZHSRXT--GBK1-0;
  white-space: nowrap;
  line-height: 36px;
  text-align: center;
  align-self: flex-start;
  margin: 60px 0 0 120px;
}

.txt2 {    
  z-index: 10;
  display: block;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  line-height: 28px;
  text-align: justify;
  align-self: center;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 40px 90px;
}

.ft{
  background: #fafafa;
  padding: 40px 90px;
}

.ft-top{
  display: flex;
  list-style-type: none;
}

.ft-top>li{
  margin-right: 90px;
  color: #5a5a5c;
  display: flex;
  flex-direction: column;
}

ft-top>li h4{
  font-size: 16px;
}

.ft-top>li a{
  font-size: 14px;
  margin: 4px 0;
}

.ft-btm{
  display: flex;
}

.ft-btm-l a{
  color: #5a5a5c;
  font-size: 12px;
  text-decoration: none;
  margin-right: 10px;
}

.ft-btm-r {
  margin-left: 200px;
}

.ft-btm-r span{
  color: #5a5a5c;
  font-size: 12px;
}

.hd{
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: space-between;
  padding: 0 90px;
}

.hd-l{
  display: flex;
  align-items: center;
}

.hd-l img{
  width: 68px;
  height: 68px;
  margin-right: 10px;
}

.hd-l span{
  font-size: 36px;
}

.hd-r a{
  margin-left: 20px;
  color: #444;
  font-size: 14px;
}

a:hover{
  color: #2c72e3;
}