@charset "gbk";
/* 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;
}
.banner a {
  display: block;
  height: 580px;
  background: url("/images/cybf/banner.jpg") no-repeat center;
}
.title-main {
  margin: 30px auto;
  font-size: 36px;
  text-align: center;
  position: relative;
}
.color1 {color: #1273c4;}
.color2 {color: #fff;}
.title-main span {
  padding-bottom: 5px;
  border-bottom: 2px solid;
}
.navbtn {
  box-shadow: 0 10px 10px #ccc;
}
.navbtn a {
  display: inline-block;
  padding: 30px;
}
.navbtn .on {
  background: #1273c4;
  color: #fff;
}
.lead {
  height: 270px;
  padding-right: 500px;
  margin: 80px 20px 30px;
  background: url("/images/cybf/fw-1.jpg") no-repeat right center;
}
.lead .title-main {
  margin: 0;
}
.lead center {
  font-size: 18px;
  color: #8d8d8d;
}
.lead p {
  line-height: 2em;
  margin: 20px auto;
}
.lead a {
  padding: 10px 50px;
  background: #ff7070;
  color: #fff;
  margin-left: 50px;
  border-radius: 10px;
}
.lead-img li {
  display: inline-block;
  width: 230px;
  text-align: center;
  margin-bottom: 50px;
}
.lead-img li strong {
  display: block;
  font-size: 20px;
  color: #e43b3f;
  padding: 10px 0;
  margin: 10px auto;
  position: relative;
}
.lead-img li strong::after {
  width: 20px;
  height: 100%;
  content: '';
  border-bottom: 2px solid #666;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -10px;
}
.bg1 {
  background: #000;
  overflow: hidden;
}
.fwtx li {
  background: #e5e5e5;
  padding: 30px;
  margin-bottom: 30px;
}
.fwtx-left {
  display: inline-block;
  padding: 5px 50px;
  background: #fff;
  font-size: 36px;
  margin-right: 20px;
}
.fwtx-left i {
  font-size: 80px;
  font-weight: lighter;
  vertical-align: middle;
  margin-right: 20px;
}
.fwtx-right {
  display: inline-block;
  width: 600px;
  padding: 30px 0;
  margin-left: 20px;
  line-height: 2em;
  vertical-align: middle;
}
.zxbtn1 {
  display: block;
  width: 250px;
  height: 60px;
  line-height: 60px;
  margin: 30px auto;
  border: 1px solid #ff7070;
  color: #ff7070;
  text-align: center;
  border-radius: 10px;
}
.bfnr {text-align: center;}
.bfnr li {
  display: inline-block;
  width: 220px;
  height: 130px;
  padding: 20px;
  margin: 20px;
  border-radius: 10px;
  vertical-align: top;
  text-align: left;
}
.bfnr li:nth-child(1), .bfnr li:nth-child(3),.bfnr li:nth-child(6), .bfnr li:nth-child(8) {
  background: #dddddd;
}
.bfnr li:nth-child(2), .bfnr li:nth-child(4),.bfnr li:nth-child(5), .bfnr li:nth-child(7)  {
  background: #1273c4;
  color: #fff;
}
.zxbtn2 {
  display: block;
  width: 350px;
  height: 60px;
  line-height: 60px;
  margin: 30px auto;
  background: #ff7070;
  color: #fff;
  text-align: center;
  border-radius: 10px;
}
/*专业推荐*/
.zytab-title {margin: 20px auto;}
.zytab-title li {
  display: inline-block;
  width: 360px;
  height: 50px;
  line-height: 50px;
  background: #bfbfbf;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  border-radius: 5px;
}
.zytab-title .on {background: #0089e9;}

.zytab-con > li {display: none;}
.zytab-con > li:first-child {display: block;}
.zylist li {
  display: inline-block;
  width: 370px;
  border: 1px solid #efefef;
  border-radius: 10px 10px 0 0;
  font-size: 1rem;
  margin-bottom: 20px;
  overflow: hidden;
}
.zylist-text {
  height: 140px;
  padding: 15px;
  background: #efefef;
}
.zylist-text strong {
  display: block;
  font-size: 22px;
  color: #545454;
  margin-bottom: 10px;
  overflow: hidden;
}
.zylist-text strong span {
  display: block;
  font-size: 16px;
  float: right;
  padding-top: 5px;
}
.zylist-text p {
  color: #979797;
  line-height: 1.5em;
}
.zylist-zx a {
  display: inline-block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  margin: 15px 10px;
  background: #bfbfbf;
  color: #fff;
  border-radius: 5px;
}
.zylist-zx a:first-child {background: #0089e9;}
/*问题答疑*/
.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: #00a3d2;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  float: right;
}
/*报名表单*/
.bgcolor {
  background: #e9e9e9;
  margin: 20px auto;

}
.bgcolor .wrap {
  padding-top: 30px;
  background: url("/zt/zxxdf/images/bm.png") no-repeat left bottom;
}
.bmbox {
  width: 434px;
  height: 428px;
  margin-left: 756px;
  background: #fff;
}
.bm-title {
  text-align: center;
  padding: 20px;
}
.bm-title strong {
  font-size: 30px;
}
.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;
}