.bg {
  height: 240px;
}
.top {
  background-color: #b90005;
  background-color: rgba(192, 52, 44, 0.9);
  position: relative;
  z-index: 99;
  margin-top: -48px;
}
.m-left {
  width: 16.6667%;
}
.m-left ul {
  background-color: #f9f9f9;
}
.m-left li {
  border-bottom: 1px solid #e6e6e6;
  background-color: #f1f1f1;
  margin-bottom: 1px;
  position: relative;
}
.m-left li i {
  width: 24px;
  height: 2px;
  background-color: #cd2b28;
  display: inline-block;
  position: absolute;
  margin-top: -1px;
  top: 50%;
  opacity: 0;
  transition: all .8s;
  display: none\0;
}
.m-left li i.i01 {
  left: 34px;
}
.m-left li i.i02 {
  right: 34px;
}
.m-left li:hover i,
.m-left li.act i {
  opacity: 1;
  transition: all .8s;
}
.m-left li:hover a,
.m-left li.act a {
  color: #b90005;
}
.m-left .message {
  border: 1px solid #e0e0e0;
  padding: 17px 0 16px 0;
  background-color: #fff;
  margin-top: 13px;
  margin-bottom: 12px;
}
.m-left .message .me01 {
  width: 49%;
  border-right: 1px solid #e0e0e0;
  background: url(../images/mesa.png) no-repeat;
  background-position-x: center;
  background-position-y: 1px;
  padding-top: 40px;
}
.m-left .message .me02 {
  width: 49%;
  background: url(../images/email.png) no-repeat;
  padding-top: 40px;
  background-position-x: center;
  background-position-y: 4px;
}
.m-left .service {
  border: 1px solid #e0e0e0;
  padding: 10px 0;
  background: url(../images/girl.png) no-repeat;
  background-position-x: 18px;
  background-position-y: center ;
  padding-left: 62px;
}
.m-right {
  width: 80%;
}
.m-right .thing01 {
  width: 50%;
  text-align: center;
  background-color: #f1f1f1;
  color: #666;
}
.m-right .thing02,
.m-right .thing01:hover {
  background-color: #b90005;
  color: #fff;
}
.m-right .thing02 .down,
.m-right .thing01:hover .down {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #b90005;
  position: absolute;
  bottom: -7px;
  left: 50%;
}
.m-right .years {
  width: 22.1667%;
  border-top: 1px solid #b90005;
  color: #b90005;
}
.m-right .month {
  width: 77.8333%;
}
.m-right .month .month01 {
  border-top: 1px solid #d9d9d9;
  padding: 27px 0;
}
.m-right .month .month01 .txt {
  padding-left: 88px;
}
.m-right .month .month01 p {
  position: absolute;
  left: 23px;
  top: 28px;
}
.item {
  display: none;
}
.shezhi {
  margin-bottom: 140px;
}
.about01 {
  background: url(../images/ling.png) no-repeat;
  background-color: #f1f1f1;
  background-position-y: center;
  background-position-x: 25px;
  background-size: 8px 8px;
}
.about01 h1 {
  padding-right: 160px;
  padding-left: 50px;
}
.about01 p {
  position: absolute;
  top: 17px;
  right: 23px;
}
.about01:hover h1 {
  color: #cd2b28;
}
.about02 {
  background-color: #fff;
}
.pages {
  margin-right: -4px;
}
.pages a {
  line-height: 36px;
  padding: 0 13px;
  color: #888;
  border: 1px solid #e8e8e8;
  margin-right: 4px;
  font-size: 14px;
  margin-bottom: 2px;
  display: inline-block;
}
.pages a:hover {
  background-color: #b90005;
  color: #fff;
}
.pages a.act {
  background-color: #b90005;
  color: #fff;
}
.boy {
  width: 33.33%;
}
.boy-thing {
  width: 62.5%;
}
.book {
  margin-right: -1.4584%;
}
.book li {
  width: 23.5416%;
  margin-right: 1.4584%;
  float: left;
  margin-bottom: 25px;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  transition: all .8s;
}
.book li a {
  border: 1px solid #e2e2e2;
  padding: 5px;
}
.book li a .b-img {
  height: 296px;
}
.book li:hover {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transition: all .8s;
}
.chronicle {
  border-top: 1px solid #d9d9d9;
}
.chronicle span {
  position: absolute;
  left: 0;
  top: 0px;
}
.chronicle p {
  padding-left: 124px;
}
.fellowship {
  border-bottom: 1px solid #e6e6e6;
}
.fellowship .fe-img {
  height: 130px;
  width: 200px;
  margin-right: 35px;
  overflow: hidden;
}
.fellowship .fe-img img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  transition: all .8s;
}
.fellowship .fe-txt {
  padding-right: 185px;
}
.fellowship .date {
  position: absolute;
  top: 3px;
  right: 32px;
}
.fellowship .rig {
  position: absolute;
  width: 13px;
  height: 9px;
  top: 51px;
  right: 38px;
  opacity: 0;
  transition: all .8s;
}
.fellowship:hover .fe-txt h1 {
  color: #cd2b28;
}
.fellowship:hover .rig {
  opacity: 1;
  transition: all .8s;
}
.fellowship:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transition: all .8s;
}
.vip {
  margin-right: -1.4584%;
}
.vip li {
  width: 23.5416%;
  margin-right: 1.4584%;
  float: left;
  margin-bottom: 25px;
}
.vip li a {
  border: 1px solid #e2e2e2;
  padding: 5px;
}
.vip li a .vip-img {
  height: 168px;
  position: relative;
  background: #f1f1f1;
}
.vip li a .vip-img .ligr {
  position: absolute;
  background: -webkit-linear-gradient(top, #cf3229, #eb9a3e);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom, #cf3229, #eb9a3e);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom, #cf3229, #eb9a3e);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom, #cf3229, #eb9a3e);
  /* 标准的语法 */
  opacity: 0;
  transition: all .8s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.vip li:hover .vip-img > p,
.vip li:hover .vip-img span {
  position: relative;
  z-index: 99;
  color: #Fff;
}
.vip li:hover .vip-img .ligr {
  background: #b90005;
  background: -webkit-linear-gradient(top, #cf3229, #eb9a3e);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom, #cf3229, #eb9a3e);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom, #cf3229, #eb9a3e);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom, #cf3229, #eb9a3e);
  /* 标准的语法 */
  opacity: 1;
  transition: all .8s;
}
.mate {
  margin-right: -3.33%;
}
.mate li {
  width: 16.667%;
  margin-right: 3.33%;
  float: left;
  border-bottom: 1px dotted #d3d3d3;
  margin-top: 8px;
  position: relative;
  overflow: hidden;
}
.mate li a {
  border: 1px solid transparent;
}
.mate li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: rgba(153, 153, 153, 0.1);
  transition: all 0.5s;
}
.mate li:hover {
  border-bottom: 1px solid transparent;
}
.mate li:hover:after {
  top: 0;
}
.con01 {
  margin-left: 5%;
  width: 30.83333%;
  float: left;
  background: url(../images/c01.png) no-repeat top center;
  background-size: 37px;
  padding-top: 80px;
}
.con02 {
  width: 28.25%;
  float: left;
  background: url(../images/c02.png) no-repeat;
  background-position-x: center;
  background-position-y: 10px;
  padding-top: 80px;
  background-size: 60px;
}
.con03 {
  width: 28.333%;
  float: left;
  margin-right: 7.5%;
  background: url(../images/c03.png) no-repeat;
  background-position-x: center;
  background-position-y: top;
  background-size: 76px;
  padding-top: 80px;
}
.con-line01 {
  width: 1px;
  height: 140px;
  background-color: #ededed;
  position: absolute;
  top: 13px;
  left: 35.833%;
}
.con-line02 {
  width: 1px;
  height: 140px;
  background-color: #ededed;
  position: absolute;
  top: 13px;
  right: 35.833%;
}
.feedback {
  background-color: #f3ecea;
}
.feedback .feed01 {
  margin-left: 2.5%;
  width: 30%;
  float: left;
  margin-bottom: 30px;
}
.feedback .feed01 input {
  width: 100%;
  border: 1px solid #cdcdcd;
  height: 30px;
  padding-left: 10px;
  font-size: 12px;
  line-height: 18px;
}
.feedback .feed01 a {
  position: absolute;
  top: 30px;
  right: -11px;
  width: 100px;
  height: 30px;
}
.feedback .feed01 .sub {
  background-color: #cd2b28;
  font-size: 14px;
  color: #fff;
  border: 0px solid #cdcdcd;
}
.feedback .feed01 .res {
  background-color: #fff;
  font-size: 14px;
  color: #999;
  border: 0px solid #cdcdcd;
}
.feedback .feed02 {
  float: left;
  margin: 0  2.5%;
  width: 95%;
}
.feedback .feed02 textarea {
  width: 100%;
  height: 118px;
  border: 1px solid #cdcdcd;
  padding-left: 0.8333%;
  font-size: 12px;
  line-height: 18px;
}
.feedback .feed03 {
  margin-right: 2.5%;
}
.study01 a {
  font-size: 20px;
  color: #999;
  font-weight: bold;
  background: #f1f1f1;
  line-height: 54px;
  height: 54px;
  text-align: center;
  width: 33.33%;
  float: left;
}
.study01 a.act,
.study01 a:hover {
  background-color: #b90005;
  color: #fff;
}
.study01 a.act .down,
.study01 a:hover .down {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #b90005;
  position: absolute;
  bottom: -7px;
  left: 50%;
}
.study02 {
  display: none;
}
.corporation .bx-wrapper {
  float: left!important;
}
.spread_l {
  width: 73.75%;
}
.spread_l .s_top {
  border-bottom: 1px solid #e1e5e8;
}
.spread_l .dotted {
  border-bottom: 1px dashed #dadada;
}
.spread_r {
  width: 23.3333%;
}
.spread_r .search {
  background-color: #f4f4f4;
  height: 48px;
  padding-left: 19px;
  font-size: 14px;
  color: #999;
  width: 72.2%;
}
.spread_r .btn {
  margin-left: -3px;
  vertical-align: top;
  width: 17.14%;
  height: 48px;
}
.spread_r .btn .search_img {
  height: 48px;
}
.spread_r .cir {
  height: 7px;
  width: 7px;
  border-radius: 50%;
  border: 5px solid #ce2a28;
  line-height: 50px;
}
.spread_r .s_dashed {
  border-bottom: 1px dotted #dfdfdf;
  background: url(../images/c_l0.png) no-repeat center left;
  padding-left: 11px;
  background-position-y: 18px;
}
.spread_r .s_dashed:hover {
  color: #ce2a28;
}
