
.logo img{
    width:900px;
    margin: 100px 0 60px 0px;
    animation: small 1s;
    animation-delay: 2s;
    animation-fill-mode:forwards;
}
/* 滚动style */

.showBox{
    overflow: hidden;
}
.contentBox{
    display: flex;
}
.contentBox li{
    margin-left: 10px;
}
.contentBox li:first-child{
    margin-left: 0;
}
/*txt-scroll*/
.txt-scroll{ 
    width: 100%;
}
.txt-scroll .scrollbox{ width: 100%; white-space: nowrap; overflow:hidden; transition: all .2s; }
.txt-scroll .txt,
.txt-scroll .txt-clone{ display: inline-block; position: relative;
    line-height: 80px; 
    min-width: 100%;
    font-size: 26px;
    font-weight: bold;
    color: #f3300d;}
/* 滚动文字 */
.scrollTextBox{
    height: 80px;
    position: relative;
    padding-left: 80px;
}
.scrollTextBox .icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    background: #fff url(../images/s-icon-1.png) no-repeat 0 center;
    z-index: 10;
}

/* 新闻动态 */
.newsLine{
    width: 100%;
}
.picNews{
    width: 49%;
    height: 350px;
    border: solid 1px #ccc;
}
.swiper-contione {
    overflow: hidden;
    position: relative;
}
.swiper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;top:0;
}

.swiper-item {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;top:0;
	opacity: 0;
	z-index: 99;
    transition: opacity 1s ease;
    z-index: 90;
}
.swiper-item.active{
    opacity: 1;
    transition: opacity 1s ease;
    z-index: 91;
}
.swiper-item .pic {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.swiper-item p {
    width: 100%;
    height: 36px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 50px;
    background: rgba(0,0,0,0.3);
    cursor: pointer;
}
.swiper-item  p a{
    width: 100%;
    height: 100%;
    line-height: 36px;
    display: block;
    color: #fff;
    font-weight: 100;
    padding: 0 5px;
}
.swiper-point {
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 40px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 100;
}

.point {
    width: 30px;
    height: 6px;
    background: #fff;
    margin-right: 5px;
    float: left;
}

.point.active {
    background: rgb(221, 11, 11);
}

.swiper-left {
    height: 60px;
    position: absolute;
    top: 40%;
    left: -60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    z-index: 100;
}

.swiper-right {
    height: 60px;
    position: absolute;
    top: 40%;
    right: -60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    z-index: 100;
}

.swiper-left img,
.swiper-right img {
    cursor: pointer;
}

.swiper-contione:hover .swiper-left {
    left: 0;
}

.swiper-contione:hover .swiper-right {
    right: 0;
}

.textNews{
    width: 49%;
}
.tab{
    display: flex;
}
.tab li{
    width: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #333;
    border: solid 1px #ccc;
}
.tab li a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: #333;
}
.tab li.active a{
    background: darkblue;
    color: #fff;
    font-weight: bold;
}

