
.top_banner {
            margin: 0;
            padding: 0;
            background: url('http://tszx.cjchuanxi.edu.cn//static/images/banner17.jpg') no-repeat center center fixed;
            background-size: cover;
            width: 100%;
            height: 600px;
        }
        .content-wrapper {
            width: 76%;
            margin: 0 auto;
            background-color: transparent; /* 黄色半透明背景 */
            
            border-radius: 0px;
            
         
        }
        .navbar {

            color: black;
            width: 76%;
            margin: 0 auto;
            border-radius: 8px 8px 0 0;
            margin-top:130px;
            padding-bottom: 0px!important;
        }
        .tab-container {
            background: transparent;
        }
        .navbar a {
            color: black;
            text-decoration: none;
            margin-right: 20px;
            font-size: 16px;
        }
        .tab-container {
            display: flex;
            margin-left: -16px;
            width: 100%;
        }
        .tab-item {
            text-align: center;
            
            padding-left: 20px;
        }
        .tab-item {
            background: #fff; /* 去掉背景 */
            border: none;
            color: black; /* 文字改黑色 */
            padding: 10px 15px;
            cursor: pointer;
            border-bottom: 3px solid transparent;
            transition: all 0.3s ease;
            font-size: 16px;
            width: 200px;
        }

        .tab-item.active {
            border-bottom: 0px solid black;
            font-weight: bold;
            background-color: rgba(255, 135, 0, 0.8); /* 去掉背景 */
            color:#fff;
        }
        .tab-item.active a{color:#fff;}
        .tab-item:hover {
            background: rgba(0, 0, 0, 0.1); /* 悬停效果 */
            color:#fff;
        }
        .tab-item a:hover{
        	color:#fff;
        }
        .search-container {
            display: flex;
            justify-content: left;
            padding: 28px 20px 28px 80px;
            background-color: rgba(255, 135, 0, 0.8); /* 黄色半透明背景 */
        }
        .search-dropdown {
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 4px 0 0 4px;
            background-color: white;
            width: 120px;
        }
        .search-input {
            padding: 10px;
            border: 1px solid #ccc;
            border-left: none;
            border-right: none;
            width: 700px;
            margin-left: 10px
        }
        .search-input:focus{ outline: 1px solid rgba(255, 135, 0, 0.8); background: rgba(255, 255, 254, 1); }
        .search-button {
            padding: 10px 20px;
            background-color: #9b2501;
            color: white;
            border: none;
            border-radius: 0 4px 4px 0;
            cursor: pointer;
        }
        .database-container {
            display: flex;
            flex-wrap: wrap;
            padding: 0px 10px 30px 20px;
            background-color: rgba(255, 135, 0, 0.8);
            /*background-color: rgba(255, 255, 0, 0.5); /* 黄色半透明背景 */
            margin-top:-1px;
        }
        .database-title {
            color: #fff;
            margin-right: 10px;
            padding-top:10px;
            margin-left:60px;
        }
        .database-button {
            padding: 8px 12px;
            margin: 5px;
            background-color: transparent; /* 透明背景 */
            border: 1px solid #fff; /* 边框 */
            color: #fff; /* 文字黑色 */
            border-radius: 4px;
            cursor: pointer;
        }
        .database-button a{
           	text-decoration:none;
        	color:#fff!important;
        }
        .database-button:hover{
        	font-weight: bold;
        }

     .ifr {
            margin: 0 0 -100px 0;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 93vh; /*距离顶部的位置*/
             background: #fff; 
        }
        .iframe-container {
            width: 100vw;  /* 占屏幕90%宽度 */
            max-width: 1300px;
            height: 106.8vh;  /* 占屏幕80%高度 */
            overflow: hidden;  /* 隐藏滚动条 */
            border: 1px solid #ddd;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            transform-origin: 0 0;
            transform: scale(0.85);  /* 默认1200px缩至900px */
            margin-left:12%;
        }
        .iframe-container iframe {
            width: 1300px;
            height: 245%;
            border: none;
            display: block;
            margin: 0 auto;  /* 尝试内容居中 */
            position: absolute;
            top: -124%;  /* 向上偏移50%高度显示下半部分 */
            left: 0;
        }
        

.link{
	width: 100%;
	padding: 40px 0;
	background: #F0F0F0;
}
.link .content{
	padding: 10px 0;
}
.linkList{
	width: 100%;
}
.linkList li{
	width: 10.5%;
	padding-top: 10.5%;
	margin: 0 1%;
	float: left;
	position: relative;
}
.linkList li a{
	position: absolute;
	top: 0;
	left: 0;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.26);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.26);
	-ms-box-shadow: 0 3px 3px rgba(0,0,0,0.26);
	-o-box-shadow: 0 3px 3px rgba(0,0,0,0.26);
	box-shadow: 0 3px 3px rgba(0,0,0,0.26);
}
.linkList li.item1 a{
	background: #d07a7b;
}
.linkList li.item2 a{
	background: #9f89d4;
}
.linkList li.item3 a{
	background: #a981bf;
}
.linkList li.item4 a{
	background: #9199c7;
}
.linkList li.item5 a{
	background: #4dadc3;
}
.linkList li.item6 a{
	background: #5daf7f;
}
.linkList li.item7 a{
	background: #ce909b;
}
.linkList li.item8 a{
	background: #a5d7d6;
}
.linkList li a span.iconfont{
	font-size: 3em;
	line-height: 1.75em;
	text-align: center;
	display: block;
}
.linkList li a span.icon img{
	width: 40.41%;
	margin-top: 18px;
	margin-left: 30%;
	margin-bottom: 16px;
}
.linkList li a p{
	text-align: center;
}

