* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wapper{
	margin: 0 auto;
	width: 120rem;
}
.header{
	width: 100%;
	height: 8rem;
	position: fixed;
	top:0;
	left:0;
	z-index: 5;
	background-color: #fff;
}
.header .wapper{
   height: 8rem;
}
.header .logo{
	width: 16.4rem;
	height: 8rem;
	float: left;
}
.header .logo img{
	width: 16.4rem;
	height: 6.4rem;
	margin-top: 0.8rem;
}
.header .tab{
	float: left;
	margin-left:4.8rem;
}
.header .tab >div{
	float: left;
	font-family: Microsoft YaHei;
	font-weight: 400;
	height: 7.8rem;
	padding:0 2.1rem;
	font-size: 1.6rem;
	line-height: 7.8rem;
	border-bottom: 0.2rem solid transparent;
}
.header .tab .active{
	font-size: 1.6rem;
	/* font-family: Microsoft YaHei; */
	font-weight: 400;
	color: #CD1F20;
	background: #F7F7F7;
	border-bottom: 0.2rem solid #CD1F20;
}
.header .right{
	float: right;
	height: 8rem;
	line-height: 8rem;
	vertical-align: middle;
}
.header .right .searchbox{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 16rem;
	height: 3rem;
}
.header .right .searchbox input{
	position: absolute;
	left: 0;
	top:0;
	width: 16rem;
	height: 2.8rem;
	line-height: 2.8rem;
	border: 0.1rem solid #999999;
	border-radius:0.5rem;
}
.header .right .searchbox img{
	position: absolute;
	right: 0.2rem;
	top:0.4rem;
	width:1.8rem;
	height:1.9rem;
}
.header .right .avatarbox{
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: 3rem;
	line-height: 3rem;
	vertical-align：middle;
}
.header .right .avatarbox>p{
	width: 10rem;
	height: 3rem;
	line-height: 3rem;
	vertical-align: middle;
}
.header .right .avatarbox .nologin a{
	display: inline-block;
	width: 4rem;
	height: 3rem;
	line-height: 3rem;
	font-size: 1.6rem;
	text-align: center;
	color:#999;
	font-style: normal;
}
.header .right .avatarbox .haslogin img{
	float: left;
	width: 3rem;
	height:3rem;
	border-radius: 50%;
	margin-left: 0.1rem;
}
.header .right .avatarbox .haslogin span{
	float: left;
	width: 5rem;
	height:3rem;
	margin-left: 0.1rem;
	font-size: 1.6rem;
	text-align: center;
	line-height: 3rem;	
}
.banner{
	margin-top: 8.1rem;
	width: 100%;
	height: auto;
}
.banner .swiper-container{
	width: 100%;
	height: auto;
}
.banner .swiper-container .swiper-slide{
	/* height: 56rem !important; */
}
.banner .swiper-container .swiper-slide img{
	/* height: 56rem !important; */
	width: 100% !important;
	height: auto;
}
 .banner .swiper-container  .swiper-button-prev{
     background: url(/static/cfa2/img/20ryicon59.png);
   background-size: contain;
 }
 .banner .swiper-container .swiper-button-next{
     background: url(/static/cfa2/img/20ryicon60.png);
   background-size: contain;
 }
