@import url("advantage.css");

/*banner*/
.banner-ccslide .control-links {
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    text-align: center;
}

.banner-ccslide .control-links li {
    display: inline-block;
    width: 1em;
    height: 2px;
    cursor: pointer;
    background: #fff;
    opacity: 0.5;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-border-radius: 0;
    vertical-align: middle;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 5px;
}

.banner-ccslide .control-links li.active {
    width: 1em;
    height: 1em;
    border: 2px solid #fff;
    background: none;
    opacity: 1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.banner-ccslide .slider-nav.prev, .banner-ccslide .slider-nav.next {
    position: absolute;
    width: 40px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    background: url(../icon/slide_bPc.png) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    visibility: hidden;
}

.banner-ccslide:hover .slider-nav.prev, .banner-ccslide:hover .slider-nav.next {
    visibility: visible;
}

.banner-ccslide .slider-nav.prev {
    left: 50px;
    background-position: 0 0;
}

.banner-ccslide .slider-nav.next {
    right: 50px;
    background-position: -40px 0;
}

.banner-ccslide .shadow {
    display: none;
}

.banner-ccslide .slider-link {
    width: 100%;
    height: 100%;
}

/* 鍏叡澶ф爣棰樻牱寮� */
.commonTitleBox {
    position: relative;
    overflow: hidden;
}
.commonTitleBox .moreBtn{
    position:absolute;
    right:0;
    bottom:15px;
    background: #cfcfcf;
    padding:5px 30px;
}
.commonTitleBox .fl p {
    font-size: 23px;
    font-family: "din-bold";
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: -2px;
    color: #909090;
}

.commonTitleBox .fl h2 {
    font-size:40px;
    color: #333333;
    font-family: "SourceHanSansCN-Medium";
    line-height: 100%;
}

.commonTitleBox .fr {
    position: relative;
    text-align: right;
}

.commonTitleBox .fr p {
    color: #909090;
    font-size: 16px;
    font-family: "SOURCEHANSANSCN-NORMAL";
    line-height: 120%;
}

/* 骞存暟鎹� */
.yearData{
    background: #f3f3f3;
}
#yearData {
    display: flex;
    justify-content: space-between;
}

#yearData dl {
    width: auto;
    display: flex;
    justify-content: flex-start;
    /* padding: 50px 0px; */
}

#yearData dl dt {
    font-size: 84px;
    color: #b90d23;
    font-family: "DIN LIGHT";
    font-weight: bold;
    line-height: 84px;
    height: 84px;
    letter-spacing: -3px;
}

#yearData dl dd {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -1px;
    padding-top: 10px;
    padding-left: 10px;
    color: #939393;
    font-family: "SourceHanSansCN-Medium";
}

.dottedline {
    width: 100%;
    height: 1px;
    border-top: 1px dashed #d5d5d5;
}

/* 蹇嵎瀵艰埅鏍峰紡 */
.quice_nav{ height:115px; background:url(../img/bg/hf_bg.jpg) no-repeat center center; background-size:cover; }
#quiceNav ul {
    display: flex;
    justify-content: space-between;
}

#quiceNav ul li {
    width: 16.66%;
    height: 115px;
}
#quiceNav ul li:hover{ background:#333; }
#quiceNav ul li a {
    font-size: 22px;
    color: #ffcc00;
    font-family: 'SOURCEHANSANSCN-NORMAL';
    text-align: center;
    display: block;
    padding:15px 0 0;
}
#quiceNav ul li a P.en{ line-height:22px; margin-top:4px; font-size:14px; color:#ffcc00; }

/* 鍘氫竴瀛﹀爞 璧勮 */
#news {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #e5e5e5;
}

#news .cont {
    overflow: hidden;
}

/* 鑹烘湳骞茶揣 | 鍘氫竴缇庤€� | 涓撴敞鑹鸿€冪爺绌� */
#news .cont .ganhuo,
#news .cont .zixun {
    width: 625px;
}


#news .cont .ganhuo dl {
    background: #fff;
    width: calc(100% - 74px);
    padding: 0px 37px 0px 37px;
    height: calc(600px - 25px);
    overflow-y: auto;
    scrollbar-width: thin;
}

#news .cont .ganhuo dl dt {
    padding-bottom: 25px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
}

#news .cont .ganhuo dl dt a {
    display: block;
}

#news .cont .ganhuo dl dt a h6 {
    font-family: "SourceHanSansCN-Medium";
    font-size: 18px;
    color: #333333;
    margin-bottom: 12px;
    white-space: nowrap;
    /* 瑙勫畾鏂囨湰鏄惁鎶樿 */
    overflow: hidden;
    /* 瑙勫畾瓒呭嚭鍐呭瀹藉害鐨勫厓绱犻殣钘� */
    text-overflow: ellipsis;
}

#news .cont .ganhuo dl dt a h6 span {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    background: url(../icon/icon_3_1.png) no-repeat 7px center #b8272d;
    padding: 0px 10px 0px 5px;
    text-indent: 23px;
    margin-right: 10px;
}

#news .cont .ganhuo dl dt a p {
    font-size: 15px;
    color: #9b9b9b;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
    position: relative;
}

#news .cont .ganhuo dl dt a p span {
    color: #b8272d;
    background: #fff;
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

#news .cont .ganhuo dl dd a {
    display: block;
    display: flex;
    justify-content: space-between;
    line-height: 36px;
}

#news .cont .ganhuo dl dd a p {
    display: block;
    width: calc(100% - 90px);
    font-size: 16px;
    color: #555555;
    white-space: nowrap;
    /* 瑙勫畾鏂囨湰鏄惁鎶樿 */
    overflow: hidden;
    /* 瑙勫畾瓒呭嚭鍐呭瀹藉害鐨勫厓绱犻殣钘� */
    text-overflow: ellipsis;

}

#news .cont .ganhuo dl dd a p i {
    display: inline-block;
    margin-right: 10px;
    color: #b2b2b2;
    font-size: 12px;
}

#news .cont .ganhuo dl dd a span {
    font-size: 12px;
    color: #b2b2b2;
}

#news .cont .ganhuo dl dd a:hover p,
#news .cont .ganhuo dl dd a:hover span,
#news .cont .ganhuo dl dt a:hover h6 {
    color: #b8272d;
}

/* 瀹樻柟鏈€鏂拌祫璁� | 鎴戜滑鐢ㄥ績鍋氬ソ缇庤€冿紒 */
#news .cont .zixun {
}

#news .cont .zixun ul {
    background: #fff;
    width: calc(100% - 70px);
    padding: 0px 35px 0px 35px;
    height: calc(600px - 25px);
    overflow-y: auto;
    scrollbar-width: thin;//璁剧疆鐏嫄婊氬姩鏉″搴�
}

#news .cont .zixun ul li {
    height: 96px;
    padding: 11px 0px 11px 0px;
    border-bottom: 1px solid #dddddd;
}

#news .cont .zixun ul li:first-child {
    padding-top: 0px;
}

#news .cont .zixun ul li:last-child {
    border: 0px;
}

#news .cont .zixun ul li a {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

#news .cont .zixun ul li a .img {
    padding-top: 3px;
    width: 168px;
    height: 86px;
    overflow: hidden;
}

#news .cont .zixun ul li a .img img {
    transition: all 500ms;
    width: 100%;
    height: 100%;
}

#news .cont .zixun ul li a:hover .img img {
    transform: scale(1.1);
}

#news .cont .zixun ul li a .txt {
    width: calc(100% - 200px);
    padding-right: 15px;
}

#news .cont .zixun ul li a .txt h6 {
    font-family: "SourceHanSansCN-Medium";
    font-size: 18px;
    color: #333333;
    white-space: nowrap;
    /* 瑙勫畾鏂囨湰鏄惁鎶樿 */
    overflow: hidden;
    /* 瑙勫畾瓒呭嚭鍐呭瀹藉害鐨勫厓绱犻殣钘� */
    text-overflow: ellipsis;
}

