@charset "utf-8";
/**
 * LSS
 * @date    2025-8-23 10:00:00
 */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a,
em, img, q, s, samp, strong, b, i, dl, dt, dd, ol, ul, li, form, label{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
}
em{
    font-style: normal;
}
.sz-header *,.sz-section *,.sz-footer *{font-size: .14rem;box-sizing: border-box;}
body, *{
    font-family: "Microsoft YaHei", "微软雅黑", Tahoma, Geneva, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a{ text-decoration: none; color: #666;}
a:hover{ text-decoration: underline;}
/*文本输入框*/
input[type="text"],
input[type="password"],
input[type="tel"]{
    height: .28rem;
    line-height: .28rem;
    border: 1px solid #dcdcdc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .05rem
}
::-webkit-input-placeholder {
    color: #ccc;
}
::-moz-placeholder {
    color: #ccc;
}
:-ms-input-placeholder {
    color: #ccc;
}
:-moz-placeholder {
    color: #ccc;
}
.container{
    width: 1200px;
    margin: 10px auto;
}
.sz-logo-search h1 img {
    width: 85%;
}
.header-search {
    height: 40px;
    display: flex;
}
.header-search input {
    width: 350px;
    height: 40px;
}
.header-search button {
    width: 60px;
    height: 40px;
    border: none;
    background: #2A68C9;
    text-align: center;
    cursor: pointer;
}
.header-search button i {
    width: 24px;
    height: 24px;
    background: url("https://zhucai-static-test.oss-cn-shanghai.aliyuncs.com/circle/images/spriteIcons.png") no-repeat -275px 0;
    display: inline-block;
    margin-top: 3px;
}
.index-headlines{
    padding: 0 .3rem;
    height: .58rem;
    line-height: .58rem;
}
.index-headlines .index-headlines-list{
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    height: .58rem;
    width: 2.2rem;
}
.index-headlines ul{
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
}
.index-headlines ul li{
    height: .58rem;
    display: block;
    font-size: .23rem;
    font-weight: 700;
    color: darkorange;
}
.index-headlines ul li a{
    color: #fff;
    max-width: 3.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    margin-right: .2rem;
}
.innovation-school{background: #fff}
.innovation-head{
    width: 1200px;
    height: 72px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.innovation-head h1{width: 235px;height: 68px;}
.innovation-head h1 img{max-width: 90%}
.innovation-head ul{
    display: flex;padding: 8px 4px;background: #eef1f6; font-size: 16px;
    justify-content: flex-end;
}
.innovation-head ul li{margin: 0 22px;color: #666;position: relative}
.innovation-head ul li a{font-size: 16px}
.innovation-head ul li.on{color: #2A68C9;font-weight: bold}
.banner-box{
    width: 1200px;
    max-height: 400px;
}
.banner-box img{
    max-width: 100%;
}
.card-title h5{
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
}
.card-title p{
    text-align: center;
    margin-top: 10px;
}
.card-title p b{
    border-radius: 5px;
    padding: 2px 5px;
    color: #3e6f47;
    background: #e2fbe9;
}
.card-box{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
}
.card-box dl{
    position: relative;
    width: 24%;
    box-shadow: 0 0 5px 5px #eee;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 15px 10px 0;
}
.card-box dl:nth-child(4n) {
    margin-right: 0;
}
.card-box dl dd{
    height: 190px;
    margin-bottom: 10px;
    overflow: hidden;
}
.card-box dl dd img{
    max-width: 100%;
    max-height: 215px;
}
.card-box dl dt{
    height: 155px;
    padding: 0 15px;
}
.card-box dl dt .num{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-box dl dt .num span i{
    width: 25px;
    height: 25px;
    background: url("../image/book.png") no-repeat;
    background-size: 25px 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
.card-box dl dt .title{
    margin: 8px 0;
    font-size: 18px;
    font-weight: bold;
    max-width: 77%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.card-box dl dt p{
    color: #666;
    margin: 10px 0;
}
.card-box dl dt a{
    position: absolute;
    left: 15px;
    bottom: 10px;
    color: #2A68C9;
}
.card-box dl dt a:after{
    content: '';
    width: 25px;
    height: 25px;
    background: url("../image/arrow-r.png") no-repeat;
    background-size: 25px 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
.new-box{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.new-box>div{
    width: 590px;
}
.new-box>div h3{
    font-size: 24px;
    margin-bottom: 20px;
}
.new-box>div h3 i{
    width: 32px;
    height: 32px;
    background: url("../image/hot.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
.new-box>div:nth-of-type(2) h3 i{
    background: url("../image/new.png") no-repeat;
}
.new-box>div a:hover {
    text-decoration: none;
}
.new-box>div a:hover dl dd {
    text-decoration: underline;
}
.new-box>div dl{
    padding-bottom: 5px;
    border-bottom: 1px solid #dcdcdc;
}
.new-box>div dl dd{
    margin: 10px 0;
}
.new-box>div dl dd a{
    color: #2A68C9;
    font-size: 16px;
}
.new-box>div dl dd.video:before{
    content: '';
    width: 32px;
    height: 32px;
    background: url("../image/video-icon.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
.new-box>div dl dt div{
    text-align: right;
}
.new-box>div dl dt div span{
    color: #999;
}
.new-box>div dl dt div span:nth-of-type(2){
    margin-left: 10px;
}
.new-box>div dl dt p{
    color: #7f7f7f;
    height: 40px;
}
.new-box>div dl dt div span i{
    width: 25px;
    height: 25px;
    background: url("../image/eye_icon.png") no-repeat;
    background-size: 25px 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

/* 新闻详情页面样式 */
.news-main {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}

/* 新闻列表区域 */
.news-list-title h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.news-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.news-item:last-child {
    border-bottom: none;
}

.news-item h4 {
    flex: 1;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
}

.news-item h4 a {
    color: #333;
    text-decoration: none;
}

.news-item h4 a:hover {
    color: #2A68C9;
    text-decoration: underline;
}

.news-date {
    color: #999;
    font-size: 14px;
    white-space: nowrap;
    margin-left: 20px;
}

.news-main-left {
    flex: 1;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    min-height: 600px;
}

.news-main-right {
    width: 300px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* 新闻详情标题区域 */
.news-detail-title h1 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.3;
}

.news-detail-info {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    color: #999;
    font-size: 14px;
}

.news-detail-info span {
    margin-right: 20px;
}

.news-view-count {
    color: #666;
}

/* 新闻内容区域 */
.news-detail-content {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 30px;
}

.news-detail-content p {
    margin-bottom: 15px;
}

.news-detail-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px auto;
}

/* 上下篇新闻导航 */
.news-detail-nav {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid #eee;
}

.news-detail-nav a {
    color: #2A68C9;
    text-decoration: none;
}

.news-detail-nav a:hover {
    text-decoration: underline;
}

/* 相关新闻区域 */
.related-news-title h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.related-news-item {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.related-news-item:last-child {
    border-bottom: none;
}

.related-news-item a {
    color: #666;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}

.related-news-item a:hover {
    color: #2A68C9;
    text-decoration: underline;
}

.related-news-date {
    font-size: 12px;
    color: #999;
}

.no-related-news {
    color: #999;
    font-style: italic;
    text-align: center;
    padding: 20px 0;
}
.footer-diagram{
    overflow: hidden;
    background: #2c3e51;
    margin-top: 30px;
    padding: 20px 0 50px;
}
.footer-diagram-title{
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin: 20px 0;
}
.footer-diagram p{
    width: 1200px;
    color: #fff;
    text-align: center;
    margin: 0 auto 20px;
}
.footer-diagram-card{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footer-diagram-card dl{
    color: #fff;
    text-align: center;
    width: 30%;
}
.footer-diagram-card dd i{
    width: 64px;
    height: 64px;
    display: block;
    margin: 0 auto;
}
.footer-diagram-card dl:nth-of-type(1) dd i{
    background: url("../image/ico_zs.png") no-repeat;
}
.footer-diagram-card dl:nth-of-type(2) dd i{
    background: url("../image/ico_sz.png") no-repeat;
}
.footer-diagram-card dl:nth-of-type(3) dd i{
    background: url("../image/ico_kj.png") no-repeat;
}
.footer-diagram-card dd b{
    display: block;
    margin: 15px 0;
    font-size: 20px;
}
.footer-diagram-card dt{
    text-align: left;
}
.aside-inn{
    position: fixed;
    z-index: 9;
    right: 20px;
    bottom: 20px;
    border: 1px solid #dcdcdc;
}
.aside-inn a{
    display: block;
    text-align: center;
    color: #666;
    text-decoration: none;
    font-size: 12px;
    width: 50px;
    border-bottom: 1px solid #dcdcdc;
    padding: 5px 0;
}
.aside-inn a:hover{
    color: #2A68C9;
}
.aside-inn a i{
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto 4px;
}
.aside-inn a:nth-of-type(1) i{
    background: url("../image/AI.png") no-repeat;
    background-size: 35px 35px;
}
.aside-inn a:nth-of-type(2) i{
    background: url("../image/top.png") no-repeat;
    background-size: 35px 35px;
}
.aside-inn a:nth-of-type(1):hover i{
    background: url("../image/AIs.png") no-repeat;
    background-size: 35px 35px;
}
.aside-inn a:nth-of-type(2):hover i{
    background: url("../image/tops.png") no-repeat;
    background-size: 35px 35px;
}
.crumb-box{
    background: #fff;
    padding: 5px 0 10px;
}
.crumb-box>div{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.crumb-box .back-home{
    width: 25px;
    height: 25px;
    background: url("../image/backHone.png") no-repeat;
    background-size: 25px 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
.innovation-school-main{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.innovation-school-main dl{
    width: 24.5%;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    padding: 20px;
    background: #fff;
    cursor: pointer;
    box-sizing: border-box;
}
.innovation-school-main dl:nth-of-type(1):hover{
    background: url("../image/img1.svg") no-repeat;
}
.innovation-school-main dl:nth-of-type(2):hover{
    background: url("../image/img2.png") no-repeat;
    background-size: cover;
}
.innovation-school-main dl:nth-of-type(3):hover{
    background: url("../image/img3.svg") no-repeat;
}
.innovation-school-main dl:nth-of-type(4):hover{
    background: url("../image/img4.svg") no-repeat;
}
.innovation-school-main dl dd{
    color: #2A68C9;
    font-size: 20px;
    font-weight: bold;
}
.innovation-school-main dl dt{
    color: #2A68C9;
}
.innovation-school-main dl dt b{
    color: #2A68C9;
    display: block;
    font-weight: normal;
    margin: 10px 0 20px;
}
.innovation-school-main dl dt span{
    color: #fff;
    background: #2A68C9;
    padding: 2px 5px;
    font-size: 12px;
}
.innovation-school-main dl:hover dd,
.innovation-school-main dl:hover dt,
.innovation-school-main dl:hover dt b{
    color: #fff;
}
.innovation-school-main dl:hover dt span{
    color: #666;
    background: #fff;
}
.innovation-list-box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    background: #fff;
    padding: 15px;
}
.innovation-list{
    width: calc(100% - 295px);
    border-right: 1px solid #dcdcdc;
}
.innovation-right{
    width: 280px;
    padding-left: 15px;
}
.innovation-right h3{
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
}
.innovation-right ul{
    color: #666;
    line-height: 30px;
}
.innovation-right ul li{
    width: 280px;
}
.sort-box{
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-bottom: 20px;
}
.sort-box span{
    margin: 0 5px;
}
.sort-box a.on{
    color: #2A68C9;
}
.list-inn dl{
    padding: 10px 0;
    border-bottom: 1px solid #dcdcdc;
    cursor: pointer;
}
.list-inn dl dd b{
    color: #2A68C9;
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
}
.list-inn dl dd p{
    font-size: 14px;
    color: #666;
}
.list-inn dl dt{
    color: #999;
    display: flex;
    justify-content: space-between;
}
.list-inn dl dt ul{
    width: 600px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}
.list-inn dl dt ul li{
    width: 100px;
    height: 100px;
    margin: 0 5px 5px 0;
    background: #fff;
}
.list-inn dl dt ul li img{
    max-width: 100%;
}
.list-inn dl dt div{
    font-size: 12px;
    margin-right: 10px;
}
.list-inn dl dt div span{
    margin-left: 20px;
}
.content-title span em i,
.list-inn dl dt div span i{
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
.list-inn dl dt div span:nth-of-type(1) i,
.content-title span em:nth-of-type(1) i{
    background: url("../image/time.png") no-repeat;
}
.list-inn dl dt div span:nth-of-type(2) i,
.content-title span em:nth-of-type(2) i{
    width: 20px;
    height: 20px;
    background: url("../image/eye_icon.png") no-repeat;
    background-size: 20px 20px;
}
.content-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.content-title span{
    font-size: 12px;
    margin-right: 10px;
}
.content-title span em{
    margin-left: 20px;
    color: #999;
}
/*sz-home*/
.sz-header-top{
    display: flex;
    justify-content: space-between;
    height: .4rem;
    line-height: .4rem;
    background: #eef1f6;
    padding: 0 .8rem;
}
.sz-header-top span{
    font-size: .15rem;
}
.sz-header-top ul{
    display: flex;
    align-items: center;
}
.sz-header-top ul li{
    margin: 0 .2rem;
    position: relative;
}
.sz-header-top ul li a{
    font-size: .15rem;
}
.sz-logo-search{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: .8rem;
    padding: 0 1.3rem 0 .8rem;
    background: #fff;
}
.sz-search{
    display: flex;
    align-items: center;
    border: 1px solid #4087f8;
    border-radius: .05rem;
    height: .5rem;
}
.sz-search div{
    padding: 0 .1rem 0 .2rem;
    height: .5rem;
    position: relative;
    display: flex;
    align-items: center;
}
.sz-search div span{
    width: .95rem;
    cursor: pointer;
    display: block;
    height: .35rem;
    line-height: .35rem;
    border-right: 1px solid #ddd;
}
.sz-search div span:after{
    content: '';
    width: .16rem;
    height: .16rem;
    display: inline-block;
    vertical-align: sub;
    margin-left: .1rem;
    background: url("../image/arrow-b.png") no-repeat;
}
.sz-search div:hover span:after{
    transform: rotate(180deg);
}
.sz-search div ul{
    position: absolute;
    top: .5rem;
    left: 0;
    z-index: 999;
    border: 1px solid #4087f8;
    background: #fff;
    padding: .05rem 0;
    min-width: 1.1rem;
    display: none;
}
.sz-search div:hover ul{
    display: block;
}
.sz-search div ul li{
    white-space: nowrap;
    padding: 0 .2rem;
    line-height: .3rem;
    cursor: pointer;
}
.sz-search div ul li:hover{
    color: #4087f8;
    background: #eee;
}
.sz-search input{
    width: 7.5rem;
    height: .4rem;
    outline: none;
    border: none;
}
.sz-search button{
    cursor: pointer;
    border: none;
    color: #fff;
    height: .5rem;
    font-weight: bold;
    font-size: .15rem;
    background: #1a72ff;
    padding: 0 .2rem;
}
.sz-search button i{
    width: .24rem;
    height: .24rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: .05rem;
    background: url("../image/search-ico.png") no-repeat;
    background-size: .24rem .24rem;
}
.sz-section{
    padding: 0 .8rem;
}
.sz-section>div{
    width: 17.45rem;
    margin-left: auto;
    margin-right: auto;
}
.sz-zbcg{
    display: flex;
    justify-content: space-between;
    margin-top: .2rem;
}
.sz-zbcg-left{
    width: 3.6rem;
    height: 6rem;
    background: #fff;
    margin-right: .1rem;
    padding: .2rem 0;
}
.sz-zbcg-left h3{
    padding: 0 .2rem;
    font-size: .24rem;
}
.sz-zb{
    display: flex;
    justify-content: space-between;
    margin: .2rem 0 0;
    border-bottom: 1px solid #eee;
    padding-bottom: .25rem;
}
.sz-zb dl{
    margin: 0 .22rem;
}
.sz-zb dl dd{
    width: .45rem;
    height: .42rem;
    margin: 0 auto .05rem;
}
.sz-zb a:nth-of-type(1) dl dd{
    background: url("../image/icon1.png") no-repeat;
}
.sz-zb a:nth-of-type(2) dl dd{
    background: url("../image/icon2.png") no-repeat;
}
.sz-zb a:nth-of-type(3) dl dd{
    background: url("../image/icon3.png") no-repeat;
}
.sz-zb a:nth-of-type(1) dl dt{
    color: #d43030;
    font-size: .18rem;
}
.sz-zb a:nth-of-type(2) dl dt{
    color: #3680d2;
    font-size: .18rem;
}
.sz-zb a:nth-of-type(3) dl dt{
    color: #cac351;
    font-size: .18rem;
}
.sz-zbcg-right{
    width: 13.7rem;
    height: 6rem;
}
.sz-banner{
    height: 4rem;
    background: #fff;
    overflow: hidden;
}
.sz-banner img{
    max-width: 100%;
}
.sz-banner .swiper-pagination-bullet{
    width: .1rem;
    height: .1rem;
    border-radius: 0;
    background: #f5f5f5;
}
.sz-banner .swiper-pagination-bullet-active{
    width: .8rem;
    border-radius: .1rem;
    background: #fff;
}
.sz-banner .swiper-container-horizontal>.swiper-pagination-bullets,
.sz-banner .swiper-pagination-custom, .swiper-pagination-fraction{
    top: 3.7rem;
}
.sz-gb{
    display: flex;
    justify-content: space-between;
    margin: 0 .2rem;
    border-bottom: 1px solid #eee;
    padding: .23rem 0 0;
}
.sz-gb b{
    width: 1.1rem;
    font-size: .2rem;
}
.sz-gb ul{
    width: 2rem;
}
.sz-gb.on ul{
    display: flex;
    flex-flow: wrap;
}
.sz-gb ul li{
    width: .9rem;
    margin-bottom: .25rem;
}
.sz-gb ul li a{
    color: #999;
    font-size: .18rem;
}
.sz-gb em{
    width: .16rem;
    height: .16rem;
    display: inline-block;
    vertical-align: sub;
    margin-left: .1rem;
    background: url("../image/arrow-b.png") no-repeat;
    transform: rotate(-90deg);
    opacity: .5;
    margin-top: .04rem;
}
.sz-banner-next{
    display: flex;
}
.sz-banner-next>div{
    background: #fff;
    width: 4.5rem;
    height: 1.9rem;
    margin: .1rem .1rem 0 0;
    padding: .25rem;
}
.sz-banner-next>div:nth-of-type(1){
    background: #fff url("../image/bg01.png") no-repeat bottom right;
}
.sz-banner-next>div:nth-of-type(2){
    background: #fff url("../image/bg02.png") no-repeat bottom right;
}
.sz-banner-next>div:nth-of-type(3){
    margin-right: 0;
}
.sz-banner-next>div b{
    font-size: .18rem;
    display: block;
    margin-bottom: .1rem;
}
.sz-banner-next>div>span{
    display: block;
    margin-bottom: .25rem;
    color: #666;
}
.sz-banner-next>div>a{
    font-size: .18rem;
    font-weight: bold;
    color: #1a72ff;
    margin-top: .2rem;
}
.sz-banner-next>div>a:after{
    content: '';
    width: .2rem;
    height: .21rem;
    display: inline-block;
    vertical-align: sub;
    margin-left: .1rem;
    background: url("../image/arrow.png") no-repeat;
    background-size: .2rem .21rem;
}
.sz-banner-next>div:nth-of-type(3) b{
    margin-top: -.1rem;
}
.scroll-container {
    overflow: hidden;
}
.scroll-wrapper {
    height: 1.3rem;
    overflow: hidden;
    position: relative;
}
.scroll-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.scroll-item {
    height: .25rem;
    line-height: .25rem;
    transition: background-color 0.2s ease;
    display: flex;
    justify-content: space-between;
}
.scroll-item em{
    color: #ccc;
}
.scroll-item a {
    color: #666;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .14rem;
    width: 3.3rem;
}
.sz-ptsj{
    margin-top: .2rem;
    padding: .2rem;
    background: #fff;
    box-sizing: border-box;
    height: 4.9rem;
}
.sz-ptsj h3{
    font-size: .24rem;
    margin: 0 0 .2rem;
}
.sz-ptsj-cont{
    display: flex;
}
.sz-ptsj-data{
    width: 4.87rem;
    height: 4rem;
    margin-right: .16rem;
    background: url("../image/ptsj_bg.png") no-repeat;
    background-size: 4.87rem 4rem;
    display: flex;
    flex-wrap: wrap;
}
.sz-ptsj-data dl{
    height: 1.98rem;
    text-align: center;
}
.sz-ptsj-data dl:nth-child(1){
    width: 2.4rem;
    padding-top: .63rem;
}
.sz-ptsj-data dl:nth-child(1) dd{
    font-size: .24rem;
    color: #B98D34;
}
.sz-ptsj-data dl:nth-child(2){
    width: 2.41rem;
    padding-top: .65rem;
}
.sz-ptsj-data dl:nth-child(2) dd{
    font-size: .24rem;
    color: #3178AA;
}
.sz-ptsj-data dl:nth-child(4){
    width: 2rem;
    padding-top: .8rem;
}
.sz-ptsj-data dl:nth-child(4) dd{
    font-size: .16rem;
    color: #3258AF;
}
.sz-ptsj-data dl:nth-child(3) {
    width: 1.43rem;
    padding-top: .9rem;
}
.sz-ptsj-data dl:nth-child(5){
    width: 1.37rem;
    padding-top: .9rem;
}
.sz-ptsj-data dl:nth-child(3) dd{
    color: #885D07;
    font-size: .13rem;
}
.sz-ptsj-data dl:nth-child(5) dd{
    color: #6793C3;
    font-size: .13rem;
}
.sz-ptsj-data dl dt h5{
    font-size: .18rem;
    color: #4c4c4c;
}
.sz-ptsj-data dl dt p{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sz-ptsj-data dl dt p em{
    color: #B98D34;
    font-style: normal;
    font-size: .1rem;
    margin-top: .1rem;
}
.sz-ptsj-data dl:nth-of-type(1) dt p em,
.sz-ptsj-data dl:nth-of-type(2) dt p em{
    font-size: .14rem;
}
.sz-ptsj-data dl:nth-of-type(2) dt p em{
    color: #3178AA;
}
.sz-ptsj-data dl:nth-of-type(3) dt p em{
    color: #885D07;
}
.sz-ptsj-data dl:nth-of-type(4) dt p em{
    color: #3258AF;
}
.sz-ptsj-data dl:nth-of-type(5) dt p em{
    color: #6793C3;
}
.number-scroll-box{
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: flex-start;
}
.number-scroll-box u{
    display: block;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}
.number-scroll-box .point u{
    margin-top: -.04rem;
}
.number-scroll-box .number-scroll-main{
    text-align: center;
    overflow: hidden;
    font-size: 0;
}
#supplierCount,
#bidlistCount{
    height: .6rem;
}
#supplierCount .number-scroll-main,
#bidlistCount .number-scroll-main{
    width: .23rem;
}
#supplierCount u,
#bidlistCount u{
    width: .23rem;
    height: .6rem;
    line-height: .6rem;
    color: #B98D34;
    font-size: .35rem;
}
#supplierCount .number-sign-box u,
#bidlistCount .number-sign-box u{
    width: .2rem;
}
#bidlistCount u{
    color: #3178AA;
}
#signMoneyYesterday,
#financeAmount{
    height: .3rem;
}
#signMoneyYesterday .number-scroll-main,
#financeAmount .number-scroll-main{
    width: .13rem;
}
#signMoneyYesterday u,
#financeAmount u{
    width: .13rem;
    height: .3rem;
    line-height: .3rem;
    color: #885D07;
    font-size: .22rem;
}
#signMoneyYesterday .number-sign-box u,
#financeAmount .number-sign-box u{
    width: .1rem;
}
#signMoneyAll{
    height: .4rem;
}
#signMoneyAll .number-scroll-main{
    width: .16rem;
}
#signMoneyAll u{
    width: .16rem;
    height: .4rem;
    line-height: .4rem;
    color: #3258AF;
    font-size: .26rem;
}
#signMoneyAll .number-sign-box u{
    width: .15rem;
}
#financeAmount u{
    color: #6793C3;
}

.sz-ptsj-cont>div:nth-of-type(2){
    width: 6.35rem;
    margin-right: .16rem;
}
.sz-ptsj-cont>div:nth-of-type(3){
    width: 5.55rem;
}
.sz-ptsj-cont .sz-ptsj-cont-center>div:nth-of-type(1){
    display: flex;
    justify-content: space-between;
    margin-bottom: .15rem;
    background: #fff;
}
.sz-ptsj-cont .sz-ptsj-cont-center>div div a{
    font-size: .16rem;
    color: #666;
    padding: 0 .1rem .05rem;
}
.sz-ptsj-cont .sz-ptsj-cont-center>div div a.on{
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid #1a72ff;
}
.sz-ptsj-cont .sz-ptsj-cont-center>div div em{
    color: #666;
    margin: 0 .2rem;
    white-space: nowrap;
}
.sz-ptsj-cont .sz-ptsj-cont-center>div a{
    color: #999;
    text-decoration: none;
}
.sz-ptsj-cont .sz-ptsj-cont-center .sz-ptsjCont{
    background: url("../image/bg_line.png") repeat;
    background-size: .01rem 1rem;
    height: 3.5rem;
    overflow: hidden;
}
.sz-ptsj-cont .sz-ptsj-cont-center #ptsjCont{
    height: 3.5rem;
}
.sz-ptsj-cont .sz-ptsj-cont-center #ptsjCont>a{
    height: .5rem;
    line-height: .5rem;
    display: block;
}
.sz-ptsj-cont .sz-ptsj-cont-center #ptsjCont div{
    height: .5rem;
    line-height: .5rem;
    padding: 0 .2rem;
    display: flex;
}
.sz-ptsj-cont .sz-ptsj-cont-center #ptsjCont div b{
    color: #333;
    font-weight: bold;
    font-size: .16rem;
    width: 2.95rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sz-ptsj-cont .sz-ptsj-cont-center #ptsjCont div span{
    color: #666;
    width: 2.15rem;
}
.sz-ptsj-cont .sz-ptsj-cont-center #ptsjCont div em:before{
    content: '';
    width: .13rem;
    height: .16rem;
    display: inline-block;
    vertical-align: sub;
    margin-right: .05rem;
    background: url("../image/address.png") no-repeat;
    filter: grayscale(100%);
}
.sz-ptsj-cont-right-title{
    display: flex;
    justify-content: space-between;
    margin-bottom: .14rem;
}
.sz-ptsj-cont-right-title b{
    font-size: .16rem;
}
.sz-ptsj-cont-right-box{
    display: flex;
    background: #f4f9fd;
}
.sz-ptsj-cont-right-box #jcjgEchart{
    width: 3.4rem;
    height: 3.52rem;
}
.sz-ptsj-cont-right-box .sz-echart-tab{
    width: 2.15rem;
    height: 3.52rem;
    background: #fff;
}
.sz-ptsj-cont-right-box .sz-echart-tab dl{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: .7rem;
    cursor: pointer;
}
.sz-ptsj-cont-right-box .sz-echart-tab dl.on{
    color: #3258af;
    background: #f4f9fd;
}
.sz-ptsj-cont-right-box .sz-echart-tab dl dd{
    display: flex;
    align-items: center;
}
.sz-ptsj-cont-right-box .sz-echart-tab dl dd i{
    width: .24rem;
    height: .24rem;
    margin: 0 .1rem;
}
.sz-ptsj-cont-right-box .sz-echart-tab dl dd i.lw-ico{
    background: url("../image/sp1.png") no-repeat;
    background-size: .48rem 1.22rem;
}
.sz-ptsj-cont-right-box .sz-echart-tab dl dd i.xc-ico{
    background: url("../image/sp1.png") no-repeat 0 -.26rem;
    background-size: .48rem 1.22rem;
}
.sz-ptsj-cont-right-box .sz-echart-tab dl dd i.zhb-ico{
    background: url("../image/sp1.png") no-repeat 0 -.5rem;
    background-size: .48rem 1.22rem;
}
.sz-ptsj-cont-right-box .sz-echart-tab dl dd i.xic-ico{
    background: url("../image/sp1.png") no-repeat 0 -.73rem;
    background-size: .48rem 1.22rem;
}
.sz-ptsj-cont-right-box .sz-echart-tab dl dd i.sn-ico{
    background: url("../image/sp1.png") no-repeat 0 -1rem;
    background-size: .48rem 1.22rem;
}
.sz-ptsj-cont-right-box .sz-echart-tab dl.on dd i.lw-ico{
    background: url("../image/sp1.png") no-repeat -.24rem 0;
    background-size: .48rem 1.22rem;
}
.sz-ptsj-cont-right-box .sz-echart-tab dl.on dd i.xc-ico{
    background: url("../image/sp1.png") no-repeat -.24rem -.26rem;
    background-size: .48rem 1.22rem;
}
.sz-ptsj-cont-right-box .sz-echart-tab dl.on dd i.zhb-ico{
    background: url("../image/sp1.png") no-repeat -.24rem -.5rem;
    background-size: .48rem 1.22rem;
}
.sz-ptsj-cont-right-box .sz-echart-tab dl.on dd i.xic-ico{
    background: url("../image/sp1.png") no-repeat -.24rem -.73rem;
    background-size: .48rem 1.22rem;
}
.sz-ptsj-cont-right-box .sz-echart-tab dl.on dd i.sn-ico{
    background: url("../image/sp1.png") no-repeat -.24rem -1rem;
    background-size: .48rem 1.22rem;
}
.sz-ptsj-cont-right-box .sz-echart-tab dl dd div{
    width: .76rem;
}
.sz-ptsj-cont-right-box .sz-echart-tab dl dd div em{
    display: block;
    font-size: .12rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sz-ptsj-cont-right-box .sz-echart-tab dl dd div b{
    display: block;
    font-size: .18rem;
}
.sz-ptsj-cont-right-box .sz-echart-tab dl dt{
    margin-right: .05rem;
}
.sz-ptsj-cont-right-box .sz-echart-tab dl dt span{
    padding: .02rem .05rem;
    display: block;
    border: 1px solid #dcdcdc;
    background: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: .7rem;
}
.sz-ptsj-cont-right-box .sz-echart-tab dl dt span:nth-of-type(1){
    margin-bottom: 0.05rem;
}
.sz-ptsj-cont-right-box .sz-echart-tab dl dt span b{
    font-size: .12rem;
    background: #fff;
    font-weight: normal;
}
.sz-ptsj-cont-right-box .sz-echart-tab dl dt span em{
    font-size: .12rem;
    background: #fff;
}
.sz-ptsj-cont-right-box .sz-echart-tab dl.on dt span em{
    font-weight: bold;
}
.sz-ptsj-cont-right-box .sz-echart-tab dl dt.up span em{
    color: #ed6565;
}
.sz-ptsj-cont-right-box .sz-echart-tab dl dt.down span em{
    color: #32b16c;
}
.sz-ptsj-cont-right-box .sz-echart-tab dl.on dt span b{
    font-weight: bold;
}
.sz-zbcgs{
    background: #fff;
    padding: .2rem;
    margin-top: .2rem;
    box-sizing: border-box;
    cursor: pointer;
}
.sz-zbcgs-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: .5rem;
    line-height: .5rem;
    margin-bottom: .25rem;
}
.sz-zbcgs-title div{
    display: flex;
    align-items: center;
}
.sz-zbcgs-title h3{
    font-size: .24rem;
    margin-right: .2rem;
}
.sz-zbcgs-title p{
    font-size: .18rem;
    color: #666;
}
.sz-zbcgs-title a{
    width: 1.6rem;
    height: .35rem;
    line-height: .35rem;
    background: #1a72ff;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: .15rem;
}
.sz-zbcgs-title a i{
    width: .2rem;
    height: .2rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: .1rem;
    background: url("../image/icons.png") no-repeat 0 -3.9rem;
    background-size: .99rem 4.79rem;
}
.sz-zbcgs-cont{
    display: flex;
    justify-content: space-between;
    height: 3.3rem;
}
.sz-zbcgs-cont>div h5{
    background: #e4e7ec;
    text-align: center;
    font-size: .18rem;
    padding: .03rem 0;
}
.sz-zbcgs-cont-left{
    width: 5.5rem;
}
.sz-zbcgs-cont-center{
    margin: 0 .3rem;
    width: 5.3rem;
}
.sz-zbcgs-cont-center img{
    max-width: 100%;
}
.sz-zbcgs-top{
    display: flex;
    justify-content: space-between;
    padding: 0 .3rem;
    margin-top: .4rem;
}
.sz-zbcgs-top dl dd i{
    width: .43rem;
    height: .41rem;
    display: block;
    margin: 0 auto;
}
.sz-zbcgs-top dl:nth-of-type(1) dd i{
    background: url("../image/zbcg.png") no-repeat;
    background-size: .89rem 2.48rem;
}
.sz-zbcgs-top dl:nth-of-type(2) dd i{
    background: url("../image/zbcg.png") no-repeat 0 -2.07rem;
    background-size: .89rem 2.48rem;
}
.sz-zbcgs-top dl:nth-of-type(3) dd i{
    background: url("../image/zbcg.png") no-repeat 0 -1.62rem;
    background-size: .89rem 2.48rem;
}
.sz-zbcgs-top dl:nth-of-type(4) dd i{
    background: url("../image/zbcg.png") no-repeat 0 -1.23rem;
    background-size: .89rem 2.48rem;
}
.sz-zbcgs-top dl dd span{
    display: block;
    text-align: center;
    margin-top: .05rem;
}
.sz-zbcgs-top dl dt{
    color: #1a72ff;
    font-weight: bold;
    font-size: .18rem;
    margin-top: .1rem;
    text-align: center;
}
.sz-zbcgs-top dl dt i{
    width: .25rem;
    height: .25rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: .05rem;
    background: url("../image/icons.png") no-repeat -.45rem -3.55rem;
    background-size: .99rem 4.79rem;
}
.sz-zbcgs-bottom{
    display: flex;
    justify-content: space-between;
    padding: 0 .6rem;
    margin-top: .5rem;
}
.sz-zbcgs-bottom dl{
    display: flex;
    justify-content: space-between;
    text-align: center;
    color: #666;
}
.sz-zbcgs-bottom dl dd i{
    width: .43rem;
    height: .41rem;
    display: block;
    margin: 0 auto .08rem;
}
.sz-zbcgs-bottom dl:nth-of-type(1) dd i{
    background: url("../image/zbcg.png") no-repeat 0 -.82rem;
    background-size: .89rem 2.48rem;
}
.sz-zbcgs-bottom dl:nth-of-type(2) dd i{
    background: url("../image/zbcg.png") no-repeat 0 -.42rem;
    background-size: .89rem 2.48rem;
}
.sz-zbcgs-bottom dl dt{
    margin-left: .28rem;
    text-align: left;
}
.sz-zbcgs-bottom dl dt span{
    display: block;
    line-height: .25rem;
}
.sz-zbcgs-cont-right{
    width: 5.5rem;
}
.sz-zbcgs-cont-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sz-zbcgs-cont-list dl{
    width: 2.7rem;
    margin-top: .4rem;
    display: flex;
    justify-content: space-between;
}
.sz-zbcgs-cont-list dl dd{
    width: .42rem;
    height: .39rem;
    display: block;
    margin: 0 auto;
}
.sz-zbcgs-cont-list dl:nth-of-type(1) dd{
    background: url("../image/zbcg.png") no-repeat -.5rem -1.05rem;
    background-size: .89rem 2.48rem;
}
.sz-zbcgs-cont-list dl:nth-of-type(2) dd{
    background: url("../image/zbcg.png") no-repeat -.5rem -.68rem;
    background-size: .89rem 2.48rem;
}
.sz-zbcgs-cont-list dl:nth-of-type(3) dd{
    background: url("../image/zbcg.png") no-repeat -.5rem 0.05rem;
    background-size: .89rem 2.48rem;
}
.sz-zbcgs-cont-list dl:nth-of-type(4) dd{
    height: .36rem;
    background: url("../image/zbcg.png") no-repeat -.5rem -.34rem;
    background-size: .89rem 2.48rem;
}
.sz-zbcgs-cont-list dl dt{
    width: 2.3rem;
    margin-left: .2rem;
}
.sz-zbcgs-cont-list dl dt b{
    font-size: .16rem;
    line-height: .38rem;
}
.sz-zbcgs-cont-list dl dt p{
    margin-top: 0.05rem;
    font-size: .15rem;
    line-height: .3rem;
    color: #333;
}
.sz-zbcgs-cont-list dl dt p span{
    font-size: .16rem;
}
.sz-zbcgs-cont-list dl dt p b{
    color: #1a72ff;
}
.sz-lwyg{
    background: #fff;
    padding: .2rem;
    margin-top: .2rem;
    box-sizing: border-box;
    cursor: pointer;
}
.sz-lwyg-title{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: .5rem;
    line-height: .5rem;
    margin-bottom: .25rem;
}
.sz-lwyg-title div{
    display: flex;
    align-items: center;
}
.sz-lwyg-title h3{
    font-size: .24rem;
    margin-right: .2rem;
}
.sz-lwyg-title p{
    font-size: .18rem;
    color: #666;
}
.sz-lwyg-title a{
    width: 1.6rem;
    height: .35rem;
    line-height: .35rem;
    background: #1a72ff;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: .15rem;
}
.sz-lwyg-title a i{
    width: .2rem;
    height: .2rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: .1rem;
    background: url("../image/icons.png") no-repeat 0 -3.9rem;
    background-size: .99rem 4.79rem;
}
.sz-lwyg-cont{
    display: flex;
    justify-content: space-between;
    height: 3.3rem;
}
.sz-lwyg-cont>div h5{
    background: #e4e7ec;
    text-align: center;
    font-size: .18rem;
    padding: .03rem 0;
}
.sz-lwyg-cont-left{
    width: 5.5rem;
    position: relative;
}
.jam{
    position: absolute;
    right: 0;
    top: 0.6rem;
    font-size: .18rem;
    color: #666;
}
.jam img{
    display: block;
    max-width: 90%;
    margin-top: .05rem;
}
.sz-lwyg-cont-center{
    margin: 0 .3rem;
    width: 5.3rem;
}
.sz-lwyg-cont-center img{
    max-width: 100%;
}
.sz-lwyg-cont-right{
    width: 5.5rem;
}
.sz-lwyg-cont-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 .4rem;
}
.sz-lwyg-cont-list dl{
    width: 2rem;
    margin-top: .4rem;
    display: flex;
    justify-content: space-between;
}
.sz-lwyg-cont-list dl dd{
    width: .45rem;
    height: .38rem;
    display: block;
    margin: 0 auto;
}
.sz-lwyg-cont-list dl:nth-of-type(1) dd{
    background: url("../image/icons.png") no-repeat -.38rem 0;
    background-size: .99rem 4.79rem;
}
.sz-lwyg-cont-list dl:nth-of-type(2) dd{
    background: url("../image/icons.png") no-repeat -.38rem -.34rem;
    background-size: .99rem 4.79rem;
}
.sz-lwyg-cont-list dl:nth-of-type(3) dd{
    background: url("../image/icons.png") no-repeat -.38rem -.78rem;
    background-size: .99rem 4.79rem;
}
.sz-lwyg-cont-list dl:nth-of-type(4) dd{
    height: .36rem;
    background: url("../image/icons.png") no-repeat -.38rem -1.22rem;
    background-size: .99rem 4.79rem;
}
.sz-lwyg-cont-list dl dt{
    width: 1.8rem;
    margin-left: .2rem;
}
.sz-lwyg-cont-list dl dt b{
    font-size: .16rem;
    line-height: .38rem;
    display: block;
}
.sz-lwyg-cont-list dl dt span{
    margin-top: 0.05rem;
    font-size: .15rem;
    line-height: .3rem;
    color: #666;
}
.sz-lwyg-core{
    display: flex;
    flex-wrap: wrap;
    margin: .5rem 0;
    width: 3.32rem;
}
.sz-lwyg-core span{
    text-align: center;
    width: 1.1rem;
    margin-bottom: .5rem;
}
.sz-lwyg-core span i{
    width: .35rem;
    height: .36rem;
    margin: 0 auto;
    display: block;
}
.sz-lwyg-core span:nth-of-type(1) i{
    background: url("../image/icons.png") no-repeat;
    background-size: .99rem 4.79rem;
}
.sz-lwyg-core span:nth-of-type(2) i{
    background: url("../image/icons.png") no-repeat 0 -.43rem;
    background-size: .99rem 4.79rem;
}
.sz-lwyg-core span:nth-of-type(3) i{
    background: url("../image/icons.png") no-repeat 0 -.89rem;
    background-size: .99rem 4.79rem;
}
.sz-lwyg-core span:nth-of-type(4) i{
    background: url("../image/icons.png") no-repeat -.4rem -3.82rem;
    background-size: .99rem 4.79rem;
}
.sz-lwyg-core span:nth-of-type(5) i{
    background: url("../image/icons.png") no-repeat 0 -2.62rem;
    background-size: .99rem 4.79rem;
}
.sz-lwyg-core span:nth-of-type(6) i{
    background: url("../image/icons.png") no-repeat 0 -3rem;
    background-size: .99rem 4.79rem;
}
.sz-lwyg-core em{
    color: #666;
    display: block;
    margin-top: .1rem;
}
.sz-zlhs{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: .2rem;
}
.sz-zlhs>div{
    width: 8.66rem;
    height: 4.2rem;
    padding: .2rem;
    box-sizing: border-box;
    background: #fff;
    cursor: pointer;
}
.sz-zlhs>div .sz-zlhs-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .1rem;
}
.sz-zlhs>div .sz-zlhs-title h3{
    font-size: .24rem;
}
.sz-zlhs>div .sz-zlhs-title p{
    color: #666;
    font-size: .18rem;
    margin-left: .2rem;
}
.sz-zlhs>div .sz-zlhs-title span{
    color: #666;
    font-size: .18rem;
    margin-left: .2rem;
}
.sz-zlhs>div .sz-zlhs-title a{
    width: 1.6rem;
    height: .35rem;
    line-height: .35rem;
    background: #1a72ff;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: .15rem;
}
.sz-zlhs>div .sz-zlhs-title a:before{
    content: '';
    width: .22rem;
    height: .2rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: .1rem;
    background: url("../image/icons.png") no-repeat 0 -3.9rem;
    background-size: .99rem 4.79rem;
}
.sz-zlhs>div.sz-zlhs-one .sz-zlhs-title a:before{
    background: url("../image/icons.png") no-repeat 0 -4.24rem;
    background-size: .99rem 4.79rem;
}
.sz-zlhs>div.sz-zlhs-two .sz-zlhs-title a:before{
    background: url("../image/icons.png") no-repeat 0 -4.239rem;
    background-size: .99rem 4.79rem;
}
.sz-zlhs>div.sz-zlhs-three .sz-zlhs-title a:before{
    background: url("../image/icons.png") no-repeat 0 -4.59rem;
    background-size: .99rem 4.79rem;
}
.sz-zlhs-one{
    margin-bottom: .2rem;
}
.sz-zlhs-two{
    margin-bottom: .2rem;
}
.sz-zlhs-two dl,
.sz-zlhs-one dl{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .3rem;
}
.sz-zlhs-two dl dd,
.sz-zlhs-one dl dd{
    width: 5.02rem;
    height: 2.83rem;
    background: url("../image/img3.png") no-repeat;
    background-size: 5.02rem 2.83rem !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: .4rem;
}
.sz-zlhs-two dl dd{
    background: url("../image/img5.png") no-repeat;
}
.sz-zlhs-one dl dd span{
    text-align: center;
    width: 1.5rem;
    margin-bottom: 0.2rem;
}
.sz-zlhs-one dl dd span em{
    color: #fff;
    display: block;
    margin-top: 0.1rem;
}
.sz-zlhs-one dl dd span i{
    width: .35rem;
    height: .36rem;
    margin: 0 auto;
    display: block;
}
.sz-zlhs-one dl dd span:nth-of-type(1) i{
    background: url("../image/icons.png") no-repeat -.4rem -2rem;
    background-size: .99rem 4.79rem;
}
.sz-zlhs-one dl dd span:nth-of-type(2) i{
    background: url("../image/icons.png") no-repeat -.4rem -1.65rem;
    background-size: .99rem 4.79rem;
}
.sz-zlhs-one dl dd span:nth-of-type(3) i{
    background: url("../image/icons.png") no-repeat -.4rem -2.36rem;
    background-size: .99rem 4.79rem;
}
.sz-zlhs-one dl dd span:nth-of-type(4) i{
    background: url("../image/icons.png") no-repeat -.4rem -2.72rem;
    background-size: .99rem 4.79rem;
}
.sz-zlhs-one dl dd span:nth-of-type(5) i{
    background: url("../image/icons.png") no-repeat -.4rem -3.1rem;
    background-size: .99rem 4.79rem;
}
.sz-zlhs-two dl dt,
.sz-zlhs-one dl dt{
    width: 2.98rem;
    font-size: .16rem;
    color: #666;
    line-height: .4rem;
}
.sz-zlhs-two dl dt b,
.sz-zlhs-one dl dt b{
    color: #333;
    display: block;
    line-height: normal;
    margin: .1rem 0;
    font-size: .16rem;
}
.sz-zlhs-two dl dt span,
.sz-zlhs-one dl dt span{
    color: #666;
    display: block;
    line-height: normal;
    font-size: .16rem;
}
.sz-zlhs-two dl dt span{
    margin-left: .2rem;
}
.sz-zlhs-three dl{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .3rem;
}
.sz-zlhs-three dl dd{
    width: 4.31rem;
    height: 2.86rem;
    background: url("../image/img4.png") no-repeat;
    background-size: 4.31rem 2.86rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: .4rem;
}
.sz-zlhs-three dl dt{
    width: 3.4rem;
    font-size: .16rem;
    color: #666;
    line-height: .4rem;
}
.sz-zlhs-four-cont{
    display: flex;
    justify-content: space-between;
    padding-top: .2rem;
}
.sz-zlhs-four-cont>div{
    width: 5.3rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sz-zlhs-four-cont>img{
    width: 2.64rem;
    height: 2.89rem;
}
.sz-zlhs-four-cont dl{
    width: 2.4rem;
    margin-top: .2rem;
}
.sz-zlhs-four-cont dl dd{
    background: #e4e7ec;
    font-size: .18rem;
    padding: 0.01rem 0 0.02rem .15rem;
    font-weight: bold;
}
.sz-zlhs-four-cont dl dt{
    padding-top: .1rem;
}
.sz-zlhs-four-cont dl dt p{
    line-height: .3rem;
    font-size: .16rem;
}
.sz-zlhs-four-cont dl dt p:before{
    content: '';
    width: .2rem;
    height: .18rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0 .2rem;
}
.sz-zlhs-four-cont dl dt p.icon01:before{
    background: url("../image/icons.png") no-repeat -.78rem 0;
    background-size: .99rem 4.79rem;
}
.sz-zlhs-four-cont dl dt p.icon02:before{
    background: url("../image/icons.png") no-repeat -.78rem -.16rem;
    background-size: .99rem 4.79rem;
}
.sz-zlhs-four-cont dl dt p.icon03:before{
    background: url("../image/icons.png") no-repeat -.78rem -.43rem;
    background-size: .99rem 4.79rem;
}
.sz-zlhs-four-cont dl dt p.icon04:before{
    background: url("../image/icons.png") no-repeat -.78rem -.65rem;
    background-size: .99rem 4.79rem;
}
.sz-zlhs-four-cont dl dt p.icon05:before{
    background: url("../image/icons.png") no-repeat -.78rem -.89rem;
    background-size: .99rem 4.79rem;
}
.sz-zlhs-four-cont dl dt p.icon06:before{
    background: url("../image/icons.png") no-repeat -.78rem -1.11rem;
    background-size: .99rem 4.79rem;
}
.sz-zlhs-four-cont dl dt p.icon07:before{
    background: url("../image/icons.png") no-repeat -.78rem -1.39rem;
    background-size: .99rem 4.79rem;
}
.sz-zlhs-four-cont dl dt p.icon08:before{
    background: url("../image/icons.png") no-repeat -.78rem -1.65rem;
    background-size: .99rem 4.79rem;
}
.sz-zlhs-four-cont dl dt p.icon09:before{
    background: url("../image/icons.png") no-repeat -.78rem -1.9rem;
    background-size: .99rem 4.79rem;
}
.sz-zlhs-four-cont dl dt p.icon10:before{
    background: url("../image/icons.png") no-repeat -.78rem -2.12rem;
    background-size: .99rem 4.79rem;
}
.sz-zlhs-four-cont dl dt p.icon11:before{
    background: url("../image/icons.png") no-repeat -.78rem -2.36rem;
    background-size: .99rem 4.79rem;
}
.sz-hzhb{
    height: 4rem;
    padding: .2rem;
    background: #fff;
    box-sizing: border-box;
    margin-top: .2rem;
}
.sz-hzhb-title{
    font-size: .24rem;
    font-weight: bold;
}
.sz-hzhb-tag{
    display: flex;
    justify-content: space-between;
    padding-top: .2rem;
}
.sz-hzhb-tag>div{
    position: relative;
    height: 3rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.sz-hzhb-tag div:nth-of-type(1){
    width: 5.5rem;
    display: flex;
}
.sz-hzhb-tag div:nth-of-type(2){
    width: 8rem;
    display: flex;
}
.sz-hzhb-tag div:nth-of-type(3){
    width: 4rem;
    display: block;
}

.sz-hzhb-tag div:nth-of-type(2):before,
.sz-hzhb-tag div:nth-of-type(3):before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #ddd;
}
.sz-hzhb-tag div a{
    width: 2.15rem;
    height: .6rem;
    display: block;
    border: 1px solid #eee;
    margin: .13rem .1rem;
    overflow: hidden;
}
.sz-hzhb-tag div a img{
    max-width: 100%;
}
.sz-hzhb-tag div:nth-of-type(3) a {
    display: block;
    line-height: 0.21rem;
    height: 0.21rem;
    font-size: 0.18rem;
    border: 0;
    margin: .16rem .4rem;
}

.sz-footer{
    background: #f4f7fc;
    margin-top: 20px;
    display: flex;
    height: 180px;
    justify-content: space-between;
    padding: 20px 80px;
    box-sizing: border-box;
}
.sz-footer *{
    font-size: 14px;
}
.sz-footer>div{
    width: 1220px;
    background: #f4f7fc;
    margin-top: 20px;
}
.sz-footer>div ul{
    display: flex;
    padding-left: 50px;
}
.sz-footer>div ul li{
    margin: 0 40px;
}
.footer-zsws{
    display: flex;
    justify-content: center;
    margin: 30px auto 0;
}
.footer-zsws a{
    margin: 0 2px;
}
.footer-zsws a img{
    max-width: 100%;
    height: 40px;
}
.sz-footer dl{
    width: 500px;
    display: flex;
    justify-content: center;
    text-align: center;
}
.sz-footer dl img{
    width: 80px;
    height: 80px;
    display: block;
    margin: 10px 50px;
}
.footer-general footer>div{
    margin: 20px auto 0;
}
.footer-general .sz-footer>div ul{
    justify-content: center;
}
.cygr,
.yfpx{
    font-size: .18rem;
    color: #999;
    text-align: center;
}
.yfpx img,
.cygr img{
    display: block;
    max-width: 90%;
    margin: .05rem auto;
}
#scroll-container {
    width: 200px; /* 或者其他合适的宽度 */
    height: 100px; /* 或者其他合适的高度 */
    overflow: hidden; /* 隐藏溢出的内容 */
    position: relative; /* 相对定位，用于子元素的绝对定位 */
}

