@charset "UTF-8";
/* CSS Document */
body {  color: #252525;background: #fff;}
.fl{ float:left;}
.fr{ float:right;}
.flex{display: flex; flex-direction: row; flex-wrap: wrap;justify-content: space-between;}
.clear{clear:both;}
.clearfix:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix{*zoom:1;}
.mar30 {margin: 3% auto;}
.wrap {padding: 0 1%;}
button {
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
}
.p {
  text-indent: 2em;
  line-height: 2em;
}
.img100{width: 100%;}

/**/
.lead {align-items: flex-start;}
.lead li {
  width: 24%;
  text-align: center;
  background: #c88a0d;
  color: #fff;
}
.lead li:nth-child(odd) {margin-top: 5%;}
.lead li h4 {
  margin: 8% auto;
  font-size: 1.2rem;
}
.lead li img {height: 3rem;}
.lead li hr {
  width: 20%;
  border: 1px solid #fff;
  margin: 8% auto;
}
.lead li strong {font-weight: 800;}
.lead li span {
  display: block;
  padding: 10% 0;
  background: url("/images/zy/sskfxqb/num.png") no-repeat center/contain;
  margin: 8% auto;
}
.mar {
  margin: 3% auto;
}

/*标题*/
.title_main {
  padding-top: 3%;
  text-align: center;
  position: relative;
  z-index: 1;
  line-height: 1.8em;
}
.title_main p {
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.3rem;
  color: #f0efef;
  font-style: italic;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.title_main strong {
  font-size: 1.7rem;
  color: #331305;

}
.ul_list1 li img{
  width: 100%;
}
.ul_list2 li{
  width: 49%;
  margin: 0.4rem auto;
}
.ul_list2 li img{
  width: 100%;
}
.ul_list2 li strong{
text-align: center;
    font-size: 1.2rem;
    display: block;
    background: #6e5a50;
    color: #fff;
    padding: 0.4rem 0;
    text-transform: uppercase;

}
.ul_list2 li p{
  width: 94%;
  margin: 0.4rem auto;
}

.zxbtn {
  display: block;
  width: 70%;
  padding: 2% 0;
  background: #dda841;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 5%;
}
.zxbtn::after {
  width: 98%;
  height: 98%;
  content: '';
  border: 1px solid #dda841;
  position: absolute;
  left: 3%;
  top: 10%;
}

.title_main .con_span{
  text-align: center;
}
.w98{
  width: 98%;
  margin: 0 auto;
  display: block;
}

.bgY {background: #fff5e3;overflow: hidden;}
.bgY .title_main p {color: #feeac5;}

.ys li {
  margin: 2% 3%;
  box-shadow: 0 0 5px #333;
  background: #281100;
  color: #fff;
  align-items: center;
}
.ys li img {width: 48.5%;}
.ys li article {width: 48.5%;}
.ys li article strong {
  display: block;
  font-size: 1.2rem;
  text-align: center;
}
.ys li article hr {
  width: 30%;
  border: 1px solid #f3ca9d;
  margin: 3% auto;
}

.ul_list3 li{
  width: 48%;
  margin: 0.4rem auto;
}
.ul_list3 li img{
  width: 100%;
}
.father img{
  width: 100%;
}


/*底部表单*/
.bm1 {
  border-radius: 0.3rem;
  box-shadow: 0 0 0.5rem #999;
  overflow: hidden;
  width: 94%;
}
.bm1_title {
  font-size: 1.5rem;
  text-align: center;
  color: #331305;
  font-weight: bold;
}
.bm1_label {align-items: center;}
.bm1_label b {width: 15%;text-align: right;}
.bm1_label input {
  width: 74%;
  height: 2.5rem;
  line-height: 2.5rem;
  border: none;
  box-shadow: none;
  outline: none;
  margin-right: 5%;
  padding-left: 6%;
}

.bm1_label .bm1_name {    background: #f0f0f0 url(/images/zy/sskfxqb/input-1.png) no-repeat 1% center/4.2%;}
.bm1_label .bm1_dianhua {    background: #f0f0f0 url(/images/zy/sskfxqb/input-2.png) no-repeat 0.7% center/4.8%;}
.bm1_label .bm1_zhuanye {    background: #f0f0f0 url(/images/zy/sskfxqb/input-3.png) no-repeat 1% center/4.2%;}
.bm1_label select {
  width: 80%;
  height: 2.5rem;
  line-height: 2.5rem;
  border: none;
  box-shadow: none;
  outline: none;
  margin-right: 5%;
  padding-left: 6%;
}
.bm1_p {text-align: center;}
.bm1_p img {
  display: inline;
  width: 2.4%;
  margin-right: 2.5%;
}
.bm1_submit {
  display: block;
  width: 80%;
  height: 2.5rem;
  line-height: 2.5rem;
  border: none;
  box-shadow: none;
  outline: none;
  background: #dda841;
  color: #fff;
  font-size: 1.2rem;
}
.c-red {
  color: #f20000;
}