#news .cont .zixun ul li a .txt .desc {
    display: flex;
    justify-content: space-between;
}

#news .cont .zixun ul li a .txt .desc div {
    width: 250px;
}

#news .cont .zixun ul li a .txt .desc div p {
    color: #9b9b9b;
    font-size: 15px;
    line-height: 23px;
    white-space: nowrap;
    /* 瑙勫畾鏂囨湰鏄惁鎶樿 */
    overflow: hidden;
    /* 瑙勫畾瓒呭嚭鍐呭瀹藉害鐨勫厓绱犻殣钘� */
    text-overflow: ellipsis;
}

#news .cont .zixun ul li a .txt .desc div p:last-child {
    font-size: 13px;
    font-family: "DINPro-Regular";
}

#news .cont .zixun ul li a .txt .desc .detail {
    color: #b8272d;
    font-size: 16px;
    line-height: 69px;
    height: 69px;
}

/* 榧犳爣绉诲姩涓婂幓鏁堟灉 */
#news .cont .zixun ul li a:hover .txt h6, #news .cont .ganhuo .title a:hover, #news .cont .zixun .title a:hover {
    color: #b8272d;
}

#news .cont .zixun ul li a:hover .img img {
    transition: all 500ms;
}

/* 婊氬姩鏉℃牱寮� */
#news .cont .ganhuo dl::-webkit-scrollbar, #news .cont .zixun ul::-webkit-scrollbar {
    /*婊氬姩鏉℃暣浣撴牱寮�*/
    width: 4px;
    /*楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉＄殑灏哄*/
    height: 1px;
}

#news .cont .ganhuo dl::-webkit-scrollbar-thumb, #news .cont .zixun ul::-webkit-scrollbar-thumb {
    /*婊氬姩鏉￠噷闈㈠皬鏂瑰潡*/
    border-radius: 2px;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    background: #9b9b9b;
}

#news .cont .ganhuo dl::-webkit-scrollbar-track, #news .cont .zixun ul::-webkit-scrollbar-track {
    /*婊氬姩鏉￠噷闈㈣建閬�*/
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
    border-radius: 2px;
    background: #fff;
}

/*鐏嫄婊氬姩鏉�*/


/* 鍘氫竴鍦ㄧ嚎 */
#online .cont {
    overflow: hidden;
}

/* 宸︿晶鏍囬 */
#online .cont .titleBox {
    width: 312px;
    height: 546px;
    background: #fff;
}

#online .cont .titleBox h3 {
    width: calc(100% - 34px);
    background: #808080;
    height: 49px;
    line-height: 49px;
    color: #fff;
    font-size: 22px;
    font-family: "SourceHanSansCN-Medium";
    padding: 0px 0px 0px 34px;
}

#online .cont .titleBox ul {
    background: #ffffff;
}

#online .cont .titleBox ul li {
    width: calc(100% - 68px);
    cursor: pointer;
    padding: 12px 34px 12px 34px;
    display: flex;
    height: 46px;
    border-bottom: 1px solid #dddddd;
    background: url(../img/icon/right_arrow.png) calc(100% - 34px) center no-repeat;
}

#online .cont .titleBox ul li:last-child {
    border-bottom: 1px solid #fff;
}

#online .cont .titleBox ul li p {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    /*letter-spacing: -1px;*/
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box; /* 灏嗗璞′綔涓哄脊鎬т几缂╃洅瀛愭ā鍨嬫樉绀� */
    -webkit-line-clamp: 2; /* 鎺у埗鏈€澶氭樉绀哄嚑琛� */
    -webkit-box-orient: vertical; /* 璁剧疆鎴栨绱几缂╃洅瀵硅薄鐨勫瓙鍏冪礌鐨勬帓鍒楁柟寮� */
}

#online .cont .titleBox ul li.hover {
    background: url(../img/icon/right_arrow_h.png) calc(100% - 40px) center no-repeat #ffd200;
    border-bottom: 1px solid #ffd200;
}

#online .cont .titleBox ul li.hover p {
    font-family: "SourceHanSansCN-Medium";
    color: #333333;
}

/* 鍙充晶鍐呭 */
#online .cont .videoBox {
    width: 968px;
    height: 546px;
    overflow: hidden;
}

#online .cont .videoBox div.v-box {
    position: relative;
    width: 100%;
    height: 100%;
}

#online .cont .videoBox div.show {
    display: block;
}

#online .cont .videoBox div.hide {
    display: none;
}

#online .cont .videoBox div.v-box img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    transition: all 500ms;
}

#online .cont .videoBox div:hover img {
    transform: scale(1.1);
}

#online .cont .videoBox div.v-box a {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

#online .cont .videoBox div.v-box a img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin-left: -20px;
    margin-top: -20px;
}

#online .cont .videoBox div.v-box:hover a img {
    transform: scale(1);
}

/**
 * 鐑棬瑙嗛
 */
#online .hotVideoBox {
    width: calc(1280px - 74px);
    padding: 11px 37px;
    background: #fff;
    display: flex;
    justify-content: space-between;
}

#online .hotVideoBox ul {
    width: calc(50% - 60px);
}

#online .hotVideoBox ul li {
    overflow: hidden;
}

#online .hotVideoBox ul li a {
    display: block;
    line-height: 38px;
    height: 38px;
    display: flex;
    justify-content: space-between;
}

#online .hotVideoBox ul li a p {
    width: 83%;
    display: flex;
    justify-content: flex-start;
}

#online .hotVideoBox ul li a p i {
    display: block;
}

#online .hotVideoBox ul li a p i.sort {
    width: 18px;
    height: 18px;
    background: #666666;
    color: #fff;
    line-height: 18px;
    text-align: center;
    margin-top: 9px;
    font-size: 12px;
    font-family: "DIN MEDIUM";
    margin-right: 10px;
}

#online .hotVideoBox ul li a p i.top {
    background: #ffd200;
    color: #333333;
}

#online .hotVideoBox ul li a p i.hotIcon {
    width: 15px;
    width: 15px;
    margin-left: 10px;
}

#online .hotVideoBox ul li a span.date {
    font-size: 12px;
    color: #b2b2b2;
    font-family: "DIN MEDIUM";
}

#online .hotVideoBox ul li a p span {
    display: block;
    max-width: 85%;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#online .hotVideoBox ul li a:hover p span {
    color: #b8272d;
}

/* 鍘氫竴瀛﹀爞鎴樼哗 */
#houyiRecord {
    background: #e5e5e5;
    overflow: hidden;
}

#houyiRecord .desc {
    text-align: center;
    font-size: 17px;
    line-height: 25px;
    color: #909090;
}

#houyiRecord .cont {
    overflow: hidden;
}

#houyiRecord .cont .fl {
    position: relative;
    width: 968px;
    height: 590px;
    overflow: hidden;
}

#houyiRecord .cont .fl img {
    width: 100%;
    height: 100%;
    transition: all 500ms;
    position: relative;
}

#houyiRecord .cont .fl:hover img {
    transform: scale(1.1);
}

#houyiRecord .cont .fl a {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: calc(100% - 45px);
    background: rgba(0, 0, 0, .3);
}

#houyiRecord .cont .fl a img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin-left: -20px;
    margin-top: -20px;
}

#houyiRecord .cont .fl:hover a img {
    transform: scale(1);
}

#houyiRecord .cont .fl .txtBox {
    width: calc(100% - 60px);
    padding: 0px 30px;
    height: 45px;
    background: #333333;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

#houyiRecord .cont .fl .txtBox h2 {
    font-size: 22px;
    color: #ffd200;
    font-family: "SourceHanSansCN-Medium";
    line-height: 45px;
}

#houyiRecord .cont .fl .txtBox .r {

}

#houyiRecord .cont .fl .txtBox .r span {
    line-height: 45px;
    color: #9b9b9b;
    font-size: 22px;
    font-family: "DIN-Regular";
    display: inline-block;
}

