.layout {
  width: 1200px;
  margin: 0 auto;
}
.hide{
  display: none;
}
.has-error, .has-error:focus {
  border: 1px solid red;
}
.nodata {
  text-align: center;
  border-bottom: 0px solid transparent!important;
}
.nodata img {
  width: 150px; 
  margin-top: 100px;
}
.nodata p {
  margin-top: 30px;
  font-size: 14px;
  color: #B5B5B5;
}
.number {
  font-family: Arial;
}
.red-tag {
  background: #C7000B;
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
  box-shadow: 3px 3px 5px #837b7b;
  font-size: 12px;
  line-height: 18px;
  margin-left: 10px;
  position: absolute;
  margin-top: -5px;
}
#alertMsg {
  text-align: center;
  padding: 20px;
  background-color: rgba(0,0,0,.5);
  color: #fff;
  border-radius: 5px;
  font-size:16px;
  line-height: 23px;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 999999999999;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.swiper-wrapper {
  height: auto;
}
.consult {
  background: #000000;
  height: 50px;
}
.left {
  float: left;
}
.right {
  float: right;
  text-align: left;
}
.hover:hover {
  color: #d7000f!important;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.icon {
  display: inline-block;
  background-repeat: no-repeat;
}
.radius {
  border-radius: 5px;
  overflow: hidden;
}
.box-shadow,
.box-shadow-hover:hover {
  box-shadow:0px 0px 16px 4px rgba(220,221,221,1);
}
.page-title {
  font-size:18px;
  font-weight:bold;
  color:rgba(34,34,34,1);
  padding-left: 10px;
  border-left: 4px solid #d7000f;
  margin-top: 40px;
  margin-bottom: 30px;
}
.page-more {
  display: block;
  font-size:14px;
  font-weight:bold;
  color:rgba(137,137,137,1);
  cursor: pointer;
  margin-top: 40px;
  margin-bottom: 30px;
}
.page-more:hover {
  color: #d7000f;
}
.page-level {
  position: relative;
  font-size:16px;
  font-weight:400;
  color:rgba(89,87,87,1);
  line-height:16px;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 20px;
}
.page-level:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 10px;
  height: 10px;
  background: #d7000f;
  border-radius: 50%;
}
.page-level a:hover {
  color: #d7000f;
}
.img-box {
  border-radius: 5px;
  background: #ffffff;
  padding: 20px 18px;
}
.page-paging {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-paging .pre span{
  color: #d7000f;
}
.page-paging .pre.no span {
  color: #CCCCCC;
}
.page-paging .pre.no {
  cursor: default;
  border: 1px solid #CCCCCC;
  color: #CCCCCC;
} 
.page-paging .next.no span {
  color: #CCCCCC;
}
.page-paging .next.no {
  cursor: default;
  border: 1px solid #CCCCCC;
  color: #CCCCCC;
} 
.page-paging li.active a {
  background: #d7000f;
  color: #ffffff;
}
.page-paging li {
  display: inline-block;
}
.page-paging li.active:hover a {
  color: #ffffff;
  background-color: #d7000f;
}
.page-paging li:hover a {
  color: #d7000f;
  background-color: #f1f1f1;
}
.page-paging li span,
.page-paging li a{
  display: inline-block;
  cursor: pointer;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 12px;
  border: 1px solid #d7000f;
  border-radius: 3px;
}
.page-paging li.disabled span {
  color: #aaaaaa;
  border: 1px solid #aaaaaa;
  cursor: not-allowed;
}
.video-show {
  min-height: 138px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.video-show img {
  position: absolute;
  max-height: 4000%;
  width: 100%;
  left: -1000px;
  top: -1000px;
  right: -1000px;
  bottom: -1000px;
  margin: auto;
}
.video-show:hover:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.3);
  z-index: 2;
}
.video-show:hover:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  background: url(/public/images/png114.png) no-repeat;
  z-index: 2;
}
.num {
  padding-left: 20px;
  background: url(/public/images/icon_video_s.png) no-repeat left center;
}
.ren {
  padding-left: 20px;
  background: url(/public/images/icon_ren_s.png) no-repeat left center;
}
.float-box {
  position: fixed;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 82px;
  background-color: rgba(0,0,0,0.3);;
  color: #ffffff;
  font-size:15px;
  line-height: 15px;
  font-weight:bold;
  z-index: 99999;
  border-top-right-radius: 23px;
  border-bottom-right-radius: 23px;
}
.float-box li:first-child {
  border-top-right-radius: 23px;
}
.float-box li:last-child {
  border-bottom-right-radius: 23px;
}
.float-box li:hover {
  background-color: #d7000f;
}
.float-box li {
  padding: 18px 10px;
  cursor: pointer;
  text-align: center;
}
.float-box li .icon {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  background: url(/public/images/icon_14.png);
}
.float-box li p {
  white-space: nowrap;
}
.float-box li+li .icon {
  background-position: 0 -42px;
}
.float-box li+li+li .icon {
  background-position: 0 -86px;
}
.alertConfirm .main {
  text-align: center;
  line-height: 30px;
  padding-bottom: 50px;
}
/* 预约弹框 */
.mask-frame {
  display: none;
  background-color: rgba(0,0,0,.6);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
}
.mask-frame .frame {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 400px;
  background-color: #fff;
}
.mask-frame .frame .close {
  cursor: pointer;
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  font-size: 38px;
  border: 2px solid #ffffff;
  background-color: #666666;
}
.mask-frame .frame .mask-main-title {
  font-size: 20px;
  margin: 30px 0 10px;
  text-align: center;
  font-weight: bold;
}
.mask-frame .frame .mask-main-title span {
  color: #d7000f;
  font-size: 36px;
}
.mask-frame .frame .title {
  background-color: #d7000f;
  color:#ffffff;
  font-size:24px;
  padding: 10px 0;
  text-align: center;
  font-weight:500;
  line-height:51px;
}
.mask-frame .frame .title span {
  position: relative;
}
.mask-frame .frame .title span:before {
  content: '';
  position: absolute;
  left: -30px;
  top: 15px;
  width: 7px;
  height: 7px;
  background-color: #fff;
  box-shadow: 4px -4px 0 2px rgba(255,255,255,0.3);
}
.mask-frame .frame .title span:after {
  content: '';
  position: absolute;
  right: -30px;
  top: 15px;
  width: 7px;
  height: 7px;
  background-color: #fff;
  box-shadow: -4px -4px 0 2px rgba(255,255,255,0.3);
}
.mask-frame .frame .main {
  padding: 20px;
}
.mask-frame .frame .main li {
  margin-bottom: 20px;
  border: 1px solid #d7000f;
  padding-left: 48px;
  background: url(/public/images/icon_12.png) no-repeat;
}
.mask-frame .frame .main li:first-child {
  background-position: 10px 10px;
}
.mask-frame .frame .main li:first-child+li {
  background-position: 10px -41px;
}
.mask-frame .frame .main li:first-child+li+li {
  background-position: 10px -94px;
}
.mask-frame .frame .main li:first-child+li+li+li {
  background-position: 10px -146px;
}
.mask-frame .frame .main li:last-child {
  background-position: 10px -198px;
}
.mask-frame .frame .main li input,
.mask-frame .frame .main li select {
  height: 55px;
  font-size:16px;
  line-height: 55px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 18px;
  border: 0px;
  outline: normal;
}
.mask-frame .frame .main button {
  display: block;
  cursor: pointer;
  background-color: #d7000f;
  border-radius: 50px;
  color: #ffffff;
  font-size:20px;
  font-weight:500;
  line-height: 20px;
  border: 0px;
  outline: normal;
  margin: 0 auto;
  padding: 15px 30px;
}
.mask-frame .frame .main button:hover {
  background-color: #ED1C24;
}
/* 预约弹框 */

