/* sr583c6o：home_00043 传统绿色区域站首页快速导入。
   CSS 来自参考站 5 个 stylesheet 合并清洗：
   - stylesheet_0.css 客服/注册浮层：整段剥离
   - stylesheet_1.css 视频滚动条：保留装饰部分
   - stylesheet_2.css reset + 全局基础
   - stylesheet_3.css .sjys18 字体颜色：保留
   - stylesheet_4.css 主样式：保留并按需调整
   url(...) 装饰图改写为 /static/templates/sr583c6o/images/...
   所有规则限定在 .tpl-sr583c6o 下，避免污染其他模板。
*/

.tpl-sr583c6o {
    color: #5e5e5e;
    font-size: 12px;
    font-family: "Microsoft Yahei", "宋体", Arial, sans-serif;
    line-height: 1.5;
    background: #dcdcdc;
    width: 100%;
    text-decoration: none;
}

.tpl-sr583c6o a {
    color: #333;
    text-decoration: none;
    font-size: 12px;
    list-style-type: none;
}

.tpl-sr583c6o a:hover {
    color: #000;
    text-decoration: none;
}

.tpl-sr583c6o img {
    border: 0;
    max-width: 100%;
}

.tpl-sr583c6o ul,
.tpl-sr583c6o li,
.tpl-sr583c6o h2,
.tpl-sr583c6o p,
.tpl-sr583c6o input {
    list-style-type: none;
    font-family: tahoma, arial, "宋体";
    font-size: 12px;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.tpl-sr583c6o .clear {
    overflow: hidden;
    height: 18px;
    clear: both;
}

/* 顶部 header：浅蓝灰 logo 区 + 深色导航 */
.tpl-sr583c6o .header {
    margin: 0 auto;
    font-family: "Microsoft YaHei";
    position: relative;
    z-index: 9999;
    width: 100%;
    background-color: #eef2f6;
}

.tpl-sr583c6o .top-box1 {
    height: 100px;
    overflow: hidden;
    width: 1130px;
    margin: 0 auto;
}

.tpl-sr583c6o .top-box1-logo {
    height: 80px;
    margin-top: 10px;
    overflow: hidden;
}

.tpl-sr583c6o .top-box1-logo img {
    max-height: 80px;
    max-width: 100%;
}

.tpl-sr583c6o .top-box1-logo .logo1 {
    max-width: 80%;
}

/* 导航：深色 6 项 */
.tpl-sr583c6o .zqr_nav {
    width: 100%;
    height: 50px;
    background-color: #333;
}

.tpl-sr583c6o .zqr_nav ul {
    width: 1200px;
    margin: 0 auto;
    line-height: 50px;
}

.tpl-sr583c6o .zqr_nav ul li {
    float: left;
    width: 156px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    margin-left: 35px;
}

.tpl-sr583c6o .zqr_nav ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
}

.tpl-sr583c6o .zqr_nav ul li a:hover,
.tpl-sr583c6o .zqr_nav ul li.cur a {
    background: #cc0008;
    color: #fff;
}

/* 横幅区 */
.tpl-sr583c6o .w100w {
    width: 100%;
    background: #dcdcdc;
}

.tpl-sr583c6o .auto {
    margin: 0 auto;
}

.tpl-sr583c6o .fullSlide {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 450px;
    overflow: hidden;
}

.tpl-sr583c6o .fullSlide .bd {
    position: relative;
    height: 100%;
}

.tpl-sr583c6o .fullSlide .bd ul {
    width: 100% !important;
}

.tpl-sr583c6o .fullSlide .bd li {
    width: 100% !important;
    height: 450px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tpl-sr583c6o .fullSlide .bd li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tpl-sr583c6o .fullSlide .hd {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}

.tpl-sr583c6o .fullSlide .hd ul {
    display: inline-block;
    overflow: hidden;
}

.tpl-sr583c6o .fullSlide .hd li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    text-indent: -9999px;
}

.tpl-sr583c6o .fullSlide .hd li.on {
    background: #02783e;
}

.tpl-sr583c6o .fullSlide .prev,
.tpl-sr583c6o .fullSlide .next {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 50px;
    margin-top: -25px;
    cursor: pointer;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
}

.tpl-sr583c6o .fullSlide .prev {
    left: 0;
}

.tpl-sr583c6o .fullSlide .next {
    right: 0;
}

/* dpspbox：左大视频 + 右 6 缩略图 */
.tpl-sr583c6o .dpspbox {
    width: 1200px;
    margin: 15px auto;
    overflow: hidden;
    background: #fff;
    padding: 0;
}

.tpl-sr583c6o .dpspcpimgvideo {
    position: relative;
    width: 850px;
    float: left;
}

.tpl-sr583c6o .dpspcpimgvideo .videobox2024 {
    max-height: 600px;
    position: relative;
    overflow: hidden;
    justify-content: center;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    background: #000;
}