#houyiRecord .cont .fl .txtBox .r span.see {
    background: url(../icon/icon_see2.png) no-repeat left center;
    text-indent: 37px;
    margin-left: 15px;
}


#houyiRecord .cont .fr {
    width: 298px;
}

#houyiRecord .cont .fr ul {

}

#houyiRecord .cont .fr ul li {
    position: relative;
    width: calc(100% - 2px);
    height: 186px;
    border: 1px solid #9ca0a6;
    overflow: hidden;
    margin-bottom: 13px;
    position: relative;
}

#houyiRecord .cont .fr ul li:last-child {
    margin-bottom: 0px;
}

#houyiRecord .cont .fr ul li img {
    width: 100%;
    transition: all 500ms;
    position: relative;
    z-index: 0;
}

#houyiRecord .cont .fr ul li:hover img {
    transform: scale(1.1);
}

#houyiRecord .cont .fr ul li p {
    background: #333333;
    height: 30px;
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0px;
    bottom: 0px;
}

#houyiRecord .cont .fr ul li p a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #ffd200;
    font-size: 14px;
    text-indent: 12px;
}

#houyiRecord .cont .fr ul li a {
    display: block;
    width: 100%;
    height: calc(100% - 30px);
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
}

#houyiRecord .cont .fr ul li a img {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -35px;
    margin-left: -20px;
}

#houyiRecord .cont .fr ul li:hover a img {
    transform: scale(1);
}

/* 鑱旇€冩垚缁┿€佹牎鑰冩垚缁� */
#houyiRecord .cont2 {
    overflow: hidden;
}

#houyiRecord .cont2 .box {
    width: 624px;
}

#houyiRecord .cont2 .box ul {
    overflow: hidden;
    background: #fff;
    height: 517px;
    overflow-y: auto;
}

#houyiRecord .cont2 .box ul li {
    width: 100%;
    line-height: 0px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#houyiRecord .cont2 .box ul li .pic {
    position: relative;
    width: 624px;
    height: 350px;
    display: none;
}

#houyiRecord .cont2 .box ul li .pic img {
    width: 100%;
    max-height: 100%;
    height: 100%;
    border-bottom: 4px solid #000000;
}

#houyiRecord .cont2 .box ul li .text {
    width: calc(100% - 72px);
    line-height: 40px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
}

#houyiRecord .cont2 .box ul li .text span {
    font-size: 12px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #b2b2b2;
}

#houyiRecord .cont2 .box ul li .text span i {
    display: inline-block;
    color: #b4b4b4;
    margin-right: 8px;
}

#houyiRecord .cont2 .box ul li .text span:first-child {
    width: 80%;
    font-size: 16px;
    color: #555555;
}

#houyiRecord .cont2 .box ul li.active .pic {
    display: block;
    padding: 12px 0px;
}

#houyiRecord .cont2 .box ul li.active .text {
    /*display: none;*/
}

#houyiRecord .cont2 .box ul li.active:first-child .pic {
    padding-top: 0px;
}

#houyiRecord .cont2 .box ul li.active:last-child .pic {
    padding-bottom: 0px;
}

/* 婊氬姩鏉℃牱寮� */
#houyiRecord .cont2 .box ul::-webkit-scrollbar {
    /*婊氬姩鏉℃暣浣撴牱寮�*/
    width: 4px;
    /*楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉＄殑灏哄*/
    height: 1px;
}

#houyiRecord .cont2 .box ul::-webkit-scrollbar-thumb {
    /*婊氬姩鏉￠噷闈㈠皬鏂瑰潡*/
    border-radius: 2px;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    background: #9b9b9b;
}

#houyiRecord .cont2 .box ul::-webkit-scrollbar-track {
    /*婊氬姩鏉￠噷闈㈣建閬�*/
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
    border-radius: 2px;
    background: #fff;
}

/* 鍘氫竴瀛﹀爞 鏄庢槦瀛﹀憳 */
#houyiRecord .cont3 {

}

#houyiRecord .cont3 .box div.line {
    width: 100%;
    height: 1px;
    background: #989898;
    margin: 20px 0px;
}

#houyiRecord .cont3 .box ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#houyiRecord .cont3 .box ul li {
    width: 296px;
    height: 266px;
    overflow: hidden;
    margin-right: 30px;
    position: relative;
    margin-top: 0;
}

#houyiRecord .cont3 .box ul li:nth-child(n + 5), #houyiRecord .cont3 .str_move_clone {
    margin-top: 38px;
}

#houyiRecord .cont3 .box ul li:nth-child(4n) {
    margin-right: 0px;
}

#houyiRecord .cont3 .box ul li .briefly {
    padding-bottom: 10px;
    cursor: pointer;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

#houyiRecord .cont3 .box ul li .briefly img {
    width: 100%;
    height: 168px;
    border-bottom: 5px solid #333333;
}

#houyiRecord .cont3 .box ul li .briefly p {
    width: calc(100% - 32px);
    padding: 0px 16px;
    color: #333333;
    text-align: left;
}

#houyiRecord .cont3 .box ul li .briefly p.name {
    background: url(../icon/icon_mxxy_bj.png) no-repeat calc(100% - 10px) center;
    font-size: 16px;
    line-height: 36px;
    height: 36px;
    border-bottom: #d8d8d8 1px solid;
    margin-bottom: 8px;
    color: #333333;
}

#houyiRecord .cont3 .box ul li .briefly p.name span {
    display: block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#houyiRecord .cont3 .box ul li .briefly p.score, #houyiRecord .cont3 .box ul li .briefly p.academy {
    font-size: 15px;
    font-family: "SOURCEHANSANSCN-BOLD";
    line-height: 20px;
}

#houyiRecord .cont3 .box ul li .detail {
    width: 100%;
    height: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #fff;
    overflow: hidden;
}

#houyiRecord .cont3 .box ul li .detail a {
    display: block;
}

#houyiRecord .cont3 .box ul li .detail div {
    width: 100%;
    height: 202px;
    position: relative;
}

#houyiRecord .cont3 .box ul li .detail div.img img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}

#houyiRecord .cont3 .box ul li .detail div.img a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgb(0, 0, 0, .5);
    z-index: 1;
}

#houyiRecord .cont3 .box ul li .detail div.img a img {
    width: 44px;
    height: 44px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
}

#houyiRecord .cont3 .box ul li .detail a.txt {
    margin-top: 6px;
    background: url(../icon/icon_mxxy_bj2.png) no-repeat center calc(100% - 8px) #ffd200;
    width: 100%;
    height: 60px;
    font-size: 15px;
    color: #ffd200;
    text-align: center;
    line-height: 62px;
}

/* 鍔ㄧ敾鏁堟灉 */
#houyiRecord .cont3 .box ul li {
    position: relative;
    cursor: pointer;
}

#houyiRecord .cont3 .box ul li.open .briefly, #houyiRecord .cont3 .box ul li.open .detail {
    position: absolute;
    text-align: center;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: transform 1s;
    left: 0px;
    top: 0px;
    width: 296px;
    height: 266px;
}

#houyiRecord .cont3 .box ul li.open .briefly {
    transform: rotateY(0deg);
}

#houyiRecord .cont3 .box ul li.open .detail {
    transform: rotateY(-180deg);
}

#houyiRecord .cont3 .box ul li.open:hover .detail {
    transform: rotateY(0deg);
}

#houyiRecord .cont3 .box ul li.open:hover .briefly {
    transform: rotateY(180deg);
}

#qualityCourses .cont {
    position: relative;
    overflow: initial;
}

#qualityCourses .cont .tabTit {
    display: flex;
    justify-content: flex-start;
}

#qualityCourses .cont .tabTit li {
    font-size: 20px;
    color: #9b9b9b;
    line-height: 40px;
    padding: 0px 10px;
    border-bottom: 1px solid #9b9b9b;
    cursor: pointer;
}

