<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* PC一期改版，顶部左侧导航，右侧banner的公用样式 by:shh time:2023-01-05 */

/* banner start */
.banner_box {
    margin-bottom: 48px;
    width: 1200px;
    height: 318px;
    justify-content: space-between;
}

.banner_box&gt;* {
    margin: 0;
}
/* banner end */

/* banner左侧导航 start */
/* 导航列表样式 start */
.banner_nav {
    margin: 0;
    width: 230px;
    height: 318px;
}

.banner_nav_ul {
    box-sizing: border-box;
    padding: 19px 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 6px;
    flex-wrap: wrap;
    align-content: flex-start;
    position: relative;
}

.banner_nav_ul &gt; li.banner_nav_li {
    width: 100%;
    padding: 0 6px;
}

.banner_nav_ul &gt; li.banner_nav_li &gt; p {
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding: 8px 22px;
    line-height: 30px;
    border-radius: 6px;
    cursor: default;
    user-select: none;
    background: transparent url("../image/index_more_normal.png") 100px center no-repeat;
}
.banner_nav_ul &gt; li.banner_nav_li &gt; p a{
	color:#000;
}

.banner_nav_ul &gt; li.banner_nav_li &gt; p.a_mouse {
    cursor: pointer;
}

.banner_nav_ul &gt; li.banner_nav_li.active &gt; p,
.banner_nav_ul &gt; li.banner_nav_li:hover &gt; p {
    color: #ff7048;
    background: rgba(255, 112, 72, .1) url("../image/index_more_active.png") 100px center no-repeat;
}
.banner_nav_ul &gt; li.banner_nav_li:hover &gt; p a{
	color: #ff7048;
}
/* 导航列表样式 end */

/* 导航展开内容 start */
.banner_nav_child_box {
    padding-left: 10px;
    background: #f3f5f9;
    position: absolute;
    left: 140px;
    top: 0;
    z-index: 50001;
    display: none;
}

.banner_nav_child {
    box-sizing: border-box;
    width: 246px;
    height: 318px;
    padding: 20px;
    background: #ffffff;
    border-radius: 6px;
    overflow: auto;
    overflow-x: hidden;
}

.banner_nav_child_main {
    width: 200px;
    height: auto;
}

/* 主推图样式 start */
.pic_box {
    margin-bottom: 20px;
    width: 200px;
    height: 112px;
    border-radius: 4px;
    overflow: hidden;
}

.pic_box&gt;img {
    max-width: 100%;
    max-height: 100%;
}
/* 主推图样式 end */

.banner_nav_title {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: left;
    line-height: 22px;
    font-weight: bold;
    color: #000000;
}

/* 二级导航 start */
.banner_nav_2 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.banner_nav_2&gt;li {
    margin: 0 20px 10px 0;
    line-height: 22px;
}

.banner_nav_2&gt;li&gt;a{
    font-size: 15px;
    line-height: 22px;
    font-weight: normal;
    color: #333;
    cursor: pointer;
}

.banner_nav_2&gt;li&gt;a:hover {
    color: #ff7048;
    text-decoration: underline;
}
/* 导航展开内容 end */
/* banner左侧导航 end */

/* banner右侧轮播 start */
.pcv1_banner_box_index {
    width: 950px;
    height: 318px;
}
/* banner右侧轮播 end */

</pre></body></html>