@charset "utf-8"; /* 通用样式 */
.in-normal .pic {
    position: relative;
    overflow: hidden;
    padding-bottom: 63%;
}

.in-normal .pic .img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.5s;
}

.in-normal .pic .img:hover {
    transform: scale(1.05);
}

.in-title {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.in-title .g-t1 {
    text-align: left;
    font-size: 30px;
    margin-bottom: 0;
}

.in-title .in-more {
    display: block;
    line-height: 24px;
    padding-right: 36px;
    background: url(/2024/img/index-more.png) right center no-repeat;
    background-size: auto 100%;
    color: #343434;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    transition: 0.5s;
}

.in-title .in-more:hover {
    color: #940340;
    padding-right: 30px;
}

.in-news {
    overflow: hidden;
}

.in-news .col-1, .in-news .col-3 {
    width: 23%;
    float: left;
    margin-top: 100px;
}

.in-news .col-3 {
    float: right;
}

.in-news .col-2 {
    float: left;
    width: 49%;
    margin-left: 2.5%;
}

.in-news .col-2 .g-t1 {
    font-size: 36px;
    text-align: center;
}

.in-mtbd ul {
    margin-top: 10px;
}

.in-mtbd li {
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px solid rgba(148, 3, 64, 0.1);
}

.in-mtbd .info {
    overflow: hidden;
}

.in-mtbd .info .colmun {
    float: left;
    padding: 0 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    color: #940340;
    background: rgba(148, 3, 64, 0.05);
    border-radius: 0px 30px 30px 0px;
}

.in-mtbd .info .date {
    float: right;
    padding-left: 22px;
    background: url(/2024/img/date.png) left center no-repeat;
    background-size: 14px;
    font-family: Bebas;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #940340;
}

.in-mtbd .tit {
    padding: 0 7px 0 15px;
    margin-top: 5px;
}

.in-mtbd .tit h2 {
    font-weight: normal;
    font-size: 16px;
    color: #414141;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.5s;
}

.in-mtbd .tit h2:hover {
    color: #940340;
}

.in-sdyw .txt {
    width: 90%;
    position: relative;
    z-index: 2;
    margin: -25px auto 0;
    background: #fff;
    padding: 25px 25px 85px;
}

.in-sdyw .date {
    padding-left: 25px;
    background: url(/2024/img/date.png) left center no-repeat;
    background-size: 16px;
    font-family: Bebas;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    color: #940340;
}

.in-sdyw .ico {
    text-align: right;
    margin-top: -15px;
}

.in-sdyw .tit {
    margin-top: 10px;
}

.in-sdyw .tit h2 {
    font-size: 20px;
    color: #414141;
    font-weight: bold;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: 0.5s;
}

.in-sdyw .tit h2:hover {
    color: #940340;
}

.in-sdyw .abst {
    margin-top: 25px;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #626262;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.in-sdyw .news-pagination {
    position: absolute;
    bottom: 45px;
    width: 100%;
    text-align: center;
    z-index: 5;
}

.in-sdyw .news-pagination span {
    width: 8px;
    height: 8px;
    background: #940340;
    transition: 0.5s;
}

.in-sdyw .news-pagination .swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 20px;
}

.in-tzgg li {
    overflow: hidden;
    padding: 20px 0;
    border-top: 1px solid rgba(148, 3, 64, 0.1);
    border-bottom: 1px solid rgba(148, 3, 64, 0.1);
}

.in-tzgg li a {
    display: block;
}

.in-tzgg .date {
    font-family: Bebas;
    float: left;
    width: 50px;
    text-align: right;
    color: rgb(148, 3, 64);
}

.in-tzgg .date .day {
    font-size: 24px;
    line-height: 30px;
}

.in-tzgg .date .year {
    font-size: 14px;
}

.in-tzgg .tit {
    float: right;
    width: calc(100% - 80px);
}

.in-tzgg .tit h2 {
    font-size: 16px;
    font-weight: normal;
    color: #414141;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: 0.5s;
}

.in-tzgg .tit h2:hover {
    color: #940340;
}

.in-xww {
    margin-top: 40px;
    text-align: center;
}

.in-xww a {
    display: inline-block;
    line-height: 28px;
    padding-right: 40px;
    background: url(/2024/img/index-more.png) right center no-repeat;
    background-size: 27px;
    color: #343434;
    font-size: 14px;
    transition: 0.5s;
}

.in-xww a:hover {
    color: #940340;
    padding-right: 35px;
}

.row-b1 {
    padding: 124px 0 90px;
    overflow: hidden;
}

.row-b1 .col-l {
    float: left;
    width: 48%;
}

.row-b1 .col-r {
    float: right;
    width: 48%;
}

