html,
body {
  width: 100%;
  height: 100%;
}
.container {
  width: 100%;
  background: #cd3729 url(../images/bg.png?v=1.0.2) top no-repeat;
  background-size: 100%;
  padding-bottom: 6.93333333vw;
}
.nav_list {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 12vw;
  line-height: 12vw;
}
.nav_list ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #fff;
}
.nav_list ul li a {
  display: inline-block;
  width: 100%;
  color: #333;
}
.container .banner {
  padding: 23.33333333vw 4.93333333vw 0 5.6vw;
}
.container .banner .com_name {
  width: 77.46666667vw;
  height: 10.53333333vw;
  border-radius: 5.33333333vw;
  background-color: #d62321;
  color: #fff8ec;
  font-size: 6.4vw;
  text-align: center;
  line-height: 10.53333333vw;
  margin: 0 auto;
  font-weight: bolder;
}
.container .banner .title {
  width: 89.46666667vw;
  height: 7.6vw;
  font-size: 7.73333333vw;
  line-height: 7.6vw;
  letter-spacing: 0.26666667vw;
  color: #d62321;
  text-align: center;
  font-weight: bolder;
  /* -webkit-text-stroke: 1.1px #fff; */
  margin: 2.93333333vw auto 3.06666667vw auto;
}
.container .banner .b_zbdw {
  width: 76.26666667vw;
  height: 12.8vw;
  /*background: url(../images/b_zbdw.png) center no-repeat;*/
  background-size: 100% 100%;
  margin: 0 auto;
}
.container .banner .b_zbdw p {
  font-size: 3.46666667vw;
  line-height: 6.4vw;
  text-align: center;
  color: #d62321;
  font-weight: bolder;
  /* -webkit-text-stroke: 0.5px #fff; */
}
.container .ljdt {
  margin-top: 68.53333333vw;
  text-align: center;
}
.container .ljdt button {
  width: 92vw;
  height: 13.6vw;
  background-image: linear-gradient(0deg, #f8ba7d 0%, #fff9f1 100%), linear-gradient(#f5f5f9, #f5f5f9);
  border-radius: 6.8vw;
  border: none;
}
.container .ljdt button a {
  display: inline-block;
  width: 92vw;
  height: 13.6vw;
  color: #cd3729;
  font-weight: bolder;
  font-size: 4.66666667vw;
  line-height: 13.6vw;
}
.container .content {
  margin: 8.8vw 0 0 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.container .content img {
  width: 80.13333333vw;
}
.container .content .public {
  width: 92vw;
  margin-top: 4.8vw;
  background-color: #ffffff;
  border-radius: 2.66666667vw;
  border: solid 1px #ffefdd;
}
.container .content .dsbg {
  box-shadow: inset 0px 0px 3.6vw 0px rgba(205, 55, 41, 0.73);
  padding: 5.33333333vw 4.13333333vw 6.53333333vw 4vw;
}
.container .content .dsbg p {
  text-indent: 2em;
  font-size: 3.46666667vw;
  line-height: 6.4vw;
  color: #333333;
}
.container .content .zbdw {
  padding: 5.33333333vw 4.13333333vw 6.53333333vw;
  background: url(../images/lz_pic.png) center no-repeat;
  background-size: 100% 100%;
}
.container .content .zbdw h2 {
  text-align: center;
  font-size: 5.33333333vw;
  line-height: 6.4vw;
  color: #cd3729;
  position: relative;
}
.container .content .zbdw h2::after {
  content: " ";
  display: inline-block;
  width: 47.46666667vw;
  height: 3.06666667vw;
  background: url(../images/title_rect.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: calc(50% - (180 / 7.5) * 1vw);
  bottom: -0.66666667vw;
}
.container .content .zbdw p {
  margin-top: 12px;
  /*text-indent: 2em;*/
  font-size: 3.46666667vw;
  line-height: 6.4vw;
  color: #333333;
}
.container .content .dsdx {
  box-shadow: inset 0px 0px 3.6vw 0px rgba(205, 55, 41, 0.73);
  padding: 5.2vw 0 5.2vw 0;
}
.container .content .dsdx p {
  text-align: center;
  color: #333333;
  font-size: 3.46666667vw;
  font-weight: bolder;
  line-height: 6.4vw;
}
.container .content .dsxq {
  box-shadow: inset 0px 0px 3.6vw 0px rgba(205, 55, 41, 0.73);
  padding: 5.2vw 5.2vw 5.2vw 5.2vw;
}
.container .content .dsxq h3 {
  font-size: 4.26666667vw;
  color: #cd3729;
  line-height: 4.8vw;
}
.container .content .dsxq h3::before {
  content: " ";
  display: inline-block;
  width: 4vw;
  height: 4.13333333vw;
  background: url(../images/dot.png) center no-repeat;
  background-size: 100% 100%;
  margin-right: 2.26666667vw;
}
.container .content .dsxq h3:nth-child(3) {
  margin-top: 4.53333333vw;
}
.container .content .dsxq h3:nth-child(5) {
  margin-top: 4.53333333vw;
}
.container .content .dsxq p {
  padding-left: 6vw;
  color: #333333;
  line-height: 6.4vw;
  font-size: 3.46666667vw;
}
.container .content .dsxq p:nth-child(even) {
  margin-top: 2.53333333vw;
}
.container .content .jxsz {
  background: url(../images/jxsz_bg.png) center no-repeat;
  background-size: 100% 100%;
  padding: 5.2vw 5.2vw 5.2vw 5.2vw;
  position: relative;
}
.container .content .jxsz .grjx_flag {
  position: absolute;
  left: 1.86666667vw;
  top: 0;
  width: 16.13333333vw;
  height: 25.73333333vw;
  font-size: 4vw;
  color: #fff;
  background: url(../images/flag.png) center no-repeat;
  background-size: 100% 100%;
  writing-mode: vertical-lr;
  text-align: center;
  letter-spacing: 0.4vw;
  line-height: 16.13333333vw;
}
.container .content .jxsz .top {
  width: 41.6vw;
  margin: 0 auto;
}
.container .content .jxsz .top li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bolder;
  margin-top: 1.33333333vw;
  line-height: 6.4vw;
}
.container .content .jxsz .top li p {
  color: #333;
  font-size: 3.33333333vw;
}
.container .content .jxsz .top li span {
  display: inline-block;
  width: max-content;
  text-align: left;
  color: #e3432a;
  font-size: 4vw;
}
.container .content .jxsz .top li:first-child {
  margin: 0;
}
.container .content .jxsz .ele_card {
  width: 44.13333333vw;
  height: 10.26666667vw;
  background-color: #cd3729;
  border-radius: 5.06666667vw;
  color: #fff;
  font-size: 4vw;
  line-height: 10.26666667vw;
  text-align: center;
  margin: 4.93333333vw auto 0 auto;
}
.container .content .jxsz .tips {
  width: 69.2vw;
  color: #666666;
  margin: 4.4vw auto 0 auto;
  font-size: 3.46666667vw;
  line-height: 4.8vw;
}
.container .content .jxsz .zdjs_title {
  width: 35.6vw;
  height: 6.8vw;
  font-size: 4.8vw;
  color: #cd3729;
  line-height: 1.7;
  text-align: center;
  margin: 0 auto;
  background: url(../images/school.png) center no-repeat;
  background-size: 100% 100%;
}
.container .content .jxsz .zdjs_txt {
  margin-top: 5.46666667vw;
  font-size: 3.46666667vw;
  color: #333;
  line-height: 6.4vw;
}
.container .content .lxwm {
  box-shadow: inset 0px 0px 3.6vw 0px rgba(205, 55, 41, 0.73);
  padding: 5.2vw 0 5.2vw 0;
}
.container .content .lxwm p {
  font-size: 4.26666667vw;
  color: #333;
  font-weight: bolder;
  text-align: center;
  line-height: 9.6vw;
}
.container .content .lxwm .qr {
  width: 40.4vw;
  height: 40.4vw;
  border-radius: 1.33333333vw;
  background-color: #cd3729;
  margin: 6.4vw auto 2.66666667vw auto;
}

.piaochuang{
  position: fixed;
  right: 0;
  bottom: 30vh;
  z-index: 2;
  width: 40px;
}
/*�������*/
.clearfix:after{
  content:".";
  display:block;
  height:0;
  visibility:hidden;
  clear:both;
}
.clearfix{
  zoom:1;
}
