@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%;}
.p {
  text-indent: 2em;
  line-height: 2em;
}
.img100{width: 100%;}
.w98{
  width: 98%;
  display: block;
  margin: 1rem auto;
}
.title_main {
  font-size: 1.4rem;
  text-align: center;
  color: #330500;
  position: relative;
  z-index: 1;
  font-weight: bold;
}
.zxbtn {
  display: block;
  width: 64%;
  background: #dda841;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  border: none;
  line-height: 2.6rem;
}
.zxbtn span{
	color: #ff0000;
}


.zxbtn::after {
	width: 98%;
	height: 98%;
	content: '';
	border: 1px solid #dda841;
	position: absolute;
	left: 3%;
	top: 10%;
  }
.ul_list1 li{
  width: 27%;
  margin: 1rem auto 0;
  box-shadow: 0px 0px 8px #d0cfcf;
  height: 7rem;
  padding-left: 3.2%;
  color: #330500;
  background: #fff;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.ul_list1 li strong{
  font-size: 1.4rem;
}
.ul_list1 li a{
  color: red;
  border: 1px solid red;
  padding: 0.3rem 0.8rem;
  margin: 1rem auto 0;
  display: block;
  width: 56%;
  border-radius: 36px;
  text-align: center;
}
.ul_list1{
  background: #f3f1f1;
  padding-bottom: 1rem;
}


.bg_zs {
  background: #380c0a;
  padding-bottom: 1rem;
}

.ul_list2 li{
  width: 49%;
  background: #745554;
  margin: 0.2rem auto;
  padding: 1rem 0;
}
.ul_list2 li img{
  display: block;
  margin: 1rem auto;
  width: 2.3rem;
}
.ul_list2{
    margin: 20px auto 0;
    padding: 20px 0 0;
}
.ul_list2 li strong{
  color: #f7bd55;
  text-align: center;
  display: block;
  margin: 1rem auto;
  font-size: 1.2rem;
}
.ul_list2 li p{
  text-align: center;
  color: #fff;
  font-size: 1rem;
  line-height: 1.6rem;
  margin: 0.8rem auto;
}

.title_main_p{
  text-align: center;
  font-size: 1rem;
  color: #ff0000;
  margin: -0.8rem auto 1rem;
}

.ul_list3 li{
  margin: 1rem auto 0;
  width: 48%;
}
.ul_list3 li img.biaoti_img{
  margin: 1rem auto;
  display: block;
  width: 69%;
}


.bg_hs{
  background: #dedede;
  padding-bottom: 1rem;
  padding-top: 0.1rem;
  margin: 0px auto 0;
}
.bg_hs strong{
  display: block;
  margin: 0.8rem auto;
  font-size: 1.4rem;
  text-align: center;
}
.bg_hs p{
  text-align: center;
  font-size: 0.8rem;
}

.ul_list4 li {
  width: 30%;
  margin: 0 auto;
}
.ul_list4 li img{
  width: 100%;
}
.ul_list4 li p{
  text-align: center;
  font-size: 0.9rem;
  margin: 1rem auto;
}
.bg{
  background: url(/images/zy/xdzhb/bg.jpg);
  background-size: cover;
}

.ul_list5 {
  width: 50%;
  background: #cdc6c7;
  height: 100%;
  opacity: 0.9;
  margin: 0.6rem 0.6rem 0.6rem 50%;
}
.ul_list5 li{
  width: 42%;
  margin: 1.1rem auto;
  font-size: 1rem;
}
.ul_list5 li span{
	color: #ff0000;
    font-weight: bold;
    text-transform: uppercase;
}


 /*表单*/
 .bm1 {
  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_label input,.bm1_label select {
  display: block;
  width: 74%;
  height: 2.5rem;
  line-height: 2.5rem;
  border: none;
  box-shadow: none;
  outline: none;
  margin-right: 5%;
  padding-left: 6%;
}
.bm1_label select {width: 80%;}
.bm1_label .bm1_name {background:#e7e7e7 url("/images/zy/xdzhb/form-1.png") no-repeat 1% center/4%}
.bm1_label .bm1_dianhua {background: #e7e7e7 url("/images/zy/xdzhb/form-2.png") no-repeat 1% center/5%;}
.bm1_label .bm1_zhuanye {background: #e7e7e7 url("/images/zy/xdzhb/form-3.png") no-repeat 1.2% center/4.2%}
.bm1_p {text-align: center;}
.bm1_p img {
  display: inline;
  width: 3%;
  margin-right: 3%;
}
.bm1_submit {
  display: block;
  width: 80%;
  height: 2.5rem;
  line-height: 2.5rem;
  border: none;
  box-shadow: none;
  outline: none;
  background: #eb020e;
  color: #fff;
  font-size: 1.2rem;
}
.mar {
  margin: 3% auto;
}