*{-webkit-text-size-adjust: none;outline: none;}
body{margin: 0;padding: 0;font: inherit;line-height: normal;}
header, nav, main, img, form, p{margin: 0;padding: 0;border: 0;}
ul, ol{margin: 0;padding: 0;list-style-type: none;}
hr, dl, dt, dd{margin: 0px;padding: 0px;}
table{border-collapse: collapse;border-spacing: 0px;}
tbody{border-collapse: collapse;border-spacing: 0px;}
pre{margin: 0px;padding: 0px;border: 0px;overflow: hidden;font-family: inherit;white-space: pre-wrap;white-space: -moz-pre-wrap;white-space: -pre-wrap;white-space: -o-pre-wrap;word-wrap: break-word;word-break: break-all;}
select, input, textarea, button{font-size: 14px;padding: 2px 5px;}
a{text-decoration: none;color: inherit;transition: ease .3s;}
a:hover{text-decoration: none !important;color: inherit;}
th{text-align: left;}
td{word-wrap: break-word;word-break: break-all;}
ins, em{text-decoration: none;font-style: normal;}
h1, h2, h3, h4{padding: 0;margin: 0;font-size: inherit;font-weight: inherit;}
html{background: #ffffff;font-size: 14px;color: #666;font-family: "Arial", "微软雅黑", "Helvetica", "sans-serif";}
.fl{float: left;}
.fr{float: right;}
/*解决IE图片缩放失真*/img{-ms-interpolation-mode: bicubic;}
/*清除浮动*/.clearfix:after{content: '';display: block;height: 0;clear: both;}
.clearfix{zoom: 1;}
.clear{clear: both;}
/*重构css结束*/.top201 .zc201{float: left;color: #fff;}
.top201 .r201{float: right;color: #666;}
.w201{width: 1360px;margin: 0 auto;}
.top201{z-index: 10;height: 35px;line-height: 35px;font-size: 16px;}
.top201 .r201 li{display: inline;padding: 0 5px;}
.top201 .r201 li:first-child{padding-right: 0;}
.top201 .r201 li a:hover{color: #f0ecec;}
.top201 .r201 li a{color: #f0ecec;position: relative;z-index: 10;font-size: 16px;}


s, i, em {
	font-style: normal;
	text-decoration: none;
}
.toutiao {
    background: #f5f5f5;
    height: 50px;
    position: relative;
    padding: 12px 90px;
    margin-bottom: 15px;
}
.toutiao i {
	width: 52px;
	height: 54px;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: #fff;
	padding: 10px 10px 10px 10px;
	text-align: left;
	background: #2547a8;
	position: absolute;
	left: 0;
	top: 0;
}

.toutiao i {
    width: 52px;
    height: 54px;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    color: #fff;
    padding: 10px 10px 10px 10px;
    text-align: left;
    background: #2547a8;
    position: absolute;
    left: 0;
    top: 0;
}
.toutiao h1 {
	text-align: left;
}
.toutiao h1 a {
	font-size: 18px;
	color: #333;
}
.toutiao h1 a:hover {
	color: #1561af;
}
.toutiao p {
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #666;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.review-bg-gradient{
	width: 100%;
	height: 1100px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
    background: -webkit-linear-gradient(#0f67b3, #fff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#0f67b3, #fff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#0f67b3, #fff); /* Firefox 3.6 - 15 */
    background: linear-gradient(#0f67b3, #fff); /* 标准的语法（必须放在最后） */
    background-color: #4c89c7\9;
    z-index: -1
}
.bg2{
	background: url(/skin/images/bg2.png) no-repeat center 0;
	height: 100%
}


/* ===== 评价报告作用 - 左右布局 ===== */
.eval-fun-wrap {
    width: 100%;
    padding: 60px 0;
    background: #f5f9ff;
}

.eval-fun {
    width: 1360px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    align-items: stretch;
}

/* ===== 左侧蓝色卡片 ===== */
.eval-left {
    flex: 0 0 380px;
    display: flex;
}

.eval-card-blue {
    width: 100%;
    background: linear-gradient(145deg, #0f67b3, #1a7fd1);
    border-radius: 16px;
    padding: 30px 28px;
    box-shadow: 0 8px 40px rgba(17, 107, 196, 0.3);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

.eval-card-blue:hover {
    transform: translateY(-6px);
}

.card-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 16px;
    margin-bottom: 18px;
}

.card-badge {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.card-number {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.15);
    padding: 2px 14px;
    border-radius: 20px;
    display: inline-block;
}

.card-body {
    flex: 1;
}

.info-item {
    display: flex;
    padding: 6px 0;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.info-item:last-child {
    border-bottom: none;
}

.info-item label {
    color: rgba(255, 255, 255, 0.7);
    min-width: 100px;
    font-weight: normal;
}

.info-item span {
    color: #fff;
}

/* 卡片底部流程 */
.card-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 0;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.card-footer .footer-item {
    display: flex;
    align-items: center;
    width: 50%;
    padding: 4px 0;
}

.card-footer .num {
    font-size: 16px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.6);
    width: 30px;
    flex-shrink: 0;
}

.card-footer .text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.3;
}

/* ===== 右侧图标列表 ===== */
.eval-right {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.eval-title {
    text-align: left;
    margin-bottom: 25px;
}

.eval-title h2 {
    font-size: 32px;
    color: #116bc4;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
}

.eval-title h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #116bc4;
}

.eval-right .row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.eval-right .row:last-child {
    margin-bottom: 0;
}

.eval-item {
    flex: 1;
    background: #fff;
    border-radius: 12px;
    padding: 22px 18px 20px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
}

.eval-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(17, 107, 196, 0.12);
    border-bottom-color: #116bc4;
}

.eval-item .icon-wrap {
    width: 60px;
    height: 60px;
    margin: 0 auto 12px;
    background: linear-gradient(135deg, #e8f0fe, #e0e4e9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.eval-item:hover .icon-wrap {
    background: #cad7e4;
    transform: scale(1.05);
}

.eval-item .icon-wrap img {
    width: 32px;
    height: 32px;
    display: block;
}

.eval-item h3 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

.eval-item:hover h3 {
    color: #116bc4;
}

.eval-item p {
    font-size: 13px;
    color: #888;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ===== 响应式 ===== */
@media (max-width: 1360px) {
    .eval-fun {
        width: 96%;
        padding: 0 2%;
    }
}

@media (max-width: 1024px) {
    .eval-fun {
        flex-direction: column;
    }
    .eval-left {
        flex: 1 1 auto;
    }
    .eval-card-blue {
        max-width: 500px;
        margin: 0 auto;
    }
    .eval-right .row {
        flex-wrap: wrap;
    }
    .eval-item {
        flex: 1 1 calc(50% - 10px);
        min-width: 200px;
    }
}

@media (max-width: 640px) {
    .eval-item {
        flex: 1 1 100%;
    }
    .eval-card-blue {
        padding: 20px;
    }
    .info-item {
        flex-wrap: wrap;
    }
    .info-item label {
        min-width: 80px;
    }
    .card-footer .footer-item {
        width: 100%;
    }
    .eval-title h2 {
        font-size: 26px;
    }
}

/* ========================================
   科技成果评价流程 - 美化版
   ======================================== */

.process-wrapper {
    width: 100%;
    padding: 5px 0 5px;
    background: linear-gradient(180deg, #f5f9ff 0%, #ffffff 50%, #f8fbff 100%);
    position: relative;
    overflow: hidden;
}

/* 背景装饰光晕 */
.process-wrapper::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -80px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(17, 107, 196, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.process-wrapper::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -60px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(17, 107, 196, 0.04) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.process-container {
    width: 1360px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* ===== 标题区域 ===== */
.process-header {
    text-align: center;
    margin-bottom: 55px;
}

.process-main-title {
    font-size: 38px;
    color: #116bc4;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    padding-bottom: 16px;
}

.process-main-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, #116bc4, #6aaaff);
    border-radius: 3px;
}

.process-sub-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    gap: 0;
}

.process-sub-title .line-left,
.process-sub-title .line-right {
    display: inline-block;
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #116bc4);
}

.process-sub-title .line-right {
    background: linear-gradient(90deg, #116bc4, transparent);
}

.process-sub-title .sub-text {
    font-size: 18px;
    color: #888;
    letter-spacing: 4px;
    padding: 0 8px;
    font-weight: 300;
}

.process-sub-title .dot {
    color: #116bc4;
    font-size: 20px;
    font-weight: bold;
    padding: 0 4px;
}

/* ===== 流程步骤 ===== */
.steps-flow {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 0;
    position: relative;
    padding: 10px 0;
}

/* 每个步骤节点 */
.step-node {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 215px;
    position: relative;
}

.step-node.last {
    flex: 0 0 215px;
}

/* ===== 步骤卡片 ===== */
.step-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 28px 16px 22px;
    text-align: center;
    width: 100%;
    min-height: 235px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 
        0 2px 12px rgba(17, 107, 196, 0.06),
        0 0 0 1px rgba(17, 107, 196, 0.04);
    transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* 3D透视 */
    transform: perspective(800px) rotateX(0deg) rotateY(0deg);
    transform-style: preserve-3d;
}

/* 3D立体阴影层 */
.step-card::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    right: -4px;
    bottom: -4px;
    background: linear-gradient(145deg, rgba(17, 107, 196, 0.07), rgba(17, 107, 196, 0.02));
    border-radius: 18px;
    z-index: -1;
    transition: all 0.45s ease;
    filter: blur(6px);
}

/* 顶部光效边框 */
.step-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 18px;
    padding: 2px;
    background: linear-gradient(135deg, rgba(17, 107, 196, 0.12), transparent 50%, rgba(17, 107, 196, 0.05));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.45s ease;
}

/* 步骤卡片悬停效果 */
.step-card:hover {
    transform: perspective(800px) rotateX(1.5deg) rotateY(-2.5deg) translateY(-10px);
    box-shadow: 
        0 25px 55px rgba(17, 107, 196, 0.13),
        0 0 0 1px rgba(17, 107, 196, 0.08);
}

.step-card:hover::before {
    transform: translate(4px, 6px) scale(0.96);
    filter: blur(10px);
    opacity: 0.5;
}

.step-card:hover::after {
    opacity: 1;
}

/* ===== 步骤卡片 - 高亮（最后一步） ===== */
.step-card.highlight {
    background: linear-gradient(145deg, #116bc4, #0d5aa3);
    box-shadow: 
        0 8px 35px rgba(17, 107, 196, 0.35),
        0 0 0 1px rgba(17, 107, 196, 0.15);
}

.step-card.highlight::before {
    background: linear-gradient(145deg, rgba(17, 107, 196, 0.2), rgba(17, 107, 196, 0.05));
}

.step-card.highlight .step-name {
    color: #ffffff;
}

.step-card.highlight .step-desc {
    color: rgba(255, 255, 255, 0.75);
}

.step-card.highlight .step-num {
    color: rgba(255, 255, 255, 0.2);
}

.step-card.highlight .step-icon {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.15);
}

.step-card.highlight:hover {
    box-shadow: 
        0 25px 60px rgba(17, 107, 196, 0.45),
        0 0 0 1px rgba(17, 107, 196, 0.2);
}

/* 完成徽章 */
.badge-complete {
    display: inline-block;
    margin-top: 10px;
    padding: 3px 18px;
    background: linear-gradient(90deg, #ffd700, #f5a623);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 20px;
    letter-spacing: 2px;
    box-shadow: 0 3px 12px rgba(255, 215, 0, 0.35);
    animation: badgePulse 2s ease-in-out infinite;
}

@keyframes badgePulse {
    0%, 100% {
        box-shadow: 0 3px 12px rgba(255, 215, 0, 0.35);
    }
    50% {
        box-shadow: 0 3px 20px rgba(255, 215, 0, 0.55);
        transform: scale(1.02);
    }
}

/* ===== 步骤顶部 ===== */
.step-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    width: 100%;
    justify-content: center;
}

.step-num {
    font-size: 40px;
    font-weight: 900;
    color: rgba(17, 107, 196, 0.08);
    line-height: 1;
    font-family: 'Arial', 'Helvetica', sans-serif;
    transition: all 0.4s ease;
}

.step-card:hover .step-num {
    color: rgba(17, 107, 196, 0.15);
    transform: scale(1.08);
}

/* ===== 步骤图标 ===== */
.step-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #eef5fe, #dce8fa);
    border: 2px solid rgba(17, 107, 196, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    z-index: 1;
}

.step-icon img {
    width: 28px;
    height: 28px;
    display: block;
    transition: transform 0.5s ease;
}

.step-card:hover .step-icon {
    background: #116bc4;
    border-color: #116bc4;
    transform: scale(1.08) rotate(-4deg);
    box-shadow: 0 6px 20px rgba(17, 107, 196, 0.25);
}

.step-card:hover .step-icon img {
    filter: brightness(0) invert(1);
    transform: scale(1.05);
}

.step-card.highlight .step-icon {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.15);
}

.step-card.highlight:hover .step-icon {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.15);
}

/* ===== 步骤名称 ===== */
.step-name {
    font-size: 17px;
    color: #2c3e50;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 6px;
    transition: color 0.3s ease;
}

.step-card:hover .step-name {
    color: #116bc4;
}

/* ===== 步骤描述 ===== */
.step-desc {
    font-size: 13px;
    color: #888;
    line-height: 1.7;
    max-width: 170px;
    margin: 0 auto;
    transition: color 0.3s ease;
}

.step-card:hover .step-desc {
    color: #888;
}

/* ===== 连接线 ===== */
.step-connector {
    flex: 0 0 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2px;
    position: relative;
}

.connector-line {
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #116bc4, #6aaaff);
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}

.connector-line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    animation: connectorShimmer 1.8s ease-in-out infinite;
}

@keyframes connectorShimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.connector-dot {
    position: absolute;
    right: -4px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #116bc4;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px rgba(17, 107, 196, 0.2);
    animation: dotPulse 2s ease-in-out infinite;
}

@keyframes dotPulse {
    0%, 100% {
        box-shadow: 0 0 0 2px rgba(17, 107, 196, 0.2);
    }
    50% {
        box-shadow: 0 0 0 6px rgba(17, 107, 196, 0.08);
    }
}

.last .step-connector {
    display: none;
}

/* ========================================
   响应式
   ======================================== */

@media (max-width: 1360px) {
    .process-container {
        width: 96%;
        padding: 0 2%;
    }
}

@media (max-width: 1024px) {
    .steps-flow {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px 0;
    }

    .step-node {
        flex: 0 0 calc(33.33% - 12px);
        max-width: 220px;
    }

    .step-node.last {
        flex: 0 0 calc(33.33% - 12px);
        max-width: 220px;
    }

    .step-card {
        min-height: 210px;
        padding: 22px 14px 18px;
    }

    .step-connector {
        flex: 0 0 auto;
        width: 100%;
        padding: 0 20px;
        transform: rotate(90deg);
        margin: 2px 0;
    }

    .connector-line {
        height: 2px;
    }

    .step-num {
        font-size: 32px;
    }

    .step-icon {
        width: 44px;
        height: 44px;
    }

    .step-icon img {
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 768px) {
    .process-wrapper {
        padding: 50px 0 60px;
    }

    .process-main-title {
        font-size: 30px;
    }

    .process-sub-title .sub-text {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .process-sub-title .line-left,
    .process-sub-title .line-right {
        width: 30px;
    }

    .step-node {
        flex: 0 0 calc(50% - 10px);
        max-width: 200px;
    }

    .step-node.last {
        flex: 0 0 calc(50% - 10px);
        max-width: 200px;
    }

    .step-card {
        min-height: 185px;
        padding: 18px 12px 16px;
        border-radius: 14px;
    }

    .step-name {
        font-size: 15px;
    }

    .step-desc {
        font-size: 12px;
        max-width: 140px;
    }

    .step-num {
        font-size: 28px;
    }

    .step-icon {
        width: 38px;
        height: 38px;
    }

    .step-icon img {
        width: 20px;
        height: 20px;
    }

    .badge-complete {
        font-size: 11px;
        padding: 2px 14px;
    }
}

@media (max-width: 480px) {
    .step-node {
        flex: 0 0 100%;
        max-width: 260px;
    }

    .step-node.last {
        flex: 0 0 100%;
        max-width: 260px;
    }

    .step-connector {
        padding: 0 30px;
    }

    .process-main-title {
        font-size: 24px;
    }

    .process-header {
        margin-bottom: 35px;
    }

    .step-card {
        min-height: 170px;
        padding: 16px 12px 14px;
    }
}


/* ===== 案例展示 - 2行4列 ===== */
.case-grid-2x4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.case-item {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.case-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(17, 107, 196, 0.12);
}

.case-item a {
    display: block;
    text-decoration: none;
}

.case-img {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.case-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.case-item:hover .case-img img {
    transform: scale(1.06);
}

.case-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(17, 107, 196, 0.85);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.case-item:hover .case-overlay {
    opacity: 1;
}

.case-overlay .case-plus {
    font-size: 40px;
    color: #fff;
    font-weight: 300;
    transform: rotate(0deg) scale(0.5);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.case-item:hover .case-overlay .case-plus {
    transform: rotate(90deg) scale(1);
}

.case-overlay h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease 0.1s;
}

.case-item:hover .case-overlay h4 {
    opacity: 1;
    transform: translateY(0);
}

.case-title {
    padding: 12px 16px;
    font-size: 15px;
    color: #333;
    text-align: center;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.3s ease;
}

.case-item:hover .case-title {
    color: #116bc4;
}

@media (max-width: 1024px) {
    .case-grid-2x4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .case-grid-2x4 {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .case-img {
        height: 140px;
    }
    .case-title {
        font-size: 13px;
        padding: 8px 10px;
    }
}

/* ===== 案例展示 - 2行4列 ===== */
.case-grid-2x4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.case-item {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.case-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(17, 107, 196, 0.12);
}

.case-item a {
    display: block;
    text-decoration: none;
}

.case-img {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.case-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.case-item:hover .case-img img {
    transform: scale(1.06);
}

.case-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(17, 107, 196, 0.85);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.case-item:hover .case-overlay {
    opacity: 1;
}

.case-overlay .case-plus {
    font-size: 40px;
    color: #fff;
    font-weight: 300;
    transform: rotate(0deg) scale(0.5);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.case-item:hover .case-overlay .case-plus {
    transform: rotate(90deg) scale(1);
}

.case-overlay h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease 0.1s;
}

.case-item:hover .case-overlay h4 {
    opacity: 1;
    transform: translateY(0);
}

.case-title {
    padding: 12px 16px;
    font-size: 15px;
    color: #333;
    text-align: center;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.3s ease;
}

.case-item:hover .case-title {
    color: #116bc4;
}

@media (max-width: 1024px) {
    .case-grid-2x4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .case-grid-2x4 {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .case-img {
        height: 140px;
    }
    .case-title {
        font-size: 13px;
        padding: 8px 10px;
    }
}


/* ========================================
   问答 + 下载 - 合并紧凑版（修复）
   ======================================== */
.qa-download-wrapper {
    width: 100%;
    padding: 50px 0;
    background: linear-gradient(180deg, #f5f9ff 0%, #ffffff 100%);
}

.qa-download-container {
    width: 1360px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    align-items: stretch;
}

/* ===== 左侧问答 ===== */
.qa-section {
    flex: 1;
    background: #fff;
    border-radius: 16px;
    padding: 28px 30px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    border: 1px solid rgba(17, 107, 196, 0.06);
}

.section-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 2px solid #eef5fe;
}

.section-title {
    font-size: 20px;
    color: #116bc4;
    font-weight: 700;
}

.section-sub {
    font-size: 13px;
    color: #bbb;
    letter-spacing: 1px;
}

/* ===== 问答列表 - 修复一行显示 ===== */
.qa-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.qa-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 1px solid #f0f4f8;
}

.qa-item:last-child {
    border-bottom: none;
}

.qa-item:hover {
    background: #f0f6fe;
}

.qa-item a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    width: 100%;
    color: inherit;
}

.qa-item .qa-q {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #116bc4;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.qa-item .qa-text {
    font-size: 14px;
    color: #555;
    transition: color 0.3s ease;
    flex: 1;
}

.qa-item:hover .qa-text {
    color: #116bc4;
}

/* ===== 右侧下载 ===== */
.download-section {
    flex: 1;
    background: #fff;
    border-radius: 16px;
    padding: 28px 30px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    border: 1px solid rgba(17, 107, 196, 0.06);
    display: flex;
    flex-direction: column;
}

.download-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.download-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    background: #f8fbff;
    border-radius: 10px;
    border: 1px solid #eef5fe;
    transition: all 0.3s ease;
}

.download-item:hover {
    border-color: #116bc4;
    box-shadow: 0 2px 12px rgba(17, 107, 196, 0.08);
}

.dl-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #116bc4, #1a7fd1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dl-icon svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.dl-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.dl-info .dl-name {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dl-info .dl-name:hover {
    color: #116bc4;
}

.dl-size {
    font-size: 12px;
    color: #bbb;
}

.dl-btn {
    padding: 5px 20px;
    background: #116bc4;
    color: #fff;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
    flex-shrink: 0;
    text-decoration: none;
}

.dl-btn:hover {
    background: #0d5aa3;
    color: #fff;
    box-shadow: 0 4px 15px rgba(17, 107, 196, 0.25);
    transform: scale(1.02);
}

.download-more {
    display: inline-block;
    margin-top: 14px;
    padding: 6px 28px;
    border: 2px solid #116bc4;
    color: #116bc4;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    align-self: center;
    text-decoration: none;
}

.download-more:hover {
    background: #116bc4;
    color: #fff;
    box-shadow: 0 4px 15px rgba(17, 107, 196, 0.2);
}

/* ===== 响应式 ===== */
@media (max-width: 1360px) {
    .qa-download-container {
        width: 96%;
        padding: 0 2%;
    }
}

@media (max-width: 1024px) {
    .qa-download-container {
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .qa-download-wrapper {
        padding: 30px 0;
    }
    .qa-section,
    .download-section {
        padding: 20px;
    }
    .section-title {
        font-size: 17px;
    }
    .section-sub {
        font-size: 12px;
    }
    .download-item {
        flex-wrap: wrap;
        gap: 8px;
    }
    .dl-btn {
        padding: 4px 14px;
        font-size: 12px;
    }
    .qa-item {
        padding: 8px 10px;
    }
    .qa-item .qa-q {
        width: 24px;
        height: 24px;
        font-size: 11px;
    }
    .qa-item .qa-text {
        font-size: 13px;
    }
}

/* ===== 右侧下载 ===== */
.download-section {
    flex: 1;
    background: #fff;
    border-radius: 16px;
    padding: 28px 30px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    border: 1px solid rgba(17, 107, 196, 0.06);
    display: flex;
    flex-direction: column;
}

.download-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.download-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    background: #f8fbff;
    border-radius: 10px;
    border: 1px solid #eef5fe;
    transition: all 0.3s ease;
}

.download-item:hover {
    border-color: #116bc4;
    box-shadow: 0 2px 12px rgba(17, 107, 196, 0.08);
}

.dl-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #116bc4, #1a7fd1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dl-icon svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.dl-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.dl-name {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.dl-size {
    font-size: 12px;
    color: #bbb;
}

.dl-btn {
    padding: 5px 18px;
    background: #116bc4;
    color: #fff;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.dl-btn:hover {
    background: #0d5aa3;
    color: #fff;
    box-shadow: 0 4px 15px rgba(17, 107, 196, 0.25);
    transform: scale(1.02);
}

.download-more {
    display: inline-block;
    margin-top: 14px;
    padding: 6px 24px;
    border: 2px solid #116bc4;
    color: #116bc4;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    align-self: center;
}

.download-more:hover {
    background: #116bc4;
    color: #fff;
    box-shadow: 0 4px 15px rgba(17, 107, 196, 0.2);
}

/* ===== 响应式 ===== */
@media (max-width: 1360px) {
    .qa-download-container {
        width: 96%;
        padding: 0 2%;
    }
}

@media (max-width: 1024px) {
    .qa-download-container {
        flex-direction: column;
    }
    .qa-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .qa-download-wrapper {
        padding: 30px 0;
    }
    .qa-section,
    .download-section {
        padding: 20px;
    }
    .section-title {
        font-size: 17px;
    }
    .section-sub {
        font-size: 12px;
    }
    .download-item {
        flex-wrap: wrap;
        gap: 8px;
    }
    .dl-btn {
        padding: 4px 14px;
        font-size: 12px;
    }
}



/* ========================================
   合作伙伴
   ======================================== */
.partner-wrapper {
    width: 100%;
    padding: 50px 0 60px;
    background: #f8fbff;
}

.partner-container {
    width: 1360px;
    margin: 0 auto;
}

.partner-header {
    text-align: center;
    margin-bottom: 30px;
}

.partner-title {
    font-size: 34px;
    color: #116bc4;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.partner-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #116bc4, #6aaaff);
    border-radius: 2px;
}

.partner-sub {
    display: block;
    font-size: 14px;
    color: #ccc;
    letter-spacing: 4px;
    margin-top: 6px;
}

.partner-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

.partner-item {
    background: #fff;
    border-radius: 12px;
    padding: 20px 12px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
    border: 1px solid #eef5fe;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
}

.partner-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(17, 107, 196, 0.10);
    border-color: #116bc4;
}

.partner-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    width: 100%;
}

.partner-item img {
    max-width: 80px;
    max-height: 50px;
    object-fit: contain;
    filter: grayscale(0.3);
    transition: all 0.4s ease;
}

.partner-item:hover img {
    filter: grayscale(0);
}

.partner-name {
    font-size: 14px;
    color: #666;
    font-weight: 500;
    transition: color 0.3s ease;
}

.partner-item:hover .partner-name {
    color: #116bc4;
}

/* 无图片时显示纯文字 */
.partner-item .partner-name:only-child {
    font-size: 16px;
    font-weight: 600;
    color: #444;
}

.partner-item:hover .partner-name:only-child {
    color: #116bc4;
}

/* ===== 响应式 ===== */
@media (max-width: 1360px) {
    .partner-container {
        width: 96%;
        padding: 0 2%;
    }
}

@media (max-width: 1024px) {
    .partner-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .partner-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }
    .partner-title {
        font-size: 26px;
    }
    .partner-item {
        min-height: 60px;
        padding: 14px 10px;
    }
    .partner-name {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .partner-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .partner-item {
        min-height: 50px;
        padding: 10px 8px;
    }
    .partner-name {
        font-size: 12px;
    }
}
.bg{
	background: url(/skin/images/bg.png) no-repeat center 0;
	height: 100%
}

img{
	max-width: 100%;
}

.res-container{
	width: 1360px;
	margin-left: auto;
	margin-right: auto;
}

.review-title{
	padding-top: 15%;
	text-align: center;
	
}

.review-title h1{
	font-size: 75px;
	letter-spacing: 2px;
	color: #fff;
	line-height: 1.2;
	font-weight:  normal;
	text-shadow: 0px 3px 5px rgba(0,0,0,0.3), 0px 4px 10px rgba(0,0,0,0.3);
}

.review-title h3{
	font-size: 24px;
	color: #fff;
	line-height: 1.2;
	font-weight: normal;
	text-shadow:-2px 0 #2a69a4,0 -2px #2a69a4,2px 0 #2a69a4,0 2px #2a69a4;
	margin-top: 10px;
}

.review-title img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.review-title-en{
	margin-top: 25px;
}

.review-area{
	width: 1120px;
	margin-left: auto;
	margin-right: auto;
}


.review-search{
	margin-top: 50px;
	margin-bottom: 50px;
	background: rgba(0,0,0,0.3);
	padding:13px 20px;     border-radius: 2px;
}

.review-search input{
	width: 680px;
	height: 20px;
	font-size: 20px;
	line-height: 1;
	padding: 0px 10px;
	border: 3px solid #FE9601;
	border-right: none;
	background:#FFF url(/skin/icon-home-search.png) left no-repeat
}

.search-btn {
    width: 131px;
    height: 43px;
    vertical-align: middle;
    margin-left: 10px;
    float: left;
    font-size: 30px;
    text-align: center;
    line-height: 48px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    background: rgb(254, 150, 1);
}

/* ========================================
   评价报告查询弹窗
   ======================================== */
/* ========================================
   评价报告查询弹窗 - 居中修复
   ======================================== */

/* 遮罩层 */
#pop-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

/* 弹窗容器 - 使用flex居中 */
.search-pop-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
}

/* 弹窗内容 */
.search-pop-container {
    position: relative;
    width: 92%;
    max-width: 1200px;
    max-height: 88vh;
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 45px 35px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
    overflow-y: auto;
    animation: popSlideIn 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes popSlideIn {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(30px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* 滚动条美化 */
.search-pop-container::-webkit-scrollbar {
    width: 6px;
}
.search-pop-container::-webkit-scrollbar-track {
    background: #f0f4f8;
    border-radius: 10px;
}
.search-pop-container::-webkit-scrollbar-thumb {
    background: #116bc4;
    border-radius: 10px;
}

/* 关闭按钮 */
#close-icon {
    position: absolute;
    top: 16px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f0f4f8;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 28px;
    color: #999;
    line-height: 1;
    font-family: Arial, sans-serif;
    z-index: 10;
    user-select: none;
}

#close-icon:hover {
    background: #e74c3c;
    color: #fff;
    transform: rotate(90deg);
}

/* 标题 */
.pop-title {
    text-align: center;
    margin-bottom: 28px;
}

.pop-title h2 {
    font-size: 30px;
    color: #116bc4;
    font-weight: 700;
    letter-spacing: 2px;
}

.pop-title h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #116bc4, #6aaaff);
    margin: 10px auto 0;
    border-radius: 3px;
}

.pop-title p {
    font-size: 14px;
    color: #aaa;
    margin-top: 10px;
    letter-spacing: 1px;
}

/* 搜索框 */
.pop-search-box {
    display: flex;
    gap: 0;
    margin-bottom: 30px;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(17, 107, 196, 0.10);
    border: 2px solid #e8f0fe;
    transition: border-color 0.3s ease;
}

.pop-search-box:focus-within {
    border-color: #116bc4;
}

.pop-search-box input {
    flex: 1;
    padding: 16px 24px;
    border: none;
    outline: none;
    font-size: 15px;
    color: #333;
    background: #fff;
    min-width: 200px;
}

.pop-search-box input::placeholder {
    color: #bbb;
}

.pop-search-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 35px;
    background: linear-gradient(135deg, #116bc4, #1a7fd1);
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.pop-search-btn:hover {
    background: linear-gradient(135deg, #0d5aa3, #116bc4);
    box-shadow: 0 4px 20px rgba(17, 107, 196, 0.3);
}

.pop-search-btn svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

/* 表格 */
.pop-table-wrap {
    overflow-x: auto;
    border-radius: 12px;
    border: 1px solid #eef5fe;
}

.pop-table {
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
    font-size: 14px;
}

.pop-table thead {
    background: linear-gradient(135deg, #116bc4, #1a7fd1);
}

.pop-table thead th {
    padding: 14px 16px;
    color: #fff;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.pop-table tbody tr {
    border-bottom: 1px solid #f0f4f8;
    transition: background 0.2s ease;
}

.pop-table tbody tr:hover {
    background: #f5f9ff;
}

.pop-table tbody tr:last-child {
    border-bottom: none;
}

.pop-table tbody td {
    padding: 12px 16px;
    color: #555;
    line-height: 1.5;
    word-break: break-word;
    min-width: 80px;
}

.pop-table tbody td a {
    color: #116bc4;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.pop-table tbody td a:hover {
    color: #0d5aa3;
    text-decoration: underline;
}

/* 空状态 */
#pop-empty {
    display: none;
    text-align: center;
    padding: 40px 0;
}

#pop-empty p {
    font-size: 18px;
    color: #bbb;
}

/* 分页 */
#pop-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #f0f4f8;
}

.page-btn {
    padding: 8px 24px;
    border: 2px solid #116bc4;
    background: transparent;
    color: #116bc4;
    border-radius: 25px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.page-btn:hover:not(:disabled) {
    background: #116bc4;
    color: #fff;
    box-shadow: 0 4px 15px rgba(17, 107, 196, 0.25);
}

.page-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.page-info {
    font-size: 14px;
    color: #888;
    font-weight: 500;
}

/* ===== 响应式 ===== */
@media (max-width: 768px) {
    .search-pop-container {
        padding: 25px 20px;
        width: 96%;
        max-height: 92vh;
    }
    
    .pop-title h2 {
        font-size: 22px;
    }
    
    .pop-search-box {
        flex-direction: column;
        border-radius: 16px;
        gap: 0;
    }
    
    .pop-search-box input {
        padding: 14px 18px;
        font-size: 14px;
        border-radius: 16px 16px 0 0;
    }
    
    .pop-search-btn {
        justify-content: center;
        padding: 14px;
        border-radius: 0 0 16px 16px;
        font-size: 14px;
    }
    
    .pop-table thead th,
    .pop-table tbody td {
        padding: 10px 12px;
        font-size: 13px;
    }
    
    #close-icon {
        width: 32px;
        height: 32px;
        font-size: 22px;
        top: 12px;
        right: 14px;
    }
    
    .page-btn {
        padding: 6px 16px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .search-pop-container {
        padding: 18px 12px;
    }
    
    .pop-title h2 {
        font-size: 18px;
    }
    
    .pop-title p {
        font-size: 12px;
    }
    
    .pop-table thead th,
    .pop-table tbody td {
        padding: 8px 10px;
        font-size: 12px;
    }
}
/* 查询按钮样式 */
/* ===== 报告查询按钮 ===== */
.search-btn {
    align-items: center;
    gap: 8px;
    padding: 0 28px;
    height: 54px;
    background: linear-gradient(135deg, #116bc4, #1a7fd1);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #fff;
    font-size: 28px;
    box-shadow: 0 4px 15px rgba(17, 107, 196, 0.25);
    border: none;
    text-decoration: none;
    float: right;
    line-height: 54px;
}

.search-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(17, 107, 196, 0.35);
    color: #fff;
}

.search-btn svg {
    width: 20px;
    height: 20px;
}


.review-search .review-search-btn{
	width: 130px;
	font-size: 30px;
	text-align: center;
	line-height: 54px;
	background: #fe9501e0;
	border: 3px solid #FE9601;
	border-left: none;
	color: #fff;
	cursor: pointer;
}

.review-search input{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 60%;
	}

	.review-search .review-search-btn{
		width: 18%;
		margin-left: 2%;
	}

	.review-search input,.review-search .review-search-btn{
		border-radius: 5px;
		border: none;
		height: 54px;
		line-height: 54px;
	}

.news-notice {
	margin: 0;
}
.indnews {
	width: 638px;
	height: 412px;
	float: left;
}
.news-pic {
	width: 638px;
	height: 412px;
}
.news-pic, .news-pic img {
	width: 638px;
	height: 412px;
	overflow: hidden;
}
.news-name.tab-nav a.current {
    background: #1f84ff;
    color: #fff;
    font-weight: bold;
}


.news-notice .news-txt {
	width: 705px;
	height: 412px;
	float: right;
	border: 1px solid #efefef;
}
.news-title {
	height: 48px;
	background: #fafafa;
	border-bottom: 1px solid #efefef;
	line-height: 48px;
	position: relative;
}
.news-title .name {
	position: absolute;
	left: -1px;
	top: -1px;
	height: 39px;
	background: #084466;
	color: #fff;
	text-align: center;
	line-height: 39px;
	font-size: 15px;
	padding: 0 15px;
	font-weight: bold;
}
.news-name.tab-nav {
	position: absolute;
	left: -1px;
	top: -1px;
	height: 49px;
}
.news-name.tab-nav a {
	display: block;
	float: left;
	height: 39px;
	line-height: 39px;
	color: #333;
	text-align: center;
	line-height: 39px;
	font-size: 16px;
	padding: 5px 25px;
	margin: 0;
	position: relative;
}
.news-name.tab-nav a.current {
	background: #1f84ff;
	color: #fff;
	font-weight: bold;
}
.news-name.tab-nav a i {
	width: 9px;
	height: 5px;
	background: url(../images/jtx.png) no-repeat;
	margin-left: 28px;
	margin-top: 6px;
	display: none;
}
.news-name.tab-nav a.current i {
	display: block;
}
.news-title .name i {
	width: 9px;
	height: 5px;
	background: url(../images/jtx.png) no-repeat;
	left: 10px;
	bottom: -5px;
	display: block;
}
.news-title .more {
	position: absolute;
	right: 10px;
	line-height: 38px;
	top: 0;
	font-size: 12px;
	color: #999;
	transition: all .3s ease;
}
.news-title .more:hover {
	color: #084466;
}
.newslist {
	display: block;
	padding: 10px 22px;
}
.hotnews {
	margin: 12px 12px 0 12px;
}
.hotnews h1 {
	font-size: 20px;
	color: #333;
	text-align: left;
	margin: 0 10px;
	height: 30px;
	line-height: 30px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.hotnews .hotcon {
	margin-top: 12px;
	margin-left: 10px;
	margin-right: 10px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.hotnews .hotcon a {
	color: #999;
	line-height: 24px;
	font-size: 16px;
}
.hotnews .hotcon a:hover, .newslist li a:hover {
	color: #4788d7;
}
.newslist li {
	border-bottom: 1px dotted #dedede;
	position: relative;
	padding: 0 80px 0 16px;
	background: url(../images/listnot.png) 0px 15px no-repeat;
}
.newslist li a {
	display: block;
	height: 46px;
	width: 100%;
	line-height: 38px;
	font-size: 16px;
	color: #666;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	position: relative;
}
.newslist li span {
	position: absolute;
	right: 0;
	top: 8px;
	line-height: 36px;
	color: #bbb;
	text-align: center;
}
.newslist li span.time {
	top: 0;
}
.newslist li:last-child {
	border: 0;
}
.newslist.ny li {
	padding: 8px 80px 8px 14px;
	background: url(/static/images/listnot.png) 2px 24px no-repeat;
}
.newslist.ny li a:after {
	display: none;
}

.h201_main{position: relative;width: 100%;z-index: 100;background: #fff;}
.h201_main .head201{position: relative;height: 120px;}
.h201_main .logo201{display: block;margin-top: 20px;}
.h201_main .logo201 img{display: block;}
.h201_main .ss201{width: 195px;height: 30px;line-height: 30px;margin-top: 45px;position: relative;float: right;}
.h201_main .ss201 *{font-family: arial;}
.h201_main .ss201 .sbtn201{width: 35px;height: 30px;position: absolute;border-radius: 0;background-position: -52px -3px;background-color: #dcdcdc;cursor: pointer;border: none;}
.h201_main .ss201 .stxt201{width: 150px;padding-left: 10px;height: 30px;line-height: 30px;border: 0px;background: #ececec;outline: none;color: #999;border-radius: 0;}
.h201_main .link{position: absolute;right: 0;bottom: 15px;}
.h201_main .link li{float: left;margin-right: 20px;}
.h201_main .link li:last-child{margin-right: 0;}
.h201_main .link li a{color: #999;}
.h201_main .link li a s{display: inline-block;width: 30px;height: 22px;vertical-align: bottom;background-repeat: no-repeat;}
.h201_main .link li a s.oa{background-position: -282px 0;}
.h201_main .link li a s.yx{background-position: -312px 0;}
.h201_main .link li a s.sp{background-position: -343px 0;}
.h201_main .link li a s.hc{background-position: -371px 0;}
.nav201{width: 100%;position: relative;z-index: 3;}
.na201 .list201{width: 100%;margin: 0 auto;position: relative;}
.nav201 .na201{width: 1360px;margin: 0 auto;}
.nav201 .na201 li{float: left;width: 150px;display: block;position: relative;z-index: 10;font-size: 24px;text-align: center;}
.nav201 .na201 li a{display: block;color: #fff;font-size: 24px;line-height: 90px;height: 90px;}
.nav201 .na201 li a span{display: block;font-size: 23px;line-height: 10px;text-transform: uppercase;}
.nav201 .na201 li a i{width: 1px;height: 28px;background-color: #7d9fca;display: block;position: absolute;right: 0;top: 50%;margin-top: -14px;}
.nav201 .na201 li:last-child a i{display: none;}
.nav201 .na201 li a:hover, .nav201 .na201 li a.hover, .nav201 .na201 li #hover2{background: #c77322;}
.nav201 .na201 li a.hover i{ width:0}
.nav201 .na201 dl{width: 100%;background: #116bc4;position: absolute;left: 0;top: 100%;z-index: 12;}
.nav201 .na201 dl{position: absolute;filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);opacity: 0;visibility: hidden;transition: all .6s ease 0s;transform: translate3d(0, 10px, 0);-moz-transform: translate3d(0, 10px, 0);-webkit-transform: translate3d(0, 10px, 0);}
.nav201 .na201 li:hover dl{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);}
.nav201 .na201 dl dd{border-top: 1px solid #999;text-align: left;position: relative;z-index: 12;display: block;width: 100%;}
.nav201 .na201 dl dd:first-child{border: none;}
.nav201 .na201 dl dd a{color: #fff;font-size: 14px;line-height: 45px;height: 45px;width: 100%;text-align: center;}
.nav201 .na201 dl dd a:hover, .nav201 .na201 dl dd a.hover{background: #2a2a2a;}
.icon201{background-image: url("static/images/icon201.png");display: inline-block;vertical-align: middle;}

.container {
	width: 1360px;
	margin: 0 auto;
	position: relative;
}
.container_col {
	background: #fff;
	padding: 10px;
	width: 1360px;
	margin: 0 auto;
	margin-top: 15px;
}

.news-pic, .news-pic img {
    width: 638px;
    height: 412px;
    overflow: hidden;
}
div.slideBox {
    position: relative;
    width: 670px;
    height: 300px;
    overflow: hidden;
}

div.slideBox ul.items li {
    float: left;
    background: none;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
div.slideBox ul.items li {
    float: left;
    background: none;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
div.slideBox ul.items li a {
    float: left;
    line-height: normal !important;
    padding: 0px !important;
    border: none /*For IE.ADD.JENA.201206300844*/;
}
div.slideBox ul.items li a {
    float: left;
    line-height: normal !important;
    padding: 0px !important;
    border: none /*For IE.ADD.JENA.201206300844*/;
}
.b182{width: 100%;min-width: 1000px;height: 600px;position: relative;overflow: hidden;}
.b182 .list182{width: 100%;}
.b182 li{width: 100%;height: 600px;position: absolute;left: 0;top: 0;bottom: 0;right: 0;z-index: 1;overflow: hidden;background: #fff;}
.b182 li img{width: 1920px;height: 100%;display: block;position: relative;left: 50%;top: 0;margin-left: -960px;}
.b182 li a{width: 100%;display: block;height: 100%;}
.b182 .tip182{width: 100%;height: 6px;text-align: center;position: absolute;left: 0;bottom: 30px;z-index: 10;}
.b182 .tip182 span{width: 48px;height: 6px;margin: 0 5px;display: inline-block;cursor: pointer;vertical-align: top;border-radius: 12px;opacity: 0.5;filter: alpha(opacity=50);background: #fcfcfc;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.b182 .tip182 span.cur{background: #116bc4;opacity: 1;filter: alpha(opacity=100);}
.b182 .prev182, .b182 .next182{width: 32px;height: 34px;position: absolute;z-index: 12;top: 50%;margin-top: -17px;cursor: pointer;transition: none;background: url(../images/btn182.png) no-repeat 0 center;transition: all ease 300ms;}
.b182 .prev182:hover, .b182 .next182:hover{opacity: 0.8;filter: alpha(opacity=80);}
.b182 .prev182{left: 3%;background-position: 1px center;}
.b182 .next182{right: 3%;background-position: -50px 0;}
.prcbox_323{width: 100%;padding: 50px 0;background: #f5f5f5;}
.prcbox_323 .prctit{width: 1360px;line-height: 40px;font-size: 24px;color: #116bc4;overflow: hidden;padding: 0 0 30px 0;margin: 0 auto;background: url(../images/titbg_323.png) bottom no-repeat;}
.prcbox_323 .prctit span{margin: 0 0 0 10px;font-size: 14px;color: #707070;}
.prcbox_323 .prctit i{font-size: 14px;line-height: 47px;margin: 0 15px 0 0;float: right;}
.prcbox_323 .prccon{width: 1360px;position: relative;margin: 0 auto;}
.prcbox_323 .prccon .hd{height: 40px;line-height: 40px;position: absolute;right: 0;top: -66px;}
.prcbox_323 .prccon .hd li{float: left;padding: 0 20px;margin: 0 10px;border-radius: 20px;cursor: pointer;}
.prcbox_323 .prccon .hd li.on{color: #fff;height: 40px;background: #116bc4;}
.prcbox_323 .prccon .bd{overflow: hidden;}
.prcbox_323 .prccon .bd li{width: 270px;margin: 30px 15px 0 15px;overflow: hidden;float: left;}
.prcbox_323 .prccon .bd li .ppic{width: 270px;height: 270px;overflow: hidden;}
.prcbox_323 .prccon .bd li .ppic img{width: 270px;height: 270px;}
.prcbox_323 .prccon .bd li .tit{color: #909090;line-height: 24px;background: #fff;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;text-align: center;padding: 0 20px 20px 20px;}
.prcbox_323 .prccon .bd li .tit:hover{background: #116bc4;color: #fff;}
.prcbox_323 .prccon .bd li .tit span{color: #585858;font-size: 18px;display: block;margin: 20px 0 0 0;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.prcbox_323 .prccon .bd li .tit:hover span{color: #fff;}
.prcbox_323 .prccon .bd li a img{-webkit-transition: All 2s ease-in-out;-moz-transition: All 0.4s ease-in-out;-o-transition: All 0.4s ease-in-out;transition: All 0.4s ease-in-out;}
.prcbox_323 .prccon .bd li:hover img{text-decoration: none;display: block;transform: scale(1.05);-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-o-transform: scale(1.05);-ms-transform: scale(1.05);}
.prcbox_323 .prccon .bd li a{text-decoration: none;}
.pmore{width: 150px;height: 50px;line-height: 50px;font-size: 16px;text-align: center;overflow: hidden;transition: all .2s ease-in 0s;margin: 30px auto 0 auto;display: block;}
.pmore a{width: 150px;height: 48px;line-height: 48px;display: block;text-decoration: none;border-radius: 15px;background: #dfdfdf;}
.pmore a:hover{color: #fff;width: 150px;height: 48px;line-height: 48px;background: #116bc4;border-radius: 25px;transition: all .2s ease-in 0s;}
.about290{background: url(../images/bj290.jpg) no-repeat center top #f5f5f5;}
.about290{width: 100%;}
.about290 .ab290{padding: 80px 0;overflow: hidden;}
.about290 .ab290 .icon{background: url(../images/icon290.png) no-repeat;display: inline-block;vertical-align: middle;}
.w290{width: 1360px;margin: 0 auto;}
.about290 .ab290 .part3{width: 1360px;height: 368px;background: #116bc4;position: relative;}
.about290 .ab290 .part3 .img{width: 550px;height: 374px;overflow: hidden;position: relative;top: -30px;margin-left: 25px;}
.about290 .ab290 .part3 .img img{width: 100%;height: 100%;display: block;transition: all 0.3s ease-out 0s;}
.about290 .ab290 .part3 .img:hover img{transform: scale(1.05, 1.05);}
.about290 .ab290 .part3 .txt{padding-right: 90px;width: 570px;padding-top: 70px;line-height: 28px;}
.about290 .ab290 .part3 .txt a{display: block;color: #fff;}
.about290 .ab290 .part3 .txt h3{font-size: 24px;}
.about290 .ab290 .part3 .txt h4{font-size: 16px;display: block;text-transform: uppercase;}
.about290 .ab290 .part3 .txt p{padding-top: 45px;color: #fff;padding-bottom: 20px;}
.about290 .ab290 .part3 .txt span{width: 68px;height: 36px;border: 1px solid #efefef;display: block;line-height: 36px;text-align: center;}
.about290 .ab290 .part3 .txt span em{width: 22px;margin: 14px auto 0;height: 8px;background-position: -60px -100px;display: block;vertical-align: middle;}
.about290 .ab290 .part3 .txt a:hover span{border: 1px solid #fff;}
.about290 .ab290 .part3 .txt a:hover span em{background-position: -60px -120px;}
.w1200{width: 1360px;margin: 0 auto;}
.eyys .ystit{text-align: center;width: 100%;height: 190px;background-size: 60px 189px;}
.eyys .ystit .tit{padding-top: 60px;display: block;font-size: 40px;font-weight: bold;color: #116bc4;line-height: 40px;}
.eyys .ystit .subtit{font-size: 16px;color: #666;line-height: 18px;font-weight: normal;padding-top: 12px;}
.eyys{width: 100%;height: 900px;background: url(../images/adbg.jpg) no-repeat center center;}
.floor{padding-top: 40px;}
.floor .ystit .tit{color: #fff;}
.floor .ystit .subtit{color: #fff;}
.floor .eybox{margin-top: 70px;min-height: 400px;background: url("../images/adbox.png") no-repeat center center;}
.floor .eylist .item{float: left;display: block;width: 400px;cursor: pointer;}
.floor .eylist .item .img{float: left;display: block;width: 80px;height: 80px;border: 2px solid #fff;border-radius: 50%;transition: all .5s;}
.floor .eylist .item .img img{width: 100%;height: 100%;display: block;}
.floor .eylist .item .txt{float: left;width: 300px;margin-left: 16px;transition: all .5s;}
.floor .eylist .item .txt h3{margin-bottom: 20px;font-size: 24px;font-weight: bold;color: #fff;line-height: 24px;transition: all .5s;}
.floor .eylist .item .txt p{padding-top: 20px;width: 300px;font-size: 14px;line-height: 24px;color: #fff;border-top: 1px dashed #9a9a9a;transition: all .5s;}
.floor .eylist .item:nth-child(2n){margin-bottom: 172px;margin-left: 400px;}
.floor .eylist .item:hover .img{background: #116bc4;border-color: #116bc4;transform: translateY(-6px);}
.floor .eylist .item:hover .txt{transform: translateY(-6px);}
.floor .eylist .item:hover .txt h3{color: #116bc4;}
.floor .eylist .item:hover .txt p{color: #116bc4;}
.case231_main .w231{width: 1360px;margin: 0 auto;}
.in_icon{vertical-align: middle;background: url(../images/c_icon231.png) no-repeat;display: inline-block;}
.case231_main .ctit231{text-align: center;width: 100%;background-size: 60px 189px;}
.case231_main .icase231 .bigbox .bd .item .txt{position: absolute;left: 0;bottom: 0;width: 100%;height: 60px;background: url("../images/tb231.png") repeat center center;z-index: 12;opacity: 1;transition: all .5s;}
.case231_main .icase231 .smabox .item .txt{position: absolute;left: 0;bottom: 0;width: 100%;height: 60px;background: url("../images/tb231.png") repeat center center;z-index: 12;opacity: 1;transition: all .5s;}
.case231_main .icase231 .smabox .item .txtbox231{position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;text-align: center;background: url(../images/txb231.png) repeat-x left bottom;z-index: 2;opacity: 0;transition: all .5s;}
.case231_main .ctit231 .tit{display: block;font-size: 40px;font-weight: bold;color: #116bc4;line-height: 40px;}
.case231_main .ctit231 .subtit{font-size: 16px;color: #666;line-height: 18px;font-weight: normal;padding-top: 12px;}
.case231_main .menu{overflow: hidden;padding-bottom: 20px;padding-top: 20px;}
.case231_main .menu ul{text-align: center;}
.case231_main .menu li{line-height: 30px;margin: 0 10px 10px;display: inline-block;}
.case231_main .menu li:first-child{margin-left: 0;}
.case231_main .menu li:last-child{margin-right: 0;}
.case231_main .menu li a{display: block;color: #666;border: 1px solid #c2c2c2;text-align: center;padding: 0 25px;border-radius: 15px;}
.case231_main .menu li a:hover{border: 1px solid #116bc4;color: #fff;background: #116bc4;}
.case231_main .more{width: 150px;height: 40px;color: #666;line-height: 40px;margin: 0 auto;display: block;text-align: center;border: 1px solid #ccc;}
.case231_main .more:hover{border: 1px solid #116bc4;background: #116bc4;color: #fff;text-indent: 10px;}
.case231_main .c_231{overflow: hidden;}
.case231_main .icase231 .bigbox{width: 600px;height: 450px;overflow: hidden;position: relative;margin: 0;}
.case231_main .icase231 .bigbox .bd{overflow: hidden;}
.case231_main .icase231 .bigbox .bd .item{position: relative;width: 600px;height: 450px;overflow: hidden;}
.case231_main .icase231 .bigbox .bd .item img{display: block;width: 600px;height: 450px;}
.case231_main .icase231 .bigbox .bd .item .txt .tit{font-size: 16px;color: #fff;height: 60px;line-height: 60px;text-indent: 20px;}
.case231_main .icase231 .bigbox .bd .item .txtbox231{position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;text-align: center;z-index: 2;opacity: 0;transition: all .5s;}
.case231_main .icase231 .bigbox .bd .item .txtbox231 h3{color: #fff;font-size: 18px;padding-top: 68%;opacity: 0;transition: all .5s;}
.case231_main .icase231 .bigbox .item:hover .txt{opacity: 0;}
.case231_main .icase231 .bigbox .item .txtbox231 span{width: 40px;height: 40px;display: block;background-position: 0 -164px;position: absolute;left: 50%;margin-left: -25px;top: 10%;margin-top: -25px;opacity: 0;transition: all .5s;}
.case231_main .icase231 .bigbox .item:hover .txtbox231 h3{opacity: 1;padding-top: 43%;}
.case231_main .icase231 .bigbox .item:hover .txtbox231 span{opacity: 1;top: 50%;}
.case231_main .icase231 .bigbox .hd{height: 15px;overflow: hidden;position: absolute;right: 16px;bottom: 20px;z-index: 15;}
.case231_main .icase231 .bigbox .hd ul{overflow: hidden;zoom: 1;float: left;}
.case231_main .icase231 .bigbox .hd li{float: left;margin-right: 6px;width: 10px;height: 10px;font-size: 0;text-indent: -9999px;background: #fff;cursor: pointer;-moz-border-radius: 100%;-webkit-border-radius: 100%;border-radius: 100%;transition: all .5s;}
.case231_main .icase231 .bigbox .hd li.on{background: #116bc4;}
.case231_main .icase231 .smabox{width: 600px;}
.case231_main .icase231 .smabox .item{float: left;margin-right: 0;width: 300px;height: 225px;overflow: hidden;position: relative;margin-bottom: 0px;}
.case231_main .icase231 .smabox .item img{display: block;width: 300px;height: 225px;}
.case231_main .icase231 .smabox .item a{display: block;}
.case231_main .icase231 .smabox .item .txt .tit{font-size: 16px;color: #fff;height: 60px;line-height: 60px;text-indent: 20px;}
.case231_main .icase231 .bigbox .item:hover .txtbox231{opacity: 1;background: url(../images/bj231.png) repeat left top;z-index: 16;}
.case231_main .icase231 .smabox .item .txtbox231 .tit1{padding-top: 50px;font-weight: bold;font-size: 20px;color: #fff;line-height: 20px;transition: all .5s;}
.case231_main .icase231 .smabox .item .txtbox231 .detail{position: absolute;top: 65%;left: 50%;margin-left: -49px; padding-top:0; display: block;width: 98px;height: 34px;font-size: 16px;line-height: 34px;text-align: center;color: #fff;border: 1px solid #fff;transition: all .5s;}
.case231_main .icase231 .smabox .item:hover .txt{opacity: 0;}
.case231_main .icase231 .smabox .item:hover .txtbox231{opacity: 1;}
.case231_main .icase231 .smabox .item:hover .txtbox231 .tit1{padding-top: 80px;}
.case231_main .icase231 .smabox .item:hover .detail{top: 55%;}
.case231_main .more{margin-top: 30px;}
.news_326{width: 100%;display: block;margin-bottom: 30px;}
.news_326 .tit{width: 1360px;margin: 30px auto;text-align: center;}
.news_326 .tit a{color: #116bc4;font-size: 40px;text-decoration: none;line-height: 50px;font-weight: bold}
.news_326 .tit p{font-size: 35px;color: #efefef;font-family: Arial, Helvetica, sans-serif;font-weight: bold;font-style: italic}
.news_326 .news_list{width: 1360px;overflow: hidden;margin: 30px auto;}
.news_326 .news_list li{width: 380px;float: left;text-align: left;margin-right: 20px;margin-top: 20px;position: relative;}
.news_326 .news_list b{width: 380px;height: 198px;overflow: hidden;display: block;}
.news_326 .news_list img{width: 100%;height: 100%;display: block;}
.news_326 .news_list em{display: block;width: 100px;height: 100px;background-color: #0000006e;text-align: center;font-size: 16px;color: #fff;font-family: "Arial";position: absolute;left: 0;top: 0;}
.news_326 .news_list em span{display: block;font-size: 60px;color: #fff;line-height: 50px;padding-top: 14px;}
.news_326 .news_list time{color: #666666;display: block;font-size: 14px;display: block;line-height: 40px;}
.news_326 .news_list a{display: block;text-decoration: none}
.news_326 .news_list p{font-size: 16px;color: #666666;line-height: 30px;margin-top: 10px;}
.news_326 .news_list span.title{font-size: 18px;color: #666666;border-bottom: #d0d0d0 solid 1px;width: 380px;padding: 15px 0;display: block}
.news_326 .news_list li:hover span.title{color: #116bc4}
.news_326 .more{width: 222px;margin: 0 auto;margin-top: 20px;}
.news_326 .more a{font-size: 24px !important;color: #ffffff !important;margin-top: 15px !important;display: block;background: #116bc4;width: 225px;height: 55px;line-height: 55px;text-align: center;border-radius: 30px;text-decoration: none;}
/* 颜色*/.footer169{width: 100%;padding-bottom: 0;background: #2277cb;color: #fff;}
.footer169 .b169_main .lx169 h3{margin-bottom: 50px;font-weight: bold;font-size: 20px;line-height: 20px;color: #fff;}
.footer169 .b169_main .bnav169{padding: 0 35px;height: 210px;border-left: 1px solid #585d5f;border-right: 1px solid #585d5f;}
.footer169 .b169_main .bnav169 dl dt a{display: block;font-size: 18px;color: #fff;line-height: 16px;}
.footer169 .b169_main .bnav169 dl dd a{display: block;font-size: 14px;color: #fff;line-height: 14px;}
.footer169 .b169_main .ewm169 dl dd{font-size: 14px;color: #fff;line-height: 32px;}
.footer169 .bq169_main{background: #0c62b7;line-height: 28px;color: #fff;font-size: 14px;padding: 20px 0;text-align: center;}
.footer169 .bq169_main a{color: #fff;}
/* 颜色 end*/.footer169 .w169{width: 1360px;margin: 0 auto;}
.footer169 .b169_main{padding: 50px 0 40px 0;}
.footer169 .b169_main .lx169{width: 300px;}
.footer169 .b169_main .lx169 p{line-height: 28px;}
.footer169 .b169_main .lx169 p.p169{font-size: 20px;line-height: 24px;}
.footer169 .b169_main .lx169 p.tel169{font-size: 35px;font-family: "Arial";line-height: 56px;}
.footer169 .b169_main .bnav169 dl{display: inline-block;float: left;width: 150px;overflow: hidden;text-align: center;}
.footer169 .b169_main .bnav169 dl dt{height: 16px;display: block;padding-bottom: 40px;}
.footer169 .b169_main .bnav169 dl dd{display: block;height: 14px;padding-bottom: 30px;}
.footer169 .b169_main .ewm169{text-align: center;padding-left: 50px;}
.footer169 .b169_main .ewm169 dl{float: left;display: block;}
.footer169 .b169_main .ewm169 dl:nth-child(2){margin-right: 0px;}
.footer169 .b169_main .ewm169 dl:first-child+dl{margin-right: 0px;}
.footer169 .b169_main .ewm169 dl dt{width: 175px;height: 175px;text-align: center;}
.footer169 .b169_main .ewm169 dl dt img{width: 100%;height: 100%;display: inline-block;}
.link192 .w192{width: 1360px;margin: 0 auto;}
.link192 .web192{padding: 20px 0;}
.link192 .web192 h4{border-bottom: 1px solid #ddd;margin: 0;font-size: 18px;color: #116bc4;padding-bottom: 15px;}
.link192 .web192 h4 small{text-transform: uppercase;font-size: 16px;font-weight: normal;color: #999;}
.link192 .web192 ul{margin-left: -20px;}
.link192 .web192 li{float: left;margin-left: 20px;margin-top: 20px;}
.wrapper{width: 1220px;margin: 0 auto;padding: 50px 0 60px;}
.wrapper .gridlist{width: 100%;}
.wrapper .gridlist .item{width: 280px;margin: 30px 26px 0 0;float: left;position: relative;overflow: hidden;}
.wrapper .gridlist .item img{width: 280px;height: 210px;display: block;-webkit-transition: all ease 300ms;-moz-transition: all ease 300ms;-ms-transition: all ease 300ms;-o-transition: all ease 300ms;transition: all ease 300ms;}
.wrapper .gridlist .item .bg{width: 280px;height: 210px;display: block;-webkit-transition: all ease 300ms;-moz-transition: all ease 300ms;-ms-transition: all ease 300ms;-o-transition: all ease 300ms;transition: all ease 300ms;background: url(../images/bj355.png) repeat 0 0;position: absolute;left: -100%;top: 0;}
.wrapper .gridlist .item .plus{width: 280px;height: 210px;display: block;transition: all ease .4s;background: url( ../images/ipro_355.png) no-repeat center center;position: absolute;left: -100%;top: 0;}
.wrapper .gridlist .item h3{color: #000;line-height: 35px;text-align: center; height: 35px;overflow: hidden;background-color: #f2f2f2;}
.wrapper .gridlist .item:hover .bg{left: 0;}
.wrapper .gridlist .item:hover .plus{left: 0;}
.wrapper .gridlist .item:hover img{-webkit-filter: brightness(110%);filters: brightness(110%);}
.wrapper .gridlist .item:hover h3{color: #116bc4;}
@media (max-width: 1360px){.wrapper .gridlist{width: 745px;}}
.wrapper .content{width: 1070px;loat: right;padding-bottom: 20px;}
.wrapper .pglist{padding: 30px 0 30px;float: left;width: 100%;text-align: center;}
.wrapper .pglist a{color: #666;padding: 0 14px;margin: 0 3px;font-/weight: bold;background: #fff;border: 1px solid #ddd;-webkit-border-radius: 2px;border-radius: 2px;}
.wrapper .pglist *{display: inline-block;_zoom: 1;_display: inline;vertical-align: middle;line-height: 30px;padding-bottom: 1px;}
.wrapper .pglist a:hover, .wrapper .pglist .active a{display: inline-block;color: #fff;background: #116bc4;border-color: #116bc4;}
.wrapper .icon{background: url(../images/i373.png) no-repeat;}
.wrapper .left{width: 240px;}
.wrapper .left .menu{padding-bottom: 20px;}
.wrapper .left .menu .ey_title{height: 80px;background: #116bc4;color: #fff;}
.wrapper .left .menu .ey_title h3{font-size: 24px;font-weight: bold;line-height: 80px;padding-left: 26px;text-transform: uppercase;}
.wrapper .left .menu .ey_title s{background-position: -8px 0px;vertical-align: middle;width: 28px;height: 28px;margin-right: 30px;margin-top: 28px;}
.wrapper .left .submenu{position: relative;}
.wrapper .left .submenu li{display: block;}
.wrapper .left .submenu li a.sub1{height: 60px;line-height: 60px;display: block;padding-left: 28px;background: url(../images/h373.png) no-repeat 90% center #fff;font-size: 18px;border: 1px solid #eeeeee;border-top: 0 none;overflow: hidden;}
.wrapper .left .submenu li a.sub1:hover{background: url(../images/l373.png) no-repeat 90% center #fff;border-left: 2px solid #116bc4;border-right: 1px solid #f5f5f5;color: #116bc4;}
.wrapper .left .submenu li.hover a.sub1{background: url(../images/l373.png) no-repeat 90% center #fff;border-left: 2px solid #116bc4;border-right: 1px solid #f5f5f5;color: #116bc4;}
.wrapper .left .submenu s{width: 2px;height: 61px;display: block;background: #116bc4;position: absolute;left: 0;top: 0;}
.wrapper .left .leftbox{padding: 10px;position: relative;margin-bottom: 20px;border: 1px solid #eee;}
.wrapper .left .leftbox .ey_title{padding-bottom: 10px;border-bottom: 1px solid #eeeeee;padding-left: 5px;}
.wrapper .left .leftbox .ey_title h3{font-size: 18px;font-weight: normal;color: #116bc4;display: block;text-transform: uppercase;}
.wrapper .left .leftbox .leftpro{padding-top: 10px;}
.wrapper .left .leftbox .leftpro li{float: left;text-align: center;width: 104px;margin-right: 10px;}
.wrapper .left .leftbox .leftpro li img{width: 104px;height: 78px;border-radius: 3px;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.wrapper .left .leftbox .leftpro li p{font-size: 12px;line-height: 30px;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.wrapper .left .leftbox .leftpro li:hover img{-webkkit-filter: brightness(105%);filter: brightness(105%);}
.wrapper .leftpro li:hover p{color: #116bc4;}
.wrapper .left .leftbox .cont{padding-top: 18px;white-space: normal;line-height: 30px;}
.wrapper .left .leftbox .cont p{white-space: normal;word-break: break-all;word-wrap: break-word;}
.wrapper .left .leftbox .cont .zx{width: 100%;height: 50px;font-size: 20px;line-height: 50px;background: #116bc4;color: #fff;display: block;margin-top: 10px;}
.wrapper .left .leftbox .cont .zx em{width: 50px;height: 50px;display: inline-block;background-position: 3px -39px;vertical-align: top;border-right: 1px solid #fff;margin-right: 35px;}
.wrapper .left .leftbox .cont .zx:hover{background: #2a2a2a;}
.nybanner{width: 100%;height: 100px;position: relative;overflow: hidden;background-position: center;background-repeat: no-repeat;}
.location{width: 100%;padding-bottom: 10px;margin-bottom: 30px;position: relative;border-bottom: 1px solid #ddd;}
.location:after{visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.location h3{font-size: 20px;}
.location .sitepath{color: #666;white-space: nowrap;}
.location .sitepath s{width: 16px;height: 17px;background-position: -30px 0px;margin: 0 6px;}
.location .sitepath a{color: #666;}
.location .sitepath a:hover{color: #c69f65;}
.wrapper{width: 1360px;margin: 0 auto;padding: 50px 0 60px;}
.wrapper .content{width: 1070px;loat: right;}
.wrapper .content .prolist{width: 106%;position: relative;}
.wrapper .content .bgfff{width: 818px;padding: 15px 40px 50px;border: 1px solid #dddddd;background: #fff;}
.eytb{vertical-align: middle;background: url(../images/icon341.png) no-repeat;display: inline-block;}
.txtimglist .item{width: 1120px;height: 205px;padding: 20px;margin-bottom: 40px;border: 1px solid #ddd;transition: all .5s;}
.txtimglist .item a{width: 100%;display: block;}
.txtimglist .item img{width: 213px;height: 160px;display: block;margin-right: 45px;}
.txtimglist .item h3{font-size: 18px;color: #333;padding: 22px 0 15px;transition: all .5s;}
.txtimglist .item .txt{color: #999;line-height: 24px;height: 72px;padding-right: 45px;text-align: justify;overflow: hidden;}
.txtimglist .item .time{width: 100px;padding-top: 28px;line-height: 24px;font-family: arial;font-size: 16px;color: #939aa3;}
.txtimglist .item .time .day{font-size: 34px;line-height: 40px;display: block;}
.txtimglist .item .time s{width: 54px;height: 8px;display: block;margin-top: 20px;background-position: -170px 0;}
.txtimglist .item:hover{border: 1px solid #116bc4;}
.txtimglist .item:hover h3{color: #116bc4;text-indent: 10px;}
.wrapper .content{width: 1070px;loat: right;}
.wrapper .recomcon{margin-top: 20px;}
.wrapper .recomcon .recom-tit{font-size: 22px;line-height: 32px;padding: 20px 0;}
.wrapper .recomcon .recom-tit .more{float: right;font-size: 16px;width: 120px;height: 30px;color: #666;text-align: center;line-height: 30px;border: 1px solid #ddd;}
.wrapper .recomcon .recom-tit .more:hover{width: 150px;}
.wrapper .recomcon .recom-tit s{width: 4px;height: 23px;margin-right: 15px;background: #116bc4;display: inline-block;vertical-align: middle;}
.wrapper .recomcon .txtimglist{width: 100%;}
.wrapper .recomcon .txtimglist .item{width: 440px;height: auto;padding: 0;padding-bottom: 20px;float: left;margin-right: 20px;margin-bottom: 20px;border: 0;border-bottom: 1px solid #dddddd;}
.wrapper .recomcon .txtimglist .item:nth-child(2n){margin-right: 0;}
.wrapper .recomcon .txtimglist .item a{width: 100%;height: 120px;display: block;}
.wrapper .recomcon .txtimglist .item img{width: 161px;height: 120px;float: left;margin-right: 10px;}
.wrapper .recomcon .txtimglist .item h3{font-size: 18px;line-height: 32px;height: 32px;position: relative;margin-bottom: 10px;padding: 0;overflow: hidden;}
.wrapper .recomcon .txtimglist .item .txt{padding: 0;}
.wrapper .recomcon .txtimglist .item:hover h3{color: #116bc4;text-indent: 0;}
.wrapper .showinfo .title{font-size: 22px;color: #333333;text-align: center;padding: 10px 0 16px;}
.wrapper .showinfo .mark{color: #666;height: 38px;line-height: 38px;overflow: hidden;text-align: center;margin-bottom: 20px;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;}
.wrapper .showinfo .mark span{margin: 0 10px;font-size: 12px;}
.wrapper .showinfo .img{width: 500px;display: block;margin: 10px auto 20px;}
.wrapper .showinfo .img img{max-width: 100%;display: block;margin: 0 auto;}
.wrapper .showinfo .showcontxt{color: #666;padding: 0 2px 30px;line-height: 30px;text-align: justify;}
.wrapper .showinfo .showcontxt .t{position: relative;display: inline-block;color: #333;padding: 0 2px 5px;font-size: 16px;margin-bottom: 10px;}
.wrapper .showinfo .showcontxt .t:after{width: 20px;height: 2px;content: "\20";background: #c21d24;display: block;position: absolute;left: 2px;bottom: -1px;}
.wrapper .showinfo .showcontxt img{max-width: 100%;height: auto !important;}
.wrapper .relink{width: 100%;height: 58px;line-height: 58px;border-top: 2px solid #ddd;border-bottom: 2px solid #ddd;}
.wrapper .eynews{width: 100%;margin-top: 20px;float: left;}
.wrapper .eynews h4{padding-left: 12px;height: 36px;line-height: 36px;color: #116bc4;font-weight: normal;border-bottom: 1px solid #116bc4;font-size: 18px;}
.wrapper .commend{width: 204px;overflow: hidden;float: left;margin: 23px 19px 0 0;}
.wrapper .commend:nth-child(4){margin-right: 0;}
.wrapper .commend dt{width: 204px;}
.wrapper .commend dt a{display: block;width: 204px;padding: 1px;border: 1px solid #ccc;}
.wrapper .commend dt a:hover{border: 1px solid #116bc4;}
.wrapper .commend dt img{width: 200px;height: 150px;}
.wrapper .commend dd{font-size: 14px;line-height: 30px;text-align: center;overflow: hidden;}
.wrapper .mod_goods_info{clear: both;margin-bottom: 10px;position: relative;background-color: #eee;height: 65px;}
.wrapper .mod_goods_info .hds{height: 65px;_overflow: hidden;}
.wrapper .mod_goods_info .hds li{float: left;cursor: pointer;}
.wrapper .mod_goods_info .hds li h3{display: block;width: 128px;height: 65px;line-height: 65px;text-align: center;font-size: 18px;border-bottom: 0;font-weight: normal}
.wrapper .mod_goods_info .hds li h3 a{color: #666;font-weight: normal;text-decoration: none;outline: none}
.wrapper .mod_goods_info .hds .on{height: 62px;line-height: 62px;border-top: 3px solid #116bc4;position: relative;}
.wrapper .mod_goods_info .hds .on h3{height: 62px;line-height: 58px;background-color: #fff;color: #116bc4}
.wrapper .mod_goods_info .hds .on h3 a{color: #076EBB;font-weight: bold}
.wrapper .cpright .propar a{text-align: center;display: block;width: 128px;height: 50px;margin: 7px auto;font-size: 18px;line-height: 50px;color: #fff;background: #116bc4;}
.wrapper .neirong{font-size: 14px;line-height: 28px;text-align: justify;overflow : hidden;}
.wrapper .neirong p{color: #414141}
.wrapper .cpright{width: 1070px;padding: 0 25px;padding-bottom: 25px;float: right;}
.wrapper .cpright a{color: #116bc4;}
.wrapper .prodetailsinfo{padding: 15px 0;clear: both;zoom: 1;margin-bottom: 20px;}
.wrapper .prodetailsinfo .photo{width: 362px;position: relative;}
.wrapper .prodetailsinfo .photo .jqzoom{width: 362px;height: 335px;overflow: hidden;position: relative;padding: 0px;cursor: pointer;}
.wrapper .prodetailsinfo .photo .img{width: 500px;height: 375px;display: block;}
.wrapper .prodetailsinfo .photo .bigimg{width: 360px;height: 270px;border: 1px solid #ddd;display: block;position: relative;overflow: hidden;}
.wrapper .prodetailsinfo .photo .bigimg .list{width: 1000%;position: relative;}
.wrapper .prodetailsinfo .photo .bigimg .list li{width: 360px;height: 270px;float: left;}
.wrapper .prodetailsinfo .photo .bigimg .list img{width: 100%;height: 100%;display: block;transition: all ease 300ms;}
.wrapper .prodetailsinfo .photo .photoimg{width: 362px;height: 62px;padding-top: 10px;position: absolute;left: 0;bottom: 0;}
.wrapper .prodetailsinfo .photo .photoimg .list{width: 286px;overflow: hidden;position: relative;margin: 0 auto;}
.wrapper .prodetailsinfo .photo .photoimg .listcon{width: 300%;position: relative;}
.wrapper .prodetailsinfo .photo .photoimg .listcon li{width: 64px;cursor: pointer;display: block;float: left;margin-right: 10px;}
.wrapper .prodetailsinfo .photo .photoimg .listcon li img{border: 1px solid #ddd;width: 62px;height: 48px;display: block;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.wrapper .prodetailsinfo .photo .photoimg .listcon li:hover img, .wrapper .prodetailsinfo .photo .photoimg .listcon li.on img{border-color: #116bc4;}
.wrapper .prodetailsinfo .photo .photoimg .prev, .wrapper .prodetailsinfo .photo .photoimg .next{width: 25px;height: 50px;z-index: 10;position: absolute;top: 10px;cursor: pointer;background: #ddd url(../images/pn365.png) no-repeat;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.wrapper .prodetailsinfo .photo .photoimg .prev:hover, .wrapper .prodetailsinfo .photo .photoimg .next:hover{background-color: #116bc4;}
.wrapper .prodetailsinfo .photo .photoimg .prev{left: 0px;background-position: 0 center;}
.wrapper .prodetailsinfo .photo .photoimg .next{right: 0px;background-position: -25px center;}
.wrapper .prodbaseinfo_a{float: right;width: 680px;margin-left: 16px;z-index: 1;}
.wrapper .h2_prodtitle{font-size: 22px;color: #116bc4;padding: 0 0 10px;line-height: 1.6em;border-bottom: 1px dashed #DCDCDC;}
.wrapper .ul_prodinfo{padding: 6px 0;overflow: hidden;zoom: 1;}
.wrapper .ul_prodinfos{padding: 6px 15px;overflow: hidden;zoom: 1;background: #f3f3f3;font-size: 14px;font-weight: bold;}
.wrapper .ul_prodinfos li{font-size: 20px;float: left;height: 65px;line-height: 65px;}
.wrapper .ul_prodinfos li.li_weight{float: right;}
.wrapper .ul_prodinfo li{font-size: 14px;float: left;padding: 6px 0;text-align: justify;height: 188px;overflow: hidden;}
.wrapper .li_normalprice{line-height: 24px;}
.wrapper .reLink{height: 48px;line-height: 48px;padding: 0;border-top: 2px solid #eee;border-bottom: 2px solid #eee;margin: 20px auto;}
.wrapper .reLink .prevLink, .reLink .nextLink{width: 50%;}
.wrapper .reLink .nextLink{text-align: right;}
.wrapper .right .eynews .random{border: 1px solid #ccc;border-top: none;background: #fff;}
.wrapper .content{width: 1070px;loat: right;}
.wrapper .singlepage img{max-width: 100%;height: auto !important;}
.wrapper .singlepage .txtcon{color: #666;text-align: justify;line-height:28px}
.wrapper .singlepage .txtcon p{ padding-top:10px}
.wrapper .content{width: 1070px;loat: right;}
.wrapper .msgpage .formey{padding-top: 5px;}
.wrapper .msgpage .tit{text-align: center;padding: 18px 0 36px;}
.wrapper .msgpage .tit .p1{font-size: 25px;margin-bottom: 10px;}
.wrapper .msgpage .tit .p2{color: #666;line-height: 24px;}
.wrapper .msgpage .tit .p2 span{color: #116bc4;font-weight: bold;}
.wrapper .formey{padding-bottom: 20px;}
.wrapper .formey .item{float: left;color: #999;font-weight: normal;width: 420px;height: 43px;line-height: 43px;border: 1px solid #ccc;background: #f3f3f3;margin-right: 56px;margin-bottom: 25px;position: relative;}
.wrapper .formey .item label{padding-left: 15px;position: absolute;left: 0;top: 0;z-index: 11;text-align: center;display: block;margin: 0;height: 43px;line-height: 43px;font-size: 16px;color: #666;}
.wrapper .formey .item input{outline: none;line-height: 38px;height: 38px;font-size: 16px;}
.wrapper .formey .item .txt{width: 350px;height: 43px;line-height: 43px;display: block;background: none;padding-left: 70px;border: 0 none;color: #666;}
.wrapper .formey .item .red{position: absolute;right: 15px;top: 0;color: #ff0000;z-index: 11;}
.wrapper .formey .item.mr0{margin-right: 0;}
.wrapper .formey .msg-box{position: absolute;left: 0;top: 0px;}
.wrapper .formey .liuyan{width: 918px;height: 260px;border: 1px solid #e4e4e4;float: left;}
.wrapper .formey .liuyan label{text-align: right;display: block;top: 7px;}
.wrapper .formey .liuyan textarea{width: 908px;height: 234px;line-height: 35px;padding: 12px 10px;text-indent: 100px;font-size: 16px;font-family: "microsoft yahei";color: #666;border: 0 none;overflow: hidden;background: none;resize: none;display: block;outline: none;}
.wrapper .formey .bot{width: 100%;}
.wrapper .formey .sub{width: 232px;line-height: 41px;border: 2px solid #116bc4;margin-right: 2px;text-align: center;background: #116bc4;color: #FFF;cursor: pointer;font-size: 18px;display: block;outline: none;transition: all .5s;}
.wrapper .formey .sub:hover{background: none;color: #116bc4;}
.wrapper .formey .yzm .txt{padding-left: 80px;width: 340px;}
.wrapper .formey .yzm img{position: absolute;right: 0;top: 0;border: 0px;display: block;}
/*网站地图*/.bg_main{padding-bottom: 50px;min-height: 640px;}
.sub_nav{line-height: 35px;padding-bottom: 20px;border-bottom: 1px solid #f2f2f2;padding-top: 20px;}
.sub_nav .fl{font-size: 30px;}
.detail{padding-top: 50px;}
.detail .context{color: #666;line-height: 30px;text-align: justify;padding: 25px 0;}
.detail .context img{max-width: 1360px;}
.sitemap{overflow: hidden;line-height: 30px;padding: 10px;border-bottom: 1px solid #ddd;}
.sitemap dt{float: left;margin-right: 2%;width: 14.66666667%;}
.sitemap dt a{display: block;text-align: center;background: #ececec;font-size: 14px;padding: 8px 0;font-weight: normal;}
.sitemap dt a:hover{background: #ccc;color: #fff;}
.sitemap dd{float: left;width: 83.333333%;}
.sitemap dd a{float: left;color: #666;padding-right: 35px;line-height: 39px;transition: none;}
.sitemap dd a:hover{color: #333;}
.case231_main{margin-top:50px}
/*分页样式*/
.pages{padding: 20px 0;width:100%;text-align: center;clear: both; margin-top:30px}
.pages a,.pages span{color: #666;padding: 0 15px;margin: 0 3px;display: inline-block;vertical-align: middle;line-height: 34px;background: #f9f9f9;border: 1px solid #f2f2f2;}
.pages a:hover{display:inline-block;color: #fff;background: #116bc4;border-color: #116bc4;box-shadow: 0 0 14px rgba(0, 0, 0, .2);}
.pages span{display:inline-block;color: #666;}
.pages a.page-num-current{display:inline-block;color: #fff;background: #116bc4;border-color: #116bc4;box-shadow: 0 0 14px rgba(0, 0, 0, .2);}


.page{width:1360px;height:500px;margin:50px auto;}
.page .ctit231{text-align: center;width: 100%; }
.page .ctit231 .tit{display: block;font-size: 40px;font-weight: bold;color: #116bc4;line-height: 40px;}
.page .ctit231 .subtit{font-size: 18px;color: #666;line-height: 18px;font-weight: normal;padding-top: 12px;}
