@charset "gb2312";
/* CSS Document */
ul {font-size: 0;}
ul li {font-size: 1rem;}
a {color: inherit;}
.justify {
  text-align: justify;
  text-justify:inter-ideograph;
  font-size: 0;
}
.justify::after {
  display: inline-block;
  content: '';
  width: 100%;
  height: 0;
  overflow: hidden;
  vertical-align: top;
}
.c-red {
  color: #d10000;
}
.p {
  padding-bottom: 20px;
  line-height: 2em;
}
.banner a {
  display: block;
  height: 580px;
  background: url("../images/banner.jpg") no-repeat center;
}
/*标题*/
.title-main {
  padding: 30px 0;
  text-align: center;
  overflow: hidden;
}
.title-main p {
  line-height: 2em;
  color: #aaaaaa;
}
.title-main strong {
  display: inline-block;
  font-size: 40px;
  color: #3d1111;
  vertical-align: middle;
}
/*人群*/
.rq li {
  display: inline-block;
  width: 190px;
  height: 260px;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  vertical-align: top;
}
.rq li strong {
  display: block;
  padding-top: 10px;
  text-align: center;
}
.rq li p {
  padding: 10px;
  color: #838383;
}
.zx-a {
  display: inline-block;
  padding: 10px 50px;
  background: #3d1111;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  margin: 20px;
}
  /*优势*/
.ys {
  width: 100%;
  background: #f3f1f1;
  color: #fff;
}
.yslist li {
  display: inline-block;
  font-size: 1rem;
  width: 260px;
  height: 280px;
  background: #fff;
  margin: 0 15px;
  vertical-align: top;
}
.yslist li strong {
  display: block;
  padding-top: 30px;
  font-size: 22px;
  line-height: 2em;
  color: #3d1111;
}
.yslist li p {
  padding: 10px;
  text-indent: 2em;
  line-height: 2em;
  text-align: left;
  color: #6d6d6d;
}
/*学习内容*/
.nr-con {
  padding: 10px;
  line-height: 2em;
  overflow: hidden;
}
.bgnr {background: #f3f1f1;}
.bgnr img {
  float: left;
  margin-right: 20px;
}
.nr-con strong {
  font-size: 24px;
  color: #3d1111;
}
.nr-con font {
  color: #88513e;
  font-weight: bold;
}
.fr img {
  float: right;
  margin-left: 20px;
}
  /*环境*/
.hj {
  height: 706px;
  position: relative;
}
.hj .title-main {
  width: 480px;
  position: absolute;
  top: 170px;
  left: 0;
}
/*创就业*/
.cy-con img {
  float: left;
  margin-right: 20px;
}
.cy-con p {
  padding-top: 30px;
  line-height: 2em;
}
.cy-con strong{
  font-size: 24px;
}
.cylist li {
  display: inline-block;
  width: 300px;
  height: 220px;
  line-height: 2em;
  vertical-align: top;
}
.cylist li.bgGrey {
  background: #dbdbdb;
}
.cylist li strong {
  display: block;
  font-size: 24px;
  padding: 40px 20px 0;
  text-align: center;
}
.cylist li p {padding: 0 20px;}
/*问题引导*/
.wenti {
  width: 460px;
  padding: 20px 0;
  float: left;
  margin-left: 90px;
}
.wenti li {
  height: 30px;
  line-height: 30px;
  padding: 10px 20px;
  border-bottom: 1px dashed #ccc;
  overflow: hidden;
}
.wenti li a {
  display: inline-block;
  width: 100px;
  margin-right: 20px;
  background: #88513e;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  float: right;
}
/*报名*/
.bgcolor {
  background: #e9e9e9;
  margin: 20px auto;
}
.bgcolor .wrap {background: url("http://www.xdfpr.cn/zt/xdzh/images/xdzh-bottom.png") no-repeat left bottom;
  padding-top: 30px;
}
.bmbox {
  width: 434px;
  height: 428px;
  margin-left: 756px;
  background: #fff;
}
.bm-title {
  text-align: center;
  padding: 20px;
}
.bm-title strong {
  font-size: 30px;
  color: #93827e;
}
.bm-input {
  display: block;
  width: 295px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #c9c9c9;
  margin: 0 auto 20px;
  padding: 0 10px;
  border-radius: 10px;
}
.bm-submit {
  display: block;
  width: 295px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto 20px;
  border-radius: 50px;
  text-align: center;
  background: -webkit-linear-gradient(left, #ff875d, #ff545c); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ff875d, #ff545c); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ff875d, #ff545c); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ff875d, #ff545c); /* 标准的语法 */
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}