/* Css for , Version=1774444553 */
 .user-control-nav{margin-bottom: 20px;}
.break-all {word-wrap: break-word; word-break: break-all;}
.pager {margin:0px;}
@media (max-width: 480px) { .hidden-xxs {display: none} .page {font-size: 12px}}
@media (max-width: 400px) { .hidden-xxxs {display: none}}

#reset {max-width: 450px; margin: 20px auto;}
@media (max-width: 767px) {#reset {margin: 10px auto;} #reset .panel {margin: 20px auto; width: 100%;} #reset .panel-heading {padding: 0 0 10px 0;} #reset .panel-body {padding: 10px 0; min-height: inherit;} .panel-body > form {padding-right: 0;}}

#bindForm{height: 280;}
.nav-primary.nav-stacked > li.nav-heading{background-image:none;}
#reg .panel{width: 80%; margin:5px 5% auto;max-width: 450px;}
#reg .panel-body{min-height: 230px;}
#reg .panel-heading{background-color: transparent;}

.login-image { height:23px; width:23px;}
.login-images {margin-left:105px;}
#heading-title {font-size:20px;}
#reg {padding:0px;}
#reg > .row {margin:0px; background-color:#F7F7F7;}
#login-region { border: 1px solid #ddd; width: 550px; margin:20px auto; background-color:#FFFFFF; box-shadow: 0px 0px 5px #ddd;}
.control-label {font-weight:normal;}
#panel-pure {margin-top: 0px;margin-bottom: 0px; padding:10px;}
#panel-pure > .panel-heading{padding:8px 0; position: relative;}
#heading-login {position: absolute; top: 15px; right: 0}
#heading-loginTip {color:gray;}

.btn-oauth{text-align: left; font-size: 24px; line-height: 50px; position: relative; text-shadow: 0 1px 0 rgba(0,0,0,0.5); color: #333; background-color: #FCFCFC;}
.btn-oauth:hover{color: #333; background-color: #E8E8E8; border-color: #ccc; -moz-box-shadow: 0 2px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);}
.btn-oauth .icon{font-size: 40px; position: absolute; left: 75px; text-shadow:none;}
.btn-oauth .icon:before{display: none;}

@media (max-width: 767px) {#reg.panel {margin: 20px auto;width: 100%;} #reg .panel-heading {padding: 0 0 10px 0;} #reg .panel-body {padding: 10px 0; min-height: inherit;} .btn-oauth {padding-left: 80px;} .btn-oauth .icon {left: 20px;}}
#agreement {margin-left: 10px;}
#block13{}#block13 .panel-heading{}
.slide .carousel-indicators li {margin: 0 3px; width: 24px; height: 4px; border: none; border-radius: 10px; opacity: .4; background: #fff; transition: opacity .3s, height .3s, margin .3s; position: relative}
.slide .carousel-indicators li:before {content: ' '; display: block; top: -10px; bottom: -10px; width: 100%; position: absolute;}
.slide .carousel-indicators li.active {width: 24px; opacity: 1}
.slide .carousel-indicators li:hover {margin-bottom: -1px; height: 6px; opacity: .7;}
#block300{}#block300 .panel-heading{}
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: "Microsoft Yahei", "微软雅黑", "PingFang SC", "Segoe UI", Arial, sans-serif;
        }
        body {
            background-color: #ffffff;
            color: #333;
            overflow-x: hidden;
        }

        /* =================================== */
        /* 第一部分：关于我们 */
        /* =================================== */
        .container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 60px 20px;
        }
        .row {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 40px;
        }
        .col-left {
            flex: 1;
            min-width: 480px;
            text-align: left;
        }
        .col-right {
            flex: 1;
            min-width: 480px;
        }
        .mainThree2 img {
            width: 100%;
            height: auto;
            display: block;
        }
        .mainThree1 h1 {
            font-size: 32px;
            color: #1a3c80;
            margin-bottom: 20px;
            font-weight: bold;
            text-align: left;
        }
        .mainThree1 p {
            font-size: 16px;
            line-height: 1.9;
            color: #333;
            margin-bottom: 30px;
            text-align: left;
        }
        .btn {
            display: inline-block;
            position: relative;
            padding: 12px 36px;
            background: #1a3c80;
            color: #fff;
            border: none;
            border-radius: 4px;
            font-size: 15px;
            cursor: pointer;
            transition: all 0.3s ease;
            overflow: hidden;
            text-align: left;
        }
        .btn a {
            color: #fff;
            text-decoration: none;
        }
        .btn:hover {
            background: #254b99;
        }
        .btn-inner {
            position: relative;
            z-index: 2;
        }

        /* =================================== */
        /* 第二部分：工业信息化和软件服务 图片滑动 */
        /* =================================== */
        .header {
            background-color: #1a3c80;
            color: white;
            padding: 30px 50px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .header h1 {
            font-size: 28px;
            font-weight: 600;
        }
        .header p {
            font-size: 14px;
            margin-top: 6px;
            opacity: 0.9;
        }
        .view-more-btn {
            background-color: white;
            color: #1a3c80;
            border: none;
            padding: 12px 32px;
            font-size: 14px;
            cursor: pointer;
            border-radius: 2px;
            transition: 0.3s;
        }
        .view-more-btn:hover {
            opacity: 0.9;
        }
        .image-container {
            display: flex;
            height: 520px;
        }
        .image-item {
            flex: 1;
            position: relative;
            overflow: hidden;
            transition: flex 0.5s ease;
            cursor: pointer;
        }
        .image-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .image-item:hover {
            flex: 3;
        }
        .card-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            text-align: center;
            width: 90%;
            z-index: 2;
        }
        .card-text h2 {
            font-size: 24px;
            margin-bottom: 10px;
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
        }
        .card-text p {
            font-size: 13px;
            line-height: 1.5;
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
        }
        .clickable-icon {
            position: absolute;
            bottom: 35px;
            left: 50%;
            transform: translateX(-50%);
            width: 55px;
            height: 55px;
            border: 2px solid white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 22px;
            cursor: pointer;
            transition: 0.3s;
            z-index: 10;
            text-decoration: none;
        }
        .clickable-icon:hover {
            background: rgba(255,255,255,0.2);
        }

        /* =================================== */
        /* 第三部分：智能化表面处理产品 轮播 */
        /* =================================== */
        .product-container {
            width: 100%;
            max-width: 1400px;
            margin: 0 auto;
            padding: 40px 50px;
            position: relative;
        }
        .product-title {
            font-size: 42px;
            color: #0066cc;
            font-weight: 600;
            margin-bottom: 15px;
        }
        .en-subtitle {
            font-size: 18px;
            color: #666;
            margin-bottom: 60px;
            font-weight: normal;
        }
        .slider-container {
            width: 100%;
            overflow: hidden;
            position: relative;
            padding: 0 50px;
        }
        .slider-wrapper {
            display: flex;
            width: 300%;
            transition: transform 0.5s ease;
        }
        .page-item {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 20px;
        }
        .product-img-box {
            flex: 0 0 45%;
            text-align: center;
        }
        .product-img-box img {
            max-width: 100%;
            max-height: 450px;
            object-fit: contain;
        }
        .product-info-box {
            flex: 0 0 45%;
            padding-left: 0px;
            text-align: left;
        }
        .product-info-box h2 {
            font-size: 32px;
            color: #333333;
            font-weight: 500;
            margin-bottom: 15px;
        }
        .product-info-box .series {
            font-size: 18px;
            color: #0066cc;
            display: block;
            margin-bottom: 30px;
        }
        .product-info-box p {
            font-size: 16px;
            color: #666666;
            line-height: 1.8;
            margin-bottom: 40px;
        }
        .detail-btn {
            display: inline-block;
            padding: 12px 60px;
            border: 1px solid #333333;
            color: #333333;
            text-decoration: none;
            font-size: 16px;
            background-color: transparent;
            cursor: pointer;
            transition: all 0.2s ease;
        }
        .detail-btn:hover {
            background-color: #f5f5f5;
        }
        .slide-btn {
            width: 40px;
            height: 60px;
            background-color: #0066cc;
            border: none;
            color: #ffffff;
            font-size: 20px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 10;
        }
        .prev-btn {
            left: 0px;
        }
        .next-btn {
            right: 0px;
        }
        .bg-big-text {
            position: absolute;
            top: 120px;
            right: 50px;
            font-size: 180px;
            color: #f5f5f5;
            font-weight: 700;
            z-index: -1;
            user-select: none;
            letter-spacing: 10px;
        }
        .more-link {
            position: absolute;
            bottom: 40px;
            right: 50px;
            color: #0066cc;
            text-decoration: none;
            font-size: 14px;
        }
        .more-link:hover {
            text-decoration: underline;
        }
        @media (max-width: 992px) {
            .page-item {
                flex-direction: column;
            }
            .product-img-box, .product-info-box {
                flex: 0 0 100%;
                padding: 0;
            }
            .product-img-box {
                margin-bottom: 30px;
            }
            .bg-big-text {
                font-size: 100px;
                top: 80px;
                right: 20px;
            }
            .product-title {
                font-size: 28px;
            }
            .product-info-box h2 {
                font-size: 26px;
            }
            .slide-btn {
                top: 30%;
            }
        }

        /* =================================== */
        /* 第四部分：研华工业自动化产品 */
        /* =================================== */
        .support-container {
            width: 100%;
            background-color: #1a3c80;
            color: #fff;
            padding: 60px 80px;
            position: relative;
            overflow: hidden;
        }
        .content-wrapper {
            max-width: 1200px;
            margin: 0 auto;
        }
        .support-header {
            margin-bottom: 40px;
        }
        .support-header h1 {
            font-size: 42px;
            font-weight: 600;
            margin-bottom: 15px;
            color: #fff;
        }
        .support-header p {
            font-size: 18px;
            line-height: 1.6;
            color: rgba(255, 255, 255, 0.8);
            max-width: 500px;
        }
        .top-readmore {
            position: absolute;
            top: 60px;
            right: 80px;
            padding: 12px 25px;
            background-color: #f0f0f0;
            color: #333;
            border: none;
            border-radius: 2px;
            font-size: 14px;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 10px;
            transition: background-color 0.2s ease;
        }
        .top-readmore::after {
            content: "→";
            font-size: 16px;
        }
        .top-readmore:hover {
            background-color: #e0e0e0;
        }
        .support-cards {
            display: flex;
            width: 100%;
            gap: 0;
        }
        .support-card {
            flex: 1;
            height: 420px;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 30px;
            position: relative;
            overflow: hidden;
            cursor: pointer;
            transition: opacity 0.2s ease;
        }
        .support-card:hover {
            opacity: 0.95;
        }
        .card-bg {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80%;
            height: 50%;
            opacity: 1;
            object-fit: contain;
            z-index: 1;
        }
        .card-01, .card-03 {
            background-color: #08306B;
            color: #ffffff;
        }
        .card-02, .card-04 {
            background-color: #ffffff;
            color: #333333;
        }
        .card-01 .card-number, .card-03 .card-number {
            font-size: 14px;
            color: rgba(255,255,255,0.7);
            margin-bottom: 8px;
            z-index: 2;
        }
        .card-01 .card-title, .card-03 .card-title {
            font-size: 18px;
            font-weight: 500;
            color: #ffffff;
            z-index: 2;
        }
        .card-02 .card-number, .card-04 .card-number {
            font-size: 14px;
            color: #666666;
            margin-bottom: 8px;
            z-index: 2;
        }
        .card-02 .card-title, .card-04 .card-title {
            font-size: 18px;
            font-weight: 500;
            color: #333333;
            z-index: 2;
        }
        @media (max-width: 992px) {
            .support-container {
                padding: 40px 20px;
            }
            .top-readmore {
                position: static;
                margin-top: 20px;
                width: fit-content;
            }
            .support-cards {
                flex-direction: column;
            }
            .support-card {
                height: 350px;
                margin-bottom: 10px;
            }
            .support-card .card-bg {
                width: 70%;
                height: 45%;
            }
        }

        /* =================================== */
        /* 第五部分：合作伙伴 Logo 墙 */
        /* =================================== */
        .logo-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 40px 20px;
        }
        .section-title {
            text-align: center;
            font-size: 36px;
            font-weight: 600;
            color: #222;
            margin-bottom: 40px;
        }
        .stats-row {
            display: flex;
            justify-content: center;
            gap: 60px;
            margin-bottom: 50px;
            flex-wrap: wrap;
        }
        .stat-item {
            text-align: center;
        }
        .stat-num {
            font-size: 42px;
            font-weight: 700;
            color: #1677ff;
            line-height: 1.2;
        }
        .stat-label {
            font-size: 18px;
            color: #333;
            margin-left: 8px;
        }
        .logo-grid {
            display: grid;
            grid-template-columns: repeat(7, 1fr);
            gap: 18px;
        }
        .logo-card {
            background: #ffffff;
            border-radius: 8px;
            padding: 30px 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 12px rgba(0,0,0,0.06);
            transition: all 0.3s ease;
            min-height: 150px;
        }
        .logo-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 24px rgba(0,0,0,0.12);
        }
        .logo-card img {
            max-height: 80px;
            max-width: 90%;
            object-fit: contain;
        }
        @media (max-width: 1200px) {
            .logo-grid {
                grid-template-columns: repeat(4, 1fr);
            }
            .stats-row {
                gap: 30px;
            }
            .logo-card img {
                max-height: 70px;
            }
        }
        @media (max-width: 992px) {
            .logo-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }
        @media (max-width: 576px) {
            .logo-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .section-title {
                font-size: 28px;
            }
            .stat-num {
                font-size: 32px;
            }
            .logo-card img {
                max-height: 60px;
            }
            .logo-card {
                min-height: 120px;
                padding: 20px 15px;
            }
        }

        /* =================================== */
        /* 第六部分：底部 Footer */
        /* =================================== */
        .footer {
            background-color: #1a3c80;
            color: #ffffff;
            padding: 20px 40px;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            width: 100%;
            min-height: 180px;
            gap: 20px;
            position: relative;
            border-top: 1px solid #eeeeee;
        }
        .footer-left {
            width: 280px;
            text-align: left;
            padding-top: 0;
        }
        .contact-title, .nav-title {
            font-size: 20px;
            font-weight: bold;
            color: #ffffff;
            margin-bottom: 12px;
            margin-top: 0;
            line-height: 1;
        }
        .contact-list {
            font-size: 15px;
            color: #ffffff;
            line-height: 2.0;
        }
        .footer-middle {
            margin: 0;
            margin-left: -100px;
            display: flex;
            gap: 60px;
            justify-content: center;
            align-items: flex-start;
        }
        .site-nav, .business-range, .about-us {
            width: 200px;
            text-align: left;
            padding-top: 0;
            margin-top: 0;
        }
        .nav-links {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        .nav-links a {
            font-size: 14px;
            color: #ffffff;
            text-decoration: none;
            line-height: 1.5;
        }
        .nav-links a:hover {
            text-decoration: underline;
        }
        .business-range {
            width: 220px;
        }
        .footer-right {
            width: 200px;
            text-align: right;
            align-self: flex-start;
        }
        .qrcode-img {
            width: 200px;
            height: 200px;
            margin-bottom: 5px;
            float: right;
        }
        .qrcode-text {
            font-size: 13px;
            color: #ffffff;
            clear: right;
            display: inline-block;
        }
    #block302{}#block302 .panel-heading{}
.span-oauth {margin: 0; line-height:30px;}
.span-oauth a{margin: 0 3px; }
.span-oauth a > img{height: 24px; width:24px;}
.span-oauth a > img.qq{height: 18px; width:18px;}
