.innerLocation
{
    display: none;
}

/*顶部内容  banner 新闻 厂家*/
.top-info {
    height: 340px;
}

.top-info > div
{
    float: left;
    box-sizing: border-box;
}

.banner {
    width: 440px;
    height: 100%;
}

.banner .fixed {
    position: sticky;
    top: 0;
    z-index: 10;
}

.banner .mod-title {
    margin-bottom: 25px;
}

.banner .mod-title h2 {
    font-size: 18px;
    margin: 0;
    line-height: 36px;
    position: relative;
    padding-left: 15px;
}

.banner .mod-title h2:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 20px;
    background: var(--theme-color);
}


.banner .special-content .imgBox {
    padding-bottom: 91%;
    background: #f5f5f5;
    position: relative;
    z-index: 1;
}

.banner .special-content .imgBox img
{
    width: 100%;
    height: 100%;
}

.banner .special-content .text {
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    position: relative;
    z-index: 2;
    margin-top: -100px;
    background: #000;
    color: #fff;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    padding: 0px 5px;
}

.banner .special-content .text:hover {
    color: #3092E2
}

.banner .special-content .text .spe {
    background-color: #3092E2;
    color: #fff;
    font-weight: normal;
    font-size: 10px;
    border-radius: 4px;
    padding: 3px 6px;
    line-height: 1.2;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    top: -2px;
    margin-right: 5px;
}


@media (max-width: 768px) {
    .top-info
    {
        height: auto;
    }

    .banner {
        width: 100%;
        height: auto;
    }
}

.top-info .top-news {
    width: 480px;
    height: 100%;
    margin-left: 20px;
}

.top-info .top-news li
{
    overflow: hidden;
    height: 32px;
    line-height: 32px;
}

.top-info .top-news li:first-child {
    color: var(--theme-color);
    font-size: 22px;
    height: 60px;
    overflow: hidden;
    font-weight: 600;
    line-height: 30px;
}

.top-info .company-container {
    box-sizing: border-box;
    width: 240px;
    border-radius: 0px 10px 0px 10px;
    border: var(--theme-color) solid 1px;
    margin-left: 20px;
    padding: 0px 15px;
}

.top-info .company-container .company-title {
    font-size: 17px;
    padding-left: 20px;
    background: url(/Content/Images/newsTitleIcon.png) no-repeat 0 top;
    background-size: 9px;
    line-height: 40px;
    height: 40px;
    font-weight: bold;
    border-bottom: 1px dashed #ECECEC;
}

.top-info .company-list {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .top-info .top-news {
        width: 100%;
        height: auto;
        margin: 20px 0px;
    }

    .top-info .top-news li:first-child
    {
        margin-bottom: 10px;
        font-size: 18px;
    }
}


.company-list .swiper-slide {
    text-align: center;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: auto;
}

.company-list a
{
    display: block;
    width: 100%;
    height: 85%;
}

.company-list .imgBox {
    
    background: #fff;
    position: relative;
    z-index: 1;
    border: var(--theme-color) solid 1px;
    border-radius: 0px 10px 0px 10px;
    box-sizing: border-box;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .top-info .company-container
    {
        width: 100%;
        
        margin: 10px 0px;
    }

}


/*新闻列表*/
.news .main .news-type-list {
    width: 100%;
}

.news .news-type-item {
    width: 32.2%;
    height: auto;
    border: var(--theme-color) solid 1px;
    float: left;
    margin-right: 1.7%;
    margin-bottom: 20px;
    border-radius: 0 10px 0 10px;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    overflow: hidden;
}

.news .news-type-item:nth-child(3n)
{
    margin-right: 0px;
}

.news .news-type-name {
    font-size: 17px;
    padding-left: 20px;
    background: url(/Content/Images/newsTitleIcon.png) no-repeat 0 top;
    background-size: 9px;
    line-height: 40px;
    height: 40px;
    font-weight: bold;
    border-bottom: 1px dashed #ECECEC;
}

.news .news-list {
    list-style: disc;
    list-style-position: inside;
    color: gray;
}

.news .news-list li {
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    list-style: inside;
}

.news .news-list li::marker
{
    font-size: 8px;
}

.news .news-list li a
{
    color: #333;
    font-size: 15px;
}

@media (max-width: 768px) {
    .news .news-type-item
    {
        width: 100%;
    }
}