/* header start */
.consult .layout .hot {
  color: #ffffff;
  height: 50px;
  padding-left: 25px;
  background: url(/public/images/png37.png) no-repeat left center;
}
.consult .layout .hot span {
  vertical-align: middle;
  line-height: 50px;
}
.consult .layout .hot span:last-child {
  font-size:18px;
}
.consult .layout .lianxi {
  padding-top: 5px;
}
.consult .layout .lianxi .icon {
  position: relative;
  background-image: url(/public/images/icon_top.png);
  height: 35px;
  margin: 0 20px;
}
.consult .layout .lianxi .icon a {
  display: block;
  width: 100%;
  height: 35px;
}
.consult .layout .lianxi .icon:after {
  content: '';
  width: 1px;
  height: 30px;
  background: #ffffff;
  position: absolute;
  right: -20px;
  top: 5px;
}
.consult .layout .lianxi .icon:last-child:after {
  width: 0;
  height: 0;
}
.consult .layout .lianxi .icon:first-child {
  width: 21px;
  background-position: 0 0;
}
.consult .layout .lianxi .icon:first-child+span {
  width: 28px;
  background-position: -23px 0;
}
.consult .layout .lianxi .icon:first-child+span+span {
  width: 25px;
  background-position: -53px 0;
}
.consult .layout .lianxi .icon:last-child {
  width: 26px;
  background-position: -79px 0;
}
.header {
  background-color: #ffffff;
  box-shadow: 0 0 10px -4px rgba(0,0,0,.4);
  z-index: 2;
  position: relative;
}
.header .logo {
  padding: 25px 0;
  position: relative;
  width: 339px;
  height: 36px;
}
.header .logo .logo-p {
  position: absolute;
  width: 0;
  height: 0;
  text-indent: -10000000em;
}
.header .layout .right>ul {
  height: 86px;
}
.header .layout .right>ul>li {
  position: relative;
  padding: 32px 0;
  float: left;
  font-size: 16px;
  width: 90px;
  line-height: 23px;
  text-align: center;
  font-weight: bold;
}
.header .layout .right>ul>li.active>a {
  color: #d7000f;
}
.header .layout .right>ul>li:last-child a{
  border-right: 0px;
}
.header .layout .right>ul>li>a {
  display: block;
  width: 90px;
  border-right: 1px solid #CCCCCC;
  color: #333333;
}
.header .layout .right>ul>li a:hover {
  color: #d7000f;
}
.header .layout .right>ul>li .evel {
  display: none;
  padding: 0 10px;
  padding-bottom: 10px;
  font-size: 14px;
  position: absolute;
  z-index: 999;
  white-space: nowrap;
  top: 86px;
  background-color: #fff;
  box-shadow: 0 6px 10px -2px rgba(0,0,0,0.3);
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header .layout .right>ul>li .evel>li {
  line-height: 32px;
  border-bottom: 1px solid #eeeeee;
  padding: 8px 15px;
}
.header .layout .right>ul>li .evel>li:hover {
  background-color: #f8f8f8;
}
.header .layout .right>ul>li .evel>li:last-child {
  border-bottom: 0px;
}
.header .layout .right>ul>li .evel>li a {
  font-weight: normal;
}
/* header end */
/* 图片模板 */
.mask-img {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 17px;
}
.mask-img img {
  transition: all .4s ease;
}
.mask-img img:hover {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.mask-img:last-child {
  margin-right: 0;
}
.mask-img .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  line-height: 40px;
  font-size:14px;
  font-weight:400;
  background: rgba(0,0,0,0.35);
  color:rgba(255,255,255,1);
  text-align:center;
}
.big-title {
  text-align: center;
  font-size:30px;
  margin-top: 60px;
  margin-bottom: 50px;
  color:#000;
}
.big-title span {
  display: inline-block;
  position: relative;
  padding: 18px 0;
}
.big-title span:before {
  content: '';
  position: absolute;
  width: 80%; 
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 3px;
  border-radius: 5px;
  background-color: #d7000f;
}
.big-title-2 {
  text-align: center;
  font-size: 40px;
  font-weight:600;
  color:#333333;
  line-height:46px;
}
.big-title-2 span {
  display: inline-block;
  position: relative;
  padding: 18px 0;
}
.big-title-2 span:before {
  content: '';
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -10px;
  width: 14px;
  height: 20px;
  background-image: url(/public/images/icon_20.png);
  background-repeat: no-repeat;
}
.big-title-2 span:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 20px;
  right: -30px;
  top: 50%;
  margin-top: -10px;
  background-image: url(/public/images/icon_21.png);
  background-repeat: no-repeat;
}
/* 图片之间的上下间距 */
.img-top {
  margin-bottom: 15px;
}
/* 模块之间的间距 */
.screen-bottom {
  margin-bottom: 24px;
}
/* 证书模板 */
#swiper-zhengshu {
  height: 465px;
  margin: 0 10px;
}
.swiper-pagination-bullet {
  margin: 0 10px;
  width: 10px;
  height: 10px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d7000f;
}
.zhengshu .zhengshu-li {
  width: 346px;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 0 16px 24px;
  margin-right: 29px;
  transition: all .3s ease;
}
.zhengshu .zhengshu-li:last-child {
  margin-right: 0;
}
.zhengshu .zhengshu-li .title {
  margin-bottom: 15px;
  font-size:18px;
  font-weight:bold;
  color:rgba(254,254,254,1);
  line-height:39px;
  text-align: center;
}
.zhengshu .zhengshu-li .title span {
  position: relative;
  background-color: #d7000f;
  line-height: 38px;
  display: inline-block;
  padding: 0 10px;
}
.zhengshu .zhengshu-li .title span:before {
  content: '';
  position: absolute;
  left: -26px;
  top: -27px;
  transform: rotate(135deg);
  border: 27px solid transparent;
  border-right: 27px solid #d7000f;
}
.zhengshu .zhengshu-li .title span:after {
  content: '';
  position: absolute;
  right: -26px;
  top: -27px;
  transform: rotate(-135deg);
  border: 27px solid transparent;
  border-left: 27px solid #d7000f;
}
.zhengshu .zhengshu-li .desc {
  margin-top: 38px;
}
.zhengshu .zhengshu-li .desc .left {
  width: 30%;
}
.zhengshu .zhengshu-li .desc .right {
  width: 67%;
}
.zhengshu .zhengshu-li .desc .left>a {
  display: inline-block;
  padding: 11px 16px;
  border-radius: 30px;
  font-size:16px;
  font-weight:bold;
  color:rgba(250,252,253,1);
  line-height:18px;
  background: #d7000f;
}
.zhengshu .zhengshu-li .desc .right>p {
  font-size:15px;
  font-weight:400;
  line-height: 20px;
  color:rgba(102,102,102,1);
  margin-bottom: 3px;
}
.zhengshu .zhengshu-li .desc .right>p .img {
  display: inline-block;
  width: 21px;
  height: 21px;
}
.text-overflow-lin1 {
  display:-webkit-box;
  text-overflow: ellipsis;
  overflow:hidden;
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;
}
.text-overflow-lin2 {
  display:-webkit-box;
  text-overflow: ellipsis;
  overflow:hidden;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
.text-overflow-lin3 {
  display:-webkit-box;
  text-overflow: ellipsis;
  overflow:hidden;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
}
.text-overflow-lin4 {
  display:-webkit-box;
  text-overflow: ellipsis;
  overflow:hidden;
  -webkit-line-clamp:4;
  -webkit-box-orient:vertical;
}
.text-overflow-lin5 {
  display:-webkit-box;
  text-overflow: ellipsis;
  overflow:hidden;
  -webkit-line-clamp:5;
  -webkit-box-orient:vertical;
}
.text-overflow-lin6 {
  display:-webkit-box;
  text-overflow: ellipsis;
  overflow:hidden;
  -webkit-line-clamp:6;
  -webkit-box-orient:vertical;
}
.text-overflow-lin7 {
  display:-webkit-box;
  text-overflow: ellipsis;
  overflow:hidden;
  -webkit-line-clamp:7;
  -webkit-box-orient:vertical;
}
.text-overflow-lin8 {
  display:-webkit-box;
  text-overflow: ellipsis;
  overflow:hidden;
  -webkit-line-clamp:8;
  -webkit-box-orient:vertical;
}
.zhaosheng {
  height: 263px;
  overflow: hidden;
}
.zhaosheng h3 {
  font-size:12px;
  font-weight:bold;
  color:rgba(34,34,34,1);
  margin-bottom: 17px;
}
.tbody {
  height: 198px;
  margin-top: 10px;
  overflow: hidden;
}
.tbody .tr .td {
  position: relative;
  float: left;
  width: 33.3%;
  color: #222222;
  font-size:12px;
  color:#666666;
  text-align: center;
  font-weight: 400;
  padding: 11px 0;
  font-weight:bold;
}
.tbody .tr.hot .td:first-child:before {
  content: '';
  width: 13px;
  height: 16px;
  position: absolute;
  left: 3px;
  top: 7px;
  background: url(/public/images/huo.png) no-repeat left center;
}
.table {
  width: 100%;
}
.table>thead>tr>th{
  font-size:12px;
  color:#666666;
  text-align: center;
  font-weight: 400;
  padding: 11px 0;
  background: #F2F2F2;
  font-weight:400;
}
/* 去除浮动图片右边距 */
.no-right {
  margin-right: 20px;
}
.no-right:last-child {
  margin-right: 0!important;
}
/* 导师模块 start*/

/* 导师模块 end*/
/* footer start*/
footer.footer {
  background: #333333;
  margin-top: 80px;
}
footer.footer .menu-two {
  padding: 20px 0;
  border-bottom: 1px solid #585858;
}
footer.footer .menu-two li {
  font-size:16px;
  text-align: center;
  line-height: 16px;
  color:#ffffff;
  width: 11%;
  border-right: 1px solid #CCCCCC;
}
footer.footer .menu-two li.active a {
  color: #d7000f;
}
footer.footer .menu-two li:last-child {
  border-right: 0px;
}
footer.footer .wen {
  text-align: center;
  font-size:16px;
  font-weight:200;
  color:rgba(240,241,245,1);
  padding: 19px 0 12px;
  border-bottom: 1px solid #585858;
}
footer.footer .wen span {
  display: inline-block;
}
footer.footer .wen ul {
  display: inline-block;
}
footer.footer .wen .line li{
  padding: 0 15px;
  border-right: 1px solid #F0F1F5;
}
footer.footer .wen .line li a:hover {
  color: #d7000f;
}
footer.footer .wen .line li:last-child {
  border-right: 0px;
}
footer.footer .company {
  border-bottom: 2px solid #585858;
  padding: 40px 30px 32px;
}
footer.footer .company .company-1 {
  width: 575px;
  box-sizing: border-box;
}
footer.footer .company .company-2 {
  box-sizing: border-box;
}
footer.footer .company .company-3 {
  width: 212px;
  box-sizing: border-box;
}
footer.footer .company dl {
  margin-right: 47px;
  width: 85px;
  white-space: nowrap;
}
footer.footer .company dl dt,
footer.footer .company .title {
  font-size:18px;
  font-weight:500;
  color:rgba(240,241,245,1);
  margin-bottom: 36px;
}
footer.footer .company dl dd {
  padding-left: 18px;
  font-size:14px;
  font-weight:300;
  color:rgba(240,241,245,1);
  margin-bottom: 12px;
  background: url(../../public/images/png38.png) no-repeat left center;
}
footer.footer .company dl dd a:hover {
  color: #d7000f;
}
footer.footer .company .wema .left {
  margin-right: 30px;
  width: 120px;
  text-align: center;
}
footer.footer .company .wema .left #_pingansec_bottomimagelarge_brand img {
  margin-top: 75px;
}
footer.footer .company .wema .left img {
  margin-bottom: 13px;
}
footer.footer .company .wema .left>div{
  font-size:12px;
  font-weight:200;
  color:rgba(255,255,255,1);
}
footer.footer .company .lianxi {
  padding: 0 0 0 40px;
  margin-top: 42px;
}
footer.footer .company .lianxi span {
  display: block;
  text-align: center;
}
footer.footer .company .lianxi>.kefu {
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}
footer.footer .company .lianxi .text {
  font-size:9px;
  font-weight:300;
  margin-bottom: 16px;
  color:rgba(240,241,245,1);
}
footer.footer .company .lianxi .phone {
  font-size:24px;
  font-family: Arial;
  font-weight:400;
  color:rgba(240,241,245,1);
  margin-bottom: 10px;
}
footer.footer .company .lianxi .button {
  font-size:23px;
  font-weight:200;
  color:rgba(240,241,245,1);
  padding: 8px 30px;
  background: #d7000f;
  border-radius: 5px;
}
footer.footer .link {
  font-size:12px;
  text-align: center;
  line-height: 12px;
  font-weight:200;
  color:rgba(220,221,221,1);
  line-height:30px;
  padding: 24px 0 30px;
}
footer.footer .copycenter {
  text-align:center;
  background: #000000;
  font-size:16px;
  line-height: 70px;
  height: 70px;
  font-weight:300;
  color:rgba(153,153,153,1);
}
/* footer end*/
/* 校区环境轮播 start */