.topic1{
	background: #d0dce8;
}
.topic{
	/*background: #d0dce8;*/
}
.topic .content{
	padding: 14px 0 8px;
}
.topic .topicList{
	margin: 32px 0 50px;
	padding: 4px 0;
	overflow: hidden;
}
.topic .topicList ul li{
	width: 23%;
	float: left;
	margin: 5px 1%;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.12);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.12);
	-ms-box-shadow: 0 0 3px rgba(0,0,0,0.12);
	-o-box-shadow: 0 0 3px rgba(0,0,0,0.12);
	box-shadow: 0 0 3px rgba(0,0,0,0.12);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.topic .topicList ul li:hover{
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.24);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.24);
	-ms-box-shadow: 0 0 3px rgba(0,0,0,0.24);
	-o-box-shadow: 0 0 3px rgba(0,0,0,0.24);
	box-shadow: 0 0 3px rgba(0,0,0,0.24);
}
.topic .topicList ul li a{
	display: block;
}
.topic .topicList ul li a .topImg{
	width: 100%;
	padding-top: 52.5%;
	position: relative;
	overflow: hidden;
}
.topic .topicList ul li a .topImg img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.topic .topicList ul li a .topImg1 {
	width: 100%;
	padding-top: 27%;
	position: relative;
	overflow: hidden;
}
.topic .topicList ul li a .topImg1 img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;

}

.topic .topicList ul li a .infos{
	padding: 15px 15px 12px;
	background: #ffffff;
}
.topic .topicList ul li a .infos .mainTitle{
	color: #0a0a0a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 16px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: center;
}
.topic .topicList ul li a .infos .subTitle{
	color: #a3a3a3;
	font-size: 1em;
	line-height: 1.75em;
	max-height: 8.75em;
	overflow: hidden;
}
.topic .topicList ul li:hover a .infos .mainTitle{
	color: #5f87af;
	text-decoration: underline;
}
.topic .topicList ul li a .infos .data{
	margin-top: 20px;
	overflow: hidden;
}
.topic .topicList ul li a .infos .data p{
	color: #bdbdbd;
	width: 50%;
	float: left;
	font-size: 0.75em;
}
.topic .topicList ul li a .infos .data p span{
	font-size: 0.875em;
	margin-right: 4px;
}
.topic .topicList ul li a .infos .data p.viewTimes{
	text-align: right;
}


#slide_projector{
	position: relative;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.result{
	width: 100%;
	height: 440px;
	background: url(../images/back.jpg) center center;
	position: relative;
}
.result .fixed{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
.result .fixed .headTitle{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.result .headTitle h3 a.main{
	color: #ffffff;
	border-bottom: 5px solid #ffffff;
}
.result .headTitle h3 a.sub{
	color: #ffffff;
}
.result .headTitle h3 a.sub span{
	color: #ffffff;
}
#slide_projector .slide_content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#slide_projector .slide_list{
	position: relative;
	overflow: hidden;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#slide_projector .slide_list li{
	float: left;
	width: 16.67%;
	height: 100%;
	overflow: hidden;
}
#slide_projector .slide_list li img{
	width: 100%;
}
#slide_control_list{
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	z-index: 2;
	text-align: center;
}
#slide_control_list span{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	margin: 0 5px;
	background-color: rgb(255,255,255);
	cursor: pointer;
	border: solid 1px #999999;
}
#slide_button_left{
	width: 40px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	font-size: 3em;
	position: absolute;
	left: 0;
	top: 40%;
	z-index: 3;
	color: #ffffff;
}
#slide_button_right{
	width: 40px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	font-size: 3em;
	position: absolute;
	right: 10px;
	top: 40%;
	z-index: 3;
	color: #ffffff;
}