#qualityCourses .cont .tabTit li.hover {
    font-size: 20px;
    font-family: "SOURCEHANSANSCN-BOLD";
    color: #333333;
    border-top: 1px solid #9b9b9b;
    border-right: 1px solid #9b9b9b;
    border-left: 1px solid #9b9b9b;
    border-bottom: 0px;

}

#qualityCourses .cont .tabTit li.hover:first-child {
    border-top: 1px solid #9b9b9b;
    border-right: 1px solid #9b9b9b;
    border-bottom: 0px;
    border-left: 0px;
}

#qualityCourses .cont .tabTit .line {
    border-bottom: 1px solid #9b9b9b;
}

#qualityCourses .cont .tabCont {
    position: relative;
}

#qualityCourses .cont .tabCont .swiper-slide {
    position: relative;
    display: flex;
    justify-content: flex-start;
}

#qualityCourses .cont .tabCont .swiper-slide .swiperItemBox {
    width: 294px;
    margin-right: 34px;
}

#qualityCourses .cont .tabCont .swiper-slide .swiperItemBox:last-child {
    margin-right: 0px;

}

#qualityCourses .cont .tabCont .swiper-slide .imgBox {
    position: relative;
    width: 100%;
    height: 500px;
    border-bottom: 8px solid #ffd200;
}

#qualityCourses .cont .tabCont .swiper-slide .imgBox img.bj {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
}

#qualityCourses .cont .tabCont .swiper-slide .imgBox .bj_b {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, .5);
}

#qualityCourses .cont .tabCont .swiper-slide .imgBox .topTxt, #qualityCourses .cont .tabCont .swiper-slide .imgBox .centerTxt, #qualityCourses .cont .tabCont .swiper-slide .imgBox .bottomTxt {

    width: calc(100% - 54px);
    position: absolute;
    left: 0px;
    z-index: 2;
    padding: 0px 27px;
}

#qualityCourses .cont .tabCont .swiper-slide .imgBox .topTxt {
    display: flex;
    justify-content: space-between;
    top: 47px;
    font-size: 13px;
    color: #ffd200;
}

#qualityCourses .cont .tabCont .swiper-slide .imgBox .centerTxt {
    top: 172px;
    font-size: 49px;
    font-family: "SOURCEHANSANSCN-BOLD";
    text-align: center;
    color: #ffd200;
}

#qualityCourses .cont .tabCont .swiper-slide .imgBox .centerTxt span {
    display: block;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    font-family: "SOURCEHANSANSCN-HEAVY";
}

#qualityCourses .cont .tabCont .swiper-slide .imgBox .bottomTxt {
    top: 352px;
    text-align: center;
}

#qualityCourses .cont .tabCont .swiper-slide .imgBox .bottomTxt .line {
    display: block;
    width: 40px;
    height: 4px;
    background: #fff;
    margin: 0px auto;
}

#qualityCourses .cont .tabCont .swiper-slide .imgBox .bottomTxt .desc {
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
}

#qualityCourses .cont .tabCont .swiper-slide .imgBox .bottomTxt .en {
    display: inline-block;
    background: #ffda01;
    color: #000000;
    font-size: 12px;
    line-height: 20px;
    padding: 0px 8px;
}

#qualityCourses .cont .tabCont .swiper-slide .txtBox {
    background: #fff;
    width: 100%;
    height: 120px;
}

#qualityCourses .cont .tabCont .swiper-slide .txtBox h3 {
    font-size: 23px;
    color: #333333;
    text-align: center;
    line-height: 100%;
}

#qualityCourses .cont .tabCont .swiper-slide .txtBox .act {
    border-top: 1px solid #d9d9d9;
    padding-top: 17px;
    text-align: center;
    line-height: 0px;
    font-size: 0px;
}

#qualityCourses .cont .tabCont .swiper-slide .txtBox .act .item {
    display: inline-block;
    background: #cfcfcf;
    height: 24px;
    padding: 0px 10px;
    font-size: 15px;
    line-height: 24px;
    margin: 0px 8px;
}

#qualityCourses .cont .tabCont .swiper-slide .txtBox .act .item i {
    margin-left: 10px;
}

#qualityCourses .cont .tabCont .swiper-slide .txtBox .act div.item {
    position: relative;
    padding: 0px 0px;
}

#qualityCourses .cont .tabCont .swiper-slide .txtBox .act div.item a {
    display: block;
    padding: 0px 10px;
}

#qualityCourses .cont .tabCont .swiper-slide .txtBox .act div.item:hover {
    background: #f2f2f2;
}

#qualityCourses .cont .tabCont .swiper-slide .txtBox .act div.item ul {
    width: 100%;
    height: 75px;
    position: absolute;
    left: 0px;
    top: 24px;
    display: none;
    overflow-y: auto;
}

#qualityCourses .cont .tabCont .swiper-slide .txtBox .act div.item:hover ul {
    display: block;
}

#qualityCourses .cont .tabCont .swiper-slide .txtBox .act div.item ul li {
    background: #f2f2f2;
    border-bottom: 1px solid #d2d2d2;
}

#qualityCourses .cont .tabCont .swiper-slide .txtBox .act div.item ul li a {
    line-height: 24px;
    font-size: 15px;
}

#qualityCourses .cont .tabCont .swiper-slide .txtBox .act div.item ul li:hover, #qualityCourses .cont .tabCont .swiper-slide .txtBox .act div.item a:hover, #qualityCourses .cont .tabCont .swiper-slide .txtBox .act a.item:hover {
    background: #ffda01;
}

/* 婊氬姩鏉℃牱寮� */
#qualityCourses .cont .tabCont .swiper-slide .txtBox .act div.item ul::-webkit-scrollbar {
    /*婊氬姩鏉℃暣浣撴牱寮�*/
    width: 2px;
    /*楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉＄殑灏哄*/
    height: 1px;
}

#qualityCourses .cont .tabCont .swiper-slide .txtBox .act div.item ul::-webkit-scrollbar-thumb {
    /*婊氬姩鏉￠噷闈㈠皬鏂瑰潡*/
    border-radius: 1px;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    background: #9b9b9b;
}

#qualityCourses .cont .tabCont .swiper-slide .txtBox .act div.item ul::-webkit-scrollbar-track {
    /*婊氬姩鏉￠噷闈㈣建閬�*/
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
    border-radius: 1px;
    background: #fff;
}

/* swiper 绠ご */
#teachingStaff .swiperBox .swiper-button-next, #qualityCourses .cont .tabCont .swiper-button-next {
    right: -50px;
    color: #737373;
}

#teachingStaff .swiperBox .swiper-button-prev, #qualityCourses .cont .tabCont .swiper-button-prev {
    left: -50px;
    color: #737373;
}

/* 闅愯棌 */
#qualityCourses .cont .tabCont .hide {
    display: none;
}

/**
 * 鍘氫竴瀛﹀爞路瀛︽牎绠€浠�
 */
#about {
    background: #fff;
    overflow: hidden;
}

#about .cont {
    overflow: hidden;
}

#about .cont .fl {
    width: calc(335px - 76px);
    padding: 35px 38px 31px 38px;
    height: 479px;
    background: #e5e5e5;
}

#about .cont .fl .title {
    display: flex;
    justify-content: flex-start;
}

#about .cont .fl .title h3 {
    font-size: 23px;
    color: #333333;
    font-family: "SourceHanSansCN-Medium";
    line-height: 55px;
    height: 55px;
}

#about .cont .fl .title h3 i {
    display: inline-block;
    border-bottom: #8e8e8e solid 2px;
    height: 55px;
}

#about .cont .fl .title span {
    display: block;
    font-size: 12px;
    color: #9b9b9b;
    font-family: "DIN MEDIUM";
    text-transform: uppercase;
    height: 55px;
    line-height: 65px;
    margin-left: 15px;
    letter-spacing: -1px;
}

#about .cont .fl .conter {
    margin-top: 10px;
}

