/* banner */
.banner{
	width: 100%;
	height: 400px;
	background: url(../images/zyys/banner_bg.png) no-repeat center center #40a2ff;
}
.banner-box{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.logo{
	width: 152px;
	height: 42px;
	margin-top: 24px;
}
.banner-time{
	width: 255px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background: #ebe1e1;
	border-radius: 22px;
	color: #ff5a24;
	font-size: 20px;
	float: right;
	margin-top: 24px;
	margin-right: 100px;
}
.banner-title{
	width: 600px;
	height: 58px;
	line-height: 58px;
	margin: 28px auto 0;
	text-align: center;
	color: #49515e;
	font-size: 36px;
	background: url(../images/zyys/fg_a_line.png) no-repeat center;
}
.banner-center{
	width: 795px;
	margin: 10px auto;
	text-align: center;
	font-size: 72px;
	font-weight: bold;
	color: #3799ff;
    text-shadow: 5px 5px 2px rgba(55,153,255,.5);
	letter-spacing: 20px;
	font-family: sans-serif;
}
.banner-bottom{
	width: 498px;
	height: 60px;
	background: url(../images/zyys/fg_c_bg.png) no-repeat;
	margin: 0 auto;
	margin-top: 20px;
	line-height: 52px;
	font-size: 26px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	padding-left: 30px;
}
/*--------------------subnav start--------------------*/
.subnav{
  width: 100%;
  height: 52px;
  background-color: #3799ff;
}

.subnav ul {
	margin: 0 auto;
	position: relative;
	height: 52px;
}

.subnav ul li {
  position: relative;
  float: left;
  padding: 0 25px;
  font-size: 18px;
  line-height: 52px;
  color: #fff;
  cursor: pointer;
  width: 83px;
}
.side-nav > li{
	width: 133px;
	text-align: center;
}
.gw{
	width: 133px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 52px;
}
.subnav ul li:hover {
  background-color: #3289e4;
}
.subnav ul li.nav-on{
	background-color: #3289e4;
}
.subnav-box{
	position: relative;
}
.subnav-box .more{
	color: #999999;
	padding: 2px 10px;
	border-radius: 10px;
	position: absolute;
	left: 90%;
	bottom: 8px;
	/* border: 1px solid #CCCCCC ; */
}
.subnav-box .more:hover{
	color: #3799ff;
	/* background: #3799ff;; */
}
.subnav-box > ul{
	padding: 40px;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	margin-bottom: 50px;
}
.main-item::-webkit-scrollbar-track {

background-color:red;

-webkit-border-radius: 2em;

-moz-border-radius: 2em;

border-radius:2em;

}

.main-item::-webkit-scrollbar-thumb {

background-color:green;

-webkit-border-radius: 2em;

-moz-border-radius: 2em;

border-radius:2em;

}
.main-item {
	height: 400px;
	overflow-y: auto;
	display: none;
}
.on{
	display: block;
}
.main-item .tag{
	position: relative;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	font-weight: 600;
	font-size: 18px;
	color: #3799ff;
}
p.tag i {
    display: inline-block;
    width: 2px;
    height: 11px;
    margin-right: 10px;
    border-radius: 1px;
    background-color: #3799ff;
    vertical-align: middle;
}
.item-list p{
	font-size: 14px;
	line-height: 28px;
	color: #666;
}
.item-list p:first-child{
	margin-top: 15px;
	margin-bottom: 10px;
}
table,tr,td,th{
	padding: 10px;
	border: 1px solid ;
	border-collapse: collapse;
}
.datet{
	width: 200px;
}
.timet{
	width: 250px;
}
.classt{
	width: 300px;
}
/*--------------------subnav end----------------------*/
/* problem */
.problem-bg{
	width: 100%;
	padding: 20px 0;
	background: url(../images/zyys/bg_02.jpg) repeat top center;
	background-size: 100% 100%;
}
.problem-list{
	margin-left: 50px;
}
.problem-center{
	width: 1200px;
	margin: 0 auto;
}
.problem-img{
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	color: #565af1;
	margin: 20px 0;
}

.pro-img{
	width: 20px;
	font-size: 20px;
	padding: 15px;
	height: 80px;
	float: left;
	background:#2ca7fd ;
	color: #FFFFFF;
	font-weight: 900;
	position: relative;
}
.pro-img span{
	position: absolute;
	top: 45px;
	right: -20px;
	display: block;
	width: 0;
	height: 0;
	border-top: 10px solid #FFFFFF;
	border-right: 10px solid #ffffff;
	border-bottom: 10px solid #FFFFFF;
	border-left: 10px solid #565af1;
}
.pro-txt{
	float: left;
	font-size: 18px;
	font-weight: bold;
	padding: 0 35px;
	width: 400px;
	margin-top: 40px;
}
.pro-txt span{
	color: #3362da;
}
.list{
	width:530px;
	background: #FFFFFF;
	float: left;
	overflow: hidden;
	margin: 20px 0 20px 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.list:hover{
	box-shadow: 1px 1px 8px #565af1;
}
.list:first-child{
	margin-right:50px ;
}
.list:nth-child(3){
	margin-right:50px ;
}
/* zhibo */
.zhibo{
	height: 640px;
	width: 1200px;
	background: url(../images/zyys/part4_bj.png) top center no-repeat #FFFFFF;
	background-size: 100% 100%;
	margin: 0 auto;
	margin-top: 0px;
	position: relative;
	margin-top: 30px;
	border-radius: 50px;
}
.flash{
	margin-left: 69px;
	width: 710px;
	position: relative;
}
.flash-box{
	margin-top: 25px;
	height: 460px;
	cursor: pointer;
	width: 100%;
}
.play{
  width: 100%;
  min-width: 1200px;
}
.form{
	width: 410px;
	margin-top: 75px;
	text-align: center;
}
.form p{
	text-align: center;
	color: #FFFFFF;
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 1px;
}
.form .input{
	background: url(../images/zyys/select.png) no-repeat 300px #fff;
}
.form .input,.form .phone{
	height: 60px;
	line-height: 60px;
	width: 320px;
	color: #999999;
	font-size: 20px;
	border-radius: 25px;
	padding-left: 20px;
	margin: 20px 0;
}
.get-now{
	display: inline-block;
	height: 60px;
	line-height: 60px;
	width: 320px;
	color: #FFFFFF;
	font-size: 20px;
	border-radius: 25px;
	padding-left: 20px;
	margin: 20px 0;
	background: #f65527;
	border-radius: 29px;
	font-weight: bold;
	letter-spacing: 1px;
}
.zhibo-title{
	margin: 0;
}
/* teacher */
.teacher{
	margin: 40px 0;
	width: 100%;
	padding: 20px 0 40px;
	background: #0d125b!important;
}
.teacher img{
	display: block;
}
.vip{
	color: #f0cd7e!important;
}
.teacher-txt{
	width: 950px;
	line-height: 40px;
	background: #fffcf1;
	border-radius: 15px;
	padding:25px 20px 25px 120px;
	font-size: 25px;
	font-weight: bold;
	color: #563c1f;
	margin-left: 40px;
}
.teacher-txt li{
	margin: 0 50px;
}
.teacher-txt .true{
	width: 40px;
	height: 40px;
	margin-right: 20px;
	background: url(../images/zyys/true.png) no-repeat center center;
	background-size: 100% 100%;
}
.yellow{
	color: #3799ff;
}
.money{
	line-height: 76px;
	text-align: center;
	font-size: 18px;
	color: #3362da;
}
.money a{
	border: 1px solid #3362da;
	padding: 2px 15px;
	border-radius: 20px;
}
.money a:hover{
	color: #FFFFFF;
	background: #3362da;
}
.student{
	width: 1200px;
	margin: 0 auto;
}
.zyys .zyys-title{
	position: relative;
	float: left;
	width: 599px;
	height: 84px;
	line-height: 84px;
	text-align: center;
	font-size: 30px;
	color: #FFFFFF;
	margin-bottom: 40px;
	background:linear-gradient(to bottom, #6775ff, #2ca7fd)
}
.zyys-title a{
	display: block;
}
.zyys li:first-child{
	border-right: 1px solid #FFFFFF;
}
.zyys li span{
	position: absolute;
	bottom: -40px;
	left: 280px;
	display: block;
	width: 0;
	height: 0;
	border-top: 20px solid #565af1;
	border-right: 20px solid #FFFFFF;
	border-bottom: 20px solid #FFFFFF;
	border-left: 20px solid #FFFFFF;
}
.zyys-list{
	width: 574px;
	height: 78px;
	border: 1px solid #3799ff;
	border-radius: 10px;
	margin: 0 0 30px 0;
}
.list-left{
	width: 220px;
	height: 78px;
	margin-left: 18px;
	line-height: 78px;
	font-size: 20px;
	color: #3799ff;
}
.list-cen{
	width: 116px;
	height: 78px;
	margin-left: 10px;
	line-height: 78px;
	font-size: 24px;
	color: #3799ff;
}
.list-btn{
	display: block;
	width: 180px;
	height: 48px;
	margin: 15px 20px 0 0;
	line-height: 48px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	border-radius: 39px;
	background: #3799ff;
}
.vip-class{
	background: url(../images/zyys/bg_04.jpg) no-repeat center indigo;
	padding: 20px 0;
}
.vip-class ul{
	width: 1200px;
	margin: 30px auto;
}
.vip-class ul li{
	background: #FFFFFF;
	width: 235px;
	height: 250px;
	padding: 0 20px;
	margin-right: 24px;
	border-bottom: 20px solid #cccccc;
	position: relative;
}
.vip-class ul li .number{
	font-family: "black";
	font-size: 25px;
	text-align: center;
	color: #FFFFFF;
	display: block;
	width: 100px;
	height: 50px;
	line-height: 50px;
	position: relative;
	top: 0;
	margin-left:125px ;
	background: #565af1;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.vip-list h3{
	line-height: 50px;
	font-size: 24px;
	font-weight: 700;
}
.date{
	line-height: 34px;
	font-size: 16px;
}
.bottom{
	position: absolute;
	bottom: -20px;
	left: 0;
	border-bottom:20px solid #2ca7fd;
}
.bottom1{
	width: 30%;
}
.bottom2{
	width: 40%;
}
.bottom3{
	width: 60%;
}
.bottom4{
	width: 100%;
}
.advantage-box{
	background: url(../images/zyys/bg_05_b.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.advantage{
	width: 1200px;
	margin: 0 auto;
	height: 500px;
	padding-top: 40px;
	background: url(../images/zyys/bg_05_c.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.advantage li{
	width: 600px;
	margin: 0 auto;
	line-height: 114px;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
}
.advantage li:first-child{
	width: 510px;
}
.advantage li:nth-child(2){
	width: 630px;
}
.advantage li:nth-child(3){
	width: 700px;
}
.advantage li:nth-child(4){
	width: 530px;
}
/*--------------------msg-form start--------------------*/
.msg-form{
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 100%;
  min-width: 100px;
  height: 150px;
  font-size: 0;
}
.msg-form .wrapper{
  position: relative;
  width: 100%;
  height: 150px;
  margin: 0;
}
.msg-form .wrapper .msg{
  position: relative;
  width: 100%;
  height: 150px;
  background: url(../images/zyys/msg-bg.png) no-repeat center;
}
.msg-form .inp-con{
  position: absolute;
  left: 50%;
  bottom: 17px;
  width: 950px;
  transform: translateX(-44%);
}

.msg-form select,
.msg-form input,
.msg-form a{
  display: inline-block;
  width: 240px;
  height: 36px;
  margin-right: 20px;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 36px;
  color: #666;
  background-color: #fff;
  box-sizing: border-box;
  vertical-align: top;
}
.msg-form select{
  padding: 0 20px;
  background: url(../images/zyys/select.png) no-repeat right #fff;
  background-position: 220px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.msg-form a{
  width: 165px;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  background-color: #3798ff;
}
.msg-form a:hover{
  background-color: #3289e4;
}
.msg-form .msg-close{
  position: relative;
  width: 1200px;
  min-width: 1200px;
  height: 36px;
  margin: 0 auto;
}
.msg-form .msg-close .close-icon{
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  background: url("../images/zyys/msg-close.png") no-repeat center;
  cursor: pointer;
}
.msg-form .gift{
  position: absolute;
  top: -100px;
  left: -100%;
  width: 170px;
  height: 120px;
  background: url(../images/zyys/gift.png) no-repeat center;
  cursor: pointer;
}
/*--------------------msg-form end----------------------*/
.footer{
	text-align: center;
	margin-bottom: 20px;
	font-size: 20px;
}
/* 遮罩 */
.bg-black{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 999;
}
.bg-black-box{
	width: 40%;
	position: absolute;
	top: 15%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.bg-black-box .tab-con{
	padding: 0 50px;	
	background: #FFFFFF;
	line-height: 30px;
	height: 600px;
	border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	overflow-y: scroll;
}
.bg-black-box h3{
	background: #EEEEEE;
	font-size: 18px;
	border-bottom:1px solid #CCCCCC;
	text-indent: 36px;
	line-height: 50px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.bg-black-box h3 .close{
	float: right;
	margin-right: 20px;
	cursor: pointer;
	color: #999999;
}
/*--------------------opt-floating start--------------------*/
.opt-floating{
  display: none;
  position: fixed;
  top: 176px;
  right: 0;
  z-index: 9999;
  width: 60px;
  height: 300px;
  border: 1px solid #eee;
}
.opt-floating ul li{
  width: 60px;
  height: 60px;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  text-align: center;
  background-color: rgba(255, 255, 255, .9);
  box-sizing: border-box;
  cursor: pointer;
  transition: all .3s ease;
}
.opt-floating ul li i{
  display: block;
  width: 30px;
  height: 15px;
  padding: 15px 0 10px;
  margin: 0 auto;
}
.opt-floating .advisory i{
  background: url("../images/zyys/opt-advisory.png") no-repeat center;
  background-size: 22px;
}
.opt-floating .advisory:hover i{
  background-images: url("../images/zyys/opt-advisory-c.png");
}
.opt-floating .audition i{
  background: url("../images/zyys/opt-audition.png") no-repeat center;
  background-size: 22px;
}
.opt-floating .audition:hover i{
  background-images: url("../images/zyys/opt-audition-c.png");
}
.opt-floating .official{
  position: relative;
}
.opt-floating .official .official-qrcode{
  display: none;
  position: absolute;
  top: 0;
  left: -120px;
  width: 120px;
  height: 120px;
  border: 1px solid #eee;
  background: url("../images/zyys/qr-wx.jpg") no-repeat center;
  background-size: 100%;
  box-sizing: border-box;
}
.opt-floating .official i{
  background: url("../images/zyys/opt-wx.png") no-repeat center;
  background-size: 22px;
}
.opt-floating .official:hover i{
  background-images: url("../images/zyys/opt-wx-c.png");
}
.opt-floating .official:hover .official-qrcode{
  display: block;
}
.opt-floating .sign i{
  background: url("../images/zyys/opt-signup.png") no-repeat center;
  background-size: 22px;
}
.opt-floating .sign:hover i{
  background-images: url("../images/zyys/opt-signup-c.png");
}
.opt-floating ul .to-top{
  border-bottom: none;
  color: #fff;
  background-color: #ff6b00;
}
.opt-floating ul .to-top i{
  height: 15px;
  padding: 20px 0 0;
  background: url("../images/zyys/opt-totop.png") no-repeat center;
}
.opt-floating ul li:hover{
  color: #fff;
  background-color: #ff6b00;
}
/*--------------------opt-floating end----------------------*/
 /*entry-footer start*/
.entry-footer{
  width: 100%;
  padding-top: 40px;
  min-width: 1200px;
  background: #fff;
  margin-top: -30px;
}
.entry-footer p{
  font-size: 12px;
  line-height: 28px;
  color: #9698a3;
  text-align: center;
}
.entry-footer p .mid{
  margin: 0 10px;
}
.entry-footer p .police-icon{
  display: inline-block;
  width: 18px;
  height: 20px;
  margin: -3px 6px 0 0;
  background: url("../images/zyys/police-icon.png") no-repeat center;
  vertical-align: middle;
}
.entry-footer .address{
  margin-bottom: 24px;
}
.entry-footer .sites img{
  display: inline-block;
}
.entry-footer .sites img:first-child{
  margin-right: 20px;
}
/*entry-footer end*/
/*--------------------item start-------------------*/
.item{
  width: 100%;
  min-width: 1200px;
  margin-bottom: 20px;
}
.item .wrapper{
  padding: 30px 40px 40px;
  background-color: #fff;
  box-sizing: border-box;
}
.item-title {
    position: relative;
    border-bottom: 2px solid #eee;
	padding-top: 30px;
	margin: 0 30px 30px;
}
.item-title .title-tag {
    position: relative;
    top: 2px;
    height: 53px;
    padding-bottom: 20px;
    border-bottom: 2px solid #3799ff;
    font-weight: normal;
    font-size: 24px;
    color: #000;
    box-sizing: border-box;
}
.item-title span {
    font-size: 14px;
    line-height: 32px;
    color: #666;
    cursor: pointer;
}
.item .item-title{
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 2px solid #eee;
}
.item .item-title .title-tag{
  position: relative;
  top: 2px;
  height: 53px;
  padding-bottom: 20px;
  border-bottom: 2px solid #3799ff;
  font-weight: normal;
  font-size: 24px;
  color: #000;
  box-sizing: border-box;
}
.item .item-title .title-tag i{
  margin-right: 12px;
  font-size: 24px;
  color: #3799ff;
}
.item .item-title .title-tab ul{
  height: 53px;
  padding-left: 74px;
  box-sizing: border-box;
}
.item .item-title .title-tab ul li{
  float: left;
  padding: 0 40px 20px;
  font-size: 14px;
  line-height: 32px;
  cursor: pointer;
}
.item .item-title .title-tab ul li.active{
  color: #3799ff;
}
.item .item-title .title-tab ul li:hover{
  color: #3799ff;
}
.item .item-title span{
  font-size: 14px;
  line-height: 32px;
  color: #666;
  cursor: pointer;
}
.item .item-title span:hover{
  color: #333;
}
.item .item-con{
  display: none;
}
/*--------------------item end--------------------*/
/*--------------------rela-news start----------------*/
.rela-news{
  width: 100%;
  min-width: 1200px;
  background: none!important;
}
.rela-news .wrapper{
	width: 1000px;
	background: #ffffff;
}
.rela-news .rela-news-con ul{
   margin-left: 0!important; 
   padding-bottom: 30px;
}
.rela-news .rela-news-con ul>li{
  float: left;
  width: 355px!important;
  margin-left: 0!important;
  padding-left: 34px;
}
.rela-news .rela-news-con ul>li ol{
  width: 350px;
}
.rela-news .rela-news-con ul>li ol li{
  width: 350px;
  height: 16px;
  margin-bottom: 18px;
  padding-left: 16px;
  font-size: 14px;
  line-height: 16px;
  color: #333;
  box-sizing: border-box;
  background: url("../images/zyys/list-style-disc.png") no-repeat left;
  cursor: pointer;
}
.rela-news .rela-news-con ul>li ol li:last-child{
  margin-bottom: 0;
}
.rela-news .rela-news-con ul>li ol li p{
  float: left;
  width: 246px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.rela-news .rela-news-con ul>li ol li span{
  float: right;
  color: #999;
}
.rela-news .rela-news-con ul>li ol li:hover{
  color: #000;
}
/*--------------------rela-news end------------------*/

