
.header {
    height: 90px;
    background-color:#F8B62C;
}
.header ul{
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}
.header li a {
    color: #fff;
    font-size: .22rem;
    line-height: .87rem;
}
.header li:hover a, .header li.active a{
    color: #3B3B43
}
.header li:hover, .header li.active{
    border-bottom: 3px solid #3B3B43;
}
h1 {
    text-align: center;
    padding: 100px 0;
}
h1>span{
    display: block;
}
h1 .title {
    height:50px;
    margin-bottom: 34px;
    font-size:50px;
    font-family:SourceHanSansCN-Heavy;
    font-weight:800;
    color: #3B3B43;
    line-height:55px;
}
h1 .title::before,h1 .title::after{
    display: inline-block;
    content: '';
    width: 80px;
    height: 2px;
    margin: 0 10px;
    background-color: #3B3B43;
    vertical-align: middle;
}
h1 .sub-title {
    height:24px;
    font-size:34px;
    font-family:DIN-Medium;
    font-weight:500;
    color: #F8B62C;
    line-height:36px;
}

/* banner */
.banner{
    position: relative;
    overflow: hidden;
    height: 910px;
    color:#fff;
    text-align: center;
    font-family:FZZZHONGJW--GB1-0;

}
.banner>*{
    position: relative;
    z-index: 5;
}
.banner .banner-bg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding-top: 1px;
    height: 100%;
    background-image: url(../img/bannerBg.png);
    background-position: center;
    background-size: cover;
    transition: all 0.5s;
}
.banner:hover .banner-bg{
    transform: scale(1.1);
}
.banner-img{
    margin-top: 230px;
}
.banner-img img{
    height: 64px;
}
.banner-tit{
    font-size:85px;
    padding: 45px 0 100px;
    font-weight:normal;
    line-height: 1;
}
.banner-tit span{
    display: inline;
    color: #F8B62C;
}
.banner-subtit{
    font-weight:normal;
    font-size:58px;
    line-height: 1;
}
.banner-en-tit{
    font-size:17px;
    margin-top: 21px;
    line-height: 1;
}
.banner-shubiao{
    margin-top: 73px;
}
.banner-right{
    position: absolute;
    top: 81px;
    right: 7.4%;
    writing-mode: vertical-lr;
}
.banner-right a{
    color: #FEFEFE;
}
/* 质量认证 */
.zlrz {
    height: 777px;
    background-image: url(../img/zlrzBg.png);
}
.zlrz .sub-title {
    color: #717171;
}
.zlrz-list {
    display: flex;
    justify-content: space-between;
}
.zlrz-list li {
    height: 430px;
}
.zlrz .logo{
    width: 158px;
    height: 182px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/zlrz-logo-bg.png);
    background-size: cover;
}
.zlrz .logo:hover {
    background-image: url(../img/zlrz-logo-bg-2.png)
}
.zlrz .logo img:nth-of-type(1){
    display: inline;
}
.zlrz .logo img:nth-of-type(2){
    display: none;
}
.zlrz .logo:hover img:nth-of-type(1){
    display: none;
}
.zlrz .logo:hover img:nth-of-type(2){
    display: inline;
}
.zlrz-list li:nth-child(2n){
    display: flex;
    flex-direction: column-reverse;
}
.zlrz .line{
    position: relative;
    width: 0;
    margin: 12px auto;
    height: 28px;
    border-right: 1px solid #000;
}
.zlrz .line:after{
    position: absolute;
    width: 11px;
    height: 13px;
    display: block;
    content: '';
    margin-left: -5px;
    bottom: -5px;
    background-image: url(../img/dian.png)
}
.zlrz .text{
    text-align: center;
    width: 126px;
    margin: 0 auto;
    font-size:16px;
    font-family:SourceHanSansCN-Normal;
    font-weight:bold;
    color:rgba(113,113,113,1);
    line-height:24px;
}
/* 项目介绍 */
.xmjs {
    color: #fff;
    background-image: url(../img/xmjsBg.png);
}
.xmjs h1 {
    margin-bottom: 100px;
}
.xmjs h1 .title{
    color: #fff;
}
.xmjs h1 .title::before, .xmjs h1 .title::after{
    background-color: #fff;
}
.xmjs h1 .sub-title {
    color: #fff
}
.xmjs .brief{
    display: flex;
    height: 392px;
    background:rgba(248,182,44,0.54);
}
.xmjs .image{
    width: 50%;
}
.xmjs .image img{
    width: 523px;
    margin-top: -94px;
    margin-left: 44px;
    transition: all 0.5s;
}
.xmjs .image img:hover {
    transform: scale(1.1);
}
.xmjs .brief-line{
    width: 120px; 
    margin-top: 47px;
    margin-bottom: 20px;
    border-bottom: 2px solid #fff;
}
.xmjs .brief-content{
    width: 50%;
    padding-right: 52px;
    text-align: justify;
}
.xmjs .brief-content .brief-tit{
    line-height: 96px;
    margin-top: -96px;
}
.xmjs .brief-content .brief-text{
    font-size:18px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:36px;
}
.xmjs .swiper-controller ul{
    display: flex;
    margin-top: 46px;
    margin-bottom: 61px;
    justify-content: space-between;
}
.xmjs .swiper-controller ul li{
    position: relative;
    width: 590px;
    height: 82px;
    font-size: 36px;
    line-height: 80px;
    text-align: center;
}
.xmjs .swiper-controller ul li:hover, .xmjs .swiper-controller ul li.active{
    background-color: rgba(113,113,113,0.6);
}
.xmjs .swiper-controller ul li.active::after{
    position: absolute;
    display: block;
    content: '';
    bottom: -37px;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-top: 10px solid #fff;
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
    border-bottom: 10px solid transparent;
}
.xmjs .pro-item-tit{
    display: inline-block;
    height:97px;
    padding: 20px;
    background:rgba(248,182,44,0.4);
    border-radius:15px;
    line-height: 1;
}
.xmjs .pro-item-tit>span{
    display: block
}
.xmjs .pro-item-tit .tit {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
.xmjs .pro-item-tit .sub-tit {
    font-size: 18px;
    font-weight: bold;
}
.xmjs .pro-remark{
    font-size:20px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:#fff;
    line-height:45px;
    margin-top: 40px;
}
.xmjs .pro-remark .pro-more{
    color: #F8B62C;
}
/* 项目特色 */
.xmts .content {
    display: flex;
    height: 763px;
}
.xmts .content .swiper-container{
    width: 50%;
}
.xmts .swiper-slide>div{
    background-color: #F8B62C;
}
.xmts .char-image{
    overflow: hidden;
}
.xmts .char-image img{
    transition: all 0.5s;
}
.xmts .char-image:hover img{
    transform: scale(1.1);
}
.xmts .char-content{
    height: 100%;
    padding: 97px 67px 0 62px
}
.xmts .char-content h3{
    text-align: center;
}
.xmts .char-content h3>span{
    display: block;
    line-height: 1;
}
.xmts .char-content h3 .tit{
    font-size:36px;
    font-family:MicrosoftYaHei-Bold;
    font-weight:bold;
    color:#3B3B43;
}
.xmts .char-content h3 .sub-tit{
    font-size: 30px;
    font-family:DIN-Medium;
    font-weight:500;
    color:#3B3B43;
    margin-top: 20px;
}
.xmts .char-content h3 .line{
    width: 123px;
    height: 2px;
    margin: 0 auto;
    margin-top: 34px;
    background-color: #3B3B43
}
.xmts .char-content p{
    font-size:20px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(59,59,67,1);
    line-height:45px;
    text-align: justify;
    margin-top: 40px;
}

.xmts .swiper-pagination-custom{
    right: 37px;
    left: auto;
    line-height: 1;
    bottom: 70px;
    font-size: 25px;
    /*writing-mode: vertical-lr;*/
}
.xmts .swiper-btn-group{
    position: absolute;
    display: flex;
    right: 37px;
    bottom: 25px;
    left: auto;
    font-size: 38px;
    line-height: 35px;
    color: #3B3B43;
    text-align: center;
    z-index: 100;
}
.xmts .swiper-btn-group li{
    transform: rotate(-90deg);
    margin: 0 5px;
}
.xmts .swiper-btn-group li.swiper-button-disabled{
    transform: rotate(-90deg) scale(0.9);
}
.xmts .swiper-btn-group .iconfont{
    font-size: 32px;
    color: #717171;
}
/* 课程设置 */
.kcsz{
    padding-bottom: 58px;
    background: url("../img/kcszBg.jpg") no-repeat center;
    background-size: cover;
}
.kcsz h3 {
    font-size: 30px;
    color: #717171;
}
.kcsz h3::before{
    width: 6px;
    height: 6px;
    margin-left: 42px;
    margin-right: 27px;
    display: inline-block;
    content: '';
    vertical-align: middle;
    background-color: #717171;
}
.kcsz .bxk>ul{
    display: flex;
    padding-top: 30px;
    margin-top: 84px;
    margin-bottom: 107px;
    justify-content: space-between;
}
.kcsz .bxk>ul .zs{
    width:176px;
    height:7px;
    background:#F8B62C;
    position: relative;
    margin: 0 auto;
    margin-top: -29px;
}

.kcsz .bxk>ul .zs::before, .kcsz .bxk>ul .zs:after{
    content: '';
    position: absolute;
    display: block;
    bottom: -22px;
    width: 1px;
    height: 22px;
    background-color: #F8B62C;
}
.kcsz .bxk>ul .zs::before{
    left: 32px;
}
.kcsz .bxk>ul .zs::after{
    right: 32px;
}
.kcsz .bxk>ul li:nth-of-type(2n) .zs,
 .kcsz .bxk>ul li:nth-of-type(2n) .zs::before,
  .kcsz .bxk>ul li:nth-of-type(2n) .zs:after{
    background-color: #3B3B43
}
.kcsz .bxk>ul>li{
    position: relative;
    width: 290px;
    max-width: 290px;
    height: 640px;
    color: #fff;
    background: #F8B62C;
    margin-bottom: 90px;
}
.kcsz .bxk>ul>li:nth-of-type(2n){
    background: #3B3B43;
}
.kcsz .bxk>ul>li:after{
    position: absolute;
    display: block;
    content: '';
    bottom: -180px;
    border-top: 90px solid #F8B62C;
    border-left: 145px solid transparent;
    border-right: 145px solid transparent;
    border-bottom: 90px solid transparent;
}
.kcsz .bxk>ul>li:nth-of-type(2n):after{
    border-top: 90px solid #3B3B43;
}
.kcsz .bxk>ul>li>ul{
    margin-top: 30px;
    padding-top: 36px;
    padding-left: 30px;
}
.kcsz .bxk>ul>li>ul li{
    margin-top: 24px;
}
.kcsz .bxk>ul>li>ul li>span{
    display: block;
    line-height: 30px;
}

.kcsz .content{
    display: flex;
    margin-top: 100px;
}
.kcsz .xxk .remark{
    margin-top: 47px;
    font-family:SourceHanSansCN-Regular;
    font-weight:400;
    color:#717171;
    line-height:45px;
}
.kcsz .xxk .pro-type-list{
    width: 600px;
    height: 810px;
    background-color: #F8B62C;
    position: relative;
    z-index: 2;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.kcsz .xxk .pro-type-list li{
    position: relative;
    height: 95px;
    background-color: #F8B62C;
    font-size: 20px;
    color: #3B3B43;
    padding-top: 23px;
    padding-left: 58px;
    overflow: hidden;
}
.kcsz .xxk .pro-type-list li.active, .kcsz .xxk .pro-type-list li:hover{
    background-color: #3B3B43;
    color: #fff;
}
.kcsz .xxk .pro-type-list li.active:after {
    display: block;
    position: absolute;
    content: '';
    width: 16px;
    height: 100%;
    right: 40px;
    top:0;
    background: url("../img/left.png") no-repeat center;
}
.kcsz .xxk .pro-type-list li>span{
    display: block;
    line-height: 1;
}
.kcsz .xxk .pro-type-list li>span.en{
    margin-top: 12px;
}
.kcsz .pro-item-list{
    position: relative;
    width: 680px;
    min-height: 940px;
    border:6px solid rgba(113,113,113,1);
    margin-left: -80px;
    padding-left: 120px;
    padding-top: 78px;
    padding-bottom: 26px;
    margin-top: -25px;
}
.kcsz .pro-item-list>li{
    display: none;
}
.kcsz .pro-item-list>li.active{
    display: block;
}
.kcsz .pro-item-list li ul li{
    height: 55px;
    line-height: 30px;
    color: #717171;
    margin-bottom: 20px;
}
.kcsz .pro-item-list li ul li>span{
    display: block;
}

/* test */
.tese {
    background-image: url(../img/kcsz-bg-2.png)
}
.tese .tese-item{
    display: flex;
    color: #fff;
}
.tese .tese-item>div{
    width: 50%;
}
.tese .tese-item:nth-of-type(2n) .content{
    padding-right: 47px;
}
.tese .tese-item:nth-of-type(2n) .content>*{
    float: right;
}
.tese .tese-item .image{
    position: relative;
    height: 960px;
    overflow: hidden;
}
.tese .tese-item .image:after{
    display: block;
    position: absolute;
    content: '+';
    top: 40px;
    right: 35px;
    font-size:32px;
    font-family:SourceHanSansCN-Medium;
    font-weight:500;
}
.tese .tese-item .image img{
    width: 960px;
    height: 960px;
    position: absolute;
    right: 0;
}

.tese .tese-item .content{
    
    height: 100%;
}
.tese .tese-item .content h3{
	padding-left: 47px;
    margin-top: 100px;
    width: 600px;
    font-size:30px;
    font-family:MicrosoftYaHei-Bold;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:45px;
}
.tese .tese-item .content h3:after {
    display: block;
    content: '';
    width: 200px;
    margin-top: 20px;
    border-bottom: 2px solid #fff;
}
.tese .tese-item .content h3>span{
    display: block;
}
.tese .tese-item .content .text {
    width: 600px;
    margin-top: 30px;
    font-family: SourceHanSansCN-Regular;
    color:rgba(255,255,255,1);
    line-height:30px;
    padding-left: 32px;
}
.tese .tese-item .content .text p{
    text-align: justify;
    
}
.tese .tese-item .content .text .text_one{
	display: flex;
	flex-direction: row;
}
/*.tese .tese-item .content .text p span{
    font-family:SourceHanSansCN-Bold;
    font-weight:bold;
}*/
.tese .tese-item .content .text  .text_fangkuai{
	display: block;
	width: 6px;
	height: 6px;
	background: #fff;
	margin-top: 12px;
}
.tese .tese-item .content .text  .text_cont{
	margin-left: 14px;
	font-size: 20px;
	font-weight: bold;
}
.tese .tese-item .content .text .text_entre{
	width: 312px;
	margin-left: 44px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.tese .tese-item .content .text .text_entre p{
	float: left;
	font-size: 16px;
	line-height: 47px;
}
.tese .tese-item .content .text .text_entre p:nth-child(odd){
	padding-right: 70px;
}
.tese .tese-item .content .text .text_entre p span{
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 2px;
	margin-right: 5px;
}
.tese .tese-item .content .text .text_main{
	font-size: 16px;
	line-height: 28px;
	margin: 15px 0 30px 20px;
}
/* 宣讲安排 */
.xjhap .download{
    height: 426px;
    background-image: url(../img/downloadBg.png);
}
.xjhap .download .container {
    display: flex;
    align-items: center;
}
.xjhap .download-group{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -16.5px;
    margin-right: -16.5px;
}
.xjhap .download-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 377px;
    min-width: 377px;
    height:133px;
    color:#fff;
    border:1px solid rgba(255,255,255,1);
    margin: 17px 16.5px;
    transition: all 0.5s;
}
.xjhap .download-item:hover {
    background-color: #F8B62C;
    color: #000000;
    border:none;
}
.xjhap .download-item a>span {
    display: block;
    color: #fff;
}
.xjhap .download-item:hover a>span{
    color: #3B3B43;
}
.xjhap .download-item .tit{
    font-size:33px;
    font-family:SourceHanSansCN-Medium;
    font-weight:500;
    line-height:39px;
}
.xjhap .download-item .sub-tit{
    font-family:SourceHanSansCN-Medium;
    font-weight:500;
    line-height:39px;
}
.xjhap .ap-item{
    position: relative;
    margin-bottom: 30px;
    min-height: 345px;
}
.xjhap .ap-item:nth-of-type(1){
    background: url("../img/xjhap-bg-1.png") no-repeat;
}
.xjhap .ap-item:nth-of-type(2){
    background: url("../img/xjhap-bg-2.png") no-repeat;
}
.xjhap .ap-item:nth-of-type(3){
    background: url("../img/xjhap-bg-3.png") no-repeat;
}
.xjhap .ap-item .month{
    position: absolute;
    top: 115px;
    width: 140px;
    height: 110px;
    font-size: 30px;
    line-height: 110px;
    text-align: center;
    border-radius:0px 20px 20px 0px;
    background-color: #F8B62C;
}
.xjhap .ap-item table{
    /*display: none;*/
    width: 640px;
    top: 32px;
    right: 0px;
    margin-top: 40px;
    margin-bottom: 30px;
    line-height: 70px;
    text-align: center;
    background-color: #F8B62C;
}
.xjhap .ap-item table tr td {
}
.xjhap .ap-item table tr td a{
    display: block;
    width: 110px;
    height:30px;
    line-height: 30px;
    background-color: #F8B62C;
    border:1px solid rgba(59,59,67,1);
    border-radius:8px;
    margin: auto;
}
.xjhap .ap-item table tr:hover,.xjhap .ap-item table tr.active {
    background-color: #3B3B43;
}
.xjhap .ap-item table tr:hover td, .xjhap .ap-item table tr.active td{
    color: #F8B62C;
}


/* 报名录取 */
.bmlq{
    background-image: url(../img/bmlqBg.png)
}
.bmlq .ban{
    height: 258px;
    padding-top: 67px;
    background-image: url(../img/bmlqBanBg.png);
}
.bmlq .ban>a {
    display: block;
    width:846px;
    margin: 0 auto;
    font-size: 47px;
    line-height: 140px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
}
.bmlq .ban>a img:nth-of-type(2){
    display: none;
}
.bmlq .ban>a:hover{
    color: #F8B62C;
    border: 1px solid #F8B62C;
}
.bmlq .ban>a:hover img:nth-of-type(1){
     display: none;
 }
.bmlq .ban>a:hover img:nth-of-type(2){
    display: inline;
}
.bmlq .desc{
    background-color: #3B3B43;
    color: #fff;
    font-weight:400;
    line-height:45px;
    padding: 30px 160px 22px 69px;
    margin-top: 60px;
}
.bmlq .desc p{
    text-align: justify;
}
.bmlq .prev-apply-item{
    margin-bottom: 60px;
}
.bmlq .remark {
    margin-top: 70px;

    padding: 24px 87px 16px;
    background-color: rgba(113, 113, 113, 0.4)
}
.bmlq .remark p{
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:#3B3B43;
    line-height:45px;
    display: none;
}
.bmlq .remark .on{
	display: block;
}
.bmlq .remark p a{
    color: #000000;
}
.bg717171 {
    background-color: #717171
}
.bmlq h3 {
    font-size: 30px;
    color: #717171;
}
.bmlq h3::before {
    width: 6px;
    height: 6px;
    margin-left: 42px;
    margin-right: 27px;
    display: inline-block;
    content: '';
    vertical-align: middle;
    background-color: #717171;
}
.bmlq h3.bg717171 {
    line-height: 70px;
    background-color: #717171;
    color: #fff;
    width: 412px;
}
.bmlq h3.bg71717::before{
    background-color: #fff
}
.bmlq table{
    margin-bottom: 75px;
}
.bmlq table thead{
    height: 88px;
    color: #fff;
    background-color: #717171;
}
.bmlq table th {
    width: 200px;
    line-height: 88px;
    position: relative;
}
.bmlq table th::after{
    display: inline-block;
    position: absolute;
    top: 34px;
    right: 0;
    width: 2px;
    height: 22px;
    content: '';
    background: #fff;
}
.bmlq table th:last-of-type:after {
    display: none;
}
.bmlq table tbody {
    background:rgba(113,113,113,0.3);
    text-align: center;
}
.bmlq table tbody td{
    line-height: 68px;
}
.bmlq table tbody td .applyBtn {
    line-height: 40px;
    width: 120px;
    height: 42px;
    border-radius: 8px;
    color: #3B3B43;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border:1px solid #3B3B43;
    transition: all 0.5s;
}
.bmlq table tbody td .applyBtn:hover {
    background-color: #F8B62C;
    border: none;
}
.bmlq .apply-remark {
    margin-top: 54px;
    margin-bottom: 80px;
}
.apply-remark-item {
    display: none;
}
.apply-remark-item.active{
    display: block
}

.apply-remark-nav-group, .all-apply-tit, .prev-apply-tit{
    display: flex;
    text-align: center;
    margin-bottom: 80px;
    justify-content: space-between;
}
.apply-remark-nav-group li, .all-apply-tit li, .prev-apply-tit li{
    position: relative;
    line-height: 70px;
    background-color: #F8B62C;
    transition: all 0.5s;
}
.apply-remark-nav-group li {
    width: 590px;
}
.all-apply-tit li, .prev-apply-tit li {
    width: 385px;
}
.apply-remark-nav-group li.active::after, .all-apply-tit li.active::after, .prev-apply-tit li.active::after{
    position: absolute;
    display: block;
    content: '';
    bottom: -37px;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-top: 10px solid #3B3B43;
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
    border-bottom: 10px solid transparent;
}
.prev-apply-tit{

}
.prev-apply-item li{
    display: none;
}
.prev-apply-item li.active{
    display: block;
}
.prev-apply-item .luqu{
	display: block;
	height: 150px;
	z-index: 100;
}
.prev-apply-item .luqu .luqu_one{
	display: flex;
	float: left;
	padding-right: 110px;
	background: url(../img/luquliucheng1.png)  no-repeat;
	background-position-x:190px ;
}
.prev-apply-item .luqu .luqu_one p{
	width: 150px;
	height: 150px;
	text-align: center;
	line-height: 45px;
	padding-top: 32px;
	box-sizing: border-box;
	font-size: 20px;
	color: #fff;
	background: rgba(0,0,0,0.2);
}
.prev-apply-item .luqu .luqu_one .luqu_tiqian{
	padding-top: 50px;
}
.prev-apply-item .luqu  .on p{
	background: #f8b62c;
}
.prev-apply-item .luqu  .on{
	background: url(../img/luquliucheng.png)  no-repeat;
	background-position-x:190px ;
}
.prev-apply-item .luqu .luqu_one img{
	margin: 0 35px 0 40px;
}
.prev-apply-item .luqu .luqu_last{
	padding-right: 0;
}
.apply-remark-nav-group li:hover,
.apply-remark-nav-group li.active,
.all-apply-tit li.active,
.all-apply-tit li:hover,
.prev-apply-tit li.active,
.prev-apply-tit li:hover
{
    background-color: #3B3B43;
    color: #F8B62C;
}
.apply-remark .apply-term-nav{
    display: flex;
    justify-content: space-around;
}
.apply-remark .apply-term-nav .apply-term{
    width: 156px;
    text-align: center;
}
.apply-remark .apply-term-nav .apply-term .orderNum{
     border-top-left-radius: 78px;
     border-top-right-radius: 78px;
     height: 110px;
     line-height: 110px;
     font-size: 40px;
     font-weight: bold;
     color: #717171;
     border: 2px solid #717171;
 }

.apply-remark .apply-term-nav .apply-term.active .orderNum, .apply-remark .apply-term-nav .apply-term:hover .orderNum{
    background-color: #F8B62C;
    border: none;
    color: #fff;
}
.apply-remark .apply-term-nav .apply-term .orderNum .icon{
    display: none
}
.apply-remark .apply-term-nav .apply-term.active .orderNum .icon{
    display: block
}
.apply-remark .apply-term-nav .apply-term .orderNum .num{
    display: block
}
.apply-remark .apply-term-nav .apply-term.active .orderNum .num{
    display: none
}
.apply-remark .apply-term-nav .apply-term .tit{
    position: relative;
    width: 100%;
    height: 139px;
    margin-top: 13px;
    padding-top: 10px;
    color: #717171;
}
.apply-remark .apply-term-nav .apply-term .tit svg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.apply-remark .apply-term-nav .apply-term .tit span{
    position: relative;
    line-height: 40px;
    z-index: 5;
}
.apply-remark .apply-term-nav .tit polygon{
    position: absolute;
    fill:none;
    stroke:#717171;
    stroke-width:2px;
}
.apply-remark .apply-term-nav .apply-term.active .tit, .apply-remark .apply-term-nav .apply-term:hover .tit{
    border: none;
    color: #fff;
}
.apply-remark .apply-term-nav .apply-term.active .tit polygon, .apply-remark .apply-term-nav .apply-term:hover .tit polygon{
    fill:#F8B62C;
    stroke:#F8B62C;
}
.apply-term-content{
    margin-top: 38px;
}
.apply-term-content li{
    display: none;
    font-weight: 400;
    line-height: 40px;
    color: #3B3B43;
    padding: 50px 0 50px 87px;
    background-color: #F8B62C;
}
.apply-term-content li.active{
    display: block;
}
.all-apply-content {
    margin-top: 47px;
    padding-bottom: 70px;
}
.all-apply-remark li {
    display: none;
    padding: 57px 60px 63px 71px;
    background: #3B3B43;
}
.all-apply-remark li.active{
    display: block;
}
.all-apply-remark li p{
    font-weight: 400;
    color: #fff;
    line-height: 38px;
}
/* 师资力量 */
.szll{
    background-color: #F8B62C;
    padding-bottom: 61px;
    background: url("../img/szllBg.jpg") no-repeat center;
    background-size: cover;
}
.szll h1 .sub-title{
    color: #717171;
}
.szll .remark{
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:45px;
    padding-bottom: 80px;
}
.szll .remark span{
    font-weight: bold;
    font-size: 24px;
    color: #3B3B43;
}
.szll .swiper-container {
    width: 1200px;
    margin: 0 auto;
    overflow: visible;
}
.szll .swiper-slide{
    position: relative;
    width: 386px;
    height: 487px;
    overflow: hidden;
}
.szll .swiper-slide img{
    width: 100%;
}
.szll .swiper-slide.swiper-slide-prev, .szll .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide{
    opacity: 0.2;
}
.szll .swiper-slide.swiper-slide-prev:hover .mask, .szll .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide .mask{
    display: none;
}

.szll .swiper-slide .mask{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(6,6,6,0.6);
    transition: all 0.5s;
}
.szll .swiper-slide:hover .mask{
    top: 0;
}
.szll .mask h4{
    width: 250px;
    margin: 0 auto;
    margin-top: 155px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight:400;
    line-height: 80px;
    border-bottom: 1px solid #fff;
}
.szll .mask .remark{
    width: 350px;
    font-size:24px;
    font-family:SourceHanSansCN-Regular;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:38px;
    margin: 0 auto;
    margin-top: 24px;
}
/* 常见问题 */
.cjwt {
    background-image: url(../img/cjwt-banner.png);
    background-repeat:no-repeat;
}
.cjwt h1 .sub-title{
    color: #717171;
}
.cjwt .wtList ul{
   color:#fff;
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
   margin: 0 -16.5px;
   margin-top: -16.5px;
   margin-bottom: 26.5px;
}
.cjwt .wtList ul li{
    display: inline-block;
    width: 377px;
    min-width: 377px;
    height: 94px;
    font-size: 30px;
    line-height: 92px;
    text-align: center;
    margin: 17px 16.5px;
    background:rgba(59,59,67,0.5);
}
.cjwt .wtList ul li.active, .cjwt .wtList ul li:hover{
    background-color: #3B3B43;
    color: #F8B62C;
}
.cjwt .wtList ul li a{
    color: #fff
}
.cjwt .wtList ul li.active a, .cjwt .wtList ul li:hover a{ 
    color: #F8B62C;
}


.lxwm {
    height: 683px;
    background-image: url(../img/lxwmBg.png);
    background-position: center;
}
.lxwm h1 .title {
    color: #F8B62C;
}
.lxwm h1 .title::before, .lxwm h1 .title::after{
    background: #F8B62C
}
.lxwm .content{
    color: #fff;
}
.lxwm .content>ul{
    display: flex;
}
.lxwm .text-content{
    width: 690px;
    font-size:24px;
    font-family:SourceHanSansCN-Regular;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:55px;
}
.lxwm .text-content a {
    color: #fff;
}
.lxwm .code-content{
    display: flex;
    margin-left: 107px;
    padding-top: 60px;
}
.lxwm .code-content>div:first-of-type{
    margin-right: 72px;
}
.lxwm .code-content p{
    text-align: center;
    color: #F8B62C;
    line-height:26px;
}
.lxwm .code-content li{
    width: 152px;
    height: 150px;
}
.floor_nav {
    z-index: 100;
    width: 10px;
    position: fixed;
    top: 50%;
    right: 7.4%;
    margin-top: 20px;
}
.floor_nav li{
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 100%;
    margin-bottom: 12px;
}
.floor_nav li.active {
    background: #64f0ff;
}
.top {
    position: fixed;
    bottom: 60px;
     right: 6.97%;
    text-align: center;
    display: none;
}
.top a {
    font-size: 16px;
    color: #fff;
    width: 40px;
    height: 70px;
}

.zk-zd{
    width: 640px;
    margin-left: 560px;
    padding-top: 1px;
}
.zk-zd table{
    display: none;
}
.zk-zd table tbody{
    width: 640px;
}
.zk-zd table td{
    width: 170px;
}
.zk-zd table .tab_cont{
	width: 300px;
}
.zk-zd table td p{
	line-height: 28px;
}
.zk-zd.active .zk-zd-title{
    display: none;
}
.zk-zd.active table{
    display: block;
}
.zk-zd-title {
    margin-top: 256px;
    height: 110px;
    background-color: #F8B62C;
    font-size:28px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(59,59,67,1);
    line-height:1;
    padding-top: 20px;
}
.zk-zd-title>div{
    float: left;
    margin-left: 40px;
    padding-bottom: 20px;
    border-bottom:2px solid #3B3B43;
}
.zk-zd-title img{
    float: right;
    margin-right: 40px;
    margin-top: 28px;
}