#about .cont .fl .conter p {
    line-height: 22px;
    font-size: 15px;
    color: #666666;
    margin-bottom: 20px;
}

#about .cont .fr {
    width: 945px;
    height: 545px;
    position: relative;
    overflow: hidden;
}

#about .cont .fr img {
    width: 100%;
    height: 100%;
    transition: all 500ms;
}

#about .cont .fr:hover img {
    transform: scale(1.1);
}

#about .cont .fr a {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

#about .cont .fr a img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin-left: -20px;
    margin-top: -20px;
}

#about .cont .fr:hover a img {
    transform: scale(1);
}

/* 浜斿ぇ鏍稿績浼樺娍 */
/* #about .advantage ul{
	width: 100%;
	display: flex;
}
#about .advantage ul li.item-group{
	height:366px;
	position: relative;
	width: 212px;
	overflow: hidden;
	transition: all .4s;
	margin-right: 18px;
	border-bottom: 10px solid #ffd200;
}
#about .advantage ul li.item-group:last-child{
	margin-right: 0;
}
#about .advantage .item-group .title{
	width:212px;
	height:366px;
	line-height: 0px;
	text-indent: 0px;
	left:0px;
	background: #ee6475;
	color: #fff;
	font-size: 0px;
	font-weight: bold;
	position: absolute;
	cursor: pointer;
	z-index: 1;
	transition:all .7s ease 0s;
}
#about .advantage .item-group .title:hover{
	background-color: #222
}
#about .advantage .item-group .desc{
	width: calc(100% - 212px);
	float: right;
	opacity: 0;
	transition: all 0.4s;
	height: 100%;;
	background: #e5e5e5;
}
#about .advantage .item-group .desc h3{
	height: 85px;
	width: calc(100% - 74px); 
	padding: 0px 37px;
	line-height: 85px;
	font-size: 23px;
	font-family: "SourceHanSansCN-Medium";
	border-bottom: 1px solid #cccccc;
	color: #333333;
}
#about .advantage .item-group .desc p{
	width: calc(100% - 74px);
	padding: 0px 37px;
	margin: 15px 0px 25px 0px;
	font-size: 15px;
	color: #666666;
	line-height: 23px;
}
#about .advantage .item-group .desc .detailBtn{
	display: inline-block;
	margin-left: 37px;
	height: 25px;
	padding: 0px 20px;
	background: #ffd200;
	color: #333333;
}

#about .advantage .item-group.self{
	width:496px;
}

#about .advantage .item-group.self .desc{
	opacity: 1;	
} */
/* 鍘氫竴瀛﹀爞路甯堣祫闃熶紞 */
#teachingStaff {
    background: #e5e5e5;
}

#teachingStaff .cont {
    position: relative;
    overflow: initial;
}

#teachingStaff .cont .tabTit {
    display: flex;
    justify-content: flex-start;
    position: relative;
}

#teachingStaff .cont .tabTit li {
    font-size: 20px;
    color: #9b9b9b;
    line-height: 45px;
    padding: 0px 20px;
    border-bottom: 1px solid #9b9b9b;
    cursor: pointer;
}

#teachingStaff .cont .tabTit li.hover {
    font-size: 20px;
    font-family: "SOURCEHANSANSCN-BOLD";
    color: #333333;
    border-top: 1px solid #9b9b9b;
    border-right: 1px solid #9b9b9b;
    border-left: 1px solid #9b9b9b;
    border-bottom: 0px;

}

#teachingStaff .cont .tabTit li.hover:first-child {
    border-top: 1px solid #9b9b9b;
    border-right: 1px solid #9b9b9b;
    border-bottom: 0px;
    border-left: 0px;
}

#teachingStaff .line {
    border-bottom: 1px solid #9b9b9b;
}

#teachingStaff .cont .tabTit .moreBtn {
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    height: 33px;
    background: #cfcfcf;
    padding: 0px 30px;
    line-height: 33px;
    font-size: 21px;
    color: #333;
}

/* swiper 鏍峰紡 */
#teachingStaff .swiperBox {
    position: relative;
}

#teachingStaff .swiperBox .teachingStaffSwiper {

}

#teachingStaff .swiperBox .teachingStaffSwiper .swiper-slide ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#teachingStaff .swiperBox .teachingStaffSwiper .swiper-slide ul li {
    width: 296px;
    height: 542px;
    position: relative;
    border: 1px solid #d8d8d8;
    margin-right: 28px;
    overflow: hidden;
    margin-bottom: 37px;

}
@media screen and (min-width: 2854px) {
    #teachingStaff .swiperBox .teachingStaffSwiper .swiper-slide ul li {
        margin-right: 25px;
    }
}
@media screen and (min-width: 3806px) {
    #teachingStaff .swiperBox .teachingStaffSwiper .swiper-slide ul li {
        margin-right: 24px;
    }
}
@media screen and (min-width: 5709px) {
    #teachingStaff .swiperBox .teachingStaffSwiper .swiper-slide ul li {
        margin-right: 21px;
    }
}

#teachingStaff .swiperBox .teachingStaffSwiper .swiper-slide ul li:nth-child(4n) {
    margin-right: 0px;
}

#teachingStaff .swiperBox .teachingStaffSwiper .swiper-slide ul li .img-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 0px;
    line-height: 0px;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
    z-index: 3;
    overflow: hidden;
}

/*鏃�*/
#teachingStaff .swiperBox .teachingStaffSwiper .swiper-slide ul li.active .img-container {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 80px;
    z-index: 20;
}


#teachingStaff .swiperBox .teachingStaffSwiper .swiper-slide ul li .img-container img {
    width: 330px;
    height: 514px;
}

#teachingStaff .swiperBox .teachingStaffSwiper .swiper-slide ul li .titBox {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: calc(100% - 40px);
    padding: 0px 20px;
    overflow: hidden;
    height: 80px;
    background: #fff;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
}

#teachingStaff .swiperBox .teachingStaffSwiper .swiper-slide ul li .titBox h3 {
    padding-top: 15px;
    padding-bottom: 9px;
    font-size: 27px;
    font-family: "SOURCEHANSANSCN-BOLD";
    line-height: 100%;
    color: #333333;
    letter-spacing: -2px;
    width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

#teachingStaff .swiperBox .teachingStaffSwiper .swiper-slide ul li .titBox p {
    font-size: 16px;
    font-family: "SourceHanSansCN-Medium";
    color: #333333;
    line-height: 100%;
    letter-spacing: -1px;
    width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

#teachingStaff .swiperBox .teachingStaffSwiper .swiper-slide ul li .titBox .icon {
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    position: absolute;
    right: 22px;
    top: 50%;
    margin-top: -25px;
    overflow: hidden;
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
}

#teachingStaff .swiperBox .teachingStaffSwiper .swiper-slide ul li .titBox .icon img {
    width: 100%;
    height: auto;
}

#teachingStaff .swiperBox .teachingStaffSwiper .swiper-slide ul li.active .titBox {
    background: #ffd200;
}

#teachingStaff .swiperBox .teachingStaffSwiper .swiper-slide ul li .mc-description {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
}

#teachingStaff .swiperBox .teachingStaffSwiper .swiper-slide ul li.active .mc-description {
    top: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
}

#teachingStaff .swiperBox .teachingStaffSwiper .swiper-slide ul li .mc-description .descBox {
    margin-top: 27px;
    width: calc(100% - 44px);
    padding: 0px 22px;
}

#teachingStaff .swiperBox .teachingStaffSwiper .swiper-slide ul li .mc-description .descBox p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
}

#teachingStaff .swiperBox .teachingStaffSwiper .swiper-slide ul li .mc-description .descBox p:last-child {
    margin-bottom: 0px;
}

#teachingStaff .swiperBox .teachingStaffSwiper .swiper-slide ul li .mc-description .btnBox {
    width: calc(100% - 44px);
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 23px;
    display: flex;
    justify-content: space-between;
}

