*{
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

p {
    margin: 0;
    padding: 0;

}

a {
    text-decoration: none;
    color: inherit;
}

.header-top {
    width: 100%;
    height: 48px;
    background: #912424;
}

.container {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.header-top-left {
    float: left;
    height: 100%;
    font-size: 16px;
    line-height: 48px;
    color: #FFFFFF;
}

.header-top-left span {
    margin-right: 20px;
}

.linkp {
    border-right: 1px solid #FFFFFF;
}

.header-top-right {
    float: right;
    height: 100%;
    font-size: 16px;
    line-height: 48px;
    color: #FFFFFF;
}

.header-top-right span {
    margin-left: 20px;
}

.header-logo {
    float: left;

}

.header-nav {
    float: right;
    height: 100%;
    line-height: 80px;

}

.header-nav span {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #808080;
    letter-spacing: 0;
    font-weight: 400;
}

.slideBox {
    position: relative;
    width: 100%;
    height: 550px;

}

.slideBox .bd {
    position: relative;
    width: 100%;
    height: 100%;
}

.slideBox .bd ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100% !important;
}

.slideBox .bd li {
    width: 100% !important;
    height: 100%;
}

.slideBox .bd ul li img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.slideBox .hd {
    position: absolute;
    right: 100px;
    bottom: 10px;
    z-index: 10;
}

.slideBox .hd ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.slideBox .hd li {
    display: inline-block;
    margin: 0 5px;
    color: #fff;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 24px;
}

.slideBox .hd li.on {
    color: #000;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.navBox {
    width: 1200px;
    background: #FFFFFF;
    height: 100px;
    font-size: 18px;
    margin: 0 auto;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 20px;
    margin-top: 20px;
    border-radius: 10px;
}

.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    position: relative;
}

/* å›¾ç‰‡åˆ‡æ¢é€»è¾‘ */
.nav-item img:nth-child(2) {
    display: none;
}

.nav-item:hover img:nth-child(1) {
    display: none;
}

.nav-item:hover img:nth-child(2) {
    display: block;
}

/* æ–‡å­—æ ·å¼ */
.nav-item p {
    margin-top: 8px;
    font-size: 14px;
    color: #333;
    transition: color 0.3s;
}

.nav-item:hover p {
    color: #912424;
}

.zhaoshengdongtai {
    width: 1240px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 60px;
}

.leftDongtai {
    width: 49%;
}

.dongtaiText {
    padding: 0 20px;
}

.zuoce {
    float: left;
    font-weight: bold;
}

.rigMore {
    float: right;
    font-size: 16px;

}

.leftCarousel {
    width: 100%;
    height: 540px;
    font-size: 32px;
    color: #A4201C;
    background: #FFFFFF;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    line-height: 80px;
    /* padding: 0 20px; */
    /* margin-top: 20px; */
}

.carouselBox {
    position: relative;
    width: 100%;
    height: 460px;
    overflow: hidden;
    /* box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1); */
}

/* bd åŒºåŸŸ */
.carouselBox .bd {
    position: relative;
    width: 100%;
    height: 100%;
}


.carouselBox .bd ul {
    list-style: none;
    margin: 0;
    padding: 0;

}

/* li å¿…é¡»æµ®åŠ¨æ‰èƒ½æ¨ªå‘æŽ’åˆ— */
.carouselBox .bd li {
    width: 100%;
    height: 500px;
    float: left;
    /* å…³é”®ï¼šè®© li æ¨ªå‘æŽ’åˆ— */
}

/* a æ ‡ç­¾è®¾ä¸ºå—çº§ */
.carouselBox .bd li a {
    display: block;
    width: 100%;
    height: 500px;
}

/* å›¾ç‰‡æ ·å¼ */
.carouselBox .bd li img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
    /* æ¶ˆé™¤å›¾ç‰‡åº•éƒ¨é—´éš™ */
}

/* å³ä¸‹è§’æŒ‡ç¤ºå™¨ */
.carouselBox .bot-hd {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 10;
}

.carouselBox .bot-hd ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /* ç§»é™¤ width: 100% !important */
}

.carouselBox .bot-hd li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

.carouselBox .bot-hd li.on {
    /* background: #912424; */
    width: 18px;
    height: 18px;
    background: #FFFFFF;
}

.rightNews {
    width: 49%;
    height: 540px;
}

