@import "common.css";
/*content*/

.content {
    padding-bottom: 107px;
    overflow: hidden;
    /* background: url(../images/bg.png) no-repeat left top/100% 100%; */
}

.tabBox {
    width: 100%;
    margin-top: 56px;
    position: relative;
}

.tabs {
    width: 1073px;
	background-color: #eaefff;
    margin: 40px auto 0;
    overflow: hidden;
}
.tSlider{
    background: #031bae;
    float: left;
}
.tSlider img{
    width: 47px;
	height: 49px;
    padding: 20px 30px;
}
.tabs p{
    color: #091b9f;
    font-size: 16px;
    /* line-height: 28px; */
    line-height: 56px;
    padding: 17px 35px 16px 130px;
}

.tabCnt {
    width: 960px;
    margin: 0 auto;
}

.c1,
.c2,
.c3 {
    width: 100%;
    display: none;
}

.tTitle {
    text-align: center;
    margin-top: 37px;
}

.tTitle h1 {
    display: inline-block;
    font-size: 34px;
    font-weight: bold;
    color: #0419ad;
    margin-top: -10px;
    position: relative;
    z-index: 1;
}

.tTitle i{
    display: block;
    font-size: 41px;
	font-weight: bold;
	color: #d9ddf8;
	opacity: 0.3;
    font-style: normal;
    height: 35px;
}

.courseList {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.courseList{
    /* justify-content: center; */
}
.courseList li:nth-child(2){
    margin-left: 26px;
    margin-right: 26px;
}
.courseList li:nth-child(3n-1){
    margin-left: 13px;
    margin-right: 13px;
}
.courseList li {
    width: 300px;
    height: 290px;
    background-color: #ffffff;
    border: solid 1px #f0f0f0;
    margin-top: 51px;
    position: relative;
    overflow: hidden;
}

.courseList .imgTitle{
    width: 302px;
	height: 171px;
    background: url(../images/c_bg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.courseList .imgTitle p{
    padding: 20px 25px;
    background: rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 260px;
    max-height: 86px;
}

.courseList li div:nth-child(2) {
    height: 110px;
    padding: 21px 15px;
    box-sizing: border-box;
}

.courseList li div:nth-child(2) p {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}

/*动画效果*/
#btn{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.38);
/*    border: solid 4px #2853a3;*/
    padding: 170px 59px 0px;
    transform: scale(0);
    transition: all 1s ease;
}
#btn a{
    display: inline-block;
    width: 182px;
	height: 50px;
	background-color: #2444ca;
	border-radius: 4px;
/*	border: solid 1px #ffffff;*/
    font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	color: #ffffff;
    text-align: center;
}
/*动画效果 end*/

.swiper-slide a {
    display: block;
    /* width: 152px; */
    height: 262px;
    background-color: #fff;
    border-radius: 4px;
}
.swiper-slide a:hover {
    box-shadow: 0 0 10px 5px #eaeaea;
}

.swiper-slide a img {
    width: 103px;
    height: 103px;
    border-radius: 50%;
    padding: 24px;
    margin: 0 auto;
}

.swiper-slide a div:nth-child(1) {
    width: 100%;
/*    height: 187px;*/
/*    background: #fff;*/
    border-radius: 4px 4px 0 0;
}

.swiper-slide a div:nth-child(2) {
    height: 74px;
    padding: 0px 20px;
    box-sizing: border-box;
    text-align: center;
}

.swiper-slide a div:nth-child(2) h3 {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
}

.swiper-slide a div:nth-child(2) h3 span {
    font-size: 20px;
    font-weight: normal;
    color: #333333;
}

.swiper-slide a div:nth-child(2) p {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    margin-top: 20px;
/*
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
*/
}
/*专家介绍*/
.zjinfo{
    display: none;
    width: 960px;
    height: auto;
    background: #fff;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 30px;
    border: 1px #774def solid;
    position: absolute;
    bottom: 290px;
}
.zjinfo div{
    display: none;
}
.zjinfo h3{
    font-size: 20px;
    color: #333;
    font-weight: normal;
}
.zjinfo h3 span{
    font-size: 14px;
    font-weight: 300;
    padding-left: 10px;
}
.zjinfo p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    /* text-indent: 28px; */
    margin-top: 10px;
}
.zjinfo i{
    display: block;
    width: 0;
    height: 0;
    border: 10px #774def solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom: none;
    position: relative; 
    top: 42px;
    left: 53px;
}

/* 
.hys > img {
    width: 158px;
    height: 59px;
}

.hys > div {
    display: inline-block;
    vertical-align: middle;
    margin-left: 26px;
}

.hys > div p {
    font-size: 16px;
    color: #666;
    line-height: 16px;
    font-weight: 400;
}

.hys > div span {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #666;
    background: url(../images/icon_tel.png) no-repeat left center;
    background-size: contain;
    padding-left: 33px;
    margin-top: 12px;
}
.icon_ad{
    position: fixed;
    bottom: 20px;
    right: 5px;
    width: 150px;
    z-index: 9999;
}
.ad>div{
    display: none;
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 9999;
    width: 370px;
    
}
.img_ad{
    width: 370px;
    margin-top: 30px;
}
.close_ad{
    float: right;
    margin-left: 10px;
    width: 20px;
} */

.swiperBox{
    width: 100%;
    margin: 70px auto 0;
    position: relative;
}
.swiper-container {
    width: 860px;
    /* height: 280px; */
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 10px;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.swiper-button-next,
.swiper-button-prev{
    width: 50px;
	height: 50px;
	background-color: #2444ca;
    border-radius: 50%;
    bottom: 110px;
    top: unset;
}
.swiper-button-next:after, 
.swiper-button-prev:after{
    font-size: 24px;
    color: #fff;
}
.swiper-button-next{
    right: 0;
}
.swiper-button-prev{
    left: 0;
}
.loadMore{
    display: block;
    width: 190px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 25px;
	border: solid 1px #001ea7;
    margin: 44px auto 0;
    text-align: center;
	line-height: 50px;
}