#teachingStaff .swiperBox .teachingStaffSwiper .swiper-slide ul li .mc-description .btnBox a {
    font-size: 15px;
    color: #333333;
    line-height: 25px;
    display: block;
    background: #cfcfcf;
    padding: 0px 10px;
}

#teachingStaff .swiperBox .teachingStaffSwiper .swiper-slide ul li .mc-description .btnBox a.more {
    padding: 0px 20px;
}

#teachingStaff .swiperBox .teachingStaffSwiper .swiper-slide ul li .mc-description .btnBox a:hover {
    background: #ffd200;
    color: #000;
}

#teachingStaff .swiperBox .teachingStaffSwiper .swiper-slide ul li .mc-description .btnBox a i {
    margin-left: 6px;
}

/* 鏂版牱寮忓姩鐢� */
#teachingStaff .swiperBox .teachingStaffSwiper .swiper-slide ul li .img-container .imgBox {
    width: 296px;
    height: 460px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#teachingStaff .swiperBox .teachingStaffSwiper .swiper-slide ul li .img-container .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#teachingStaff .swiperBox .teachingStaffSwiper .swiper-slide ul li.active .img-container .imgBox {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
}

#teachingStaff .swiperBox .teachingStaffSwiper .swiper-slide ul li.active .img-container .imgBox img {
    height: auto;
}

#teachingStaff .swiperBox .teachingStaffSwiper .swiper-slide ul li.active .titBox .icon {
    opacity: 0;
    filter: alpha(opacity=0);
}

/* 浣滃搧娆ｈ祻 */


/* 鏍囬 */
#appreciationWorks .minTitleBox {
    height: 61px;
}

.minTitleBox a {
    line-height: 60px;
    height:52px;
}

#appreciationWorks .minTitleBox h3 {
    line-height: 60px;
    font-size: 0px;
    line-height: 0px;
    height: 60px;
}

#appreciationWorks .minTitleBox h3 strong {
    font-size: 30px;
    line-height: 60px;
    height: 60px;
    margin-right: 15px;
    overflow: hidden;
    font-weight: normal;
    cursor: pointer;
}

#appreciationWorks .minTitleBox h3 a, #appreciationWorks .minTitleBox h3 span {
    font-size: 20px;
    color: #9b9b9b;
    line-height: 60px;
    display: inline-block;
    overflow: hidden;
    height: 60px;
}

#appreciationWorks .minTitleBox h3 span {
    margin: 0px 10px;
}

#appreciationWorks .minTitleBox h3 a.hover {
    color: #333333;
    font-family: "SourceHanSansCN-Medium";
}

#appreciationWorks .cont {
    overflow: hidden;
}

#appreciationWorks .cont .fl, #appreciationWorks .cont .fr {
    width: 625px;
    height: 653px;
}

#appreciationWorks .cont .fl .tabCont {
    width: 100%;
    overflow: hidden;
}

#appreciationWorks .cont .fl .tabCont div.hide {
    display: none;
}

#appreciationWorks .cont .fl .tabCont div.show {
    display: block;
}

#appreciationWorks .cont .fl .tabCont .item h6, #appreciationWorks .cont .fr h6 {
    color: #9b9b9b;
    line-height: 100%;
}

#appreciationWorks .cont .fl .tabCont .item ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#appreciationWorks .cont .fl .tabCont .item ul li {
    width: 148px;
    background: #fff;
    margin-right: 11px;
    margin-bottom: 11px;
    overflow: hidden;
}

#appreciationWorks .cont .fl .tabCont .item ul li:nth-child(4n) {
    margin-right: 0px;
}

#appreciationWorks .cont .fl .tabCont .item ul li:nth-child(n+5) {
    margin-bottom: 0px;
}

#appreciationWorks .cont .fl .tabCont .item ul li a {
    display: block;
    position: relative;
}

#appreciationWorks .cont .fl .tabCont .item ul li a .imgBox {
    width: 100%;
    height: 223px;
    overflow: hidden;
    background: #999;
    align-items: center;
    display: table-cell;
    vertical-align: middle;
}
#appreciationWorks .cont .fl .tabCont .item ul li a img {
    width: 100%;
    height: auto;
    transition: all 500ms;
    position: relative;
}

#appreciationWorks .cont .fl .tabCont .item ul li a:hover img {
    transform: scale(1.1);
}

#appreciationWorks .cont .fl .tabCont .item ul li a p {
    background: #fff;
    position: relative;
    z-index: 1;
    width: calc(100% - 18px);
    height: 38px;
    text-align: center;
    padding: 0px 9px;
    color: #333333;
    line-height: 38px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
}

/* 鏍″洯鐜 */
#appreciationWorks .minTitleBox {
    position: relative;
}

#appreciationWorks .minTitleBox .vr {
    position: absolute;
    right: 0px;
    bottom: 16px;
    width: calc(475px - 55px);
    height: 40px;
    padding: 0px 30px 0px 25px;
    display: flex;
    justify-content: flex-start;
    background: url(../icon/right_arrow2.png) no-repeat #333333 calc(100% - 30px) center;
}

#appreciationWorks .minTitleBox .vr img {
    display: block;
}

#appreciationWorks .minTitleBox .vr p {
    display: block;
    line-height: 100%;
    font-size: 17px;
    color: #ffd200;
    height: 17px;
}

#appreciationWorks .minTitleBox .vr p {
    border-left: 1px solid #ffd200;
    margin-left: 20px;
    padding-left: 18px;
    margin-top: 11px;
}

#appreciationWorks .fr {
    position: relative;

}

#appreciationWorks .fr .videoBox {
    position: relative;
    width: 100%;
    height: 360px;
    overflow: hidden;
}

#appreciationWorks .fr .videoBox img {
    width: 100%;
    height: 100%;
    transition: all 500ms;
}

#appreciationWorks .fr .videoBox:hover img {
    transform: scale(1.1);
}

#appreciationWorks .fr .videoBox a {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

#appreciationWorks .fr .videoBox a img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin-left: -20px;
    margin-top: -20px;
}

#appreciationWorks .fr .videoBox:hover a img {
    transform: scale(1);
}

#appreciationWorks .fr .appreciationWorksSwiper {
    margin-top: 8px;
    height: 164px;
}

#appreciationWorks .fr .appreciationWorksSwiper .swiper-slide {
    overflow: hidden;
    position: relative;
}

#appreciationWorks .fr .appreciationWorksSwiper .swiper-slide img {
    width: 204px;
    height: 113px;
    transition: all 500ms;
}

#appreciationWorks .fr .appreciationWorksSwiper .swiper-slide:hover img {
    transform: scale(1.1);
}

#appreciationWorks .fr .appreciationWorksSwiper .swiper-slide p {
    position: relative;
    z-index: 1;
    height: 27px;
    width: calc(100% - 30px);
    padding: 0px 15px;
    background: #333333;
    color: #ffd200;
    line-height: 27px;
    font-size: 15px;
    white-space: nowrap; /* 瑙勫畾鏂囨湰鏄惁鎶樿 */
    overflow: hidden; /* 瑙勫畾瓒呭嚭鍐呭瀹藉害鐨勫厓绱犻殣钘� */
    text-overflow: ellipsis;
}

#appreciationWorks .fr .swiper-horizontal > .swiper-scrollbar {
    height: 2px;
    bottom: 1px;
}

#appreciationWorks .fr .appreciationWorksSwiper .swiper-scrollbar-drag {
    top: -1px;
    height: 4px;
    background: #333333;
}

/* 鑹鸿€冨疂鍏� */
#artTreasure {
    overflow: hidden;
}

#artTreasure .fl {
    width: 1000px;
}

#artTreasure .tabTit {
    display: flex;
    justify-content: flex-start;
    position: relative;
}

#artTreasure .tabTit li {
    font-size: 20px;
    color: #9b9b9b;
    line-height: 40px;
    padding: 0px 20px;
    border-bottom: 1px solid #9b9b9b;
    cursor: pointer;
}

