body {margin:0 auto;padding:0;width:100%;font-size: 16px; }
.container {margin:0 auto;padding:0;max-width:1000px;}
.wrap {
    min-width: 1100px;
    overflow: hidden;
    margin-top:0;
}
ul,li {margin:0;padding:0;}
li { list-style-type: none;}
div {margin:5px 0;}
.top {background:#efefef;}

.t_header {
    width: 100%;
    height: 40px;
    line-height:40px;
    background: #ebebeb;
    color: #4b4b4b;
	margin-top:0;
}
.t_header  .right {
    text-align: right;
	    margin: 0;
}
a {
    text-decoration: none;
    outline: none;
    color: #333;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;

}
.fl{float:left;}
.fr{float:right;}
h1{color:#999999;padding:10px; display:none;}
.header {
    display:block;
}
.logo {padding-left: 0px;}
.kh {margin-top:20px;}
.sou {border:1px solid #efefef;border-radius:5px;width:230px;flex:1;align-item:center;background: url(sbg.gif) no-repeat right center;padding: 5px;margin-top: 30px;}
.btn {
    border: 0;
}

.btn:focus {
 outline: none;
 border: 0;
}
::placeholder {
  color: #999;
  opacity: 1; 
  font-size:16px;
}
.dh  {
  background-image: linear-gradient(to bottom, #24b2fb, #065fc5);
}
.dh ul {
    display: inline-flex;
}
.dh li {
    list-style-type: none;
    display: inline;
    writing-mode: vertical-rl;
    padding: 25px 32px;
    border-right: 1px solid;
	border-image: linear-gradient(to bottom, #39b9fb, #206fca) 1;
}
.dh li:last-child {border-right: none;}
.dh li a {color:#ffffff;text-decoration: none;font-size: 20px;}
.dh .current {background:#FF0000;}

.tou {
    border: 1px solid #efefef;
    padding: 15px;
    background: url(top.gif) no-repeat;
    text-align: center;
}
.tou h2 {
    font-size: 30px;
    margin: 0px;
    overflow: hidden;
}
.tou ul {
    display: inline-flex;
}
.tou li {
    list-style-type: none;
    display: inline;
	padding-right: 30px;
}
.tou li a {color:#666666;text-decoration: none;}
.tou li a:hover {color:#00caf9;}

.ad img{width:100%}
.title {border-bottom: 1px solid #f0f0f0;}
.floor1 .bta {background: url(k.gif) no-repeat right center;}
.floor2 .bta {background: url(x.gif) no-repeat right center;}
.floor3 .bt {background: url(c.gif) no-repeat right center;}
.cyjj .bt {background: url(j.gif) no-repeat right center;}
.link .bt {background: url(lj.gif) no-repeat right center;padding-right: 35px;}
.floor5  li:nth-child(1) .bt {
    background: url(h.gif) no-repeat right center;
}
.floor5  li:nth-child(2) .bt {
    background: url(jj.gif) no-repeat right center;
}
.floor5  li:nth-child(3) .bt {
    background: url(z.gif) no-repeat right center;padding-right: 40px;
}
.floor5  li:nth-child(4) .bt {
    background: url(cx.gif) no-repeat right center;
}
.floor5  li:nth-child(5) .bt {
    background: url(d.gif) no-repeat right center;
}
.floor5  li:nth-child(6) .bt {
    background: url(r.gif) no-repeat right center;
}
.bta {
	float:left;
    display: flex;
    color: #0343b2;
    font-size: 20px;
	padding-right: 25px;
    font-weight: bolder;
	
}
.bt {
	float:left;
    display: flex;
    color: #0343b2;
    font-size: 20px;
	padding-right: 25px;
    font-weight: bolder;
	
}
.more {float:right;background: url(arr.gif) no-repeat right center;padding-right: 10px;line-height: 25px;}
.more a{color:#999999;text-decoration: none;}
.both {clear:both;}

.fcon ul {color:#999999;}
.fcon li { background: url(dot.gif) no-repeat left center;padding-left: 10px;  list-style-type: none;}
.fcon li a {color:#666666;text-decoration: none;}
.fcon li a:hover {color:#00caf9;}
.gd {margin-top:0px;}
.line {
    border-bottom: dotted 1px #ccc;
    height: 5px;
}

.floor1 li,.fcon li {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}

.tt li {
    height: 23px;
    overflow: hidden;
}
.ldd {display: flex;justify-content: space-between;}
.layer {
  display: flex;
  gap: 20px; /* 列间距 */
  width: 100%;
  margin: 0 auto;
  max-width: 1000px; /* 可选，限制最大宽度 */
}

.layer-l {
  padding: 0px;
}

.floor3 li {
    display: inline-flex;
}

.floor3 img {
    border-radius: 100px;
}
.flex {display: flex;}


.ccon li { list-style-type: none;}
.ccon li p { 
    line-height: 30px;
    padding: 10px 15px;
    height: 28px;
    overflow: hidden;
}
.ccon li:nth-child(odd) p {
    background-image: linear-gradient(to bottom, #24b2fb, #065fc5);
}

.ccon li:nth-child(even) p {
  background-color: #00caf9;
}


.ccon li:last-child {
  float:right;
}
.ccon li a {color:#ffffff;text-decoration: none;text-align: center;}
.ccon li a:hover {color:#ffffcc;}
.two {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.two li {
  flex: 0 0 50%;
  box-sizing: border-box;
}
.floor1 {
  display: flex;
  width: 100%;
  gap: 20px;
}

.left {
  flex: 0 0 49%; /* 不放大，不缩小，基础宽度70% */
  box-sizing: border-box;
}

.right {
  flex: 0 0 49%; /* 不放大，不缩小，基础宽度30% */
  padding: 0px;
  box-sizing: border-box;
}

.tags {
    width: 257px;
    height: 240px;
    background: url(tbg.png) no-repeat;
    background-size: cover;
    margin-top: 15px;
    margin-left: 20px;
    position: relative;
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
}

.tags li:nth-child(1) a {
    position: absolute;
    top: 15px;
    left: 18px;
}

.tags li:nth-child(2) a {
    position: absolute;
    top: 15px;
    left: 105px;
}

.tags li:nth-child(3) a {
    position: absolute;
    top: 15px;
    right: 17px;
    color: black;
}

.tags li:nth-child(4) a {
    position: absolute;
    top: 106px;
    left: 8px;
}

.tags li:nth-child(5) a {
    position: absolute;
    top: 93px;
    left: 95px;
    color: black;
}

.tags li:nth-child(6) a {
    position: absolute;
    top: 95px;
    right: 18px;
}

.tags li:nth-child(7) a {
    position: absolute;
    bottom: 15px;
    left: 18px;
    color: black;
}

.tags li:nth-child(8) a {
    position: absolute;
    bottom: 15px;
    left: 105px;
}

.tags li:nth-child(9) a {
    position: absolute;
    bottom: 18px;
    right: 18px;
}


.bcon li a {color:#ffffff;text-decoration: none;text-align: center;font-style: italic;}
.bcon li a:hover {color:#ffffcc;}

.floor4 li img {
	width:100%;
}

.floor5 .cimg {
    width: 100%;
	height: 270px;
}

.ding {position: relative;} 
.ding p {
    position: absolute;
    bottom: 0px;
    margin: 0;
    background-color: rgba(0, 0, 0, .5);
}
.ding a {color:#ffffff;text-decoration: none;text-align: center;}
.ding a:hover {color:#ffffcc;}

.ggli {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
 }

.ggli li {
  flex: 0 0 33.33333%; 
  box-sizing: border-box;
  border: 0px solid #ddd; 
}
.list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 15px; 
}

.list li {
  flex: 0 0 calc(33.33% - 10px); 
  box-sizing: border-box;
}

.col {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; 
  justify-content: space-between;
}

.col li {
  flex: 0 0 calc(25% - 10px);
}
.col li a {color:#ffffff;text-decoration: none;text-align: center;}
.col li a:hover {color:#ffffcc;}
.cimg {
    width: 85%;
    max-height: 190px;
}
.ctit {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    padding: 0 10px;
}
.ccimg {
    width: 100%;
    height: 175px;
}
.ycon li { list-style-type: none; position: relative;}
.ycon  li:last-child {
    float:right;
}
.ycon li p {
	padding: 0 10px;
	position: absolute;
	bottom: 0px;
}

.ycon li a {color:#ffffff;text-decoration: none;text-align: center;}
.ycon li a:hover {color:#ffffcc;}

.link {background:#f4f4f4;padding: 15px 0;}
.lcon ul { display:block;}
.lcon li { 
	list-style-type: none;
    padding-right: 15px;
	display: inline;
}


.lcon a {color:#6f6e6e;text-decoration: none;text-align: center;}
.lcon  a:hover {color:#ff0000;}



        .swiper-container {
            width: 100%;
            max-width: 600px;
			height: 428px;
            position: relative;
            overflow: hidden;
        }
        
        .swiper-slide {
            position: relative;
            justify-content: center;
            align-items: center;
            background: #fff;
            overflow: hidden;
			margin-top: 10px;
        }
        
        .slide-image {
            object-fit: cover;
            width: 100%;
            height: 100%;
        }
        
        .slide-content {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: left;
            text-align: left;
			margin-top: -80px;
        }
        
        .slide-desc {
            font-size: 20px;
            color: #fff;
            max-width: 70%;
            line-height: 1.5;
			padding-left: 30px;
        }
       .slide-desc a {
            color: #fff;
			text-decoration: none;
        }
       .slide-desc a:hover {
            color: #2196F3;
			text-decoration: none;
        }

        /* 自定义页码样式 */
        .custom-pagination {
            position: absolute;
            bottom: 12px;
            right: 30px;
            z-index: 10;
            color: white;
            padding: 6px 15px;
            border-radius: 20px;
            font-size: 18px;
            font-weight: bold;
        }
		.current-page {
			color: #116bc1;
			font-size: 22px;
		}
        
        /* 导航按钮样式 */
        .swiper-button-next, .swiper-button-prev {
            width: 50px;
            height: 50px;
            background: rgba(255, 255, 255, 0.8);
            border-radius: 50%;
            backdrop-filter: blur(5px);
            transition: all 0.3s ease;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }
        
        .swiper-button-next:hover, .swiper-button-prev:hover {
            background: rgba(255, 255, 255, 1);
            transform: scale(1.05);
        }
        
        .swiper-button-next:after, .swiper-button-prev:after {
            font-size: 24px;
            color: #333;
            font-weight: bold;
        }
        
        /* 小圆点分页器样式 */
        .swiper-pagination {
            bottom: 20px !important;
        }
        
        .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background: #fff;
            opacity: 0.6;
            transition: all 0.3s;
            border: 1px solid rgba(0, 0, 0, 0.2);
        }
        
        .swiper-pagination-bullet-active {
            opacity: 1;
            background: #007aff;
            transform: scale(1.2);
        }
		
		



        .slider-container {
            width: 100%;
            max-width: 1000px;
            margin: 0 auto;
            position: relative;
            overflow: hidden;
        }
        
        .slider-track {
            display: flex;
            width: max-content; /* 使轨道宽度适应内容 */
            will-change: transform; /* 性能优化 */
        }
        
        .slider-item {
            flex: 0 0 auto;
            width: 175px;
            margin: 2px ;
            overflow: hidden;
            
        }
        
        .slider-item:hover {
            transform: translateY(-5px);
        }
        
        .slider-item img {
            width: 100%;
            height: 175px;
			border-radius: 100px;
			box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
            object-fit: cover;
            display: block;
			margin:0px;
        }
        
        .slider-caption {
            text-align: center;
			line-height: 32px;
			padding: 0px 10px;
			height: 32px;
			overflow: hidden;
			color:#FFFFFF;

        }
		.pbg {background-color: #ffffff;margin:0;padding:10px 0;}

	
		.slider-item:nth-child(odd) .slider-caption {
			background-image: linear-gradient(to bottom, #24b2fb, #065fc5);}
		
		.slider-item:nth-child(even) .slider-caption{
			background-color: #00caf9;
		}

        .slider-caption a {color:#ffffff;text-decoration: none;text-align: center;}
		.slider-caption a:hover {color:#ffffcc;}
        /* 导航按钮 */
        .slider-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.9);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            z-index: 10;
            border: none;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            font-size: 18px;
        }
        
        .slider-nav:hover {
            background: white;
        }
        
        .slider-prev {
            left: 20px;
        }
        
        .slider-next {
            right: 20px;
        }






        .scroll-container {
            width: 100%;
            max-width: 1000px;
            height: 32px;
            margin: 0 auto;
            position: relative;
            overflow: hidden;
            background: white;
        }
        
        .scroll-content {
            position: absolute;
            width: 100%;
            will-change: transform;
        }
        
        .scroll-item {
           
            color: #333;
            height: 32px;line-height: 32px;overflow: hidden;
			float: left;
			width:33.33%;
        }
        
        /* 顶部和底部渐变遮罩 */
        .scroll-mask {
            position: absolute;
            left: 0;
            right: 0;
            height: 30px;
            pointer-events: none;
            z-index: 2;
        }
        
		/* .top-mask {
            top: 0;
            background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
        }
        
        .bottom-mask {
            bottom: 0;
            background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
        }

			*/




.lb {
  display: flex;
  gap: 20px; /* 设置列间距 */
}

.lbl {
 flex: 2; 
 padding: 0px;
 padding-right: 20px;
 }

.lbr {
 flex: 1; 
 padding: 0px;
 }

.position {
    color: #2d62bf;
    padding-left: 15px;
    background: url(home.gif) no-repeat left center;
}
.pub {
    text-align: center;
}
.lis p {
    color: #666;
    font-size: 17px;
    line-height: 34px;
    text-align: justify;
}
.lis {
    margin-top: 30px;
}
.ltit {
    font-size: 22px;
    font-weight: bold;
    line-height: 44px;
    height: 44px;
    overflow: hidden;
    text-align: center;
}
.artlist a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.artlist span { font-size: 16px; line-height: 32px;height:32px;overflow:hidden;}
.pub span {
    padding-right: 35px;
    color: #999;
}


.mmore {
    text-align: center;
    padding: 30px;
    border: 1px solid #efefef;
}


.rtit {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    color: #0967ca;
}

.rbj img {
    width: 155px;
    height: 102px;
}

.rlx {
    display: flex;
    gap: 20px;
}

.rbj {
    display: flex;
}

.rfc img {
    border-radius: 100px;
    height: 120px;
    width: 120px;
	margin-top: 20px;
}

.rrf h3 {
    color: black;
}

.rrf {
	padding-left: 10px;
    text-align: justify;
    margin-top: 3px;
    color: #999;

}

.rr {
	padding-left: 10px;
    text-align: justify;
    margin-top: 3px;
    color: #999;
    overflow: hidden;
}
.rbj a {
    display: flex;
}
.rl p {
    color: #0967ca;
    margin: 5px;
}
.rtit {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    color: #0967ca;
}

.rzxb img {
    width: 100%;
}

.rzxb {
    background: #0badd2;
}

.rzxl p {
    margin: 0;
    padding: 10px;
    color: white;

}

.smin {
    padding: 30px;
    border: 10px solid #efefef;
}

.smin h3 {
    text-align: center;
}
.smin p {
    text-align: left;
    line-height: 25px;

}
.article img {
    width: 100%;
    max-width: 800px;
}

.editor {
    text-align: right;
    margin: 20px;
}

.fbg {padding: 30px;}
.footer {/*background-image: linear-gradient(to bottom, #01327e, #014995);*/background: url(footbg1.jpg) no-repeat center;text-align: center;}	

.footer ul {
    padding-bottom: 20px;
}

.footer li {
    list-style-type: none;
    display: inline;
}
.footer li a {color:#999999;text-decoration: none;text-align: center;    
	border-right: 1px solid #999999;
    padding-right: 20px;
    padding-left: 20px;
}
.footer li:last-child a {color:#999999;text-decoration: none;text-align: center;    
	border-right: 0px solid #999999;
    padding-right: 20px;
    padding-left: 20px;
}
.footer li a:hover {color:#ff0000;}
.footer p {color:#999999;}