html,
body {
  width: 100%;
  height: 100%;
}
.container {
  width: 100%;
  min-width: 1200px;
  background-color: #f5f9f4;
}
.container .header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.container .header ul {
  width: 1200px;
  margin: 0 auto;
  line-height: 70px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.container .header ul li {
  margin-right: 35px;
}
.container .header ul li a {
  display: block;
  min-width: 34px;
  height: 72px;
  line-height: 72px;
}
.container .header ul li:last-child {
  border-radius: 3px;
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
}
.container .header ul li:last-child a {
  display: block;
  min-width: 99px;
  height: 32px;
  font-size: 16px;
  border: none;
  font-weight: normal;
  cursor: pointer;
  border-radius: 16px;
  line-height: 32px;
  padding: 0 20px;
  background-color: #019696;
  color: #fff;
  margin-right: 10px;
  text-align: center;
}
.container .banner {
  min-width: 1200px;
  height: 500px;
  margin-top: 72px;
  margin-bottom: 58px;
}
.container .banner img {
  object-fit: none;
}
.container .title_public {
  width: 451px;
  height: 58px;
  font-size: 37px;
  line-height: 36px;
  margin: 0 auto;
  padding-left: 8px;
  letter-spacing: 3px;
  background-size: 100% 100%;
}
.container .news {
  width: 1200px;
  margin: 0 auto;
}
.container .news .title {
  background: url(../images/news_title.png) center no-repeat;
}
.container .news .news_item {
  margin: 45px 0 0 0;
  display: flex;
  justify-content: space-between;
  /*padding-left: 56px;*/
}
.container .news .news_item .news_pic {
  width: 460px;
  height: 214px;
}
.container .news .news_item .news_list {
  width: 650px;
  height: 214px;
  overflow-y: auto;
  padding-right: 15px;
}
.container .news .news_item .news_list li {
  margin-top: 20px;
  font-size: 16px;
  color: #333;
}
.container .news .news_item .news_list li a {
  display: flex;
  justify-content: space-between;
}
.container .news .news_item .news_list li a p:first-child {
  width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container .news .news_item .news_list li:first-child {
  margin-top: 0;
}
.container .dsbg {
  width: 1200px;
  margin: 77px auto 0 auto;
}
.container .dsbg .title {
  background: url(../images/dsxw_title.png) center no-repeat;
}
.container .dsbg .dsbg_content {
  height: 350px;
  background: url(../images/dsbg_bg.png) center no-repeat;
  padding: 100px 50px 40px 290px;
}
.container .dsbg .dsbg_content .dsbg_text {
  width: 100%;
  height: 232px;
  line-height: 36px;
  color: #fff;
}
.container .dsbg .dsbg_content .dsbg_text p {
  font-size: 16px;
  text-indent: 34px;
  letter-spacing: 2px;
}
.container .zbdw {
  width: 100%;
  margin-top: 75px;
  padding: 50px 0;
  background: url(../images/org_bg.png) center no-repeat;
}
.container .zbdw .title {
  color: #fff;
  background: url(../images/organization_title.png) center no-repeat;
}
.container .zbdw .zbdw_content {
  width: 1200px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.52);
  border-radius: 10px;
  color: #fff;
  margin-top: 28px;
  padding: 20px 0;
  overflow: hidden;
}
.container .zbdw .zbdw_content h2 {
  margin: 10px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  text-shadow: 2px 1px 4px rgba(1, 150, 150, 0.63);
}
.container .zbdw .zbdw_content p {
  padding-left: 40px;
  font-size: 16px;
  line-height: 36px;
}
.container .dsfz {
  width: 1200px;
  margin: 50px auto 0 auto;
}
.container .dsfz .title {
  background: url(../images/dsfz_title.png) center no-repeat;
}
.container .dsfz ul {
  margin-top: 50px;
  height: 246px;
  background-color: #fff;
  box-shadow: 0px 3px 18px 0px rgba(1, 150, 150, 0.28);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .dsfz ul li {
  height: 171px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.container .dsfz ul li img {
  width: 110px;
  height: 90px;
  object-fit: scale-down;
}
.container .dsfz ul li b {
  margin: 15px 0;
}
.container .dsfz ul li:nth-child(2) {
  margin: 0 107px;
}
.container .dsxq {
  margin-top: 54px;
}
.container .dsxq .title {
  background: url(../images/details_title.png) center no-repeat;
}
.container .dsxq .dsxq_content {
  width: 1200px;
  margin: 50px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
.container .dsxq .dsxq_content .dsxq_item {
  width: 571px;
  border-radius: 10px;
  padding: 38px 41px 30px 41px;
  position: relative;
}
.container .dsxq .dsxq_content .dsxq_item .bg_rect {
  position: absolute;
  right: 0;
  top: 15px;
  width: 118px;
  height: 100px;
}
.container .dsxq .dsxq_content .dsxq_item h1 {
  font-size: 32px;
}
.container .dsxq .dsxq_content .dsxq_item p {
  font-size: 16px;
  margin: 11px 0 25px 0;
}
.container .dsxq .dsxq_content .dsxq_item table {
  width: 489px;
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
  margin-bottom: 27px;
}
.container .dsxq .dsxq_content .dsxq_item table th,
.container .dsxq .dsxq_content .dsxq_item table td {
  color: #333;
  text-align: center;
  padding: 10px 20px;
}
.container .dsxq .dsxq_content .dsxq_item ul li {
  color: #333;
  font-size: 16px;
  line-height: 30px;
}
.container .dsxq .dsxq_content .dsxq_item:nth-child(1) {
  background-image: linear-gradient(0deg, #ffffff 58%, #e7f8fc 92%, #cef1f8 100%), linear-gradient(#f3f7fc, #f3f7fc);
}
.container .dsxq .dsxq_content .dsxq_item:nth-child(1) h1 {
  color: #0c72aa;
}
.container .dsxq .dsxq_content .dsxq_item:nth-child(1) p {
  color: #0c72aa;
}
.container .dsxq .dsxq_content .dsxq_item:nth-child(2) {
  background-image: linear-gradient(0deg, #ffffff 58%, #fef5e5 92%, #fceaca 100%), linear-gradient(#f3f7fc, #f3f7fc);
}
.container .dsxq .dsxq_content .dsxq_item:nth-child(2) ul li {
  line-height: 36px;
}
.container .dsxq .dsxq_content .dsxq_item:nth-child(2) h1 {
  color: #fd9317;
}
.container .dsxq .dsxq_content .dsxq_item:nth-child(2) p {
  color: #fd9317;
}
.container .dsxq .dsxq_content .dsxq_item:nth-child(2) span {
  display: block;
  margin: 10px 0;
  color: #fd9317;
}
.container .jxsz {
  margin-top: 48px;
}
.container .jxsz .title {
  background: url(../images/prize_title.png) center no-repeat;
}
.container .jxsz .jxsz_content {
  width: 1200px;
  margin: 49px auto 0 auto;
  background: #fff url(../images/prize_bg.png) no-repeat;
  background-position: top;
  border-radius: 10px;
  padding: 59px 41px 36px 41px;
}
.container .jxsz .jxsz_content h2 {
  width: 305px;
  height: 53px;
  color: #fff;
  text-align: center;
  line-height: 53px;
  letter-spacing: 3px;
  background: url(../images/prize_title_bg.png) center no-repeat;
}
.container .jxsz .jxsz_content .qgjx {
  width: 100%;
}
.container .jxsz .jxsz_content .qgjx table {
  width: 100%;
  margin-top: 13px;
  border-collapse: collapse;
}
.container .jxsz .jxsz_content .qgjx table tr {
  margin-top: 2px;
  background-color: #f3fcfb;
  border-top: 2px solid #fff;
}
.container .jxsz .jxsz_content .qgjx table td {
  line-height: 48px;
  text-align: center;
}
.container .jxsz .jxsz_content .hjsm {
  margin-top: 50px;
}
.container .jxsz .jxsz_content .hjsm .hjsm_content {
  margin-top: 10px;
  background-color: #f3fcfb;
  padding: 18px 64px 15px 33px;
}
.container .jxsz .jxsz_content .hjsm .hjsm_content h3 {
  width: fit-content;
  min-width: 14%;
  height: 50px;
  font-size: 25px;
  letter-spacing: 3px;
  font-style: italic;
  color: #fd9317;
  text-align: center;
  position: relative;
  z-index: 9;
  background: url(../images/prize_title_item.png) center no-repeat;
  background-position-y: 25px;
  background-size: 100% 12px;
}
.container .jxsz .jxsz_content .hjsm .hjsm_content p {
  margin: 0 0 15px 0;
  font-size: 16px;
  color: #333;
  line-height: 32px;
}
.container .jxsz .jxsz_content .jxxg {
  margin-top: 50px;
}
.container .jxsz .jxsz_content .jxxg .jxxg_content {
  margin-top: 13px;
  padding: 28px 51px;
  background-color: #f3fcfb;
}
.container .jxsz .jxsz_content .jxxg .jxxg_content h3 {
  width: fit-content;
  min-width: 14%;
  height: 50px;
  font-size: 25px;
  letter-spacing: 3px;
  font-style: italic;
  color: #fd9317;
  text-align: center;
  position: relative;
  z-index: 9;
  background: url(../images/prize_title_item.png) center no-repeat;
  background-position-y: 25px;
  background-size: 100% 12px;
}
.container .jxsz .jxsz_content .jxxg .jxxg_content p {
  margin: 0 0 15px 0;
  font-size: 16px;
  color: #333;
  line-height: 32px;
}
.container .jxsz .jxsz_content .jxxg .jxxg_content .card_mod {
  width: 540px;
  margin: 45px auto 0 auto;
}
.container .jxsz .jxsz_content .jxxg .jxxg_content .card_mod p {
  text-align: center;
  font-size: 16px;
  margin: 10px 0 0 0;
}
.container .footer {
  width: 100%;
  /*height: 184px;*/
  margin-top: 35px;
  background-color: #313131;
  display: flex;
  align-items: center;
  padding: 40px 20px;
}
.container .footer .footer_content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .footer .footer_content ul li {
  font-size: 16px;
  color: #fff;
  line-height: 40px;
}
.container .footer .footer_content .qr_group {
  width: 280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .footer .footer_content .qr_group .qr_item {
  width: 100px;
  height: 100px;
  background-color: #fff;
  position: relative;
}
.container .footer .footer_content .qr_group .qr_item img {
  width: 100%;
  height: 100%;
}
.container .footer .footer_content .qr_group .qr_item p {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -30px;
  font-size: 16px;
  left: 0;
  color: #fff;
}
.piaochuang {
  position: fixed;
  bottom: 30%;
  right: 10px;
  z-index: 10;
  width: 141px;
  height: 420px;
  padding: 5px 0;
  text-align: center;
  background: url(../images/piaochuang.png) no-repeat;
  background-size: 100% auto;
}
.piaochuang a {
  display: inline-block;
  width: 141px;
  height: 111px;
  text-align: center;
  color: #fff;
  margin-top: 15px;
}
.piaochuang img {
  width: 82px;
  height: 82px;
  /* border-radius: 4px; */
  margin-top: 18px;
}