#artTreasure .tabTit li.hover {
    font-size: 20px;
    font-family: "SOURCEHANSANSCN-BOLD";
    color: #333333;
    border-top: 1px solid #9b9b9b;
    border-right: 1px solid #9b9b9b;
    border-left: 1px solid #9b9b9b;
    border-bottom: 0px;

}

#artTreasure .tabTit li.hover:first-child {
    border-top: 1px solid #9b9b9b;
    border-right: 1px solid #9b9b9b;
    border-bottom: 0px;
    border-left: 0px;
}

#artTreasure .tabTit .line {
    border-bottom: 1px solid #9b9b9b;
}

#artTreasure .tabTit .moreBtn {
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    height: 34px;
    line-height: 45px;
    font-size: 14px;
    font-family: "DIN MEDIUM";
    color: #939393;
    text-transform: uppercase;
}

#artTreasure .tabCont {
    height: 290px;
    overflow: hidden;
}

#artTreasure .tabCont .item {

}

#artTreasure .tabCont .show {
    display: block;
}

#artTreasure .tabCont .hide {
    display: none;
}

#artTreasure .tabCont .item ul {
    display: flex;
    justify-content: flex-start;
}

#artTreasure .tabCont .item ul li {
    width: 324px;
    background: #fff;
    margin-right: 10px;
}

#artTreasure .tabCont .item ul li:last-child {
    margin-right: 0px;
}

#artTreasure .tabCont .item ul li .imgBox {
    width: 100%;
    height: 183px;
    position: relative;
    overflow: hidden;
}

#artTreasure .tabCont .item ul li .imgBox img {
    width: 100%;
    height: 100%;
    transition: all 500ms;
}

#artTreasure .tabCont .item ul li .imgBox:hover img {
    transform: scale(1.1);
}

#artTreasure .tabCont .item ul li .imgBox .videoPlayBtn {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    display: block;
    background: rgba(0, 0, 0, .3);
}

#artTreasure .tabCont .item ul li .imgBox .videoPlayBtn img {
    width: 26px;
    height: 26px;
    margin-left: -13px;
    margin-top: -13px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
}

#artTreasure .tabCont .item ul li .imgBox:hover .videoPlayBtn img {
    transform: scale(1);
}

#artTreasure .tabCont .item ul li h6, #artTreasure .tabCont .item ul li .actBox {
    width: calc(100% - 34px);
    padding: 8px 17px;
}

#artTreasure .tabCont .item ul li h6 {
    font-family: "SourceHanSansCN-Medium";
    color: #555555;
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-bottom: 0px;
}

#artTreasure .tabCont .item ul li .actBox {
    display: flex;
    justify-content: flex-start;
    border-top: 1px solid #e1e1e1;
    margin-top: 8px;
}

#artTreasure .tabCont .item ul li .actBox span {
    color: #9b9b9b;
    font-size: 14px;
    display: block;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
}

#artTreasure .tabCont .item ul li .actBox span.see {
    background: url(../icon/icon_see.png) no-repeat left center;
    text-indent: 25px;
}

#artTreasure .tabCont .item ul li .actBox span.comment {
    background: url(../icon/icon_comment.png) no-repeat left center;
    text-indent: 25px;
}

#artTreasure .tabCont .item ul li .actBox span.fabulous {
    background: url(../icon/icon_fabulous_02.png) no-repeat left center;
    text-indent: 25px;
}

#artTreasure .tabCont .item ul li .actBox span.fabulousActBtnHover {
    background: url(../icon/icon_fabulous_02_h.png) no-repeat left center;
}

/*骞垮憡鏉�*/
#artTreasure .ykbd_ad{
    display: flex;
    justify-content: space-between;
}
#artTreasure .ykbd_ad a{
    display: block;
    width: 482px;
    height: 121px;
    overflow: hidden;
}
#artTreasure .ykbd_ad a img{
    width: 100%;
    height: 100%;
    transition: all 500ms;
}
#artTreasure .ykbd_ad a:hover img{
    transform: scale(1.1);
}
/* 婀栧寳缇庢湳鑱旇€� 婀栧寳缇庢湳鏍¤€� */
#artTreasure .fl .cont2 .cont2Tab {
    display: flex;
    justify-content: flex-start;
    position: relative;
}

#artTreasure .fl .cont2 .cont2Tab li {
    font-size: 20px;
    color: #9b9b9b;
    line-height: 36px;
    padding: 0px 12px;
    border-bottom: 1px solid #9b9b9b;
    cursor: pointer;
}

#artTreasure .fl .cont2 .cont2Tab li.hover {
    font-size: 20px;
    font-family: "SOURCEHANSANSCN-BOLD";
    color: #333333;
    border-top: 1px solid #9b9b9b;
    border-right: 1px solid #9b9b9b;
    border-left: 1px solid #9b9b9b;
    border-bottom: 0px;

}

#artTreasure .fl .cont2 .cont2Tab li.hover:first-child {
    border-top: 1px solid #9b9b9b;
    border-right: 1px solid #9b9b9b;
    border-bottom: 0px;
    border-left: 0px;
}

#artTreasure .fl .cont2 .cont2Tab .line {
    border-bottom: 1px solid #9b9b9b;
}

#artTreasure .fl .cont2 .cont2Tab .moreBtn {
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    height: 34px;
    background: #cfcfcf;
    line-height: 34px;
    font-size: 14px;
    font-family: "DIN MEDIUM";
    text-transform: uppercase;
    color: #939393;
}

#artTreasure .fl .cont2 {
    display: flex;
    justify-content: space-between;
}

#artTreasure .fl .cont2 .itemCont {
    width: 482px;
}

#artTreasure .fl .cont2 .itemCont h2 {
    color: #333333;
    font-family: "SourceHanSansCN-Medium";
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 18px;
}

#artTreasure .fl .cont2 .itemCont .tabCont2 {
    margin-top: 20px;
}

#artTreasure .fl .cont2 .itemCont .tabCont2 .item {
    width: calc(100% - 70px);
    background: #fff;
    padding: 10px 35px;
}

#artTreasure .fl .cont2 .itemCont .tabCont2 .item ul li a {
    line-height: 40px;
    font-size: 16px;
    color: #b2b2b2;
    display: flex;
    justify-content: flex-start;
}

#artTreasure .fl .cont2 .itemCont .tabCont2 .item ul li a strong {
    font-weight: normal;
    display: block;
    width: 315px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 10px;
    color: #666;
}

#artTreasure .fl .cont2 .itemCont .tabCont2 .item ul li a:hover strong {
    color: #b8272d;
}

#artTreasure .fl .cont2 .itemCont .tabCont2 .item ul li a span {
    display: block;
    font-size: 12px;
    color: #b2b2b2;
    margin-left: auto;
}

#artTreasure .fl .cont2 .itemCont .tabCont2 .hide {
    display: none;
}

#artTreasure .fl .cont2 .itemCont .tabCont2 .show {
    display: block;
}

#artTreasure .fr {
    width: 236px;
    background: #fff;
}

#artTreasure .fr h3 {
    height: 52px;
    background: #808080;
    color: #fff;
    line-height: 0px;
    width: calc(100% - 40px);
    padding: 0px 20px;
    font-size: 0px;
    display: flex;
    justify-content: flex-start;
}

#artTreasure .fr h3 strong, #artTreasure .fr h3 span {
    display: block;
    height: 25px;
    line-height: 25px;
    margin-top: 13px;
}

#artTreasure .fr h3 strong {
    font-weight: normal;
    font-size: 22px;
    font-family: "SourceHanSansCN-Medium";

}

#artTreasure .fr h3 span {
    height: 25px;
    font-size: 12px;
    border-left: 2px solid #fff;
    padding-left: 8px;
    margin-left: 8px;
    line-height: 110%;
}

#artTreasure .fr ul {
    width: 200px;
    margin: 24px auto 25px auto;
}

