@charset "gb2312";
/* CSS Document */
.cnzz a {
  padding-top: 5px;
  font-size: 14px;
  color: #898686;
  display: inline-block;
}
.inquiry {
  width: 100%;
  margin: 0 auto;
  min-width: 1200px;
  position: relative;
  background: #f7f7f7;
}
.inqu_con {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 70px;
}
.inqu_dang {
  width: 100%;
  height: 70px;
  line-height: 70px;
}
.inqu_dang p {
  color: #999999;
  font-size: 14px;
  padding-left: 10px;
}
.inqu_dang p a {
  color: #999999;
}
.inqu_main1 {
  width: 100%;
  background: #fff;
  margin-top: 10px;
  height: 670px;
  position: relative;
}
/* .ai_img {
  width: 100%;
} */
.im_left {
  float: left;
  width: 339px;
}
.im_left img {
  width: 339px;
  height: 500px;
}
.im_right {
  float: right;
  width: 586px;
  border: 1px #f7f7f7 solid;
  margin-right: 132px;
  margin-top: 80px;
  border-radius: 5px;
}
tr {
  width: 586px;
}
td {
  border: 1px solid #f7f7f7;
  font-size: 14px;
  color: #666666;
  text-align: center;
  height: 55px;
  line-height: 55px;
  border-top: none;
  border-right: none;
}
.im_zhang {
  width: 586px;
  height: 143px;
  position: absolute;
  bottom: -103px;
  right: 16%;
}
.im_zhang p {
  float: right;
  display: block;
  margin-top: 10px;
  color: #999;
  font-size: 12px;
}

/*学员信息查询*/
.inqu_main {
  width: 100%;
  background: #fff;
  margin-top: 10px;
  padding-bottom: 40px;
  overflow: hidden;
}
.im_title {
  width: 100%;
  text-align: center;
  color: #333333;
  font-size: 38px;
  font-weight: bold;
  /* padding-top: 124px; */
  margin-top: 72px;
}
.im_inp {
  /* width: 1060px; */
  margin-top: 40px;
  /* padding-left: 140px; */
  /* position: relative; */
  margin: 0 auto;
}
.bm_input {
  float: left;
  width: 280px;
  height: 66px;
  line-height: 66px;
  border: 1px #f7f7f7 solid;
  padding: 0 15px;
  font-size: 16px;
  color: #cccccc;
  margin-left: 32px;
  margin-right: 8px;
  margin-bottom: 14px;
  border-radius: 8px;
  background: none;
}

/*  4.17 赵老师修改开始*/

/*学员信息查询*/
.form_box {
  display: flex;
  flex-direction: column;
  /* width: 650px; */
  margin: 0 auto;
  /* padding-left: 160px; */
  align-items: center;
  margin-top: 20px;
}
.form_row {
  display: flex;
  margin-top: 13px;
  margin-left: 15px;
}
.form_row input {
  width: 390px;
  border: 1px solid #e2e2e2;
  height: 45px;
  border-radius: 5px;
  padding-left: 60px;
  font-size: 18px;
  color: #afafaf;
  background-repeat: no-repeat;
  background-position: left;

  /* background-image: url(../images/name.png); */
}

#pic_code {
  width: 238px;
}

#mobile_code {
  width: 238px;
}

#name {
  background-image: url(../images/name.png);
}

#phone_number {
  background-image: url(../images/tel.png);
}
#pic_code {
  width: 258px;
  background-image: url(../images/code.png);
}
#mobile_code {
  width: 258px;
  background-image: url(../images/safecode.png);
}


#submit1 {
  width: 452px;
  margin-top: 38px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  /* margin-left: 10px; */
  /* background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: 32px;
  padding-left: 80px; */
}

.form_row img {
  float: left;
  /* margin-right: 15px; */
  margin-top: 5px;
}

#img_pic_code {
  margin-left: 27px;
  margin-top: 2px;
  margin-right: 8px;
}
#img_mobile_code {
  margin-left: 10px;
  width: 115px;
  padding: 0;
  color: #ee3939;
  background-color: #ffffff;
}


/*  4.17 赵老师修改结束*/

/*报名*/
input::-webkit-input-placeholder {
  /*webkit内核浏览器*/
  color: #cccccc;
}
input:-moz-placeholder {
  /*firefox 1.8-*/
  color: #cccccc;
}
input::-moz-placeholder {
  /*firefox 1.9+*/
  color: #cccccc;
}
input:-ms-placeholder {
  color: #cccccc;
}

.z_btn:hover {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background: #e95454 !important;
}

.sunmitbox {
  position: relative;
}
.xun {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 53px;
  right: 184px;
}
.inqu_m1 {
  width: 850px;
  height: 70px;
  line-height: 70px;
  margin: 0 auto;
  background: #f7f7f7;
  margin-top: 30px;
}
.inqu_m1 img {
  width: 38px;
  height: 38px;
  float: left;
  margin-top: 15px;
  margin-left: 20px;
  margin-right: 18px;
}
.inqu_m1 span {
  font-size: 14px;
  color: #fe6e6e;
}
.inqu_m2 {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
.inqu_m2 p {
  color: #bbbbbb;
  font-size: 14px;
}

#submit1 {
  background-color: #ff7e76;
  font-size: 18px;
}

.stu_title{
	width:588px;background:#fe6e6e; font-size:28px; font-weight:bold; color:#fff; text-align:center;height:56px;line-height:56px;border-left:none;border-radius:5px 5px 0px 0px;
}
.stu_text{
	text-align:left;padding-left:30px;
}
.border_left_none{
	border-left:none;
}
.border_bottom_none{
	border-bottom:none;
}
.cert_content{
	width: 100%;background: #fff;height: 723px;
}
.cert_bg_image{
	margin: 0 auto;width: auto;display: flex;padding-top: 60px;
}
.cert_bg_image1{
	margin: 0 auto;width: auto;display: flex;
}
.cert_header{
	position: absolute;bottom: 221px;left: 270px;width: 144px;height: 201px;
}
.cert_header1{
	position: absolute;bottom: 185px;left: 286px;width: 144px;height: 201px;
}
.cert_text_p1{
	position: absolute;bottom: 42%;left: 40%;width: 470px;font-size: 19px;font-weight: bold;line-height:47px;text-indent: 38px;
}
.cert_text_p2{
	position: absolute;bottom: 36%;left: 42%;width: 473px;font-size: 19px;font-weight: bold;line-height:47px;text-indent: 38px;
}
.cert_text{
	border-bottom: 1px solid;padding: 0 7px;
}
.cert_text1{
	position: absolute;bottom: 36%;left: 40%;width: 470px;font-size: 19px;font-weight: bold;text-indent: 38px;
}
.cert_text2{
	position: absolute;bottom: 21%;left: 21%;width: 473px;font-size: 17px;font-weight: bold;
}
.cert_text3{
	position: absolute;bottom: 20%;right: 21%;width: 273px;font-size: 18px;font-weight: bold;text-align: right;line-height: 29px;
}
.cert_text4{
	position: absolute;bottom: 30%;left: 42%;width: 473px;font-size: 19px;font-weight: bold;text-indent: 38px;
}
.cert_text5{
	position: absolute;bottom: 18%;left: 21%;width: 473px;font-size: 17px;font-weight: bold;
}
.cert_text6{
	position: absolute;bottom: 18%;right: 19%;width: 273px;font-size: 18px;font-weight: bold;text-align: right;line-height: 29px;
}
.cert_text_day{
	padding-right: 16px;
}