.in-xysh ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.in-xysh li {
    width: calc(50% - 10px);
    margin-bottom: 22px;
}

.in-xysh li a {
    display: block;
}

.in-xysh li .pic {
    width: 100%;
    padding-bottom: 90%;
    overflow: hidden;
    position: relative;
}

.in-xysh li .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.in-xysh li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.5s;
}

.in-xysh li .icon {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;
    width: 100%;
    font-size: 24px;
    color: #fff;
    text-align: center;
    transform: translateY(-50%);
    background-position: top center;
    background-repeat: no-repeat;
}

.in-xysh li .icon span {
    width: 58px;
    height: 58px;
    background-position: center;
    background-size: auto 100%;
    display: block;
    margin: 0 auto;
    transition: 1s;
}

.in-xysh li .pic:hover img {
    transform: scale(1.05);
}

.in-xysh li .pic:hover span {
    transform: rotateY(180deg);
}

.in-xyrm ul {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.in-xyrm li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
}

.in-xyrm li a {
    display: block;
    width: 100%;
}

.in-xyrm li .pic {
    padding-bottom: 59%;
}

.in-xyrm li .tit {
    position: absolute;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    padding: 20px 10px;
    bottom: 0;
    left: 0;
    color: #fff;
    line-height: 24px;
}

.in-xyrm li .wx {
    float: left;
    padding-left: 25px;
    background: url(/2024/img/ico-wx.png) left center no-repeat;
    font-size: 14px;
    background-size: auto 14px;
}

.in-xyrm li .wb {
    float: left;
    padding-left: 25px;
    background: url(/2024/img/ico-wb.png) left center no-repeat;
    font-size: 14px;
    background-size: auto 14px;
}

