/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    word-wrap:break-word;
    word-break:break-all;
    font-weight: normal;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
input, img, select {vertical-align:middle;}
ul,li {list-style: none;}
body {
    font-family: arial,Tahoma, Verdana, sans-serif;
   /*  color:#333; */
    position: relative;
    /*background: #fafafa;*/
    height: 100%;
    background: #fff;
    font-size: .14rem;
    -webkit-overflow-scrolling: touch;/*滚动条触碰时出现*/
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
html {
    font-size: 100%;
    height: 100%;
    /*background: #fafafa;*/
    background: #fff;
    overflow-x: hidden;/* 解决横向滚动条的问题，待优化 */
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
:focus {outline: 0;}
ins {text-decoration: none;}
del,.del-line {text-decoration: line-through;}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.
/** float **/
.float-left{float:left}
.float-right{float:right}
.ds-block {
    display: block!important;
}
/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.xw-block{
  width: 1230px;
  font-size: 14px;
  padding: 12px 0;
  margin: 0 auto;
}
.xw-block .xw-map{
  float: right;
  color: #000000;
  padding-left: 30px;
  background: url("/ascts/login/images/newimg/map.png") no-repeat left center;
}
.xw-head-conter div.xw-head-number{
  width: 275px;
  height: 44px;
  position: absolute;
  top: 15px;
  right: 0;
  font-size: 31px;
  color: #ffffff;
  line-height: 44px;
  padding: 0;
  text-align: right;
    background: url("/ascts/login/images/newimg/tel.png") no-repeat left center;
}
.xw-head-conter div.xw-head-left{
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.xw-head-conter div.xw-head-right{
	float: right;
}
a {
    text-decoration: none;
    color:#000;
    vertical-align:baseline;
}
/* 官网首页 */
.xw-wrap{
  width: 100%;
  height: auto;
  min-width:1200px;
  max-width:1920px;
  margin: 0 auto;
}
/* 右侧悬浮 */
.nav-float{
    width: 65px;
    height: 500px;
    position: fixed;
    bottom: 90px;
    right: 30px;
    z-index: 999;
}
.nav-float ul li{
    width: 65px;
    height: 65px;
    text-align: center;
    border-radius: 5px;
    background: #0aa6cc;
    margin-bottom: 4px;
    padding-top: 10px;
}
/*.nav-float ul li>.wechat{

}*/
.nav-float ul li:hover{
    transform: translateX(-5px);
    transition: all 0.1s ease-out 0s;
}
.nav-float ul span{
    display: block;
    width: 69px;
    height: 60px;
    background: url("/ascts/login/images/newimg/nav-top.png") no-repeat center;
}
.nav-float ul li a{
    color: #fff;
    font-size: 12px;
}
.nav-float ul li a>img{
    display: block;
    /*width: 35px;*/
    /*height: 23px;*/
    margin: 0 auto 7px;
}
/* 头部 */
.xw-common{
  width: 100%;
  height: 563px;
}
.xw-head{
  height: 66px;
  background: #3C2478;
    line-height: 66px;
}
.xw-head-conter{
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.xw-head-conter div{
  vertical-align: middle;
  display: inline-block;
}
.xw-head li{
  float: left;
  padding:0 15px;
  position: relative;
}
.xw-head li>a{
  font-size: 18px;
  color: #fff;
  padding: 6px 0;
  letter-spacing: 2px;
  font-weight: 500;
}
.xw-head li.activeli>a{
	color:#E0E71D;
}
/* .xw-head li.activeli:first-of-type>a:before{
	width: 32px;
} */
.xw-head li.activeli>a:before{
	width: 68px;
}
.xw-head-center{
  margin-left: 100px;
}

.xw-head-center li>a:before{
  content: "";
  display: block;
  position: absolute;
  left: 14px;
  top: 50px;
  height: 2px;
  width: 0;
  background: #E0E71D;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
/* .xw-head-center li:first-of-type:hover>a:before{
  width: 32px;
} */
.xw-head-center li:hover>a:before{
  width: 68px;
}
.xw-head-right{
  margin-left: 100px;
}
.xw-head-right li:last-of-type{
  height: 66px;
  box-sizing: border-box;
}
.xw-head-right li:last-of-type:hover{
    background: #fff;
}
.xw-head-right li:last-of-type a{
  color: #fff;
  padding: 0;
  display: block;
}
.xw-head-right li:last-of-type:hover a{
    color: #3C2478;
}
/* banner */
.xw-banner-con{
  width: 1200px;
  margin: 0 auto;
  height: auto;
}
/* 言小咖介绍优势 */
.xw-advantage{
  position: relative;
  z-index: 2;
}
.xw-advantage-con{
  width: 1200px;
  height: 558px;
  top: 50%;
  left: 50%;
  margin-top: -279px;
  margin-left: -600px;
  position: absolute;
  z-index: 5;
}
.xw-adv-img{
  position: absolute;
  top: 13%;
  left: 40.9%;
}
.xw-adv-text{
  font-size: 24px;
  color: #333;
  position: absolute;
  text-align: center;
  width: 523px;
  top: 74%;
  left: 29.9%;
}
.xw-adv-last{
  position: absolute;
  right: 4%;
  bottom: 3%;
}
/* 教师 */
.xw-teach{
  height: 600px;
  background: rgba(64,64,64,.9);
  overflow: hidden;
}
.xw-teach-con{
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.xw-teach-left,.xw-teach-top{
  position: absolute;
  top: 5%;
  left: -15%;
}
.xw-teach-left img{
  width: 550px;
}
.xw-teach-top{
  top: -67px;
  left: 80%;
}
.xw-teach-center{
  position: absolute;
  left: 40.9%;
  top: 22%;
}
.xw-teach-txt{
  width: 500px;
  font-size: 24px;
  color: #3C2478;
  text-align: center;
  position: absolute;
  top: 77%;
  left: 50%;
  margin-left: -250px;
}
.xw-teach-last{
  position: absolute;
  right: 5%;
  bottom: 5%;
}
/* 公益事业 */
.xw-public-con{
  position: relative;
}
.xw-pub-img{
  position: absolute;
  z-index: 5;
  top: 20%;
  right: 30%;
}
.xw-pub-txt{
  position: absolute;
  width: 600px;
  text-align: right;
  top: 34%;
  left: 17%;
  font-size: 24px;
}
/* 课程理念 */
.xw-concept{
  height: 600px;
  background: rgba(64,64,64,.9);
}
.xw-concept-con{
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.xw-concept-img{
  position: absolute;
  top: 15%;
  left: 0;
}
.xw-con-txt{
  font-size: 24px;
  color: #3C2478;
  text-align: left;
  position: absolute;
  width: 420px;
  top: 25%;
  left: 28%;
}
.xw-concept-right{
  position: absolute;
  top: 5%;
  right: -12%;
}
.xw-con-last{
  left: 0;
}
/* 选择 */

.xw-cho-con{
  width: 100%;
  height: 100%;
  position: relative;
}
.xw-choose-con{
  width: 1200px;
  height: 922px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -461px;
  margin-left: -600px;
}
.xw-cho-img{
  position: absolute;
  top: 5%;
  left: 0;
  z-index: 5;
}
.xw-cho-txt{
  font-size: 24px;
  text-align: left;
  color: #3C2478;
  position: absolute;
  top: 11%;
  left: 20%;
}

/*言小咖口才*/
.speech{
    width: 100%;
    height: 746px;
    background: url("/ascts/login/images/newimg/speechbg.png") no-repeat bottom center;
    background-size: 100%;
}
.speech-content{
    width: 1230px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    /*background: #000;*/
}
.speech-tit{
    width: 100%;
    height: 240px;
    position: absolute;
    left: 0;
    top: 120px;
    text-align: center;
    transform: translateY(100px);
    transition: all 1s ease-out 0s;
    opacity: 0;
}
.speech-tit>h2{
    font-size: 32px;
    color: #fff;
    height: 45px;
}
.speech-tit>h3{
    font-size: 20px;
    color: #fff;
    height: 31px;
    margin-bottom: 28px;
}
.speech-tit>h4 img{
    width: 316px;
    height: 90px;
}
.speech-tit>p{
    font-size: 16px;
    color: #fff;
    height: 31px;
    margin-top: 8px;
}
.speech-box{
    width: 100%;
    position: absolute;
    left: 0;
    top: 405px;
}
.speech-item{
    position: absolute;
    transform: translateX(-50px);
    opacity: 0;
}
.speech-item:hover{
    animation-name: save;
    animation-duration: 0.3s;
    animation-iteration-count: 2;
    animation-timing-function: ease-out;
    animation-direction: alternate;
    animation-fill-mode: forwards;
}
@keyframes save {
    0%{transform: rotateZ(0deg)}
    25%{transform: rotateZ(-5deg)}
    50%{transform: rotateZ(5deg);}
    75%{transform: rotateZ(-2deg)}
    100%{transform: rotateZ(2deg)}
}
.si1{
    width: 139px;
    height: 121px;
    left: 178px;
    background: url("/ascts/login/images/newimg/item-1.png") no-repeat center;
    transition: all 0.5s ease-out 1.5s;
}
.si2{
    width: 217px;
    height: 190px;
    left: 252px;
    top: 40px;
    background: url("/ascts/login/images/newimg/item-2.png") no-repeat center;
    transition: all 0.5s ease-out 1.3s;
}
.si3{
    width: 243px;
    height: 213px;
    left: 410px;
    background: url("/ascts/login/images/newimg/item-5.png") no-repeat center;
    transition: all 0.5s ease-out 1.1s;
}
.si4{
    width: 259px;
    height: 229px;
    left: 593px;
    background: url("/ascts/login/images/newimg/item-3.png") no-repeat center;
    transition: all 0.5s ease-out 0.9s;
}
.si5{
    width: 243px;
    height: 213px;
    left: 795px;
    background: url("/ascts/login/images/newimg/item-5.png") no-repeat center;
    transition: all 0.5s ease-out 0.7s;
}
.si6{
    width: 139px;
    height: 121px;
    left: 970px;
    top: 108px;
    background: url("/ascts/login/images/newimg/item-4.png") no-repeat center;
    transition: all 0.5s ease-out 0.5s;
}
.speech-text{
    color: #fff;
    text-align: center;
    margin: 0 auto;
}
.speech-text>h2{
    height: 31px;
    font-size: 20px;
    margin-bottom: 2px;
}
.speech-text>p{
    font-size: 16px;
}


/* 底部 */
.xw-footer{
  height: 468px;
  background: #00A0E9;
}
.footer-inner{
  width: 1230px;
  height: 222px;
  padding: 20px 0;
  margin: 0 auto;
  /*background: #000;*/
}
.footer-inner ul{
  float: left;
  margin-right: 55px;
}
.footer-inner ul li{
  padding: 4px 0;
}
.footer-inner ul li a{
  font-size: 12px;
  color: #fff;
}
.footer-inner ul li a:hover{
    color: orange;
}
.footer-inner ul li.t{
  padding-bottom: 10px;
}
.footer-inner ul li.t a{
  font-size: 14px;
}
.zixun{
    float: left;
    margin: 10px 0 0 34px;
}
.zixun>div{
    margin-left: 16px;
}
.zixun>div img{
    width: 92px;
    height: 92px;
}
.zixun p{
    font-size: 30px;
    color: #fff;
}
.ewm{
  width: 153px;
  height: 153px;
  float: right;
  margin-top: 10px;
}
.copybottom{
  border-top: 1px solid #fff;
  height: 246px;
}
.copy{
  width: 1230px;
  height: 100%;
  margin: 0 auto;
  background: url("/ascts/login/images/newimg/footer-bg.png") no-repeat bottom center;
}
.copy-content{
  width: 731px;
  height: 31px;
  font-size: 12px;
  color: #fff;
  line-height: 31px;
  float: left;
}
.copy-img{
  float: right;
  overflow: hidden;
}
.copy-img a{
  display: block;
  float: left;
  width: 36px;
  height: 36px;
  background: url("/ascts/login/images/newimg/footer_log.png") no-repeat top left;
}
.copy-img a:nth-child(2){
  background-position: -35px 0;
}
.copy-img a:nth-child(3){
  background-position: -71px 0;
}
.copy-img a:nth-child(4){
  background-position: -114px 0;
}


/*特效*/
.showbox{
    transform: translateY(0px) !important;
    opacity: 1 !important;
}


/* date: 2018/10/8;  */
.xw-content {
    width: 100%;
    position: relative;
    /* height: 227px; */
    padding: 100px 0;
    background: #000;
    /* background: url(/ascts/login/images/teachP.png) center no-repeat; */
}
.xw-content img{
    width: 80% !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.xw-teac-con{
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.teach-h2{
  text-align: center;
}
.teach-h2 h2{
  padding-top: 89px;
}
.teach-h2 ul{
  width: 530px;
  margin: 50px auto 0 auto;
}
.teach-h2 ul li{
  text-align: left;
  font-size: 14px;
  color: #333;
  line-height: 18px;
}
.teach-h2 ul li:first-of-type{
  margin-bottom: 10px;
}
.xw-triangle{
  padding-top: 20px;
}
.xw-triangle p{
  font-size: 30px;
  text-align: center;
  color: #333;
}
.xw-triangle h2{
  width:0;
  height:0;
  border-width:30px 40px 0;
  border-style:solid;
  border-color:#333 transparent transparent;
  margin:0 auto;
  position:relative;
}
.xw-tri-txt{
  margin: 6px auto 0 auto;
  width: 800px;
  height: 100px;
  background: #333;
}
.xw-tri-txt p{
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
}
.xw-tri-txt p:first-of-type{
  padding-top: 12px;
}
.xw-tri-more{
  margin: 100px auto;
  width: 100px;
}
.xw-learnmore{
  padding-top: 150px;
}
.xw-tri-png li,
.xw-learnmore li{
  float: left;
}
.xw-tri-png li:last-of-type,
.xw-learnmore li:last-of-type{
  float: right;
}
.xw-tutor{
  width: 160px;
  margin: 0 auto;
}
.xw-broadcast{
  height: auto;
  position: relative;
  margin: 270px auto 0 auto;
}
.xw-bro-ul{
  width: 800px;
  overflow: hidden;
  height: 290px;
  margin: 0 auto;
}
.xw-broadcast li{
  width: 170px;
  height: 290px;
  float: left;
  margin: 0 15px;
  color: #fff;
  /* background: #333; */
  font-size: 30px;
}

.xw-click span{
  display: inline-block;
  font-size: 30px;
  color: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 15%;
  margin-left: -15px;
  margin-top: -15px;
  cursor: pointer;
}
.xw-teac-con .xw-click span:last-of-type{
  left: 85%;
}




/*  date:2018/10/9  产品体系 
.xw-teach,
.xw-teach-yellow{
  width: 100%;
  height: 460px;
  background: #333;
}
.xw-teach-con
,.xw-yell{
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.xw-con-img ul{
  width: 900px;
  margin: 55px auto 0 auto;
}
.xw-con-img li {
  width: 260px;
  float: left;
}
.xw-con-img li:nth-of-type(2){
  margin-left: 120px;
}
.xw-con-img li p{
  width: 280px;
  height: 80px;
  background: #3C2478;
  border-radius: 6px;
  margin: 10px 0;
}
.xw-con-img li p span{
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #333;
  width: 100%;
}
.xw-con-img li p span.con-title{
  font-size: 18px;
  padding-top: 15px;
  font-weight: 500;
}
.teac-more{
  float: right;
  margin-right: 15px;
}
.xw-teach-yellow{
  height: 500px;
  background: #3C2478;
}
.xw-yell{
  width: 1200px;
  position: relative;
  margin: 0 auto;
}
.xw-yell li{
  position: absolute;
  top: 17%;
  left: 10%;
}
.xw-yell li:last-of-type{
  top: -6%;
  left: 73%;
  width: 596px;
}
.teach-txt{
  position: absolute;
  top: 62%;
  left: 10%;
}
.teach-txt p{
  font-size: 16px;
  color: #333;
}
.teach-img{
  position: absolute;
  top: 76%;
  right: 0;
  margin-right: 15px;
}
.teach-bg{
  width: 100%;
  height: 1080px;
  position: relative;
  background: url('/ascts/login/images/teach-bg.png') center no-repeat;
}
.bg-down{
  width: 100%;
  height: 723px;
  position: absolute;
  bottom: 0;
  background: url('/ascts/login/images/teach-bg-down.png') center no-repeat;
}
.bg-con{
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.bg-style{
  position: absolute;
  top: 4%;
  left: 49%;
}
.bg-txt{
  position: absolute;
  top: 25%;
  left: 10%;
}
.bg-txt p{
  font-size: 16px;
  color: #E0E71D;
  line-height: 22px;
}
.bg-more{
  top: 25%;
  right: 0;
  margin-right: 15px;
  position: absolute;
}
.bg-tri{
  position: absolute;
  top: 60%;
  left: 10%;
}
.bg-tri p{
  float: left;
}
.tri-p{
  width:0;
  height:0;
  border-width: 25px 15px 25px 0;
  border-style:solid;
  border-color:transparent #000 transparent transparent;
}
.bg-tri p:last-of-type{
  margin-left: 10px;
}
.bg-tri p:last-of-type span{
  font-size:14px;
  color: #333;
  display: block; 
}
.bg-tri p:last-of-type span:first-of-type{
  font-size: 22px;
}
.tri-img{
  top: 60%
}
.bg-li-info{
  position: absolute;
  top: 75%;
}
.bg-li-info{
	width:810px;
	left:50%;
	top:70%;
	margin-left:-405px;
}
.bg-li-info li{
  float: left;
  width: 190px;
  height: 290px;
  background: #ccc;
}
.bg-li-info li p{
	text-align:center;
	font-size:16px;
	color:#333;
	line-height:22px;
}
.bg-li-info li p:first-of-type{
	margin-top:20px;
}
.bg-li-info li+li{
  margin-left: 15px;
}
.teach-age{
  width: 100%;
  height: 500px;
  background: #fff;
}
.age-con{
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.age-tri{
  position: relative;
  top: 0;
}
.age-img-info{
  width: 886px;
  margin: 0 auto;
}
.teach-course{
  width: 100%;
  height: 1360px;
  background:rgba(0,0,0,.8);
  position: relative;
}
@media screen and (min-width: 1600px) {
   .teach-course{
	  height: 1500px;
	}
}
.course-bg{
  width: 100%;
  position: absolute;
  bottom: 0;
}
.course-con{
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.course-con .course-tri p span{
  color: #E0E71D;
}
.course-con .course-tri{
  padding-top: 60px;
}
.course-con .course-tri p.tri-p{
  border-color: transparent #E0E71D transparent transparent;
}
.course-banner{
  width: 900px;
  height: 500px;
  background: #000;
  margin: 30px auto 0 auto;
}
.course-banner li{
  float: left;
}
.course-banner li:first-of-type{
  background: #000;
  width: 660px;
  height: 465px;
}
.course-banner li:first-of-type img{
  padding: 20px;
}
.course-banner li:last-of-type{
  margin-left: 20px;
}
.course-more{
  position: relative;
  top: 0;
}
.course-point{
  width: 367px;
}
.course-ya{
  margin: 0 auto;
  width: 158px;
  position: relative;
  z-index: 5;
  top:-220px;
}
.age-broadcast{
  margin: -170px auto 0 auto;
}
.age-broadcast .xw-bro-ul{
  width: 610px;
}
.age-broadcast .xw-prev{
  left: 24%;
}
.xw-click span:last-of-type {
  left: 76%;
} */