.newsbox{
	margin-top: 1.6rem;
	padding-top: 1.5rem;
}
.newsbox .outerbox{
	width: 120rem;
	height: 13rem;
	background: #FFFFFF;
	border: 1px solid #E14946;
}
.newsbox .outerbox .titlebox{
	float:left;
	width: 12rem;
	height: 13rem;
	text-align: center;
}
.newsbox .outerbox .titlebox img{
	display: inline-block;
	width: 6.4rem;
	height: 6.4rem;
	margin-top: 1.5rem;	
}
.newsbox .outerbox .titlebox span{
	display: inline-block;
	width: 100%;
	height: 2rem;
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 1rem;
	color: #333333;
	line-height: 2rem;
}
.newsbox .outerbox .textbox{
	float:left;
	width: 35.9rem;
	height: 13rem;
	text-align: center;
	border-left: 1px solid #E14946;
	position: relative;
}
.newsbox .outerbox .textbox .datebox{
	position: absolute;
	left: 1px;
	bottom:0;
	width: 5.7rem;
	height: 14.5rem;
	background: #E04946;
	z-index: 1;
}
.newsbox .outerbox .textbox .datebox .yearspan{
	position: absolute;
	left: 50%;
	top:4.5rem;
	margin-left: -2.1rem;
	width: 4.2rem;
	height:4rem;
	font-size:1.8rem;;
	font-weight: bold;
	color: #FFFFFF;
	line-height:2rem;
}
.newsbox .outerbox .textbox .datebox .datespan{
	position: absolute;
	left: 50%;
	top:9.3rem;
	margin-left: -2.3rem;
	width: 4.6rem;
	height:2rem;
	font-size:1rem;;
	font-weight: 400;
	color: #FFFFFF;
	line-height:2rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: unset;
}
.newsbox .outerbox .textbox .datebox::after{
	position: absolute;
	top:0;
	right: -2.8rem;
	content: ' ';
	border: 1.4rem solid transparent;
	border-left: 1.4rem solid #8C0B09;
}
.newsbox .outerbox .textbox .contentbox{
	position: absolute;
	left:5.7rem;
	bottom:2px;
	width: 29.1rem;
	height: 12.6rem;
	padding:0 2rem 0 2.5rem;
	box-sizing: border-box;
	z-index: 2;
	background-color: #fff;
}
.newsbox .outerbox .textbox .contentbox h3{
	text-align: center;
	height:2rem;
	font-size: 1.8rem;
	font-weight: 400;
	color: #E14946;
	line-height: 2rem;
	margin-top: 3rem;
	margin-bottom: 1rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newsbox .outerbox .textbox .contentbox p{
	height: 4rem;
	font-size:1.4rem;
	font-weight: 400;
	color: #666666;
	line-height: 2rem;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
  text-align: left;
}
/* 考情速递 */
.understanding{
	border-top: 1px solid transparent;
	height: 60rem;
	margin-top: 3rem;
}
.understanding h2{
	margin-top: 5rem;
	text-align: center;
	font-size: 3.6rem;
	font-weight: 400;
	color: #333333;
	line-height: 4rem;
}
.understanding .tabbox{
	margin-top: 4.5rem;
	height: 43rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
.understanding .tabbox .tabhead{
	width: 40rem;
	height: 43rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.understanding .tabbox .tabhead .headitem{
	width: 40rem;
	height: 12rem;
	background: #F9FAFC;
	box-shadow: 0 0.3rem 1.6rem 0rem rgba(231, 231, 231, 0.7);
	border-radius: 1rem;
	padding:1.5rem;
	box-sizing: border-box;
}

.understanding .tabbox .tabhead .title{
	text-align: left;
	vertical-align: middle;
	font-size:2.4rem;
	font-weight: 400;
	height: 3rem;
	line-height: 3rem;
	color: #333333;
	margin-bottom: 3rem;
}
.understanding .tabbox .tabhead .title i{
	display: inline-block;
	width: 3rem;
	height: 3rem;
	vertical-align: middle;
	background:url(../images/understanding04.png) center center no-repeat ;
	background-size: contain;
}
.understanding .tabbox .tabhead .headitem:first-child .title i{
	display: inline-block;
	width: 3rem;
	height: 3rem;
	vertical-align: middle;
	background:url(../images/understanding02.png) center center no-repeat ;
	background-size: contain;
}
.understanding .tabbox .tabhead .headitem:last-child  .title i{
	display: inline-block;
	width: 3rem;
	height: 3rem;
	vertical-align: middle;
	background:url(../images/understanding06.png) center center no-repeat ;
	background-size: contain;
}
.understanding .tabbox .tabhead .title span{
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.understanding .tabbox .tabhead .title span::after{
	position: absolute;
	bottom:-1rem;
	left: 0;
	content: '';
	width: 6rem;
	height: 0px;
	border: 2px solid #E8423A;
	background: #E04946;
}
.understanding .tabbox .tabhead .desbox{
	text-indent:3rem;
	height: 2rem;
	font-size: 1.4rem;
	font-weight: 400;
	color: #666666;
	line-height: 2rem;
}
.understanding .tabbox .tabhead .active{
	background: #E04946;
}
.understanding .tabbox .tabhead .active .title{
	color: #fff;
}
.understanding .tabbox .tabhead .active .title i{
	display: inline-block;
	width: 3rem;
	height: 3rem;
	vertical-align: middle;
	background:url(../images/understanding05.png) center center no-repeat ;
	background-size: contain;
}
.understanding .tabbox .tabhead .active:first-child .title i{
	display: inline-block;
	width: 3rem;
	height: 3rem;
	vertical-align: middle;
	background:url(../images/understanding03.png) center center no-repeat ;
	background-size: contain;
}
.understanding .tabbox .tabhead .active:last-child  .title i{
	display: inline-block;
	width: 3rem;
	height: 3rem;
	vertical-align: middle;
	background:url(../images/understanding07.png) center center no-repeat ;
	background-size: contain;
}
.understanding .tabbox .tabhead  .active .title  span::after{
	position: absolute;
	bottom:-1rem;
	left: 0;
	content: ' ';
	width: 6rem;
	height: 0px;
	border: 2px solid #ffffff;
	background: #ffffff;
}
.understanding .tabbox .tabhead  .active .desbox{
	color: #ffffff;
}
.understanding .tabbox .tabbody{
	width: 70rem;
	height: 43rem;
}
.understanding .tabbox .tabbody .bodyitem{
	width: 70rem;
	height: 43rem;
}
.understanding .tabbox .tabbody .oneitem .titlediv{
	width: 70rem;
	height: 4.3rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.understanding .tabbox .tabbody .oneitem .titlediv p{
	width: 46rem;
	height: 3rem;
	font-size: 2.4rem;
	font-weight: 400;
	color: #333333;
	line-height: 3rem;
}
.understanding .tabbox .tabbody .oneitem .titlediv p small{
	font-size: 1.6rem;
}
.understanding .tabbox .tabbody .oneitem .titlediv a{
	width: 15rem;
	height: 4.2rem;
	text-align: center;
	background: #E04946;
	border-radius:0.6rem;
	font-size: 1.6rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 4.2rem;
}
.understanding .tabbox .tabbody .oneitem .contentdiv{
	width: 70rem;
	height: 30rem;
	overflow: hidden;
	margin-top: 8rem;
}
.understanding .tabbox .tabbody .oneitem .contentdiv img{
	width: 100%;
	height: auto;
}
.understanding .tabbox .tabbody .twoitem .titlediv {
	width: 70rem;
	height: 9rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.understanding .tabbox .tabbody .twoitem .titlediv .test{
	width: 47rem;
	height: 7rem;
}
.understanding .tabbox .tabbody .twoitem .titlediv .test h6{
	text-align: left;
	font-size: 2.8rem;
	height: 4rem;
	line-height: 4rem;
}
.understanding .tabbox .tabbody .twoitem .titlediv .test p{
	text-align: left;
	font-size: 1.4rem;
	height: 2.4rem;
	line-height: 2.4rem;
}
.understanding .tabbox .tabbody .twoitem .titlediv a{
	width: 15rem;
	height: 4.2rem;
	text-align: center;
	background: #E04946;
	border-radius:0.6rem;
	font-size: 1.6rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 4.2rem;
}
.understanding .tabbox .tabbody .twoitem .contentdiv{
	width: 47rem;
	height: 36rem;
}
.understanding .tabbox .tabbody .twoitem .contentdiv table{
	width: 66rem;
	height: 34rem;
	text-align: center;
	border-collapse:collapse; 
}
.understanding .tabbox .tabbody .twoitem .contentdiv table thead{
	background-color: #f8f8f8;
	height: 5rem;
	border:1px solid #666;
}
.understanding .tabbox .tabbody .twoitem .contentdiv table tbody tr{
	height:3rem
}
.understanding .tabbox .tabbody .twoitem .contentdiv table tbody tr td{
	border:1px solid #666;
	font-size: 1.4rem;
	text-align: center;
	line-height: 3rem;
	
}

.understanding .tabbox .tabbody .twoitem .contentdiv table tbody tr td .star {
	width: 2rem;
	height: 2rem;
	margin: 1rem 0.2rem 0;
  display: inline-block;
  background: url(../images/star.png)center center no-repeat ;
  background-size: contain;
}


.understanding .tabbox .tabbody .threeitem .titlediv {
	width: 70rem;
	height: 8rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.understanding .tabbox .tabbody .threeitem .titlediv .test{
	width: 40rem;
	height: 7rem;
}
.understanding .tabbox .tabbody .threeitem .titlediv .test h6{
	text-align: left;
	font-size: 2.8rem;
	height: 4rem;
	line-height: 4rem;
}
.understanding .tabbox .tabbody .threeitem .titlediv .test p{
	text-align: left;
	font-size: 1.4rem;
	height: 2.4rem;
	line-height: 2.4rem;
}
.understanding .tabbox .tabbody .threeitem .titlediv a{
	width: 15rem;
	height: 4.2rem;
	text-align: center;
	background: #E04946;
	border-radius:0.6rem;
	font-size: 1.6rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 4.2rem;
}

.understanding .tabbox .tabbody .threeitem .contentdiv{
	width: 70rem;
	height: 24rem;
	margin-top: 5rem;
}
.understanding .tabbox .tabbody .threeitem .contentdiv table{
	width: 66rem;
	height: 23rem;
	text-align: center;
}
.understanding .tabbox .tabbody .threeitem .contentdiv table thead{
	background-color: #f8f8f8;
	height: 5.5rem;
	border:1px solid #666;
}
.understanding .tabbox .tabbody .threeitem .contentdiv table tbody tr{
	height:4rem
}
.understanding .tabbox .tabbody .threeitem .contentdiv table tbody tr td{
	border:1px solid #666;
	text-align: center;
}

.calendar{
	margin-top: 1rem;
	width: 100%;
	height: 76rem;
	background: #13213C;
	border-top: 1px solid transparent;
	margin-bottom: 11.7rem;
	position: relative;
}
.calendar h2{
	text-align: center;
	margin-top: 5rem;
	height: 4rem;
	font-size: 3.6rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 4rem;
}
.calendar .calendarimg img{
	margin: 5.5rem auto;
	width: 116rem;
	height: 35.5rem;
}
.calendar .linkbox{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	height: 5rem;
}
.calendar .linkbox a{
	width: 18rem;
	height: 4.7rem;
	font-size: 1.6rem;
	border: 1px solid #FFFFFF;
	border-radius:0.5rem;
	text-align: center;
	line-height: 4.4rem;
	font-weight: 400;
	color: #FFFFFF;
}
.calendar .linkbox a:hover{
	color: #FFFFFF;
	background: #E04946;
}
.countdown{
	width: 120rem;
	height: 19rem;
	margin-top: 5rem;
	border-radius: 6rem 0 6rem 0;
	background: url(../images/calendar02.png) center center no-repeat;
	background-size: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
.countdown .countitem{
	width: 41rem;
	height: 9rem;
}
.countdown .countitem .ditance_test{
	width: 41rem;
	height: 7rem;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.countdown .countitem .ditance_test p{
	height:3rem;
	font-size:2.4rem;
	font-weight: bold;
	color: #333;
	line-height: 3rem;
}
.countdown .countitem .ditance_test .reciprocal{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width:16rem;
}
.countdown .countitem .ditance_test .reciprocal .day{
	width: 3.5rem;
	height: 4.5rem;
	line-height: 4.5rem;
	text-align: center;
	color: white;
	margin-right: 1rem;
	font-size: 3.2rem;
	font-weight: bold;
	background: url(../images/reciprocal-bg.png) no-repeat;
	background-size: 100%;
}
.countdown .countitem .ditance_test .reciprocal span{
	font-size:2.4rem;
	font-weight: bold;
	color: #333;
}
.countdown .countitem >p{
	width: 33rem;
	height: 2rem;
	text-align: right;
	font-size: 1.6rem;
	font-weight: 400;
	color: #000033;
	line-height:2rem;
}

/*领取资料*/
.package{
	height: 14rem;
	background: url(../images/bookcourse.png) center center no-repeat;
	background-size: cover;
}
.package .wapper{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 14rem;
}
.package .wapper .package_left{
	text-align: left;
	width: 60rem;
	height: 14rem;
	font-size:4.8rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height:14rem;
}
.package .wapper .package_middle{
	width: 45rem;
	overflow: hidden;
}
.package .wapper .package_middle>div{
	width: 20rem;
	height: 4.2rem;
	font-size: 2.4rem;
	line-height: 4.2rem;
	margin-right: 3.6rem;
	border: 1px solid #FFFFFF;
	border-radius: 2.1rem;
	float:left;
	margin-bottom: 1rem;
	text-align: center;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	position: relative;
}
.package .wapper .package_middle>div.active{
	border: 1px solid #E04946;
	background-color: #E04946;
}
.package .wapper .package_middle>div>img{
	position: absolute;
	width: 3rem;
	height: 3rem;
	left:1.5rem;
	top:0.5rem;
}
.package .wapper .package_middle>div:nth-child(2n+2){
	margin-right: 0rem;
}
.package .wapper .package_middle>div:nth-child(2n+3){
	margin-bottom: 0rem;
}
.package .wapper .package_middle>div:nth-child(2n+4){
	margin-bottom: 0rem;
}
.package .wapper .package_right{
	width: 10.2rem;
	height: 10.2rem;
	text-align: center;
	font-size: 2.4rem;
	padding-top: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 3.4rem;
	background: #FFFFFF;
	border-radius: 50%;
	box-sizing: border-box;
	cursor: pointer;
}

/*课程*/
.courselist .wapper{
	border-top: 1px solid transparent;
	height: 96rem;
	background: #FFFFFF;
	box-shadow: 0px 4px 16px 0px rgba(231, 231, 231, 0.7);
	border-radius: 3rem;
}
.courselist .wapper>h3{
	margin: 3.5rem auto 2rem;
	text-align: center;
	width: 30rem;
	height: 4rem;
	font-size: 3.6rem;
	font-weight: 400;
	color: #333333;
}
.courselist .wapper .line{
	margin: 0 auto;
	width: 12rem;
	height: 1px;
	background-color: #CCCCCC;
	position: relative;
}
.courselist .wapper .line span{
	width: 6.8rem;
	height: 0.4rem;
	background: #CD1F20;
	position: absolute;
	left:2.8rem;
	top:50%;
	margin-top: -0.2rem;
}
.courselist .wapper>h6{
	margin: 2rem auto 4rem;
	text-align: center;
	width: 21rem;
	height: 2rem;
	font-size: 1.6rem;
	font-weight: 400;
	color: #999999;
	line-height: 2rem;
}
.courselist .wapper .listbox{
	padding:0 1.6rem;	
	height: 70rem;
}
.courselist .wapper .listbox .itembox{
	float: left;
	width: 27.6rem;
	height: 31rem;
	background: #FFFFFF;
	border: 1px solid rgba(229, 229, 229, 0.49);
	border-radius: 0.5rem;	
	margin-bottom: 3.5rem;
	margin-right: 1.8rem;
}
.courselist .wapper .listbox .itembox:nth-child(4n+4){
	margin-right: 0rem;
}
.courselist .wapper .listbox .itembox>img{
	width: 100%;
	height: 18rem;
}
.courselist .wapper .listbox .itembox>h4{
	padding:1.5rem 2rem 0 1rem;
	text-align: left;
	font-size: 1.6rem;
	font-weight: 400;
	color: #333333;
	line-height: 2rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.courselist .wapper .listbox .itembox .text{
	padding:1rem 2rem 0 1rem;
	text-align: left;
	height: 6rem;
	font-size: 1.4rem;
	font-weight: 400;
	color: #999999;
	line-height: 2.4rem;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.courselist .wapper .listbox .itembox>a{
	display: block;
	padding:1rem 2rem 0 1rem;
	text-align: left;
	height: 2rem;
	font-size:1.4rem;
	font-weight: 400;
	color: #E04946;
	line-height: 2rem;
}
.courselist .wapper .tomore{
	display: block;
	margin:0 auto;
	width: 16.6rem;
	height: 4.2rem;
	font-size: 1.6rem;
	font-weight: 400;
	color: #FFFFFF;
	background: #E04946;
	border-radius: 0.5rem;
	text-align: center;
	line-height: 4.2rem;
}
 /*免费试学*/
.trylisten {
	border-top: 1px solid transparent;
	width:100%;
	height: 16rem;
	background: #333333;
}
 .trylisten h3{
	 margin: 2.5rem auto;
	 text-align: center;
	 font-size: 3rem;
	 height: 3rem;
	 font-family: Source Han Sans CN;
	 font-weight: 400;
	 color: #00E6DA;
	 line-height: 3rem; 
 }
 .trylisten .submitdata{
	 display: flex;
	 flex-direction: row;
	 justify-content: space-around;
	 align-items: center;
	 height: 5.5rem;
 }
 .trylisten .submitdata input{
 	 width: 26rem;
 	 height: 5rem;
 	 border: 1px solid #FFFFFF;
	 font-size: 1.8rem;
	 font-weight: 400;
	 color: #FEFEFE;
	 line-height:5rem;
	 text-indent: 1rem;
 }
 .trylisten .submitdata span{
	 display: block;
 	 width: 12rem;
 	 height: 4.2rem;
	 font-size: 1.8rem;
	 text-align: center;
	 line-height: 4.2rem;
 	 background: #FFFFFF;
 	 border-radius: 0.5rem;
	 color: #E04946;
	 cursor: pointer;
 }
 /* 直播列表 */
.livelist{
	 border-top: 1px solid transparent;
	 margin-top: 7.8rem;
 }
 .livelist .wapper h1{
		font-size: 3.2rem;
		height: 4rem;
		line-height: 4rem;
		font-weight: normal;
		font-stretch: normal;
		letter-spacing: 0px;
		color: #333333;
		text-align: center;
 }
/* .livelist .not_swiper{
     width: 120rem;
     display: flex;
 } */

 .livelist .swiper-container{
     width: 100%;
     /*padding: 0 5rem;*/
     margin: 6rem auto 0;
 }
 .livelist .swiper-slide{
     width: 30.5rem !important;
     height: 46rem;
     margin-right: 0 !important;
 }
 
 .livelist .swiper-slide .time{
     width: 100%;
     height: 8rem;
     position: relative;
     text-align: center;
 }
 .livelist .swiper-slide .time::after{
     content: "";
     width: 100%;
     height: 1px;
     background: #999999;
     position: absolute;
     left: 0;
     top: 2.5rem;
     z-index: 2;
 }
 .livelist .swiper-slide .time h5{
     position: absolute;
     width:12rem;
     top: 0rem;
     left:8.5rem;
     font-size: 1.6rem;
 	font-weight: bold;
 	font-stretch: normal;
 	letter-spacing: 0px;
     color: #333333;
     padding-bottom: 1.2rem;
     background: #ffffff;
     z-index: 3;
 }
 .livelist .swiper-slide.swiper-slide-active .time h5{
     color: red;
 }
 .livelist .swiper-slide .time p{
     position: absolute;
     width:12rem;
     top: 3rem;
     left: 8.5rem;
     font-size:1.4rem;
 	font-weight: normal;
 	font-stretch: normal;
 	letter-spacing: 0px;
     color: #666666;
     background: #ffffff;
     z-index: 3;
 }
 .livelist .swiper-slide.swiper-slide-active .time p{
     color: red;
 }
 .livelist .swiper-slide .live_info{
	 width: 27.6rem;
	height: 32.6rem;
	background-color: #ffffff;
	box-shadow: 0px 0.3rem 1rem 0px  rgba(231, 231, 231, 0.7);
	 border-radius: 0.5rem;
	 margin-right: 3rem;
 }
 .livelist .swiper-slide  .live_info img{
     width: 27.6rem;
     height:18rem;
     border-radius: .5rem .5rem 0px 0px;
 }
 .livelist .swiper-slide .live_name{
	padding: 1.5rem 1.5rem 0;
	font-size: 1.6rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 3.7rem;
	letter-spacing: 0px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
 }
 .livelist .swiper-slide .yy_num{
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 padding: 0 1.5rem;
	 margin-top: 1rem;
 }
 .livelist .swiper-slide .yy_num .isopen i{
     display: inline-block;
     vertical-align: middle;
     width: 2rem;
     height: 2.7rem;
     background: url(../images/tip.png) no-repeat center center;
     background-size: contain;
 }
 .livelist .swiper-slide .yy_num .isopen span{
		vertical-align: middle;
		font-size: 1.4rem;
		line-height: 3rem;
		letter-spacing: 0px;
		color: #57a75a;
		margin-left: 0.5rem;
 }
 .livelist .swiper-slide .yy_num .num{
     font-size: 1.4rem;
     color: #999999;
     line-height: 3rem;
 }
 .livelist .swiper-slide .yy_now{
     display: block;
     margin: 0.8rem auto 0;
     width: 9.6rem;
 	height: 3.4rem;
 	border-radius: 0.5rem;
     border: solid 1px #e04946;
     font-size: 1.4rem;
 	letter-spacing: 0px;
     color: #e04946;
     text-align: center;
     line-height: 3.4rem;
 }
 .livelist .swiper-button-prev{
     left: 0;
     right: auto;
     background: url(/static/cfa2/img/20ryicon59.png) center center no-repeat; 
    background-size: 50%;
 }
 .livelist .swiper-button-next{
     right: 0;
     left: auto;
    background: url(/static/cfa2/img/20ryicon60.png) center center no-repeat;
   background-size:50%;
 }
 .livelist .swiper-button-next, 
 .livelist .swiper-button-prev{
     position: absolute;
     top: 0;
     width: 5rem;
     height: 46rem;
     z-index: 10;
     cursor: pointer;
   /*     background-size: 2.7rem 4.4rem;
     background-position: center;
     background-repeat: no-repeat;*/
     background-color: #fff;
     right: 0;
     margin-top: 0;
     opacity: 1; 
 }
 
 .livelist .wapper .all_live{
     display: block;
     width: 16.6rem;
 	height: 4.2rem;
 	background-color: #e04946;
     border-radius: 0.5rem;
     font-size: 1.6rem;
 	font-weight: normal;
 	font-stretch: normal;
 	letter-spacing: 0px;
     color: #ffffff;
     text-align: center;
     line-height: 4.2rem;
     margin: 5rem auto;
 }
 
 
 
/*书籍广告*/
.tobook{
	width: 100%;
	margin-top: 4rem;
	height: 14rem;
	border-top: 1px solid transparent;
	background: url(../images/tobook01.png) center center no-repeat;
	background-size: cover;
}
.tobook>div{
	margin: 4rem auto 0;
	width: 59.5rem;
	height: 6.7rem;
	border: 1px solid #FFFFFF;
	border-radius: 3.4rem;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
.tobook>div>span{
	height: 4.5rem;
	font-size:4.2rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 4.5rem;
}
.tobook>div>p{
	width: 39rem;
	height: 4.2rem;
	background: #FFFFFF;
	border-radius: 21px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
.tobook>div>p .textspan{
	height: 3rem;
	font-size:3rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #3840D8;
	line-height: 3rem;
}
.tobook>div>p>a{
	width: 3.2rem;
	height: 3.2rem;
	background: #3840D8;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 3.2rem;
}
 /* 师资团队 */
 .teacherteam {
 	margin-top: 6.3rem;
 }
 .teacherteam h2 {
	text-align: center;
	height: 4rem;
	font-size: 3.6rem;
	font-weight: 400;
	color: #333333;
	line-height: 4rem;
 }
 
.teacherteam .flash4 {
  width: 100%;
  height: 34.6rem;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
  padding: 0.2rem;
}
.teacherteam .flash4 ul li {
 /* width: 240px;
  width: 190px; */
  width:16.6%;
  height: 34.7rem;
  position: relative;
  padding: 0.1rem;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.teacherteam .flash4 ul li .imgTop img {
  opacity: 1;
  width: 25.8rem;
  height: 33.6rem;
  border: 0.5rem solid #fafafa;
  box-shadow: #ccc 0 0 1rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  float: left;
  display: inline;
  background: #656982;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.teacherteam .flash4 ul li .imgTop img.tm {
  opacity: 1;
}
.teacherteam .flash4 ul li .imgTop .teacher_intro {
width:-webkit-calc(100% - 25.8rem); 
width:-moz-calc(100% - 25.8rem); 
width:calc(100% - 25.8rem); 
  height: 32.2rem;
  box-shadow: #ccc 0 0 1rem;
  float: right;
  display: inline;
  margin: 1.3rem 0 0 -0.5rem;
  padding: 2rem 2.4rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.teacherteam .flash4 ul li .imgTop .teacher_intro p.tea_name {
	color: #2a4c7e;
	font-weight: bold;
	font-size: 3rem;
	height: 4rem;
	line-height: 4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.teacherteam .flash4 ul li .imgTop .teacher_intro .tea_honor {
  *zoom: 1;
}
.teacherteam .flash4 ul li .imgTop .teacher_intro .tea_honor:before,
.teacherteam .flash4 ul li .imgTop .teacher_intro .tea_honor:after {
  display: table;
  content: "";
}
.teacherteam .flash4 ul li .imgTop .teacher_intro .tea_honor:after {
  clear: both;
}
.teacherteam .flash4 ul li .imgTop .teacher_intro .tea_honor p {
	font-size: 1.6rem;
	color: #2a4c7e;
	line-height: 3.6rem;
	height: 3.6rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.teacherteam .flash4 ul li .imgTop .teacher_intro .tea_honor p i {
  font-style: normal;
}
.teacherteam .flash4 ul li .imgTop .teacher_intro p.tea_intro {
  font-size: 1.4rem;
  color: #666;
  line-height: 2.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.teacherteam .flash4 ul .first {
  width: 61.6rem;
}
.teacherteam .flash4 ul .fast {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
 
 /*五大保障*/
.guarantee{
	margin-top:6rem;	
}
.guarantee h2{
	text-align: center;
	font-size: 3.6rem;
	font-weight: 400;
	color: #333333;
	height: 4rem;
	line-height: 4rem;
}
.guarantee .contentbox{
	margin-top: 8rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.guarantee .contentitem{
	width: 23rem;
	height: 34.4rem;
	background: #FFFFFF;
	box-shadow: 0 0.3rem 1rem 0 rgba(231, 231, 231, 0.7);
	border-radius: 1rem;
	border-top: 1px solid transparent;
}
.guarantee .contentitem img{
  display: block;
	margin: 3rem auto 2.5rem;
	width: 8.4rem;
	height: 8.4rem;
    border-radius: 50%;
}
.guarantee .contentitem h4{
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	color: #333333;
	line-height: 2rem;
}
.guarantee .contentitem p{
	text-align: center;
	margin: 2rem auto;
	width: 17rem;
	height: 6rem;
	font-size: 1.4rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 2rem;
}
.guarantee .contentitem:first p{
	line-height: 1.8rem;
}
.guarantee .contentitem a{
	text-align: center;
	display: block;
	margin: 0 auto;
	width: 16rem;
	height: 4.8rem;
	background: #E14946;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 4.8rem;
	color: #FFFFFF;
	cursor: pointer;
}

/*新闻资讯 */
.Consulting{
	margin-top: 6.5rem;
}
.Consulting .title{
	text-align: center;
	font-size: 3.2rem;
	font-weight: 400;
	color: #333333;
	line-height: 4rem;
}
.Consulting .tabhead{
	text-align: center;
	margin-top: 5rem;
}
.Consulting .tabhead span{
	display: inline-block;
	text-align: center;
	width: 12.5rem;
	height: 3.8rem;
	border: 1px solid #E14946;
	border-radius: 0.5rem;
	font-size: 1.8rem;
	font-weight: 400;
	color: #E14946;
	line-height: 3.8rem;
	cursor: pointer;
	margin-right: 2.5rem;
}
.Consulting .tabhead span:last-child{
	margin-right:0rem;
}
.Consulting .tabhead span.active{
	background: #E04946;
	color: #ffffff;
}
.Consulting .tabbody{
	margin-top: 3.5rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.Consulting .tabbody>ul{
	width: 85.7rem;
	height: 52.3rem;
	background: #FFFFFF;
	box-shadow: 0px 0.3rem 1.6rem 0px rgba(231, 231, 231, 0.7);
	border-radius: 0.5rem;
}
.Consulting .tabbody>ul>li{
	width: 85.7rem;
	height: 52.3rem;
	background: #FFFFFF;
	padding:2.7rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.Consulting .tabbody>ul>li>.imgbox{
	width: 32rem;
	height: 46.8rem;
  position: relative;
}
.Consulting .tabbody>ul>li>.imgbox img{
	width: 100%;
    margin:3rem auto 0;
	/*height: 46.8rem;*/
}
.Consulting .tabbody>ul>li>.imgbox .tag{
	width: 20rem;
	height: 6rem;
	background: url(../images/kuang.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	left: -1.5rem;
	top: 4rem;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 7rem;
    letter-spacing: 2px;
    color: #ffffff;
  text-align: center;
    
}	

.Consulting .tabbody>ul>li>.imgbox a{
  display:block;
  margin:5rem auto 0;
	width: 60%;
  text-align: center;
  height: 3.8rem;
	border: 1px solid #E14946;
	border-radius: 0.5rem;
	font-size: 1.8rem;
	font-weight: 400;
	color: #E14946;
   line-height: 3.8rem;
	/*height: 46.8rem;*/
}
.Consulting .tabbody>ul>li>.newbox{
	width: 47rem;
	height: 46.8rem;
}
.Consulting .tabbody>ul>li>.newbox .firstnew{
	width: 47rem;
	height: 14.4rem;
	border-bottom: 1px dashed #cccccc;
}
.Consulting .tabbody>ul>li>.newbox .firstnew>h3{
    text-align: center;
    height: 2rem;
    font-size: 2rem;
    font-weight: bold;
    color: #333333;
    line-height: 2.2rem;
    margin-bottom: 2.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.Consulting .tabbody>ul>li>.newbox .firstnew>p{
	text-align: left;
	height: 9rem;
	font-size: 1.6rem;
	font-weight: 400;
	color: #666666;
	line-height: 3rem;
	position: relative;
	/*text-indent: 3.2rem;*/
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.Consulting .tabbody>ul>li>.newbox .firstnew>p>a{
	position:absolute;
	text-align: center;
	width:8rem;
	font-size: 1.4rem;
	height: 3rem;
	line-height: 3rem;
	right: 0;
	bottom:-0.5rem;
	background-color: #fff;
	color: #666666;
}
.Consulting .tabbody>ul>li>.newbox .othernews{
	display: block;
	width: 47rem;
	height: 4.7rem;
	line-height: 4.7rem;
	border-bottom: 1px dashed #cccccc;
	vertical-align: middle;
	cursor: pointer;
}
.Consulting .tabbody>ul>li>.newbox .othernews i{
	display: inline-block;
	width: 1.7rem;
	height: 1.7rem;
	/*background: #EEEEEE;*/
  background: url(../images/Consulting.png) center center no-repeat;
	background-size: cover;
  vertical-align: middle;
}
.Consulting .tabbody>ul>li>.newbox .othernews .namespan{
	display: inline-block;
  vertical-align: middle;
	width:34rem;
  height: 4.7rem;
  line-height: 4.7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.Consulting .tabbody>ul>li>.newbox .othernews .datespan{
	display: inline-block;
 vertical-align: middle;
	width: 10rem;
    height: 4.7rem;
  line-height: 4.7rem;
}

.Consulting .tabbody>div{
	width: 32rem;
	height: 52.3rem;
	background: #FFFFFF;
	box-shadow: 0px 0.3rem 1.6rem 0px rgba(231, 231, 231, 0.7);
	border-radius: 0.5rem;
}
.Consulting .tabbody .formdiv{
	padding:2rem 3rem;
	box-sizing: border-box;
}
.Consulting .tabbody .formdiv>h4{
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	color: #333333;
	line-height:2.4rem;
}
.Consulting .tabbody .formdiv .classification{
	height: 12rem;
	margin-top: 2.5rem;
}
.Consulting .tabbody .formdiv .classification span{
	float: left;
	text-align: center;
	width: 11.4rem;
	height: 4rem;
	background: #F1F1F1;
	font-size: 1.4rem;
	font-weight: 400;
	color: #666666;
	line-height: 4rem;
	margin-bottom: 1rem;
	cursor: pointer;
}
.Consulting .tabbody .formdiv .classification span:nth-child(2n+2){
    margin-left: 3rem;
}
.Consulting .tabbody .formdiv .formdata{
    padding-top: 0.5rem;
}
.Consulting .tabbody .formdiv .formdata input{
   width: 25.4rem;
   height: 4.2rem;
   font-size: 1.6rem;
   font-weight: 400;
   color: #999999;
   line-height: 4.2rem;
   margin-bottom: 1.5rem;
   text-indent: 1.6rem;
   border: 1px solid #E7E7E7;
}
.Consulting .tabbody .formdiv .formdata .codeinput{
	width: 14.4rem;
}
.Consulting .tabbody .formdiv .formdata .getcode{
	display: inline-block;
	text-align: center;
	margin-left: 1.5rem;
	width: 9rem;
	height: 4.2rem;
	font-size: 1.4rem;
	font-weight: 400;
	color: #FFFFFF;
	background: #E14946;
	border-radius: 0.5rem;
	line-height: 4.2rem;
	cursor: pointer;
}
.Consulting .tabbody .formdiv .btnbox{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
.Consulting .tabbody .formdiv .btnbox span{
	display: inline-block;
	text-align: center;
	width: 11.6rem;
	height: 3.6rem;
	font-size: 1.6rem;
	font-weight: 400;
	color: #E04946;
	border: 1px solid #E04946;
	border-radius: 0.5rem;
	line-height: 3.6rem;
	cursor: pointer;
}
.Consulting .tabbody .formdiv .btnbox .active{
	color: #fff;
	background: #E04946;
}

/* 考试要求 */
.requirement{
	margin-top: 8.6rem;	
}
.requirement .wapper{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.requirement .itembox{
	width: 38rem;
	height: 26rem;
	background: #FFFFFF;
	border-top: 1px solid transparent;
	box-shadow: 0rem 0.3rem 1.6rem 0px rgba(231, 231, 231, 0.7);
	border-radius: 1.5rem;	
	position: relative;
}
.requirement .itembox>img{
	position: absolute;
	left:4rem;
	top:-5.5rem;
	width: 11.2rem;
	height: 11.2rem;
	border-radius: 50%;
}
.requirement .itembox>h2{
	margin: 7rem auto 0;
	width: 32rem;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	color: #333333;
	line-height:4.8rem;
	background: url(../images/requirement04.png) no-repeat left center;
	background-size: contain;
}
.requirement .itembox>p{
	margin:0.5rem auto 0;
	text-align: center;
	width: 24.6rem;
	height: 3.5rem;
	font-size: 1.4rem;
	font-weight: 400;
	color: #333333;
	line-height:1.8rem;
}
.requirement .itembox>a{
	margin:2rem auto 0;
	display: block;
	text-align: center;
	width: 19rem;
	height: 4rem;
	border: 1px solid #E8423A;
	border-radius: 0.5rem;
	font-size: 1.6rem;
	font-weight: 400;
	color: #E8423A;
	line-height: 4rem;
	cursor: pointer;
}
/* 底部表单 */
.ending{
	width: 100%;
	height: 68rem;
	background-color: black;
	border-top: 1px solid transparent;
	margin-top: 5rem;
}
.ending .titlebox{
	margin-top: 6rem;
	text-align: center;
	color: #fff;
}
.ending  .titlebox>h3{
	text-align: center;
	font-size: 4rem;
	font-weight: 400;
	color: #fff;
	line-height: 5rem;
	margin-bottom: 1.5rem;
}
.ending  .titlebox>span{
	display: inline-block;
	width: 16.5rem;
	height: 1rem;
	background: url(../images/ending01.png) no-repeat center center;
	background-size: contain;
	margin-bottom: 1.5rem;
}
.ending .titlebox>h4{
	text-align: center;
	font-size: 1.8rem;
	font-weight: 400;
	color: #fff;
	line-height: 2rem;
}
.ending .ending_bot{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	margin-top: 3.5rem;
}
.ending .ending_bot>div{
	width: 54rem;
	height: 41rem;
	background: #FFFFFF;
	box-shadow: 0px 0.3rem 1.6rem 0px rgba(231, 231, 231, 0.7);
	border-radius: 0.5rem;
	padding:3rem 2rem 1rem;
}
.ending .ending_bot>div .ending_bot_leftTop{
	text-align: center;
	height: 3rem;
	font-size: 2rem;
	font-weight: bold;
	color: #333333;
	line-height: 3rem;
}
.ending .ending_bot>div .ending_ul{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 5.4rem;
	border-bottom: 1px dashed #999999;
}
.ending .ending_bot>div .ending_ul:last-child{
	border-bottom: 1px dashed transparent;
}
.ending .ending_bot>div .ending_ul .namebox{
	max-width: 70%;
	text-indent: 3.5rem;
	font-size: 1.4rem;
	font-weight: 400;
	color: #333333;
	height: 2.8rem;
	line-height: 2.8rem;
	background: url(../images/ending03.png) no-repeat left center;
	background-size: 14px 12px;
}
.ending .ending_bot .ending_bot_right .ending_ul .namebox{
	background: url(../images/ending02.png) no-repeat left center;
	background-size: contain;
}

.ending .ending_bot>div .ending_ul .tomore{
	width: 10rem;
	height: 2.5rem;
	font-size: 1.4rem;
	background: #E14946;
	border-radius: 0.4rem;
	text-align: center;
	color:#fff;
	line-height: 2.5rem;
	cursor: pointer;
}