.news-item {
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    background: linear-gradient(to bottom, #E4E4E4, #F6F6F6);
    margin-bottom: 20px;
}

.new-date {
    width: 14%;
    font-size: 12px;
    border-right: 1px solid #c0c0c0;
    text-align: center;
    padding: 0 30px;
}

.new-day {
    font-size: 35px;
}

.new-month {
    font-size: 16px;
    color: #c0c0c0;
}

.new-conter {
    width: 80%;
    padding-left: 20px;
}

.new-title {
    font-size: 16px;
    font-weight: bold;
}

.new-summry {
    font-size: 12px;
}

.foot-news {
    width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.foot-news-item {
    width: 49%;
}

.foot-news-title {
    font-size: 16px;
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 4px;
    margin-bottom: 16px;
    font-weight: bold;
}

.foot-news-title span:first-child::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #9C2421;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}

.foot-new-date {
    font-size: 16px;
    float: right;
    color: #c0c0c0;
    padding-right: 20px;
}

.zhaoshengzhuanye {
    width: 1240px;
    margin: 0 auto;
}

.zhuanye-title {
    text-align: center;
    font-size: 32px;
    color: #9C2421;
}

.zhuanye-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
    position: relative;
}

.zhuanye-list {
    width: 100%;
    overflow: hidden;
    position: relative;

}

.zhuanye-list ul {
    display: flex;
    transition: transform 0.3s ease;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 14px;
}

/* å·¦å³ç®­å¤´æ ·å¼ */
.arrow-left,
.arrow-right {
    width: 30px;
    height: 30px;
    background: #9C2421;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    user-select: none;
    transition: background 0.3s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.arrow-left {
    left: 20px;
    top: 40%;
    margin-left: -20px;
    /* è°ƒæ•´ä½ç½® */
}

.arrow-right {
    right: 20px;
    top: 40%;
    margin-right: -20px;
    /* è°ƒæ•´ä½ç½® */
}

.arrow-left:hover,
.arrow-right:hover {
    background: #7a1a1a;
}

/* ç®­å¤´ç¦ç”¨çŠ¶æ€ */
.arrow-left.disabled,
.arrow-right.disabled {
    background: #cccccc;
    cursor: not-allowed;
}

.zhuanye-conter {
    width: 300px;
    flex-shrink: 0;
    border-bottom: 4px solid #9C2421;
}

.zhuanye-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.zhuanye-new-title {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 6px;
    margin: 0 10px 0 10px;
}

.zhaunye-new-tip {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

.xinxing {
    float: left;
    color: #FFFFFF;
    background: #dfc286;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    margin-top: 10px;
}

.show-detail {
    float: right;
    font-size: 14px;
    color: #c0c0c0;
}

.zhuanye-more {
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
}

.zhuanye-more a {
    background: #dad7d7;
    color: #333;
    padding: 4px 8px;
    border-radius: 6px;
}

.xiaoqihezuo {
    width: 1240px;
    margin: 0 auto;
    margin-top: 20px;
}

.xiaoqi-title {
    text-align: center;
    font-size: 32px;
    color: #9C2421;
}

.xiaoqihezuo-content {
    width: 100%;
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-content: space-between;
}

.xiaoqihezuo-content a {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.xiaoqihezuo-item {
    height: 120px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.xiaoqihezuo-img {
    width: 150px;
}

.xiaoqihezuo-img img {
    width: 150px;
    height: 100%;
    object-fit: cover;
}

.xiaoqihezuo-text {
    width: calc(100% - 150px);
    padding: 10px 0;
}

.xiaoqihezuo-heading {
    font-size: 16px;
    color: #858282;
}

.xiaoqihezuo-description {
    font-size: 14px;
    padding-top: 14px;
    color: #858282;
}

.shixishixun {
    width: 1240px;
    margin: 0 auto;
    margin-top: 20px;
}

.shixishixun-title {
    text-align: center;
    font-size: 32px;
    color: #9C2421;
    margin-top: 60px;
}

.shixishixun-conter {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 40px 0;
}

.shixishixun-item {
    width: 33%;
    height: 260px;
    box-shadow: #cccccc 0px 2px 12px;
}

.shixishixun-item img {
    width: 100%;
    height: 220px;
    display: block;
    object-fit: cover;
}

.shixishixun-description {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    color: #727070;
    margin-top: 6px;
}

.xuexiaofengguang {
    width: 1240px;
    margin: 0 auto;
    margin-top: 20px;
}

.xuexiaofengguang-title {
    text-align: center;
    font-size: 32px;
    color: #9C2421;
    margin-top: 60px;
}

.xuexiaofengguang-conter {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    margin: 40px 0;
}

.xuexiaofengguang-item {
    width: 33%;
    height: 600px;
    background-image: url('../images/trophy.png');
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    display: flex;
    position: relative;
}

.xuexiaofengguang-item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.xuexiaofengguang-item img {
    position: relative;
    z-index: 2;
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;

}

.mask-title {
    font-size: 32px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 20px;
    position: relative;
    z-index: 3;
}

.studayheinhome {
    width: 33%;
    height: 600px;

}

.studay {
    width: 100%;
    height: 295px;
    background-image: url('../images/weibo.png');
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    display: flex;
    position: relative;
}

.studay a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.studay img {
    position: relative;
    z-index: 2;
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.home {
    margin-top: 10px;
}


.footer {
    height: 272px;
    background: #9b2626;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 200px;
}

.footer .foot-container {
    width: 1400px;
    /* padding: 0; */
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}
.footer-icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;  
    margin-right: 6px;       
    display: inline-block;  
}
.foot-phone{
    margin-left: 30px;
}
.footer-bg {
    position: absolute;
    top: -45px;
    left: 0;
    /* width: 100%;
    height: 100%;
    object-fit: cover; */
    height: 317px;
    width: 100%;
    background: url("/file/4113000050/images/foot.png") no-repeat center center;
}

.footer-left,
.footer-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.footer-left {
    position: relative;
    top: -14px;
}

.footer-left a:first-child {
    margin-bottom: 20px;
}

.footer-left a {
    font-family: AlibabaPuHuiTi-Regular;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 0;
}

.footer-content {
    font-family: MicrosoftYaHei;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0;
    padding-left: 200px;
    position: relative;
}

.footer-content p {
    margin-bottom: 11px;
}

.footer-content>a {
    display: block;
    margin-bottom: 11px;
    color: #fff;
}
.footer-right{
    margin-bottom: 30px;
}

.footer-right p {
    font-family: MicrosoftYaHei;
    font-size: 15px;
    color: #fff;
    margin-bottom: 11px;
}