.xiaoyuan {
  position: relative;
}
.xiaoyuan .slide {
  padding: 0 10px;
}
.xiaoyuan .slide .img-top li {
  width: 32%;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 2%;
}
.xiaoyuan .slide .img-bottom li {
  width: 19%;
  margin-right: 1.25%;
}
#xiaoyuan-pagination {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 60px;
}
.swiper-circle {
  background: #ffffff;
  margin-bottom: 20px;
}
#xiaoyuan-pagination .swiper-pagination-bullet,
.swiper-circle li {
  margin: 0;
  width: 20%;
  line-height: 60px;
  font-size:20px;
  font-weight:500;
  color:rgba(64,64,64,1);
  text-align: center;
  height: 60px;
  background: transparent;
  border-bottom: 2px  solid transparent;
}
.swiper-circle li span:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all .5s ease;
  height: 3px;
  background: #d7000f;
  width: 0;
  left: 0;
}
.swiper-circle li.active span:after {
  width: 100%;
}
.swiper-circle li span {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.layout .xiaoqu {
  height: 120px;
  margin-top: 30px;
}
.layout .xiaoqu .left {
  padding: 30px 26px;
  box-sizing: border-box;
  width: 100px;
  background: #d7000f;
  color:#ffffff;
  font-size:24px;
  line-height: 30px;
  font-weight:600;
  height: 120px;
}
.layout .xiaoqu .right {
  width: 1100px;
  height: 120px;
  background: #ffffff;
  padding: 25px 10px;
  box-sizing: border-box;
}
.layout .xiaoqu .right span {
  font-size: 16px;
  font-weight: 600;
  color: rgb(26,26,26);
  padding: 0 3px;
  white-space: nowrap;
  line-height: 35px;
  cursor: pointer;
  transition: all .3s ease;

}
.layout .xiaoqu .right span:hover {
  color: #d7000f;
}
/* 校区环境 end */
.video-show-mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.5);
  z-index: 999999;
}
.video-show-mask .main-video {
  width: 800px;
  height: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.video-show-mask .main-video .play {
  width: 800px;
  height: 450px;
  padding: 24px 0;
}
.video-show-mask .main-video .play video {
  width: 100%;
}
.video-show-mask .main-video .close {
  position: absolute;
  cursor: pointer;
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  font-size: 38px;
  border: 2px solid #ffffff;
  background-color: #666666;
}
.tcp-skin {
  width: 100%;
  height: 100%;
}
/* 导师 start */
.daoshi-circle {
  margin-bottom: 27px;
  text-align: center;
  border-bottom: 1px solid rgba(160,160,160,0.5);
}
.daoshi-circle li {
  width: 13.8%;
  line-height: 70px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: rgba(64,64,64,1);
  display: inline-block;
  height: 70px;
  vertical-align: top;
  margin: 0;
}
.daoshi {
  position: relative;
}
.slug {
  position: absolute;
  left: 3%;
  top: 77px;
  width: 126px;
  height: 4px;
  background: #d7000f;
  transition: all .3s ease;
}
.daoshi-circle li span {
  cursor: pointer;
}
.daoshi-circle li {
  position: relative;
}
.daoshi-circle li.active:before {
  content: '';
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #d7000f;
}
.daoshi-circle li.active span {
  color: #d7000f;
}
.daoshi-container {
  height: 322px;
}
.daoshi-container .swiper-slide .clearfix {
  padding: 0 12px;
}
.daoshi-container .swiper-slide .img {
  position: relative;
  overflow: hidden;
  margin-right: 25px;
  width: 215px;
  height: 322px;
}
.daoshi-container .swiper-slide .img:nth-child(5),
.daoshi-container .swiper-slide .img:last-child {
  margin-right: 0;
}
.daoshi-container .swiper-slide .img .text {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.35);
  font-size:18px;
  line-height: 30px;
  color:rgba(255,255,255,1);
  text-align: center;
  transition: all .4s ease;
  padding: 30px;
}
.daoshi-container .swiper-slide .img img {
  width: 100%;
}
.daoshi-container .swiper-slide .img .text h5 {
  font-size:23px;
  line-height: 45px;
  margin-top: 110px;
}
.daoshi-container .swiper-slide .img:hover .text {
  top: 0;
}
.daoshi-container .swiper-slide .img:hover .text p {
  height: 89px;
}
.daoshi-content,
.daoshi-button {
  display: none;
}
.daoshi-button.active,
.daoshi-content.active {
  display: block;
}
.main-content {
  position: relative;
}
.main-content .swiper-button-prev, .main-content .swiper-container-rtl .swiper-button-next {
  left: -30px;
  background-image: url(/public/images/icon_left_1.png);
}
.main-content .swiper-button-next, .main-content .swiper-container-rtl .swiper-button-prev {
  right: -30px;
  background-image: url(/public/images/icon_right_1.png);
}
#daoshi-pagination {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 80px;
}
#daoshi-pagination .swiper-pagination-bullet {
  width: 13.8%;
  height: 70px;
  margin: 0;
  background: transparent;
}
/* 导师 end */
/* 二级banner start*/
.deputy-banner {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.deputy-banner img {
  height: 300px;
  position: absolute;
  left: -2000px;
  top: -2000px;
  right: -2000px;
  bottom: -2000px;
  margin: auto;
  max-width: 500%;
}
.swiper-container {
  cursor: grab;
}
/* 关于我们页面统一样式 */
.about {
  padding: 52px 80px 0;
  margin-bottom: 60px;
  box-sizing: border-box;
}
.about>.left {
  width: 225px;
}
.about>.right {
  padding-top: 40px;
}
.about>.left>.title {
  position: relative;
  font-size:14px;
  font-weight:500;
  color:rgba(71,71,71,1);
  padding-bottom: 32px;
  margin-bottom: 30px;
}
.about>.left>.title:after {
  content: "";
  position: absolute;
  width: 465px;
  height: 2px;
  background:rgba(245,245,245,1);
  right: 0;
  bottom: 0;
}
.about>.left>.title .img {
  margin: 0;
  font-size:24px;
  font-family:Arial Black;
  color:rgba(255,125,53,1);
  margin-bottom: 19px;
}
.about>.left>.title img {
  margin: 0;
  margin-bottom: 19px;
}
.about>.right .content {
  position: relative;
  display: none;
  width: 755px;
  margin-right: 10px;
}
.about>.right .content .crumb {
  margin-bottom: 63px;
  border-left: 6px solid #FF7D35;
  padding-left: 12px;
  font-size:12px;
  line-height: 16px;
  color:rgba(51,51,51,1);
}
.about>.right .content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 41px;
  width:1005px;
  height:8px;
  background-color: #FF7D35;
}
.about>.right .content.active {
  display: block;
}
/* 二级banner end */
.about-menu {
  background:rgba(255,255,255,1);
  box-shadow:0px 0px 6px 0px rgba(207,207,207,0.5);
  border-radius:6px;
  font-size:14px;
  color:#333333;
  line-height:1;
}
.about-menu li {
  position: relative;
  text-align: center;
  padding: 26px;
  cursor: default;
}
.about-menu li.active:hover {
  background: #E60013;
}
.about-menu li:hover {
  background-color: #f1f1f1;
}
.about-menu li:hover {
  color: #E60013;
}
.about-menu li.active {
  background: #E60013;
  color: #ffffff;
  border-bottom: 0px;
}
.about-menu li:first-child.active {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.about-menu li:last-child.active {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.about-menu li span {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17px;
  height: 13px;
  background: url(/public/images/menu.png) no-repeat left center;
}
.about-menu li.active span {
  background-image: url(/public/images/menu-active.png);
}
.about-page-title {
  font-size:16px;
  font-weight:600;
  color:rgba(51,51,51,1);
  padding-left: 8px;
  border:1px solid rgba(232,232,232,1);
  padding: 8px 18px;
}
.about-page-title span {
  padding-left: 8px;
  border-left: 4px solid #E60013;
}