.font1093508{ font-size: 9pt ;}
.fontstyle1093508{ color: #a5a4a4; font-family: 宋体; font-size: 9pt;}

/****/
.slider-item {}

.item-pic {
    width: 100%;
    height: 300px;}

.item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;}

.item-tit {
    text-align: center;
    font-size: 14px;
    line-height:220%;}

.slick-dots {
    margin: 0 !important;
    width: auto;
    right: 5px;
    bottom: 30px;}

.slick-dots li {
    border-radius: 50%;
    background:url() #99999950 !important;
    color: #fff;
    padding:0 !important;
    width: 23px !important;
    height: 23px !important;
    line-height: 23px !important;
    border-radius: 5px;}

.slick-dots li.slick-active {
    background: #f17b0a !important;}

.slick-dots li button {
    font-size:14px;
    color: #fff;
    width:100%;
    height:100%;
    padding:0;
    display:flex;
    justify-content:center;
    align-items:center;}

.slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* background: rgba(128, 0, 128, .5) url(./ba-left.png) no-repeat; */
    background-size: 100% 100%;}

.slick-arrow:hover {
    background-color: rgba(128, 0, 128, 1);}

.slick-arrow.slick-prev {
    left: -50px;}

.slick-arrow.slick-next {
    right: -50px;}
    /* 友情链接区域样式 */
    .friendly-links {
        padding-bottom: 20px;
        background: #f7f7f7;}
    
    .friendly-links .w1200 {
        display: flex;}
    
    .links-title {
        font-size: 16px;
        font-weight: 600;
        color: #333;
        /* margin-bottom: 15px; */
        align-self: center;
        padding-left: 10px;
        margin-right: 40px;
        border-left: 4px solid #812115;}
    
    .links-container {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        align-items: center;}
    
    .friendly-links a {
        color: #333;
        text-decoration: none;
        font-size: 14px;
        padding: 5px 10px;
        border-radius: 3px;
        transition: all 0.3s ease;
        position: relative;}
    
    .friendly-links a:hover {
        color: #89211b;}
    
    /* 添加分隔线 */
    .friendly-links a:not(:last-child)::after {
        content: "";
        position: absolute;
        right: -15px;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 12px;
        background-color: #ddd;}
