@charset "utf-8";
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  width: 100%;
  min-width: 1200px;
  color: #333;
}
body,
input,
button,
select {
  font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
  font-size: 14px;
  background: #fff;
}
a {
  text-decoration: none;
  outline: 0 none;
}
img {
  border: 0;
  vertical-align: middle;
}
ol,
ul,
li,
table,
tbody {
  margin: 0;
  padding: 0;
  list-style: none;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b0b0b0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b0b0b0;
}
select::-ms-expand {
  display: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="date"],
input[type="text"],
input[type="tel"],
button {
  -webkit-appearance: none;
  appearance: none;
  font-family: '微软雅黑';
  border-radius: 0;
  outline: none;
  border: 0;
}
select {
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}
.ff0 {
  font-family: 'arial';
}
.ff1 {
  font-family: '微软雅黑';
}
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fs22 {
  font-size: 22px;
}
.fs24 {
  font-size: 24px;
}
.fs26 {
  font-size: 26px;
}
.fs28 {
  font-size: 28px;
}
.fs30 {
  font-size: 30px;
}
.fs32 {
  font-size: 32px;
}
.fs34 {
  font-size: 34px;
}
.fs36 {
  font-size: 36px;
}
.fs40 {
  font-size: 40px;
}
.fs42 {
  font-size: 42px;
}
.fs44 {
  font-size: 44px;
}
.fs48 {
  font-size: 48px;
}
.colorWhite {
  color: #fff;
}
.colorBlack {
  color: #020207;
}
.colorOrange {
  color: #ffa31f;
}
.colorDarkGray {
  color: #333;
}
.colorGray {
  color: #666;
}
.colorLightGray {
  color: #999;
}
.colorRed {
  color: #e6081f;
}
.colorGreen {
  color: #90be20;
}
.colorBlue {
  color: #4395ff;
}
.color222 {
  color: #222;
}
.textl {
  text-align: left;
}
.textr {
  text-align: right;
}
.textc {
  text-align: center;
}
.textj {
  text-align: justify;
  text-justify: distribute-all-lines;
}
.fontw {
  font-weight: bold;
}
.fontn {
  font-style: normal;
  font-weight: normal;
}
.fontd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fontd2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fontd3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.backWhite {
  background-color: #fff !important;
}
.backBlack {
  background-color: #020207 !important;
}
.backGray {
  background-color: #f7f7f7 !important;
}
.backGray1 {
  background-color: #dbdbdb !important;
}
.backOrange {
  background-color: #ffa31f !important;
}
.backGreen {
  background-color: #90be20 !important;
}
.backTm {
  background-color: transparent !important;
}
.backe7e {
  background-color: #f7f7f7 !important;
}
.bordern {
  border: none;
}
.borderLn {
  border-left: none;
}
.borderRn {
  border-right: none;
}
.borderTn {
  border-top: none;
}
.borderBn {
  border-bottom: none;
}
.borderGray {
  border: 1px solid #dbdbdb;
}
.borderOrange {
  border: 1px solid #f08300;
}
.borderWhite {
  border: 1px solid #fff;
}
.borderGreen {
  border: 1px solid #90be20;
}
.borderCcc {
  border: 1px solid #ccc;
}
.borderr4 {
  border-radius: 4px;
}
.borderr6 {
  border-radius: 6px;
}
.borderr8 {
  border-radius: 8px;
}
.borderr50_ {
  border-radius: 50%;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.pof {
  position: fixed;
}
.ovh {
  overflow: hidden;
}
.ova {
  overflow: auto;
}
.ovv {
  overflow: visible;
}
.block {
  display: block;
}
.none {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.fm {
  margin: 0 auto;
}
.width100_ {
  width: 100%;
}
.width50_ {
  width: 50%;
}
.width1200 {
  width: 1200px;
}
.width1200m {
  min-width: 1200px;
}
.width868 {
  width: 868px;
}
.width594 {
  width: 594px;
}
.width392 {
  width: 392px;
}
.width320 {
  width: 320px;
}
.width291 {
  width: 291px;
}
.width251 {
  width: 251px;
}
.height100_ {
  height: 100%;
}
.mr12 {
  margin-right: 12px;
}
.ml12 {
  margin-left: 12px;
}
.mt12 {
  margin-top: 12px;
}
.mb12 {
  margin-bottom: 12px;
}
.mr6 {
  margin-right: 6px;
}
.ml6 {
  margin-left: 6px;
}
.mt6 {
  margin-top: 6px;
}
.mb6 {
  margin-bottom: 6px;
}
.mr0 {
  margin-right: 0 !important;
}
.ml0 {
  margin-left: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.cup {
  cursor: pointer;
}
.o0 {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.o1 {
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
}
.o2 {
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}
.o3 {
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
.o4 {
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.o5 {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.o6 {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.o7 {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.o8 {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.o9 {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.o10 {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.banner {
  min-width: 1200px;
  position: relative;
  height: 450px;
}
.banner ul {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner ul li {
  display: block;
  width: 100%;
  height: 100%;
}
.banner ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner ul li h2 {
  display: none;
}
.banner .Number {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;
  bottom: 28px;
}
.banner .Number span {
  overflow: hidden;
  cursor: pointer;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  background: #333;
  display: inline-block;
  height: 2px;
  width: 20px;
  margin: 0 5px;
}
.banner .Number span.hover {
  background-color: #fff !important;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  width: 30px;
}
.slider {
  width: 100%;
  min-width: 1200px;
  position: relative;
  overflow: hidden;
  background-color: #fff !important;
  text-align: center;
  height: 500px;
}
.slider .bd {
  position: absolute;
  width: 1200px;
  left: 50%;
  margin-left: 600px;
}
.slider .bd li {
  width: 1200px;
  overflow: hidden;
  position: relative;
}
.slider .bd li img.bdImg {
  display: block;
  width: 1200px;
  height: 500px;
}
.slider .tempWrap {
  overflow: visible !important;
}
.slider .tempWrap ul {
  margin-left: -1200px !important;
}
.slider .hd {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  z-index: 1;
  height: 2px;
  bottom: 8px;
}
.slider .hd li {
  overflow: hidden;
  cursor: pointer;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 20px;
  height: 2px;
  line-height: 99px;
  background: #333;
  margin: 0 3px;
}
.slider .hd li.on {
  background-color: #fff !important;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  width: 30px;
}
.slider .pnBtn {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 500px;
}
.slider .prev {
  left: -50%;
  margin-left: -600px;
}
.slider .next {
  left: 50%;
  margin-left: 600px;
}
.slider .pnBtn .blackBg {
  display: block;
  position: absolute;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  left: 0;
  top: 0;
  width: 100%;
  height: 500px;
  background: #000;
}
.select {
  position: relative;
  display: block;
  float: left;
  z-index: 10;
}
.select a {
  display: block;
  text-align: center;
  cursor: pointer;
}
.select ul {
  display: block;
  text-align: center;
  display: none;
}
.select ul li {
  width: 100%;
  cursor: pointer;
}
.error {
  color: #e6081f;
  width: 100%;
  display: block;
  font-size: 12px;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 12px;
  height: 14px;
  line-height: 14px;
}
/*选择城市*/
.fixeCenter {
  position: relative;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 0 24px;
  top: 30%;
  min-height: 20px;
}
.fixeCityHead {
  margin: 0 auto;
  height: 81px;
  border-bottom: 1px solid #d9d9d9;
  width: 550px;
  line-height: 24px;
  padding-top: 36px;
}
.fixeCityHead h2 {
  float: left;
  font-size: 24px;
}
.fixeCityHead p {
  float: right;
  color: #999;
  margin-right: 10px;
}
.fixeCityHead p a {
  margin-left: 10px;
  color: #555;
}
.fixeCityHead p a:hover {
  color: #ec6c00;
}
.fixeCityList {
  display: block;
  margin: 22px 0;
  -moz-columns: 2;
  -webkit-columns: 2;
  columns: 2;
  padding-bottom: 28px;
}
.fixeCityList li {
  position: relative;
  padding-left: 30px;
  line-height: 39px;
  overflow: hidden;
}
.fixeCityList li b {
  position: absolute;
  font-style: normal;
  font-weight: normal;
  font-family: 'arial';
  left: 0;
  width: 14px;
  text-align: center;
  color: #888;
}
.fixeCityList li a {
  display: inline-block;
  color: #555;
  margin-right: 14px;
}
.fixeCityList li a:hover {
  color: #ec6c00;
}
/*2018-08-29 装修学院*/
.icoNavXy {
  display: inline-block;
  background: url("../img/head/nav_college.png") no-repeat;
}
.icoNavXy_1 {
  width: 26px;
  height: 30px;
  background-position: 0 0;
}
.icoNavXy_2 {
  width: 28px;
  height: 28px;
  background-position: -100px 0;
}
.icoNavXy_3 {
  width: 36px;
  height: 30px;
  background-position: -200px 0;
}
.icoNavXy_4 {
  width: 36px;
  height: 34px;
  background-position: -300px 0;
}
.icoNavXy_5 {
  width: 30px;
  height: 26px;
  background-position: -400px 0;
}
.icoNavXy_6 {
  width: 28px;
  height: 28px;
  background-position: -500px 0;
}
.head .headNav .navHover ul.navZxxy {
  padding-left: 444px;
}
.head .headNav .navHover ul.navZxxy li {
  margin: 0;
  padding: 0;
  width: 126px;
  text-align: center;
  background: url("../img/head/nav_2.png") no-repeat right center;
  overflow: hidden;
}
.head .headNav .navHover .navZxxy li a {
  color: #333;
  margin-left: -4px;
}
.head .headNav .navHover ul.navZxxy li.last {
  background: none;
}
.headNav ul.navZxxy li span {
  display: block;
  margin: 18px 0 10px;
  height: 34px;
  line-height: 34px;
}
.headNav ul.navZxxy li i {
  vertical-align: middle;
}
.pagePosition {
  width: 1200px;
  margin: 0 auto;
  margin-top: 16px;
}
.pagePosition,
.pagePosition a {
  color: #666;
}
.pagePosition a.home {
  color: #020207;
}
.pagePosition a:hover {
  text-decoration: underline;
}
.pagePosition i {
  font-style: normal;
  font-weight: normal;
  margin: 0 5px;
}
.crumbs {
  width: 1200px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 12px;
  border-bottom: 1px solid #f3f3f3;
  padding: 0 5px 22px;
}
.crumbs a {
  color: #555;
  margin-right: 6px;
}
.crumbs span {
  color: #999;
  margin-right: 6px;
}
.Paging {
  height: 60px;
  padding-top: 10px;
}
.Paging p {
  float: left;
  color: #999;
  line-height: 40px;
  padding: 0 10px 0 4px;
}
.Paging ul {
  float: right;
  width: auto !important;
}
.Paging li {
  float: left;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
}
.Paging li:last-child {
  margin-right: 0 !important;
}
.Paging li.paging_gd {
  border: none;
}
.Paging li.paging_prev,
.Paging li.paging_next {
  width: 60px;
}
.Paging li.Paging_total {
  border: none;
  width: auto;
}
.Paging li.paging_Jump {
  border: none;
  width: auto;
}
.Paging li.paging_Jump span {
  padding: 0 10px;
}
.Paging li.paging_Jump input.paging_text {
  color: #555;
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
  width: 40px;
  text-align: center;
  line-height: 40px;
  height: 40px;
}
.Paging li.paging_Jump input.paging_url {
  color: #555;
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.Paging li a {
  display: block;
  color: #555;
  background: #f3f3f3;
}
.Paging li a:hover,
.Paging li a.hover,
.paging li .hover,
.Paging li.paging_Jump input.paging_url:hover {
  background: #d7d7d7;
}
.starWordPl {
  position: relative;
  float: right;
  width: 1140px;
}
.starWordPl textarea {
  width: 100%;
  border: 1px solid #dbdbdb;
  overflow: hidden;
  height: 78px;
  padding: 12px 102px 12px 26px;
  margin-bottom: 38px;
  resize: none;
}
.starWordPl .starPlClick {
  position: absolute;
  display: block;
  border: none;
  border-radius: 6px;
  background-color: #ffa31f !important;
  color: #fff;
  cursor: pointer;
  width: 80px;
  height: 36px;
  top: 35px;
  right: 10px;
}
.starWordPl .starPingHr {
  display: block;
  width: 100%;
  border: none;
  background-color: #dbdbdb !important;
  height: 2px;
}
.Ad {
  float: left;
  width: 320px;
  overflow: hidden;
}
.Ad .Di {
  width: 100%;
  background-color: #f7f7f7 !important;
  height: 460px;
  padding-top: 32px;
  margin-bottom: 24px;
}
.Ad .Di img {
  display: block;
  margin: 0 auto;
  width: 61px;
  height: 50px;
  margin-bottom: 14px;
}
.Ad .Di h6 {
  display: block;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  font-size: 24px;
  margin-bottom: 6px;
  color: #ffa31f;
  line-height: 26px;
}
.Ad .Di span {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #666;
  line-height: 14px;
  margin-bottom: 42px;
}
.Ad .Di input {
  margin: 0 auto;
  display: block;
  margin-bottom: 12px;
  border-radius: 4px;
  padding: 0 16px;
  border: 1px solid #999;
  width: 230px;
  height: 40px;
  line-height: 38px;
}
.Ad .Di input.addressDiClick {
  border: 1px solid #f08300;
  background-color: #ffa31f !important;
  color: #fff;
  cursor: pointer;
  border-radius: 0;
}
.Ad .Di a {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  color: #666;
  line-height: 14px;
  width: 80px;
}
.Ad .AdHr {
  display: block;
  border: 1px solid #dbdbdb;
  border-style: dotted;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  height: 1px;
  margin-bottom: 50px;
}
.AdBaojia {
  overflow: hidden;
  width: 100%;
  background-color: #f7f7f7 !important;
  margin-bottom: 12px;
  height: 388px;
}
.AdBaojia h2.bannerAboutTextH2_1 {
  letter-spacing: 2px;
}
.AdBaojia p,
.AdBaojia input {
  width: 260px;
}
.Ad .AdImg {
  overflow: hidden;
  width: 100%;
  margin-bottom: 12px;
}
.Ad .AdImg img {
  display: block;
  float: left;
  width: 100%;
}
.AdNews {
  width: 100%;
  overflow: hidden;
  margin-bottom: 12px;
}
.AdNews h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  border: 1px solid #f08300;
  border-top: none;
  border-right: none;
  border-left: none;
  margin-bottom: 6px;
  line-height: 30px;
}
.AdNews li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  width: 96%;
}
.AdNews li a {
  color: #666;
}
.AdNews li a:hover {
  color: #ffa31f;
}
.AdNews p {
  text-align: justify;
  text-justify: distribute-all-lines;
  line-height: 22px;
  padding: 6px 0;
}
.AdLabel {
  width: 100%;
  overflow: hidden;
  margin-bottom: 12px;
}
.AdLabel h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  border: 1px solid #f08300;
  border-top: none;
  border-right: none;
  border-left: none;
  margin-bottom: 6px;
  line-height: 30px;
}
.AdLabel a {
  color: #020207;
  display: block;
  float: left;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 72px;
  height: 26px;
  line-height: 26px;
  background: #e8e8ef;
  padding: 0 3px;
  margin: 0 8px 8px 0;
}
.AdLabel a:hover {
  background-color: #ffa31f !important;
  color: #fff;
}
.bannerAbout {
  position: absolute;
  width: 251px;
  background: rgba(255, 255, 255, 0.85);
  display: none;
  z-index: 8;
  height: 400px;
  top: 28px;
}
.bannerAboutTab {
  width: 100%;
  height: 35px;
  line-height: 35px;
}
.bannerAboutTab a {
  width: 50%;
  display: block;
  height: 100%;
  float: left;
  text-align: center;
  color: #666;
  cursor: pointer;
  background: rgba(219, 219, 219, 0.85);
}
.bannerAboutTab a:hover {
  background: rgba(255, 255, 255, 0.85);
}
.bannerAboutTab a.hover {
  background: 0;
}
.bannerAboutText {
  padding: 30px 10px 0;
}
.bannerAboutText h2 {
  font-style: normal;
  font-weight: normal;
  text-align: center;
  margin: 0 auto;
  color: #54586e;
  width: 209px;
}
.bannerAboutText h2.bannerAboutTextH2_1 {
  font-size: 20px;
  overflow: hidden;
  height: 38px;
  line-height: 20px;
  letter-spacing: 6px;
  margin-bottom: 20px;
  background: url(../img/head/bannertab.png) no-repeat left 0, url(../img/head/bannertab.png) no-repeat right -38px;
}
.bannerAboutText h2.bannerAboutTextH2_2 {
  font-size: 18px;
  overflow: hidden;
  height: 21px;
  line-height: 21px;
  letter-spacing: 4px;
  margin-bottom: 10px;
  background: url(../img/head/bannertab.png) no-repeat left -76px, url(../img/head/bannertab.png) no-repeat right -97px;
}
.bannerAboutText h2 span {
  display: block;
  font-size: 12px;
  color: #999;
  letter-spacing: 0;
}
.bannerAboutText strong {
  text-align: center;
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  overflow: hidden;
  height: 32px;
  line-height: 32px;
  color: #54586e;
  margin-bottom: 24px;
}
.bannerAboutText strong em {
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  color: #ffa31f;
  margin-left: 6px;
  margin-right: 6px;
  font-family: 'arial';
}
.bannerAboutText span.bannerAboutTextH2_span {
  font-size: 12px;
  text-align: center;
  display: block;
  color: #999;
  margin-bottom: 24px;
}
.bannerAboutText span.bannerAboutTextH2_span em {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  color: #ffa31f;
  margin: 0 2px;
}
.bannerAboutText p {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.bannerAboutText p i {
  position: absolute;
  font-style: normal;
  font-weight: normal;
  color: #999;
  line-height: 34px;
  top: 0;
  right: 16px;
}
.bannerAboutText input {
  width: 100%;
  border: 1px solid #dbdbdb;
  margin: 0 auto;
  margin-bottom: 12px;
  display: block;
  height: 36px;
  line-height: 36px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0);
  width: 260px;
}
.bannerAboutText input.bannerAboutClick {
  border: none;
  background-color: #ffa31f !important;
  color: #fff;
  height: 34px;
  margin-bottom: 14px;
  width: 260px;
}
.starWord {
  overflow: hidden;
  width: 100%;
}
.starWord .countComment,
.starWord h5 {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  text-align: left;
  background-color: #f7f7f7 !important;
  height: 54px;
  line-height: 54px;
  padding: 0 20px;
  margin-bottom: 24px;
}
.starWordList {
  overflow: hidden;
  width: 100%;
}
.starWordList li {
  margin-bottom: 12px;
  overflow: hidden;
}
.starWordList li i {
  float: left;
  display: block;
  margin-right: 12px;
  overflow: hidden;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
.starWordList li i img {
  float: left;
  width: 100%;
  height: 100%;
}
.starWordList li .starWordText {
  position: relative;
  float: right;
  border: 1px solid #dbdbdb;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 1140px;
}
.starWordList li .starWordText h6,
.starWordList li .starWordText .commentator {
  font-style: normal;
  font-weight: normal;
  color: #ffa31f;
  line-height: 16px;
  margin: 4px 0 8px 0;
}
.starWordList li .starWordText h6 span,
.starWordList li .starWordText .commentator span {
  color: #999;
  margin-left: 10px;
}
.starWordList li .starWordLiuyan {
  position: relative;
  overflow: hidden;
  margin-bottom: 14px;
}
.starWordList li .starWordLiuyan p {
  width: 100%;
  line-height: 24px;
  padding-right: 185px;
}
.starWordList li .starWordLiuyan b {
  position: absolute;
  font-style: normal;
  font-weight: normal;
  overflow: hidden;
  line-height: 24px;
  top: 0;
  right: 14px;
}
.starWordList li .starWordLiuyan b a {
  display: block;
  float: left;
  color: #999;
  cursor: pointer;
  margin-left: 24px;
}
.starWordList li .starWordLiuyan b a.starNum {
  background: url(../img/star/zan1.png) no-repeat left 2px;
  padding-left: 21px;
}
.starWordList li .starWordLiuyan b a.starNum:hover,
.star .starWordList li .starWordLiuyan b a.starNum.hover {
  background: url(../img/star/zan2.png) no-repeat left 2px;
}
.starWordList li .starWordLiuyan b a.starClick {
  background: url(../img/star/ping.png) no-repeat left 4px;
  padding-left: 21px;
}
.starWordList li .starWordHuifu {
  overflow: hidden;
  background-color: #f7f7f7 !important;
  padding: 10px 5px 0;
  margin-bottom: 14px;
}
.starWordList li .starWordHuifu p {
  line-height: 22px;
  margin-bottom: 10px;
}
.starWordList li .starWordHuifu p span {
  color: #666;
  font-style: normal;
  font-weight: normal;
  margin-right: 6px;
}
.cityTab {
  margin: 0 auto;
  width: 1200px;
  background-color: #f7f7f7 !important;
  padding: 14px 20px;
  margin-top: 30px;
  margin-bottom: 24px;
  min-height: 184px;
}
.cityTab li {
  overflow: hidden;
  border-bottom: 1px dashed #dbdbdb;
  line-height: 22px;
  padding-top: 8px;
}
.cityTab li.last {
  border: none;
}
.cityTab li p {
  float: left;
  font-size: 12px;
  font-weight: bold;
  height: 100%;
  display: block;
  margin-right: 35px;
  width: 30px;
}
.cityTab li p b {
  font-size: 14px;
}
.cityTab li .cityTabDiv {
  float: left;
  width: 1095px;
}
.cityTab li .cityTabDiv input {
  display: none;
}
.cityTab li .cityTabDiv label,
.cityTab li .cityTabDiv a {
  display: block;
  float: left;
  border-radius: 4px;
  overflow: hidden;
  font-size: 12px;
  margin-right: 12px;
  cursor: pointer;
  padding: 0 5px;
  margin-bottom: 8px;
  color: #333;
}
.cityTab li .cityTabDiv label.hover,
.cityTab li .cityTabDiv a.hover {
  background-color: #ffa31f !important;
  color: #fff;
}
.nothing {
  font-size: 22px;
  text-align: center;
  width: 100%;
  overflow: hidden;
  color: #666;
  line-height: 300px;
  background: #fbfbfb;
}
.indexZnList ul {
  height: 240px;
  overflow: hidden;
}
@media screen and (min-width: 1920px) and (max-width: 10000px) {
  .videoHead {
    background-size: 100%!important;
  }
}
.div_scroll {
  width: 100%;
  height: 200px;
  overflow: auto;
  float: left;
}
.scroll_container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.scroll_absolute {
  position: absolute;
}
.scroll_vertical_bar {
  position: absolute;
  top: 0;
  right: 5px;
  border-radius: 8px;
  width: 8px;
  height: 100%;
  background: url("../img/house18/scroll_bg.png") repeat-y top center;
  margin: 0!important;
  padding: 0;
}
.scroll_track {
  position: relative;
  margin: 0!important;
}
.scroll_drag {
  position: relative;
  top: 0;
  left: 0;
  margin: 0!important;
  cursor: pointer;
  border-radius: 8px;
  background: #d2d2d2;
}
.errorTips {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 200px;
  max-width: 500px;
  padding: 30px 50px !important;
  height: auto !important;
  font-size: 22px !important;
  color: #fff;
  line-height: 35px !important;
  z-index: 22;
}
.errorTips span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  width: 100%;
  height: 100% !important;
  background-color: #020207 !important;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  z-index: 0;
}
.errorTips p {
  position: relative;
  z-index: 1;
  text-align: center;
}
.order_scu_new_mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.order_scu_new {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 100;
  margin: -310px 0 0 -240px;
  width: 480px;
  height: 620px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.order_scu_new h3 {
  margin: 5px 0 3px;
  font-size: 28px;
}
.order_scu_new .red_bag {
  position: relative;
  margin: 10px auto 0;
  padding-top: 165px;
  width: 325px;
  height: 434px;
  background: url("../img/order/red_bag.png");
  color: #feffa1;
}
.order_scu_new .red_bag .close {
  position: absolute;
  top: 28px;
  right: -35px;
}
.order_scu_new .red_bag .gzh {
  box-shadow: 0 0 10px rgba(238, 92, 27, 0.1);
}
.order_scu_new .red_bag .tips {
  margin-top: 15px;
  line-height: 30px;
}
.order_scu_new .red_bag .tips span {
  display: inline-block;
  padding: 0 5px;
  height: 28px;
  border: 1px solid #feffa1;
  border-radius: 14px;
  line-height: 28px;
}
.order_scu_new_act {
  padding-top: 30px;
  width: 408px;
  height: 460px;
  margin: -230px 0 0 -204px;
  background: url("../img/order/red_bag_act.png") no-repeat top center;
  font-size: 14px;
}
.order_scu_new_act h3 {
  font-size: 22px;
}
.order_scu_new_act .close {
  position: absolute;
  top: 40px;
  right: 25px;
}
.orderRedBag {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 100;
  margin: -175px 0 0 -492px;
  padding-left: 625px;
  width: 983px;
  height: 351px;
  color: #fff;
  background: url("../img/order/red_bag_big.png") no-repeat top center;
}
.orderRedBag h2 {
  margin: 30px 0 20px 42px;
  width: 270px;
  text-align: center;
  font-weight: normal;
}
.orderRedBag p {
  margin-bottom: 10px;
  line-height: 50px;
}
.orderRedBag label {
  display: block;
  float: left;
  width: 42px;
  font-size: 14px;
}
.orderRedBag input,
.orderRedBag select {
  width: 270px;
  height: 50px;
  padding: 10px 14px;
  line-height: 30px;
  border-radius: 5px;
  background: #fff;
}
.orderRedBag select {
  border: 0;
  background: url("../img/order/select.png") no-repeat 245px center #fff;
}
.orderRedBag button {
  margin-left: 42px;
  width: 270px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background: #ffa31f;
}
.orderRedBag .close {
  position: absolute;
  top: -18px;
  right: -38px;
  width: 35px;
  height: 35px;
  background: url("../img/order/close.png") no-repeat top center;
}
body {
  overflow-x: auto !important;
  word-break: break-all;
}
a {
  color: #323232;
}
a:hover {
  color: #ff9b51;
}
/*select2 插件样式重置*/
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #aaa;
}
.select2-container .select2-selection--single {
  border: 0;
  height: 50px;
  line-height: 50px;
  background: #e7e7e7;
}
.select2-container .select2-selection--single:focus {
  outline: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding-left: 25px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
  width: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 8px 6px 0 6px;
  border-color-top: #333;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0px 6px 8px 6px;
  border-color-bottom: #333;
}
.select2-dropdown {
  border: 1px solid #eee;
}
.select2-results__options {
  border-radius: 2px;
  padding: 0 20px 20px;
  background: #fff;
}
.select2-results__options li {
  border-bottom: 1px dashed #ddd;
  padding: 0 5px;
  height: 40px;
  line-height: 40px;
  background: transparent;
  color: #333;
}
.select2-results__options li.select2-results__option--highlighted[aria-selected] {
  background: #f7f7f7;
  color: #333;
}
.select2-results__options li.select2-results__option--highlighted[aria-selected=true],
.select2-results__options li.select2-results__option[aria-selected=true] {
  color: #ff7f21;
  background: transparent;
}
/*模拟table*/
.modelTable {
  display: table;
  width: 100%;
  height: 100%;
}
.modelTable .modelTableCell {
  display: table-cell;
  vertical-align: middle;
}
/*过渡*/
.transition {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/*图片放大*/
.scale {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
/*高斯模糊*/
.blur {
  filter: url(blur.svg#blur);
  /* FireFox, Chrome, Opera */
  -webkit-filter: blur(2px);
  /* Chrome, Opera */
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=2, MakeShadow=false);
  /* IE6~IE9 */
}
/*动画*/
.aniScale {
  animation: aniScale 0.5s linear infinite alternate;
}
@keyframes aniScale {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}
.slideInUp {
  animation: slideInUp 1s linear alternate;
}
/*slideInUp*/
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
/*图片带底部遮罩模块*/
.topPicBmMask {
  overflow: hidden;
}
.topPicBmMask a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff !important;
  font-size: 20px;
  text-align: center;
  overflow: hidden;
}
.topPicBmMask a img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.topPicBmMask a span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.topPicBmMask a .mask {
  left: 0 !important;
  background: #000;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  z-index: 1;
  width: 100% !important;
}
.topPicBmMask a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.newsListTime li {
  height: 58px;
  line-height: 58px;
  border-top: 1px dashed #ddd;
  font-size: 16px;
}
.newsListTime li time {
  float: right;
  color: #b4b4b4;
}
.newsListTime li:first-child {
  border: 0;
}
/*左侧模块*/
.ltModel {
  margin-bottom: 20px;
  padding: 0 65px;
  background: #fff;
}
.ltModel .title {
  float: none;
  padding-top: 35px;
  height: 65px;
  font-size: 20px;
  line-height: 30px;
}
.ltModel .title h3 {
  float: left;
}
.ltModel .title .more {
  float: right;
  color: #ff6c00;
}
/*右侧模块*/
.rtModel {
  margin-bottom: 20px;
  padding: 20px 20px 0;
  background: #fff;
}
.rtModel .hd {
  height: 48px;
  line-height: 48px;
  font-size: 20px;
}
.rtModel .hd h3 {
  float: left;
  font-size: 20px;
}
.rtModel .hd h3 span {
  margin-left: 10px;
  font-size: 14px;
  font-weight: normal;
  color: #646464;
}
.rtModel .hd .more {
  float: right;
  color: #ff6c00;
}
/*分页*/
.Paging {
  margin-top: 40px;
  overflow: hidden;
}
.Paging ul {
  float: none;
  display: table;
  margin: 0 auto;
}
.Paging li {
  display: table-cell;
  margin: 0;
  width: auto;
  min-width: 40px;
}
.Paging li a {
  border: 1px solid #e8e8e8;
  min-width: 40px;
  margin-left: -1px;
  padding: 0 10px;
  white-space: nowrap;
  background: #fff;
  color: #838383;
}
.Paging li a:hover {
  background: #ff9b51;
  border-color: #ff9b51;
  color: #fff;
}
/*装修学院*/
.icoZxxy {
  display: inline-block;
  background: url("../img/college/icons.png") no-repeat;
}
.icoTopFg {
  background-position: 0 0;
}
.icoTopHx {
  background-position: -100px 0;
}
.icoTopDp {
  background-position: -200px 0;
}
.icoTopXg {
  background-position: -300px 0;
}
.icoZxHot {
  background-position: -300px -600px;
}
.iconTopCity {
  background-position: -500px -200px;
}
.iconTopUser {
  background-position: 0 -200px;
}
.iconTopPhone {
  background-position: -100px -200px;
}
.iconSelect {
  width: 12px;
  height: 6px;
  background-position: -700px -200px;
}
.icoZxTit1 {
  height: 32px;
  background-position: 0 -300px;
}
.icoZxTit2 {
  height: 31px;
  background-position: -100px -300px;
}
.icoZxTit3 {
  height: 30px;
  background-position: -200px -300px;
}
.icoZxTit4 {
  height: 32px;
  background-position: -300px -300px;
}
.icoZxTit5 {
  height: 32px;
  background-position: -400px -300px;
}
.icoZxTit6 {
  height: 31px;
  background-position: -500px -300px;
}
.icoZxTit7 {
  height: 32px;
  background-position: -600px -300px;
}
.icoZxTit8 {
  height: 32px;
  background-position: -700px -300px;
}
.icoZxTit9 {
  height: 32px;
  background-position: -800px -300px;
}
.icoTriangle {
  width: 10px;
  height: 20px;
  background-position: -200px -600px;
}
.icoPrev {
  width: 12px;
  height: 23px;
  background-position: -400px -600px;
}
.icoNext {
  width: 12px;
  height: 23px;
  background-position: -500px -600px;
}
.iconAsTPrev {
  background-position: 0 -800px;
}
.iconAsTNext {
  background-position: -100px -800px;
}
.iconRMPrev {
  background-position: -200px -800px;
}
.iconRMNext {
  background-position: -300px -800px;
}
.icoXgtTPrev {
  background-position: -400px -800px;
}
.icoXgtTNext {
  background-position: -500px -800px;
}
.icoXgtDPrev {
  background-position: -800px -800px;
}
.icoXgtDNext {
  background-position: -900px -800px;
}
.icoPlayBig {
  background-position: 0 -600px;
}
.icoPlaySmall {
  background-position: -100px -600px;
}
.icoAsk {
  width: 41px;
  height: 41px;
  background-position: 0 -700px;
}
.icoSxjz1 {
  background-position: 0 -400px;
}
.icoSxjz2 {
  background-position: -200px -400px;
}
.icoSxjz3 {
  background-position: -400px -400px;
}
.icoSxjz4 {
  background-position: -600px -400px;
}
.icoSxjz5 {
  background-position: -800px -400px;
}
.icoSxjzA {
  background-position: -950px -400px;
}
.iconBtmCity {
  width: 14px;
  height: 18px;
  background-position: -600px -200px;
}
.iconBtmArea {
  width: 18px;
  height: 18px;
  background-position: -200px -200px;
}
.iconBtmUser {
  width: 17px;
  height: 17px;
  background-position: -400px -200px;
}
.iconBtmPhone {
  width: 12px;
  height: 19px;
  background-position: -300px -200px;
}
.icoPopClose {
  width: 41px;
  height: 41px;
  background-position: -100px -700px;
}
.icoDropdown {
  width: 12px;
  height: 8px;
  background-position: -400px -700px;
}
.icoDownArrow {
  width: 13px;
  height: 18px;
  background-position: -200px -700px;
}
.icoDownArrowCur {
  background-position: -300px -700px;
}
.icoLook {
  width: 19px;
  height: 12px;
  background-position: -500px -700px;
}
.iconSearch {
  width: 24px;
  height: 24px;
  background-position: -600px -700px;
}
.ikjZxxy {
  width: 1200px;
  margin: 0 auto;
  color: #323232;
  text-align: justify;
}
.ikjZxxy .subTitle {
  position: relative;
  margin-bottom: 40px;
  height: 102px;
  border-bottom: 1px solid #d9d9d9;
}
.ikjZxxy .subTitle h2 {
  font-size: 24px;
  line-height: 102px;
  font-weight: normal;
}
.ikjZxxy .subTitle i {
  margin-top: -3px;
  width: 58px;
  vertical-align: middle;
}
.ikjZxxy .subTitle .titleTag {
  position: absolute;
  top: 45px;
  right: 0;
}
.ikjZxxy .subTitle .titleTag a {
  margin-left: 35px;
  font-size: 16px;
  color: #323232;
}
.ikjZxxy .subTitle .titleTag a:hover,
.ikjZxxy .subTitle .titleTag a.more {
  color: #ff9b51;
}
.zxxyTop {
  margin: 50px auto 45px;
  height: 572px;
}
.zxxyTop .zxxyTopLf {
  float: left;
  margin-right: 10px;
  width: 800px;
}
.zxxyTop .zxxyTopRt {
  float: left;
  width: 390px;
  height: 572px;
  text-align: center;
  -webkit-box-shadow: 0 8px 30px 0 rgba(111, 111, 111, 0.34);
  -moz-box-shadow: 0 8px 30px 0 rgba(111, 111, 111, 0.34);
  box-shadow: 0 8px 30px 0 rgba(111, 111, 111, 0.34);
}
.zxxyTop .topFocus {
  position: relative;
  margin-bottom: 10px;
  height: 400px;
}
.zxxyTop .topFocus .bd li img {
  width: 800px;
  height: 400px;
}
.zxxyTop .topFocus .hd {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  text-align: center;
}
.zxxyTop .topFocus .hd ul {
  height: 8px;
}
.zxxyTop .topFocus .hd li {
  display: inline-block;
  margin: 0 5px;
  width: 20px;
  height: 8px;
  border-radius: 8px;
  background: #fff;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
  text-indent: -99999px;
}
.zxxyTop .topFocus .hd li.on {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.zxxyTop .didi,
.zxxyTop .budget {
  float: left;
  position: relative;
  width: 395px;
  height: 162px;
  cursor: pointer;
}
.zxxyTop .didi div,
.zxxyTop .budget div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25px 0 0 30px;
}
.zxxyTop .didi span,
.zxxyTop .budget span {
  display: block;
  margin-top: 20px;
  width: 108px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  background: #ffac17;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.zxxyTop .didi strong,
.zxxyTop .budget strong {
  font-size: 24px;
  font-weight: normal;
}
.zxxyTop .didi:hover span,
.zxxyTop .budget:hover span {
  background: #f5791f;
}
.zxxyTop .didi {
  margin-right: 10px;
}
.zxxyTop h2 {
  font-size: 24px;
  height: 105px;
  line-height: 105px;
}
.zxxyTop h2 span {
  color: #ff6c00;
  font-size: 28px;
}
.zxxyTop .item {
  height: 130px;
  padding: 0 5px;
}
.zxxyTop .item li {
  float: left;
  width: 25%;
  color: #787878;
  text-align: center;
}
.zxxyTop .item li i {
  margin-bottom: 10px;
  width: 80px;
  height: 80px;
}
.zxxyTop form {
  padding: 0 13px;
}
.zxxyTop form p {
  position: relative;
  margin-bottom: 12px;
  height: 50px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}
.zxxyTop form label {
  display: block;
  float: left;
  margin-top: 10px;
  width: 50px;
  height: 28px;
  border-right: 1px solid #989898;
}
.zxxyTop form i {
  vertical-align: top;
}
.zxxyTop form .iconTopCity {
  margin-top: 3px;
  width: 18px;
  height: 22px;
}
.zxxyTop form .iconTopUser {
  margin-top: 3px;
  width: 22px;
  height: 22px;
}
.zxxyTop form .iconTopPhone {
  margin-top: 2px;
  width: 18px;
  height: 25px;
}
.zxxyTop form input,
.zxxyTop form select {
  float: left;
  padding: 10px 20px;
  width: 312px;
  height: 48px;
  line-height: 28px;
  border: 0;
}
.zxxyTop form .select2-container .select2-selection--single {
  background: transparent;
  text-align: left;
}
.zxxyTop form .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
}
.zxxyTop form button {
  width: 100%;
  height: 50px;
  background: #ff9b51;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 2px;
}
.zxxyTop form button:hover {
  background: #f5791f;
}
.zxxyTop .textScroll {
  position: relative;
  margin: 15px 13px 0;
  padding: 10px 0;
  height: 73px;
  background: #fafafa;
  overflow: hidden;
}
.zxxyTop .textScroll .textScrollBox {
  height: 53px;
  overflow: hidden;
}
.zxxyTop .textScroll li {
  height: 28px;
  line-height: 28px;
  color: #8c8c8c;
}
.zxxyTop .textScroll li.on {
  color: #323232;
}
.zxxyTop .textScroll li span {
  margin: 0 45px 0 12px;
}
.zxxyZx .newsZx {
  height: 500px;
}
.zxxyZx .zxTop {
  float: left;
  margin-right: 10px;
  width: 500px;
  height: 500px;
}
.zxxyZx .zxTop i {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 1;
  width: 79px;
  height: 66px;
}
.zxxyZx .zxTop span {
  left: 30px;
  width: 440px;
}
.zxxyZx .zxList {
  float: left;
  width: 690px;
  height: 500px;
}
.zxxyZx .zxList .zxPic {
  margin-left: -10px;
  height: 246px;
}
.zxxyZx .zxList .zxPic a {
  display: block;
  float: left;
  margin-left: 10px;
  width: 340px;
  height: 246px;
  overflow: hidden;
}
.zxxyZx .zxList .zxPic a img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.zxxyZx .zxList .zxPic a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.zxxyZx .zxList ul {
  margin-top: 10px;
  padding: 6px 20px;
  height: 245px;
  background: #fafafa;
  overflow: hidden;
}
.zxxyZx .zxList ul li {
  padding-left: 5px;
}
.zxxyZx .zxList ul li a {
  display: inline-block;
  width: 530px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zxxyZx .zxItemList {
  margin: 50px 0 0 -12px;
  height: 420px;
  overflow: hidden;
}
.zxxyZx .zxItemList .zxItem {
  float: left;
  width: 392px;
  margin-left: 12px;
  background: #fafafa;
}
.zxxyZx .zxItemList .title {
  position: relative;
  text-align: right;
  width: 392px;
  height: 158px;
  overflow: hidden;
}
.zxxyZx .zxItemList .title h3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 55px 20px;
  width: 92px;
  height: 158px;
  background: #ff9b51;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  text-align: center;
}
.zxxyZx .zxItemList ul {
  padding: 15px 20px;
}
.zxxyZx .zxItemList ul li {
  padding: 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zxxyZx .zxItemList ul li span {
  margin-right: 5px;
}
.ikjZxTag {
  margin: 80px 0 0 -12px;
  height: 392px;
  line-height: 1;
  text-align: center;
}
.ikjZxTag .zxTag {
  float: left;
  margin-left: 12px;
  padding-top: 75px;
  width: 392px;
  height: 392px;
}
.ikjZxTag .zxTag h3 {
  margin: 0 25px;
  font-size: 24px;
}
.ikjZxTag .zxTag p {
  margin: 20px 25px 0;
  padding-bottom: 30px;
  color: #656565;
  border-bottom: 1px dashed transparent;
}
.ikjZxTag .zxTag .tag a {
  display: inline-block;
  float: left;
  margin: 5px;
  width: 83px;
  height: 30px;
  border-radius: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 18px;
}
.ikjZxTag .zxTag.before {
  background: #f3f9f6;
}
.ikjZxTag .zxTag.before h3 {
  color: #3f6a55;
}
.ikjZxTag .zxTag.before p {
  border-bottom-color: #94c5ad;
}
.ikjZxTag .zxTag.before .tag {
  padding: 45px 55px 0;
}
.ikjZxTag .zxTag.before .tag a {
  background: #94c5ad;
}
.ikjZxTag .zxTag.before .tag a:hover {
  background: #48a677;
}
.ikjZxTag .zxTag.ing {
  background: #f9f7f3;
}
.ikjZxTag .zxTag.ing h3 {
  color: #f0781f;
}
.ikjZxTag .zxTag.ing p {
  border-bottom-color: #ff9b51;
}
.ikjZxTag .zxTag.ing .tag {
  padding: 45px 10px 0;
}
.ikjZxTag .zxTag.ing .tag a {
  background: #ff9b51;
}
.ikjZxTag .zxTag.ing .tag a:hover {
  background: #f5791f;
}
.ikjZxTag .zxTag.after {
  background: #f5f4f8;
}
.ikjZxTag .zxTag.after h3 {
  color: #3f6a55;
}
.ikjZxTag .zxTag.after p {
  border-bottom-color: #a878ef;
}
.ikjZxTag .zxTag.after .tag {
  padding: 45px 55px 0;
}
.ikjZxTag .zxTag.after .tag a {
  background: #a878ef;
}
.ikjZxTag .zxTag.after .tag a:hover {
  background: #854cdb;
}
.ikjZxSc .stuff {
  margin: 40px 0 34px -10px;
  text-align: center;
  font-size: 18px;
  overflow: hidden;
}
.ikjZxSc .stuff a {
  display: block;
  float: left;
  margin-left: 10px;
  width: 111px;
  height: 36px;
  line-height: 36px;
  border-radius: 36px;
  background: #ff9b51;
  color: #fff;
}
.ikjZxSc .stuff a:hover {
  background: #f5791f;
}
.ikjZxSc .top {
  margin-bottom: 80px;
  height: 498px;
  overflow: hidden;
}
.ikjZxSc .hot {
  float: left;
  margin-right: 10px;
  width: 595px;
  height: 498px;
}
.ikjZxSc .hot span {
  left: 30px;
  width: 535px;
}
.ikjZxSc .newLst {
  float: left;
  width: 595px;
  height: 498px;
  background: #fafafa;
}
.ikjZxSc .newLst h3 {
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  background: #eee;
  font-size: 20px;
}
.ikjZxSc .newLst ul {
  padding: 21px 30px;
  height: 406px;
}
.ikjZxSc .newLst ul a {
  float: left;
  display: block;
  width: 370px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ikjZxImg .top {
  height: 382px;
}
.ikjZxImg .bottom {
  margin-top: 12px;
  height: 226px;
  overflow: hidden;
}
.ikjZxImg .styleBanner {
  float: left;
  position: relative;
  width: 646px;
  height: 382px;
}
.ikjZxImg .styleBanner .prev,
.ikjZxImg .styleBanner .next {
  position: absolute;
  top: 170px;
  display: block;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  background: #000;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  text-align: center;
  line-height: 39px;
}
.ikjZxImg .styleBanner .prev {
  left: 20px;
}
.ikjZxImg .styleBanner .prev i {
  margin: 8px 0 0 -3px;
}
.ikjZxImg .styleBanner .next {
  right: 20px;
}
.ikjZxImg .styleBanner .next i {
  margin: 8px 0 0 3px;
}
.ikjZxImg .styleBanner .prev:hover,
.ikjZxImg .styleBanner .next:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.ikjZxImg .styleBanner .hd {
  position: absolute;
  bottom: 26px;
  left: 113px;
  z-index: 1;
  text-align: center;
}
.ikjZxImg .styleBanner .hd li {
  float: left;
  position: relative;
  margin: 0 1px;
  width: 103px;
  height: 33px;
  line-height: 33px;
  color: #fff;
}
.ikjZxImg .styleBanner .hd .mask {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 103px;
  height: 33px;
  background: #000;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.ikjZxImg .styleBanner .hd .on .mask {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.ikjZxImg .styleBanner .hd p {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.ikjZxImg .topRight {
  float: right;
  width: 542px;
  height: 382px;
}
.ikjZxImg .bottomLt {
  float: left;
  margin-left: -12px;
  text-align: center;
}
.ikjZxImg .bottomLt div {
  position: relative;
  float: left;
  margin-left: 12px;
  width: 317px;
  height: 226px;
  overflow: hidden;
}
.ikjZxImg .bottomLt p {
  position: absolute;
  top: 226px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 226px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #323232;
}
.ikjZxImg .bottomLt a:hover img {
  filter: url(blur.svg#blur);
  /* FireFox, Chrome, Opera */
  -webkit-filter: blur(2px);
  /* Chrome, Opera */
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=2, MakeShadow=false);
  /* IE6~IE9 */
}
.ikjZxImg .bottomLt a:hover p {
  top: 0;
}
.ikjZxImg .bottomLt a:hover .mask {
  background: #fff;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  z-index: 1;
}
.ikjZxImg .bottomLt span {
  display: block;
  margin: 67px 0 0 56px;
  width: 205px;
  height: 90px;
  border: 1px solid #000;
}
.ikjZxImg .bottomLt strong {
  display: block;
  margin: 10px 0 8px;
  font-size: 28px;
}
.ikjZxImg .bottomRt {
  float: right;
  padding: 12px 12px 12px 2px;
  width: 542px;
  height: 226px;
  background: #f1f1f1;
  text-align: center;
}
.ikjZxImg .bottomRt li {
  position: relative;
  float: left;
  margin-left: 10px;
  width: 122px;
  height: 204px;
  overflow: hidden;
  font-size: 16px;
}
.ikjZxImg .bottomRt li a {
  display: block;
  width: 100%;
  height: 100%;
}
.ikjZxImg .bottomRt p {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 204px;
  line-height: 204px;
  color: #323232;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ikjZxImg .bottomRt a:hover p {
  height: 49px;
  line-height: 49px;
}
.ikjZxImg .bottomRt .one p {
  background: #93d9d9;
}
.ikjZxImg .bottomRt .two p {
  background: #ee9279;
}
.ikjZxImg .bottomRt .three p {
  background: #cab89b;
}
.ikjZxImg .bottomRt .four p {
  background: #ebb75b;
}
.ikjBzh ul {
  margin: 0 0 28px -35px;
  height: 150px;
  overflow: hidden;
}
.ikjBzh li {
  float: left;
  position: relative;
  margin-left: 35px;
  width: 210px;
  height: 150px;
  border: 1px solid #828282;
  background: #fff;
  text-align: center;
  color: #828282;
}
.ikjBzh li p {
  display: inline-block;
  position: relative;
  margin-top: 45px;
  font-size: 28px;
  color: #323232;
}
.ikjBzh li b {
  display: block;
  position: absolute;
  right: -2px;
  top: 0;
  background: #434343;
  color: #fff;
  font-style: normal;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  font: normal 15px/1 Arial;
}
.ikjBzh li span {
  font-size: 14px;
}
.ikjBzh li .icoTriangle {
  position: absolute;
  right: -10px;
  top: 65px;
  z-index: 1;
  background-color: #fff;
}
.ikjBzh .btmBtnBox {
  margin: 0 auto 10px;
  width: 442px;
  height: 205px;
  text-align: center;
  background: url("../img/college/bzh_shadow.png") no-repeat bottom center;
}
.ikjBzh .btmBtnBox .box {
  height: 176px;
  background: #fafafa;
}
.ikjBzh .btmBtnBox h3 {
  padding: 35px 0 12px;
  font: 30px/1 normal inherit;
}
.ikjBzh .btmBtnBox a {
  display: inline-block;
  margin-top: 20px;
  border-radius: 2px;
  width: 218px;
  height: 36px;
  font-weight: bold;
  font-size: 16px;
  line-height: 36px;
  background: #ff9b51;
  color: #fff;
}
.ikjBzh .btmBtnBox a:hover {
  background: #f5791f;
}
.ikjdp .top {
  margin: 0 0 12px -12px;
  height: 222px;
  text-align: center;
}
.ikjdp .top li {
  position: relative;
  float: left;
  margin-left: 12px;
  width: 291px;
  height: 222px;
  font-size: 24px;
  overflow: hidden;
}
.ikjdp .top a {
  display: block;
  color: #323232;
}
.ikjdp .top p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 222px;
  line-height: 222px;
  z-index: 2;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: all 0.5s;
}
.ikjdp .top .mask {
  z-index: 1;
  background: #fff;
}
.ikjdp .top a:hover img {
  filter: url(blur.svg#blur);
  /* FireFox, Chrome, Opera */
  -webkit-filter: blur(2px);
  /* Chrome, Opera */
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=2, MakeShadow=false);
  /* IE6~IE9 */
}
.ikjdp .top a:hover p {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.ikjdp .top a:hover .mask {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.ikjdp .bottom {
  height: 510px;
}
.ikjdp .bottomLt {
  float: left;
  margin-top: -12px;
  width: 594px;
  height: 465px;
}
.ikjdp .bottomLt li {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  padding: 30px 30px 30px 40px;
  height: 147px;
  background: #fafafa;
}
.ikjdp .bottomLt li:hover {
  box-shadow: 0 0 20px rgba(111, 111, 111, 0.34);
}
.ikjdp .bottomLt li a {
  display: block;
}
.ikjdp .bottomLt li img {
  float: left;
  margin-right: 30px;
  width: 105px;
  height: 105px;
  border-radius: 105px;
}
.ikjdp .bottomLt li h4 {
  margin-bottom: 10px;
  width: 355px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ikjdp .bottomLt li p {
  color: #979797;
}
.ikjdp .bottomRt {
  float: right;
  width: 594px;
  height: 465px;
  background: #fafafa;
  overflow: hidden;
}
.ikjdp .bottomRt h3 {
  padding-left: 45px;
  height: 50px;
  line-height: 50px;
  background: #eee;
}
.ikjdp .bottomRt ul {
  padding: 4px 45px;
}
.ikjdp .bottomRt ul li {
  float: left;
  width: 252px;
}
.ikjdp .bottomRt ul li a {
  display: block;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ikjdp .bottomRt ul li span {
  margin-right: 5px;
}
.ikjDiaryVideo {
  height: 450px;
}
.ikjDiaryVideo .zxDiary {
  float: left;
  width: 606px;
}
.ikjDiaryVideo .zxDiary .subTitle {
  width: 560px;
}
.ikjDiaryVideo .zxDiary .subTitle i {
  margin-top: 18px;
}
.ikjDiaryVideo .zxDiary .subTitle h2 {
  position: relative;
  line-height: 80px;
}
.ikjDiaryVideo .zxDiary .subTitle h2 span {
  position: absolute;
  top: 60px;
  left: 58px;
  font-size: 14px;
  color: #828282;
  line-height: 1;
}
.ikjDiaryVideo .zxDiary ul {
  text-align: center;
}
.ikjDiaryVideo .zxDiary li {
  position: relative;
  float: left;
  padding-right: 12px;
  width: 303px;
  height: 304px;
  background: url("../img/college/diary_li_bg.jpg.png") no-repeat 115px bottom;
}
.ikjDiaryVideo .zxDiary li a {
  position: relative;
  display: block;
  width: 291px;
  height: 282px;
  overflow: hidden;
}
.ikjDiaryVideo .zxDiary li p {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 10px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  text-align: center;
}
.ikjDiaryVideo .zxDiary li:after {
  content: "";
  position: absolute;
  right: -12px;
  top: -24px;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  border: 24px solid transparent;
  border-left: 24px dashed #fff;
  transform: rotate(-45deg);
}
.ikjDiaryVideo .zxVideo {
  float: right;
  width: 594px;
}
.ikjDiaryVideo .zxVideo .videos {
  height: 284px;
}
.ikjDiaryVideo .zxVideo .videosLt {
  float: left;
  position: relative;
  width: 370px;
  height: 284px;
}
.ikjDiaryVideo .zxVideo .videosLt i {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -28px 0 0 -28px;
  width: 56px;
  height: 56px;
  cursor: pointer;
}
.ikjDiaryVideo .zxVideo .videosRt {
  float: right;
  margin-top: -12px;
}
.ikjDiaryVideo .zxVideo .videoSmall {
  position: relative;
  margin-top: 12px;
  width: 212px;
  height: 136px;
}
.ikjDiaryVideo .zxVideo .videoSmall i {
  position: absolute;
  left: 11px;
  top: 87px;
  z-index: 1;
  width: 38px;
  height: 38px;
  cursor: pointer;
}
.ikjDiaryVideo .zxVideo .videoSmall p {
  position: absolute;
  top: 95px;
  left: 56px;
  z-index: 1;
  padding-right: 15px;
  width: 156px;
  color: #fff;
}
.ikjDiaryVideo .zxVideo .videoSmall p span {
  float: right;
}
.ikjjjfs {
  margin-top: 40px;
}
.ikjjjfs .jjfsLst {
  margin: 0 0 80px -12px;
  height: 468px;
}
.ikjjjfs .jjfsLst .jjfsItem {
  position: relative;
  float: left;
  margin-left: 12px;
  width: 291px;
  height: 468px;
  overflow: hidden;
  /*&.jjfsItemA{ background: url("../img/college/jjfs_1.jpg") no-repeat top center #fff;}
      &.jjfsItemB{ background: url("../img/college/jjfs_2.jpg") no-repeat top center #fff;}
      &.jjfsItemC{ background: url("../img/college/jjfs_3.jpg") no-repeat top center #fff;}
      &.jjfsItemD{ background: url("../img/college/jjfs_4.jpg") no-repeat top center #fff;}*/
}
.ikjjjfs .jjfsLst .jjfsItem img {
  position: absolute;
  top: 0;
  left: 0;
  width: 291px;
}
.ikjjjfs .jjfsLst .jjfsItem .box {
  position: relative;
  z-index: 1;
  margin-top: 160px;
  padding: 0 20px;
  background: url("../img/college/fengshui_mask.png") no-repeat center 46px;
}
.ikjjjfs .jjfsLst .jjfsItem .ft {
  background: #fff;
}
.ikjjjfs .jjfsLst h3 {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 22px 20px 0;
  width: 93px;
  height: 93px;
  border-radius: 93px;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 27px rgba(111, 111, 111, 0.16);
  font: 20px/24px normal inherit;
}
.ikjjjfs .jjfsLst li {
  height: 50px;
  line-height: 50px;
}
.ikjjjfs .jjfsLst li span {
  margin: 0 5px;
}
.ikjjjfs .jjfsLst li a {
  display: block;
  width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ikjSxjz {
  background: #fafafa;
}
.ikjSxjz .sxjzBox {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
.ikjSxjz ul {
  padding: 0 85px 55px;
  text-align: center;
  overflow: hidden;
}
.ikjSxjz ul li {
  float: left;
  position: relative;
  margin: 0 23px;
  width: 160px;
}
.ikjSxjz ul i {
  width: 100px;
  height: 100px;
}
.ikjSxjz ul span {
  position: absolute;
  top: 33px;
  right: -35px;
  width: 20px;
  height: 38px;
}
.ikjSxjz ul h3 {
  position: relative;
  margin-top: 10px;
  font: 18px/30px normal inherit;
}
.ikjSxjz ul p {
  color: #969696;
}
.ikjSxjz .order {
  padding-left: 35px;
}
.ikjSxjz .order .scrollTitle {
  float: left;
  margin-right: 20px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  color: #ff9b51;
  font-weight: bold;
  overflow: hidden;
}
.ikjSxjz .order .scrollTitle ul {
  padding: 0;
}
.ikjSxjz .order .scrollTitle ul li {
  float: none;
  margin: 0;
  height: 40px;
}
.ikjSxjz .order p {
  position: relative;
  float: left;
  margin-right: 10px;
  border: 1px solid #eee;
  width: 185px;
  height: 40px;
  background: #fff;
  border-radius: 2px;
}
.ikjSxjz .order label {
  position: absolute;
  left: 0;
  top: 9px;
  width: 44px;
  height: 22px;
  border-right: 1px solid #bdbdbd;
  text-align: center;
}
.ikjSxjz .order i {
  vertical-align: middle;
}
.ikjSxjz .order input,
.ikjSxjz .order select {
  padding: 10px 10px 10px 60px;
  width: 183px;
  height: 40px;
  line-height: 20px;
  background: transparent;
  color: #333;
}
.ikjSxjz .order span.unit {
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 20px;
  color: #333;
}
.ikjSxjz .order .select2-container .select2-selection--single {
  background: transparent;
  height: 40px;
  line-height: 40px;
}
.ikjSxjz .order .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  padding-left: 60px;
}
.ikjSxjz .order .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
  width: 30px;
}
.ikjSxjz .order button {
  width: 185px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #ff9b51;
  border-radius: 2px;
  font-weight: bold;
  font-size: 20px;
}
.ikjQAWiki {
  padding-bottom: 80px;
  overflow: hidden;
}
.ikjQAWiki .ikjQA {
  float: left;
  width: 674px;
}
.ikjQAWiki .ikjQA .subTitle {
  width: 640px;
}
.ikjQAWiki .ikjQA .qaBox {
  padding: 40px;
  height: 568px;
  background: #f8f8f8;
}
.ikjQAWiki .ikjQA .top {
  height: 240px;
  overflow: hidden;
}
.ikjQAWiki .ikjQA .top ul {
  float: right;
  width: 245px;
}
.ikjQAWiki .ikjQA .top li {
  height: 60px;
  line-height: 60px;
}
.ikjQAWiki .ikjQA .top li a {
  display: inline-block;
  width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ikjQAWiki .ikjQA .hot {
  float: left;
  width: 320px;
}
.ikjQAWiki .ikjQA .hot span {
  left: 37px;
  width: 246px;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
}
.ikjQAWiki .ikjQA .bottom {
  padding-top: 20px;
}
.ikjQAWiki .ikjQA .bottom h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: normal;
}
.ikjQAWiki .ikjQA .bottom h3 span {
  margin-left: 20px;
  vertical-align: text-bottom;
  font-size: 14px;
  color: #a8a8a8;
}
.ikjQAWiki .ikjQA .bottom li {
  height: 64px;
  line-height: 64px;
}
.ikjQAWiki .ikjQA .bottom li i {
  margin-right: 20px;
  vertical-align: middle;
}
.ikjQAWiki .ikjQA .bottom li a {
  display: inline-block;
  width: 525px;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ikjWiki {
  float: right;
  width: 514px;
}
.ikjWiki li {
  padding: 25px 25px 0 45px;
  margin-bottom: 12px;
  height: 133px;
  font-size: 16px;
  line-height: 20px;
}
.ikjWiki li h3 {
  margin-bottom: 10px;
  font: 20px/36px normal inherit;
}
.ikjWiki li a {
  margin: 0 10px;
  display: inline-block;
}
.ikjWiki li p {
  margin-left: -10px;
}
.ikjWiki li.one {
  background: #fcf1f1;
  color: #ff8181;
}
.ikjWiki li.one h3 {
  color: #ff2f2f;
}
.ikjWiki li.one a {
  color: #ff8181;
}
.ikjWiki li.one a:hover {
  color: #ff2f2f;
}
.ikjWiki li.two {
  background: #fff6ec;
  color: #ffb460;
}
.ikjWiki li.two h3 {
  color: #e77a01;
}
.ikjWiki li.two a {
  color: #ffb460;
}
.ikjWiki li.two a:hover {
  color: #e77a01;
}
.ikjWiki li.three {
  background: #f0faff;
  color: #5fcaff;
}
.ikjWiki li.three h3 {
  color: #0099e5;
}
.ikjWiki li.three a {
  color: #5fcaff;
}
.ikjWiki li.three a:hover {
  color: #0099e5;
}
.ikjWiki li.four {
  background: #dffff9;
  color: #7cceba;
}
.ikjWiki li.four h3 {
  color: #00a669;
}
.ikjWiki li.four a {
  color: #7cceba;
}
.ikjWiki li.four a:hover {
  color: #00a669;
}
.styleTest {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
.styleTest span {
  position: absolute;
  left: 50%;
  bottom: 35px;
  z-index: 1;
  margin-left: -98px;
  display: block;
  width: 197px;
  height: 37px;
  line-height: 37px;
  border-radius: 37px;
  color: #092e97;
  font-size: 20px;
  font-weight: bold;
  background: #1eeee1;
  background: -moz-linear-gradient(0, #08b0a5, #1eeee1);
  background: -webkit-linear-gradient(0, #08b0a5, #1eeee1);
  background: -o-linear-gradient(0, #08b0a5, #1eeee1);
  background: linear-gradient(0, #08b0a5, #1eeee1);
  -webkit-box-shadow: 0 15px 43px #0139ac;
  -moz-box-shadow: 0 15px 43px #0139ac;
  box-shadow: 0 15px 43px #0139ac;
  animation: aniScale 0.5s linear infinite alternate;
}
/*弹框*/
.popModel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  height: 100%;
}
.popModel .mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.popModel .popTable {
  display: table;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.popModel .popTable .popTableCell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.popModel .order {
  display: none;
  position: relative;
  margin: 0 auto;
  width: 550px;
  padding-bottom: 30px;
  background: #fff;
  border-radius: 5px;
}
.popModel .order .icoPopClose {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 2;
  width: 41px;
  height: 41px;
}
.popModel .order .hd {
  background: #fdaa32;
  height: 80px;
  color: #fff;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
.popModel .order .hd h3 {
  padding: 15px 0 5px;
  font: normal 28px/1 normal inherit;
}
.popModel .order .orderForm {
  padding-top: 40px;
  margin-left: 75px;
}
.popModel .order .orderForm p {
  position: relative;
  margin-bottom: 10px;
  width: 385px;
}
.popModel .order .orderForm p span.unit {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
  display: block;
  line-height: 50px;
}
.popModel .order .orderForm p em {
  display: inline-block;
  padding: 10px 25px;
  width: 310px;
  height: 50px;
  line-height: 30px;
  background: #e7e7e7;
  border-radius: 3px;
  font-style: normal;
  font-weight: normal;
  color: #aaa;
}
.popModel .order .orderForm .iconSelect {
  position: absolute;
  top: 22px;
  right: 15px;
  z-index: 1;
}
.popModel .order .orderForm label {
  float: left;
  display: inline-block;
  width: 75px;
  height: 50px;
  line-height: 50px;
}
.popModel .order .orderForm input,
.popModel .order .orderForm select {
  padding: 10px 25px;
  width: 310px;
  height: 50px;
  line-height: 30px;
  background: #e7e7e7;
  border-radius: 3px;
}
.popModel .order .orderForm button {
  width: 310px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  background: #fdaa32;
  color: #fff;
}
.popModel .order .orderForm button:disabled {
  background: #d6d6d6;
  color: #555;
}
.popModel .didiPop {
  text-align: center;
  color: #808080;
}
.popModel .didiPop img {
  margin-top: 40px;
}
.popModel .didiPop dl {
  padding: 30px 0 0 60px;
  text-align: left;
  line-height: 24px;
}
.popModel .didiPop dl dt {
  color: #fdaa32;
}
.popModel .didiPop .hd h3 {
  padding-top: 25px;
}
.popModel .didiPop .selection {
  text-align: left;
}
.popModel .videoFrame {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -300px 0 0 -600px;
  width: 1200px;
  height: 600px;
}
.popModel .qsForm {
  display: block;
  padding: 10px 20px 36px;
  /*label{
      .fl; .por; display: inline-block; margin-left: 12px; border: 1px solid #ddd; color: #333; padding: 5px 0; width: 74px; border-radius: 4px; .textc;
      &.cek{ border-color: #fdaa32; color: #fdaa32;}
      input{ .poa; left: 0; top:0; opacity: 0;}
    }*/
}
.popModel .qsForm h3 {
  font-size: 28px;
  color: #222;
  line-height: 70px;
  text-align: center;
}
.popModel .qsForm textarea {
  width: 510px;
  height: 135px;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #ddd;
  line-height: 30px;
  font: 14px "Microsoft YaHei";
}
.popModel .qsForm span {
  color: #9b9b9b;
}
.popModel .qsForm .item {
  margin: 10px 0 20px -11px;
  overflow: hidden;
}
.popModel .qsForm select {
  float: left;
  margin-left: 10px;
  padding: 0 10px;
  width: 163px;
  height: 30px;
  border: 1px solid #ddd;
}
.popModel .qsForm .verification {
  margin: 0 10px;
  padding: 0 5px;
  width: 77px;
  height: 26px;
  border: 1px solid #ddd;
  vertical-align: middle;
}
.popModel .qsForm img {
  background: #ddd;
  width: 77px;
  height: 26px;
}
.popModel .qsForm button {
  display: block;
  margin: 36px auto 0;
  width: 310px;
  height: 50px;
  border-radius: 3px;
  background: #fdaa32;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
}
/*列表页*/
.ikjZxxyLst {
  background: #f0f0f0;
  padding-bottom: 80px;
  overflow: hidden;
}
.ikjPosition .info {
  margin: 0 auto;
  padding: 30px 0 40px;
  width: 1200px;
  font-size: 16px;
}
.ikjPosition .info strong,
.ikjPosition .info a {
  font-weight: normal;
  color: #979797;
}
.ikjPosition .info i {
  margin: 0 5px;
  color: #979797;
  font-style: normal;
}
.ikjPosition .info .dropdown {
  cursor: pointer;
}
.ikjPosition .info .dropdownNav {
  display: none;
  position: fixed;
  z-index: 1;
  padding: 10px 0;
  border: 1px solid #f0f0f0;
  background: #fff;
  text-align: center;
}
.ikjPosition .info .dropdownNav a {
  display: block;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  color: #646464;
  font-size: 14px;
}
.ikjPosition .info .dropdownNav a:hover {
  color: #fe6c00;
}
.ikjPosition .topBanner {
  margin-bottom: 70px;
  height: 250px;
  background: url("../img/college/top_banner_1.jpg") no-repeat top center;
}
.ikjPosition .topBanner.topBanner2 {
  background-image: url("../img/college/top_banner_2.jpg");
}
.ikjPosition .topBanner.topBanner3 {
  background-image: url("../img/college/top_banner_3.jpg");
}
.ikjPosition .brief {
  margin: 0 auto;
  padding-right: 65px;
  width: 1200px;
  color: #1e1e1e;
}
.ikjPosition .brief h2,
.ikjPosition .brief p {
  width: 568px;
}
.ikjPosition .brief h2 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1;
}
.ikjPosition .brief p {
  height: 120px;
  line-height: 30px;
  font-size: 16px;
}
.zxxyLstLt {
  float: left;
  width: 820px;
}
.zxxyLstLt .lstGroupBox {
  margin-top: 0;
  padding: 20px 65px 60px;
}
.zxxyLstLt .lstGroupBox.brandLst {
  min-height: 2598px;
}
.zxxyLstLt .lstGroupBox .sortingTab {
  margin-top: 20px;
  height: 24px;
  font-size: 20px;
  line-height: 24px;
  overflow: hidden;
}
.zxxyLstLt .lstGroupBox .sortingTab h1 {
  font-size: 20px;
}
.zxxyLstLt .lstGroupBox .sortingTab h1 span {
  margin-left: 10px;
  font-size: 16px;
  color: #888;
  font-weight: normal;
}
.zxxyLstLt .lstGroupBox .sortingTab div {
  margin-right: -10px;
}
.zxxyLstLt .lstGroupBox .sortingTab div span {
  display: inline-block;
  width: 80px;
  margin-left: 25px;
  cursor: pointer;
}
.zxxyLstLt .lstGroupBox .sortingTab div span i {
  margin: -1px 0 0 12px;
  vertical-align: middle;
}
.zxxyLstLt .lstGroupBox .lstGroup {
  padding: 38px 0;
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
}
.zxxyLstLt .lstGroupBox .lstGroup img {
  float: left;
  width: 272px;
  height: 185px;
}
.zxxyLstLt .lstGroupBox .lstGroup .citation {
  float: right;
  width: 385px;
}
.zxxyLstLt .lstGroupBox .lstGroup h3 {
  margin: 15px 0;
  width: 360px;
  font: 18px/24px normal inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zxxyLstLt .lstGroupBox .lstGroup p {
  height: 48px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #969696;
}
.zxxyLstLt .lstGroupBox .lstGroup p a {
  color: #969696;
}
.zxxyLstLt .lstGroupBox .lstGroup .tags {
  padding: 10px 0;
  overflow: hidden;
}
.zxxyLstLt .lstGroupBox .lstGroup .tags a {
  display: inline-block;
  float: left;
  border-radius: 3px;
  margin-right: 20px;
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  background: #e1e1e1;
}
.zxxyLstLt .lstGroupBox .lstGroup .tags a:hover {
  background: #fe6c00;
  color: #fff;
}
.zxxyLstLt .lstGroupBox .lstGroup .ft {
  color: #b4b4b4;
  line-height: 30px;
}
.zxxyLstLt .lstGroupBox .lstGroup .ft time {
  margin-left: 25px;
}
.zxxyLstLt .lstGroupBox .lstGroup .ft a {
  float: right;
  display: inline-block;
  width: 90px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #ff9b51;
  background: #fff;
  color: #ff9b51;
  text-align: center;
}
.zxxyLstLt .lstGroupBox .lstGroup .ft a:hover {
  background: #ff9b51;
  color: #fff;
}
.zxxyLstLt .lstGroupBox2 {
  padding: 0 65px 32px;
}
.zxxyLstLt .lstGroupBox2 .title {
  margin-bottom: 40px;
}
.zxxyLstLt .lstGroupBox2 .lstGroup2 {
  border-bottom: 0;
  margin-bottom: 40px;
  padding: 0;
}
.zxxyLstLt .lstGroupBox2 .lstGroup2 .ft [class^=tag] {
  float: left;
  margin: -1px 25px 0 0;
  display: inline-block;
  padding: 0 3px;
  height: 22px;
  line-height: 20px;
  border-radius: 4px;
  background: #fff;
}
.zxxyLstLt .lstGroupBox2 .lstGroup2 .ft [class^=tag]:hover {
  background: #fff;
}
.zxxyLstLt .lstGroupBox2 .lstGroup2 .ft .tag_gl {
  border: 1px solid #1098df;
  color: #1098df;
}
.zxxyLstLt .lstGroupBox2 .lstGroup2 .ft .tag_gl:hover {
  color: #1098df;
}
.zxxyLstLt .lstGroupBox2 .lstGroup2 .ft .tag_zt {
  border: 1px solid #df1054;
  color: #df1054;
}
.zxxyLstLt .lstGroupBox2 .lstGroup2 .ft .tag_zt:hover {
  color: #df1054;
}
.zxxyLstLt .lstGroupBox2 .lstGroup2 .ft .tag_bk {
  border: 1px solid #0098aa;
  color: #0098aa;
}
.zxxyLstLt .lstGroupBox2 .lstGroup2 .ft .tag_bk:hover {
  color: #0098aa;
}
.zxxyLstLt .lstGroupBox3 {
  padding-bottom: 34px;
}
.zxxyLstLt .lstGroupBox3 .hd {
  height: 58px;
  line-height: 1;
  padding-top: 28px;
}
.zxxyLstLt .lstGroupBox3 .lstGroup3 {
  padding-top: 14px;
}
.zxxyLstLt .lstGroupBox3 .lstGroup3:last-child {
  border-bottom: 0;
}
.zxxyLstLt .lstGroupBox3 .lstGroup3 .citation {
  float: none;
  width: auto;
}
.zxxyLstLt .lstGroupBox3 .lstGroup3 h3 {
  width: 690px;
}
.zxxyLstLt .lstGroupBox3 .lstGroup3 .ft span {
  margin-right: 25px;
}
.zxxyLstLt .lstGroupBox3 .lstGroup3 .ft time {
  margin: 0;
}
.zxxyLstLt .lstGroupBox3 .lstGroup3 .ft i {
  margin: 0 3px;
  font-style: normal;
  color: #ff6c00;
}
.zxxyLstLt .lstGroupBox3 .lstGroup3 .ft a {
  margin-top: -9px;
  width: 100px;
  height: 36px;
  line-height: 34px;
  border-color: #13c513;
  border-radius: 36px;
  color: #13c513;
}
.zxxyLstLt .lstGroupBox3 .lstGroup3 .ft a:hover {
  background: none;
  border-color: #ff8300;
  color: #ff8300;
}
.zxxyLstLt .ikjGonglue {
  padding: 0 65px 50px;
}
.zxxyLstLt .gonglueTab {
  margin-top: 40px;
}
.zxxyLstLt .gonglueTab .hd {
  height: 26px;
  margin-bottom: 25px;
}
.zxxyLstLt .gonglueTab .hd ul {
  margin-left: -30px;
}
.zxxyLstLt .gonglueTab .hd li {
  position: relative;
  float: left;
  margin-left: 30px;
  width: 72px;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
}
.zxxyLstLt .gonglueTab .hd li.on {
  color: #ff6c00;
}
.zxxyLstLt .gonglueTab .hd li.on:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -27px;
  left: 20px;
  width: 0;
  height: 0;
  border: 10px dashed transparent;
  border-bottom: 8px dashed #fff7ee;
}
.zxxyLstLt .gonglueTab .bd {
  width: 690px;
  height: 298px;
  background: #fff7ee;
}
.zxxyLstLt .gonglueTab .bd div {
  float: left;
  margin: 45px 0 0 10px;
  width: 215px;
}
.zxxyLstLt .gonglueTab .bd div h4 {
  margin-bottom: 10px;
  font-size: 16px;
}
.zxxyLstLt .gonglueTab .bd div p {
  margin-left: -10px;
}
.zxxyLstLt .gonglueTab .bd div a {
  float: left;
  display: block;
  margin-left: 10px;
  width: 102px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #959595;
  line-height: 26px;
}
.zxxyLstLt .gonglueTab .bd div a:hover {
  color: #333;
}
.zxxyLstLt .ikjWiki {
  float: none;
  padding-bottom: 45px;
  width: 100%;
  overflow: hidden;
}
.zxxyLstLt .ikjWiki ul {
  margin: 40px 0 0 -20px;
}
.zxxyLstLt .ikjWiki li {
  float: left;
  margin: 0 0 20px 20px;
  padding: 15px;
  width: 335px;
  color: #fff;
}
.zxxyLstLt .ikjWiki li h3,
.zxxyLstLt .ikjWiki li a {
  color: #fff;
}
.zxxyLstLt .ikjWiki li p {
  margin-left: 0;
  line-height: 24px;
}
.zxxyLstLt .ikjWiki li a {
  display: inline;
}
.zxxyLstLt .ikjWiki li a:first-child {
  margin-left: 0;
}
.zxxyLstLt .ikjWiki li a:hover {
  color: #fff;
  font-weight: bold;
}
.zxxyLstLt .ikjWiki li.one {
  background: #ff6a6a;
}
.zxxyLstLt .ikjWiki li.two {
  background: #10ab72;
}
.zxxyLstLt .ikjWiki li.three {
  background: #efa451;
}
.zxxyLstLt .ikjWiki li.four {
  background: #34a9e3;
}
.zxxyLstLt .searchBox {
  position: relative;
  margin: 0 0 20px;
}
.zxxyLstLt .searchBox input {
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  padding: 10px 160px 10px 68px;
  height: 50px;
  width: 100%;
  background: url("../img/college/icon_search.png") no-repeat 29px 10px #fff;
}
.zxxyLstLt .searchBox button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 130px;
  height: 50px;
  line-height: 50px;
  background: #ff9b51;
  color: #fff;
  font-size: 20px;
}
.zxxyLstLt .answerTagTab .hd {
  margin: 45px 0 20px;
  padding-top: 0;
  height: 20px;
  text-align: center;
}
.zxxyLstLt .answerTagTab .hd li {
  float: left;
  width: 115px;
  height: 20px;
  line-height: 20px;
  border-right: 1px solid #323232;
  font-size: 18px;
  cursor: pointer;
}
.zxxyLstLt .answerTagTab .hd li:last-child {
  border-right: 0;
}
.zxxyLstLt .answerTagTab .hd li.on {
  position: relative;
  color: #fe6c00;
}
.zxxyLstLt .answerTagTab .hd li.on:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -20px;
  z-index: 1;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #f5f5f5;
}
.zxxyLstLt .answerTagTab .bd {
  padding: 14px 10px;
  height: 110px;
  background: #f5f5f5;
  overflow: hidden;
}
.zxxyLstLt .answerTagTab .bd a {
  float: left;
  display: inline-block;
  margin: 0 14px;
  font-size: 16px;
  line-height: 36px;
  color: #646464;
}
.zxxyLstLt .answerTagTab .bd a:hover {
  color: #fe6c00;
}
.zxxyLstLt .answerLstTab {
  margin-top: 25px;
  height: 58px;
}
.zxxyLstLt .answerLstTab li {
  float: left;
  margin-right: 30px;
  font-size: 16px;
  line-height: 58px;
}
.zxxyLstLt .answerLstTab li.active a {
  color: #ff6c00;
}
.zxxyLstLt .answerLstBox .lstGroup3 {
  border-top: 1px solid #f0f0f0;
  border-bottom: 0;
}
.zxxyLstLt .zxQsStage {
  margin: 0 0 20px -20px;
  overflow: hidden;
}
.zxxyLstLt .zxQsStage li {
  float: left;
  margin-left: 20px;
  padding: 25px 30px;
  width: 260px;
  height: 180px;
  background: #fff;
}
.zxxyLstLt .zxQsStage h3 {
  font-size: 20px;
  color: #323232;
}
.zxxyLstLt .zxQsStage p {
  margin: 15px 0 25px;
  height: 48px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #969696;
}
.zxxyLstLt .zxQsStage span {
  color: #b4b4b4;
}
.zxxyLstLt .zxQsStage i {
  margin: 0 3px;
  color: #ff6d01;
  font-style: normal;
}
.zxxyLstLt .homeLink .homeLinkText {
  width: 100%;
}
.zxxyLstLt .homeLink .homeLinkText li {
  padding: 0 10px 0 0;
}
.zxxyLstRt {
  float: right;
  width: 360px;
}
.zxxyLstRt .topTag {
  text-align: center;
  margin: 0 0 10px -8px;
  overflow: hidden;
}
.zxxyLstRt .topTag a {
  display: block;
  float: left;
  margin: 0 0 10px 8px;
  width: 175px;
  height: 50px;
  line-height: 50px;
  color: #787878;
  background: #fff;
}
.zxxyLstRt .topTag a:hover {
  color: #ff6c00;
}
.zxxyLstRt .asAndQs {
  padding-top: 45px;
  height: 236px;
  text-align: center;
  color: #787878;
  font-size: 18px;
}
.zxxyLstRt .asAndQs strong {
  font-size: 50px;
  color: #ff852b;
  font-weight: normal;
  line-height: 1;
}
.zxxyLstRt .asAndQs p {
  margin: 15px 0 35px;
}
.zxxyLstRt .asAndQs .btnBox a {
  float: left;
  display: block;
  width: 155px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #535353;
  border-radius: 2px;
  border: 1px solid #f0f0f0;
}
.zxxyLstRt .asAndQs .btnBox .as {
  margin-right: 9px;
  background: #ff852b;
  border-color: #ff852b;
}
.zxxyLstRt .orderCost {
  margin-bottom: 20px;
  padding-bottom: 40px;
  background: #fff;
}
.zxxyLstRt .orderCost img {
  margin-bottom: 30px;
}
.zxxyLstRt .orderCost p {
  position: relative;
  margin: 0 22px 10px;
}
.zxxyLstRt .orderCost p label {
  display: block;
  position: absolute;
  left: 1px;
  top: 15px;
  border-right: 1px solid #fbf6f3;
  width: 46px;
  height: 22px;
  line-height: 22px;
  z-index: 1;
  text-align: center;
}
.zxxyLstRt .orderCost p i {
  vertical-align: middle;
}
.zxxyLstRt .orderCost p span.unit {
  display: block;
  position: absolute;
  right: 22px;
  top: -2px;
  line-height: 50px;
}
.zxxyLstRt .orderCost p input,
.zxxyLstRt .orderCost p select {
  padding: 10px 22px 10px 62px;
  border: 1px solid #eaeaea;
  width: 316px;
  height: 50px;
  line-height: 30px;
  border-radius: 2px;
  background: transparent;
}
.zxxyLstRt .orderCost p .select2-container .select2-selection--single {
  padding-left: 37px;
  background: #fff;
  border: 1px solid #eaeaea;
}
.zxxyLstRt .orderCost p .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 62px;
}
.zxxyLstRt .orderCost p button {
  width: 316px;
  height: 50px;
  border-radius: 2px;
  background: #ff9b51;
  color: #fff;
  font: normal 20px/50px bold inherit;
}
.zxxyLstRt .orderCost p button:disabled {
  background: #999;
}
.zxxyLstRt .ownerGroup {
  padding-bottom: 45px;
}
.zxxyLstRt .ownerGroup img {
  display: block;
  margin: 10px auto 15px;
  padding: 6px;
  width: 160px;
  height: 160px;
  background: #eee;
}
.zxxyLstRt .ownerGroup ul {
  padding-bottom: 30px;
  overflow: hidden;
}
.zxxyLstRt .ownerGroup li {
  float: left;
  margin-left: 30px;
  width: 120px;
  height: 32px;
  line-height: 32px;
  color: #828282;
}
.zxxyLstRt .ownerGroup li span {
  display: inline-block;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: 1px solid #bcbcbc;
}
.zxxyLstRt .ownerGroup p {
  text-align: center;
  color: #828282;
}
.zxxyLstRt .dynamic {
  padding-bottom: 34px;
}
.zxxyLstRt .dynamic ul {
  padding-top: 10px;
}
.zxxyLstRt .dynamic li {
  margin-top: 10px;
  height: 72px;
  overflow: hidden;
}
.zxxyLstRt .dynamic li img {
  float: left;
  margin-right: 20px;
  width: 72px;
  height: 72px;
  border-radius: 72px;
}
.zxxyLstRt .dynamic li h4 {
  margin: 5px 0;
  width: 222px;
  height: 40px;
  line-height: 20px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
}
.zxxyLstRt .dynamic li p {
  width: 222px;
  font-size: 12px;
  color: #969696;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zxxyLstRt .topic {
  padding-bottom: 30px;
}
.zxxyLstRt .topic li {
  margin-top: 10px;
  width: 320px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 38px;
}
.zxxyLstRt .topic li a {
  color: #646464;
}
.zxxyLstRt .topic li a:hover {
  color: #ff9b51;
}
.zxxyLstRt .topic li span {
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
}
.zxxyLstRt .actMore {
  padding: 20px 0 0;
}
.zxxyLstRt .actMore .hd {
  padding: 0 20px;
}
.zxxyLstRt .actMore .actFocus {
  position: relative;
  width: 360px;
  height: 250px;
  overflow: hidden;
}
.zxxyLstRt .actMore .actFocus img {
  width: 360px;
  height: 250px;
}
.zxxyLstRt .actMore .actFocus .bd li {
  position: relative;
}
.zxxyLstRt .actMore .actFocus .bd li .mask {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 42px;
  background: #000;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.zxxyLstRt .actMore .actFocus .bd li p {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding-left: 20px;
  width: 262px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zxxyLstRt .actMore .actFocus .prev,
.zxxyLstRt .actMore .actFocus .next {
  position: absolute;
  bottom: 10px;
  z-index: 2;
  display: block;
  width: 12px;
  height: 24px;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.zxxyLstRt .actMore .actFocus .prev:hover,
.zxxyLstRt .actMore .actFocus .next:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.zxxyLstRt .actMore .actFocus .prev {
  right: 80px;
}
.zxxyLstRt .actMore .actFocus .next {
  right: 20px;
}
.zxxyLstRt .actMore .actFocus .pageStateCell {
  position: absolute;
  bottom: 0;
  right: 35px;
  width: 48px;
  text-align: center;
  z-index: 2;
  line-height: 42px;
  font-size: 16px;
  color: #fff;
}
.zxxyLstRt .actMore .actFocus .hd {
  position: absolute;
  left: 0;
  bottom: 25px;
  padding: 0;
  width: 100%;
  height: auto;
  text-align: center;
}
.zxxyLstRt .actMore .actFocus .hd ul {
  height: 8px;
}
.zxxyLstRt .actMore .actFocus .hd li {
  display: inline-block;
  margin: 0 5px;
  width: 20px;
  height: 8px;
  border-radius: 8px;
  background: #fff;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
  text-indent: -99999px;
}
.zxxyLstRt .actMore .actFocus .hd li.on {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.zxxyLstRt .actMore .styleTest span {
  bottom: 25px;
  margin-left: -65px;
  width: 130px;
  height: 24px;
  line-height: 24px;
  font-size: 13px;
}
.zxxyLstRt .hotZq {
  min-height: 300px;
  padding: 10px 0 30px;
  overflow: hidden;
}
.zxxyLstRt .hotZq a {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  padding: 0 20px;
  font-size: 16px;
  line-height: 48px;
  background: #fff0e5;
  color: #ff6c00;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zxAnswerBanner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto 40px;
  height: 400px;
}
.zxAnswerBanner .bd li {
  height: 400px;
}
.zxAnswerBanner .prev,
.zxAnswerBanner .next {
  position: absolute;
  top: 200px;
  z-index: 1;
  margin-top: -43px;
  width: 44px;
  height: 86px;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  cursor: pointer;
}
.zxAnswerBanner .prev {
  left: 50%;
  margin-left: -600px;
}
.zxAnswerBanner .next {
  right: 50%;
  margin-right: -600px;
}
.zxAnswerBanner .prev:hover,
.zxAnswerBanner .next:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.zxAnswerBanner .hd {
  position: absolute;
  left: 0;
  bottom: 17px;
  width: 100%;
  text-align: center;
}
.zxAnswerBanner .hd ul {
  height: 8px;
}
.zxAnswerBanner .hd li {
  display: inline-block;
  margin: 0 5px;
  width: 20px;
  height: 8px;
  border-radius: 8px;
  background: #fff;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  text-indent: -99999px;
}
.zxAnswerBanner .hd li.on {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.zxxyQsLt .hotQs {
  padding-bottom: 60px;
}
.zxxyQsLt .hotQs .hotQsBox {
  margin-top: 40px;
  height: 240px;
  overflow: hidden;
}
.zxxyQsLt .hotQs .hot {
  float: left;
  margin-right: 28px;
  width: 320px;
  height: 240px;
  text-align: center;
  overflow: hidden;
}
.zxxyQsLt .hotQs .hot span {
  padding: 0 40px;
  height: 44px;
  font-size: 18px;
  line-height: 44px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zxxyQsLt .hotQs .hot .mask {
  width: 320px;
}
.zxxyQsLt .hotQs .hotLst li {
  line-height: 40px;
  font-size: 18px;
  /*&.first{
          margin-bottom: 20px; line-height: 40px;
          h3:before{ content: "热门"; margin: -2px 20px 0 0; display: inline-block; width:38px; height:18px; line-height:18px; font-size: 14px; text-align: center; border-radius: 2px; background: #ff0000; color: #fff; vertical-align: middle;}
        }
        p{ height: 48px; color: #959595; font-size: 14px; line-height: 24px; .fontd2;}*/
}
.zxxyQsLt .hotQs .hotLst li h3 {
  width: 338px;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #323232;
}
.zxxyQsLt .hotQs .hotLst li.first h3:before {
  content: "热门";
  margin: -2px 20px 0 0;
  display: inline-block;
  width: 38px;
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  text-align: center;
  border-radius: 2px;
  background: #ff0000;
  color: #fff;
  vertical-align: middle;
}
.zxxyQsLt .allQsBox {
  padding-bottom: 40px;
}
.zxxyQsLt .allQsBox .bd {
  padding: 24px 20px;
  height: 368px;
}
.zxxyQsLt .allQsBox .bd li {
  margin-left: -40px;
}
.zxxyQsLt .allQsBox .bd div {
  float: left;
  margin-left: 40px;
  padding: 16px 0;
}
.zxxyQsLt .allQsBox .bd div a {
  margin: 0;
  line-height: 1;
}
.zxxyQsLt .allQsBox .bd div span {
  float: left;
  margin-right: 20px;
  display: block;
  border-radius: 12px;
  border: solid #646464 1px;
  width: 48px;
  height: 48px;
  text-align: center;
  color: #646464;
  font-size: 16px;
}
.zxxyQsLt .allQsBox .bd div i {
  display: block;
  line-height: 24px;
  font-style: normal;
}
.zxxyQsLt .allQsBox .bd div p {
  margin-bottom: 10px;
  width: 237px;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zxxyQsLt .allQsBox .bd div time {
  color: #b3b3b3;
}
.zxxyQsLt .htEecommend {
  overflow: hidden;
}
.zxxyQsLt .htEecommend ul {
  margin-left: -20px;
  padding: 40px 0 50px;
  overflow: hidden;
}
.zxxyQsLt .htEecommend li {
  float: left;
  width: 335px;
  margin: 0 0 20px 20px;
}
.zxxyQsLt .htEecommend li a {
  display: block;
  width: 335px;
}
.zxxyQsLt .htEecommend li img {
  float: left;
  margin-right: 8px;
  width: 168px;
  height: 126px;
}
.zxxyQsLt .htEecommend li h4 {
  padding: 15px 0 20px;
  width: 159px;
  font-size: 18px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zxxyQsLt .htEecommend li p {
  width: 159px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #959595;
  line-height: 24px;
}
.zxxyQsLt .question {
  padding: 35px 65px 40px;
}
.zxxyQsLt .question .box span {
  display: inline-block;
  margin-left: 20px;
  width: 74px;
  height: 26px;
  border: 1px solid #13c513;
  line-height: 24px;
  border-radius: 26px;
  text-align: center;
  color: #13c513;
  vertical-align: middle;
}
.zxxyQsLt .question h2 {
  display: inline-block;
  font-size: 26px;
  vertical-align: middle;
}
.zxxyQsLt .question p {
  margin-top: 30px;
}
.zxxyQsLt .question p span {
  margin-right: 40px;
}
.zxxyQsLt .topAnswer {
  padding-bottom: 90px;
}
.zxxyQsLt .topAnswer ul {
  padding: 25px 0 55px;
}
.zxxyQsLt .topAnswer li {
  padding: 15px 0;
  font-size: 16px;
}
.zxxyQsLt .topAnswer li div {
  margin-bottom: 20px;
  height: 90px;
}
.zxxyQsLt .topAnswer li img {
  float: left;
  width: 90px;
  height: 90px;
  border-radius: 90px;
  margin-right: 20px;
}
.zxxyQsLt .topAnswer li span {
  display: block;
  padding: 25px 0 10px;
  line-height: 1;
}
.zxxyQsLt .topAnswer li time {
  color: #969696;
  font-size: 14px;
}
.zxxyQsLt .topAnswer li p {
  color: #646464;
  line-height: 30px;
}
.zxxyQsLt .topAnswer .answerTag {
  height: 36px;
  line-height: 36px;
  text-align: right;
}
.zxxyQsLt .topAnswer .answerTag a {
  float: right;
  display: inline-block;
  margin-left: 10px;
  width: 100px;
  height: 36px;
  border-radius: 36px;
  background: #eee;
  text-align: center;
}
.zxxyQsLt .topAnswer .answerTag a:hover {
  background: #ff9b51;
  color: #fff;
}
.zxxyQsLt .myAnswer {
  padding-bottom: 46px;
  overflow: hidden;
}
.zxxyQsLt .myAnswer .answerBox {
  margin-top: 30px;
  height: 136px;
  background: #fafafa;
}
.zxxyQsLt .myAnswer textarea {
  border: 0;
  padding: 20px;
  width: 690px;
  height: 136px;
  max-width: 690px;
  max-height: 136px;
  background: #fafafa;
}
.zxxyQsLt .myAnswer .answerYzm {
  padding-top: 10px;
}
.zxxyQsLt .myAnswer .answerYzm .yzm {
  float: left;
}
.zxxyQsLt .myAnswer .answerYzm input {
  margin: 0 14px;
  padding: 5px 10px;
  width: 78px;
  height: 30px;
  border: 1px solid #dbd8d1;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
}
.zxxyQsLt .myAnswer .answerYzm img {
  width: 92px;
  height: 30px;
  background: #dcdcdc;
}
.zxxyQsLt .myAnswer .answerYzm a {
  margin-left: 14px;
  color: #959595;
  font-size: 12px;
}
.zxxyQsLt .myAnswer .answerYzm button {
  float: right;
  width: 92px;
  height: 30px;
  line-height: 2px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: bold;
  background: #ff9b51;
  color: #fff;
}
.zxxyQsLt .relevantQs {
  padding-bottom: 64px;
  overflow: hidden;
}
.zxxyQsLt .relevantQs ul {
  margin: 40px 0 0 -12px;
}
.zxxyQsLt .relevantQs li {
  position: relative;
  float: left;
  margin: 0 0 12px 12px;
  width: 222px;
  height: 136px;
  background: #f0f0f0;
  text-align: center;
}
.zxxyQsLt .relevantQs li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 222px;
  height: 136px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.zxxyQsLt .relevantQs li:hover:before {
  transform: scale(1.02);
  background: #fff;
  box-shadow: 0 0 27px rgba(202, 202, 202, 0.84);
}
.zxxyQsLt .relevantQs li a {
  position: relative;
  z-index: 1;
  display: block;
  width: 222px;
  height: 136px;
}
.zxxyQsLt .relevantQs li h4 {
  padding: 40px 10px 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
}
.zxxyQsLt .relevantQs li p {
  color: #969696;
}
.zxxyQsLt .relevantQs li p i {
  margin: 0 3px;
  color: #ff6c00;
  font-style: normal;
}
.newsSolve {
  padding-bottom: 30px;
  overflow: hidden;
}
.newsSolve ul {
  margin: 15px 0 0 -40px;
}
.newsSolve li {
  float: left;
  margin: 10px 0 10px 40px;
  width: 325px;
  height: 84px;
  line-height: 42px;
}
.newsSolve li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
}
.newsSolve li span,
.newsSolve li time {
  margin-right: 30px;
  color: #b4b4b4;
}
.newsSolve li i {
  color: #ff6c00;
  font-style: normal;
  margin: 0 3px;
}
/*文章详情*/
.zxxyDetailTop {
  padding: 0 65px;
  height: 294px;
}
.zxxyDetailTop .orderCost {
  position: relative;
  float: left;
  padding-top: 12px;
  width: 277px;
}
.zxxyDetailTop .orderCost h2 {
  line-height: 72px;
  text-align: center;
  font-size: 20px;
  color: #ff6c00;
}
.zxxyDetailTop .orderCost p {
  position: relative;
  margin-bottom: 10px;
  height: 40px;
  background: #f5f5f5;
}
.zxxyDetailTop .orderCost label {
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 1;
  width: 46px;
  height: 22px;
  border-right: 1px solid #b8b8b8;
  text-align: center;
  line-height: 22px;
}
.zxxyDetailTop .orderCost i {
  vertical-align: middle;
  margin-top: -2px;
}
.zxxyDetailTop .orderCost span.unit {
  position: absolute;
  right: 20px;
  top: 0;
  display: block;
  line-height: 35px;
}
.zxxyDetailTop .orderCost input,
.zxxyDetailTop .orderCost select {
  padding: 10px 20px 10px 65px;
  width: 277px;
  background: transparent;
  line-height: 20px;
}
.zxxyDetailTop .orderCost .select2-container .select2-selection--single {
  height: 40px;
  line-height: 40px;
  background: transparent;
}
.zxxyDetailTop .orderCost .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  padding-left: 65px;
}
.zxxyDetailTop .orderCost .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
  width: 60px;
}
.zxxyDetailTop .orderCost button {
  position: absolute;
  top: 120px;
  left: 300px;
  z-index: 1;
  border-radius: 90px;
  padding: 0 20px;
  width: 90px;
  height: 90px;
  background: #ff862d;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}
.zxxyDetailTop .costSimulate {
  float: right;
  padding: 12px 0 0 72px;
  width: 348px;
  height: 294px;
  text-align: center;
  background: url("../img/college/cost_simulate_bg.png") no-repeat top left;
}
.zxxyDetailTop .costSimulate p {
  padding: 28px 0 35px;
}
.zxxyDetailTop .costSimulate p span {
  margin: 0 3px;
  font-weight: bold;
}
.zxxyDetailTop .costSimulate ul {
  margin-left: -24px;
}
.zxxyDetailTop .costSimulate li {
  float: left;
  margin-left: 24px;
  width: 126px;
  height: 90px;
}
.zxxyDetailTop .costSimulate li span {
  display: block;
  font-size: 30px;
  line-height: 1;
}
.zxxyDetailTop .costSimulate li i {
  display: inline-block;
  font-size: 14px;
  vertical-align: text-top;
  font-style: normal;
  margin-top: 8px;
}
.articleDetail {
  padding-bottom: 40px;
}
.articleDetail header {
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0 22px;
  text-align: center;
}
.articleDetail header h1 {
  line-height: 92px;
  font-size: 26px;
}
.articleDetail header p {
  color: #646464;
}
.articleDetail header .from {
  margin: 0 45px;
}
.articleDetail article {
  padding-top: 50px;
  line-height: 36px;
  font-size: 16px;
  color: #646464;
}
.articleDetail article img {
  max-width: 100%;
}
.articleDetail article p {
  margin-bottom: 40px;
  text-align: justify;
}
.articleDetail footer .tips {
  color: #969696;
}
.articleDetail footer .community {
  padding: 45px 0;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}
.articleDetail footer .community img {
  width: 164px;
  height: 164px;
}
.articleDetail footer .upAndDown {
  border-top: 1px solid #f0f0f0;
  margin: 0 -45px;
  padding: 15px 45px;
  font-size: 18px;
}
.articleDetail footer .upAndDown a {
  display: inline-block;
  width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.articleDetail footer .upAndDown .down {
  float: right;
}
.articleDetail footer .upAndDown span {
  margin-right: 20px;
}
.articleDetail .tags {
  padding: 10px 0;
  overflow: hidden;
}
.articleDetail .tags a {
  display: inline-block;
  float: left;
  border-radius: 3px;
  margin-right: 20px;
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  background: #e1e1e1;
}
.articleDetail .tags a:hover {
  background: #fe6c00;
  color: #fff;
}
.relevantArticle {
  padding-bottom: 45px;
}
.relevantArticle ul {
  margin: 40px 0 0 -20px;
  overflow: hidden;
}
.relevantArticle li {
  float: left;
  margin: 0 0 20px 20px;
  width: 335px;
  height: 100px;
}
.relevantArticle img {
  float: left;
  margin-right: 12px;
  width: 148px;
  height: 100px;
}
.relevantArticle p {
  margin: 15px 0;
  width: 172px;
  height: 48px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
}
.relevantArticle span {
  color: #969696;
}
.relevantArticle span i {
  margin-right: 5px;
}
.likeArticle {
  padding-bottom: 55px;
}
.likeArticle .title {
  margin-bottom: 40px;
}
.likeArticle ul {
  margin-left: -8px;
  height: 236px;
  overflow: hidden;
}
.likeArticle li {
  float: left;
  margin-left: 8px;
  width: 224px;
  font-size: 18px;
}
.likeArticle li img {
  width: 224px;
  height: 152px;
}
.likeArticle li p {
  border: 1px solid #e6e6e6;
  padding: 0 20px;
  width: 224px;
  height: 84px;
  line-height: 84px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*装修效果图*/
.ikjRendering {
  padding: 25px 0 80px;
  background: #f0f0f0;
}
.ikjRendering .top {
  height: 500px;
}
.ikjRendering .classify {
  float: left;
  width: 445px;
  height: 500px;
  background-color: #fff !important;
  overflow: hidden;
}
.ikjRendering .classify .itemBox {
  display: table;
  margin-top: -1px;
  padding: 16px 0;
  width: 100%;
  border-top: 1px solid #f0f0f0;
}
.ikjRendering .classify h3 {
  display: table-cell;
  height: 68px;
  width: 79px;
  font-size: 20px;
  color: #000;
  vertical-align: middle;
  text-align: center;
}
.ikjRendering .classify h3 span {
  display: block;
  height: 50px;
  border-right: 1px solid #c9c9c9;
  line-height: 50px;
}
.ikjRendering .classify .item {
  display: table-cell;
  padding-left: 15px;
  line-height: 34px;
  vertical-align: middle;
}
.ikjRendering .classify a {
  float: left;
  display: inline-block;
  margin: 0 10px;
  color: #828282;
  white-space: nowrap;
  font-size: 16px;
}
.ikjRendering .classify a:hover {
  color: #ff9701;
}
.ikjRendering .focusImg {
  float: right;
  position: relative;
  width: 735px;
  height: 500px;
}
.ikjRendering .focusImg .icoZxxy {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -43px;
  width: 44px;
  height: 86px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.ikjRendering .focusImg .icoZxxy.icoXgtTPrev {
  left: 20px;
}
.ikjRendering .focusImg .icoZxxy.icoXgtTNext {
  right: 20px;
}
.ikjRendering .focusImg .icoZxxy:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.ikjRendering .fourClassify {
  margin: 20px 20px 20px -28px;
  width: 1228px;
  height: 180px;
}
.ikjRendering .fourClassify li {
  float: left;
  margin-left: 28px;
  width: 279px;
  height: 180px;
}
.ikjRendering .fourClassify li a {
  display: block;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ikjRendering .fourClassify li a:hover {
  box-shadow: 0 15px 29px rgba(201, 201, 201, 0.66);
}
.ikjRendering .fourClassify li a:hover .mask {
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}
.ikjRendering .fourClassify li .mask,
.ikjRendering .fourClassify li p {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 279px;
  height: 180px;
  text-align: center;
}
.ikjRendering .fourClassify li .mask {
  background: #fff;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ikjRendering .fourClassify li strong {
  display: block;
  margin: 55px 0 15px;
  font-size: 30px;
  color: #323232;
  line-height: 1;
}
.ikjRendering .fourClassify li span {
  color: #969696;
}
.ikjRendering .recommend {
  position: relative;
  display: table;
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
  height: 60px;
  background-color: #fff !important;
}
.ikjRendering .recommend h3 {
  display: table-cell;
  width: 135px;
  font-size: 20px;
  font-weight: normal;
  color: #000;
  line-height: 30px;
}
.ikjRendering .recommend h3 span {
  display: block;
  padding-left: 20px;
  height: 100%;
  border-right: 1px solid #c9c9c9;
}
.ikjRendering .recommend .item {
  display: table-cell;
  padding: 0 72px 0 28px;
  vertical-align: top;
}
.ikjRendering .recommend .item .itemBox {
  height: 30px;
  overflow: hidden;
}
.ikjRendering .recommend .item a {
  float: left;
  display: inline-block;
  margin: 0 10px;
  line-height: 30px;
  font-size: 16px;
  color: #828282;
}
.ikjRendering .recommend .item a:hover {
  color: #ffa31f;
}
.ikjRendering .recommend .more {
  position: absolute;
  top: 22px;
  right: 40px;
  font: normal 16px/1 normal;
  color: #ffa31f;
  cursor: pointer;
}
.ikjRendering .Paging {
  margin: 20px 0 70px;
}
.ikjRendering .Paging li {
  min-width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}
.ikjRendering .Paging li.paging_prev,
.ikjRendering .Paging li.paging_next {
  width: 80px;
}
.ikjRendering .Paging li a {
  background: transparent;
}
.ikjRendering .Paging li a.hover,
.ikjRendering .Paging li a:hover {
  border-color: #ff9b51;
  background: #ff9b51;
}
.ikjRendering .ikjBzh {
  padding: 70px 0 47px 2px;
  background-color: #fff !important;
}
.ikjRendering .ikjBzh ul {
  margin: 0 0 30px 0;
}
.ikjRendering .ikjBzh li {
  margin-left: 28px;
  width: 204px;
}
.ikjRendering .ikjGonglue {
  float: none;
  margin-top: 20px;
  padding: 70px 30px 80px;
  width: 1200px;
  background-color: #fff !important;
}
.ikjRendering .ikjGonglue .hd {
  padding-left: 85px;
}
.ikjRendering .ikjGonglue .hd li {
  margin-left: 70px;
}
.ikjRendering .ikjGonglue .hd li.on:after {
  left: 26px;
  border-bottom-color: #f5f5f5;
}
.ikjRendering .ikjGonglue .bd {
  width: 1140px;
  height: 285px;
  background: #f5f5f5;
  overflow: hidden;
}
.ikjRendering .ikjGonglue .bd li {
  margin-left: -1px;
  padding: 30px 0;
  width: 1140px;
  overflow: hidden;
}
.ikjRendering .ikjGonglue .bd li div {
  margin: 0;
  padding: 0 35px;
  width: 380px;
  border-left: 1px solid #dcdcdc;
  font-size: 16px;
}
.ikjRendering .ikjGonglue .bd li a {
  display: block;
  width: 300px;
  line-height: 36px;
  color: #323232;
}
.ikjRendering .ikjGonglue .bd li a:hover {
  color: #ff6c00;
}
.renderingFlow {
  position: relative;
  margin-top: 28px;
  min-height: 500px;
}
.renderingFlow .groupBox {
  margin-bottom: 48px;
  float: left;
  width: 279px;
  font-size: 16px;
}
.renderingFlow .groupBox a {
  position: relative;
  display: block;
}
.renderingFlow .groupBox img {
  width: 279px;
}
.renderingFlow .groupBox p {
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  color: #323232;
  background-color: #fff !important;
}
.renderingFlow .groupBox .title {
  float: left;
  width: 185px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.renderingFlow .groupBox .look {
  float: right;
  color: #969696;
  font-size: 14px;
}
.renderingFlow .groupBox .look i {
  margin-right: 3px;
}
.renderingFlow .groupBox button {
  position: absolute;
  bottom: 50px;
  right: 0;
  z-index: 2;
  width: 153px;
  height: 30px;
  line-height: 30px;
  background: #ffa31f;
  color: #fff;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.ikjRenderingLst {
  padding-top: 0;
}
.ikjRenderingLst .ikjPosition .info {
  padding-bottom: 25px;
  height: 85px;
}
.ikjRenderingLst .ikjPosition .cekLabel {
  display: inline-block;
  margin: -3px 0 0 25px;
  vertical-align: middle;
}
.ikjRenderingLst .ikjPosition .cekLabel p {
  float: left;
  margin-right: 10px;
  padding: 0 10px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  height: 30px;
  line-height: 28px;
  color: #f08200;
  background: #fff;
}
.ikjRenderingLst .ikjPosition .cekLabel p span {
  display: inline-block;
  margin-right: 18px;
  vertical-align: top;
}
.ikjRenderingLst .ikjPosition .cekLabel p i {
  display: inline-block;
  margin: -1px 0 0;
  font-size: 20px;
  color: #979797;
  vertical-align: top;
  cursor: pointer;
}
.ikjRenderingLst .top {
  margin-bottom: 20px;
  height: auto;
  overflow: hidden;
}
.ikjRenderingLst .top .item {
  position: relative;
}
.ikjRenderingLst .top .item p {
  width: 1020px;
  height: 30px;
  overflow: hidden;
}
.ikjRenderingLst .top .item .more {
  position: absolute;
  top: 0;
  right: 15px;
  color: #ffa31f;
}
.ikjRenderingLst .top .item.itemColor a {
  display: inline-block;
  margin: 5px 10px 0 0;
  width: 54px;
  height: 20px;
  border-radius: 4px;
  text-indent: -99999px;
}
.ikjRenderingLst .top .item.itemColor a.color_0 {
  background-color: #f8f8f8;
  border: 1px solid #eee;
}
.ikjRenderingLst .top .item.itemColor a.color_1 {
  background: #edddce;
}
.ikjRenderingLst .top .item.itemColor a.color_2 {
  background: #f4e8b1;
}
.ikjRenderingLst .top .item.itemColor a.color_3 {
  background: #f4cdb0;
}
.ikjRenderingLst .top .item.itemColor a.color_4 {
  background: #eca9b1;
}
.ikjRenderingLst .top .item.itemColor a.color_5 {
  background: #f4c6cf;
}
.ikjRenderingLst .top .item.itemColor a.color_6 {
  background: #dfe6ae;
}
.ikjRenderingLst .top .item.itemColor a.color_7 {
  background: #bcd1e6;
}
.ikjRenderingLst .top .item.itemColor a.color_8 {
  background: #ccb8e0;
}
.ikjRenderingLst .top .item.itemColor a.color_9 {
  background: #999;
}
.ikjRenderingLst .top .item.itemColor a.color_10 {
  background: #d6c5b3;
}
.ikjRenderingLst .top .item.itemColor a.color_11 {
  background: #d0d0d0;
}
.ikjRenderingLst .top .item.itemColor a.color_12 {
  background: url("../img/college/muwen.jpg") repeat;
}
.ikjRenderingLst .top .item.itemColor a.color_13 {
  background: url("../img/college/tiaowen.jpg") repeat;
}
.ikjRenderingLst .top .item.itemColor a.color_14 {
  background: url("../img/college/gezi.jpg") repeat;
}
.ikjRenderingLst .classify {
  width: 1200px;
  height: auto;
}
.ikjRenderingLst .classify .itemBox {
  padding: 15px 0;
}
.ikjRenderingLst .classify h3 {
  width: 95px;
  height: 30px;
  vertical-align: middle;
  font-weight: normal;
  text-align: left;
}
.ikjRenderingLst .classify h3 span {
  padding-left: 20px;
  height: 100%;
  line-height: 30px;
}
.ikjRenderingLst .classify .item {
  line-height: 30px;
}
.ikjRenderingShow .xgtShow {
  position: relative;
  width: 820px;
  height: 620px;
}
.ikjRenderingShow .xgtShow .iwantOrder {
  position: absolute;
  right: 0;
  bottom: 200px;
  z-index: 1;
  width: 46px;
  height: 160px;
  text-align: center;
}
.ikjRenderingShow .xgtShow .iwantOrder .mask {
  display: block;
  height: 160px;
  background: #ff8300;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.ikjRenderingShow .xgtShow .iwantOrder a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px 10px;
  width: 46px;
  height: 160px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.ikjRenderingShow .xgtShow .bigPicShow {
  position: relative;
  width: 820px;
  height: 500px;
  line-height: 500px;
  text-align: center;
  overflow: hidden;
}
.ikjRenderingShow .xgtShow .bigPicShow img {
  max-height: 100%;
}
.ikjRenderingShow .xgtShow .bigPicShow .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 40px;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}
.ikjRenderingShow .xgtShow .bigPicShow .text p {
  position: relative;
  z-index: 2;
}
.ikjRenderingShow .xgtShow .bigPicShow .mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.ikjRenderingShow .xgtShow .pageBtn {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  height: 32px;
  line-height: 1;
  cursor: pointer;
}
.ikjRenderingShow .xgtShow .pageBtn.prev {
  left: 50px;
}
.ikjRenderingShow .xgtShow .pageBtn.next {
  right: 50px;
}
.ikjRenderingShow .xgtShow .pageBtn i {
  width: 45px;
  height: 32px;
}
.ikjRenderingShow .xgtShow .pageBtn:hover span {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.ikjRenderingShow .xgtShow .swiper-container {
  margin-top: 20px;
  height: 100px;
  overflow: hidden;
}
.ikjRenderingShow .xgtShow .swiper-container .swiper-slide {
  float: left;
  padding: 0 5px;
  width: 140px;
  height: 100px;
}
.ikjRenderingShow .xgtShow .swiper-container .swiper-slide img {
  width: 140px;
  height: 100px;
}
.ikjRenderingShow .xgtShow .swiper-container .on img {
  border: 2px solid #ffa200;
}
.ikjRenderingShow .renderingFlow {
  margin-top: 20px;
}
.ikjRenderingShow .renderingFlow .groupBox,
.ikjRenderingShow .renderingFlow .groupBox img {
  width: 260px;
}
/*总站页*/
.ikjAllPage .ikjSxjz .icoZxxy {
  background: url(../img/reptile/icon.png) no-repeat;
}
.ikjAllPage .ikjSxjz .icoZxlcA {
  background-position: 0 0;
}
.ikjAllPage .ikjSxjz .icoZxlcB {
  background-position: -150px 0;
}
.ikjAllPage .ikjSxjz .icoZxlcC {
  background-position: -300px 0;
}
.ikjAllPage .ikjSxjz .icoZxlcD {
  background-position: -450px 0;
}
.ikjAllPage .ikjSxjz .icoZxlcE {
  background-position: -600px 0;
}
.ikjAllPage .ikjSxjz .icoZxlcF {
  background-position: -750px 0;
}
.ikjAllPage .ikjPosition .info {
  padding-bottom: 30px;
  color: #656565;
}
.ikjAllPage .firstScreen {
  overflow: hidden;
}
.ikjAllPage .firstScreen .zxxyLstLt {
  width: 710px;
}
.ikjAllPage .firstScreen .zxxyLstRt {
  width: 470px;
}
.ikjAllPage .hotCityBox {
  height: 400px;
}
.ikjAllPage .hotCityBox .title {
  padding-bottom: 30px;
  height: 96px;
  border-bottom: 1px solid #edeae7;
}
.ikjAllPage .hotCityBox .title h3 {
  margin-right: 35px;
  font-size: 24px;
}
.ikjAllPage .hotCity a {
  float: left;
  margin-right: 20px;
  color: #ff6c00;
  font-size: 16px;
}
.ikjAllPage .cityLst {
  margin: 45px 0 0 -40px;
}
.ikjAllPage .cityLst a {
  display: block;
  float: left;
  margin-left: 40px;
  line-height: 55px;
  white-space: nowrap;
  font-size: 18px;
}
.ikjAllPage .orderCost {
  padding: 42px 52px 0;
  height: 400px;
}
.ikjAllPage .orderCost .hd {
  padding-bottom: 10px;
  text-align: center;
}
.ikjAllPage .orderCost .hd span {
  margin: 0 3px;
  color: #ff6c00;
}
.ikjAllPage .orderCost h2 {
  padding-bottom: 5px;
  font-size: 22px;
}
.ikjAllPage .orderCost p {
  width: 100%;
  margin: 0 0 10px 0;
  overflow: hidden;
}
.ikjAllPage .orderCost p input,
.ikjAllPage .orderCost p select,
.ikjAllPage .orderCost p button {
  width: 100%;
}
.ikjAllPage .orderCost p.city,
.ikjAllPage .orderCost p.area {
  float: left;
  width: 178px;
}
.ikjAllPage .orderCost p.area {
  margin-left: 10px;
}
.ikjAllPage .orderCost p button {
  margin-top: 10px;
}
.ikjAllPage .ikjSxjz {
  margin-bottom: 20px;
  padding-top: 42px;
  background: #fff;
}
.ikjAllPage .ikjSxjz ul {
  padding: 0 60px 40px;
}
.ikjAllPage .ikjSxjz ul i {
  width: 120px;
  height: 120px;
}
.ikjAllPage .ikjSxjz ul li {
  margin: 0;
  width: 180px;
}
.ikjAllPage .ad {
  margin-bottom: 20px;
}
.ikjAllPage .titleDepict h3 {
  margin-right: 20px;
  font-size: 24px;
}
.ikjAllPage .titleDepict p {
  padding-top: 4px;
  font-size: 14px;
  color: #666;
}
.ikjAllPage .titleBotB {
  padding-bottom: 25px;
  border-bottom: 1px solid #b5b6ba;
  height: 90px;
}
.ikjAllPage .titleMore {
  padding: 30px 0 40px;
  height: 100px;
}
.ikjAllPage .titleMore h4 {
  float: left;
  font-size: 18px;
}
.ikjAllPage .titleMore .more {
  float: right;
  font-size: 18px;
}
.ikjAllPage .gonglueTab .hd {
  overflow: hidden;
  margin-bottom: 0;
  height: 51px;
}
.ikjAllPage .gonglueTab .hd ul {
  margin: 0 -40px;
}
.ikjAllPage .gonglueTab .hd li {
  width: 20%;
  margin-left: 0;
  text-align: center;
}
.ikjAllPage .gonglueTab .hd li:before {
  content: "|";
  color: #d6d6d6;
  position: absolute;
  top: 0;
  right: 0;
}
.ikjAllPage .gonglueTab .hd .on:after {
  margin-left: 45px;
  border-bottom: 12px solid #f5f5f5 !important;
}
.ikjAllPage .gonglueTab .bd {
  height: 78px;
  background: #f5f5f5;
  line-height: 78px;
  overflow: hidden;
}
.ikjAllPage .gonglueTab .bd li a {
  float: left;
  margin-left: 28px;
  white-space: nowrap;
}
.ikjAllPage .renderingFlow .groupBox {
  width: 218px;
  margin-bottom: 30px;
}
.ikjAllPage .renderingFlow .groupBox img {
  width: 218px;
}
.ikjAllPage .renderingFlow .groupBox p {
  padding: 0 20px;
  height: 52px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #f5f5f5 !important;
}
.ikjAllPage .columnThree {
  margin-left: -20px;
  overflow: hidden;
  font-size: 14px;
}
.ikjAllPage .columnThree .group {
  float: left;
  margin-left: 20px;
  width: 216px;
}
.ikjAllPage .columnThree .topPicBmMask {
  height: 160px;
}
.ikjAllPage .columnThree .topPicBmMask span {
  padding: 0 10px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
}
.ikjAllPage .columnThree .hotLst {
  padding: 15px 0;
}
.ikjAllPage .columnThree .hotLst li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
}
.ikjAllPage .ikjZxTag {
  margin-top: 30px;
  height: auto;
  text-align: left;
}
.ikjAllPage .ikjZxTag .zxTag {
  display: table;
  position: relative;
  float: initial;
  padding: 30px;
  width: 100%;
  height: 140px;
  margin: 0 0 20px;
}
.ikjAllPage .ikjZxTag h3,
.ikjAllPage .ikjZxTag p {
  width: 153px;
  margin: 0;
  padding: 0;
  border: 0;
}
.ikjAllPage .ikjZxTag h3 {
  margin: 15px 0 12px;
  font-size: 18px;
}
.ikjAllPage .ikjZxTag .tags {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  padding-left: 8px;
}
.ikjAllPage .ikjZxTag .tags a {
  float: left;
  margin: 10px 30px;
}
.ikjAllPage .ikjZxTag .before p,
.ikjAllPage .ikjZxTag .before a {
  color: #3f6a55;
}
.ikjAllPage .ikjZxTag .before .tags {
  background: url("../img/reptile/tags_bg_1.png") no-repeat top left;
}
.ikjAllPage .ikjZxTag .ing p,
.ikjAllPage .ikjZxTag .ing a {
  color: #f0781f;
}
.ikjAllPage .ikjZxTag .ing .tags {
  background: url("../img/reptile/tags_bg_2.png") no-repeat top left;
}
.ikjAllPage .ikjZxTag .after p,
.ikjAllPage .ikjZxTag .after a {
  color: #5e4f8b;
}
.ikjAllPage .ikjZxTag .after .tags {
  background: url("../img/reptile/tags_bg_3.png") no-repeat top left;
}
.ikjAllPage .ikjZxSc .stuff {
  margin: 0 0 30px -10px;
}
.ikjAllPage .ikjZxSc .stuff a {
  width: 60px;
  height: 28px;
  border: 1px solid #ddd;
  background: none;
  line-height: 26px;
  color: #333;
  font-size: 16px;
}
.ikjAllPage .ikjZxSc .stuff a:hover {
  background: #ffa31f;
  border-color: #ffa31f;
  color: #fff;
}
.ikjAllPage .newsSolve {
  margin-top: -40px;
}
.powerLst {
  padding: 40px 0 50px;
  text-align: center;
}
.powerLst ul {
  margin-left: -20px;
  width: 750px;
  overflow: hidden;
}
.powerLst li {
  float: left;
  margin: 0 0 20px 20px;
  width: 337px;
}
.powerLst p {
  margin: 30px 0 10px;
  font-size: 16px;
  color: #666;
}
.powerLst a.btn {
  display: inline-block;
  width: 220px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  font-size: 18px;
  background: #f0781f;
  color: #fff;
}
/*# sourceMappingURL=college.css.map */