@charset "gb2312";
/* CSS Document */
input {
  outline: none;
}
.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;
}
img {
  display: block;
  width: 100%;
}
.con {
  width: 100%;
  overflow: hidden;
}
.congrey {
  background-color: #f4f4f4;
}
.box {
  padding: 0 3%;
  margin: auto;
  overflow: hidden;
}
.pad30 {
  padding: 1.5rem 0;
  box-sizing: border-box;
}
.c-red {color: #f00;}
.tit1 {
  color: #ff3000;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
}
.tit2 {
  color: #adadad;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 3%;
}
/*学校对比*/
.duibi_tit {
  text-align: center;
}
.duibi_tit th:first-child {
  width: 40%;
  font-size: 1.2rem;
  color: #9d9d9d;
  background: url("../images/duibi-01.png") no-repeat right bottom/11%;
}
.duibi_tit th:nth-child(2) {
  width: 20%;
}
.duibi_tit th:last-child {
  width: 40%;
  font-size: 1.2rem;
  color: #e95d00;
  background: url("../images/duibi-03.png") no-repeat left bottom/11%;
}
.duibi td:nth-child(1) {
  background: #e9e9e9;
  border: 1px solid #fff;
  color: #888888;
  padding: 2% 5%;
}
.duibi td:nth-child(2) {
  background: #ff6600;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
}
.duibi td:nth-child(3) {
  background: #ffa735;
  color: #6a3005;
  border: 1px solid #fff;
  padding: 2% 5%;
}

.duibi_bottom th:first-child {
  background: url("../images/duibi-04.png") no-repeat right top/contain;
}
.duibi_bottom th {
  height: 25px;
  background: #ff6600;
}
.duibi_bottom th:last-child {
  background: url("../images/duibi-05.png") no-repeat left top/contain;
}
.duibi_zszx a {
  display: inline-block;
  padding: 10px 100px;
  border: 1px solid #ff8400;
  color: #ff8400;
  border-radius: 10px;
  margin: auto 30px;
}

.zxbox {
  margin: 3%;
  width: 94%;
  border: 1px solid #f00;
  border-radius: 5px;
  overflow: hidden;
  line-height: 2em;
  text-align: center;
}
.zxbox a {
  display: block;
  width: 100%;
  background: #f00;
  color: #fff;
  cursor: pointer;
}
.zxbtn {
  width: 95%;
  height: 3rem;
  line-height: 3rem;
  color: #fff;
  border-radius: .5rem;
  text-align: center;
  display: block;
  margin: 1rem auto;
  background-color: #ff9501;
  font-size: 1.3rem;
}
/*专业推荐*/
.zy-title {
  text-align: center;
}
.zy-title a {
  display: inline-block;
  width: 40%;
  padding: 2% 0;
  margin: 3%;
  background: #efefef;
  border-radius: 5px;
}
.zy-title a.on {
  background: #ff6b37;
  color: #fff;
}

.zylist {
  padding: 0 2%;
  display: none;
}
.zylist:first-child {display: block;}
/* .zylist li {
  display: inline-block;
  width: 48%;
  margin-bottom: 2%;
  text-align: center;
  padding-bottom: 0.625rem;
  border-radius: 5px 5px 0 0;
  border: 1px solid #efefef;
  overflow: hidden;
  font-size:1rem;
  vertical-align: top;
} */
.zy-h4 {
  font-size: 1.5rem;
  color: #ee7800;
  padding: 0.625rem 0.9375rem;
  font-weight: normal;
  background: #efefef;
}
.zy-span {
  display: block;
  font-size: 1rem;
  color: #333;
  padding: 0.625rem 0;
  border-bottom: 1px solid #333;
}
.zy-p {
  height: 5rem;
  font-size: 0.8rem;
  padding: 2%;
  line-height: 2em;
  text-align: left;
  background: #efefef;
}
.zy-a {
  display: inline-block;
  width: 35%;
  padding: 2%;
  background: #ff6b37;
  color: #fff;
  margin: 3%;
  border-radius: 5px;
}
.zy-a:last-child {background: #95c16e;}

.zs {
  background: #f8f8fa;
  padding-top: 3%;
}
.zs p {
  padding: 0 3%;
}
.zs  .zs-p {
  margin-top: 3%;
  color: #ff3000;
}
.zygh li {
  display: inline-block;
  width: 30%;
  height: 26rem;
  padding: 2% 1%;
  font-size: 1rem;
  line-height: 2em;
  border-radius: 10px;
  background: #eee;
  vertical-align: top;
  margin: 1% auto;
}
.zygh li strong {
  font-size: 1.3rem;
}
.zygh li p {
  padding: 2% 1%;
  font-size:0.8rem;
}
.zygh li img {
  width: 74px;
  height: 74px;
}
.xjzc li {
  display: inline-block;
  width: 9rem;
  height: 3rem;
  padding: 3rem 0;
  border: 5px solid #76a6a8;;
  font-size: 1rem;
  text-align: center;
  border-radius: 50%;
  background: #eee;
  vertical-align: top;
  margin: 2% auto;
}
.xjzc li strong {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.qz-ul {
  width: 100%;
  overflow: hidden;
  margin-top: 3%;
  text-align: center;
  padding-bottom: 5%;
}
.qz-ul p {
  width: 100%;
  display: block;
  line-height: 2rem;
  text-align: center;
  font-size: 1rem;
}
.ren-ul {
  margin: 1.5rem auto;
  width: 95%;
}
.ren-ul li {
  width: 32%;
  float: left;
  margin-right: 1%;
}
.qz-ul .swiper-pagination {bottom: 0;}

.cgxz {
  padding-bottom: 5%;
}
.cgxz img {margin-bottom: 3%;}
.cgxz .swiper-pagination {bottom: 0;}
.renqun {
  background: #fff;
  overflow: hidden;
}
.renqun li {
  box-sizing: border-box;
  width: 50%;
  padding: 5%;
  text-align: center;
  line-height: 3em;
  float: left;
}
.renqun li:nth-child(1), .renqun li:nth-child(3) {
  border-right: 2px solid #f4f4f4;
}
.renqun li:nth-child(1), .renqun li:nth-child(2){
  border-bottom: 2px solid #f4f4f4;
}
.renqun li img {
  display: inline;
  width: 50%;
}

.bm-con {
  width: 430px;
  height: 450px;
  background-color: #fff;
  margin-top: 30px;
  float: left;
  overflow: hidden;
}
.bm-img {
  display: block;
  float: left;
  margin-left: 20px;
  margin-top: 30px;
}
.bm-tit1 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-top: 30px;
}
.bm-tit2 {
  font-size: 16px;
  text-align: center;
  line-height: 36px;
}
.bm-con input {
  width: 300px;
  height: 45px;
  border: solid 1px #888;
  border-radius: 8px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 45px;
  box-sizing: border-box;
  margin: 25px auto 0;
  display: block;
}
.submit {
  width: 300px;
  background-color: #ff5f5c;
  line-height: 60px !important;
  color: #fff;
  font-size: 20px !important;
  text-align: center;
  border-radius: 30px !important;
  display: block;
  height: 60px !important;
}
.s7 {
  padding: 1% 0;
  margin: 3%;
}
.s7 li {
  padding: 2%;
  border-bottom: 1px dashed #ccc;
  overflow: hidden;
  vertical-align: middle;
}
.s7 li span {
  display: inline-block;
  padding: 2%;
}
.s7 li a {
  display: inline-block;
  width: 30%;
  padding: 2% 0;
  margin-right: 3%;
  background: #d4d4d4;
  /*color: #fff;*/
  text-align: center;
  border-radius: 5px;
  float: right;
  vertical-align: middle;
}


.tabs-title a.on {
  background: #ff6b37;
  color: #fff;
}
.tabs-title a {
  display: inline-block;
  width: 28%;
  padding: 2% 0;
  margin-right: 3%;
  color: black;
  text-align: center;
  background: #efefef;
}

.bg01 {
  background-color: #eeeeee;
  padding: 3%;
  margin-top: 0.6rem;
}

.zylist {display: none;}
.zylist:first-child {display: block;}
.zylist li {
  padding: 3% 0;
  border-bottom: 1px dotted #333;
  background: #ededed;
  overflow: hidden;
  font-size: 0.6rem;
}
.zylist li img {
  width: 35%;
  float: left;
  margin-right: 3%;
}
.zylist li strong {
  line-height: 2em;
  font-size: 1rem;
}
.zy-a {
  display: block;
  width: 40%;
  padding: 2% 0;
  margin: 3% auto;
  background: #ff8400;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}
.title-tit{
	width:100%;
	font-size: 1.5rem;
	border-bottom: 1px solid #8c5c5f;
	color:#e02629;
	margin: 1rem 0;
	text-align: center;
	line-height: 4rem;
}

.zhongyao-btn {
  width: 100%;
  overflow: hidden;
}

.zhongyao-btn a {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 3rem;
  float: left;
  width: 48%;
  background-color: #db2a22;
  border-radius: 4px;
  margin: 1rem 0 1rem 2%;
}