<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
a {color: inherit;}
button {
  border: none;
  box-shadow: none;
  outline: none;
}
.flex {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content: space-between;
  align-content: space-between;
}
.wrap {width: 1200px;margin: auto;}
.mar {margin: 20px auto;}
.pad {padding: 20px;}
.p {text-indent: 2em;line-height: 1.5em;}
.banner {min-width: 1200px;}
.pymb {
  padding: 30px 0;
  background: #e8e8e8;
}
.pymb .wrap {background: #fff; align-items: center;}
.pymb article {width: 700px;padding: 30px;}
.pymb article strong {
  display: block;
  font-size: 24px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #333;
}
.pymb article .pymb_p {
  text-indent: 2em;
}
.pymb article a {
  display: block;
  width: 150px;
  line-height: 35px;
  background: #e6471d;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-left: 550px;
}

.title_main {
  text-align: center;
  position: relative;
  font-size: 42px;
}
.title_main p {
  text-transform: uppercase;
  color: #e8e8e8;
  font-weight: bold;
  margin-bottom: -35px;
}

.kctx li {
  width: 291px;
  background: #f5f5f5;
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.kctx li strong {
  font-size: 24px;
  color: #e6471d;
  line-height: 50px;
}

.zxbtn {
  display: block;
  width: 300px;
  line-height: 60px;
  background: #e6471d;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  margin: 0 auto 30px;
  font-size: 20px;
}

.jxbox {
  background: url("../images/jx-bg.jpg") no-repeat center/cover;
  overflow: hidden;
}
.jx li {
  width: 363px;
  background: #fff;
  margin-bottom: 30px;
}
.jx li strong {
  display: block;
  width: 363px;
  line-height: 50px;
  background: #e6471d;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
.jx li p {padding: 20px;}

.sxkc li {
  width: 230px;
  border-radius: .5rem;
  background: #f5f5f5;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}
.sxkc li p {line-height: 2.5rem;}

.ysbox {
  background: #f0efef;
  overflow: hidden;
}
.ys {
  align-items: flex-end;
  border-bottom: 20px solid #fff;
}
.yslist {
  width: 708px;
  background: #fff;
  padding: 30px;
}
.yslist li {
  width: 48.5%;
}
.yslist li strong {
  display: block;
  line-height: 2rem;
  font-size: 1.2rem;
}
.yslist li span {
  display: inline-block;
  padding: 0 .5rem;
  margin-right: .5rem;
  background: #e6471d;
  color: #fff;
}
.yslist li p {margin: 3% 0 5%;}

.jyfw {
  width: 1160px;
  padding: 20px;
  background: #f0efef;
  align-items: center;
}
.jyfw img {width: 540px;height: 316px;}
.jyfw article {width: 600px;}
.jyfw article strong {font-size: 28px;}
.jyfw article hr {width: 60px;border-top: 1px solid #333;margin: 3% 0;}
.jyfw article p {line-height: 1.8em;}
.jyfw article p span {color: #e6471d;}
.jyfw article .jybtn {
  display: block;
  width: 245px;
  line-height: 50px;
  background: #e6471d;
  color: #fff;
  text-align: center;
  margin-top: 30px;
  position: relative;
}
.jyfw article .jybtn:after {
  width: 100%;
  height: 100%;
  content: '';
  border: 1px solid #e6471d;
  position: absolute;
  left: 5px;
  top: 5px;
}

.jnxl li {
  width: 385px;
  background: #fff;
}
.jnxl li strong {
  display: block;
  text-align: center;
  font-size: 24px;
  padding-top: 20px;
}
.jnxl li p {padding: 20px;}

/*报名动态*/
.bmdt {
  width: 780px;
  box-shadow: 0 0 5px #ccc;
  border-radius: .5rem;
  overflow: hidden;
}
.bm_title {
  line-height: 50px;
  background: #e43e04;
  color: #fff;
  text-align: center;
}
.bmdtlist_title {line-height:40px;text-align: center;border-bottom: 1px dashed #666;}
.bmdtlist {height: 280px;text-align: center;background: #fff;}
.bmdtlist .swiper-slide {height: 40px;line-height: 30px;font-size: 1rem;text-align: center;border-bottom: 1px dashed #666;box-sizing: border-box;}
.bmdtlist_title span:nth-child(1), .bmdtlist .swiper-slide span:nth-child(1) {width: 20%;}
.bmdtlist_title span:nth-child(2), .bmdtlist .swiper-slide span:nth-child(2) {width: 25%;}
.bmdtlist_title span:nth-child(3), .bmdtlist .swiper-slide span:nth-child(3) {width: 30%;}
.tzs img, .picleft img {width: 100%;}
/*表单*/
.bm1 {
  width: 380px;
  border-radius: 0.3rem;
  box-shadow: 0 0 0.5rem #999;
  overflow: hidden;
}
.bm1_title {
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
}
.bm1_label {align-items: center;}
.bm1_label b {width: 15%;text-align: right;}
.bm1_input {
  display: block;
  width: 70%;
  height: 2.5rem;
  line-height: 2.5rem;
  border: 1px solid #ccc;
  box-shadow: none;
  outline: none;
  margin-right: 5%;
  padding-left: 6%;
}
.bm1_p {text-align: center;}
.bm1_p img {
  display: inline;
  width: 3%;
  margin-right: 3%;
  vertical-align: middle;
}
.bm1_p b {color: #f8542f;}
.bm1_submit {
  display: block;
  width: 50%;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 50px;
  border: none;
  box-shadow: none;
  outline: none;
  background: #f8542f;
  color: #fff;
  font-size: 1.2rem;
}

</pre></body></html>