.slider{
	width: 100%;
	height: 54%;
	margin-top: 100px;
}
.slider .imgBox{
	width: 32%;
	float: left;
	height: 100%;
	border: 1px solid #c48786;
	margin-right: 5%;
}
.slider .imgBox img{
	width: 100%;
	height: 100%;
	margin-top: 20px;
	margin-left: 20px;
}
.slider .info{
	width: 62%;
	float: left;
	height: 100%;
}
.slider .info h3{
	margin-top: 24px;
	color: #ffffff;
	font-size: 1.25em;
	font-weight: 500;
	line-height: 50px;
	border-bottom: 1px solid #c18786;
}
.slider .info p{
	margin-top: 18px;
	line-height: 2em;
	font-size: 0.875em;
	color: #ffffff;
	height: 8em;
	overflow: hidden;
	font-weight: 100;
}


.colorBorder1{
	border-top: 5px solid #fbb87e;
}
.colorBorder2{
	border-top: 5px solid #e77e23;
}
.colorBorder3{
	border-top: 5px solid #d55401;
}
.colorBorder4{
	border-top: 5px solid #fc9943;
}



.content1{
	width: 1200px;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;

}









@media (max-width: 1200px) {
	.result .fixed{
		width: 100%;
	}
	#slide_projector{
		width: 100%;
	}
	
}

@media (max-width: 1024px){
	.linkList li{
		width: 19%;
		margin: 0 3%;
		padding-top: 19%;
		margin-bottom: 32px;
	}
	.linkList li a span.iconfont{
		font-size: 5em;
	}
	.linkList li a span.icon img{
		margin-top: 48px;
	}
	
	.result{
		height: 600px;
	}
	.slider{
		height: 70%;
	}
	.slider .imgBox{
		margin: 0 auto;
		float: none;
		height: 47%;
	}
	.slider .info{
		height: 50%;
		float: none;
		margin: 20px auto 0;
	}
	.slider .info h3{
		margin-top: 40px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
}

@media (max-width: 948px){
	.linkList li a span.iconfont{
		font-size: 4em;
	}
	.linkList li a span.icon img{
		margin-top: 26px;
	}
}


@media (max-width: 768px){
	.topic .topicList ul li{
		width: 47%;
		margin-bottom: 32px;
	}
	.topic .topicList{
		margin: 32px 0 0;
	}
	.topic .topicList ul li a .infos .subTitle{
		max-height: 5.25em;
	}
	.linkList li a span.icon img{
		margin-top: 26px;
		margin-bottom: 28px;
	}
	.result{
		height: 560px;
	}
	.slider{
		margin-top: 80px;
	}
	.slider .imgBox{
		height: 40%;
	}
}

@media (max-width: 720px){
	.linkList li a span.iconfont{
		font-size: 3em;
		line-height: 1.75em;
	}
	.linkList li a span.icon img{
		margin-bottom: 12px;
		margin-top: 20px;
		width: 36%;
		margin-left: 32%;
	}
	.slider .imgBox{
		height: 38%;
	}
}

@media (max-width: 640px){
	.linkList li{
		width: 21%;
		margin: 0 2%;
		padding-top: 21%;
		margin-bottom: 20px;
	}
	.result{
		height: 500px;
	}
	.slider .imgBox{
		height: 38%;
	}
	.slider .info h3{
		font-size: 1.125em;
	}
	.slider .info p{
		font-size: 0.75em;
	}
}


@media (max-width: 520px){
	.linkList li a span.iconfont{
		font-size: 2.5em;
	}
	.linkList li a p{
		font-size: 0.75em;
	}
	.slider .imgBox{
		width: 40%;
		height: 38%;
	}
}

@media (max-width: 480px){
	.topic .topicList ul li{
		margin-bottom: 20px;
	}
	.topic .topicList ul li a .infos .mainTitle{
		font-size: 1em;
		margin-bottom: 12px;
	}
	.slider .imgBox{
		height: 35%;
	}
}

@media (max-width: 440px){
	.linkList li a span.iconfont{
		line-height: 1.75em;
		font-size: 2em;
	}
	.linkList li a span.icon img{
		margin-top: 16px;
		margin-bottom: 8px;
	}
	.slider .imgBox{
		width: 45%;
		height: 35%;
	}
	.headTitle h3 a.main {    width: 70%!important;  }
}

@media (max-width: 360px){
	.linkList li a span.iconfont{
		line-height: 1.75em;
		font-size: 1.75em;
	}
	.linkList li a span.icon img{
		margin-top: 12px;
		margin-bottom: 6px;
	}
	.result{
		height: 460px;
	}
	.slider .imgBox{
		width: 50%;
		height: 32%;
	}
}

@media (max-width: 321px){
	.linkList li a span.iconfont{
		line-height: 1.625em;
	}
}



















