﻿@charset "utf-8";

*{
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a{text-decoration: none;color:#000;} 
img{max-width:100%;}
body{max-width:1920px;margin:0 auto;}
.inner{
	width:1230px;
	margin:0 auto;
}
.flex-ct{
	display: flex;
	  justify-content: center;
	  align-items: center;
}
.flex-lfcent{
display: flex;
  align-items: center;
}
.header-tops .logo{
	float: left;
	height:124px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-tops .logo a img{
    height: 60px;
}
.header-tops .tells{
	float: right;
	height:124px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.header-tops .tells .wx .call{
    display: block;
    height:64px;
    background:url('../images/wx.png') no-repeat center;
    background-size: 100%;
}

.header-tops .tells .wx .number{
	font-size:20px;
	color:#333333;
    line-height:28px;
    margin-right: 10px;
}
.header-tops .tells img{
    width: 96px;
    height: 96px;
	font-size:18px;
	color:#434343;
	font-style:italic;
} 

.header-nav{
	background:#00479d;
}
.header-nav ul li{
	float: left;
	width:15.66%;
	text-align: center;
}
.header-nav ul li a{
	display: block;
	color:#fff;
	font-size:16px;
	line-height:58px;
}

.banner .swiper-slide img{
	display: block;
	width:100%;
}

.banner-btns{
	width:100%;
	text-align: center;
	position: absolute;
	left:0;
	bottom:15%;
	display: flex;
	  justify-content: center;
	  align-items: center;
}
.banner-form{
	width:100%;
	text-align: center;
	position: absolute;
	left:0;
	bottom:15%;
}
.banner-form ul{
	display: flex;
	  justify-content: center;
	  align-items: center;
}
.banner-form ul li{
	margin:0 12px;
}
.banner-form ul li input[type="text"]{
	display: block;
  	border-style: solid;
  	border-width: 1px;
  	border-color: rgb(210, 210, 210);
  	border-radius: 3px;
  	background:rgba(243, 243, 243,0.949);
  	box-shadow:inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  	width: 228px;
  	height: 40px;
  	outline: none;
  	padding:0 10px;

}
.banner-form ul li button{
	display: block;
	width:230px;
	cursor: pointer;
	height:40px;
	outline: none;
	border: none;
	border-radius:3px;
	color:#fff;
	background:#df0816;
	font-size: 14px;
}
.banner-btns a{
	display: flex;
	width: 258px;
	height:86px;
	margin:0 20px;
  align-items: center;
  padding:12px 16px;
  text-align: left;
}
.banner-btns a.bg_1{
	 background:rgba(0, 71, 157,0.8);
}
.banner-btns a.bg_2{
	 background:rgba(255, 110, 0,0.8);
}
.banner-btns a.bg_3{
	 background:rgba(217, 22, 22,0.8);
}
.banner-btns a p{
	color:#fff;
	font-size:19px;
	line-height:28px;
	padding-left:30px;
}
.banner .swiper-pagination{
	bottom:8%;
}
.banner .swiper-pagination .swiper-pagination-bullet{
	width:38px;
	height:5px;
	opacity: 1;
	border-radius:5px;
	background:#fff;
	margin:0 8px;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
	background:#ce2629;
}
.ceping{
 background-color: #fff;
 height: 345px;
}
.ceping h1{
    font-size: 38px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:#333333;
    margin: auto;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 20px;
}
.ceping h1 strong{
    color:#ce2629;
}
.ceping h3{
    font-size:20px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:#333333;
    line-height:28px;
    text-align: center;
    margin: auto;
    padding-bottom: 50px;
}
.ceping h3 strong{
    color:#ce2629;
}
.ceping .ceping-form ul{
    display: flex;
    width: 1160px;
    margin: auto;
}
.ceping .ceping-form ul li{
    flex: 1;
}
.ceping .ceping-form ul li input{
    list-style: none;
    width: 80%;
    height: 50px;
    border:1px solid #CA433C;
    text-indent: 15px;
    font-size: 16px;
}
.ceping .ceping-form ul li button {
    list-style: none;
    width: 80%;
    height: 50px;
    background:rgba(202,67,60,1);
    color:#ffff;
    border:none;
    font-size: 18px;
}

/* 大学介绍 */
.school{
    background:url('../images/school-info.png') no-repeat center;
}
.school .inner{
    padding: 40px 0 60px 0;
    display: flex;
}
.school .school-left ul{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.school .school-left ul li{
    width: 186px;
    height: 70px;
    margin-right: 12px;
    text-align: center;
    font-size: 14px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color: #fff;
    background-color: #677189;
    cursor: pointer;
}
/* .school .school-left ul li:nth-child(1){
    color: #333;
    background-color: #ffffff;
} */
.school .school-left ul .school-active{
    color: #333;
    background-color: #ffffff;
}

.school .school-left ul li h3{
    padding-top: 10px; 
}
.school .school-left .school-left-item{
    width: 100%;
    display: flex;
    background-color: #ffff;
}
.school .school-left .sanjiao{
    position: relative;
    width: 45px;
    height: 25px;
}
.school .school-left .sanjiao img{
    position: absolute;
    width: 45px;
    height: 25px;
    top: 0px;
   left: 360px;
}
.school .school-left #shool-show{
    display: none;
}

.school .school-left .school-left-item .item-img{
   width:290px;
}
.school .school-left .school-left-item .item-info{
    width: 594px;
 }
 .school .school-left .school-left-item .item-info h2{
    font-size:28px;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height: 90px;
    margin-left: 30px;
 }
 .school .school-left .school-left-item .item-info p{
    font-size:16px;
    font-family:PingFangSC-Medium,PingFang SC;
    color: #333333;
    margin-left: 30px;
    margin-right: 20px;
    font-weight: 300;
 }

 .school .school-left .school-left-item .item-info p.text{
    color: #666666;
    margin-bottom: 15px;
 }
 .school .school-left .school-left-item .item-info p.dianping{
    margin-bottom: 15px;
 }
 .school .school-left .school-left-item .item-info div{
     position: relative;
     bottom: 0;
     left: 0px;
 }
 .school .school-left .school-left-item .item-info div.ruishi{
    position: relative;
    bottom: -68px;
    left: 0px;
}
 .school .school-left .school-left-item .item-info div p.tupian{
    margin-bottom: 15px;
 } 
 .school .school-left .school-left-item .item-info div p img{
    width: 14px;
    height: 18px;
    vertical-align: baseline;
 }
 .school .school-left .school-left-item .item-info button{
     list-style: none;
     border:none;
     background-color: #CA433C;
     width: 200px;
     line-height: 50px;
     margin-left: 30px;
     font-size: 20px;
     color:#fff;
     margin-bottom: 20px;
 }
 .school .school-left .school-left-item .item-info button.ruishi{
    margin-top: 50px;
}

.school .school-left .school-left-item .item-info button a{
	list-style: none;
	display:block;
	width: 100%;
    height: 100%;
    color: #fff;
}
 .school .school-right{
    flex: 3;
    background-color: #fff;
    margin-left: 20px;
    box-sizing: border-box;
    margin-top: 105px;
}
.school .school-right a{
    display: block;
    width: 100%;
    height: 100%;
}
.school .school-right .school-right-title{
    height: 80px;
    line-height: 80px;
}

.school .school-right .school-right-title span:nth-child(1){
    display: inline-block;
    width: 4px;
    height: 20px;
    background-color: #CA433C;
    line-height: 37px;
    vertical-align: middle;
    margin: 0 10px 0 20px;
}
.school .school-right .school-right-title span:nth-child(2){
    font-size: 18px;
    font-family:PingFangSC-Semibold,PingFang SC;
    font-weight: 400;
    vertical-align: middle;
}
.school .school-right .school-right-img{
    display: flex;
    padding: 0 20px 15px 20px;
}
.school .school-right .school-right-img div{
    flex: 1;
    text-align: center;
    color:#666666;
   
    /* box-shadow: ;/ */
} 
.school .school-right .school-right-img div img{
    margin-bottom: 15px;
    background-color: #EEEEEE;
} 
.school .school-right .school-right-img div:nth-child(1){
    margin-right: 10px;
} 
/* .school .school-right .school-right-img div p{
   background-color: #ccc
}  */
.school .school-right .school-right-button{
    margin: 0 20px;
    padding: 0 20px;
    height: 40px;
    background-color: #EEEEEE;
}
.school .school-right .school-right-button img{
    width: 80%;
    height: 20px;
    margin-top: 10px;
 } 


.elitesc-conts{
	background:#efebea;
	padding:35px 0 55px;
}
.elitesc-title{
	padding:45px 0;
}
.elitesc-title h3{
	text-align: center;
	position: relative;
	font-size:38px;
	color:#313131;
	line-height:72px;
	position: relative;
}

.expand-items{
	width:50%;
}

.expand-pages p{
	font-size:20px;
	line-height:46px;
	color:#313131;
}
.expand-listbar ul li{
	float: left;
	width:50%;
	padding:62px 0 0;
}
.numbx-pamins{
	width:560px;
	background:#fff;
	position: relative;
	height:160px;
	border-bottom:4px solid #d91616;
	padding:35px 40px 26px 92px;
	/*display: flex;
	  align-items: center;*/
}
.numbx-pamins span{
	display: inline-block;
	position: absolute;
	top:30px;
	left: 10px;
	z-index: 9;
}
.numbx-pamins p{
	font-size:18px;
	color:#313131;
	line-height:30px;
	text-align: justify;
}
.apply-pagetll{
	background:#eeeeee;
	padding:24px 55px 30px;
}
.apply-pagetll p{
	font-size:20px;
	color:#313131;
	line-height:36px;
}
.apply-fenl{
	text-align: center;
	padding:50px 0;
}

.elitesc-title h3.bg{
	background:url(../images/xian-1.jpg) no-repeat bottom center;
}
.elitesc-title p{
	text-align: center;
	font-size:24px;
	line-height:58px;
	color:#535353;
}
.moduletable{
	width:100%;
}
.moduletable tr th{
	text-align: center;
	color:#fff;
	background:#f7941e;
	height:70px;
	font-size:26px;
	border:4px solid #efebea;
}
.moduletable tr td{
	max-width:215px;
	color:#313131;
	height:145px;
	padding:0 15px;
	font-size:18px;
	border:4px solid #efebea;
	background:#fff;
	border-bottom:4px solid #d91616;
}
.moduletable tr td p{
	font-size:17px;
	color:#313131;
	line-height:30px;
	text-align: justify;
}
.moduletable tr td a{
	display:block;
	width:143px;
	margin:0 auto;
	line-height:58px;
	font-size:18px;
	color:#fff;
	background:#d91616;
	border-radius:5px;
	text-align: center;
}

.recruit-items{
	float: left;
	width:50%;
}
.recruit-title{
	padding:30px 0 25px;
}
.recruit-title h3{
	text-align: center;
	font-size:26px;
	color:#1b1b1b;
	line-height:54px;
}
.recruit-center{
	padding:0 30px 24px;
	display: flex;
	  align-items: center;
}
.recruit-list .flex-ct{
	padding:0 30px 24px;
}
.recruit-center span.tabel{
	width:116px;
	height:116px;
	border-radius:50%;
	text-align: center;
	display: flex;
	  justify-content: center;
	  align-items: center;
	  background:#fff;
	  font-size:26px;
	  color:#1b1b1b;
	   margin-right:70px;
}
.recruit-contrast{
	display: flex;
	  justify-content: center;
	  align-items: center;
	  background:#fff;
	  width:355px;
	  height:150px;
	  box-shadow: 0px 3px 9.5px 0.5px rgba(33, 33, 59, 0.07);
	  border-bottom:4px solid #d91616; 
}
.recruit-contrast p{
	text-align: center;
	font-size:18px;
	line-height:28px;
	color:#313131;
}
.recruit-contrast p span{
	display: inline-block;
	color:#d91616;
}
.recruit-mains{
	padding-bottom:56px;
}
.history-title{
	padding:20px 16px;
	border-bottom:1px dashed #c8c8c8;
}
.history-title h3{
	font-size:24px;
	color:#d91616;
	line-height:24px;
	padding-left:30px;
	background:url(../images/xian-2.png) no-repeat left center;
}

.history-libasrt ul li{
	float: left;
	width:607px;
	margin:0 7px;
	padding:38px 0;
}
.history-libasrt ul{
	margin:0 -7px;
}
.history-brief{
	padding:0 7px;
	position: relative;
	top:-28px;
	z-index:99;

}
.history-brief .brief-inners{
	background:#fbf6f6;
	padding:20px 16px;
	box-shadow: 0px 3px 9.5px 0.5px rgba(33, 33, 59, 0.07);
}
.history-brief .brief-inners .brief-pages{
	border:1px dashed #db2626;
	padding:15px 16px;
	border-radius:5px;
	min-height:165px;
}
.history-brief .brief-inners .brief-pages p{
	font-size:18px;
	line-height:36px;
	color:#313131;
	text-align: justify;
}
.history-brief .brief-inners .brief-pages p a{
	display: inline-block;
	color:#db2626;
}
.lookbtns{
	padding:10px 0;
}
.lookbtns a{
	display: inline-block;
	font-size:20px;
	width:264px;
	line-height:58px;
	border-radius:8px;
	text-align: center;
	color:#fff;
	background:#d91616;
}

.banner-attend{
	height:636px;
	background:url(../images/banner-attend.jpg) no-repeat top center;
	display: flex;
	  justify-content: center;
	  align-items: center;
}
.attend-inners{
  	border-radius: 30px;
  	background:rgba(190, 23, 22,0.3);
  	width: 958px;
  	height: 343px;
  	/*box-shadow:0px 0px 0px 0px rgba(190, 23, 22);*/
}
.attend-slide{
	background:rgba(0, 0, 0,0.3);
	border-radius: 30px;
	height:100%;
	position: relative;
	top:32px;
	left:38px;
	z-index:99;
	padding:55px 0;
	text-align: center;
}
.attend-slide h3{
	color:#fff;
	font-size:33px;
	line-height:68px;
	padding:25px 0;
	margin-bottom:46px;
}
.attend-slide h4 a{
	display: inline-block;
  background: rgba(208, 21, 21,0.851);
  width: 475px;
  line-height: 79px;
  font-size:33px;
  color:#fff;
  text-align: center;
}
.professor-conts{
	background:#efebea;
}
.professor-txet{
	padding:55px 0;
}
.professor-txet h3{
	text-align: center;
	font-size:38px;
	line-height:54px;
}

.history-title.bdn{
	padding:30px 0;
	border: none;
}
.history-title.bdn h3{
	background: none;
	padding:0;
}
.professor-center{
	position: relative;
	background:#fff;
	height:160px;
	padding:5px 20px 0 80px;
	display: flex;
	  align-items: center;
	border-bottom: 4px solid #d91616;
}
.professor-center span{
	display: inline-block;
	position: absolute;
	top: 30px;
	left:10px;
}
.professor-Img{
	margin-left:-15px;
	margin-bottom:-25px;
}
.professor-center p{
	font-size:18px;
	line-height:30px;
	color:#313131;
}
.professor-list ul li{
	float: left;
	width:277px;
	height:338px;
	/*height:366px;*/
	margin:0 20px;
	cursor: pointer;
	position: relative;
}
.professor-list ul{
	margin:0 -20px;
	padding-bottom:20px;
}
.professor-dinwei{
	width:100%;
	height:100%;
	position: absolute;
	left: 0;
	top:0;
	z-index:999;
	display: none;
	background: rgba(217, 22, 22,0.9);
}
.professor-list ul li:hover .professor-dinwei{
	display: block;
}
.professor-dwpages{
	padding:32px 22px 0;
}
.professor-dwpages p{
	text-align: justify;
	color:#fff;
	line-height:26px;
}
.professor-conts{
	padding-bottom:56px;
}

.company-conts{
	height:1037px;
	background:url(../images/company.jpg) no-repeat top center;
}
.elegant-swiper{
	position: relative;
	padding:16px 70px;
	background:#efebea;
}
.elegant-swiper .swiper-slide span img{
	width:535px;
	height:340px;
}
.elegant-swiper .swiper-button-prev{
	width:48px;
	height:48px;
	background:url(../images/elegant-prev.png) no-repeat center;
	left:10px;
	margin:0;
	 transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.elegant-swiper .swiper-button-next{
	width:48px;
	height:48px;
	background:url(../images/elegant-next.png) no-repeat center;
	right:10px;
	margin:0;
	 transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.cathedra-list ul li{
	float: left;
	width:377px;
	margin:0 24px 34px;
}
.cathedra-list ul{
	margin:0 -24px;
}
.cathedra-text h3{
	text-align: center;
	font-size:18px;
	color:#302726;
	line-height:54px;
	background:#efebea;
}

.lookbtns.wd220 a{
	width:220px;
	margin:0 59px;
}
.elegant-conts{
	padding:0 0 55px;
}

.evaluation{
	background:url(../images/evaluation.jpg) no-repeat top center;
}
.evaluation .inner{
	height:346px;
	display: flex;
	  align-items: center;
}
.evaluat-items p{
	color:#fff;
	font-size:24px;
	line-height:36px;
	text-align: center;
}
.evaluat-center{
	width:100%;
	display: flex;
	  align-items: center;
}
.evaluat-left{width:30%;}
.evaluat-right{width:70%;}

.form-tabel h3{
	background:#f6f6f6;
	line-height:50px;
	font-size:24px;
	color:#434343;
	padding:0 58px;
}
.form-checkbox ul li{
	float: left;
	font-size:18px;
	line-height:38px;
	color:#626262;
	cursor: pointer;
	margin-left: 58px;
	padding-left: 58px;
	background:url(../images/checkbx-1.png) no-repeat left 5px;
}
.form-checkbox ul li.active{
	background:url(../images/checkbx-2.png) no-repeat left 4px;
}
.form-checkbox ul{
	padding:26px 0 46px;
}
.form-relation ul li{
	float: left;
	margin-right:16px;
}
.form-relation ul li input[type="text"]{
	display: block;
	width:438px;
	line-height:59px;
	height:59px;
	border: none;
	outline: none;
	padding-left:60px;
	font-size:16px;
	background-color: rgb(239, 235, 234);
  	box-shadow: inset 0px 7px 8px 0px rgba(30, 19, 15, 0.07);
}
.form-relation ul li button{
	display: inline-block;
	border-radius: 10px;
  	background-color: rgba(200, 0, 0);
  	width: 293px;
  	height: 61px;
  	border: none;
  	outline: none;
  	cursor: pointer;
  	font-size:18px;
  	color:#fff;
}

.foot-forms{
	padding:62px 0 85px;
}




.copyright p{
	text-align: center;
	color:#fff;
	font-size:24px;
	line-height:30px;
}

.Fidex-slidebar{
	width:204px;
	height:472px;
	background:url(../images/Fidex-bg.png) no-repeat top center;
	position: fixed;
	left:0;
	top:50%;
	z-index:999999;
	 transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.Fidex-slidebar ul{
	padding:2px 15px 0;
}
.Fidex-slidebar ul li{
	margin-bottom:26px;
}
.Fidex-slidebar ul li a{
	display: block;
	color:#fff;
	font-size:16px;
	line-height:45px;
	text-align: center;
}

/* 修改start */
.header-nav ul li.change-bac{
    width: 200px;
    height: 58px;
    margin-right: 250px;
}
.change-bac:hover{
    background-color: #CA433C;
    cursor: pointer;
}
#nav-item{
    float: left;
    font-size: 14px;
    color: white;
    width: 200px;
    height: 100%; 
}
.nav-item .nav-link{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 20px;
}
.nav-item .nav-link .school-choose{
    font-size: 16px;
    color: #ffff;
    line-height: 58px;
}
.nav-item .nav-link .hot{
    font-size: 12px;
    color: #ffff;
    position: absolute;
    width: 32px;
    height: 16px;
    background: url('../images/hot.png') no-repeat center;
    background-size: 100%;
    top: 10px;
    right: 30px;
}
.sec-nav{
    position: relative;
}
.sec-nav::before{
    content: '';
    display: block;
    position: absolute;
    top: 45%;
    left: 20%;
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: white transparent transparent;
}
.sec-nav .sec-list{
    position: absolute;
    top: 58px;
    left: 0px;
    height: auto;
    display: none;
    width: 540px;
    z-index: 10;
    overflow: hidden;
    background-color: #fff;
    border: 1px #000;
}

.change-bac:hover .sec-list{
    display: flex;
    flex-direction: column;
}
.sec-nav .sec-list .sec-item{
    color: #333333;
    font-size: 12px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    flex: 1;
    text-align: left;

}
.sec-nav .sec-list .sec-item .sec-item-common{
    height: 50px;
    line-height: 50px;
}
.sec-nav .sec-list .sec-item .sec-item-last{
    height: 69px;
    line-height: 69px;
}
.sec-nav .sec-list .sec-item .sec-item-one span:nth-child(1){
    display: inline-block;
    width: 4px;
    height: 20px;
    background-color: #CA433C;
    line-height: 37px;
    vertical-align: middle;
    margin: 0 10px 0 20px;
}
.sec-nav .sec-list .sec-item .sec-item-one span:nth-child(2){
    font-size: 16px;
    font-family:PingFangSC-Semibold,PingFang SC;
    font-weight: 600;
    vertical-align: middle;
}

.sec-nav .sec-list .sec-item .sec-item-two{
    flex: 1;
    display: flex;
    flex-direction: row;
}
.sec-nav .sec-list .sec-item .sec-item-two a{
    flex:1;
    color: #666666;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    font-size: 14px;
}
.sec-nav .sec-list .sec-item .sec-item-two a:nth-child(1){
  padding-left: 20px;
}
.sec-nav .sec-list .sec-item .sec-item-two .shu::after{
    width: 1px;
    height: 12px;
    background-color:#D8D8D8;
    content: '';
    border-color: white transparent transparent;
    display: inline-block;
    margin: 0 10px;
}

/* 班级风采 */
.class-style{
    background: url('../images/class.png') no-repeat center;
    height: 550px;
}
.class-style .inner h2{
    font-size: 36px;
    color:#fff;
    padding-top: 60px;
    padding-bottom: 20px;
    text-align: center;
}
.class-style .inner p{
    font-size: 16px;
    color:#fff;
    text-align: center;
    padding-bottom: 15px;
}
.class-style .inner span.hengfu{
    background: url('../images/hengfu.png');
    text-align: center;
    width: 40px;
    height: 6px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.class-style .inner .class-swiper{
    width: 1190px;
    background-color: #c8c8c8;
    height: 310px;
    padding:30px;
    position: relative;
}   

/* 直播 */
.zhibo{
    background-color: #fff;
    /* background-color: #df0816; */
    height: 550px;
}
.zhibo .inner h2{
    font-size: 36px;
    color:#000;
    padding-top: 60px;
    padding-bottom: 20px;
    text-align: center;
}
.zhibo .inner p{
    font-size: 16px;
    color:#000;
    text-align: center;
    padding-bottom: 15px;
}
.zhibo .inner span.hengfu{
    background: url('../images/hengfu.png');
    text-align: center;
    width: 40px;
    height: 6px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.zhibo .inner .class-swiper{
    width: 1190px;
    height: 310px;
    padding:0 30px;
    position: relative;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 0;
    right: 0;
    top: 0;
}
.swiper-button-prev, .swiper-button-next{
    width: 40px;
    height: 40px;
    position: absolute;
    top:50%;
    
    margin-top: 0;
}
.swiper-button-prev{
    left: -50px;
    background: url('../images/arrow-left.png') no-repeat center;
}
.swiper-button-next{
    right: -50px;
    background: url('../images/arrow-right.png') no-repeat center;

}



.zhibo .inner .class-swiper p.zhibo-title{
    color: #fff;
    line-height: 20px;
    padding:15px 0 5px 0;
    text-align: left;
    white-space:nowrap; 
    overflow:hidden;
    text-overflow:ellipsis;
    width:100%;
}
.zhibo .inner .class-swiper div.bg{
    background-color: #0F2E65;
    padding-left: 10px;
    padding-bottom: 15px;
}
.zhibo .inner .class-swiper .swiper-slide{
    width: 340px;
}
.zhibo .inner .class-swiper .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
}
.zhibo .inner .class-swiper .swiper-slide img{
    width: 100%;
    height: 192px;
}
.zhibo .inner .class-swiper span.zhibo-name{
    color: #fff;
}
.zhibo .inner .class-swiper span.zhibo-name::after{
    width: 1px;
    height: 12px;
    background-color:#fff;
    content: '';
    border-color: white transparent transparent;
    display: inline-block;
    margin: 0 10px;
}
.zhibo .inner .class-swiper span.zhibo-time{
    color: #fff;
}
/* 学员构成 */
.xueyuan{
    background-color: #EEEEEE;
    padding-bottom: 30px;
}
.xueyuan .inner h2{
    font-size: 36px;
    color:#000;
    padding-top: 60px;
    padding-bottom: 20px;
    text-align: center;
}
.xueyuan .inner p{
    font-size: 16px;
    color:#000;
    text-align: center;
    padding-bottom: 15px;
}
.xueyuan .inner span.hengfu{
    background: url('../images/hengfu.png');
    text-align: center;
    width: 40px;
    height: 6px;
    margin: 0 auto;
    display: block;
}
.xueyuan .inner .xueyuan-img{
    display: flex;
    flex-direction: row;
    width: 1190px;
    padding:30px;
    box-sizing: border-box;
    margin:auto;
}
.xueyuan .inner .xueyuan-img .xueyuan-item1{
    flex: 1;
    background-color: #fff;
    display: flex;
    padding: 30px;
    box-sizing: border-box;
    margin-right: 20px;
}
.xueyuan .inner .xueyuan-img .xueyuan-item1 .xueyuan-item1-bg{
   background: url('../images/student.png') no-repeat left;
   background-size: 100%;
   flex: 1;
   height: 290px;
}
.xueyuan .inner .xueyuan-img .xueyuan-item1 .xueyuan-item1-text{
    flex: 1;
    margin-left: 20px;
}
.xueyuan .inner .xueyuan-img p{
    text-align: left;
    color: #333333;
    font-size:20px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
}
.xueyuan .inner .xueyuan-img .xueyuan-item2{
    flex: 1;
    background-color: #fff;
    display: flex;
    margin-left: 20px;
    padding: 30px;
}
.xueyuan .inner .xueyuan-img .xueyuan-item2 .xueyuan-item2-bg{
    background: url('../images/hangye.png') no-repeat left;
    background-size: 70%;
    flex: 1;
    height: 290px;
 }
 .xueyuan .inner .xueyuan-img2{
    
    width: 1190px;
    padding:30px;
    box-sizing: border-box;
    margin:auto;
 }
 .xueyuan .inner .xueyuan-img2 .xueyuan-img2-item{
    background-color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: row;
    height: 300px;
    box-sizing: border-box;
    width: 100%;
 }
 .xueyuan .inner .xueyuan-img2 .xueyuan-img2-item div.xueyuan-img2-common{
    flex:1;
 }
 .xueyuan .inner .xueyuan-img2 .xueyuan-img2-item .xueyuan-shu::after{
    width: 1px;
    height: 240px;
    background-color:#EEEEEE;
    content: '';
    border-color: white transparent transparent;
    display: block;
    margin: 0 20px;
 }
 .xueyuan .inner .xueyuan-img2 .xueyuan-img2-item p{
    text-align: left;
    color: #333333;
    font-size:20px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    padding-bottom: 40px;
 }
 .xueyuan .inner .xueyuan-img2 .xueyuan-img2-item .xueyuan-img2-1 div{
    height: 180px;
    background: url('../images/old.png') no-repeat left;
    background-size: 85%;
    /* border: 1px red solid; */
 }
 .xueyuan .inner .xueyuan-img2  .xueyuan-img2-item .xueyuan-img2-2 div{
    background: url('../images/job.png') no-repeat left;
    background-size: 90%;
    height: 180px;
    /* border: 1px red solid; */
 }
 .xueyuan .inner .xueyuan-img2 .xueyuan-img2-item .xueyuan-img2-3 div{
    background: url('../images/company.png') no-repeat left;
    background-size: 90%;
    height: 180px;
    /* border: 1px red solid; */
 }
 .xueyuan .inner .xueyuan-img2 .xueyuan-img2-item .xueyuan-img2-4 div{
    background: url('../images/xueli.png') no-repeat left;
    background-size: 80%;
    height: 180px;
    /* border: 1px red solid; */
 }
 /* 底部 */
 .footer{
	height:400px;
	text-align: center;
	background:url(../images/footer.png) no-repeat top center;
}
.footer .inner h2{
    font-size: 36px;
    color:#fff;
    padding-top: 60px;
    padding-bottom: 20px;
    text-align: center;
}
.footer .inner p.title{
    font-size: 16px;
    color:#fff;
    text-align: center;
    padding-bottom: 15px;
}
.footer .inner span.hengfu{
    background: url('../images/hengfu.png');
    text-align: center;
    width: 40px;
    height: 6px;
    margin: 0 auto;
    display: block;
    margin-bottom: 40px;
}
.footer .inner .qrcode{
    margin:0 auto;
    width: 600px;
    display: flex;
}
.footer .inner .qrcode div:nth-child(1){
    flex: 1;
    margin-left: 150px;
}

.footer .inner .qrcode div:nth-child(2){
    margin-left: 40px;
    flex: 2;
}
.footer .inner .qrcode div:nth-child(2) p{
    font-size: 14px;
    text-align: left;
    color: #fff;
}
.footer .inner .qrcode div:nth-child(2) p.text-1{
    margin-bottom: 40px;
}
/* 面试预约 */
.interview{
    background:url('../images/interview_bg.png') no-repeat center;
    padding-bottom: 30px;
}
.interview .inner h2{
    font-size: 36px;
    color:#000;
    padding-top: 60px;
    padding-bottom: 20px;
    text-align: center;
}
.interview .inner p.title{
    font-size: 16px;
    color:#000;
    text-align: center;
    padding-bottom: 15px;
}
.interview .inner span.hengfu{
    background: url('../images/hengfu.png');
    text-align: center;
    width: 40px;
    height: 6px;
    margin: 0 auto;
    display: block;
}
.interview .inner .interview-item{
    display: flex;
    padding:40px;
    width: 1000px;
    margin: 20px auto 0 auto;
    background-color: #ffff;
}
.interview .inner .interview-item div{
    flex: 1;
}
.interview .inner .interview-item div.interview-form{
    flex: 1;
    padding-left: 35px;
}
.interview .inner .interview-item div.interview-form p{
    /* margin-left: 35px; */
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    letter-spacing: 2px;
}
.interview .inner .interview-item div.interview-form p.text-1{
    margin-bottom: 30px;
}
.interview .inner .interview-item div.interview-form p strong{
    color: #db2626;
}
.interview .inner .interview-item div.interview-form form input{
    height: 40px;
    width: 300px;
    list-style: none;
    text-indent: 15px;
    font-size: 16px;
    margin: 10px 0 30px 0;
}
.interview .inner .interview-item div.interview-form form button{
    width: 300px;
    height: 58px;
    background-color: #CA433C;
    text-align: center;
    line-height: 58px;
    border: none;
    color:#fff;
    font-size: 16px;
}
