@charset "utf-8";

.nav .ul2,.search-bt{
	display:none;
}

@media only screen and (max-width: 1400px) {
	.w1300{
		width: 92%;
	}
.w1400{
		width: 92%;
	}
}
@media only screen and (max-width: 1300px) {
	.links li h2{
		font-size: 20px;
		line-height: 35px;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 1200px) {
	.header .logo{
		width: 55%;
		height: 150px;
	}
	.header .search{
		margin-top: 50px;
		width: 30%;
	}
	.nav ul>li{
		padding: 0 20px;
	}
	.footer p{
		font-size: 14px;
		line-height: 30px;
	}
	.ej-nav {
	    position: relative;
	    margin: 30px 0 0;
	}
	.content .brief, .list-content .list, .jgsz, .leader .w1400, .teacher .w1400, .history .w1400 {
	    padding: 40px;
	}
	.brief .tit {
	    font-size: 24px;
	}
	.news .news-list li a{
		font-size: 16px;
	}
	.news .news-lb .slider .img{
		height: 360px;
	}
	.news .news-list li{
		padding: 15px 0;
	}
	.index-info{
		padding: 30px 0 50px;
		background: #ffffff;
	}
	.index-info .xzgy li a, .index-info .lhlx li a,.index-info .tzgg li a{
		font-size:16px;
	}
	.index-info .title h2{
		font-size:20px;
	}
	.index-info .title a,.index-info .xzgy li span, .index-info .lhlx li span{
		font-size:13px;
	}
	.links li{
		width: 30%;
		margin-right: 5%;
	}
	.links li span{
		font-size:13px;
	}
}
@media only screen and (max-width: 1050px) {
	.nav .ul1{
		display: none;
	}
	.header .w1300{
		position: relative;
	}
.header .w1400{
		position: relative;
	}
	.menu {
		width: 28px;
		height: 21px;
		display: block;
		right: 0;
		top: 0;
		margin: auto;
		bottom: 0;
		overflow: hidden;
		z-index: 999999999;
		cursor: pointer;
		position: absolute;
	}

	.menu span {
		float: left;
		width: 100%;
		background: #fff;
		transition: all 0.4s ease;
		margin-top: 7px;
		height: 2px;
	}
	.menu span:first-child {
		margin-top: 0;
	}

	.menu.open span:nth-child(1) {
		transform: rotate(45deg);
		margin-top: 10px;
	}

	.menu.open span:nth-child(2) {
		transform: rotate(-45deg);
		margin-top: -2px;
	}

	.menu.open span:nth-child(3) {
		opacity: 0;
	}
	.search-bt {
		display:block;
		position: absolute;
		right: 50px;
		top: 0;
		width: 30px;
		bottom: 0;
		height: 30px;
		margin: auto !important;
		cursor: pointer;
	}
	.header .search{
		position: fixed;
		left: 0px;
		top: 0px;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.8);
		visibility: hidden;
		transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
		z-index: 999999999999;
		opacity: 0;
		margin: 0;
		float: none;
	}
	.search.active {
	    opacity: 1;
	    visibility: visible;
	    transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
	}
	.search .serBox {
		position: relative;
		width: 50%;
		margin: -58px auto 0px;
		top: 50%;
		background: rgb(255, 255, 255);
		text-align: center;
		box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
		transform: scale(1.2);
		backface-visibility: hidden;
		transition-property: transform;
		transition-duration: 0.3s;
	}
	.search.active .serBox {
		transform: scale(1);
	}
	.search .search_wrap {
		position: relative;
		padding-left: 20px;
		width: 100%;
	}
	.header .search .text{
		height: 55px;
		line-height: 55px;
		font-size: 15px;
		padding: 0px 130px 0px 0px;
	}
	.header .search .submit{
		background: #345097;
		height: 55px;
		border-radius: 0;
		width: 120px;
		text-align: center;
		text-indent: 0;
		font-size: 17px;
	}
	.search .close {
	    position: absolute;
	    right: 50px;
	    top: 22px;
	    width: 42px;
	    height: 42px;
	    text-align: center;
	    line-height: 50px;
	    cursor: pointer;
	    font-size: 0px;
	    transition: all 0.3s ease-out 0s;
	}
	.search .close::before,
	.search .close::after {
		content: "";
		width: 100%;
		height: 2px;
		display: block;
		position: absolute;
		background: #184797;
		transition: all 1s ease 0s;
		transform: rotate(45deg);
		top: 24px;
	}
	
	.search .close::before {
		transform: rotate(-45deg);
	}
	
	.search .close:hover {
		transform: rotate(90deg);
	}
	.header .logo {
	    width: 50%;
	    height: 90px;
	}
	.nav .ul2 {
		display: block;
	}
	.nav .ul2 {
		width: 100%;
		overflow: auto;
		height: 100%;
	}
	.nav {
		position: fixed;
		transition: right 0.3s ease;
		right: -100vw;
		top: 90px;
		left: auto;
		width: 420px;
		height: calc(100vh - 90px);
		z-index: -99;
		background: #1c347c;
		margin: 0;
	}
	.nav.active {
		right: 0;
		z-index: 99999;
	}
	
	.header .nav ul>li {
		float: none;
		width: 100%;
		height: auto;
		line-height: 60px;
		position: relative;
		border-bottom: 1px solid rgba(255,255,255,0.3);
		text-align: left;
		padding: 0;
		margin: 0;
	}
	.nav ul>li::before{
		display:none;
	}
	.header .nav ul>li>a {
		font-size: 18px;
		font-weight: bold;
		width: 80%;
		text-indent: 20px;
		position: relative;
		display: block;
		color: #fff;
	}

	.nav .w1300 {
		border-top: 1px solid #c4c4c4;
		width: 100%;
	}
.nav .w1400 {
		border-top: 1px solid #c4c4c4;
		width: 100%;
	}

	.nav ul li ol {
		width: 100%;
		left: 0;
		position: relative;
		top: 0;
		background: none;
		text-align: left;
		padding: 0;
		opacity: 1;
		display: none;
		background: #1f4982;
	}

	.nav ul>li a::after {
		display: none;
	}

	.nav ul li ol>li {
		text-align: left;
		border: 0;
		line-height: 50px;
		position: relative;
		text-indent: 20px;
		border-top: 1px solid rgba(255,255,255,0.2);
		height: auto;
	}

	.nav li ol li:hover a {
		color: #fff;
	}

	.nav ul ol li a {
		font-size: 17px;
		color: #fff;
		display: block;
	}

	.nav ul li i {
		position: absolute;
		right: 0;
		width: 15%;
		height: 60px;
		top: 0;
		background: url(../img/jia.png) no-repeat center center;
		margin: auto;
		z-index: 10;
		cursor: pointer;
		transition: all .2s ease;
		-moz-transition: all .2s ease;
		-o-transition: all .2s ease;
		-webkit-transition: all .2s ease;
	}

	.nav ul li ol li i {
		height: 50px;
	}

	.nav ul li i.on {
		background: url(../img/jian.png) no-repeat center center;
	}
	.nav ul>li {
		float: none;
		width: 100%;
		height: auto;
		line-height: 60px;
		position: relative;
		border-bottom: 1px solid rgba(255,255,255,0.3);
		text-align: left;
		padding: 0;
		margin: 0;
	}
.dqys{background: #ffc107;color:#fff;}
	.nav ul>li::before{
		display:none;
	}
	.nav ul>li>a {
		font-size: 18px;
		font-weight: bold;
		width: 80%;
		text-indent: 20px;
		position: relative;
		display: block;
		color: #fff;
	}

	.nav .w1300 {
		border-top: 1px solid #c4c4c4;
		width: 100%;
	}
.nav .w1400 {
		border-top: 1px solid #c4c4c4;
		width: 100%;
	}

	.nav ul li ol {
		width: 100%;
		left: 0;
		position: relative;
		top: 0;
		background: none;
		text-align: left;
		padding: 0;
		opacity: 1;
		display: none;
		background: #162758;
	}

	.nav ul>li a::after {
		display: none;
	}

	.nav ul li ol>li {
		text-align: left;
		border: 0;
		line-height: 50px;
		position: relative;
		text-indent: 20px;
		border-top: 1px solid rgba(255,255,255,0.2);
		height: auto;
	}

	.nav li ol li:hover a {
		color: #fff;
	}

	.nav ul ol li a {
		font-size: 17px;
		color: #fff;
		display: block;
	}

	.nav ul li i {
		position: absolute;
		right: 0;
		width: 15%;
		height: 60px;
		top: 0;
		background: url(../img/jia.png) no-repeat center center;
		margin: auto;
		z-index: 10;
		cursor: pointer;
		transition: all .2s ease;
		-moz-transition: all .2s ease;
		-o-transition: all .2s ease;
		-webkit-transition: all .2s ease;
	}

	.nav ul li ol li i {
		height: 50px;
	}

	.nav ul li i.on {
		background: url(../img/jian.png) no-repeat center center;
	}
	.list li .img {
	    width: 25%;
	}
	.list li .txt {
	    width: 72%;
	}
	.links li {
	    width: 32%;
	    margin-right: 2%;
	}
	.links{
		padding: 50px 0;
	}
}
@media only screen and (max-width: 960px) {
.header .dbtplj{height:90px}
	.search .serBox {
		width: 60%;
	}
	.footer{
		padding: 30px 0;
	}
	.footer p{
		font-size:13px;
	}
	.subbanner img ,.banner img{
	    height: 300px;
	    object-fit: cover;
	}
	.content p {
	    font-size: 16px;
	}
	.brief .tit {
	    font-size: 22px;
	    text-align: center;
	    padding: 0;
	}
	.brief .bar {
	    font-size: 12px;
	    text-align: center;
	}
	.news .news-lb{
		background:#fff;
		padding-bottom: 15px;
		margin-bottom: 20px;
		box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
	}
	.news .news-lb .slider h2,.news .news-lb .slider p{
		padding: 0 20px;
	}
	.news .news-lb,.news .news-list{
		width:100%;
		float:none;
	}
	.news .news-lb .slider .img {
	    height: 520px;
	}
	.news .news-lb .slider p {
	    background: url(../img/time.png) no-repeat left 20px center;
	}
	.news .news-lb .slick-dots{
		width:100%;
		bottom: 115px;
	}
	.news{
		padding: 35px 0;
	}
	.index-info .xzgy, .index-info .lhlx, .index-info .tzgg{
		float:none;
		width:100%;
	}
	.index-info .lhlx {
	    margin: 2% 0;
	}
	.index-info .xzgy .img{
		height:420px;
	}
	.links li h2{
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 10px;
		text-align: center;
		margin-top: 15px;
	}
	.links li img{
		transform: scale(0.7);
		float: none;
		display: block;
		margin: 0 auto;
	}
	.links li span{
		float:none;
		display: block;
		width: 55%;
		position: static;
		margin: 10px auto 0;
	}
	.links li a{
		padding: 20px 20px;
	}
	.links li{
		height:250px;
	}
}
@media only screen and (max-width: 840px) {
	.list li .img {
		width: 30%;
	}
	.list li .txt {
	    width: 67%;
	}
	.news .news-lb .slider .img {
	    height: 480px;
	}
	.index-info .xzgy .img{
		height:400px;
	}
	.links li h2,.links li:first-child h2{
		font-size:17px;
		margin: 10px 0 0;
		height: 60px;
		display: flex;
		align-items: center;
		text-align: center;
		width: 100%;
		justify-content: center;
	}
	.links li a {
	    padding: 10px 20px;
	}
	.links li img{
		transform: scale(0.6);
	}
	.links li span{
		display:none;
	}
	.links li{
		height:auto;
	}
}

@media only screen and (max-width: 768px) {
	.header .logo{
		width: 65%;
	}
	.content .w1300,.nav .w1300,.list-content .w1300{
		padding: 0;
	}
	.w1300{
		width:100%;
		padding: 0 3.5%;
	}
.content .w1400,.nav .w1400,.list-content .w1400{
		padding: 0;
	}
	.w1400{
		width:100%;
		padding: 0 3.5%;
	}
	.menu{
		right:3.5%;
	}
	.search-bt{
		right:13%;
	}
	.footer p {
	    font-size: 12px;
	    line-height: 25px;
	}
	.footer {
	    padding: 20px 0;
	}
	.ej-nav {
	    display: none;
	}
	.content .brief, .list-content .list, .list-content .list2,.jgsz, .leader .w1400, .teacher .w1400, .history .w1400{
		padding: 3.5%;
		margin-bottom: 0;
	}
	.content p {
	    font-size: 15px;
	    margin: 0.5em 0;
	}
	.news .news-lb .slider .img {
	    height: 430px;
	}
	.news .tit img{
		transform: scale(0.8);
	}
	.news .tit{
		margin-bottom:30px;
	}
	.index-info .xzgy .img{
		height:380px;
	}
}

@media only screen and (max-width: 640px) {
	.header .logo{
		width: 75%;
		height: 80px;
	}
.header .dbtplj{ height:80px}
	.nav{
		top: 80px;
		height: calc(100vh - 80px);
	}
	.banner .slider img{
		height: 220px;
		object-fit: cover;
	}
	.search .serBox {
	    width: 65%;
	}
	.header .search .text{
	    height: 48px;
	    line-height: 48px;
	    padding-right: 105px;
	}
	.header .search .submit{
	    font-size: 15px;
	    height: 48px;
	    line-height: 48px;
	    width: 100px;
	}
	.search .close{
		right:20px;
	}
	.brief .tit {
	    font-size: 20px;
	    margin-top: 12px;
	}
	.brief .bar {
	    margin: 10px 0;
	    line-height: 1.6;
	}
	.page p, .page p a {
	    line-height: 40px;
	}
	.page {
	    margin-top: 30px;
	}
	.list li {
	    padding: 20px 0;
	}
	.list li h2 {
	    font-size: 17px;
	}
	.list li .time {
	    font-size: 13px;
	}
	.news .news-lb .slider .img {
	    height: 360px;
	}
	.news .news-lb .slider h2{
		font-size:17px;
		margin-bottom: 5px;
	}
	.news .news-lb .slider p{
		font-size:13px;
	}
	.news .news-list li a{
		width: calc(100% - 100px);
		font-size: 15px;
	}
	.news .news-list li .time{
		width:80px;
		padding-top: 5px;
	}
	.news .news-list li .time p:nth-child(1){
		font-size: 22px;
	}
	.news .news-list li .time p:nth-child(2){
		font-size: 13px;
	}
	.news .news-list li {
	    padding: 12px 0;
	}
	.news .more{
		font-size: 13px;
		height: 45px;
		line-height: 45px;
		margin: 30px auto 0;
		background-size: 18%;
		width: 150px;
		text-indent: 30px;
	}
	.news .news-list li:last-child {
	    border-bottom: 1px solid #d9d9d9;
	}
	.index-info .xzgy .img{
		height:320px;
	}
	.index-info {
	    padding: 10px 0;
	}
	.index-info .title h2 {
	    font-size: 18px;
	}
	.index-info .xzgy li a, .index-info .lhlx li a, .index-info .tzgg li a {
	    font-size: 15px;
	}
	.index-info .xzgy li, .index-info .lhlx li{
		text-indent: 20px;
	}
	.index-info .tzgg .title,.index-info .lhlx .title{
	    margin-bottom: 20px;
	}
	.links li a {
	    padding: 15px 10px;
	    display: block;
	}
	.links li h2, .links li:first-child h2{
		font-size: 15px;
		font-weight: normal;
		line-height: 25px;
		height: 50px;
		margin: 0;
	}
	.links li div.clearfix{
		min-height: auto;
		height: 70px;
		position: relative;
	}
	.links li img {
	    transform: scale(0.5);
	    position: absolute;
	    top: 0;
	    left: 0;
	    bottom: 0;
	    right: 0;
	    margin: auto;
	}
	.links {
	    padding: 40px 0;
	}
	.list2 li{
		padding: 12px 0;
	}
	.list2 li h2{
		font-size:17px;
		margin-bottom: 5px;
	}
	.list2 li p{
		line-height: 25px;
		font-size: 14px;
	}
	.list2 li span.time{
		font-size:13px;
	}
}
@media only screen and (max-width: 540px) {
.header .dbtplj{display: none;}
	.banner .slider img,.subbanner img{
		height:280px;
	}
	.list li .img {
	    float: none;
	    width: 100%;
	    height: auto;
	    margin-bottom: 10px;
	    max-height: 240px;
	}
	.list li .txt {
	    width: 100%;
	}
	.list li h2 {
	    font-size: 16px;
	    line-height: 35px;
	}
	.news .news-lb .slider .img {
	    height: 320px;
	}
	.index-info .xzgy .img{
		height:260px;
	}
	.links li{
		width:100%;
		float:none;
	}
	.links li:nth-child(2){
		margin: 10px 0;
	}
	.links li h2, .links li:first-child h2{
		font-size:17px;
		font-weight: bold;
		display: block;
		height: auto;
		margin-bottom: 10px;
	}
	.links li a{
		padding: 20px;
	}
	.links li img{
		position:static;
		transform: scale(0.8);
	}
	.links li span{
		margin: 10px auto 0;
	}
	.links li div.clearfix{
		height: 70px;
	}
}
@media only screen and (max-width: 480px) {
	.banner .slider img{
		height: 200px;
	}
	.search .serBox {
	    width: 85%;
	}
	.subbanner img{
		height:200px;
	}
	.brief .tit {
	    font-size: 18px;
	}
	.page-list{
		padding: 25px 0 10px;
	}
	.news .news-lb .slider .img {
	    height: 260px;
	}
	.news .tit img{
		transform: scale(0.67);
	}
	.news .tit{
		margin-bottom:20px;
	}
	.news {
	    padding: 20px 0;
	}
	.news .news-list li a{
		width: calc(100% - 85px);
		font-size: 15px;
	}
	.news .news-list li .time{
		width: 72px;
	}
	.news .news-list li .time p:nth-child(1){
		font-size: 20px;
	}
	.news .news-list li .time p:nth-child(2){
		font-size: 12px;
	}
	.index-info .xzgy .img{
		height:220px;
	}
	.links li img{
		transform: scale(0.6);
		position: absolute;
	}
	.links {
	    padding: 25px 0;
	}
}