.tpl-sr583c6o .dpspcpimgvideo .videobox2024 img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    border-radius: 15px;
}

.tpl-sr583c6o .dpspcpimgvideo .playvideo2024 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    z-index: 10;
    margin-top: -35px;
    cursor: pointer;
}

.tpl-sr583c6o .dpspcpimgvideo .playvideo2024 img {
    width: 70px;
    height: 70px;
}

.tpl-sr583c6o .dpspycbox {
    width: 330px;
    float: right;
    color: #fff;
}

.tpl-sr583c6o .dpspycbox .moreimglist2024 {
    margin-top: 0;
}

.tpl-sr583c6o .dpspycbox .moreimglist2024 li {
    margin-bottom: 10px;
    height: 80px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.tpl-sr583c6o .dpspycbox .moreimglist2024 .tuijianimgbox2024 {
    width: 80px;
    height: 80px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

.tpl-sr583c6o .dpspycbox .moreimglist2024 .tuijianimgbox2024 img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    display: block;
    object-fit: cover;
}

.tpl-sr583c6o .dpspycbox .moreimglist2024 .tuijianimgbox2024 .playvideo2 img {
    position: relative !important;
    width: 50% !important;
    height: 50% !important;
    margin-left: 20%;
    margin-top: 20%;
}

.tpl-sr583c6o .dpspycbox .moreimglist2024 .cp-title2024 {
    line-height: 30px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    width: 230px;
    max-height: 60px;
}

/* 视频介绍文案 */
.tpl-sr583c6o .video_intro1 {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 50px;
    background: #fff;
    color: #666;
    font-size: 14px;
    line-height: 1.8;
}

/* 主体 main 容器 */
.tpl-sr583c6o .main {
    width: 1130px;
    margin: 0 auto;
    clear: both;
    position: relative;
    background: #dcdcdc;
}

.tpl-sr583c6o .product,
.tpl-sr583c6o .product1 {
    float: left;
    width: 1130px;
    padding-bottom: 40px;
}

/* 栏目标题：左中文 + 右英文 + 灰底更多 */
.tpl-sr583c6o .title {
    float: left;
    margin-bottom: 16px;
    width: 100%;
    height: 28px;
    line-height: 28px;
    padding-bottom: 18px;
    background: url("/static/templates/sr583c6o/images/title.gif") center bottom repeat-x;
}

.tpl-sr583c6o .title font {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    color: #c7c7c7;
    font-size: 36px;
    font-weight: bold;
    margin-left: -14px;
    position: relative;
}

.tpl-sr583c6o .title span.fl,
.tpl-sr583c6o .title .fl {
    float: left;
    font-size: 26px;
    position: relative;
    z-index: 9;
    font-weight: bold;
    color: #02783e;
    font-family: "Microsoft Yahei";
}

.tpl-sr583c6o .title .more {
    float: right;
    font-size: 12px;
    margin-right: 10px;
    color: #02783e;
    margin-top: 8px;
    padding-left: 6px;
    background: #efefef;
    border: 1px solid #d6d5d5;
    border-radius: 2px;
    width: 63px;
    height: 19px;
    line-height: 19px;
}

.tpl-sr583c6o .title .more:hover {
    color: #cc0008;
}

/* 案例 4 列 */
.tpl-sr583c6o .case {
    width: 1120px;
    height: 155px;
    margin-top: 4px;
}

.tpl-sr583c6o .case ul {
    overflow: hidden;
    width: 100%;
}

.tpl-sr583c6o .case ul li {
    width: 270px;
    text-align: center;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

.tpl-sr583c6o .case ul li a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.tpl-sr583c6o .case ul li img {
    width: 270px;
    height: 150px;
    border: 0;
    object-fit: cover;
}

.tpl-sr583c6o .case ul li a p {
    line-height: 30px;
    height: 30px;
    position: relative;
    bottom: 30px;
    opacity: 0.7;
    cursor: pointer;
    width: 270px;
    left: 0;
    top: -30px;
    background-color: #555555;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    margin: 0;
}

/* 产品宫格 partFourM1 */
.tpl-sr583c6o .partFourM1 {
    width: 1130px;
    margin: auto;
    height: auto !important;
}

.tpl-sr583c6o .partFourCon1 {
    margin-left: 24px;
    display: inline;
    width: 1106px;
    overflow: hidden;
}

.tpl-sr583c6o .prod {
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tpl-sr583c6o .prod li {
    width: 240px;
    height: 240px;
    float: left;
    margin: 0 10px 15px 0;
    overflow: hidden;
    background: #fff;
    text-align: center;
}

.tpl-sr583c6o .prod li a {
    display: block;
    color: #02783e;
}

.tpl-sr583c6o .prod li a:hover {
    color: #e55e04;
}

.tpl-sr583c6o .prod li img {
    width: 240px;
    height: 200px;
    border: 0;
    object-fit: cover;
}

.tpl-sr583c6o .prod li span {
    display: block;
    line-height: 30px;
    height: 30px;
    color: #333;
    font-size: 14px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* row1 双列：news + contact */
.tpl-sr583c6o .row1 {
    float: left;
    width: 100%;
    min-width: 1130px;
    height: 460px;
    background: url("/static/templates/sr583c6o/images/row1.gif") center top no-repeat;
    background-color: #fff;
}

.tpl-sr583c6o .row1 .main {
    background: #fff;
    height: 460px;
}

.tpl-sr583c6o .row1 .news {
    float: left;
    width: 502px;
    height: 453px;
    overflow: hidden;
}

.tpl-sr583c6o .row1 .news .pointer {
    float: left;
    width: 100%;
    display: inline;
    padding: 0;
    margin: 0;
}

.tpl-sr583c6o .row1 .news .pointer li {
    float: left;
    width: 100%;
    border-bottom: 1px dashed #d3d3d3;
}

.tpl-sr583c6o .row1 .news .pointer li a {
    float: left;
    color: #2f2f2f;
    width: 95%;
    line-height: 32px;
    padding-left: 5%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
}

.tpl-sr583c6o .row1 .news .pointer li a:hover {
    color: #02783e;
}

.tpl-sr583c6o .row1 .contact {
    float: right;
    width: 590px;
    padding-top: 15px;
}

.tpl-sr583c6o .row1 .contact .contactcon {
    padding-top: 10px;
    padding-left: 17px;
    width: 100%;
    height: 420px;
    float: left;
    overflow: hidden;
}

.tpl-sr583c6o .row1 .contact .icont {
    height: 360px;
    overflow: hidden;
    width: 100%;
}

.tpl-sr583c6o .row1 .contact .icont p {
    text-indent: 24px;
    line-height: 22px;
    padding: 4px;
    width: 100%;
    color: #666;
    font-size: 13px;
    margin: 0;
}

.tpl-sr583c6o .row1 .contact .icont p img {
    float: left;
    margin: 10px 5px 5px 5px;
    width: 213px;
    height: 160px;
    object-fit: cover;
}

.tpl-sr583c6o .row1 .contact .icont p .dptygjc {
    color: #02783e;
    font-weight: bold;
    font-size: 16px;
    margin: 0 4px;
}

.tpl-sr583c6o .row1 .contact .icont p .tylxr,
.tpl-sr583c6o .row1 .contact .icont p .tydz {
    color: #cc0008;
    font-weight: bold;
}

/* tab 区域：友情链接 */
.tpl-sr583c6o .tab {
    width: 1130px;
    margin: auto;
    padding: 0;
}

.tpl-sr583c6o .tab .tabspan {
    float: left;
    background: #dcdcdc;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    line-height: 24px;
    padding: 0 10px;
}

.tpl-sr583c6o .tab-hd {
    padding: 0;
    margin: 0;
    height: 24px;
}

.tpl-sr583c6o .tab-bd {
    padding: 0;
    margin: 2px 2px 0 2px;
}

/* 页脚 */
.tpl-sr583c6o .foot {
    margin: 0 0 10px 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    background: #333;
    line-height: 28px;
    color: #fff;
    min-width: 300px;
    overflow: hidden;
    float: left;
}

.tpl-sr583c6o .foot p {
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
    font-size: 12px;
    padding: 0;
}

.tpl-sr583c6o .foot .sjys18 {
    color: #ff0000;
    font-weight: bold;
}

.tpl-sr583c6o .foot .icomoonsz222 {
    letter-spacing: 1px;
    color: #fff;
}

/* case-carousel：案例横向滚动 */
.tpl-sr583c6o .case-carousel {
    position: relative;
    overflow: hidden;
    padding: 0 50px;
}

.tpl-sr583c6o .case-carousel .case-track {
    overflow: hidden;
}

.tpl-sr583c6o .case-carousel .case-track ul {
    white-space: nowrap;
    font-size: 0;
    transition: transform 0.4s ease;
}

.tpl-sr583c6o .case-carousel .case-track ul li {
    display: inline-block;
    width: 270px;
    margin: 0 10px;
    white-space: normal;
    vertical-align: top;
}

.tpl-sr583c6o .case-carousel .case-track ul li img {
    width: 270px;
    height: 150px;
    object-fit: cover;
}

.tpl-sr583c6o .case-carousel .case-track ul li p {
    line-height: 30px;
    height: 30px;
    background-color: #555;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    margin: 0;
}

.tpl-sr583c6o .case-prev,
.tpl-sr583c6o .case-next {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 50px;
    margin-top: -25px;
    cursor: pointer;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
}

.tpl-sr583c6o .case-prev {
    left: 0;
}

.tpl-sr583c6o .case-next {
    right: 0;
}
