/* Preload images */

.vcenter {
  position: absolute;
  
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}

.pic {
  position: relative;
  overflow: hidden;
}
.pic:after {
  content: "";
  display: block;
}
a {
  color: #666;
  text-decoration: none;
}
a:hover {
  color: #f77400;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
.container {
  width:65%;
  padding: 30px;
 
}
.honor {
	 width: 100%;
   text-align: center;
   padding-top:70px;
}

.honor ul li {
  width: 45%;
  padding: 4px;
  border: 1px solid #d9d9d9;
  box-shadow: 0 0 10px #ddd;
  float: left;
  margin: 0 5% 30px 0;
  position: relative;
}
.honor ul li:after {
  padding: 0% 0% 100% 0%;
}
.honor ul li .zzc {
  width: 97%;
  height: 100%;
  position: absolute;
  background: #000;
  filter: alpha(opacity=50);
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.honor ul li .zzc .zzctxt {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.honor ul li .zzc .zzctxt span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.honor ul li .zzc .zzctxt .line {
  width: 30px;
  height: 1px;
  background: #fff;
  margin: 5px auto;
}
.honor ul li:hover {
  border: 1px solid #13a444;
}
.honor ul li:hover .zzc {
  display: block;
}

body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  opacity: 0.8;
  filter:Alpha( Opacity=80);
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  margin-top: -5%;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 0%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 0%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  position:relative;
  *zoom: 1;
  float:right;
  margin-right:-44px;
  width: 35px;
  height:35px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 35px;
  height: 35px;
  background: url(../ima/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}



 /* 优雅容器 */
      .containersv {
            max-width: 65%;
            margin: 0 auto;
			padding:50px 0 0px 0;
        }

        .hero {
            text-align: center;
            margin-bottom: 3rem;
        }

        .hero h1 {
            font-size: 2.6rem;
            font-weight: 700;
            background: linear-gradient(125deg, #1f3a5f, #2b5c8a, #1e4a76);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            letter-spacing: -0.3px;
            display: inline-block;
        }

        .hero .badge {
            display: inline-block;
            background: rgba(43, 92, 138, 0.12);
            backdrop-filter: blur(4px);
            padding: 0.3rem 1.2rem;
            border-radius: 40px;
            font-size: 0.85rem;
            font-weight: 500;
            color: #1e5a7a;
            margin-top: 0.8rem;
        }

        .hero p {
            color: #2c3e50cc;
            margin-top: 0.75rem;
            font-size: 1.05rem;
            max-width: 680px;
            margin-left: auto;
            margin-right: auto;
        }

        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 5rem 1.8rem;
        }

        .honor-card {
            background: #ffffff;
            border-radius: 5px;
            overflow: hidden;
            box-shadow: 0 12px 28px -10px rgba(0, 0, 0, 0.08), 0 2px 4px -2px rgba(0, 0, 0, 0.02);
            transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
            cursor: pointer;
            display: flex;
            flex-direction: column;
            height: 100%;
            backdrop-filter: blur(0px);
            border: 1px solid rgba(0, 96, 191, 0.2);
        }

        .honor-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 24px 36px -14px rgba(0, 32, 64, 0.2);
            border-color: #cbdff2;
        }

        .image-wrapper {
            position: relative;
            width: 100%;
            height: 240px;
            background: #fff;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            border-bottom: 1px solid #eef2f8;
        }

        /* 横向图片：填满整个容器，可能裁剪左右 */
        .thumb-img-landscape {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.45s ease;
            will-change: transform;
        }

        /* 竖向图片：完整显示，按比例缩放，上下可能有留白，但图片全部可见 */
        .thumb-img-portrait {
            width: auto;
            height: 100%;
            max-width: none;
            object-fit: contain;
            display: block;
            transition: transform 0.45s ease;
            will-change: transform;
        }

        .honor-card:hover .thumb-img-landscape,
        .honor-card:hover .thumb-img-portrait {
            transform: scale(1.03);
        }

        .card-info {
            padding: 1rem 1.2rem 1.2rem 1.2rem;
            background: #0060bf;
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .card-title {
			margin:0 auto;
			text-align:center;
            font-weight: 400;
            font-size: 15px;
            color: #fff;
            line-height: 1.35;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .card-title:before {
            content: "";
            font-size: 1rem;
            opacity: 0.9;
        }

        .card-desc {
            font-size: 0.8rem;
            color: #5a6e7c;
            margin-top: 0.5rem;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 8px;
            justify-content: space-between;
        }

        .tag-orient {
            background: #e9f0f5;
            padding: 0.2rem 0.7rem;
            border-radius: 30px;
            font-size: 0.7rem;
            font-weight: 600;
            color: #2c6b8f;
            letter-spacing: 0.3px;
        }

        .lightbox {
            position: fixed;
			margin:0 auto;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.83);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 3000;
            visibility: hidden;
            opacity: 0;
            transition: visibility 0.2s, opacity 0.25s ease;
            cursor: pointer;
        }

        .lightbox.active {
            visibility: visible;
            opacity: 1;
        }

        .lightbox-content {
            max-width: 90vw;
            max-height: 90vh;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            position: relative;
            animation: smoothZoom 0.25s ease-out;
        }

        @keyframes smoothZoom {
            from {
                opacity: 0;
                transform: scale(0.94);
            }
            to {
                opacity: 1;
                transform: scale(1);
            }
        }

        .lightbox-img {
            max-width: 85vw;
            max-height: 75vh;
            object-fit: contain;
            border-radius: 1.2rem;
            box-shadow: 0 30px 45px -15px rgba(0, 0, 0, 0.5);
            background: #0f1a24;
            border: 2px solid rgba(255, 255, 255, 0.2);
        }

        .lightbox-caption {
            margin-top: 1rem;
            background: rgba(18, 28, 40, 0.8);
            backdrop-filter: blur(16px);
            border-radius: 80px;
            padding: 0.6rem 1.8rem;
            color: #f0f4fa;
            font-weight: 500;
            text-align: center;
            font-size: 0.95rem;
            max-width: 85%;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .lightbox-caption small {
            margin-left: 0.5rem;
            font-size: 0.7rem;
            opacity: 0.8;
        }

        .close-btn {
            position: absolute;
            top: 24px;
            right: 32px;
            background: rgba(0, 0, 0, 0.25);
            backdrop-filter: blur(6px);
            color: #fff;
            font-size: 2rem;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: 0.2s;
            border: none;
            font-weight: 300;
            z-index: 3001;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
			 border: 1px solid rgba(255, 255, 255, 0.45);
        }

        .close-btn:hover {
            background: #13a444;
            transform: scale(1.03);
			border: 1px solid rgba(255, 255, 255, 0);
        }

        .nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0, 0, 0, 0.25);
            backdrop-filter: blur(8px);
            width: 46px;
            height: 46px;
            border-radius: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 2.2rem;
            cursor: pointer;
            transition: all 0.2s;
            user-select: none;
            z-index: 3001;
            font-weight: 400;
            border: 1px solid rgba(255, 255, 255, 0.45);
        }

        .nav-btn:hover {
            background: #13a444;
            transform: translateY(-50%) scale(1.05);
			border: 1px solid rgba(255, 255, 255, 0);
        }

        .nav-prev {
            left: 24px;
        }

        .nav-next {
            right: 24px;
        }


        .footer-quote {
            margin-top: 3rem;
            text-align: center;
            font-size: 0.8rem;
            color: #6a7f9b;
            border-top: 1px solid #dce5ec;
            padding-top: 1.8rem;
            display: flex;
            justify-content: center;
            gap: 1.2rem;
            flex-wrap: wrap;
        }

        .footer-quote span {
            background: #eef3fc;
            padding: 0.2rem 1rem;
            border-radius: 40px;
			font-size:14px;
        }