body{font-family: "SourceHanSansCN-Medium", "SourceHanSansCN", "Microsoft Yahei";color:#242424;max-width:1920px;margin: 0 auto;}
.hide,.hidden{display: none!important;}
a{color: #242424;}
a:hover{color: #242424;}
a:focus{outline: none;text-decoration:none}
img{max-width: 100%;}
.font20{font-size:20px}
.fl{float: left;}
.fr{float: right;}
.clearfix:after{content: '';display: block; clear:both; }
.ellipsis{white-space: nowrap;text-overflow: ellipsis; overflow: hidden;}
.pointer{cursor: pointer;}
.overflow{overflow: hidden;}
.imglink,.advbox{overflow: hidden;}
.imglink:hover{display: block;overflow: hidden;}
.imglink:hover .img ,.advbox a:hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.imglink{display: block;width: 100%;height: 100%;}
.imglink .img,.advbox a img{-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-ms-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out;transition: all .5s ease-in-out;}
.imglink .img{object-fit: cover;width: 100%;height: 100%;}
.advbox,.advbox *{max-width:100% !important;height: auto!important;}
.advbox>span{margin-bottom: 30px;display:block}
.advbox li{margin-top:10px;overflow: hidden;}
.advbox li:first-child:nth-last-child(2),.advbox li:first-child:nth-last-child(2) ~ li{width: calc(50% - 7.5px);}
.advbox li:first-child:nth-last-child(2){float: left;}
.advbox li:first-child:nth-last-child(2) ~ li{float: right;}
.advbox li:first-child:nth-last-child(3),.advbox li:first-child:nth-last-child(3) ~ li {width: calc(33.33% - 7.5px);float: left;}
.advbox li:first-child:nth-last-child(3) {margin-right: 12px;}
.advbox li:last-child {float: right!important;}
.advbox li img{width:100%}
.line2{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.line3{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.line4{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.line5{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}
.line6{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 6;-webkit-box-orient: vertical;}
.d-flex{display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;}
.d-center-flex{display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;align-items: center;}
.d-grow{flex-grow: 1;min-width: 0;}
.d-shrink{flex-shrink: 0;}
.row{margin:0 -10px;}
*[class^='col-']{padding:0 10px;}
.notselect{-moz-user-select: -moz-none;-moz-user-select: none;-o-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;}
.mg-t-0{margin-top:0!important}
.container{position: relative;}
@media screen and (min-width: 1200px) {
    .container{width:1200px;padding:0}
}
@font-face {
  font-family: 'SourceHanSansCN-Bold';
  src: url("../../css/fonts/SourceHanSansCN-Bold.otf");
}

/* 移动端菜单 */
.burger {height: 40px;width: 40px;position: relative;cursor: pointer;margin-top: -6px;}
.fixed div.burger {top: 7px;}
.burger div.x,.burger div.y,.burger div.z {position: absolute;top: calc((100% - 3px) / 3);width: 25px;height: 2px;background: #c11500;border-radius: 2px;-webkit-transition: all 200ms ease-out;-moz-transition: all 200ms ease-out;-ms-transition: all 200ms ease-out;-o-transition: all 200ms ease-out;transition: all 200ms ease-out;}
.openmenu div.x,.openmenu div.y,.openmenu div.z {background: #c11500;}
.burger div.x,.burger div.y,.burger div.z {height: 3px;width: 36px;}
.burger div.y {top: 23px;}
.burger div.z {top: 34px;}
.burger div.collapse {top: 20px;display: block;-webkit-transition: all 70ms ease-out;-moz-transition: all 70ms ease-out;-ms-transition: all 70ms ease-out;-o-transition: all 70ms ease-out;transition: all 70ms ease-out;}
.burger div.rotate30 {-ms-transform: rotate(30deg);-webkit-transform: rotate(30deg);transform: rotate(30deg);-webkit-transition: all 50ms ease-out;-moz-transition: all 50ms ease-out;-ms-transition: all 50ms ease-out;-o-transition: all 50ms ease-out;transition: all 50ms ease-out;}
.burger div.rotate150 {-ms-transform: rotate(150deg);-webkit-transform: rotate(150deg);transform: rotate(150deg);-webkit-transition: all 50ms ease-out;-moz-transition: all 50ms ease-out;-ms-transition: all 50ms ease-out;-o-transition: all 50ms ease-out;transition: all 50ms ease-out;}
.burger div.rotate45 {-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition: all 100ms ease-out;-moz-transition: all 100ms ease-out;-ms-transition: all 100ms ease-out;-o-transition: all 100ms ease-out;transition: all 100ms ease-out;}
.burger div.rotate135 {-ms-transform: rotate(135deg);-webkit-transform: rotate(135deg);transform: rotate(135deg);-webkit-transition: all 100ms ease-out;-moz-transition: all 100ms ease-out;-ms-transition: all 100ms ease-out;-o-transition: all 100ms ease-out;transition: all 100ms ease-out;}

/* 分页条 */
.pagebox{color:#999;text-align: right;padding:80px 0 0;font-size: 0;}
.pagebox *{font-size:14px;}
.pagebox>span{margin:0 12px}
.pagebox a,.pageBtnWrap span{display:inline-block;width:35px;height:35px;background:#fff;border: solid 1px #eee;color: #999;line-height: 35px;text-align: center;margin:0 2px}
.pagebox .curr{background: #c11500;color:#fff;cursor: default;}
.pagebox input{display:inline-block;width:35px;height:35px;background:#fff;border-radius: 2px;border: solid 1px #eee;text-align: center;margin:0 5px}
.pagebox .total{margin:0 10px}
.pagebox .totalText{float: right;line-height: 36px;margin-left:15px}
.pagebox .jumpbtn,#kkpager_btn_go{position:relative;margin-left:10px;display:inline-block;width:60px;text-align:center;line-height:32px;background: #f6f6f6;border-radius: 2px;border: solid 1px #d2d2d2;}
.pagebox .disabled{display: none;}
.pagebox .goPageBox{margin-left:20px}
#kkpager_btn_go{display: none!important;}


.pagebox1 .page{text-align: right;}
.pagebox1 .page .pagelist,.pagebox1 .page .lefttotal,.pagebox1 .page .gobox{display: inline-block;}
.pagebox1 .page .lefttotal{line-height:44px;font-size:16px;color:#7b7474;font-family: SourceHanSerifCN-Medium;}
.pagebox1 .page .pagelist span,.pagebox1 .page .pagelist a{margin: 0px 3px;}
.pagebox1 .total{margin:0px}
.pagebox1 .page .pagelist .cur{background: #c11500;color:#fff;cursor: default;}

/* 公共弹框 */
.alert-box{position: fixed;width: 100%;height: 100%;background:rgba(0,0,0,0.5);z-index: 9999999;top:0;left:0;}
.alert-box .alert-content{width: 330px;height: 175px;background: #fff;border-radius: 7px;top:50%;bottom: 50%;right:50%;left:50%;margin-left: -165px;margin-top:-80px;position: absolute; }
.alert-box .alert-content .alert-header{border-bottom:1px solid rgba(228,228,228,.57);position: relative; padding:5px 10px;height: 37px;width: 100%;}
.alert-box .alert-content .alert-header button{opacity: 1;font-weight:normal;position: absolute;top: 5px;right: 15px;}
.alert-box .alert-content .alert-header button span{color:#666;}
.alert-box .alert-content .alert-title{margin: 0;height: 25px;line-height: 25px;font-size:14px;color:#242424;}
.alert-box .alert-content .alert-body{padding: 28px 15px 25px;text-align: center;color: #333;font-size: 16px;height: 80px;}
.alert-box .alert-content .alert-body p{margin: 0;}
.alert-box .alert-content .alert-body a{margin: 0 8px;color:#c70306;}
.alert-box .alert-content .alert-footer{margin-top: 10px;}
.alert-box .alert-content .alert-footer div{cursor: pointer;width: 100px;text-align: center;height: 30px;line-height: 30px;color: #fff;font-size: 14px;border-radius: 5px;}
.alert-box .alert-content .alert-footer .certain{background: #c70306;margin: 0 auto;}
.alert-box .alert-content .hascancel.alert-footer{text-align: center;}
.alert-box .alert-content .hascancel.alert-footer div{display: inline-block;margin: 0px 15px;}
.alert-box .alert-content .hascancel.alert-footer .cancel{background: #ccc;}

/* header */
.header{padding:0}
.header .logo{margin-right:20px}
.header .tophead{padding:35px 0;background: url('../../images/list/bg01.png') center/cover no-repeat;}
.header .search{border: solid 1px #c61b1d;}
.header .search-query{line-height: 50px;border:0;width:300px;padding:0 15px 0px 20px}
.header .search-submit{width:80px;background: #c41919;line-height: 50px;}
.header .login a{display:block;color:#fff;background: #c41919;width:100px;line-height: 50px;margin-left:20px;background-image: linear-gradient(-14deg,#c11500 0%,#ce3f2d 100%)}
.header .navblock{background: #c41919;padding:1px 0}
.header .navmenu{justify-content: space-around;}
.index-page .header .navblock{flex: 1;}
.header .navmenu>div{position: relative;}
.header .navmenu>div:hover .menulist{display: block;}
.header .navmenu .menui{color:#fff;padding:0 10px;border-bottom: 2px solid rgba(0,0,0,0);display: inline-block;line-height: 68px;}
.header .navmenu .menui.on{border-bottom-color: #fff;}
.header .navmenu .menulist{display:none;width:110px;padding-top:5px;position: absolute;left:50%;top:99%;transform: translateX(-50%);z-index: 10;}
.header .navmenu .ul{background: #fffcf9;box-shadow: 0px 0px 9px 1px rgba(171, 165, 164, 0.27);padding: 2px;}
.header .navmenu .ul div{padding:0 5px}
.header .navmenu .ul a{display: block;line-height: 38px;}
.header .navmenu .ul div:first-child a{border-width:0}
.header .navmenu .ul .on,.header .navmenu .ul div:hover{background: #c41919;}
.header .navmenu .ul .on a,.header .navmenu .ul div:hover a{color:#fff;border-width:0}
.header .navmenu .ul .on + div a{border-width: 0;}
.header.header-index .tophead{padding: 25px 0;background: none;}
.header.header-index .navblock{background: none;}
.header.header-index .navmenu .menui{line-height: 50px;}
.header .usercenter{position: relative;}
.header .nicklink{display: inline-block;width:50px;height:50px;border-radius: 50%;overflow: hidden;margin-left:10px}
.header .userlist{position: absolute;top:99%;right:0;padding-top:5px;display: none;}
.header .usercenter:hover .userlist{display: block;}
.header .userlist .list{background: #fffcf9;box-shadow: 0px 4px 12px 1px rgba(175, 175, 175, 0.17);width:max-content;padding:10px 0}
.header .userlist .list a{display: block;line-height: 30px;padding:0 15px}
/* footer */
.footer{padding:0}
.footer, .footer a{color:#fff}
.footer .links{background: url('../../images/index/bg06.png') center repeat-y;padding:30px 0}
.footer .links .title{font-size: 20px;}
.footer .links .title span{margin:0 8px}
.footer .links a{display:inline-block;margin-top:25px}
.footer .bottom{background: #7f1312;line-height: 62px;}
.go_top { display: none; position: fixed; bottom: 25px; right: 20px; z-index: 888; height: 32px; width: 32px; border-radius: 100%; background-repeat: no-repeat; background-position: center; background-image: url('../../images/top.png'); background-color: #fff; box-shadow: 0px 0px 20px rgba(193,21,0, 0.5); }
/* index */
/* banner */
/* .lightlist{position: relative;}
.lightlist .item{color:#fff;background: url('../../images/index/icon02.png') center/contain no-repeat;position: absolute;font-size: 16px;}
.lightlist .item.dark{opacity: .5;}
.lightlist .item:before{content:'';position: absolute;left:50%;top:50%;width:58%;padding-top:58%;background: url('../../images/index/icon03.png') center/contain no-repeat;animation: rotate 5s linear infinite}
@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.lightlist .item.dark:before{display: none;}
.lightlist .item .title{color:#fff;display: block;}
.lightlist .item .ul{visibility: hidden;}
.lightlist .item .hoverblock{display: none;}
.lightlist .item .name{text-align: center;display: inline-block;color: #fff;line-height: 6;width: 50%;left: 50%;transform: translateX(-50%);position: relative;}
.lightlist .item:nth-child(1){left:20px;top:50px;width:250px;line-height: 250px;font-size: 20px;}
.lightlist .item:nth-child(2){left:120px;top: 500px;width:200px;line-height: 200px;}
.lightlist .item:nth-child(3){left:25%;top: 180px;width:278px;line-height: 278px;font-size: 22px;}
.lightlist .item.isshow .ul{visibility: visible;}
.lightlist .item .it{opacity: 0;transition-property: opacity;transition-duration: .5s; position: absolute;font-size: 14px;color:#fff;background: url('../../images/index/icon01.png') center/100% 100% no-repeat;line-height: 26px;padding:10px 20px;max-width:250px;}
.lightlist .item .it:after{content:'';width:53px;height:53px;display: block;background: url('../../images/index/icon04.png') center no-repeat;position: absolute;left:100%;top:50%;transform: translateY(-50%);z-index: 1;}
.lightlist .item .it:hover:after{background-image: url('../../images/index/icon05.png');}
.lightlist .item .it .hoverblock{position:absolute;width:355px;padding:20px 30px;background: url('../../images/index/icon17.png') center/100% 100% no-repeat;left:calc(100% + 40px);z-index: 10;top:50%;transform: translateY(-50%);}
.lightlist .item .it .hoverblock .logo{width:136px;height:93px;margin-right:10px}
.lightlist .item .it .hoverblock .logo img{width:100%;height:100%;object-fit: cover;}
.lightlist .item .it .hoverblock .summary{color:#fff}
.lightlist .item .it:hover .hoverblock{display: flex;}
.lightlist .item .it:nth-child(1){top:-10%;right:60%;transition-delay: 0s;}
.lightlist .item .it:nth-child(2){top:10%;right:102%;transition-delay: .1s;}
.lightlist .item .it:nth-child(3){top:50%;right:115%;transform: translateY(-50%);transition-delay: .2s;}
.lightlist .item .it:nth-child(4){bottom:10%;right:102%;transition-delay: .3s;}
.lightlist .item .it:nth-child(5){bottom:-10%;right:60%;transition-delay: .4s;}
.lightlist .item.isshow .ul .it{opacity: 1;}

.lightlist .item:nth-child(4){left:40%;top: 80px;width:515px;line-height: 505px;font-size: 40px;}
.lightlist .item:nth-child(4) .it:nth-child(1){top:5%;right:60%}
.lightlist .item:nth-child(4) .it:nth-child(2){top:20%;right:85%}
.lightlist .item:nth-child(4) .it:nth-child(3){top:50%;right:94%;transform: translateY(-50%);}
.lightlist .item:nth-child(4) .it:nth-child(4){bottom:20%;right:85%}
.lightlist .item:nth-child(4) .it:nth-child(5){bottom:5%;right:60%}
.lightlist .item:nth-child(5){right:190px;top: 100px;width:278px;line-height: 278px;font-size: 22px;}
.lightlist .item:nth-child(6){right:230px;top: 400px;width:278px;line-height: 278px;font-size: 22px;}
.lightlist .item:nth-child(7){right:30px;top: 0;width:220px;line-height: 220px;font-size: 20px;}
.lightlist .item:nth-child(8){right:0px;top: 230px;width:220px;line-height: 220px;font-size: 18px;}
.lightlist .item:nth-child(9){right:30px;top: 500px;width:200px;line-height: 200px;} */


.bannerbox{background: url(../../images/index/bg02.png) no-repeat center bottom;}
.bannerbox .banner{position: relative;text-align: center;}
.bannerbox .font{position: absolute;left: 0;right: 0;margin: auto;margin-top: 20%;}
.bannerbox .header{position: absolute;width: 100%;}
.bannerbox .bg{max-height: 900px;}
.mapdiv{padding: 10px 0px 100px;}
.mapdiv .dtCon{position: relative;padding-left: 65px;}
.mapdiv .dtCon .left{position: absolute;left: -5px;width: 75px;top: -5px;}
.mapdiv .dtCon .con{padding: 5px;background: #DC5B42;overflow: hidden;}



.dtwrap{position: relative;}
.dtwrap .imgItem{position: absolute;}
.dtwrap .imgItem .imgCon{position: relative;}
.dtwrap .imgItem .name{display: inline-block;margin: auto;word-break: keep-all; color: #fff;background: #e02027 url(../../images/index/right.png) no-repeat calc(100% - 10px) center;font-size: 14px;line-height: 24px;height: 24px;padding: 0px 25px 0px 10px;}
.mapdiv .openBtn{z-index: 1; position: absolute;cursor: pointer; width: 30px;height: 30px;background: url(../../images/index/openImg.png) no-repeat center;background-size: contain; top: 10px;right: 10px;}

.dtwrap .numItem{position: absolute;z-index: 2;}
.dtwrap .numItem .showNum{color: #fff;cursor: pointer; background: #e02027;font-size: 14px;line-height: 40px;width: 40px;display: inline-block;text-align: center;border-radius: 50%;}
.dtwrap .numItem .numCon{position: relative;}
.dtwrap .numItem .numCon .imgCon{display: none; position: absolute;background: #e02027;word-break: keep-all;padding: 5px;top: 0;left: 40px;}
.dtwrap .numItem .numCon .name{word-break: keep-all; color: #fff;background: #e02027 url(../../images/index/right.png) no-repeat calc(100% - 10px) center;font-size: 14px;line-height: 24px;padding: 0px 25px 0px 10px;}
.dtwrap .numItem .numCon .name a{color: #fff;display: block;width: 185px;word-break: break-word;}
.dtwrap .numItem:hover .numCon .imgCon{display: block;}


.bigMap{position: fixed;width: 100%;height: 100%;background: rgba(0,0,0,.5);top: 0;left: 0;z-index: 999;overflow: auto;}
.bigMap .mapClose{position: fixed;z-index: 9; background: rgba(0,0,0,.5) url(../../images/index/close.png) no-repeat 22px 50px;background-size: 15px; border-radius: 50%;cursor: pointer;height: 80px;overflow: hidden;right: -40px;top: -40px;width: 80px}
.bigMap .mapImg{max-width: 4134px;}
.bigMap .dtwrap .icon{max-width: fit-content;}
.bigMap .mCSB_container_wrapper{margin-right: 15px;margin-bottom: 15px;}

.index-page{background: #f5f5f5;}
.index-page .nodata{margin:0}
.index-page .summary{color:#666}
.index-page .header{background-image: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0, 0, 0, .4) 100%);position: absolute;}
/* .index-page .banner{background: url('../../images/index/banner.png') center no-repeat;height:910px;position: relative;}
.index-page .banner .maplink{display: block;position: absolute;bottom:0;right:0;width:245px;line-height: 70px;color:#fff;background: url('../../images/index/icon18.png') 57px top  no-repeat,url('../../images/index/bg01.png') center no-repeat;font-size: 24px;padding-left:90px;} */
.b-title{margin: 60px 0 30px;align-items: flex-end;}
.b-title .name1{color: #333;font-size: 30px;line-height: 30px;}
.b-title .more{line-height: 16px;}
.b-title1 .more{color: #fff;line-height: 16px;}
a.more{color:#999;}
.index-page a.more:hover{color:#c11500}
.index-page .b-title1 .more:hover{color: #fff;opacity: 0.6;}
/* .index-page .sj{background: url('../../images/index/bg02.png') center/cover no-repeat;} */
.index-page .sjkcbox{padding-bottom: 40px;}
.index-page .jd{background: #fff;}
.index-page .sjgx{background: url('../../images/index/bg05.png') center/cover no-repeat;}
.index-page .sj .tab{margin:0 -5px;overflow: auto;}
.index-page .sj .tab>div{width: max-content;}
.index-page .sj .tab a{display:inline-block;border:1px solid #dc8a89;color:#962221;padding:0 20px;line-height: 50px;margin:0 5px}
.index-page .sj .tab a.on{color:#fff;background: #962221;border-color:#962221}
.index-page .sj .showcourse{margin:20px 0 80px}
.index-page .sj .showcourse>div:not(.nodata){height:600px}
.index-page .sj .showcourse .title{width:125px;height:100%;background: url('../../images/index/bg04.png') center/cover no-repeat;}
.index-page .sj .showcourse .title span{display: block;width:40px;height:500px;padding-right:8px;margin:50px auto;font-size: 34px;line-height: 24px;color:#fff;writing-mode: vertical-rl;text-orientation: mixed;}
.index-page .sj .showcourse .d-grow{position: relative;height:100%}
.showcourse{position: relative;}
.showcourse .imglink{position: relative;height:100%;z-index: 1;}
.showcourse .play{position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);}
.showcourse video{width:100%;height:100%;position: absolute;left:0;top:0}
.index-page .slides{background: url('../../images/index/bg03.png') center/cover no-repeat;padding:80px 0 60px;overflow: hidden;}
.index-page .slides .item{box-shadow: 0px 4px 5px 0px rgba(87, 0, 0, 0.41);background: #fff;}
.index-page .slides .nodata{color:#fff}
.nitem{display:block;margin-bottom:20px}
.nitem .imglink{height:240px}
.nitem .info{padding: 10px 15px 20px;height: 135px;}
.nitem:hover .title{color:#c11500}
.nitem .logo{width:24px;height:24px;border-radius: 50%;overflow: hidden;margin-right:10px}
.nitem .logo img{width:100%;height:100%;object-fit: cover;}
.nitem .summary{margin-top:8px;line-height: 24px;height:48px}
.nitem .school{margin-top:8px;}
.nitem .school .summary{margin-top:0;}
.index-page .slides .swiper-button-white{width:96px;height:96px;margin-top:0;transform: translateY(-50%);}
.index-page .slides .slides-prev{left:-100px;background:url(../../images/index/img3.png) no-repeat center;background-size: contain;}
.index-page .slides .slides-next{right:-100px;background:url(../../images/index/img4.png) no-repeat center;background-size: contain;}
.index-page .yrdtbox{background: #fff;padding-bottom: 45px;}
.index-page .yrdtbox .first .imgbox{height: 164px;}
.index-page .yrdtbox .first .info{padding-left:15px;width: calc(100% - 248px);}
.index-page .yrdtbox .first .info a{font-size: 20px;max-width: 100%;}
.index-page .yrdtbox .first .info a:hover{color:#c32e32}
.index-page .yrdtbox .first .info .summary{line-height: 26px;margin-top:20px;height:80px}
.index-page .yrdtbox .first .info .time{color:#666}
.index-page .yrdtbox .newslist {margin:12px 0;}
.index-page .yrdtbox .newslist .item{padding:13px 0px 13px 38px;color: #666; background: url(../../images/index/icon1.png) no-repeat left center; border-bottom: 1px solid #e1e1e1;}
.index-page .yrdtbox .newslist .item:hover{border-color: #c32e32;}
.index-page .yrdtbox .newslist .item:hover .title{color:#c32e32}
.index-page .yrdtbox .newslist .item .time{line-height: 26px;color: #999;min-width: 100px;text-align: right;}

.index-page .dt .first .info{width:50%;background: #fff;padding:30px 40px 30px 30px}
.index-page .dt .first .info a{font-size: 24px;display: inline-block;max-width: 100%;}
.index-page .dt .first .info a:hover{color:#c11500}
.index-page .dt .first .info .summary{line-height: 30px;margin: 25px 0px;}
.index-page .dt .first .info .time{color:#666}
.index-page .dt .first .imglink{height: 335px;}
.index-page .dt .newslist {margin:25px 0 50px}
.index-page .dt .newslist .item{display:block;background: #fff;border-bottom: solid 4px #fff;padding:20px 30px;margin-bottom:20px}
.index-page .dt .newslist .item:hover{border-color: #9a1605;}
.index-page .dt .newslist .item:hover .title{color:#c11500}
.index-page .dt .newslist .item .summary{line-height: 26px;margin-top:15px;height:52px}
.changetabs{margin-bottom:25px;position: relative;}
.changetabs .swiper-wrapper{padding-bottom:4px;padding-right:2px}
.changetabs .swiper-slide{position:relative;width:auto;margin-right:1px;color:#c11500;background: #fff;line-height: 44px;border:solid 1px #f2c4c4;padding:0 15px}
.changetabs .swiper-slide.on{background: #c11500;color:#fff}
.changetabs .swiper-slide.on:before{width:100%;height:4px;display: block;content:'';background: url('../../images/index/icon16.png') center bottom no-repeat;bottom:-4px;left:0;position: absolute;}
.changetabs .d-shrink{margin-left:20px}
.changetabs.hideBtn .d-shrink{display: none !important;}
.changetabs .swiper-button-white{position: relative;left:initial;right:initial;top:0;display: inline-block;width:30px;background-color: #c11500;background-size: 10px 16px;margin-top:0;margin-left:8px}
.index-page .jd .jdlist{margin-bottom:40px}
.index-page .jd .jdlist .imglink{height:164px}
.index-page .jd .jdlist .info, .index-page .al .caselist .info{border: solid 1px #e2e2e2;border-top:0}
.index-page .al .caselist{margin-bottom:40px}
.index-page .al .nitem .imglink{height:154px}
.index-page .al .first .imglink{height:400px}
.index-page .al .item:not(.first) .info{padding-bottom:9px}
.index-page .al .item .info a{display: inline-block;max-width: 100%;}


.index-page .sjal .item{margin-bottom:20px}
.index-page .sjal .item .info{}
.index-page .sjal .item .logo{width:24px;height:24px;border-radius: 50%;overflow: hidden;margin-right:10px}
.index-page .sjal .item .logo img{width:100%;height:100%;object-fit: cover;}
.index-page .sjal .item .summary{margin-top:8px;line-height: 24px;height:48px}
.index-page .sjal .first{position: relative;}
.index-page .sjal .first .imglink{height:365px}
.index-page .sjal .first .info{padding: 15px 20px;position: absolute;width: 100%; bottom: 0;background: rgba(0, 0, 0, .6);}
.index-page .sjal .first .info a{color: #fff;}
.index-page .sjal .first .info .school{color: rgba(255, 255, 255, .6);}
.index-page .sjal .second{}
.index-page .sjal .second .imglink{height:108px;width: 204px;}
.index-page .sjal .second:hover .title{color:#c11500}
.index-page .sjal .second .info{flex: 1;display: flex;flex-direction: column;justify-content: space-between;max-width: calc(100% - 205px);padding-left: 15px;}


.index-page .lj{background: #fff;padding-bottom:60px}
.index-page .lj .item{margin-bottom:20px}
.index-page .lj .first{box-shadow: 0px 0px 21px 0px rgba(149, 149, 149, 0.26);background: #fff;padding:20px;display: block;}
.index-page .lj .first .time{color:#fff;background: url('../../images/index/icon15.png') center no-repeat;padding-left: 23px;padding-top:5px;width:126px;height:44px;margin-left:-26px;}
.index-page .lj .first .title{font-size: 24px;margin-bottom:20px}
.index-page .lj .first:hover .title{color:#c11500}
.index-page .lj .first .imglink{height:218px}
.index-page .lj .second{background: #fff1ec;padding:38px 30px;display: block;}
.index-page .lj .second .title{font-size: 20px;margin-bottom:20px;height:59px}
.index-page .lj .second .time{color:#c11500;margin-left:20px}
.index-page .lj .second .isline{height:1px;background: #c11500;opacity: .14;}
.index-page .lj .gxhlist{margin-top:40px}
.index-page .lj .rightlist{background: rgba(241,241,241,.9);padding:0 20px;padding-bottom:20px;margin-bottom:8px}
.index-page .lj .rightlist .more{font-size: 14px;}
.index-page .lj .rightlist .b-title{margin:20px 0}
.index-page .lj .rightlist .list{height:255px;position: relative;}
.index-page .lj .rightlist .list .d-center-flex{margin-bottom:20px}
.index-page .lj .rightlist .list .swiper-pagination{width:100%;bottom:-10px}
.index-page .lj .rightlist .list .swiper-pagination span{margin:0 3px}
.index-page .lj .rightlist .list .swiper-pagination-bullet-active,.index-page .lj .rightlist .list .swiper-pagination-bullet{background: #c11500;}
.index-page .lj .rightlist .list .swiper-pagination-bullet-active{width:15px;border-radius: 4px;}
.index-page .lj .rightlist .num{width:28px;height:28px;margin-right:20px}
.index-page .lj .rightlist .num span{margin-top:4px;background:#fff;display: inline-block;width:20px;line-height: 20px;border-radius: 50%;border:1px solid #d2d2d2}
.index-page .lj .rightlist .num1{background: url('../../images/index/icon11.png') center no-repeat;}
.index-page .lj .rightlist .num2{background: url('../../images/index/icon12.png') center no-repeat;}
.index-page .lj .rightlist .num3{background: url('../../images/index/icon13.png') center no-repeat;}
.index-page .lj .rightlist .spnum{margin-top:3px}
.index-page .lj .rightlist .spnum span{display: none;}
.index-page .lj .rightlist .logo{width:28px;height:28px;border-radius: 50%;overflow: hidden;margin-right:10px}
.index-page .lj .rightlist .logo img{width:100%;height:100%;object-fit: cover;}
.index-page .gxh{padding-bottom:60px}
.gxh .gxlist{margin-top:60px}
.gxh .gxlist .item{display: inline-block;margin:0 22px;max-width: 192px;margin-bottom:20px}
.gxh .gxlist .item .imglink{width:192px;height:192px;border-radius: 50%;}
.gxh .gxlist .item .name:hover{color: #c11500;}
.gxh .gxlist .item .shadow{margin:8px 0 10px}
.index-page .gxh .qylist{margin-top:50px}
.index-page .gxh .qylist .item{background: #fff;padding:30px;border-bottom:5px solid #fff;margin-bottom:20px;display: block;}
.index-page .gxh .qylist .item .img{max-width:100%;height:70px;}
.index-page .gxh .qylist .item .name{font-size: 20px;margin:15px 0;}
.index-page .gxh .qylist .item:hover{border-color: #c11500;}
.index-page .gxh .qylist .item:hover .name{color: #c11500;}
.index-page .gxh .qylist .summary{line-height: 24px;height:144px}

.bannerBox {position: relative; width: 100%; height: 275px; background: url('../../images/list/bg02.png') no-repeat center center;}
.bannerBox .banner-title {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: auto;word-break: keep-all; }
.bannerBox .banner-title .font{position: relative;display: inline-block;padding: 0px 70px;font-family: SourceHanSansCN-Bold;font-size: 48px;color: #fff;}
.bannerBox .banner-title .font .line{position: absolute;top: 0;bottom: 0;margin: auto; display: inline-block;width: 30px;height: 4px;background: #fff;}
.bannerBox .banner-title .font .prev{left: 0;}
.bannerBox .banner-title .font .next{right: 0;}




/* list */
.list-page .banner{background: url('../../images/list/bg02.png') center no-repeat;height:195px;padding-top:58px;color:#fff;font-size: 48px;letter-spacing: 3px;}
.list-page .mainbox{padding:40px 0 100px;background: #fffbf7 url('../../images/list/bg03.png') center bottom no-repeat;}
.ljpage .item{height:166px;background: #fbfbfb;box-shadow: 0px 0px 9px 0px rgba(191, 191, 191, 0.22);margin-bottom:20px;padding:28px 15px}
.ljpage .item .imglink{width:168px;height:110px;margin-right:18px}
.ljpage .item .title{font-size: 20px;line-height: 32px;height:64px;margin-bottom:22px}
.ljpage .item:hover .title{color:#c11500}
.ljpage .item .time{color:#c11500}
.ljpage .item .isline{height:1px;background: #c11500;opacity: .14;margin-right:15px}

.sj-page .item{margin-bottom:20px}
.sj-page .item .imglink{width:100%;height:200px;}
.sj-page .item .info{border:solid 1px #e3e3e3;border-top:0;padding:15px 20px;background: #fff;}
.sj-page .item .info a{display: inline-block;max-width: 100%;}
.sj-page .item .info .summary{color:#919191;line-height: 20px;height:40px;margin-top:5px}
.sj-page .item:hover a{color:#c11500}

/* 详情页 */
.detail-page .maincontent{padding-bottom:100px}
/* .detail-page .banner{background: url('../../images/list/bg02.png') center no-repeat;height:195px;}
.detail-page .maincontent>.container{margin-top:-195px}
.detail-page .breadcrumb span,.detail-page .breadcrumb a{font-size: 16px;color:#fff;opacity: .7;}
.detail-page .breadcrumb a:hover{color:#fff!important}
.detail-page .breadcrumb span{opacity: 1;}*/

.detail-page .breadcrumb-box{margin: 0;}
.detail-page .breadcrumb{margin: 15px 0px;}
.detail-page .breadcrumb span,.detail-page .breadcrumb a{font-size: 16px;color: #999;line-height: 26px;}
.detail-page .breadcrumb>li+li:before{content: '/';float: left;padding: 4px 5px 0px 2px;} 
.detail-page .breadcrumb .active span,.detail-page .breadcrumb .active a{color: #333;}

.detail-page .whitebox{border:solid 1px #e3e3e3;background:#fff;}
.detail-page .detail-con{padding:0 32px;position: relative;margin-bottom:20px}
.detail-page .detail-con .title{font-size: 32px;line-height: 46px;margin:30px 0;color: #232323;}
.detail-page .detail-con .info{color:#999;border-bottom:2px solid #eee;padding-bottom:12px}
.detail-page .detail-con .info span:not(:last-child){margin-right:15px}
.detail-page .detail-con .info .fsblock .text{margin-right: 0;}
.detail-page .detail-con .info .fsblock .pointer{display:inline-block;margin-right: 10px; width:24px;line-height:24px;border-radius: 50%;background: #d6d6d6;color:#fff}
.detail-page .detail-con .info .fsblock .on{background: #c11500;}
.detail-page .maincontent .contentbox{padding:25px 0 50px}
.detail-page .maincontent .txt p{line-height: 2em;margin-bottom: 35px;}
.detail-page .maincontent .txt ul{padding-left:30px}
.detail-page .maincontent .txt li{list-style: inherit;}
.detail-page .maincontent .txt img{max-width: 100%!important;height: auto;}
.detail-page .maincontent .txt table{width:100%}
.detail-page .maincontent .txt table td{padding:0 5px;}
.detail-page .maincontent .txt table:not(.borderHidden) tbody{border-left:1px solid #ddd;border-top:1px solid #ddd;}
.detail-page .maincontent .txt table:not(.borderHidden) td{border-right:1px solid #ddd;border-bottom:1px solid #ddd;}
.detail-page .maincontent .txt .hidden-first-row td{border:0}
.detail-page .maincontent video{max-height: 470px;max-width:100%;}
.detail-page .maincontent .videobox .videoinfo{font-size: 16px;line-height: 28px;font-family: SourceHanSerifCN-Regular;padding: 34px 0px;}
.detail-page .maincontent .videobox .videoinfo .tip{color: #7d302f;}
.detail-page .maincontent .videobox .videoinfo .con{color: #242424;margin-left: 40px;}

.detail-page .xyhRightinfo{border: solid 1px #e3e3e3;padding:20px 15px 30px;margin-bottom:30px}
.detail-page .xyhRightinfo .logobox a{display:block;width:100px;height:100px;margin:0 auto;border-radius: 50%; overflow: hidden;}
.detail-page .xyhRightinfo .Fxyhlogo{width:100%;height:100%;object-fit: cover;}
.detail-page .xyhRightinfo .name{margin:15px 0 30px}
.detail-page .xyhRightinfo .FstudioName{display: inline-block;max-width: 100%;font-size: 24px;}
.detail-page .xyhRightinfo .FstudioName:hover{color: #cf0000;}
.detail-page .numbox{position: relative;}
.detail-page .isline{position: absolute;width:1px;height:36px;background: #cdcdcd;left:50%;top:10px}
.detail-page .numwrap{width:50%}
.detail-page .numwrap .num{color:#cf0000;}
.detail-page .numwrap .font{color:#666;margin-top:5px}
.detail-page .followbtn{width:108px;line-height: 44px;color:#fff;background: #cf0000;margin:50px auto 0;cursor: pointer;}

.detail-page .relalist.hasborder{border: solid 1px #e3e3e3;background: #fff;padding:25px 15px 40px;}
.detail-page .relalist .title{font-size: 24px;}
.detail-page .relalist .title span{color:#c11500}
.detail-page .relalist a{padding-left:19px;background: url('../../images/list/icon01.png') left 8px no-repeat;line-height: 26px;margin-top:20px}
.detail-page .relalist a:hover{background-image: url('../../images/list/icon02.png'); color:#c11500}

.detail-page .relaBase.hasborder{border: solid 1px #e3e3e3;background: #fff;padding:25px 15px 40px;}
.detail-page .relaBase .title{font-size: 24px;}
.detail-page .relaBase .title span{color:#c11500}
.detail-page .relaBase .ul{position: relative;}
.detail-page .relaBase .ul::after{position: absolute;display: block;content: '';width: 1px;height: calc(100% - 50px);background: #c11500; left: 4px;top: 0;bottom: 0;margin: auto; }
.detail-page .relaBase .school{position: relative;padding-left: 20px;margin-top: 15px;}
.detail-page .relaBase .school::after{position: absolute;display: block;content: '';background: #c11500;height: 1px;width: 30px;left: 0;top: 0;bottom: 0;margin: auto; }
.detail-page .relaBase .school::before{position: absolute;z-index: 1;display: block;content: '';border:1px solid #c11500;background: #fff;border-radius: 50%; height: 10px;width: 10px;left: 0;top: 0;bottom: 0;margin: auto; }
.detail-page .relaBase .school .con{}
.detail-page .relaBase .school .logo{width: 60px;height: 60px;border-radius: 50%;overflow: hidden;margin-right: 15px;}
.detail-page .relaBase .school .logo img{width: 100%;height: 100%;object-fit: cover;}
.detail-page .relaBase .school .name{color: #232323;line-height: 24px;}
.detail-page .relaBase .school .name:hover{color: #c11500;}

.detail-page .share-box{position: absolute;left:-80px;top:150px;width:45px;}
.detail-page .bshare-custom a{position:relative;display: block;width:42px;height: 42px;border-radius: 50%;margin:20px auto 5px}
.detail-page .bshare-custom .bshare-qqim{background: #dfdfdf url('../../images/list/icon07.png') no-repeat center;}
.detail-page .bshare-custom .bshare-weixin{background: #dfdfdf url('../../images/list/icon08.png') no-repeat center;}
.detail-page .bshare-custom .bshare-sinaminiblog{background: #dfdfdf url('../../images/list/icon09.png') no-repeat center;}
.detail-page .bshare-custom .bshare-qqim:hover{background: #4f7ef6 url('../../images/list/icon07.png') no-repeat center;}
.detail-page .bshare-custom .bshare-weixin:hover{background: #2ad090 url('../../images/list/icon08.png') no-repeat center;}
.detail-page .bshare-custom .bshare-sinaminiblog:hover{background: #f13939 url('../../images/list/icon09.png') no-repeat center;}
.detail-page .share-icon{width:42px;height: 42px;border: solid 1px #dfdfdf;border-radius: 50%; background-position: center;background-size: 18px;background-repeat: no-repeat;margin:15px auto 0px}
.detail-page .share-icon:hover{border: solid 1px #fad6d6;}
.detail-page .share-f{font-size: 14px;line-height: 24px;} 
.detail-page .like .share-icon{background-image: url('../../images/list/icon03.png');}
.detail-page .fav .share-icon{background-image: url('../../images/list/icon05.png');}
.detail-page .like.current .share-icon{background-image: url('../../images/list/icon04.png');}
.detail-page .like.current{color:#cf0000}
.detail-page .fav.current .share-icon{background-image: url('../../images/list/icon06.png');}
.detail-page .share-box .qrcode{position: absolute;left:100%;top:50%;transform:translateY(-50%);width: 126px;height: 126px;border: 1px solid #c7bcac;padding: 3px; background: #f7f5f2; display: none;z-index: 9}
.detail-page .share-box .qrcode img{max-width: 100%;max-height: 100%;margin: 0 auto;}

.detailShare{padding: 0px 25px;}
.detailShare .item{border: 1px solid #ffd5d5;color: #cf0000;border-radius: 32px;line-height: 34px;padding:15px 0px 15px 20px;margin-bottom: 20px;}
.detailShare .item .font{display: inline-block;border-left: 1px solid #ffd5d5;padding: 0px 15px;}
.detailShare .item .num{padding-left: 50px;width: calc(100% - 75px);}
.detailShare .item .num1{background: url('../../images/list/icon03.png') no-repeat 10px center;background-size: 28px;}
.detailShare .item.current .num1{background: url('../../images/list/icon04.png') no-repeat 10px center;background-size: 28px;}
.detailShare .item .num2{background: url('../../images/list/icon05.png') no-repeat 10px center;background-size: 28px;}
.detailShare .item.current .num2{background: url('../../images/list/icon06.png') no-repeat 10px center;background-size: 28px;}
.detailShare .item .pointer{display: inline-block;width: 36px;height: 36px;border-radius: 50%;}
.detailShare .bshare-qqim{background: #dfdfdf url('../../images/list/icon07.png') no-repeat center;}
.detailShare .bshare-wx{background: #dfdfdf url('../../images/list/icon08.png') no-repeat center;}
.detailShare .bshare-sinaminiblog{background: #dfdfdf url('../../images/list/icon09.png') no-repeat center;}
.detailShare .bshare-qqim:hover{background: #4f7ef6 url('../../images/list/icon07.png') no-repeat center;}
.detailShare .bshare-wx:hover{background: #2ad090 url('../../images/list/icon08.png') no-repeat center;}
.detailShare .bshare-sinaminiblog:hover{background: #f13939 url('../../images/list/icon09.png') no-repeat center;}
.detailShare .sjBox{width: calc(100% - 75px);position: relative;}
.detailShare .qrcode{position: absolute;left:0;width: 126px;height: 126px;border: 1px solid #c7bcac;padding: 3px; background: #f7f5f2; display: none;z-index: 9}
.detailShare .qrcode img{max-width: 100%;max-height: 100%;margin: 0 auto;}


.detail-page .imagesgroup{border:solid 2px #c11500;margin-bottom:20px;padding: 10px;}
.detail-page .slider-for{position: relative;}
.detail-page .slider-for>div{position: relative;width:100%;height:100%;}
.detail-page .slider-for .imgslide{background:#FAF9F7;}
.detail-page .slider-for img{width:100%;height:484px;object-fit: contain}
.detail-page .slider-for .info{padding: 10px 20px 5px;}
.detail-page .slider-for .info .numbox{font-family: SourceHanSerifCN-SemiBold;padding: 15px 0px;}
.detail-page .slider-for .info .numbox .bigcur{color: #c11500;}
.detail-page .slider-for .info .numbox .bignum{color: #242424;}
.detail-page .slider-for .info .infobox{color: #242424;line-height: 28px;min-height: 100px;font-family: SourceHanSerifCN-Regular;}
.detail-page .slider-for .slick-arrow{width: 45px;height: 50px;top: 220px; z-index: 1;position: absolute;border: none;}
.detail-page .slider-for .slick-prev{background: rgba(255,255,255,.2) url(../../images/kcase/icon1.png) no-repeat center center;left: -10px;}
.detail-page .slider-for .slick-next{background: rgba(255, 255, 255, .2) url(../../images/kcase/icon2.png) no-repeat center center;right: -10px;}
/* .detail-page .slider-for .slick-prev:hover{background: url(../../images/index/icon16_on.png) no-repeat center center;}
.detail-page .slider-for .slick-next:hover{background: url(../../images/index/icon15_on.png) no-repeat center center;} */
.detail-page .slick-prev:before,.detail-page .slick-next:before{display: none;}

.sjpage .banner{height:535px}
.sjpage .top{background: url('../../images/list/bg05.png') center repeat-y;padding:40px 0 80px}
.sjpage .top .introbox{border:solid 1px #c11500;background: #fff;box-shadow: 0px 4px 10px 0px rgba(161, 111, 109, 0.32);padding:36px;padding-top:0}
.sjpage .top .introbox .title{margin-top:10px;color:#c11500;font-size: 24px;width:178px;line-height: 50px;border:solid 1px #d2d2d2;padding-left:45px;position: relative;}
.sjpage .top .introbox .title::before{content:'';position: absolute;left:-14px;top:-30px;width:30px;height:70px;background: #b50e09;}
.sjpage .top .intro{line-height: 32px;margin-top:18px;text-align: justify;}
.sjpage .topicbox span{display: inline-block;font-size: 34px;margin:40px 0 30px;padding:0 33px;line-height: 56px;border-bottom: 4px solid #c11500;color:#c11500;position: relative;}
.sjpage .topicbox span::before,.sjpage .topicbox span::after{content:'';display: inline-block;width:26px;height:3px;background: #c11500;position: absolute;top:50%;transform: translateY(-50%);}
.sjpage .topicbox span::before{left:-22px}
.sjpage .topicbox span::after{right:-22px}
.sjpage .topicbox .more{color:#c11500;margin-top:75px}
.sjpage .video{height:665px;}
.sjpage .video .showcourse{height:100%}
.sjpage .kcase{padding-bottom: 120px;background: #fff url('../../images/list/bg06.jpg') center bottom/100% 230px repeat-x;}
.sjpage .kcaselist .item{margin-bottom:10px;display: block;}
.sjpage .kcaselist .imglink{position: relative;height:160px}
.sjpage .kcaselist .imglink .playbox{position: absolute;left:0;top:0;width:100%;height:100%;background: rgba(0,0,0,.2);}
.sjpage .kcaselist .imglink .play{position: absolute;left:50%;top:50%;transform: translate(-50%, -50%);}
.sjpage .kcaselist .title{padding:0 20px;line-height: 38px;}
.sjpage .kcaselist .item:not(.sp) .title{color:#fff}
.sjpage .al{background: #fff5eb;padding:80px 0 40px}
.sjpage .b_title div{width:34px;font-size: 34px;color: #c11500;line-height: 40px;margin-bottom:110px;position: relative;}
.sjpage .b_title div:after{content:'';display: block;width:2px;height:26px;background: #c11500;position: absolute;left:50%;transform: translateX(-50%);bottom:-50px}
.sjpage .b_title .more{color:#c11500;padding:17px 10px;line-height:16px;display: inline-block;width:33px;height: 80px;background: url('../../images/list/icon15.png') center/contain no-repeat;}
.sjpage .jd{background: url('../../images/list/bg05.png') center no-repeat;padding:70px 0 40px}
.sjpage .sz{background: #fff url('../../images/list/bg06.jpg') center bottom/100% 230px repeat-x;padding: 70px 0 60px}
.sjpage .sz .more{color:#fff;background-image: url('../../images/list/icon16.png');}
.sjpage .sz .b_title div{margin-bottom:150px}
.sjpage .sz .sjszblock .item{overflow: hidden;}
.sjpage .sz .sjszblock .fg{background: rgba(193,21,0);bottom:-94px;transition: all .2s;}
.sjpage .sz .sjszblock .item:hover .fg{background: rgba(193,21,0,.7);bottom:0}
.sjpage .sz .sjszblock .title{font-weight: bold;font-size: 20px;}
.sjpage .sz .sjszblock .school{font-size: 16px;}
.sjpage .sz .swiper-button-white{background-color: #c11500;background-size: 10px 16px;}
.sjpage .gxh{background: #fffbf7 url('../../images/list/bg03.png') center bottom no-repeat;padding-bottom: 120px;}
.sjpage .gxh .gxlist{flex-wrap: wrap;margin-top:30px}
.sjpage .gxh .gxlist .item{margin-bottom:30px}
.sjpage .sub_menu{position:absolute;display:none;z-index: 10;background: #fff;padding: 10px 0;width: 100%;box-shadow: 0px 0px 18px 0px rgba(143, 143, 143, 0.21)}
.sjpage .sub_menu.open{display: block;}
.sjpage .sub_menu span{display: inline-block;color:#c11500;padding:0 30px;margin:10px 8px;line-height: 50px;border:1px solid #dc8a89}
.sjpage .sub_menu span.on{color:#fff;background: #c11500;border-color: #c11500;}
.sjpage .sjjdblock .cover-box .top-img{height:200px}

/* 课程播放页 */
.bfpage .detail-con{padding:0}
.bfpage .left-box {width: 875px; padding:0 25px 40px}
.bfpage .left-box .title{margin-top:20px}
.bfpage .left-box .video-box{margin-top:15px;width:100%}
.bfpage .left-box .info{color:#333}
.bfpage .left-box .info span{display: inline-block;}
.bfpage .left-box .info #time{margin-left:15px;padding-left:20px;background: url('../../images/list/icon10.png') left center no-repeat;color:#616674}
.bfpage .left-box .info #viewCount{padding-left:20px;background: url('../../images/list/icon11.png') left center no-repeat;color: #616674}
.bfpage .left-box #video{width: 100%;}
.bfpage .right-box {width: calc(100% - 875px);background-color: #fff;border-left: 2px solid #eee;}
.bfpage .right-box .title-box{padding-left:18px}
.bfpage .course-list{overflow: hidden;}
.bfpage .course-list .swiper-container{height:675px;}
.bfpage .right-box .ul-li{padding:18px;}
.bfpage .right-box .ul-li .name{margin-top:5px;line-height: 24px;}
.bfpage .right-box .ul-li .imglink{height:160px}
.bfpage .right-box .ul-li.active{background: #fff0f0;}
.bfpage .right-box .ul-li.active .name{padding-left:30px;background: url('../../images/list/icon12.png') left center no-repeat;}
.bfpage .backbtn{padding-left:25px;background: url('../../images/list/icon18.png') left center/20px no-repeat;}
.bfpage .swiperbtn{height:30px;background-size: 15px;background-repeat: no-repeat;background-position: center;background-color:#fff0f0;cursor: pointer;}
.bfpage .prevbtn{background-image: url('../../images/list/icon19.png');margin-bottom:5px}
.bfpage .nextbtn{background-image: url('../../images/list/icon20.png');}
.bfpage .swiperbtn.swiper-button-disabled{cursor: not-allowed;opacity: .5;}
.bfpage .infobox{padding:20px 25px 40px;margin-top:-21px}
.bfpage .infobox .b_name{font-size: 24px;margin-bottom:15px;position: relative;}
.bfpage .infobox .b_name::after{position: absolute;top: 0;left: -25px; content: '';display: block;width: 2px;height: 35px;background-color: #c41919;}
.bfpage .infobox .intro{margin-bottom:30px}
.bfpage .infobox .teacherlist{margin-bottom:30px}

/* 课程详情页 */
.course-page .mainbox>.container{margin-top:-195px}
.course-page .leftmenu{background: #fff;color: #333; padding: 15px 0px; box-shadow: 0px 0px 18px 0px rgba(143, 143, 143, 0.21)}
.course-page .leftmenu div{line-height: 50px;margin-bottom:7px}
.course-page .leftmenu div.on{background: #fff8f8;color:#fff;border-left: 3px solid #cf0000;color: #c41919;}
.course-page .tabname span{display:inline-block;line-height:40px;padding-left: 30px; }
.course-page .tabname span.kcml-span{background: url(../../images/kcase/icon3.png) no-repeat left center;}
.course-page .tabname span.sjsz-span{background: url(../../images/kcase/sjsz.png) no-repeat left center;}
.course-page .tabname span.sjjd-span{background: url(../../images/kcase/sjjd.png) no-repeat left center;}
.course-page .tabname span.sjal-span{background: url(../../images/kcase/sjal.png) no-repeat left center;}
#share-box {position: relative;}
#share-box .dz {width: 57px; height: 57px; border-radius: 50%; cursor: pointer; border: solid 1px #d6ecfa;background: #fff url('../../images/index/icon30.png') no-repeat center center;}
#share-box .sc.ysc {background: #f6fbff url('../../images/index/icon31.png') no-repeat center center;}
#share-box .sc {width: 57px; height: 57px; cursor: pointer; border-radius: 50%; border: solid 1px #d6ecfa;background: #fff url('../../images/index/icon39.png') no-repeat center center;}
#share-box .ydz .dz{background: #f6fbff url('../../images/index/icon28.png') no-repeat center center;}
#share-box .default-text {font-size: 14px; color: #2a2a2a; text-align: center;margin-top: 10px; margin-bottom: 20px;}
#share-box .default-text.active {color: #2a9eff;cursor: pointer;}
#share-box .zf {width: 42px; height: 42px; margin: auto;margin-bottom: 20px;cursor: pointer;}
#share-box .qq {background: url('../../images/kcase/icon32.png') no-repeat center center; background-size: 100% 100%;}
#share-box .wx {background: url('../../images/kcase/wechante.png') no-repeat center center; background-size: 100% 100%;}
#share-box .wb {background: url('../../images/kcase/weibo.png') no-repeat center center; background-size: 100% 100%;}
#share-box #qrcode_c{position: absolute;left:100%;top:50%;transform:translateY(-50%);padding: 3px; width: 100px;height: 100px;border: 1px solid #c7bcac;background: #f7f5f2; display: none;z-index: 9}
#share-box #qrcode_c img{max-width: 100%;max-height: 100%;margin: 0 auto;}
/* .course-page .course-toolbar{margin:-50px 0 20px} */
/* .course-page .course-info-box>div:nth-child(n+4){color:#333} */

/* 登录 */
.selectPage{height:100%;background: url('../../images/list/login.jpg') center no-repeat;}
.selectPage .loginheader{padding-top:5vh;padding-left:100px}
.selectPage .loginheader a{margin-right:20px}
.selectPage .btnbox{text-align: center;}
.selectPage .item{vertical-align: middle;box-sizing: border-box;max-width: 40%;margin:0 45px;display:inline-block;width:455px;height:455px;border-radius: 10px;padding:50px 40px 0;color:#fff;font-weight: bold;font-size: 34px;}
.selectPage .item img{ margin-bottom:30px;width:218px;height:225px;object-fit: contain;}
.selectPage .item.user{background-image: linear-gradient(0deg,#f74932 0%,#fb614f 50%,#ff796b 100%);box-shadow: 0px 7px 18px 0px rgba(225, 58, 35, 0.41)}
.selectPage .item.gxh{background-image: linear-gradient(-24deg,#f78b00 0%,#ffbd54 100%);box-shadow: 0px 7px 18px 0px rgba(222, 99, 0, 0.41)}



@media screen and (min-width: 992px) {
  .course-page .tabboxs{width: 20%;}
  .course-page .course-big-box{width: 80%;}
  .changetabs .swiper-slide{min-width: 100px;text-align: center;}
}
@media screen and (min-width: 1800px) {
	/* .lightlist .item:nth-child(5){right:320px}
	.lightlist .item:nth-child(6){right:400px} */
}

@media screen and (min-width: 1200px) {
  .bannerbox .bg{min-height: 700px;}
}
@media screen and (max-width: 1200px) {
	.index-page .slides .slides-prev{left:10px}
	.index-page .slides .slides-next{right:10px}

  .header .search-query{width: 200px;}
  
  .index-page .dt .first .imglink{height: 250px;}

  .mapdiv .dtCon{padding-left: 0;}
  .mapdiv .dtCon .left{width: calc(100% + 10px);position: relative;margin-bottom: -10px;}
  .mapdiv .dtCon .left .img9{position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;height: 60%;}
}

@media screen and (min-width: 1024px) {
  .burger,.index-page .header .logo{display: none !important;}
}
@media screen and (max-width: 1024px) {
	.header .tophead .d-center-flex{flex-wrap: wrap;}
	.header .tophead .search,.header .tophead .loginblock{margin-top:20px}
	.header .tophead .search{flex-grow: 1;}
  .header .logo{max-width: calc(100% - 80px);}
	.header .navblock{display: none;width:280px;max-width: 50%;position: absolute;right:0;top:90px;z-index: 20;padding: 15px 0}
	.header.header-index .navblock{top:80px}
	.header .navblock.fixmenu{display: block;}
	.header .navmenu{display: block;}
	.header .navmenu .menui{line-height:55px}
	.header .navmenu .menulist{position:relative;left:0;transform: none;top:0;width:80px;margin-left:30px;padding-top:0}
	.header .navmenu .ul{background: none;box-shadow: none;}
	.header .navmenu .ul a{color:#fff;line-height: 40px;}
	.header .navmenu .ul div:last-child a{border-width:1px}
	.header .navmenu .ul  .on a{border-color: #fff;border-width: 1px;border-bottom: 1px solid #fff;}
	.header .navmenu .menulist{display:block}
	.header.header-index .navblock{background: #c41919;}
	/* .lightlist{width:2048px;transform: scale(.5) translateX(-50%);} */
	/* .index-page .banner{height:600px;height: 100%;object-fit: cover;} */
  .bannerbox .bg{height: 450px;}

	.detail-page .share-box{position: relative;width:100%;left:initial;top:initial;box-shadow: none;padding:0;}
	.detail-page .share-box .share-con{display: inline-block;margin:-40px 20px 30px;}

	.bfpage .left-box,.bfpage .right-box{width:100%;border:0}
	.bfpage .right-box{margin-top:10px}
	.selectPage{background-size: cover;}
	.selectPage .item{margin: 0 20px}

  
  .bannerBox .banner-title .font{font-size: 36px;}
}


@media screen and (max-width: 820px) {
  .bannerbox .font{margin-top: 25%;max-width: 80%;}

	.index-page .gxh .gxlist{flex-wrap: wrap;}
	/* .lightlist{width:1500px} */
	.ljpage .item .imglink{width:130px}
	.sjpage .b_title div{width:auto;float: left;margin-bottom: 0;}
	.sjpage .sz .b_title div{margin-bottom: 0;}
	.sjpage .b_title div:after{display: none;}
	.sjpage .b_title .more{float: right;width: auto;background: none;}
	.sjpage .sz .more{color:#c11500}
	.sjpage .banner{height:350px;background-size: cover;}
	.sjpage .video{height:480px}
	.selectPage .item{font-size: 28px;}
	
  .index-page .dt .first .info .summary{margin: 0px;}
}

@media screen and (max-width: 580px) {
  .header .search-query{max-width: calc(100% - 80px);}
  .header .tophead .search{max-width: calc(100% - 120px);}
}
@media screen and (max-width: 440px) {
  .bannerBox{height: 220px;}
  .bannerBox .banner-title .font{font-size: 30px;padding: 0px 50px;}

  .header .tophead .search{max-width: calc(100% - 100px);}
  
	body{font-size: 12px;}
	.font18{font-size: 16px;}
	.font16{font-size: 14px;}
	.font12{font-size: 10px;}
	.header .tophead,.header.header-index .tophead{padding:15px 0}
	.header .logo{margin-right:10px}
	/* .header .logo1 img{height:20px;max-width: 190px;} */
	.header .logo2 img{height:30px;}
	.header .search-query{width:auto;line-height: 40px;}
	.header .search-submit{line-height: 40px;}
	.header .login a{line-height: 40px;width:80px;}
	.header .navblock,.header.header-index .navblock{top:55px}
  
  .footer .links{padding: 20px 0px 30px;}
  .footer .links .title{font-size: 16px;}
  .footer .links .title span{margin: 0;}
	.footer .links a{margin-top:10px}
  .footer .bottom{padding: 10px 0px;line-height: 24px;}
	/* .lightlist{transform: scale(.25) translateX(-145%);} */
	/* .index-page .banner{height:335px} */
	/* .index-page .banner .maplink{font-size: 16px;padding-left: 57px;width: 160px;line-height: 40px;background: url(../../images/index/icon18.png) 30px -18px no-repeat, url(../../images/index/bg01.png) center / cover no-repeat;} */
  
  .bannerbox .bg{height: 280px;}
  .bannerbox .font{margin-top: 35%;}

  .mapdiv{padding: 10px 0px 15px;}
  .b-title{margin: 30px 0px 15px;}
  .b-title .name1{font-size: 24px;}
  .b-title .name img{max-height: 40px;}
  
  


  .index-page .dt .newslist{margin-bottom: 10px;}
  .index-page .slides{padding: 50px 0px 10px;}
  .index-page .yrdtbox .first .imgbox{height: 100px;}
  .index-page .yrdtbox .first .info{width: calc(100% - 145px);}
  .index-page .yrdtbox .first .info .summary{display: none;}
  .index-page .yrdtbox .first .info a{-webkit-line-clamp: 3;}

  .index-page .sjkcsblock{width: 100%;margin-left: 0;}
  .index-page .sjal .first .imglink{height: 250px;}

  .index-page .al .nitem .imglink,.index-page .al .first .imglink{height:180px}
	.index-page .sj .showcourse>div{flex-wrap: wrap;height:auto!important}
	.index-page .sj .showcourse .d-grow{width:100%;height:250px}
	.index-page .sj .showcourse>a{flex-wrap: wrap;height:auto}
	.index-page .sj .showcourse .play{width:60px}
	.index-page .sj .showcourse .title{width:100%;height:initial;background-size: 100% 100%;}
	.index-page .sj .showcourse .title span{width:100%;height:initial;line-height: 40px;padding:0 15px;writing-mode:initial;margin:0;font-size: 24px;}
	.index-page .sj .showcourse .imglink{height:100%}
  .index-page .dt .first{flex-direction: column;}
	.index-page .dt .first .info{width:100%;padding:10px}
	.index-page .dt .first .info a{font-size: 20px;}
	.index-page .dt .first .info .summary{height:auto;-webkit-line-clamp: 2;margin:5px 0 10px}
	
	.gxh .gxlist .item{width: 50%;margin:0;padding:0 15px;margin-bottom:20px}
	.gxh .gxlist .item .imglink{width:150px;height:150px;margin:0 auto}
	.index-page .gxh .qylist .summary{height:auto}
	.ljpage .item{padding:15px;height:auto}
	.ljpage .item .imglink{width:120px;height:80px}
	.ljpage .item .title{font-size: 16px;line-height: 24px;height:48px;margin-bottom:8px}

	.detail-page .detail-con{padding:0 15px;}
	.detail-page .detail-con .title{font-size: 24px;line-height: 36px;margin: 20px 0px;}
	.detail-page .detail-con .info{flex-wrap: wrap;}
	.detail-page .detail-con .d-grow{width: 100%;}
	.detail-page .detail-con .fsblock{width: 100%;margin-top:10px;text-align: right;}

	.bfpage .left-box{padding: 0 0 30px}
	.sjpage .banner{height:210px}
	.sjpage .video{height:260px}
	.sjpage .topicbox span{font-size: 26px;}

	.selectPage .loginheader{padding-left:20px}
	.selectPage .item{width:180px;height:250px;margin:0 10px;padding: 20px 10px;font-size: 20px;}
	.selectPage .item img{width:100px;height:100px;margin-bottom:15px}
	.selectPage .logo img{max-width:220px}

  .mapdiv .openBtn{right: 5px;top: 5px;}
}
@media screen and (max-width: 395px) {
	/* .header .tophead .search{max-width: calc(100% - 100px);} */
	.header .search-query{max-width: calc(100% - 80px)}
	/* .lightlist{transform: scale(.25) translateX(-150%);} */
}
@media screen and (max-width: 330px) {
	.footer .links .col-xs-4,.footer .links .col-xs-8{width: 100%;}
	.footer .links .col-xs-4{margin-top:20px}
	.gxh .gxlist .item .imglink{width:110px;height:110px}
}
