html,
body {
  margin: 0;
  max-width: 750px;
  margin: 0 auto;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  color: currentColor;
}
h1,
h4 {
  margin: 0;
  padding: 0;
}
p {
  text-indent: 2em;
  padding: 0;
  margin: 0;
}
.title1 {
  position: relative;
  padding: 14px 0;
}
.title1 h1 {
  font-size: 26px;
  position: relative;
  z-index: 9;
  color: #262626;
  width: fit-content;
}
.title1 h1::after {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #e60000;
  position: absolute;
  right: -11px;
  bottom: 2px;
}
.title1 h1::before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #f59191;
  position: absolute;
  right: -14px;
  bottom: 2px;
}
.title1 span {
  position: absolute;
  font-size: 38px;
  bottom: 25px;
  left: 0;
  color: rgba(0, 0, 0, 0.07);
  font-weight: bold;
  font-style: italic;
}
#top {
  width: 100%;
  max-width: 750px;
  box-sizing: border-box;
  height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  padding: 0 20px;
  --color: #582566;
  --bgc: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  background-color: var(--bgc);
  translate: all 0.3s;
  z-index: 999;
top:0
}
#top #logo img {
  height: 28px;
  position: relative;
  left: -200px;
  filter: drop-shadow(var(--color) 200px 0);
  translate: all 0.3s;
}
#top #nav {
  width: 20px;
  height: 16px;
  position: relative;
}
#top #nav .line {
  width: 20px;
  height: 2px;
  background-color: var(--color);
  position: absolute;
  transition: all 0.3s;
  transform: translate(0, 0px);
  opacity: 1;
}
#top #nav .line:nth-child(1) {
  top: 0;
  width: 16px;
  left: 2px;
  transform-origin: 0 0;
}
#top #nav .line:nth-child(2) {
  top: 50%;
  transform: translate(0, -1px);
}
#top #nav .line:nth-child(3) {
  bottom: 0;
  width: 16px;
  left: 2px;
  transform-origin: 0 0;
}
#top #menu {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  line-height: 56px;
  box-sizing: border-box;
  font-size: 15px;
  display: none;
  height: calc(100vh - 44px);
}
#top #menu li {
  padding: 0 20px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
#top #menu li a {
  display: block;
}
#top.transparent {
  --color: #fff;
  --bgc: transparent;
}
#top.on #nav .line:nth-child(1) {
  transform: rotate(45deg);
  width: 28px;
  top: -3px;
  left: 0;
}
#top.on #nav .line:nth-child(2) {
  opacity: 0;
}
#top.on #nav .line:nth-child(3) {
  transform: rotate(-45deg);
  width: 28px;
  bottom: -3px;
  left: 0;
}
#top.on #menu {
  display: block;
}
#banner {
  position: relative;
  height:calc(100vw * 1200 / 750);
  overflow: hidden;
}
#banner .bd img {
  height: calc(100vw * 1200 / 750);
}
#banner .bd a::after {
  content: "";
  background-color: rgba(85, 26, 139, 0.05);
  position: absolute;
  z-index: 200;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#banner .hd {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 99;
}
#banner .hd ul {
  display: flex;
  width: 100vw;
  max-width: 750px;
  justify-content: center;
  gap: 7px;
}
#banner .hd ul li {
  font-size: 0;
  width: 8px;
  height: 5px;
  opacity: 0.5;
  background-color: #fff;
}
#banner .hd ul li.on {
  opacity: 1;
  width: 20px;
}
@media (min-width: 750px) {
  #banner .bd img {
    height: 1200px;
  }
}
#info {
  padding: 32px;
  background:url(../images/gsjjBg.png) no-repeat right bottom/cover;
}
#info .content {
  padding-top: 12px;
}
#info .content p {
  line-height: 28px;
  font-size: 14px;
  margin-bottom: 28px;
}
#news {
  padding: 32px 0;
}
#news .title1 {
  margin: 0 32px;
  padding-bottom: 24px;
}
#news .content {
  padding: 0 6px;
}
#news .content ul li {
  padding-bottom: 16px;
}
#news .content ul li a img {
  width: 100%;
}
#news .content ul li a .text {
  padding: 12px;
  display: block;
}
#news .content ul li a .text h4 {
  font-size: 14px;
  color: #262626;
  line-height: 22px;
}
#news .content ul li a .text span {
  font-size: 12px;
  color: #666;
}
#news .content > a {
  width: 100px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  border: solid 1px #4d5357;
  color: #4d5357;
  font-size: 14px;
  margin: 0 auto;
}
#item {
  background-color: #f2f3f4;
  padding: 32px 0;
}
#item .title1 {
  margin: 0 32px;
  padding-bottom: 24px;
}
#item .content {
  padding: 0 6px;
}
#item .content ul {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
#item .content ul li {
  width: calc(50% - 3px);
}
#item .content ul li a img {
  width: 100%;
}
#item .content ul li a .text {
  display: block;
  background-color: #fff;
  position: relative;
  padding: 16px 12px 32px;
}
#item .content ul li a .text h4 {
  color: #582566;
  font-size: 15px;
}
#item .content ul li a .text span {
  font-size: 12px;
  color: #666;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#item .content ul li a .text i {
  width: 22px;
  height: 1px;
  display: block;
  background-color: #999;
  position: absolute;
  bottom: 14px;
  left: 12px;
}
#item .content ul li a .text i::after {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #999;
  position: absolute;
  right: 0px;
  bottom: 0px;
  transform-origin: right bottom;
  transform: rotate(45deg);
}
#footer {
  padding: 32px 32px 0;
  background:url(../images/dbBg.png) no-repeat right bottom/cover;
}
#footer .title1 {
  padding-bottom: 24px;
}
#footer .content > img {
  width: 100px;
  margin-bottom: 16px;
}
#footer .content > span {
  display: block;
  padding-left: 24px;
  height: 32px;
  line-height: 32px;
  background: url("../images/tb1.png") no-repeat left center;
}
#footer .content > ul {
  padding: 12px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: calc((100% - 200px) / 4);
}
#footer .content > ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 56px;
}
#footer .content > ul li img {
  width: 40px;
}
#footer .content .copyright {
  padding: 12px 0;
  color: #999;
  line-height: 16px;
  background: #fff;
  font-size: 12px;
}
#footer .content .copyright span {
  display: block;
}
.jiantou1 {
  width: 38px;
  height: 38px;
  border: solid 1px #4d5357;
  display: block;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jiantou1::after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-size: cover;
  background-color: #4d5358;
}
.jiantou1::before {
  content: ">";
  font-family: SimSun;
  display: block;
  font-size: 20px;
  background-size: cover;
  position: absolute;
  top: 8px;
  right: 8px;
}
.jiantou2 {
  width: 38px;
  height: 38px;
  border: solid 1px #4d5357;
  display: block;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jiantou2::after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-size: cover;
  background-color: #4d5358;
}
.jiantou2::before {
  content: "<";
  font-family: SimSun;
  display: block;
  font-size: 20px;
  background-size: cover;
  position: absolute;
  top: 8px;
  right: 20px;
}
.article{background:#fff; margin:20px;padding-top:50px}
.article .til{font-size: 26px;margin-bottom: 30px;color: #3e3e3e;padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,.05);}
.article .info{line-height: 25px;
    margin-bottom: 10px;
    padding: 5px 10px;
    color: #777;
    border: 1px solid #ddd;
    background: #f8f8f8;}
.article .xx{ font-size:16px;line-height: 160%; }
.article img{ max-width:100%;margin:auto}
.article p img {
    max-width: calc(100% - 2em);
}