#scroll-container ul {
    list-style: none; /* 移除列表项的默认样式 */
    margin: 0;
    padding: 0;
    position: absolute; /* 绝对定位，用于动画效果 */
    width: 100%; /* 与容器宽度相同 */
}
/*右侧悬浮*/
.aside-suspension{
    width: 60px;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 100000;
    background: #fff;
    box-shadow: 0 1px 17px 1px rgba(34, 63, 130, 0.35);
    border-radius: 5px 0 0 5px;
    margin-top: -100px;
}
.aside-suspension ul li{
    width: 60px;
    text-align: center;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #E7F2FA;
    font-size: 12px;
    color: #858CA5;
    padding-bottom: 15px;
}
.aside-suspension ul li:last-child{
    border-bottom: none;
}
.aside-suspension ul li i{
    width: 25px;
    height: 22px;
    background: url("../image/aside_ico.png") no-repeat;
    display: block;
    margin: 20px auto 10px auto;
}
.aside-suspension ul li .gzhIcon + span,
.aside-suspension ul li .AiIcon + span,
.aside-suspension ul li .xcxIcon + span{
    position: absolute;
    z-index: -1;
    right: 110px;
    top: -20px;
    width: 100px;
    background: white;
    box-shadow: 0 0 2px 2px #ddd;
    border-radius: 5px;
    display: none;
}
.aside-suspension ul li .gzhIcon + span:after,
.aside-suspension ul li .AiIcon + span:after,
.aside-suspension ul li .xcxIcon + span:after{
    content: '';
    position: absolute;
    z-index: 3;
    top: 36%;
    right: -5px;
    border-left: 5px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.aside-suspension ul li .xcxIcon + span{
    width: 130px;
    top: -20px;
}
.aside-suspension ul li .gzhIcon + span img,
.aside-suspension ul li .xcxIcon + span img{
    max-width: 100%;
    max-height: 100px;
}
.aside-suspension ul li .AiIcon + span img{
    max-width: 85%;
}
.aside-suspension ul li .xcxIcon + span img{
    max-height: 100%;
}
.aside-suspension ul li .gzhIcon + span samp,
.aside-suspension ul li .xcxIcon + span samp{
    text-align: left;
    display: block;
    margin: 10px;
}
.aside-suspension ul li .gzhIcon + span samp u,
.aside-suspension ul li .AiIcon + span samp u,
.aside-suspension ul li .xcxIcon + span samp u{
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    margin-top: 30px;
    color: #666;
}
.aside-suspension ul li .gzhIcon + span>u,
.aside-suspension ul li .AiIcon + span>u,
.aside-suspension ul li .xcxIcon + span>u{
    display: block;
    text-align: left;
    margin-left: 10px;
    text-decoration: none;
    color: #ed6565;
}
.aside-suspension ul li .AiIcon {
    background: url("../image/aside_ico_2.png") no-repeat 0 -46px;
}

.aside-suspension ul li .xcxIcon {
    background: url("../image/aside_ico.png") no-repeat 0 -23px;
}
.aside-suspension ul li .quotesIcon {
    background: url("../image/aside_ico.png") no-repeat 0 -46px;
}
.asideFixed .scrollIcon ,
.aside-suspension ul li .scrollIcon {
    background: url("../image/aside_ico.png") no-repeat 0 -69px;
}
.code-ss{
    color: #666!important;
    font-size: 16px;
    margin: 10px 0 10px 10px;
}
.sz-list-m img{
    max-width: 100%;
    max-height: 55px;
}
.sz-list-m em{
    display: flex;
    margin-bottom: 10px;
}
.sz-list-m em:last-child{
    margin-bottom: 0;
}
.sz-list-m b{
    color: #666;
    font-weight: normal;
    margin-left: 10px;
}
/*意见反馈弹出层*/
.aside_popup_boxs,
.aside_popup_box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: none;
    z-index: 100000;
}
.aside_popup{
    width: 738px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    background: white;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -369px;
    top: 10%;
    display: none;
    z-index: 11000;
}
.aside_popup h3{
    background: #eee;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-indent: 20px;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
}
.aside_popup h3 i{
    width: 32px;
    height: 32px;
    display: block;
    float: right;
    margin-top: 8px;
    margin-right: 20px;
    cursor: pointer;
    background: url("../image/close-ico.png") no-repeat;
}
.aside_popup em{
    font-style: normal;
}
.aside_popup_btn{
    text-align: center;
    margin: 20px 0;
    font-size: 0;
}
.aside_popup_btn a{
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
    font-size: 14px;
    height: 33px;
    line-height: 33px;
    min-width: 88px;
    background: #eee;
    border: 1px solid #ddd;
    text-decoration: none;
}
.aside_popup_btn a.save-btn{
    color: #fff;
    background: #ed6565;
    border: 1px solid #ed6565;
}
.aside_popup_main>p{
    margin: 10px 20px 0 5px;
    line-height: 35px;
}
.aside_popup_main>p span{
    color: #666;
    font-size: 14px;
}
.aside_popup_main>p span:first-child{
    width: 100px;
    display: inline-block;
    vertical-align: top;
    text-align: right;
}
.aside_popup_main>p label{
    padding-left: 25px;
}
.aside_popup_main>p span label:nth-of-type(1){
    margin-right: 30px;
}
.aside_popup_main textarea,
.aside_popup_main input[type="text"],
.aside_popup_main select{
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    height: 35px;
    color: #666;
    line-height: 30px;
    padding: 0 5px;
    resize: none;
    outline: none;
}
.aside_popup_main .business-complaints input[type="text"],
.aside_popup_main .business-complaints select{
    width: 240px;
    color: #666;
}
.aside_popup_main textarea{
    height: 80px;
    display: block;
}
.feedback-cont{
    margin: 10px 20px 0 5px;
}
.feedback-cont li{
    display: flex;
    margin-bottom: 10px;
}
.feedback-cont li>span{
    color: #666;
    font-size: 14px;
}
.feedback-cont li>span:first-child{
    width: 100px;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    line-height: 35px;
}
.feedback-cont li:first-child>span:first-child:before,
.need-req:before{
    content: '*';
    color: #Ed6565;
    display: inline-block;
    vertical-align: middle;
}
.feedback-cont li>span:nth-of-type(2){
    width: calc(100% - 105px);
    display: inline-block;
    vertical-align: top;
}
.feedback-cont .text_length{
    float: right;
    font-size: 12px;
    color: #ccc;
    display: none;
}
.feedback-cont li>span span,
.business-complaints li>span span{
    color: #ed6565;
    font-size: 12px;
    display: none;
    margin: 5px;
}
.business-complaints{
    margin: 10px 20px 0 5px;
}
.business-complaints>li{
    margin-bottom: 10px;
}
.business-complaints>li>span{
    color: #666;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 105px);
    line-height: 35px;
}
.business-complaints>li>span:first-child{
    width: 100px;
    line-height: 35px;
    text-align: right;
    vertical-align: top;
}
.business-complaints .margin_span{
    margin-left: 40px;
}
.business-complaints>li>span label{
    padding-left: 20px;
    margin-right: 15px;
}
.business-complaints>li>span textarea{
    width: 605px;
    height: 50px;
}
.business-complaints .text_length{
    float: right;
    font-size: 12px;
    color: #ccc;
    display: none;
}
.feedBackUpload{
    width: 605px;
}
.feedBackUpload div b{
    font-weight: normal;
    position: relative;
    padding: 5px 10px;
    background: #F8F8F8;
    margin: 5px 10px 5px 0;
    display: inline-block;
    vertical-align: middle;
}
.feedBackUpload div b img{
    max-width: 30px;
    max-height: 30px;
    display: inline-block;
    vertical-align: middle;
}
.feedBackUpload div b em{
    color: #666;
    display: inline-block;
    vertical-align: middle;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.feedBackUpload div b samp{
    color: #666;
    display: inline-block;
    vertical-align: middle;
}
.feedBackUpload>div{
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.feedBackUpload>a{
    display: inline-block;
    vertical-align: middle;
}
.feedBackUpload .webuploader-pick{
    background: #F8F8F8;
    border: 1px solid #dcdcdc;
    color: #666;
}
.feedBackUpload>a:hover .webuploader-pick{
    background: #eee;
    border: 1px solid #dcdcdc;
    color: #666;
}
.more-btn{
    width: 1.6rem;
    height: .35rem;
    line-height: .35rem;
    background: #1a72ff;
    border-radius: 5px;
    text-align: center;
    color: #fff!important;
    font-size: .15rem;
    margin-right: .2rem;
}
.more-btn:before{
    content: '';
    width: .22rem;
    height: .22rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: .05rem;
    background: url("../image/search-ico.png") no-repeat;
    background-size: .22rem .22rem;
}
.asideFixed{
    position: fixed;
    bottom: 30%;
    width: 60px;
    right: 0;
    z-index: 100000;
    background: #fff;
    box-shadow: 0 1px 17px 1px rgba(34, 63, 130, 0.35);
    border-radius: 5px 0 0 5px;
}
.asideFixed div{
    width: 60px;
    text-align: center;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #E7F2FA;
    font-size: 12px;
    color: #858CA5;
    padding-bottom: 15px;
}
.asideFixed div i{
    width: 25px;
    height: 22px;
    display: block;
    margin: 20px auto 10px auto;
}
.asideFixed .AiIcon{
    width: 30px;
    height: 30px;
    background: url("../image/AI.png") no-repeat;
    background-size: 30px 30px;
}
.intro-list{
    padding: 20px;
}
.plates-main .plates-main-left{
    width: 1200px;
}
.intro-list dt p{
    width: 1170px;
}
.swiper-menu-main{
    height: 172px;
}
.swiper-menu .swiper-wrapper .swiper-slide h2{
    font-weight: bold;
    max-height: 55px;
    overflow: hidden;
    text-shadow: 1px 1px 2px #ddd;
}
.swiper-menu .swiper-wrapper .swiper-slide span{
    color: #fff;
}
.swiper-menu .swiper-wrapper .swiper-slide:hover span, .swiper-menu .swiper-wrapper .swiper-slide.active span{
    color: #333;
}
.swiper-menu .swiper-wrapper .swiper-slide:hover p, .swiper-menu .swiper-wrapper .swiper-slide.active p{
    color: #fff;
}
.swiper-menu .swiper-wrapper .swiper-slide{
    width: 288px!important;
    border-radius: 15px 15px 0 0;
    height: 170px;
}
.swiper-menu .swiper-wrapper .swiper-slide>i{
    width: 288px!important;
    opacity: 0;
    border-radius: 15px 15px 0 0;
}
.swiper-menu .swiper-wrapper .swiper-slide p{
    font-size: 14px;
    max-height: 40px;
    overflow: hidden;
    margin: 10px 0;
}
.swiper-menu .swiper-wrapper .swiper-slide:hover, .swiper-menu .swiper-wrapper .swiper-slide.active{
    height: 170px;
    opacity: 1;
}
.swiper-menu .swiper-wrapper .swiper-slide>i img {
    max-height: 190px;
}
.szAics{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 961px;
    height: 702px;
    margin: auto;
    display: none;
}
.szAics i{
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 19px;
    top: 22px;
    z-index: 100;
    cursor: pointer;
}
.sz-lwyg-title div.cygr-box{
    position: absolute;
    right: 0;
    top: 0.5rem;
    display: none;
    background: white;
    padding: .05rem;
    text-align: center;
    border: 1px solid #ddd;
    line-height: .25rem;
    z-index: 99;
}
.jacode{
    position: absolute;
    z-index: 9;
    left: -30px;
    top: 40px;
    display: none;
    background: white;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
}
.sz-header .jacode{
    left: -.3rem;
    top: .4rem;
    display: none;
    padding: .05rem;
    border: 1px solid #ddd;
    border-radius: .05rem;
    line-height: .25rem;
}
.jacode img,
.cygr-box img{
    display: block;
    margin-top: 8px;
}
#middleOneAdvertisement{
    margin-top: .2rem;
    overflow: hidden;
}
#middleOneAdvertisement img{
    max-width: 100%;
}
.w-e-modal input[type=number], .w-e-modal input[type=text], .w-e-modal textarea{
    height: auto;
}

/* 响应式设计 */
@media (max-width: 1200px) {
    .container {
        width: 95%;
    }
}

@media (max-width: 768px) {
    .news-main {
        flex-direction: column;
    }
    
    .news-main-right {
        width: 100%;
        margin-top: 20px;
    }
    
    .news-detail-title h1 {
        font-size: 20px;
    }
    
    .news-detail-content {
        font-size: 15px;
    }
}