@charset "GBK";
/* 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 2%;}
.p {
  text-indent: 2em;
  line-height: 2em;
}
.img100{width: 100%;}

.title_main {
  font-size: 1.4rem;
  text-align: center;
  color: #0863dd;
  position: relative;
  z-index: 1;
  margin: 3% auto;
}
.zxbtn{
  width: 68%;
  line-height: 2.4rem;
  background: #ee7800;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 1.2rem;
  margin: 3% auto;
  border-radius: 28px;
}
.p_con{
  text-indent: 2rem;
  line-height: 1.6rem;
  width: 94%;
  margin: 0 auto;
}
.ul_list1 li{
  width: 28%;
  margin: 4% auto 1%;
}
.ul_list1 li img{
  width: 62%;
  margin: 0 auto;
  display: block;
}
.ul_list1 li span{
  display: block;
  text-align: center;
  margin: 3% auto 0;
}
.ul_list1 li:last-child span{
  background-color: #646dfa;
  color: #fff;
  width: 70%;
}
.img_w95{
  width: 95%;
  display: block;
}
.img_w93{
  width: 93%;
  display: block;
}
.ul_list2 li strong{
  color: #0863dd;
  margin: 0 auto 1%;
  display: block;
}
.ul_list2 li p{
  margin: 1% auto;
}

.ul_list2 li p span{
  color: #0863dd;
}

.bggrey{
  padding: 1% 0;
  background: -webkit-linear-gradient(left top, #646dfa , #34afe8); /* Safari 5.1 - 6.0 */ 

background: -o-linear-gradient(bottom right,  #646dfa , #34afe8); /* Opera 11.1 - 12.0 */ 

background: -moz-linear-gradient(bottom right, #646dfa , #34afe8); /* Firefox 3.6 - 15 */ 

background: linear-gradient(to bottom right,  #646dfa , #34afe8); /* 标准的语法 */

}
.bggrey .jddc_input{
  width: 46%;
  height: 2.2rem;
  border: none;
  border-radius: 22px;
  padding-left: 1rem;
  margin: 2% 2% 2% 9%;
  
}
.jddc_submit{
  width: 30%;
  height: 2.2rem;
  border: none;
  color: #646dfa;
}
.div_bt .left{
  line-height: 1.6rem;
  width: 60%;
}
.div_bt .right{
  width: 36%;
}
.div_bt .right a{
  width: 100%;
  line-height: 3rem;
  background: #ee7800;
  text-align: center;
  display: block;
  color: #fff;
}
.zy_list li{
  width: 48%;
  margin: 2% auto;
  border: 1px solid #cbcbcb;
  border-radius: 10px;
  padding-bottom: 0.2rem;
}

.zy_list li img{
  width: 100%;
}
.zy_list li b{
  text-align: center;
  background-color: #eeeeee;
  display: block;
  line-height: 3rem;
  font-size: 1.1rem;
}
.zy_list li p{
  width: 92%;
  margin: 2% auto;
  height: 8rem;
}

.title_main span{
  text-align: center;
  color: #333333;
  font-size: 1rem;
}


/*表单2*/
.bm2 {
  background: #fff;
  border-radius: 0.3rem;
  box-shadow: 0 0 0.5rem #999;
  overflow: hidden;
}
.bm2_title {
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  color: #4a4949;
}
.bm2_label {align-items: center;}
.bm2_label b {width: 15%;text-align: right;}
.bm2_label input,.bm2_label select {
  display: block;
  width: 76%;
  height: 2.5rem;
  line-height: 2.5rem;
  border: none;
  box-shadow: none;
  outline: none;
  margin-right: 8%;
  padding-left: 5%;
  
}
.bm2_label select {width: 80%;}
.bm2_label .bm2_name {background: #e7e7e7 url("../images/form-1.png") no-repeat 1% center/5%;}
.bm2_label .bm2_dianhua {background: #e7e7e7 url("../images/form-2.png") no-repeat 1% center/5%;}
.bm2_label .bm2_zhuanye {background: #e7e7e7 url("../images/form-3.png") no-repeat 1% center/5%;}
.bm2_p {text-align: center;}
.bm2_p img {
  display: inline;
  width: 3%;
  margin-right: 3%;
}
.bm2_submit {
  display: block;
  width: 80%;
  height: 2.5rem;
  line-height: 2.5rem;
  border: none;
  box-shadow: none;
  outline: none;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 20px;
  background: -webkit-linear-gradient(left top, #646dfa , #34afe8); /* Safari 5.1 - 6.0 */ 
  background: -o-linear-gradient(bottom right,  #646dfa , #34afe8); /* Opera 11.1 - 12.0 */ 
  background: -moz-linear-gradient(bottom right, #646dfa , #34afe8); /* Firefox 3.6 - 15 */ 
  background: linear-gradient(to bottom right,  #646dfa , #34afe8); /* ??????? */
}

.bm2{
  background: url(../images/img25.jpg);
  padding: 5% 2%;
}
.bg_baise{
  background: #fff;
  width: 50%;
  float: right;
  margin: 3% 0;
  padding: 2% 1%;
}
