 * {
 	padding: 0px;
 	margin: 0px;
 }
img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
}
 html,
 body {
 	width: 100%
 } 
 .row,
 ul,p {
 	margin: 0;
 	padding: 0;
 	list-style: none;
 }

 img {
 	vertical-align: middle
 }

 .container-fluid {
 	padding-right: 0px;
 	padding-left: 0px;
 	overflow: hidden;
 }

.swiper-pagination-bullet-active {
    opacity: 1; 
	width:20px;
	border-radius:10px;
    background: linear-gradient(to right, #ebba26, #eb0000);
}
 .page {
 	width: 100%;
 	min-width: 1200px;
 	margin: 0 auto;
	overflow: hidden;
 /* 	background-color: #f8f8f8; */
 }

 .pageF9 {
	 background-color: #f9f9f9;
 }
 .content {
 	width: 1200px;
 	margin: 0 auto;
 	position: relative
 }

 .content img.img-responsive {
 	margin: 0 auto
 }

 a,
 a:hover {
 	color: #333;
 	text-decoration: none;
 }

 .banner-box {
 	width: 100%;
 	min-width: 1200px;
 	overflow: hidden;
 }

 .carousel-inner>.item>img {
 	width: 100%
 }

 .row::after {
 	content: '';
 	clear: both;
 	display: block;
 	height: 0;
 	overflow: hidden;
 	visibility: hidden;
 }
.imgCenter{
	height:100%;display:block;position: absolute;left: 50%; right: 50%;  transform:translate(-50%,0%)
}
 .row {
 	zoom: 1;
 }

 .over-hidden {
 	overflow: hidden;
 }

 .transition {
 	-moz-transition: all .3s;
 	-webkit-transition: all .3s;
 	-o-transition: all .3s;
 	-ms-transition: all .3s;
 	transition: all .3s;
 }

ul::-webkit-scrollbar {width: 3px;height: 1px;}
ul::-webkit-scrollbar-track {background: rgba(255,255,255,.3);}
ul::-webkit-scrollbar-thumb {background: rgba(255,255,255,.5);}
 .overflow-1 {
 	overflow: hidden;
 	text-overflow: ellipsis;
 	display: -webkit-box;
 	-webkit-line-clamp: 1;
 	-webkit-box-orient: vertical;
 }

 .overflow-2 {
 	overflow: hidden;
 	text-overflow: ellipsis;
 	display: -webkit-box;
 	-webkit-line-clamp: 2;
 	-webkit-box-orient: vertical;
 }

 .overflow-3 {
 	overflow: hidden;
 	text-overflow: ellipsis;
 	display: -webkit-box;
 	-webkit-line-clamp: 3;
 	-webkit-box-orient: vertical;
 }
  .overflow-5 {
 	overflow: hidden;
 	text-overflow: ellipsis;
 	display: -webkit-box;
 	-webkit-line-clamp: 5;
 	-webkit-box-orient: vertical;
 }
 .overflow-6{ 
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
 }
 .block{
	 display:block
 }

 
 /*头部 导航*/

 .navbox {
	 background:#fff;
 	position: relative;  
 	box-shadow: 0 0px 5px #e0e0e0;
z-index:999;
width:100%; 
 }


 .navbox.fixed {
 	position: fixed;
 	top: 0;
 	width: 100%;
 	min-width: 1200px;
 	z-index: 1000;
	background-color: #fff;
 }
 
 
 
 .navbox.fixed .navCon{background-color: #fff;}
 
 .navCon .Logo { 
 	height: 60px;
 	margin: 10px 60px 10px 50px ;
 	float: left
 } 
 .navCon .Logo img {
 	height:100%
 } 

 .navCon .navList {
 	height: 80px;
 	float: left; 
 }

 .navCon .navList .item {
	 position:relative;
 	line-height: 80px;
 	font-size: 18px;
 	color: #333;
 	height: 80px;
 	display: inline-block;
 }
.navCon .navList .item:nth-child(2){
display:none
}
 .navCon .navList .item a{
 	padding: 0 20px;
	display:block;
	color:#333
 }
 .navCon .navList .item.on a {
	 color:#eb0000
 }

 .navCon .navList .item.on::before{
	 content:'';
	 position:absolute;
	 bottom:0;
	 left:0;
	 right:0;
	 margin:auto;
     width: 0;
	 height: 0;
	 border-top: 6px solid transparent; 
	 border-right: 6px solid transparent;
	 border-left: 6px solid transparent;
	 border-bottom: 6px solid #eb0000;  
	 }

 .navCon .loginBtn {
 	width: auto;
 	padding: 0 20px;
 	border-radius: 100px;
 	position: absolute;
 	right: 20px;
 	top: 0;
 	bottom: 0;
 	margin: auto;
 	line-height: 40px;
 	height: 40px;
 	color: #fff;
 	background: linear-gradient(to right, #ff2727, #ff4040);

 }

 .navCon .loginBtn:hover {
 	background: linear-gradient(to right, #ff2727, #ff4040)
 }


 .navCon .navListTop {
 	height: 44px;
 	float: left; 
 }

 .navCon .navListTop .item {
	 position:relative;
 	line-height: 44px;
 	font-size: 14px;
 	color: #fff;
 	height: 44px;
 	display: inline-block;
	border-right: 2px solid #3a3a3a ;
	padding: 0 20px;
 }

.navCon .navListTop .item:hover {
	/* top: -10px; */
	cursor: pointer;
	color:#be150e;
	font-size: 16px;
 }

  .navCon .navListTop .item:nth-child(1){
	border-left: 2px solid #3a3a3a;
 }
 .navCon .navListTop .item.on {
	 color:#eb0000;
	 font-size: 16px;
 }
 .navCon .navListTop .item a{
 	padding: 0 20px;
	display:block;
	color:#333
 }
 .navCon .navListTop .item.on a {
	 color:#eb0000
 }
 .navCon .appitem{
 	line-height: 44px;
 	font-size: 14px;
 	color: #333;
 	height: 44px;
 	display: inline-block;
	border-right: 2px solid #3a3a3a ;
	padding: 0 20px;
 }
 .navCon .appitem a{
 	color: #fff;
 }
 .navCon .appitem a:hover{
 	color: #eb0000;
 }
.navCon .badPhone {
 	width: auto;
 	position: absolute;
 	right: 260px;
 	top: 0;
 	bottom: 0;
 	margin: auto;
 	line-height: 40px;
 	height: 40px;
 	color: #fff;
	font-size: 14px;
 }
 .navCon .badPhone .phoneImg {
	display: inline-block;
 	background: url("../images/topImg4.png") no-repeat center;
    background-size: 34px;
    width: 33px
 }

 .navCon .verLine {
 	width: 1px;
 	position: absolute;
 	right: 215px;
 	top: 8px;
 	bottom: 0;
 	line-height: 30px;
 	height: 30px;
 	background: #767676;
 }

 .navCon .badChannel {
 	width: auto;
 	position: absolute;
 	right: 20px;
 	top: 0;
 	bottom: 0;
 	margin: auto;
 	line-height: 40px;
 	height: 40px;
 	color: #fff;
	font-size: 14px
 }
 
 .navCon .badChannel .channelBtn {
 	border-bottom: 1px solid #fff;
	margin-left: 30px;
	color: #fff;
 }
 .navCon .badChannel .channelBtn:hover {
 	border-bottom: 1px solid #FF2727;
	margin-left: 30px;
	color: #ff2727;
 }

 /* 质检 */
	.qua-inspection{
		/* width: 100%;
		min-width: 1200px; */
		padding: 20px 0 60px;
	}
	.qua-inspection .wrapper{
		padding: 30px 40px 100px 40px;
		background-color: #fff;
		box-sizing: border-box;
	}
	.qua-inspection .insp-form{
		width: 680px;
		height: 42px;
		margin: 0 auto 160px;
		padding-top: 80px;
	}
	.qua-inspection .insp-form input:focus{
		/* border: none; */
		outline: none;
	}
	.qua-inspection .insp-form .insp-inp{
		display: block;
		width: 580px;
		height: 42px;
		padding: 0 20px 0 30px;
		border: 1px solid #3799ff;
		border-radius: 4px 0 0 4px;
		font-size: 14px;
		line-height: 42px;
		color: #999;
		background: url("../images/insp-inp.png") no-repeat left;
		background-position: 10px;
		box-sizing: border-box;
	}
	.qua-inspection .insp-form .insp-btn{
		display: block;
		width: 100px;
		height: 42px;
		border-radius: 0 4px 4px 0;
		font-size: 14px;
		line-height: 42px;
		color: #fff;
		text-align: center;
		background-color: #3799ff;
	}
	.qua-inspection .insp-form .insp-btn:hover{
		background-color: #3289e4;
	}

	.result{
		display: none;
		width: 100%;
		margin-bottom: 80px;
	}
	.result .result-data{
		width: 450px;
		height: 140px;
		margin: 0 auto;
		padding: 20px 30px;
		border: 1px solid #dcdfe6;
		border-radius: 10px;
		text-align: center;
		box-sizing: border-box;
	}
	.result .result-data .data-title{
		line-height: 50px;
	}
	.result .result-data .data-title i{
		display: inline-block;
		width: 26px;
		height: 26px;
		margin-top: -6px;
		background: url("../images/insp-result.jpg") no-repeat center/100%;
		vertical-align: middle;
	}
	.result .result-data .data-title span{
		display: inline-block;
		font-size: 22px;
	}

	.result .result-data .data-tip{
		font-size: 18px;
		line-height: 30px;
	}
	.result .result-data .data-info{
		display: none;
		font-weight: 600;
		font-size: 14px;
		line-height: 18px;
		color: #000;
	}
	.qua-inspection .insp-tip{
		width: 1010px;
		height: 150px;
		margin: 0 auto;
	}
	.qua-inspection .insp-tip .tip-item{
		width: 448px;
		height: 150px;
		padding: 25px 45px;
		box-shadow: 10px 10px 15px -20px #5e5e5e;
		box-sizing: border-box;
	}
	.qua-inspection .insp-tip .tip-item .item-img{
		width: 100px;
		height: 100px;
		margin-right: 15px;
	}
	.qua-inspection .insp-tip .tip-item .item-img img{
		display: block;
		width: 100%;
	}
	.qua-inspection .insp-tip .tip-item .item-info .info-title{
		font-size: 18px;
		line-height: 34px;
		font-weight: bold;
	}
	.qua-inspection .insp-tip .tip-item .item-info .info-title i{
		display: inline-block;
		margin-left: 8px;
		border:  6px solid;
		border-color: transparent transparent transparent #000;
	}
	.qua-inspection .insp-tip .tip-item .item-info .info-detail{
		font-size: 16px;
		line-height: 28px;
	}

	/* 投诉 */
	.complaint{
		width: 100%;
		min-width: 1200px;
		padding: 20px 0 60px;
	}
	.complaint .wrapper{
		padding: 30px 40px;
		background-color: #fff;
		box-sizing: border-box;
	}
	.complaint .comp-form .form-item{
		margin-bottom: 30px;
		font-size: 0;
	}
	.complaint .comp-form .form-item input:focus{
		outline: none;
	}
	.complaint .comp-form .form-item .item-tag{
		display: inline-block;
		width: 80px;
		margin-right: 30px;
		font-size: 14px;
		color: #666;
	}
	.complaint .comp-form .form-item .desc-tag,
	.complaint .comp-form .form-item .file-tag{
		vertical-align: top;
	}

	.complaint .comp-form .form-item .item-inp[type="text"]{
		display: inline-block;
		width: 200px;
		height: 40px;
		padding: 0 30px 0 12px;
		border: 1px solid #d1d1d1;
		font-size: 14px;
		line-height: 40px;
		color: #666;
		box-sizing: border-box;
	}
	.complaint .comp-form .form-item .desc-text{
		position: relative;
		display: inline-block;
	}
	.complaint .comp-form .form-item .desc-text textarea{
		width: 760px;
		height: 100px;
		padding: 12px 30px 12px 12px;
		border:1px solid #d1d1d1;
		font-size: 14px;
		color: #333;
		resize: none;
		outline: 0;
		box-sizing: border-box;
	}
	.complaint .comp-form .form-item .desc-text .desc-tip{
		position: absolute;
		bottom: 10px;
		right: 10px;
		font-size: 14px;
		color: #999;
	}
	.complaint .comp-form .form-item .file{
		display: inline-block;
	}
	.complaint .comp-form .form-item .file .file-tip{
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 1.5;
		color: #999;
	}
	.complaint .comp-form .form-item .file .file-buffer{
		height: 80px;
	}
	.complaint .comp-form .form-item .file .file-buffer .buffer{
		float: left;
		width: 80px;
		height: 80px;
		margin-right: 20px;
		cursor: pointer;
	}
	.complaint .comp-form .form-item .file .pic-icon{
		width: 80px;
		height: 80px;
		background: url("../images/uploadbg.png") no-repeat center #fff;
		background-position: 0 0;
	}
	.complaint .comp-form .form-item .file input{
		display: none;
	}
	.complaint .comp-form .form-item .file .img-pre{
		position: relative;
		display: none;
		width: 80px;
		height: 80px;
	}
	.complaint .comp-form .form-item .file img{
		width: 80px;
		height: 80px;
	}
	.complaint .comp-form .form-item .file .img-pre .delete-icon{
		position: absolute;
		top: -8px;
		right: -8px;
		display: block;
		width: 16px;
		height: 16px;
		background: url("../images/delete-icon.png") no-repeat center;
		background-size: 100%;
		cursor: pointer;
	}
	.complaint .comp-form .form-item .file .pic-icon:hover{
		background-position: 0px -86px;
	}
	.complaint .comp-form .btn{
		display: block;
		width: 200px;
		height: 42px;
		margin: 0 0 20px 110px;
		font-size: 14px;
		line-height: 32px;
		color: #fff;
		text-align: center;
		background-color: #3799ff;
		outline: none;
	}
	.complaint .comp-form .btn:hover{
		background-color: #3289e4;
	}
	.complaint .comp-form .notice{
		padding-left: 110px;
		font-size: 12px;
		color: #999;
	}
	.complaint .comp-form .notice span{
		color: #c90001;
	}

 /*底部*/
 .footer {
 	padding:80px 0 50px;
	background: linear-gradient(to right, #182030, #241d28);
 	color: #e2e2e2;
 }

 .bei {
 	text-align: center
 }

 .footer a {
 	color: #c5c5c5;
 }

 .footList {
 	margin-bottom: 40px;
	margin-left: 50px;
 }

 .footList .item {
 	display: inline-block;
 	vertical-align: top;
 }

 .footList .item.tel {
 	width: 490px;
 	padding-top: 54px
 }

 .footList .item.new {
 	width: 190px
 }

  .footList .item.new p {
 	line-height: 2;
 }

 .footList .item.about {
 	width: 210px
 }
 .footList .item.about p {
 	line-height: 2;
 }

 .footList .item.help {
 	width: 235px
 }
 .footList .item.help p {
 	line-height: 2;
 }

 .footList .item.app {
 	width: 330px;
 }

 .footList .item h4 {
 	font-size: 18px;
 	margin-bottom: 20px
 }

 .footList .item.app .appbox {
 	display: inline-block;
 	vertical-align: middle;
 	width: 100px;
 	margin-right: 30px;
 	text-align: center;
 }

 .footList .item.app .appbox:last-child {
 	margin-right: 0%
 }

 .footList .item.app .appbox .imgbox {
 	width:100px;
 	height: 100px;
 	margin-bottom: 10px;
 	overflow: hidden;
 }

 .footList .telBox {
 	font-size: 16px;
 }

 .footList .telicon {
 	display: inline-block;
 	height: 30px;
 	margin-right: 10px;
 }

 .footList .telBox .num {
 	font-size: 22px;
 	margin-bottom: 10px
 }

 .footList .item.app .appbox .imgbox img {
 	width: 100%
 }

 /*标题*/
 .head-titlebox{
	color:#000;
	margin:40px auto;
	font-size:26px;
	text-align:center;
 } 
 .head-titlebox .en{
	color:#878787; 
	position:relative; 
 }
 .head-titlebox .title::after{
	content:'';
	position:absolute;
	left:0;right:0;
	top:60px;
	margin:auto;
	height:4px;
	width:100px;
	border-radius:4px; 
	background: linear-gradient(to right, #eb0000, #eb0000);
 }
 
 .head-titlebox .title{font-weight:bold;margin:30px auto 20px}
 .head-titlebox .desc-mini{
	 font-size:16px
 }
 
 
 
 /*banner*/
 .banners{height:630px;position:relative}
 .banners .swiper {
   width: 100%;
   height: 100%;
 } 
 .banners .swiper-slide {
   text-align: center;
   font-size: 18px;
   background: #fff;
   display: flex;
   justify-content: center;
   align-items: center;
 }

 .banners .swiper-slide .bannerImg {
   display: block;
   width: 100%; 
   height: auto;
   margin:0 auto
 }
 
	 
	/*首页-精选模块化学习，科学规划每一步*/ 
	.ScientificList{
		margin:40px auto;
		text-align: center;
	}
	.ScientificList .item{
		display:inline-block;
		width:20%;
		margin:20px 2%;
		border-radius:10px;
		padding:30px 0;
		background-color: #fff;
		box-shadow: 0 0 20px rgba(251, 127 ,1 , .15) ;
		color:#555555;
		font-size:18px;
		line-height: 1.5;
	}
	
	.ScientificList .item .imgBox{
		width:58px;
		height:58px;
		margin:0 auto 20px;
		
	}
	
	.ScientificList .item .imgBox img{
		display: block;
		margin:0 auto;
		max-width: 100%;
		max-height:100%;
	}
	
	 
	/*首页-优选行业好老师，实力助力考试成功*/
	.teacher{
		background:#fafafa
	}
	 
	 
	 
	 
	
	/*首页-多种品质好课，让你学有所获 */
	.CourseList{
		margin:40px auto; 
	}
	.CourseList .item{
		display: block;
		position: relative;
		top:0;
		float:left;
		width:30%;
		margin:20px 1.65% 50px; 
	}
	.CourseList .item:hover { 
		top:-10px;
		cursor: pointer;
	}
	
	.CourseList .item img{
		max-width: 100%;
    height:auto;
		display: block;
	}
	.CourseList .item .imgBox{
		width:100%;
		height:150px; 
		position:relative;
		border-radius:5px 5px 0 0; 
		overflow: hidden;
	} 
	.CourseList .item .imgBox img{
		display: block;
		width:100%
	}
	.CourseList .item .conBox{ 
		width:100%;
		margin:-30px auto;
		padding:50px 25px 30px;
		box-shadow: 0 0 20px rgba(251, 127 ,1 , .15) ;
		border-radius: 10px;
	}
	
	.CourseList .item .conBox .title{
		text-align: left;
		font-size:20px;
		color:#333333;
		font-weight:bold;
		margin-bottom:15px;
	}
	.CourseList .item .conBox .price{
		display: inline-block;
		text-align: left;
		font-size:20px;
		color:#333333;
		margin-bottom:15px;
	}
	.CourseList .item .conBox .desc{
		color:#888888;
		line-height:1.7;
		height:100px;
		overflow: hidden;
		font-size:14px;
		margin-bottom:20px;
	}
	.CourseList .item .conBox .btn{
		width:100px;
		height:30px;
		line-height: 30px;
		padding:0;
		font-size:14px;
		background:#be150e;
		color: #fff;
		text-align: center;
		border:1px solid #be150e;
		border-radius:50px;
		margin:0 auto;
		float: right;
	}
	.CourseList .item:hover .conBox .btn{
		background: linear-gradient(to right, #ff2727, #ff4040); 
		border:0;
		color:#fff
	}
		
		
	/*首页-智能在线学习，全程贴心服务*/
	.online{
		background: url(../images/onlineBg.png) no-repeat center center;
	}
	.online .mobile{
		position:absolute;
		left:0px;
		bottom:30px;
	}
	.online .onlineList{
		width:1200px;
		margin-bottom:40px
	} 
	.online .onlineList .item{
		width:16%;
		float:left;
		margin:0 0 48px;
		color:#3b3b3b;
		padding: 0 35px 20px 35px; 
	} 
	
	.online .onlineList .item:hover{
		background-color: #fff;
		box-shadow: 0 0 20px rgba(251, 127 ,1 , .15) ;
		border-radius: 10px;
	}
	.online .onlineList .item .iconBox{
		width:100%;height:66px;
		margin: 30px auto 0px
	} 
	.online .onlineList .item .iconBox img{
		display: block;
		margin:0 auto
	}
	.online .onlineList .item .title{
		text-align: center;
		font-size:20px;
		font-weight: bold;
	}
	.online .onlineList .item .desc{
	    font-size:16px;
	}
	 
	.online .onlineConList{
		width:630px;
		margin-left:570px;
		margin-bottom:0px
	} 
	
	.online .onlineConList .item{
		float:left;
		margin:0 0 15px;
		color:#3b3b3b;
		padding: 0 35px 25px 35px; 
	} 
	.online .onlineConList .item .title{
		text-align: left;
		font-size:20px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.online .onlineConList .item .desc{
	    font-size:16px;
	}
	 
	 
	/*首页- 真实学员在线反馈，报名就是肯定  */
	.StudentList{
		margin:40px auto;
	}
	.StudentList .item{
		top:0;
		margin :30px auto ;
		position:relative;
		margin-right:8%;
		width:23%;
		border-radius:40px;
		background-color: #EB0000;
		/* box-shadow:-3px 8px 10px 0 rgba(231, 231, 231 ,.37); */
		padding:30px 30px 40px 30px;
		float:left
	} 
	.StudentList .item:hover{ 
		top:-10px;
		}
	.StudentList .item:nth-child(3){
		margin-right: 0;
	}
	.StudentList .item:nth-child(1){
		margin-left: 8.3%;
	}
	.StudentList .item .imgBox{
		background-color: #f8f8f8;
		width:82px;
		height:82px;
		border-radius:50%;
		overflow:hidden;
		margin: auto
	} 
	.StudentList .item .imgBox img{width:100%;display: block;}
	
	.StudentList .item .name{ 
		font-size:22px;
		color:#fff;
		margin-bottom:10px;
		margin-top: 20px;
		text-align: center;
	}
	
	.StudentList .item .desc{
		color:#fff;
		min-height: 130px;
		line-height: 1.7;
		font-size:16px;
	}
	
	.StudentList .item .name .class{
		text-decoration: underline;
		font-style:oblique;
		margin-left:15px
	}
	.backline{
		background: #EF7A00;
		height: 185px;
		width: 100%;
		top: 48%;
		position: absolute;
		z-index: -1;
	}
	
	
	
	/*首页- 最新资讯 */
	.newsNavList{
		margin:30px auto;
		font-size:22px;
		color:#888888
	}
	.newsNavList .item{
		display: inline-block;
		margin:0 15px;
		padding:0 10px;
		border-bottom:4px solid transparent;
		line-height:2.6;
	}
	.newsNavList .item:hover{
		color:#be150e;
		cursor: pointer;;
	}
	
	.newsNavList .item.on{
		color:#be150e; 
		border-bottom:4px solid #be150e;
	}  
	
	.newsList {
		margin-bottom: 60px;
	}
	.newsList .item{
		width:46%;
		margin:20px auto;
		float:left;
		margin-right:7%;
		padding:20px; 
		border-radius: 5px;
		box-shadow:0px 4px 20px -2px rgba(162, 162, 162 ,.37);
		
	} 
	.newsList .item:nth-child(2n){
		margin-right: 0;
	}
	.newsList .item  .btn{
		width:145px; 
		line-height: 2.4;
		padding:0;
		font-size:14px;
		color:#be150e;
		text-align: center;
		border:1px solid #be150e;
		border-radius:50px;
		margin:0 auto 20px;
		display: block;
		float: right;
	}
	.newsList .item:hover .btn{ 
		background: linear-gradient(to right, #ff2727,#ff4040);
		 border:0;
		color:#fff
	}
	.newsList .item .imgBox{
		width:280px;
		/* overflow: hidden;
		border-radius:10px;   */
		float: left;
		margin-right: 10px;
	}
	.newsList .item .imgBox img{
		width:100%;
		display: block;
	}
	.newsList .item .title{
		font-size:20px;
		color:#252525;
		text-align:center;
		font-weight:bold;
		margin:20px auto 12px;
		width: 220px;
	}
	.newsList .item .desc{
		color:#666;
		font-size:16px;
		line-height: 1.7;
		margin:0 auto 20px
	} 
	.newsbtn{
		width: 90px;
		line-height: 2.4;
		padding: 0;
		font-size: 14px;
		color: #be150e;
		text-align: center;
		border: 1px solid #be150e;
		border-radius: 50px;
		margin: 0 auto 20px;
		display: block;
		/* float: right; */
		position: absolute;
		top: -40px;
		right: 12px;
	}
	.newsbtn:hover{ 
		background: linear-gradient(to right, #ff2727,#ff4040);
		border:0;
		color:#fff
	}
	
	/*首页- 资质荣誉墙  */
	.HonorList{
		margin:40px auto;
	}
	.HonorList .item{
		top:0;
		margin :30px auto ;
		position:relative;
		margin-right:3%;
		width:22.6%;
		border-radius:15px;
		background-color: #EB0000;
		/* box-shadow:-3px 8px 10px 0 rgba(231, 231, 231 ,.37); */
		/* padding:30px 30px 40px 30px; */
		float:left;
		height: 180px;
	} 
	.HonorList .item:hover{ 
		top:-10px;
		}
	.HonorList .item:nth-child(4){
		margin-right: 0;
	}
	.HonorList .item:nth-child(1){
		/* margin-left: 8.3%; */
	}
	.HonorList .item .imgBox{
		background-color: #f8f8f8;
		width:100%;
		height:100%;
		border-radius:5%;
		overflow:hidden;
		margin: auto
	} 
	.HonorList .item .imgBox img{width:100%;display: block;}
	
	/* .HonorList .item .name{ 
		font-size:22px;
		color:#fff;
		margin-bottom:10px;
		margin-top: 20px;
		text-align: center;
	}
	
	.HonorList .item .desc{
		color:#fff;
		min-height: 130px;
		line-height: 1.7;
		font-size:16px;
	}
	
	.HonorList .item .name .class{
		text-decoration: underline;
		font-style:oblique;
		margin-left:15px
	} */

	.titleh4{
		font-size: 24px;
		font-weight: 600;
		margin: 35px 0 0;
	}
	.HonorConList .item{
		top:0;
		margin :30px auto ;
		position:relative;
		margin-right:3%;
		width:17.5%;
		border-radius:15px;
		background-color: #EB0000;
		/* box-shadow:-3px 8px 10px 0 rgba(231, 231, 231 ,.37); */
		/* padding:30px 30px 40px 30px; */
		float:left;
		height: 135px;
	} 
	.HonorConList .item:hover{ 
		top:-10px;
		}
	.HonorConList .item:nth-child(5){
		margin-right: 0;
	}
	.HonorConList .item:nth-child(1){
		/* margin-left: 8.3%; */
	}
	.HonorConList .item .imgBox{
		background-color: #f8f8f8;
		width:100%;
		height:100%;
		border-radius:5%;
		overflow:hidden;
		margin: auto
	} 
	.HonorConList .item .imgBox img{width:100%;display: block;}




	/*活动专区 */
	.ActivityConList .item{
		margin :30px auto ;
		width:100%;
	} 
	.ActivityConList .item .imgBox{
		background-color: #f8f8f8;
		width:100%;
		height:100%;
		border-radius:1%;
		overflow:hidden;
		margin: auto
	} 
	.ActivityConList .item .imgBox img{width:100%;display: block;}


	/*app下载 */
	.activity{
		background: url(../images/download-bc.png) no-repeat bottom center #fff;
	}
	.download {
		height: 795px;
		/* background: url(../images/download-bc.png) no-repeat bottom center #fff; */
		position: relative;
	}
	.download .wrapper{
		height: 795px;
		padding: 100px 0 0 40px;
		box-sizing: border-box;
		display: inline-block;
	}
	.download .downPhone{
		display: inline-block;
		position: absolute;
		top: 36px;
    	right: 70px;
	}
	.download .title{
		height: 96px;
		margin-bottom: 10px;
		/* padding-left: 116px; */
		font-weight: normal;
		font-size: 48px;
		line-height: 96px;
		color: #000;
		/* background: url("../images/app-icon.png") no-repeat left; */
	}
	.download .titleTag{
		height: 30px;
		margin-bottom: 8px;
		font-weight: normal;
		font-size: 26px;
		line-height: 8px;
		color: #000;
	}
	.download .app-info{
		margin-bottom: 52px;
		font-size: 12px;
		line-height: 24px;
		color: #666;
	}
	.download .load-entry{
		height: 148px;
	}
	.fl {
		float: left;
	}
	.fr {
		float: right;
	}
	.download .load-btn{
		margin-right: 30px;
		margin-top: 80px;
		margin-left: -12px;
	}
	.download .load-btn .btn{
		width: 300px;
		height: 70px;
		border-radius: 35px;
		padding-left: 46px;
		font-weight: normal;
		font-size: 22px;
		line-height: 64px;
		color: #fff;
		text-align: center;
		transition: all .3s ease;
		box-sizing: border-box;
	}
	.download .load-btn .ios{
		background: url("../images/downIOS.png") no-repeat left;
		background-color: #BB0D00;
		background-position: 28px;
		background-size: 38px;
		margin-right: 42px;
	}
	.download .load-btn .android{
		background: url("../images/downAnd.png") no-repeat left;
		background-color: #333333;
		background-position: 28px;
		background-size: 38px;
	}
	.download .load-btn .ios:hover{
		background-color: #960b01;
	}

	.download .load-btn .android:hover{
		background-color: #141414;
	}

	.download .load-qrcode{
		position: relative;
		width: 182px;
		height: 148px;
	}
	.download .load-qrcode img{
		width: 114px;
		height: 114px;
	}
	.download .load-qrcode .qr-tip-main{
		display: block;
		position: absolute;
		left: 6px;
		font-size: 20px;
		font-weight: 600;
		line-height: 26px;
		color: #333;
		bottom: -4px;
	}
	.download .load-qrcode .qr-tip-top{
		display: block;
		position: absolute;
		top: -26px;
		left: 18px;
		font-size: 15px;
		line-height: 26px;
		color: #333;
	}
	.download .load-qrcode .qr-tip{
		display: block;
		position: absolute;
		left: 24px;
		font-size: 14px;
		line-height: 26px;
		color: #333;
		bottom: -4px;
	}




	/*首页- ，Msg */
	.Msg{ 
		background:url(../images/msgBg.png)no-repeat center center;
       
	}
	.Msg .MsgTitle,.Msg .MsgDesc{
		text-align: center;
		line-height: 1.5;
		font-size:45px;
		color:#fff; 
	} 
	
	.Msg .MsgTitle{
		margin-top:70px
	}
	.Msg .MsgDesc{
		font-size:38px;
		margin-bottom:80px 
	}
	.Msg .MsgForm{
		margin-bottom:60px
	} 
	.Msg .MsgForm .input{
		width:40%;
		margin:20px 5%;  
		border:2px solid #fff;
		outline: none;
		border-radius:4px;
		background-color: transparent;
		color:#fff;
		font-size:20px;
		float:left;
		line-height:2;
		padding:10px 30px;
	}
	.Msg ::-webkit-input-placeholder { /* WebKit browsers */
	color: #fff;
	}
	.Msg :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #fff;
	}
	.Msg ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #fff;
	}
	.Msg :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #fff;
	}
	
	.Msg .MsgBtn{
		display: block;
		line-height:3;
		border-radius:4px;
		width:40%;
		font-size:24px;
		color:#333;
		text-align:center;
		background-color: #fff;
		margin:0 auto 80px;
		font-weight:bold;
		cursor: pointer; 
	} 
	.Msg .MsgBtn:hover{ 
		line-height:3.2;
		font-size:25px;
		width:42%;
		box-shadow:0px 4px 10px 0px rgba(0, 0 ,0 , .41 )
	}
	
	
	
	
	
	
	/**********************************************************************/
	
	
	
	/*直播课程*/
	.Live{
		padding:40px 0;
	}
	.secondNavBox{
		font-size:22px;
		color:#333; 
		margin-bottom:40px;
	}
	.secondNavBox .itemLi{
		position:relative;
		margin-bottom: 10px;
	}
	.secondNavBox .itemLi .left{
		position: absolute; 
        top:10px;
		left:0;
		font-weight: bold;
	}
	.secondNavBox .itemLi .right{
		position:relative;
		padding-left:130px;
	}
	.secondNavBox .itemLi .right .item{ 
		display: inline-block;
		margin:0 15px 10px;
		padding: 7px 10px;
		border-bottom:4px solid transparent;
		color:#666
	}
	.secondNavBox .itemLi .right .item:hover{ 
		color:#eb0000;
		cursor: pointer;
	}
	.secondNavBox .itemLi .right .item.on{
		border-bottom:4px solid #eb0000 ;
		color:#eb0000;
	}
	
	.LiveList .item{
		position:relative;
		top:0;
		padding:30px 25px;
		background-color: #fff;
		border-radius:20px;
		overflow: hidden;
		margin-bottom:30px;
		box-shadow:0px 8px 20px 0px #ececec ;
		color:#333;
	}
	.LiveList .item:hover{ 
		top:-10px;
	}
	.LiveList .item .imgBox{
		width:380px;
		height:195px;
		border-radius:20px;
		overflow: hidden;
		display:inline-block;
		margin-right:40px;
		float:left
	}
	.LiveList .item .imgBox img{
		width:100%
	}
	
	.LiveList .item .title{
		font-size:26px;
		font-weight: bold;
		min-height: 60px;
		letter-spacing: 1px;
		margin:30px auto 20px;
	}
	.LiveList .item .time{
		line-height: 1.5;
		margin-top:5px;
		font-size:18px;
	} 
	.LiveList .item .btn{
		cursor: pointer;
		position:absolute;
		right:40px;
		top:0;
		bottom:0;
		margin:auto;
		height:40px; 
		line-height:40px; 
		font-size:16px;
		padding:0 30px;
		border-radius:50px;
		background: linear-gradient(to right, #fc720c, #ff8a33); 
        color:#fff;
		overflow: hidden;
		display:block;
	} 
	.LiveList .item .btn:hover{ 
		background: linear-gradient(to right, #fb710b,  #ff5200); 
	}
	
	
	/******************************************************************/
	
	
	/*直播课程-   */ 
	.ClassList{
		margin:20px auto  ;
	}
	.ClassList .item{
		display:block;
		position: relative;
		top:0;
		float:left;
		width:30%;
		margin-right:5%; 
		border-radius:10px;
		background-color: #fff;
		overflow: hidden;
		margin-bottom:40px;
		box-shadow: 0 0 20px rgba(251, 127 ,1 , .15) ;
	}
	.ClassList .item:hover{
		top:-10px
	}
	.ClassList .item:nth-child(3n){
		margin-right: 0;
	} 
	.ClassList .item .imgBox{
		width:100%;
		height:152px;
		overflow: hidden;
	} 
	.ClassList .item .imgBox img{
		width:100%;
		display: block;
	}
	
	.ClassList .item .conBox{
		padding:10px 20px;
		position:relative;
		color:#333
	}
	.ClassList .item .conBox .title{
		font-weight:bold;
		height:42px;
		font-size:24px;
	} 
	.ClassList .item .conBox .price{
		font-weight:bold;
		font-size:30px;
	}
	.ClassList .item .conBox .price small{
		font-weight:bold;
		color:#333 
	}
	.ClassList .item .conBox .btn{
		cursor: pointer;
		position:absolute;
		right:20px; 
		bottom:20px;
		margin:auto;
		height:34px; 
		line-height:34px; 
		font-size:14px;
		padding:0 20px;
		border-radius:50px;
		background: linear-gradient(to right, #fc720c, #ff8a33); 
        color:#fff;
		overflow: hidden;
		display:block;
	} 
	.ClassList .item .conBox .btn:hover{ 
		background: linear-gradient(to right, #fb710b,  #ff5200); 
 
	}
	
	/******************************************************/
	
	
	/*资讯*/
	.News{
		margin:40px auto
	}
	.NewsPageList .item{
		position:relative;
		top:0;
		padding:30px 25px;  
		overflow: hidden; 
		border-top:1px solid #eee;
		color:#333;
	}
	.NewsPageList .item:hover{ 
		top:-10px;
	}
	.NewsPageList .item .imgBox{
		width:380px;
		height:195px;
		border-radius:20px;
		overflow: hidden;
		display:inline-block;
		margin-right:40px;
		float:left
	}
	.NewsPageList .item .imgBox img{
		width:100%
	}
	
	.NewsPageList .item .title{
		font-size:24px;
		line-height:1.5;
		font-weight: bold;
		min-height: 60px;
		letter-spacing: 1px;
		margin:20px auto;
	}
	.NewsPageList .item .desc{
		line-height: 1.5; 
		font-size:20px;
		margin-bottom:20px  ;
		color:#333
	} 
	.NewsPageList .item .time{
		line-height: 1.5; 
		font-size:18px; 
		color:#666
	} 
	.NewsPageList .item .time .icon{
		height:24px;
		display: inline-block;
		vertical-align: middle;
		margin-right:10px;
	}
	.NewsPageList .item .btn{
		cursor: pointer;
		position:absolute;
		right:40px; 
		bottom:30px;
		margin:auto;
		height:40px; 
		line-height:40px; 
		font-size:16px;
		padding:0 30px;
		border-radius:50px;
		background: linear-gradient(to right, #ff2727, #ff4040); 
	    color:#fff;
		overflow: hidden;
		display:block;
	} 
	.NewsPageList .item .btn:hover{ 
		background: linear-gradient(to right, #ff2727,  #ff5d5d); 
	}
	.backArticle{font-size:16px;color:#787878}
	.newsArticle{
		 background-color: #fff;
		 border-radius:15px;padding:40px;
		margin:40px auto 80px
	 }
	.newsArticle .title{color:#333;font-weight:bold;text-align: center;}
	.newsArticle .time{color:#999;font-size:18px;margin:30px auto;text-align: center;}
	.newsArticle .desc{
		font-size:16px;line-height: 1.6; color:#787878 }
	.newsArticle .desc img{max-width:100%;display:block;margin:20px;}
		
	
	/***************************************************************/
	
	
	
	/*关于我们*/
	.aboutBanner {
	    position:relative; 
		background:url(../images/aboutBanner.png)no-repeat center center;
		background-size: cover;
 
	}
	.aboutBanner .content{
		width:84%;
	}
	.aboutBanner .item{
		text-align: center;
		color:#fff;
		font-size:70px;
		width:32%;
		display:inline-block;
		margin:240px auto;
		padding:0 40px;
		font-weight:bold;
		border-right:3px solid #fff
	}
	.aboutBanner .item:nth-child(3n){
		border:0
	}
	.aboutBanner .item .decs{
		font-size:40px;
		font-weight:normal;
	}
	.aboutBox{
		margin:40px auto; 
	}
	.aboutBox .titleBox{
		text-align: center;
		position:relative;
		margin:30px auto 60px;
	}
	.aboutBox .titleBox .zh{
		font-size:30px;
		font-weight: bold; 
		position:relative;
	} 
	.aboutBox .titleBox .en{
		position:absolute;
		font-weight: bold; 
		z-index:-1;
		color:#cccccc;
		font-size:24px;
		left:0;right:0;
		bottom:-17px;
		margin:auto;
	}
	.company .text{
		color:#333333;
		font-size:24px;
		line-height:1.7;
		text-indent: 2em;
		margin-bottom:20px;
	}
	
	
	 
	.aboutBg{
		position:relative;
		margin:200px auto 250px;
		background:url(../images/aboutBg.png)no-repeat center center;
		background-size:auto 100%;
		height:543px; 
		z-index:999;
		display:block
	}
	.History{
		position:relative;
		z-index:999
	}
	.historyList{
		position:absolute;
		top:0;
		left:0;right:0;
		margin:auto; 
	} 
	.historyList .item{
		position:absolute;
		width:19%;
		display:inline-block; 
		padding-bottom:10px;
	}
	.historyList .item:nth-child(2n){ 
		padding-top:15px;
	}
	.historyList .item .imgBox{
		width:110px;
		height:110px;
		border-radius:50%;
		border:8px solid #dd9113; 
		overflow: hidden;
		margin:0 auto;
	}
	.historyList .item .imgBox img{
		height:100%
	}
	.historyList .item .years{
		font-size:24px;
		text-align: center;
		margin:15px auto;
		font-weight:bold;
	}
	.historyList .item .desc{
		font-size:16px;
		line-height:1.6;
		text-indent: 2em;
	}  
	.historyList .item:nth-child(2n-1)::before{
		position:absolute;
		content:"";
		right:-40px;
		top:50px;
		width:20px;
		height:20px;
		background-color:#dd9113 ;
		z-index:-1
	}
	.historyList .item:nth-child(2n-1)::after{
		position:absolute;
		content:"";
		right:-32px; 
		visibility: visible;
		top:50px;
		width:4px;
		height:100%;
		background-color:#dd9113 ;
		z-index:-1
	}
	.historyList .item:nth-child(2n)::before{
		position:absolute;
		content:"";
		right:-40px;
		bottom:100px;
		width:20px;
		height:20px;
		background-color:#dd9113 ;
		z-index:-1
	}
	.historyList .item:nth-child(2n)::after{
		position:absolute;
		content:"";
		right:-32px; 
		visibility: visible;
		bottom:100px;
		width:4px;
		height:100%;
		background-color:#dd9113 ;
		z-index:-1
	} 
	.historyList .item:nth-child(1){
		top:140px;
		left:-40px;
	}
	.historyList .item:nth-child(2){
		top:580px;
		left:20px;
	}
	.historyList .item:nth-child(3){
		top:170px;
		left:320px;
	}
	.historyList .item:nth-child(4){
		top:680px;
		left:440px;
	}
	.historyList .item:nth-child(5){
		top:130px;
		left:660px;
	}
	.historyList .item:nth-child(6){
		top:560px;
		left:880px;
	}
	.historyList .item:nth-child(7){
		top:120px;
		left:1000px;
	}
	
	
	
	
	
	 
	
	
	/*首页-师资*/
	 .teachers{
		 background:#f9f9f9 ;
		 padding-bottom:30px
	 }
	.teachers .goodList{
		width:1200px;
		margin-bottom:40px
	} 
	.teachers .goodList .item{
		width:33%;
		float:left;
		margin:15px 0 15px;
		color:#3b3b3b;
		padding: 25px 35px; 
	} 
	
	.teachers .goodList .item:hover{
		background-color: #fff;
		box-shadow: 0 0 20px rgba(251, 127 ,1 , .15) ;
		border-radius: 10px;
	}
	.teachers .goodList .item .iconBox{
		width:38%;height:100px;
		margin: 12px 3px 0 0;
    	float: left;
	} 
	.teachers .goodList .item .iconBox img{
		display: block;
		margin:0 auto;
		box-shadow:0 10px 20px -5px rgb(54 54 54 / 40%)
	}
	.teachers .goodList .item .title{
		text-align: left;
		font-size:20px;
		font-weight: bold;
	}
	.teachers .goodList .item .desc{
	    font-size:16px;
	}


	.teachers .swiper-button-prev,
	.teachers .swiper-button-next {
		top: 220px;
		color:#ff8113
	}
	
	.teachers .swipercCon {
		overflow: hidden;
		position:relative
	}
	
	.teachers .swiper {
		width: 100%;
		height: 100%;
	}
	
	.teachers .swiper-slide {
		text-align: center;
		font-size: 18px;
		display: block;
	}
	
	.teachers .swiper-slide img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.teachers .swiper {
		width: 100%;
		height: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.teachers .swiper-slide {
		background-size: cover;
		background-position: center;
	}
	
	.teachers .myTeaSwiper2 {
		height: 400px;
		width: 100%;
		position:relative;
	}
	
	.teachers .myTeaSwiper {
		width:600px;overflow: hidden;
		height: auto; 
		box-sizing: border-box;  
		position:absolute;
		bottom:50px; 
		left:430px;
	}
	
	.teachers .myTeaSwiper .swiper-slide {
		width: 25%;
		height: 100%;
		opacity: 0.4;
	}
	
	.teachers .myTeaSwiper .swiper-slide-thumb-active {
		opacity: 1;
	}
	
	.teachers .swiper-slide img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.xqTea { 
	    position: relative; 
		background-size: 100% auto;
	}
	
	
	.xqTea .user {
		text-align: left;
		height: 370px;
		width: 90%;
		background: #fff;
		border-radius: 10px;
		margin: 0 auto 0;
		padding: 20px 50px 20px 0; 
		box-shadow:0 10px 20px -5px rgb(54 54 54 / 40%)
	}
	
	.xqTea .user .teacherImg {
		width: 340px;
		height:auto;
		position:absolute;
		bottom:0px;
		float: left;
		border-radius: 10px; 
	}
	
	.xqTea .user .teacherImg img {
		width: 100%; 
		height:auto;
		display: block;
		margin: 0 auto
	}
	
	.xqTea .user .desc { 
	position: relative; 
	margin-left: 370px;
	width: 690px;     
	}
	
	.xqTea .user .desc .name { 
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 2px;
		position: relative;
		margin-bottom: 15px
	} 
	.xqTea .user .desc .name .title{
		background:#ff2727;
		color:#fff;
		border-top-left-radius:30px; 
		border-bottom-right-radius:30px;
		padding:7px 30px; 
		display: inline-block;
		vertical-align: bottom;
		z-index:99;
		position: relative;
	}
	.xqTea .user .desc .name .kc {
		display: inline-block;
		position:relative;
		z-index:0;
		left:-50px;
		padding : 0px 20px  0px 60px;
		max-width: 400px; 
		background: #FF8113;
		color: #fff;
		display: inline-block;
		vertical-align: bottom;
		font-size: 14px;
		line-height: 2.2; 
		border-radius: 20px; 
	}
	
	.xqTea .user .ulList .item{
		color:#878787;
		font-size:15px;
		line-height: 1.5;
		margin-bottom:3px;
	}
	
	 
	.miniXqTea .imgBox {
		 position:relative;
		width:80px;
		height:80px;
		border-radius: 50%;
		overflow: hidden;
		display: block; 
		background:#f8f8f8;
		cursor: pointer;
	}
	
	.miniXqTea .imgBox img {
		display: block;
		width:100%;
		margin: 0 auto;
	}
	 
 
	
		
	.warningIcon{
		height:18px;
		display:inline-block;
		vertical-align: text-bottom;
		margin-right: 5px; 
	}
	/**意见反馈*/
	.MsgPage .form{
		 font-size:18px;
		 padding:60px;
		 margin:60px auto;
		 border-radius:10px;
		 background-color: #fff;
		 box-shadow: 0 0 10px 4px #eee
	} 
	.MsgPage .form .title{
		font-weight: bold;
		font-size:22px;
		margin-bottom:30px;
	}
	
	.MsgPage .form .text{ 
		 overflow:hidden;
		 margin-bottom:30px
	}
	.MsgPage .form textarea{
		 border:0;height:150px;width:100%;resize: none;outline:none;padding:15px;
		 background:transparent
	}
	.MsgPage .form .border{ 
		 outline:none;
		 border-radius:5px; 
		 padding:20px; 
		 border:1px solid #ccc;
    background:  #f8f8f8;
	}
	
	.MsgPage .form .info .border{
		 width:48%;
		 margin-right:4%;
		 float:left
		 }
	.MsgPage .form .info .border:nth-child(2n){
		 margin-right:0
	}
	
	
	.MsgPage .form  .desc{font-size:16px;color: #979797;margin:50px 0 50px 0}
	
	.MsgPage .form  .msgBtn{
		 width:200px;
		 text-align: center;
		 margin:30px auto;
		 border-radius:5px;color:#fff;
		 background-color: #FF2727;
		 font-size:22px;
		 line-height: 60px;
		 cursor:pointer
		 
	}
	
	.MsgPage .form  .msgBtn:hover{
		 background-color: #ff4040;
		 
	}
	
	
	
	
	.zheZhao{
		 display:none;
		 position: fixed;
		 margin: auto;
		 top:0;bottom:0;left:0;right:0;z-index:9999;
		 background:rgba(0,0,0,.5); 
	}
	
	.zheZhao .content{
		 padding:100px 20px 40px;
		 width:750px;
		 height:300px;
		 background-color: #fff;
		 border-radius:10px; 
		 position:absolute;
		 top:0;bottom:0;left:0;right:0; 
	   margin: auto;
		 font-size:20px;
		 text-align: center;
		 color: #747474
	}
	
	.zheZhao  .msgBtn{
		 width:120px;
		 text-align: center;
		 margin:40px auto 0;
		 border-radius:5px;color:#fff;
		 background-color: #fc720c;
		 font-size:18px;
		 line-height: 50px;
		 cursor:pointer
		 
	}
	.zheZhao .msgBtn:hover{
		 background-color: #ff8a33;
		 
	}
	
	.wordList{margin:40px auto}
	.wordList .item{
		padding:40px 0 ;  
		position:relative;
		color:#666;font-size:16px;
		line-height: 1.5;
		border-top:1px solid  #dfdfdf ;
	}
	.wordList .item .user{
		 font-weight: bold;
		position:relative;
		 font-size:20px;
		 color:#333
	}
	.wordList .item .user .time{
		 position:absolute;
		 font-weight: normal;
		 right:20px;
		 top:-20px;
		 font-size:16px;
		 color:#999
	}
	.wordList .item .user .img{
		width:60px;height:60px;
		margin-right:20px;
		border-radius:50%;
		overflow: hidden; 
		display:inline-block;
		vertical-align: middle;
		background-color: #f8f8f8;
	}
	
	.wordList .item .user .img img{
		 width:100%;
		 height:auto
	}
	
	
	.wordList .item .textQA{
		 padding-left:85px;
	}
	
	.wordList .item .textQA .Q{ 
		 margin:20px auto
	}
	.wordList .item .textQA .A{ 
		 background-color: #f8f8f8;
		 padding:20px 20px 20px 30px;
		 margin:30px auto 0;
		 
	}
	.wordList .item .textQA .A .name{
		 font-weight: bold;
		 font-size:20px;
		 margin-bottom:20px;
		 color:#333
	}
	
	.wordList .item .textQA .A .name .time{
		 color:#999;
	   float: right;
		font-weight: normal;
		font-size:16px;}
	
	
	
	
	/*返回顶部*/
	/* .index_right{ position: fixed;  right:10px; bottom:20px; width:80px; height: 250px;z-index:9999;}
	.index_right a{position:relative;display: block;padding-top:15px;width: 80px; height: 80px;border-radius:5px;margin-bottom: 2px; text-align: center;}
	.index_right>a> span{ display: block; width: 80px; text-align: center; font-size: 12px; color: #fff;}
	.index_right >a{ background: #fc720c;} 
	.index_right .online_service{ background: #fc720c;}
	.index_right .online_service span{ line-height:30px;}
	.index_right .code{ background: #fc720c;}
	.index_right> a > span{ line-height: 28px;}
	.hide-codebox{display:none;padding:10px 0;color:#333;width:140px;background:#fff;position:absolute;right:90px;top:0;border:1px solid #ededed;border-radius:5px}
	.hide-codebox::after{content:"";position:absolute;display:block;width:0;height:0;border-width:8px  0 8px 8px;border-style:solid;border-color:transparent transparent transparent #ededed ; position:absolute;top:30px; right:-8px;} 
	.hide-codebox::before{display:block; content:"";position:absolute; width:0;height:0; border-width: 6px 0 6px 6px;border-style: solid;z-index:999;border-color: transparent transparent transparent #fff;position: absolute;top:32px;right: -6px;}
	.hide-codebox img{display: block;margin:0 auto;}
	.index_right a:hover  .hide-codebox{display:block} */
	 
	 .index_right{ position: fixed;  right: 0px; bottom:70px; width:140px; height: auto;z-index:999;}
	 .index_right a{position:relative;display: block; width: 140px; line-height: 50px;border-top-left-radius:30px;border-bottom-left-radius:30px;margin-bottom: 10px; text-align: center;color:#fff;font-size:18px;text-decoration:none; background: linear-gradient(to right, #ff2727, #ff4040)} 
	.index_right a:hover{ background: linear-gradient(to right, #ff2727, #ff5d5d) }
	
	
	
	
	
	
	/*课程详情*/
	.courseArticle{ 
	}
	.courseArticle .courInfos{background-color: #fff;border-radius:15px;padding:30px;margin-bottom: 30px;box-shadow: 0 5px 20px -5px  #e2e2e2;}
	.courseArticle .courInfos .imgbox{
		width:540px;height:300px;overflow: hidden;position:relative;
		border-radius:15px;float:left
	}
	.courseArticle .courInfos .textbox{
		width:550px;height:300px;overflow: hidden;position:relative;float:right
	}
	.courseArticle .courInfos .textbox .name{font-size:32px;font-weight:bold;margin-bottom:40px}
	.courseArticle .courInfos .textbox .desc{position:relative;padding-left:30px;font-size:16px;color:#777;line-height:1.6;margin-top:10px}
	
	.courseArticle .courInfos .textbox .desc::before {
		content: ' ● ';
		position: absolute; 
		left: 10px;
		color: #ba0900;
		top: 0px;
		font-size: 16px;
	 } 
	.courseArticle .courInfos .textbox .price{
		color:#ba0900;
		font-weight: bold;
		position:absolute;
		right:60px;top: 10px;
		font-size:32px;
	}
	.courseArticle .courInfos .textbox .price small{
		font-size:20px
	}
	
	.courseArticle .courInfos .textbox .btns{
		color:#fff;
		background-color: #FF2727; 
		position:absolute;
		right:60px;
		bottom: 0px;
		font-size:18px;
		border-radius:5px;
		display:block;
		padding:5px 30px;
	}
	.courseArticle .courXq{box-shadow: 0 5px 20px -5px #e2e2e2;background-color: #fff;border-radius:15px;padding:30px;margin-bottom:80px}
	.courseArticle .courXq .minTitle{
	font-size:18px;padding-left:10px;border-left:5px solid #fc720c;line-height:1;  }
	.xqInfos{padding:40px 20px;}
	.xqInfos img{max-width:100%;
    height: auto;}
	.xqInfos .ulList{
	
		width:100%;
		margin:40px auto;
		border-radius:10px;overflow: hidden;
		
	}
	
	.xqInfos .ulList .item{
		width:25%;
		float:left;
		min-height:800px;
		height:auto;
		box-sizing: border-box;
		border:1px solid  #e9edff
	}
	.xqInfos .ulList .item .title{
		margin:0 auto;
		font-size:18px;text-align: center;
		background: linear-gradient(to right, #fc720c, #fc720c);
		padding:20px;
		color:#fff; padding:20px;
	}
	.xqInfos .ulList .item .con{
		padding:30px 20px 20px;
	}
	
	.xqInfos .ulList .item .desc{
		line-height: 1.6;
		margin-bottom:20px;
		color: #85878b;font-size:15px;
	}
	.xqInfos .ulList .item .desc .name{
		font-size:17px;
		color:#555555; 
		margin-bottom:5px;
	}
	.xqInfos .ulList .item .desc .name img{display:inline-block;margin-right:10px;
	vertical-align: middle;}
	
	
	
	/**联系我们*/ 
	.MsgPage{position:relative;}
	.MsgPage .contactForm .info  .border {
		display:block  !important;
		float:none !important;
		width:400px  !important;
		margin-bottom:20px
	} 
	.MsgPage .contactForm .info  .border {
		display:block  !important;
		float:none !important;
		width:400px  !important;
		margin-bottom:30px
	}
	
	.MsgPage .contactForm .title{
		margin-bottom:50px
	}
	.MsgPage .contactForm .codeBox{
		font-weight: bold;
		position:absolute;
		right:120px;top:0;bottom:0;margin:auto;
		font-size:16px;
		color:#333;
		text-align: center;
		height:250px;
		letter-spacing: 1px;
	}
	
	.MsgPage .contactForm .codeBox .codeImg{
		width:220px;
		display:block;
		margin-bottom:10px
	}
	.MsgPage .contactForm .msgBtn{
		margin:0
	}
	
	
	
	
	
	
	
	
	/*帮助中心*/
	.helpArticle{padding:60px 0}
	.helpArticle #myTab{float:left;width:300px;background-color: #fff;border-radius:15px}
	.helpArticle #myTab li{width:100%;display:block;color:#666;text-align: center;line-height: 52px ;}
	 .helpArticle #myTab li.title{
		background:linear-gradient(to right, #fc720c, #ffa000);color:#fff;font-weight:bold;font-size:18px;}
	.helpArticle #myTabContent{width:850px;min-height:635px;background-color: #fff;border-radius:15px;float:right;padding:40px;font-size:16px;line-height: 1.6;color:#777}
	 .helpArticle .nav-tabs > li > a{
	   margin-right: 0;}
	 .helpArticle  .nav-tabs > li.active > a,
	 .helpArticle .nav-tabs > li.active > a:hover{color: #555;
	   cursor: default;
	   background-color: #f4f4f4;
	   border: 1px solid transparent;
	   border-radius: 0;
	   margin-right: 0;
	   border-bottom-color: transparent;}
	
	
	 .helpArticle .nav-tabs > li > a:hover{
		color:#fc720c;
	   background-color: transparent;
	   border: 1px solid transparent;
	   border-radius: 0;
	   margin-right: 0;
	   border-bottom-color: transparent;}
	
	 .helpArticle #myTabContent .title{color:#333;font-size:17px;font-weight:bold;margin:40px auto 15px}
	
	.helpArticle #myTabContent p{
		margin-bottom:10px
	}
	.play-title{ margin:40px auto;font-size:16px;cursor: pointer;}
	.play-con{margin-bottom:80px;}
	#courseTitle{font-size:20px;color:#666;padding-left:30px;}
	
	
	
	
	
	/*登录*/
	.Login{
		box-shadow: 0 0 20px -5px #e0e0e0; 
		min-height:500px;
		border-radius: 15px;
		overflow: hidden; 
		margin:80px auto;
		background: url(../images/loginBg.png)no-repeat bottom right;
		background-size:auto 500px;
		padding: 40px 60px
	}
	.Login .title{
		font-size:26px;
		font-weight: bold;
		line-height: 1.5;
		color:#333;
		letter-spacing: 1px;
	}
	.FormList,.formFoot { 
		width:340px;
	}
	.FormList .formBox{
		display: none;
		margin:20px auto;
		position:relative
	} 
	.FormList .formBox:first-child{
		display: block;
	}
	.FormList .tabLogin{cursor: pointer;color:#ff7914;font-size:14px;text-align: right}
	.icon-qh{display: inline-block;width:16px;margin-left: 5px}
	.FormList .formBox .item{
		border-radius: 4px;
		margin-top:15px;
		border:1px solid #dfdfdf;
		padding:5px 20px;
		position:relative
	}
	.FormList input,.FormList button,.FormList select{
		border:0;
		outline:none;
		font-size:16px;
		 height:35px;
		width:100%;
		display:block;
		background-color: transparent;
	}
	.FormList button{ 
		position: absolute;
		right: 0;
		top: 5px;
		margin: auto;
		z-index: 999;
		color: #ff7914;
		width: auto;
		padding: 0 20px;
		font-size: 14px; 
	}
	.FormList .submitBtn{
		width:100%;
		line-height: 2.8;
		background : linear-gradient(to right, #fc720c, #ff8a33);
		color:#fff;
		font-size: 18px;
		letter-spacing: 2px;
		text-align: center;
		margin-top:15px;
		border-radius:4px;
		cursor: pointer;
		
	}
	.FormList .submitBtn:hover{
		background : linear-gradient(to right, #fc720c,#ff9c2b, #ff8a33)
	}
	.formFoot{
		font-size:13px;
		color:#666;
	}
	.formFoot .link{
		display: inline-block;
		cursor: pointer;
		margin-bottom:10px;
	}
	.formFoot .link:nth-child(2){
		float: right;
		color:royalblue
	}
	
	
  @media screen and (max-width:1520px){ 
	.banners{height:470px;position:relative} 
	
	.aboutBanner .item{
		font-size:46px;
		margin:180px auto;
		border-right:2px solid #fff
	} 
	.aboutBanner .item .decs{
		font-size:24px;
	} 
	.aboutBg{ 
		height:405px; 
	}
	.historyList .item .imgBox{
		width:80px;height:80px; 
		border:6px solid #dd9113; 
	}
	.historyList .item .years {
	    font-size: 18px;
		margin: 10px auto;
	}
	.historyList .item {
		width:15.5%
	}
	.historyList .item .desc {
	    font-size: 13px;
	}
	.historyList .item:nth-child(2n-1)::before{
		width:16px;height:16px;
		right:-30px
	} 
	.historyList .item:nth-child(2n-1)::after{
		width:2px;
		right:-23px;
	}
	.historyList .item:nth-child(2n)::before{
		width:16px;height:16px;
		right:-30px
	} 
	.historyList .item:nth-child(2n)::after{
		width:2px;
		height:80%;
		right:-23px;
	}
	.historyList .item:nth-child(1) {
	    top: 150px;
	    left: 90px;
	}
	.historyList .item:nth-child(2) {
	    top: 500px;
	    left: 130px;
	}
	.historyList .item:nth-child(3) {
	    top: 180px;
	    left: 370px;
	}
	.historyList .item:nth-child(4) {
		top: 570px;
		left: 440px;
	}
	.historyList .item:nth-child(5) {
		top: 130px;
		left: 660px;
	}
	.historyList .item:nth-child(6) {
	    top: 480px;
	    left: 810px;
	}
	.historyList .item:nth-child(7) {
		top: 130px;
		left: 920px;
	}
	.aboutBg {  margin: 200px auto 180px;}
	.secondNavBox { font-size: 18px;}
	.secondNavBox .itemLi .right .item.on { border-bottom: 2px solid #eb0000;}
	.secondNavBox .itemLi{ margin-bottom:5px }
	.secondNavBox .itemLi .right .item{
    margin: 0 10px 5px;
    padding: 5px 10px;}
	.secondNavBox .itemLi .right{
		padding-left:110px
	}
	.company .text{
		font-size:20px
	}
	.ScientificList .item{
		font-size:16px
	}
	.newsList .item .title{
		font-size:18px;
	}
	.newsList .item .desc{
		font-size:14px;
	}
	.secondNavBox .itemLi .left{
		top:5px
	}
  }  