.newsList{
    padding-top: 15px;
    /* height: 350px; */
    line-height: 35px;
    display: none;
}
.tabContent .newsList.active{
    display: block;
}
.newsList li{
	display: -webkit-flex;
  display: flex;
  -webkit-flex: 1;
  flex: 1;
  flex-direction: row;
  -webkit-flex-direction: row;
    justify-content: space-between;
    padding-left: 20px;
    position: relative;
}
.newsList li:before{
	position: absolute;
	content: '';
	width: 1px;
	height: 36px;
	left: 9px;
	top: 0;
	border-left: 1px dashed #b5b4b4;
}
.newsList li:first-child::before {
  bottom: 0;
  top: auto;
  height: 18px;
}
.newsList li:last-child::before {
  bottom: 0;
  top: 0;
  height: 18px;
}
.newsList li a:before{
    content: " ";
	display: block;
	width: 7px;
	height: 7px;
	background: #ffffff;
	border: 1px solid #d3d3d3;
	position: absolute;
	left: 5px;
	top: 15px;
	border-radius: 50%;
}
.newsList li a{    
    color: #333333;
    height: 35px;
    display: block;
    width: auto; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsList li a:hover{
    text-decoration: underline;
    color:#ec1111;
}
.newsList li a:hover:before{
    background:#ec1111;
	border: solid 1px #ec1111;
}
.newsList span{
    color: rgb(150, 150, 150);
	display: block;
width: 90px;
font-size: 13px;
white-space: nowrap;
text-align: right;
}


/* 公司简介 */
.company{
    width: 39%;
    /* margin: 30px 0; */
}
.jianjie{
    width: 100%;
}
.title{
    width: 100%;
    border-bottom:solid #ccc 1px;
    line-height: 30px;
}
.titleName{
    font-size: 18px;
    border-bottom: solid 4px #00008b;
}
.more a{
    color: #7878a8;
    font-size: 12px;
}
.jianjie img{
    margin: 10px 0;
}
.jianjie p{
    font-size: 14px;
    line-height: 26px;
    text-indent: 30px;
    padding: 9px;
    color: #666;
	height: 253px; 
}
.tuandui{
    width: 100%; 
}
.td-tit{
    display:block;
    width: 841px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 50px;
    position:relative;
}
.td-tit:hover{
    background: #4cabff;
}
.td-tit:hover .sj1,.td-tit:hover .sj2{
    animation: move 0.5s infinite;
}
.sj1{
    position: absolute;
    left: calc( 50% - 6px);
    bottom: -34px;
    border-top: solid #030687 5px;
    border-bottom: solid transparent 5px;
    border-left:  solid transparent 6px;
    border-right:  solid transparent 6px;
}
.sj2{
    position: absolute;
    left:  calc( 50% - 10px);
    bottom: -25px;
    border-top: solid #030687 8px;
    border-bottom: solid transparent 8px;
    border-left:  solid transparent 10px;
    border-right:  solid transparent 10px;
}
@keyframes move
    {
    from {transform: translateY(0);}
    to {transform: translateY(5px);}
}
.tuandui .photobox{
    height: 350px;
    padding: 10px;
    position: relative;
    overflow: hidden;
}
.tuandui .photolist{
    display: flex;
    position: absolute;
    left: 7px;
}
.tuandui .photolist li{
    margin-right: 10px;
    transition: all .5s ease;
}
.tuandui .photo{
    width: 200px;
    height: 260px;
    position: relative;
    background-color: rgb(219, 145, 145);
    background-size: 100%;    
    background-position-x: center;
    background-position-y: top;
    transition: all .5s ease;
}
.tuandui .photolist li:hover .photo{
    background-size: 110%; 
    background-position-y: -30px;
}

.tuandui .info{
    position: absolute;
    width: 160px;
    height: 70px;
    bottom: -50px;
    left: 20px;
    background: #fff;
    text-align: center;
    box-shadow: #ccc 0 0 5px;
}
.tuandui .info .name{
    margin-top: 6px;
    font-weight: normal;
    font-size: 16px;
}
.tuandui .info .job{
    height: 40px;
    font-size: 14px;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* 在线课程&&活动 */

.online{
    margin-top: 20px; 
}
.onlineStudy{
    width: 100%;
}
.onlineStudy .classList{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.onlineStudy .classList li{
    width: 100%;
    height: 157px;
    overflow: hidden;
    border: #ccc solid 1px;
    margin: 0 auto;
    margin-top: 5px;
}
.onlineStudy .classList li:hover{
    box-shadow: #ccc 0 0 5px;
}
.classList .img{
    width: 100%;
    height: 120px;
    background-size: cover;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.classList .img:hover .playbtn{
    opacity: 1;
}
.classList .img .playbtn{
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    transition: all 0.5s ease;
    opacity: 0;
}
.classList .img .playbtn::before{
    content: "";
    border-left: solid rgba(255,255,255,0.9) 20px;
    border-top: solid transparent 10px;
    border-bottom: solid transparent 10px;
    border-right: solid transparent 10px;
    position: absolute;
    left: 18px;
    top: 15px;
}
.classList .kcinfo{
    padding: 5px;
}
.classList .kcinfo h3{
    font-size: 15px;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow:hidden; 
}
.classList .kcinfo:hover{
    color: red
}
.huodong{
    width: 100%;
    margin-top: 20px;
}
.huodong .party{
    width: 100%;
    height: 217px;
    border: solid 1px #ccc;
    margin-top: 10px;
    position: relative;
}
.family{
    margin-top: 10px;
    width: 100%;
    height: 200px;
    border: solid 1px #ccc;
    background: url(../images/kjzj-bg.png) no-repeat;
    background-size: cover;
    text-align: center;
}
.family:hover{
    box-shadow: rgb(156, 156, 156) 0 0 5px;
}
.family .head{
    width: 215px;
    height: 60px;
    margin: 0 auto;
    margin-top: 40px;
}
.family ul{
    width: 150px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 5px;
}
.family ul li{
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;

}
.family ul li:hover{
    background: #333;
}
.family ul li:hover .tips{
    display: block;
    margin-bottom: 20px;
}
.family ul li .tips{
    position: absolute;
    bottom: 30px;
    left: -40px;
    width: 130px;
    line-height: 24px;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    background: #fff;
    box-shadow: #666 0 0 5px;
    display: none;
}
.family ul li .tips::before{
    content:"";
    border-top: #fff solid 20px;
    border-left: transparent solid 20px;
    border-right: transparent solid 20px;
    border-bottom: transparent solid 20px;
    position: absolute;
    left: 30%;
    bottom: -30px;
}
.family a{
    text-decoration: underline;font-size: 12px;
    color: red;
}
.family a:hover{
    transform: scale(1.1);
}

/* 荣誉证书 */
.rongyu{
    height: 122px;
    padding: 10px;
    position: relative;
    overflow: hidden;
    border: solid 1px #ccc;
    margin-bottom: 20px;
}
.rongyu ul{
    position: absolute;
    display: flex; 
    height: 100px;
}
.rongyu li{
    height: 100%;
    margin-right: 10px;
}
.rongyu li:hover img{
    transform: scale(1.2);
    transition: 0.5s;
    box-shadow: #ccc 0 0 5px;
}

/* 合作单位 */
.hezuo{
    width: 100%;
}
.hezuo .title2{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}
.hezuo .title2 a{
    padding: 0 10px;
    background: #fff;
    position: absolute;
    left: calc( 50% - 50px );
    top: 5px;
    font-size: 20px;
    font-weight: bold;
}
.hezuo .title2::before{
    content: "";
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 0;
}
.comList{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 5px;
    padding-bottom: 30px;
}
.comList li{
    height: 60px;
    text-align: center;
    position: relative;
}
.comList li a,.comList li a div{
    position: absolute;
    left: 0;
    top:0;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}
.comList li a .img{
    border: solid 1px #ccc;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.comList li a .comtxt{
    background: #000;
    color: #fff;
    font-size: 12px;
    transform:  translatey(30px) rotateX(90deg);
}
.comList li:hover .img{
    transform: translatey(-30px) rotateX(90deg);
}
.comList li:hover .comtxt{
    display: flex;
    align-items: center;
    justify-content: center ;
    transform: translatey(0px) rotateX(0deg);
}
.comList li img{
    height: 100%;
}


.content2{
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    border-bottom: solid 1px #ccc;
    display: flex;
    flex-wrap: wrap;
}
.content2 .left{
    width: 74%;
    border-right: solid 1px #ccc;
    padding-bottom: 10px; 
}
.content2 .right{
    width: 26%;
    padding: 0 1%; 
}
/* 经营范围 */
.service{ 
    width: 60%;
    padding: 0 6%
}
.service .item{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.onlineStudy .tit{
    font-size: 18px;
    line-height: 20px;
    border-left: solid 5px #00008b;
    padding-left: 5px;
    color: #333;
    margin-top: 5px;
    margin-bottom: 9px;
}
.service .item .body{
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    margin-top: 5px;
}
.service .item .body div{
    line-height: 40px;
    width: 50%;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    color: #333;
    position: relative;
}

.service .item .body div a{
    padding-left: 10px;
    display: block;
    width: 100%;
    height: 100%;
}
.service .item .body div:hover{
    background-color: cornflowerblue;
    color: #fff;
    transition: 0.3s;
}
.service .item .body div span{
    display: block;
    width: 50px;
    height: 100%;
    color: #4085c1;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: rgba(53, 159, 227, 0.25);
    position: absolute;
    right: 0;
    top: 0px;
    transition: 0.3s;
}

.service .item .body div:hover a{
    color: #fff;
    font-weight: bold;
}
.service .item .body div:hover span{
    background-color: rgb(82, 128, 214);
    color: #fff;
}
.service .buwei{  
    width: 100%;
    height: 80px;
    margin: 0 auto;
    background: url(../images/buwei.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
@media screen and (max-width: 1600px) {
    .huodong .party{
        height: 215px;
    }
    .service .buwei{
        /* height: 120px; */
    }
}
@media screen and (max-width: 1200px) {
    .company,.service{
        width: 100%;
    }
    .service {
        padding: 0 ;
    }
    .logo img{
        width: 240px;
        animation: none;
        margin: 0;
    }
    .scrollTextBox{
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        padding-left: 40px;
    }
    .txt-scroll .txt, .txt-scroll .txt-clone{
        line-height: 50px;
        font-size: 16px;
    }
    .scrollTextBox .icon {
        width: 40px;
        height: 50px;
        background: #fff url(../images/s-icon-1.png) no-repeat 0 center;
        background-size: 36px;
    }
    .picNews{
        width: 100%;
        height: 200px;
    }
    .textNews{
        width: 100%;
    }

    .jianjie,.tuandui,.onlineStudy,.huodong  {
        width: 100%;
    }
   
    .content2 .left,.content2 .right{
        width: 100%;
    }
    .content2 .left{
        border-right: none;
    }
    .content2{
        border: none;
    }
    .onlineStudy{
        margin: 0;
    }
    .service .item{
        width: 100%;
    }
    .comList li {
        overflow: hidden;
    }
    .service .item .body div{
        width: 50%;
    }
    .service .item .body div span{
        display: none;
    }
    .service .buwei{
        width: 100%;
    }

    .td-tit{
        width: 100%;
        margin-bottom: 0;
        height: auto;
    }

.jianjie p{
	height: fit-content;
}
.comList{
	grid-template-columns: repeat(4, 1fr);
}
.coninfo li{
	margin-right:0
}
}






