
@font-face {
    /*font-family:Pingfang SC;*/
    /*src:url('../fonts/PingFang.ttf');*/
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    margin:0px;
}
body{
    width: 100%;
    font-size: 16px;
    color: #333;
    background: #ffffff;
    background: #F8F8F8;
    font-family: Pingfang SC,Microsoft YaHei,Helvetica,STHeiti,Verdana,Arial,Tahoma,sans-serif !important;
    min-height:100vh;
    display:flex;
    flex-direction: column;
    word-wrap:break-word;
}
/*div{
    -moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    -khtml-user-select:none;
    user-select:none;
}*/
em {
    font-style: normal;
}
ul,li{
    list-style: none;
    margin: 0;
}
a {
    text-decoration: none;
    outline: 0;
    color: #333;
}
a:hover{ 
    color: #CB0000;
}

img{
    width: 100%;
    line-height:0;
    border: none;
    vertical-align: middle;
}
input, textarea,button {
    padding: 0;
    font-family: Pingfang SC,Microsoft YaHei,Helvetica,STHeiti,Verdana,Arial,Tahoma,sans-serif;
}
textarea {
    resize: none;
    overflow: auto;
}
textarea:focus {
    outline: none;
}
input:focus {
    outline: none;
}
input{
    background:none;    
    outline:none; 
    border:0px;
}
button{
    outline:none; 
    border:0px;
}
table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;  
}
select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: none;
    border:none;
    outline: none;
}
h1,h2,h3,h4{
    font-weight: normal;
    margin: 0;
}
p{
    margin: 0;
}
::-webkit-input-placeholder {
    color: #999999;
}
:-moz-placeholder {
    color: #999999;
}
::-moz-placeholder {
    color: #999999;
}
:-ms-input-placeholder {
    color: #999999;
}
.clear {
    zoom: 1;
}
.clear:after{
    content: "";
    display: block;
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.ell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ell1{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.ell2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ell3{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.over{
    overflow: hidden;
}
.flex{
    display: flex;
}
.flex1{
    flex: 1;
}
.flex-items{
    display: flex;
    align-items: center;
}
.flex-between{
    display: flex;
    justify-content: space-between;
}
.flex-around{
    display: flex;
    justify-content: space-around;
}
.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.center{
    text-align: center;
}
.relative{
    position: relative;
}
.img-cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.radius10{
    border-radius: 10px;
    overflow: hidden;
}

.header{
    flex: 0 0 auto;
}

.page-content{
    flex: 1 0 auto;
}
.footer{
    clear:both;
    flex: 0 0 auto;
}
.w-1200{
    max-width: 1200px;
    margin: 0 auto;
}


/*多选 单选*/
input.check:checked {
    background: url(../images/checked.png) no-repeat center left;
    background-size: 15px 15px;
}
input.check{
    background: url(../images/check.png) no-repeat center left;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 1px;
    overflow: hidden;
    margin: 0 5px 0 0;
}
input.check2:checked {
    background: url(../images/checked2.png) no-repeat center left;
    background-size: 15px 15px;
}
input.check2{
    background: url(../images/check2.png) no-repeat center left;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    border: none;
}
input[type=checkbox], input[type=radio] {
    vertical-align: middle;
}
input[type="checkbox"], input[type=radio] {
    -webkit-appearance: none;
    outline: none;
    outline-style: none;
}
input[type="checkbox"]:focus {
    -webkit-appearance: none;
    outline: none;
    outline-style: none;
}

.imgcover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hoverimg img {
    transition-duration:0.5s;
    z-index:1;
    opacity: 1;
}
.hoverimg:hover{
    /*background: #000;*/
}
.hoverimg img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1); 
    -moz-transform: scale(1.1); 
    -ms-transform: scale(1.1); 
    -o-transform: scale(1.1); 
    /*opacity: 0.8;*/
}
.marbot15{
    margin-bottom: 15px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  /*text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;*/
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}




/*弹窗*/
.mask{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    /*background: rgba(35,33,34,0.85);*/
    display: none;
    z-index: 999;
}
.pupop{
    text-align: center;
    background: #fff;
    position: fixed;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}












/*pc head*/
.header{
    width: 100%;
    height: 90px;
    line-height: 90px;
    color: #FFFFFF;
    /*background: linear-gradient(90deg,#7d2ac0,#ca0001);*/
    position: fixed;
    top: 0;
    z-index: 999;
}
.header.active{
    background: url(../images/bg.png) no-repeat top center;
    background-size: cover;
}
.header-height{
  height: 90px;  
}
.header .logo{
    width: 138px;
    height: 90px;
}
.header .logo a{
    line-height: 0;
}
.header .logo img{
    max-width: 100%;
    /*height: 90px;*/
}

.header .nav ul li{
    margin-left: 100px;
    float: left;
}
.header .nav ul li a{
    color: #fff;
    font-size: 16px;
}
.header .nav ul li:hover a{
    font-weight: bold;
}
.header .nav ul li.active a{
    font-weight: bold;
}
.header .search{
    width: 370px;
    height: 90px;
}
.header .search input{
    flex: 1;
    height: 40px;
    background: #fbfbfb;
    padding: 0 10px;
    font-size: 16px;
}
.header .search button{
    min-width: 40px;
    width: 40px;
    height: 40px;
    background: #ebebeb;
}
.header .search img{
    width: 16px;
}












/*phone head*/
.navbar-head{
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #FFFFFF;
    background: linear-gradient(90deg,#7d2ac0,#ca0001);
    position: fixed;
    top: 0;
    z-index: 10;
    padding: 0 3%;
}
.navbar-logo{
    height: 60px;
    line-height: 60px;
}
.navbar-logo img{
    width: auto;
    height: 35px;
}
.navbar-head .navbar-toggle {
    display: block;
    width: 30px;
    height: 60px;
    padding: 0;
    margin: 0;
    background: url(../images/menu.png) no-repeat right center;
    background-size: 30px;
}
.navbar-head .navbar-search {
    display: block;
    width: 30px;
    height: 60px;
    padding: 0;
    margin: 0;
    background: url(../images/search.png) no-repeat right center;
    background-size: 30px;
    margin-right: 10px;
}





/*head 右侧导航*/
.nav-mask{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 99;
}
.head-nav{
    width: 50%;
    min-width: 260px;
    height: 100%;
    overflow-y: scroll;
    padding-top: 20px;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    left: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background: #fff;
    z-index: 1000;
    position: fixed;
    top: 0;
    margin: 0;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .3s;
}
.head-nav.active {
    transform: translateX(0px);
}
.head-nav ul{
    padding: 0 15px;
}
.head-nav .menu {
    height: auto; 
}
.head-nav ul{
    width: 100%;
    display: inline-block;
}
.head-nav ul li .nav-a{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #f7f7f7;
    background:url('../images/right2.png') no-repeat right center;
    background-size: 7px;
    line-height: 53px;
}
.head-nav ul li.active .nav-a{
    color: #CB0000;
}
.head-nav .active .nav-a:after{
    background:none;
}
.head-nav .menu li a{
    color: #333;
    font-size: 15px;
    line-height: 40px;
    margin: 0;
}
.nav-a {
    color: #555555;
    font-size: 14px;
}


/*mobile搜索*/
.seach-mask{
    background: #ffffff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: none;
}
.seach-mask .mask-close {
    position: fixed;
    right: 15px;
    top: 20px;
}
.seach-mask .icon-close{
    display: inline-block;
    width: 20px;
    height: 20px;
    background:url('../images/close2.png') no-repeat center center;
    background-size: 16px;
}
.search-pupop{
    margin: 45% 5% 0;
    border-bottom: 1px solid #000000;
    /*background: #f2f2f2;*/
    display: flex;
    /*border-radius: 50px;*/
}
.search-pupop input{
    flex: 1;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    padding: 0 15px;
    color: #000;
}
.search-pupop button{
    width: 20px;
    height: 40px;
    float: right;
    background:url('../images/icon-search.png') no-repeat center center;
    background-size: 18px;
    margin-right: 15px;
}







/*分页*/
.pagebox{
    text-align: right;
    margin:15px 0;
}
.pagebox a{
    display: inline-block;
    min-width: 30px;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    color: #666666;
    text-align: center;
    margin: 0 0 0 5px;
    background: #ffffff;
}
.pagebox a:hover{
    color: #FFFFFF;
    background: linear-gradient(135deg, #7F2DC3 0%, #CB0000 100%);
}
.pagebox .page-prev{
    background:#ffffff url('../images/page-left.png') no-repeat center center;
    background-size:20px;
}
.pagebox .page-prev:hover{
    background:#ffffff url('../images/page-left.png') no-repeat center center;
    background-size:20px;
}
.pagebox .page-next{
    background:#ffffff url('../images/page-right.png') no-repeat center center;
    background-size:20px;
}
.pagebox .page-next:hover{
    background:#ffffff url('../images/page-right.png') no-repeat center center;
    background-size:20px;
}
.pagebox a.active{
    color: #FFFFFF;
    background: linear-gradient(135deg, #7F2DC3 0%, #CB0000 100%);
}












/*foot*/
.footer .footer-top{
    padding: 40px 0;
    background: #fefffe;
}
.footer .footer-top .list{
    width: 45%;
    color: #888;
    font-size: 16px;
    line-height: 30px;
}
.footer .footer-top .list .item{
    /*margin-right: 40px;*/
    float: left;
}
.footer .footer-top .list h4{
    font-weight: bold;
    color: #333;
    font-size: 18px;
    margin: 0;
    line-height: 30px;
}

.footer .footer-top .time{
    margin-left: 50px;
}
.footer .footer-top .code .item{
    margin: 0 15px;
    line-height: 30px;
}
.footer .footer-top .code .item:nth-child(2){
    margin-right: 0;
}
.footer .footer-top .code img{
    /*margin-right: 40px;*/
    width: 124px;
}
.footer .footer-top .code p{
    color: #888;
    font-size: 14px;
    /*margin-top: 5px;*/
}
.footer .setime{
    color: #888;
    font-size: 14px;
}
.footer .setime p{
    margin-bottom: 10px;
    color: #888;
    font-size: 14px;
}
.footer .number{
    line-height: 40px;
    border:1px solid #cb0000;
    border-radius: 20px;
    padding: 0 15px 0 9px;
    margin-bottom: 20px;
    color: #CB0000;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.footer .number img{
    width: 30px;
    margin-right: 10px;
}
.footer .number span{
    color: #cb0000;
}
.footer .footer-bot{
    padding: 40px 0;
    /*background:#323433;*/
    /*background: #E3E3E3;*/
    background: #EDEDEC;
}
.footer-bot .text{
    color: #333;
    font-size: 16px;
    margin-bottom: 20px;
}
.footer-bot .text a{
    color: #333 !important;
}
.footer-bot .img{
    /*display: flex;*/
}
.footer-bot .img img{
    width: auto;
    height: 47px;
    margin: 0 2px;
}


/*登录页的foot*/
.footer2 .footer-bot{
    padding: 36px 0 30px;
    background: #45474d;
}
.foot_t{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.foot_t img {
    display: inline-block;
    float: left;
    width: 225px;
    height: 56px;
}
.foot_t .foot_twz {
    float: left;
    margin-left: 20px;
}
.foot_t .foot_twz h2 {
    font-size: 14px;
    color: #fff;
}
.foot_t .foot_twz h2 a {
    color: #fff;
    display: inline-block;
    margin: 0 10px;
    font-size: 14px;
}
.foot_t .foot_twz .text {
    font-size: 14px;
    color: #8d8e91;
    margin: 10px 0 0 10px;
    margin-left: 10px;
}
.foot_t .foot_twz .text a{
    color: #8d8e91;
    font-size: 14px;
}
.footer-right{
    width: 200px;
    display: flex;
    padding-top: 30px;
}
.footer-right a img {
    display: block;
    width: 61px;
    margin: 0 25px;
}








/*右侧悬浮*/
.suspension{
    position: fixed;
    top:50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
}
.suspension .sustop{
    width: 60px;
    padding: 8px 0;
    background: #FFFFFF;
}
.suspension .sustop .item{
    padding: 16px 20px;
    position: relative;
}
.suspension .sustop .icon{
    cursor: pointer;
    line-height: 0;
}
.suspension .sustop .icon2{
    display: none;
}
.suspension .sustop .item:hover .icon1{
    display: none;
}
.suspension .sustop .item:hover .icon2{
    display: block;
}
.suspension .sustop .icon img{
    width: 20px;
}
.suspension .codeimg{
    /*display: none;*/
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    right: 65px;
    top: 65px;
    background: #FFFFFF;
    /*padding: 20px;*/
    /*border: 1px solid #CB0000;*/
    border-radius: 20px;
    /*-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;*/
}
.sucode:hover .codeimg{
    width: 180px;
    height: auto;
    top: 6px;
    padding: 20px;
    border: 1px solid #CB0000;
}
.suspension .phoneimg{
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    right: 65px;
    top: 65px;
    background: #FFFFFF;
    border-radius: 20px;
    color: #CB0000;
    font-size: 14px;
    line-height: 40px;
    font-weight: bold;
}
.suspension .phoneimg img{
    width: 22px;
    margin-right:6px;
}
.suphone:hover .phoneimg{
    width: 150px;
    height: auto;
    top: 6px;
    padding: 0 0 0 9px;
    border: 1px solid #CB0000;
}
.suspension .shareimg{
    width: 125px;
    overflow: hidden;
    position: absolute;
    right: 60px;
    top: 0;
    
    line-height: 40px;
    
    display: none;
}
.suspension .shareimg img{
    width: 30px;
    margin-right:10px;
}
.suspension .shareimg .sharebg{
    padding: 6px 10px 6px 20px;
    border: 1px solid #CB0000;
    background: #FFFFFF;
    border-radius: 20px;
    margin-right: 5px;
}




.suspension .susbot{
    width: 60px;
    padding: 6px 0;
    background: #FFFFFF;
    margin-top: 10px;
}
.suspension .susbot .item{
    padding: 12px 0;
    cursor: pointer;
    position: relative;
}
.suspension .susbot .hylinks{
   /* width: 0;
    height: 0;
    overflow: hidden;*/
    position: absolute;
    right: 60px;
    top: 65px;
    line-height: 44px;
    /*width: auto;*/
    top: -2px;
    white-space: nowrap;
    display: none;
}
.suspension .susbot .bgwhite{
    background: #FFFFFF;
    margin-right: 5px;
    padding:0 16px;
}
/*.member:hover .hylinks{
    width: 120px;
    height: auto;
    top: -2px;
    padding:0 16px;
}*/
.hylinks a:nth-child(1) p{
    border-bottom: 1px solid #E3E3E3;
}
.suspension .susbot .line{
    width: 27px;
    height: 1px;
    background: #E3E3E3;
    margin: 0 auto;
}
.suspension .susbot .item p{
    color: #666666;
    font-size: 14px;
}
.suspension .susbot .item p:hover{
    color: #CB0000;
}
.suspension .susbot .top img{
    width: 14px;
    margin-bottom: 7px;
}
.suspension .susbot .top .icon{
    line-height: 0;
}
.suspension .susbot .top .icon2{
    display: none;
}
.suspension .susbot .top:hover .icon1{
    display: none;
}
.suspension .susbot .top:hover .icon2{
    display: inline-block;
}





/*精英导师推荐*/
.mentor-tj .title{
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    line-height: 20px;  
    position: relative;
    padding-left: 9px;
    margin-bottom: 15px;
}
.mentor-tj .title:after{
    content:"";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 14px;
    background: linear-gradient(135deg, #8328B3 0%, #CB0000 100%);
}
.mentor-tj .list{
    margin: 0 -25px 15px;
    overflow: hidden;
}
.mentor-tj .list li{
    margin-bottom: 15px;
    width: 20%;
    padding:0 25px;
    float: left;
}
.mentor-tj .list .item{

    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
    border-radius: 4px;
    overflow: hidden;
}


.mentor-tj .img{
    /*height: 170px;*/
    overflow: hidden;
}
.mentor-tj .img img{
    object-fit: cover;
}
.mentor-tj .text{
    padding: 16px;
}
.mentor-tj .name{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}
.mentor-tj .list .item:hover .name{ 
    color: #CB0000;
}
.mentor-tj .name img{
    width: 15px;
    margin-left: 2px;
}
.mentor-tj .pin{
    font-size: 14px;
    color: #999999;
    margin: 15px 0;
}
.mentor-tj .list .item:hover .pin{ 
    color: #CB0000;
}
.mentor-tj .btns button{
    width: 94px;
    height: 30px;
    background: #CB0000;
    color: #FFFFFF;
    font-size: 14px;
}
.mentor-tj .btns2 button{
    width: 94px;
    height: 30px;
    background: #fff;
    color: #CB0000;
    font-size: 14px;
    border: 1px solid #CB0000;
}
.mentor-tj .list .item:hover .btns2 button{ 
    background: #CB0000;
    color: #FFFFFF;
}





/*您还可以*/
.canlist .title{
    font-size: 18px;
    font-weight: bold;
    color: #AC114B;
    line-height: 25px;
    position: relative;
    padding-left: 14px;
    margin-bottom: 15px;
}
.canlist .title:after{
    content:"";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 18px;
    background: linear-gradient(135deg, #8328B3 0%, #CB0000 100%);
}
.canlist .list li{
    margin-bottom:20px;
}








.pagebg{
    width: 100%;
    height: 480px;
    background: url(../images/bg.png) no-repeat top center;
    background-size: cover;
}
.bannerbox{
    margin-top: -365px;
}
.banner-title{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 34px;
    margin: 0 0 40px;
    line-height: 48px;
}
.banner-title img{
    width: 83px;
}
.banner-title span{
    margin: 0 30px;
}













.phshow{
    display: none;
}
.pcshow{
    display: block;
}
@media (min-width: 1260px){
.container {
    width: 1230px;
}
}
@media screen and (max-width: 1300px){
.w-1200{
    padding: 0 15px;
}
}

@media screen and (max-width: 1200px){
.header .nav ul li {
    margin-left: 50px;
}

}





@media screen and (max-width: 1024px){

/*精英导师推荐*/
.mentor-tj .list li {
    padding: 0 7px;
}
.mentor-tj .list {
    margin: 0 -7px 15px;
}

}

@media screen and (max-width: 992px){
.phshow{
    display: block;
}
.pcshow{
    display: none;
}
}


@media screen and (max-width: 768px){



/*分页*/
.pagebox {
    text-align: center;
}
.pagebox a {
    min-width: 28px;
    line-height: 28px;
    height: 28px;
    margin: 0 0 0 2px;
}






/*head*/
.header{
    height: 60px;
    line-height: 60px;
}
.header-height {
    height: 60px;
}


/*foot*/
.footer .footer-top {
    padding: 15px 0;
    background: #fefffe;
}
.footer .footer-top .w-1200{
    display: inline-block;
    width: 100%;
}
.footer .footer-top .list {
    padding-left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.footer .footer-top .list .item {
    margin-right: 0;
    width: 25%;
}
.footer .footer-top .list h4 {
    font-size: 16px;
}
.footer .footer-top .list .item a{
    font-size:14px; 
}
.footer .footer-top .time{
    width: 100%;
}
.footer .footer-top .code{
    margin: 15px 0;
    width: 100%;
}
.footer .footer-top .code .item {
    margin:0;
    width: 50%;
}
.footer .footer-bot {
    padding: 25px 0;
}
.footer-bot .img img {
    height: 30px;
    margin: 0 2px 10px;
}
.footer-bot .text{
    font-size: 14px;
    margin-bottom: 10px;
}



/*foot*/
.foot_t {
    margin-bottom: 20px;
    display: block;
    align-items: center;
}
.footer2 .footer-bot .flex{
    display: block;
}
.footer-right {
    width: 100%;
    padding-top: 10px;
    justify-content: center;
}
.foot_t .foot_twz {
    margin-top: 20px;
}
.foot_t .foot_twz {
    float: left;
    margin-top: 20px;
    margin-left: 0;
}
.footer2 .footer-bot .img {
    margin: 0 10px;
}
.footer2 .img img {
    height: auto;
    margin: 0 2px 10px;
    width: 17%;
}



.suspension{
    display: none;
}
.suspension .sustop ,.suspension .susbot{
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}









/*精英导师推荐*/
.mentor-tj .list li {
    padding: 0 7px;
    width: 50%;
}
.reg-form{
    padding-right: 15px;
}
.reg-form .select{
    display: block;
}
.reg-form .select select {
    width: 100%;
}
#distpicker select{
    margin-bottom: 10px;
}
.reg-form .checkboxs {
    display: block;
    line-height: 20px;
}




}



@media screen and (max-width: 767px){
/*轮播*/
.banner-title span {
    margin: 0;
}
.banner-title {
    font-size: 20px;
    margin: 0 0 10px;
}

}