.in-xyrm li h2 {
    width: calc(100% - 60px);
    float: right;
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.in-xyrm li.first {
    width: 100%;
}

svg * {
    fill: none;
    stroke: currentColor;
}

.row-b2 {
    padding: 50px 0 110px;
    background: url(/2024/img/rowb2-bg.jpg) no-repeat;
    background-size: cover;
}

.row-b2 .g-t2 {
    text-align: center;
}

.in-sssd {
    margin-top: -20px;
    position: relative;
    margin-bottom: 50px;
}

.in-sssd .ico {
    margin: 0 auto;
    width: 140px;
    height: 140px;
    border: 1px dashed #940340;
    background: #fff;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    color: #940340;
}

.in-sssd .ico svg {
    width: 60%;
    height: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.in-sssd .txt {
    text-align: center;
    margin-top: 10px;
}

.in-sssd .txt .num {
    color: #940340;
    font-size: 18px;
    font-family: Bebas;
}

.in-sssd .txt .num span {
    font-size: 40px;
}

.in-sssd .txt p {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.in-sssd li:hover .ico {
    background: #940340;
    color: #fff;
}

.in-sssd .sssd-pagination {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 5;
    margin-top: 50px;
}

.in-sssd .sssd-pagination span {
    width: 8px;
    height: 8px;
    background: #940340;
    transition: 0.5s;
}

.in-sssd .sssd-pagination .swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 20px;
}

.in-zsxx {
    overflow: hidden;
    position: relative;
}

.in-zsxx .pic {
    padding-bottom: 60%;
}

.in-zsxx .col-1 {
    float: left;
    width: 17%;
}

.in-zsxx .col-2 {
    float: left;
    width: 58.5%;
    margin-left: 2%;
}

.in-zsxx .col-3 {
    float: right;
    width: 21%;
}

.in-zsxx:before {
    content: "";
    width: 50%;
    height: calc(100% - 70px);
    background: url(/2024/img/zsxx-rt.jpg) right top no-repeat #940340;
    background-size: 100%;
    position: absolute;
    top: 40px;
    right: 0;
}

.zsxx-1 li {
    margin-bottom: 27px;
}

.zsxx-1 li .pic:after {
    content: "";
    width: 32px;
    height: 32px;
    background: url(/2024/img/player.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: 1s;
}

.zsxx-1 li:last-child {
    margin-bottom: 0;
}

.zsxx-1 li:hover .pic:after {
    transform: translate(-50%, -50%) rotate(360deg);
}

.zsxx-2 .pic:after {
    content: "";
    width: 50px;
    height: 50px;
    background: url(/2024/img/player.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: 1s;
}

.zsxx-2 .pic:hover:after {
    transform: translate(-50%, -50%) rotate(360deg);
}

.zsxx-3 {
    padding-right: 25px;
}

.zsxx-3 * {
    transition: 0.5s;
}

.zsxx-3 li {
    padding: 35px 0 35px 30px;
    position: relative;
    border-bottom: 1px dashed rgba(216, 216, 216, 0.3);
}

.zsxx-3 li h2 {
    font-size: 20px;
    color: #fff;
    padding-left: 40px;
    font-weight: normal;
    line-height: 24px;
}

.zsxx-3 li:before {
    content: "";
    width: 0;
    height: 1px;
    background: #D8D8D8;
    position: absolute;
    left: 0;
    bottom: 1px;
    transition: width 0.5s;
}

.zsxx-3 .li1 h2 {
    background: url(/2024/img/ico-zs01.png) left center no-repeat;
    background-size: auto 24px;
}

.zsxx-3 .li2 h2 {
    background: url(/2024/img/ico-zs02.png) left center no-repeat;
    background-size: auto 24px;
}

.zsxx-3 .li3 h2 {
    background: url(/2024/img/ico-zs03.png) left center no-repeat;
    background-size: auto 24px;
}

.zsxx-3 .li4 h2 {
    background: url(/2024/img/ico-zs04.png) left center no-repeat;
    background-size: auto 24px;
}

.zsxx-3 li:hover:before {
    width: 100%;
}

.zsxx-3 li:hover h2 {
    font-weight: bold;
}

.footnew {
    padding: 55px 0 45px;
    background: url(/2024/img/footer-bg.jpg) no-repeat;
    background-size: cover;
}

.foot-top {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.foot-top .foot-logo {
    max-width: 275px;
}

.foot-top .contact {
    font-size: 16px;
    color: #fff;
    line-height: 32px;
}

.foot-top .links ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.foot-top .links li {
    width: calc(50% - 10px);
    margin-bottom: 15px;
}

.foot-top .links li a {
    display: block;
    width: 100%;
    line-height: 38px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    color: #fff;
    transition: 0.5s;
}

.foot-top .links li a:hover {
    background: rgb(255, 255, 255);
    color: #940340;
}

.foot-top .links li:nth-child(n+5) {
    margin-bottom: 0;
}

.cory * {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    vertical-align: text-bottom;
}

/*  学校概况 */
.xygk-data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xygk-data li {
    width: calc(25% - 40px);
    margin-bottom: 40px;
}

.xygk-data .ico {
    margin: 0 auto;
    overflow: hidden;
    width: 200px;
    height: 200px;
    position: relative;
    border-radius: 50%;
}

.xygk-data .ico:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.5s;
}

.xygk-data .num {font-family: Impact;
    font-size: 18px;
    color: #930A41;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 96%;
    left: 2%;
}

.xygk-data .num span {
    font-size: 38px;
}

.xygk-data .txt {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    height: 72px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.xygk-data .txt p {
    text-align: center;
}

.xygk-data li:nth-child(1) .ico:before {
    background: url(/2024/img/ico-xxgk001.png) no-repeat;
    background-size: 100% 100%;
}

.xygk-data li:nth-child(2) .ico:before {
    background: url(/2024/img/ico-xxgk002.png) no-repeat;
    background-size: 100% 100%;
}

.xygk-data li:nth-child(3) .ico:before {
    background: url(/2024/img/ico-xxgk003.png) no-repeat;
    background-size: 100% 100%;
}

.xygk-data li:nth-child(4) .ico:before {
    background: url(/2024/img/ico-xxgk004.png) no-repeat;
    background-size: 100% 100%;
}

.xygk-data li:nth-child(5) .ico:before {
    background: url(/2024/img/ico-xxgk005.png) no-repeat;
    background-size: 100% 100%;
}

.xygk-data li:nth-child(6) .ico:before {
    background: url(/2024/img/ico-xxgk006.png) no-repeat;
    background-size: 100% 100%;
}

.xygk-data li:nth-child(7) .ico:before {
    background: url(/2024/img/ico-xxgk007.png) no-repeat;
    background-size: 100% 100%;
}

.xygk-data li:nth-child(8) .ico:before {
    background: url(/2024/img/ico-xxgk008.png) no-repeat;
    background-size: 100% 100%;
}

.xygk-data li:hover .ico:before {
    transform: rotate(360deg);
}

.xygk-pics ul {
    position: relative;
    overflow: hidden;
}

.xygk-pics li .pic {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.xygk-pics li:nth-child(1) {
    float: left;
    width: 23%;
}

.xygk-pics li:nth-child(2) {
    float: left;
    width: 23%;
    position: absolute;
    top: 0;
    left: 24.5%;
}

.xygk-pics li:nth-child(3) {
    float: left;
    width: 23%;
    position: absolute;
    bottom: 0;
    left: 24.5%;
}

.xygk-pics li:nth-child(4) {
    float: right;
    width: 51%;
}

/*  科学研究 */
.kxyj-column ul {
    display: flex;
    flex-wrap: nowrap;
}

.kxyj-column li {
    width: 25%;
}

.kxyj-column li a {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 151%;
    overflow: hidden;
}

.kxyj-column li a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.kxyj-column .ico {
    width: 139px;
    height: 139px;
    border-radius: 50%;
    border: 1px dashed #fff;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -70px;
    transition: 0.5s;
}

.kxyj-column .ico img {
    max-width: 60%;
    max-height: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.kxyj-column .tit {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 30%;
}

.kxyj-column .tit h2 {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
}

.kxyj-column li:nth-child(1) a:before {
    background: url(/2024/img/kxyj-bg001.png) no-repeat;
    background-size: 100% 100%;
}

.kxyj-column li:nth-child(2) a:before {
    background: url(/2024/img/kxyj-bg002.png) no-repeat;
    background-size: 100% 100%;
}

.kxyj-column li:nth-child(3) a:before {
    background: url(/2024/img/kxyj-bg003.png) no-repeat;
    background-size: 100% 100%;
}

.kxyj-column li:nth-child(4) a:before {
    background: url(/2024/img/kxyj-bg004.png) no-repeat;
    background-size: 100% 100%;
}

.kxyj-column li:hover .ico {
    transform: scale(1.05);
}

.row-txt {
    margin-top: 100px;
    background: url(/2024/img/kxyj-txtbg.png) no-repeat;
    background-size: cover;
    padding: 35px;
}

.row-txt .box {
    width: 68%;
    background: rgba(255, 255, 255, 0.8);
    padding: 60px 35px;
    position: relative;
}

.row-txt .box p {
    font-size: 18px;
    line-height: 28px;
    color: #303030;
    margin-bottom: 30px;
    text-indent: 2em;
}

.kxyj-img {
    width: 100%;
    overflow: hidden;
    margin-top: 85px;
}

.kxyj-img img {
    width: 100%;
}

.kxyj-pics {
    margin-top: 35px;
    position: relative;
}

.kxyj-pics .kxyj-prev, .kxyj-pics .kxyj-next {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #940340;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
}

.kxyj-pics .kxyj-prev {
    background-image: url(/2024/img/kxyj-prev.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px;
    left: -30px;
}

.kxyj-pics .kxyj-next {
    background-image: url(/2024/img/kxyj-next.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px;
    right: -30px;
}

.kxyj-pics .kxyj-prev:hover, .kxyj-pics .kxyj-next:hover {
    background-color: #DAB866;
}

.kxyj-pics .kxyj-pagination {
    position: relative;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    z-index: 5;
    display: none;
}

.kxyj-pics .kxyj-pagination span {
    width: 8px;
    height: 8px;
    background: #940340;
    transition: 0.5s;
    margin: 0 5px;
}

.kxyj-pics .kxyj-pagination .swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 20px;
}

.layui-form {
    padding: 30px 0 0;
    border-top: 1px dashed rgba(148, 10, 66, 0.3);
    border-bottom: 1px dashed rgba(148, 10, 66, 0.3);
}

.layui-form .layui-form-label {
    width: 120px;
    text-align: right;
    font-size: 16px;
    padding: 9px 0;
}

.layui-form .layui-form-select dl dd.layui-this {
    background: #930A41;
}

.layui-form .layui-btn {
    background: #930A41;
    color: #fff;
    border-radius: 5px;
    padding: 0 25px;
    font-size: 16px;
}

.layui-form .layui-form-item .layui-input-inline {
    width: 200px;
    margin-right: 70px;
}

.layui-form .layui-form-item {
    margin-bottom: 30px;
}

.layui-form .layui-input-block {
    margin-left: 55px;
}

.zrkx-table {
    margin-top: 100px;
}

.zrkx-table .title {
    font-size: 22px;
    color: #fff;
    padding: 0 20px;
    line-height: 60px;
    background: #940340;
}

.zrkx-table table {
    width: 100%;
}

.zrkx-table th {
    color: #940340;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    padding: 10px 5px;
    border-bottom: 1px solid #940340;
}

.zrkx-table tr td:nth-child(1) {
    width: 50px;
}

.zrkx-table tr td:nth-child(3) {
    width: 100px;
}

.zrkx-table tr td:nth-child(4) {
    width: 120px;
}

.zrkx-table tr td:nth-child(5) {
    width: 120px;
}

.zrkx-table tr td:nth-child(6) {
    width: 180px;
}

.zrkx-table tr td:nth-child(7) {
    width: 180px;
}

.zrkx-table td {
    font-size: 16px;
    text-align: center;
    padding: 10px 5px;
}

/* 校园生涯 */
.xysh-row1 {
    padding-top: 80px;
}

.xysh-row1 .in-title .g-t1 {
    text-align: center;
}

.xysh-bfly ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.xysh-bfly li {
    width: calc(33.3% - 15px);
    position: relative;
    padding: 15px;
}

.xysh-bfly li * {
    transition: 0.5s;
}

.xysh-bfly a {
    display: block;
    position: relative;
    width: 100%;
    z-index: 2;
}

.xysh-bfly li:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #940340;
    opacity: 0;
}

.xysh-bfly .date {
    font-size: 14px;
    line-height: 26px;
    color: #940340;
    padding-left: 15px;
    background: url(/2024/img/date.png) left center no-repeat;
    background-size: 9px;
}

.xysh-bfly .tit {
    margin-top: 10px;
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xysh-bfly .in-normal {
    margin-top: 10px;
}

.xysh-bfly li:hover .date {
    color: #fff;
    background: url(/2024/img/date2.png) left center no-repeat;
}

.xysh-bfly li:hover .tit {
    color: #fff;
    font-weight: bold;
}

.xysh-bfly li:hover:before {
    opacity: 1;
}

.xysh-row2 {
    padding-top: 40px;
}

.xysh-row2 .in-title .g-t1 {
    text-align: center;
}

.xysh-lyrw li * {
    transition: 0.5s;
}

.xysh-lyrw li a {
    display: block;
    width: 100%;
}

.xysh-lyrw li .tit {
    padding: 22px 10px;
    border-bottom: 1px dashed rgba(155, 13, 20, 0.2);
}

.xysh-lyrw li .tit h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    color: #393939;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xysh-lyrw li .more {
    line-height: 30px;
    font-size: 14px;
    color: #9E9E9E;
    overflow: hidden;
    padding: 10px;
}

.xysh-lyrw li .more p {
    float: left;
}

.xysh-lyrw li .more img {
    float: right;
    margin-right: 5px;
    margin-top: 5px;
}

.xysh-lyrw li:hover h2 {
    color: #940340;
}

.xysh-lyrw li:hover .more {
    color: #940340;
}

.xysh-lyrw .xysh-pagination {
    position: relative;
    margin-top: 45px;
    width: 100%;
    text-align: center;
    z-index: 5;
}

.xysh-lyrw .xysh-pagination span {
    width: 8px;
    height: 8px;
    background: #940340;
    transition: 0.5s;
}

.xysh-lyrw .xysh-pagination .swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 20px;
}

.xysh-row3 {
    overflow: hidden;
    margin-top: 100px;
}

.xysh-row3 .col-l {
    float: left;
    width: 48%;
}

.xysh-row3 .col-r {
    float: right;
    width: 48%;
}

.xysh-hdyg li {
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.xysh-hdyg .in-normal {
    width: 259px;
}

.xysh-hdyg .in-normal .img {
    display: block;
}

.xysh-hdyg .txt {
    width: calc(100% - 280px);
    padding-top: 10px;
    border-bottom: 1px dashed rgba(155, 13, 20, 0.2);
}

.xysh-hdyg h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xysh-hdyg .info {
    margin-top: 15px;
    font-size: 14px;
    line-height: 26px;
    color: #940340;
}

.xysh-hdyg .info .date {
    padding-left: 25px;
    background: url(/2024/img/date.png) left center no-repeat;
    background-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xysh-hdyg .info .address {
    padding-left: 25px;
    background: url(/2024/img/address.png) left center no-repeat;
    background-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xysh-whsd {
    width: 100%;
    position: relative;
    padding-left: 20px;
    padding-bottom: 20px;
    margin-bottom: 60px;
}

.xysh-whsd .in-normal .pic {
    padding-bottom: 65%;
}

.xysh-whsd:before {
    content: "";
    width: 50%;
    height: 80%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #930A40;
}

.phone-title {
    display: none;
}

.xysh-row4 {
    padding: 90px 0;
    background: #411F2F;
}

.list-video {
    overflow: hidden;
    position: relative;
}

.list-video .pic {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 60%;
}

.list-video .pic .img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 0.5s;
}

.list-video .pic .img:hover {
    transform: scale(1.05);
}

.list-video .pic .ico {
    position: absolute;
    top: 35%;
    left: 50%;
    max-height: 54px;
    transform: translateX(-50%);
}

.list-video .pic .tit {
    font-size: 30px;
    color: #fff;
    position: absolute;
    width: 100%;
    text-align: center;
    top: calc(35% + 50px);
}

.list-video .li1 {
    float: left;
    margin-top: 180px;
    width: 50%;
}

.list-video .li2 {
    float: left;
    width: 30%;
}

.list-video .li2 .pic {
    padding-bottom: 100%;
    background-color: #940340;
}

.list-video .li3 {
    float: right;
    width: 50%;
}

.list-video .li4 {
    position: absolute;
    width: 25%;
    height: 170px;
    right: 51%;
    bottom: 0;
    background: #DAB866;
}

.list-video .li4 a {
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
}

.list-video .li4 .more {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    padding-right: 35px;
    background: url(/2024/img/index-more2.png) right center no-repeat;
    background-size: 27px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
}

.list-video .li4 a:hover .more {
    font-size: 16px;
}

/* 响应代码 */
@media only screen and (max-width: 1360px) {
    .kxyj-pics .kxyj-prev {
        left: 0;
    }

    .kxyj-pics .kxyj-next {
        right: 0;
    }

    .layui-form .layui-form-item .layui-input-inline {
        margin-right: 10px;
        width: 160px;
    }
}

@media only screen and (max-width: 1024px) {
    .in-title .g-t1 {
        font-size: 24px;
    }

    .in-news .col-2 .g-t1 {
        font-size: 28px;
    }

    .in-sdyw .tit h2 {
        font-size: 18px;
    }

    .in-xysh li .icon {
        font-size: 20px;
    }

    .in-xysh li .icon span {
        width: 40px;
        height: 40px;
    }

    .in-sssd .ico {
        width: 110px;
        height: 110px;
    }

    .in-sssd .txt .num {
        font-size: 16px;
    }

    .in-sssd .txt .num span {
        font-size: 24px;
    }

    .in-sssd .txt p {
        font-size: 14px;
    }

    .zsxx-3 li {
        padding: 20px 0 20px 15px;
    }

    .zsxx-3 li h2 {
        font-size: 16px;
    }

    .foot-top {
        flex-wrap: wrap;
    }

    .foot-top .foot-logo {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .foot-top .foot-logo img {
        max-width: 270px;
    }

    .foot-top .contact {
        width: 100%;
        text-align: center;
        margin: 20px 0;
    }

    .foot-top .links {
        width: 100%;
    }

    .cory {
        margin-top: 20px;
        text-align: center;
    }

    .kxyj-column .ico {
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .kxyj-column .tit h2 {
        font-size: 24px;
    }

    .row-txt .box p {
        font-size: 16px;
    }

    .zrkx-table {
        overflow-x: auto;
        margin-top: 40px;
    }

    .zrkx-table .title, .zrkx-table table {
        min-width: 1024px;
    }

    .xysh-row1 {
        padding-top: 40px;
    }

    .xysh-bfly li {
        width: calc(33.3% - 10px);
        padding: 10px 5px;
    }

    .xysh-row3 {
        margin-top: 40px;
    }

    .xysh-row3 .col-l {
        float: none;
        width: 100%;
    }

    .xysh-row3 .col-r {
        float: none;
        width: 100%;
        margin-top: 10px;
    }

    .xysh-row3 .col-r .in-title {
        display: none;
    }

    .xysh-row3 .col-r .phone-title {
        display: block;
    }

    .list-video .li4 {
        height: 80px;
    }
}

@media only screen and (max-width: 992px) {
    .in-news {
        display: flex;
        flex-wrap: wrap;
    }

    .in-news .col-2 {
        width: 100%;
        float: none;
        margin: 0;
        order: -1;
    }

    .in-news .col-1 {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .in-news .col-3 {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .row-b1 {
        padding: 40px 0;
    }

    .row-b1 .col-l {
        float: none;
        width: 100%;
    }

    .row-b1 .col-r {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .row-b2 {
        padding: 40px 0;
    }

    .in-sssd {
        margin-bottom: 20px;
    }

    .in-sssd .sssd-pagination {
        margin-top: 30px;
    }

    .in-zsxx .col-1 {
        float: none;
        width: 100%;
        overflow: hidden;
    }

    .in-zsxx .col-2 {
        float: none;
        width: 100%;
        margin: 0;
        overflow: hidden;
    }

    .in-zsxx .col-3 {
        float: none;
        width: 100%;
        position: relative;
        padding: 20px 0;
    }

    .in-zsxx .col-3:before {
        content: "";
        width: 100%;
        height: calc(100% + 40px);
        background: url(/2024/img/zsxx-rt.jpg) right top no-repeat #940340;
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0;
    }

    .in-zsxx:before {
        display: none;
    }

    .zsxx-1 {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .zsxx-1 li {
        float: left;
        width: calc(33.3% - 10px);
        margin-bottom: 20px;
    }

    .xygk-data .ico {
        width: 140px;
        height: 140px;
    }

    .xygk-data .num {
        font-size: 14px;
    }

    .xygk-data .num span {
        font-size: 20px;
    }

    .xygk-data li {
        width: calc(50% - 10px);
        margin-bottom: 10px;
    }

    .xygk-data .txt {
        font-size: 14px;
        margin-top: 0;
    }

    .kxyj-column .ico {
        width: 80px;
        height: 80px;
        margin-left: -40px;
    }

    .kxyj-column .tit h2 {
        font-size: 20px;
    }

    .row-txt {
        margin-top: 40px;
    }

    .row-txt .box {
        width: 100%;
        padding: 30px 15px;
    }

    .kxyj-img {
        margin-top: 40px;
    }

    .kxyj-pics .kxyj-prev, .kxyj-pics .kxyj-next {
        display: none;
    }

    .kxyj-pics .kxyj-pagination {
        display: block;
    }

    .layui-form .layui-form-item {
        margin-bottom: 0;
    }

    .layui-form .layui-form-item .layui-inline {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .layui-form .layui-form-item .layui-input-inline {
        width: calc(100% - 130px) !important;
        margin: 0 !important;
        display: inline-block !important;
        left: 0 !important;
    }

    .layui-form .layui-input-block {
        margin-left: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .kxyj-column ul {
        flex-wrap: wrap;
    }

    .kxyj-column li {
        width: 50%;
    }

    .kxyj-column li a {
        padding: 20px;
    }

    .kxyj-column .ico {
        position: relative;
        left: auto;
        margin: 0 auto;
    }

    .kxyj-column .tit {
        position: relative;
        margin-top: 20px;
    }

    .kxyj-column .tit h2 {
        font-size: 16px;
    }

    .kxyj-column li:nth-child(1) a:before {
        background: url(/2024/img/kxyj-bg001.png) no-repeat #815B6C;
    }

    .kxyj-column li:nth-child(2) a:before {
        background: url(/2024/img/kxyj-bg002.png) no-repeat #930A41;
    }

    .kxyj-column li:nth-child(3) a:before {
        background: url(/2024/img/kxyj-bg003.png) no-repeat #40202E;
    }

    .kxyj-column li:nth-child(4) a:before {
        background: url(/2024/img/kxyj-bg004.png) no-repeat #CF9D3C;
    }

    .row-txt {
        padding: 15px;
    }

    .row-txt .box p {
        font-size: 14px;
    }

    .xysh-bfly ul {
        flex-wrap: wrap;
    }

    .xysh-bfly li {
        width: 100%;
    }

    .xysh-bfly .tit {
        height: auto;
        max-height: 60px;
        font-size: 16px;
    }

    .xysh-lyrw li .tit {
        padding: 10px;
    }

    .xysh-lyrw li .tit h2 {
        font-size: 16px;
    }

    .xysh-lyrw li .more {
        padding: 5px 10px;
    }

    .xysh-lyrw .xysh-pagination {
        margin-top: 20px;
    }

    .list-video {
        padding-bottom: 160px;
    }

    .list-video .pic .tit {
        font-size: 20px;
    }

    .list-video .li1 {
        margin-top: 0;
        width: 50%;
    }

    .list-video .li3 {
        margin-top: 0;
        width: 50%;
    }

    .list-video .li2 {
        position: absolute;
        width: 50%;
        left: 0;
        bottom: 0;
    }

    .list-video .li2 .pic {
        padding-bottom: 160px;
    }

    .list-video .li2 .ico {
        top: 30px;
    }

    .list-video .li2 .tit {
        top: 80px;
    }

    .list-video .li4 {
        width: 50%;
        right: 0;
        height: 160px;
    }

    .xysh-hdyg h2 {
        font-size: 16px;
    }

    .xysh-row1 .in-title .g-t1, .xysh-row2 .in-title .g-t1 {
        text-align: left;
    }
}

@media only screen and (max-width: 600px) {
    .zsxx-1 {
        flex-wrap: wrap;
    }

    .zsxx-1 li {
        width: 100%;
    }

    .in-sdyw .date {
        font-size: 16px;
    }

    .in-sdyw .tit h2 {
        font-size: 16px;
    }

    .in-mtbd .info .date, .in-mtbd .tit h2 {
        font-size: 14px;
    }

    .in-tzgg .date .day {
        font-size: 18px;
    }

    .in-tzgg .tit {
        width: calc(100% - 60px);
    }

    .in-tzgg .tit h2 {
        font-size: 14px;
    }

    .in-xyrm li h2, .foot-top .contact, .cory * {
        font-size: 14px;
    }

    .xygk-pics li:nth-child(1) {
        width: 49%;
    }

    .xygk-pics li:nth-child(2) {
        width: 49%;
        left: auto;
        right: 0;
    }

    .xygk-pics li:nth-child(3) {
        width: 49%;
        left: auto;
        right: 0;
        top: 27%;
    }

    .xygk-pics li:nth-child(4) {
        width: 100%;
        float: none;
    }

    .xysh-hdyg li {
        flex-wrap: wrap;
    }

    .xysh-hdyg .in-normal {
        width: 100%;
    }

    .xysh-hdyg .txt {
        width: 100%;
        padding-bottom: 10px;
    }

    .xysh-hdyg h2 {
        height: auto;
        max-height: 60px;
    }

    .list-video .li1, .list-video .li3 {
        float: none;
        width: 100%;
    }
}

.g-t1 {
    font-size: 32px;
}

.ul-tab a {
    font-size: 18px;
}

.img-slick2 {
    display: none;
}

.m-slick1 {
    width: 100%;
    right: 0;
}

.img-slick1 .item {
    height: 498px;
}

.row-a3 {
    padding: 6vw 0;
}

.row-a3 .in-title {
    color: #fff;
    width: 30%;
}

.row-a3 .in-title .g-t1 {
    color: #fff;
}

.row-a3 .in-title .in-more {
    color: #fff;
    background: url(/2024/img/index-more2.png) right center no-repeat;
    background-size: auto 100%;
}

.m-txts1 .con {
    width: 35%;
}

.img-slick1 .item .pic {
    padding: 0;
    width: 65%;
    height: 100%;
    float: right;
}

.img-slick1 .item .con {
    width: 24%;
    position: absolute;
    left: 50px;
    top: 250px;
}

.img-slick1 .item .con a {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    max-height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    transition: 0.5s;
}

.img-slick1 .item::after {
    display: none;
}

.img-slick1 .slick-prev {
    background: url(/2024/img/kxyj-prev.png) no-repeat;
    background-size: 100% 100%;
    left: -50px;
}

.img-slick1 .slick-next {
    background: url(/2024/img/kxyj-next.png) no-repeat;
    background-size: 100% 100%;
    right: -50px;
}

.row-a4-con .after, .row-a4-con .before {
    background: rgba(141, 9, 65, 1);
}

.row-a4-con .after {
    background: rgba(251, 242, 243, 1);
}

.row-a4 .col-l .in-title .g-t1 {
    color: #fff
}

.row-a4 .in-title .in-more {
    color: #fff;
    background: url(/2024/img/index-more2.png) right center no-repeat;
    background-size: auto 100%;
}

.row-a4:after{display:none;}
.row-a4{padding-bottom:0;}



.txt0-q,.txt3-q .cont,.txt5-q,.txt2-q .cont{color: #333;font-size: 18px;
font-weight: normal;
line-height: 2;}

.xygk-pics{margin:60px 0; }

.txt0-q{margin-top:70px;margin-bottom:40px;}
.txt0-q .cont{overflow:hidden;}
.txt0-q .pic00{float:left;width:50%;}

.txt0-q .txt0-0{float:right;width:45%;}

.txt0-q h4{font-family: Source Han Sans CN;margin-bottom:20px;
font-size: 36px;
font-weight: bold;
line-height: normal;position:relative;color: #930A41;padding-bottom:25px;text-align:right;
           width:95%;
           float:right;
          
          }
.txt0-q h4:before{
content:"";width:16px;height:16px;border-radius:50%;background: #930A41;position:absolute;left:0;bottom:0;
}
.txt0-q h4:after{
content:"";background: #930A41;position:absolute;left:0;bottom:8px;width:100%;height:1px;
}

.txt0-q .txt0-1{margin-top: 40px;}


.xygk-pic11 {
    overflow: hidden;
    margin: 0 -10px;
}

.xygk-pic11 li {
    float: left;
    width: 33.3%;
}

.xygk-pic11 li .pic {
    margin: 0 10px;
    position: relative;
    overflow: hidden;
    padding-bottom: 60%;
}

.xygk-pic11 li .pic img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.list-colmun{margin-top:70px;}
.list-colmun .g-t1{text-align:center;}
.kxyj-page{padding-bottom:100px;}


@media only screen and (max-width: 1240px) {
    .txt0-q .pic00{
    width: 40%;
}
.txt0-q .txt0-0{
    width: 55%;
}
.txt0-q h4{font-size: 28px;}
.txt0-q, .txt3-q .cont, .txt5-q, .txt2-q .cont{
    font-size: 16px;
}
}


@media only screen and (max-width: 992px) {
.txt0-q .pic00{
    width: 100%;
    float:none;
}
.txt0-q .txt0-0{
    width: 100%;
    margin-top:20px;
}
.txt0-q {margin:40px 0;}
    .xygk-pics{margin:40px 0;}
    
}
@media only screen and (max-width:600px) {
.xygk-pic11 li{float:none;width:100%;margin:5px 0;}
    
}


<!--耗时1764539922.1733秒-->