#artTreasure .fr ul li {
    width: calc(100% - 18px);
    height: 62px;
    background: #e5e5e5;
    margin-bottom: 20px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    padding: 0px 9px;
}

#artTreasure .fr ul li:last-child {
    margin-bottom: 0px;
}

#artTreasure .fr ul li a.imgBox {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    margin-top: 6px;
}

#artTreasure .fr ul li i img {
    width: 100%;
    height: 100%;
    transition: all 500ms;
}

#artTreasure .fr ul li:hover .imgBox img {
    /*transform: scale(1.1);*/
}

#artTreasure .fr ul li .txtBox {
    width: 127px;
    height: 50px;
    text-align: center;
    margin-top: 10px;
}

#artTreasure .fr ul li .txtBox h6 a {
    font-size: 15px;
    color: #000000;
    font-family: "SourceHanSansCN-Medium";
    line-height: 100%;
    letter-spacing: -1px;
    display: block;
    white-space: nowrap; /* 瑙勫畾鏂囨湰鏄惁鎶樿 */
    overflow: hidden; /* 瑙勫畾瓒呭嚭鍐呭瀹藉害鐨勫厓绱犻殣钘� */
    text-overflow: ellipsis;
}

#artTreasure .fr ul li .txtBox h6 a:hover {
    color: #b8272d;
}

#artTreasure .fr ul li .txtBox p {
    margin-top: 6px;
    line-height: 100%;
}

#artTreasure .fr ul li .txtBox p a {
    color: #555555;
    font-size: 15px;
    display: inline-block;
    margin-left: 8px;
}

#artTreasure .fr ul li .txtBox p a:first-child {
    margin-left: 0px;
    margin-right: 8px;
}

#artTreasure .fr ul li .txtBox p a:hover {
    color: #b8272d;
}

#artTreasure .fr .moreBtn {
    display: block;
    width: 100px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 15px;
    color: #000000;
    background: #ffd200;
    margin: 0px auto 23px auto;
}


/* 宸︿晶瀵艰埅 */
#leftMenu {
    position: fixed;
    left: 0px;
    top: 30%;
    width: 65px;
    background: #808080;
    z-index: 999;
    border-radius: 0px 10px 10px 0px;
    overflow: hidden;
    transition: all 500ms;
    display: none;
}

#leftMenu:hover {
    width: 140px;
}

#leftMenu ul li {
    height: 50px;
    width: (100%);
    overflow: hidden;
    cursor: pointer;
    font-size: 0px;
    line-height: 0px;
    display: flex;
    justify-content: space-between;
    padding: 0px;
    position: relative;
}

#leftMenu ul li.hover {
    background: #ffd200;
}

#leftMenu ul li span {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    height: 50px;
    display: none;
    position: absolute;
    left: 60px;
    top: 0px;
}

#leftMenu ul li.hover span {
    color: #333333;
}

#leftMenu:hover ul li span {
    display: block;
}

#leftMenu ul li i {
    width: 40px;
    height: 50px;
    display: block;
    position: absolute;
    left: 10px;
    top: 0px;
}

#leftMenu ul li i.icon01 {
    background: url(../icon/icon_left_01.png) no-repeat left center;
}

#leftMenu ul li.hover i.icon01 {
    background: url(../icon/icon_left_01_h.png) no-repeat left center;
}

#leftMenu ul li i.icon02 {
    background: url(../icon/icon_left_02.png) no-repeat left center;
}

#leftMenu ul li.hover i.icon02 {
    background: url(../icon/icon_left_02_h.png) no-repeat left center;
}

#leftMenu ul li i.icon03 {
    background: url(../icon/icon_left_03.png) no-repeat left center;
}

#leftMenu ul li.hover i.icon03 {
    background: url(../icon/icon_left_03_h.png) no-repeat left center;
}

#leftMenu ul li i.icon04 {
    background: url(../icon/icon_left_04.png) no-repeat left center;
}

#leftMenu ul li.hover i.icon04 {
    background: url(../icon/icon_left_04_h.png) no-repeat left center;
}

#leftMenu ul li i.icon05 {
    background: url(../icon/icon_left_05.png) no-repeat left center;
}

#leftMenu ul li.hover i.icon05 {
    background: url(../icon/icon_left_05_h.png) no-repeat left center;
}

#leftMenu ul li i.icon06 {
    background: url(../icon/icon_left_06.png) no-repeat left center;
}

#leftMenu ul li.hover i.icon06 {
    background: url(../icon/icon_left_06_h.png) no-repeat left center;
}

#leftMenu ul li i.icon07 {
    background: url(../icon/icon_left_07.png) no-repeat left center;
}

#leftMenu ul li.hover i.icon07 {
    background: url(../icon/icon_left_07_h.png) no-repeat left center;
}



/* 寮瑰嚭 */
#environmentEjectBox{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	z-index: 999;
	height: 0px;
	overflow: hidden;
	transition: all 1.2s;
}
#environmentEjectBox.open{
	height: 100%;
}
#environmentEjectBox .contBox{
	overflow: hidden;
	height: 730px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -640px;
	margin-top: -365px;
}
#environmentEjectBox .contBox .swiperBox{
	width: 1023px;
	height: 730px;
}
#environmentEjectBox .contBox .swiperBox .environmentEjectSwiper .swiper-slide{
	width: 100%;
	height: 730px;
	background: #666666;
}
#environmentEjectBox .contBox .swiperBox .environmentEjectSwiper .swiper-slide img{
	display: block;
	margin: 0px auto;
	height: 100%;
}
#environmentEjectBox .contBox .menu{
	width: 257px;
	height: 730px;
	background: #666666;
	position: relative;
}
#environmentEjectBox .contBox .menu ul{
	width: 195px;
	margin: 0px auto;
}
#environmentEjectBox .contBox .menu ul li{
	width: 195px;
	height: 45px;
	margin-bottom: 25px;
}
#environmentEjectBox .contBox .menu ul li a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 20px;
	font-family: "SOURCEHANSANSCN-BOLD";
	background: #9b9b9b;
	text-align: center;
	line-height: 45px;
	color: #fff;
}
#environmentEjectBox .contBox .menu ul li.hover a{
	background: #ffd200;
}
#environmentEjectBox .contBox .menu .closeBtn{
	position: absolute;
	right: -40px;
	top: -40px;
	display: block;
	width: 80px;
	height: 80px;
	background: #ffffff;
	text-align: left;
	line-height: 108px;
	font-size: 24px;
	border-radius: 50%;
	text-indent: 8px;
}
/* swiper 鎸夐挳鏍峰紡 */
#environmentEjectBox .contBox .swiper-button-next, #environmentEjectBox .contBox .swiper-button-prev{
	width: 49px;
	height: 84px;
	background: #ffd200;
	color: #353532;
	top: 50%;
	margin-top: -42px;
}
#environmentEjectBox .contBox .swiperBox .swiper-button-prev, #environmentEjectBox .contBox .swiperBox .swiper-rtl .swiper-button-next{
	left: 0px;
	right: auto;
	
}
#environmentEjectBox .contBox .swiperBox .swiper-button-next, #environmentEjectBox .contBox .swiperBox .swiper-rtl .swiper-button-prev{
	right: 0px;
	left: auto;
}
#environmentEjectBox .contBox .swiperBox .swiper-button-next.swiper-button-disabled, #environmentEjectBox .contBox .swiperBox .swiper-button-prev.swiper-button-disabled{
	background: rgba(0, 0, 0, .3);
	color: #fff;
	opacity: 1;
}


/*20220528鏂板*/
#online .cont .videoBox{
    position: relative;
}
#online .cont .videoBox div.video{
    width: 100%;
    height: 100%;
    background: red;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
}
#online .pv-video-wrap{
    z-index: 99;
}
#online .pv-skin_blue-player.pv-paused .pv-skin-blue.pv-video-bottom, #online .pv-skin-blue.pv-video-bottom{
    z-index: 99;
}