@media only screen and (max-width: 1680px) {}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {

	.centerBox2 {
		width: 90%;
	}

	.centerBox {
		width: 90%;
	}

	body {
		zoom: 0.8 !important;
	}
}

@media only screen and (max-width: 1280px) {
    .index ul li .index_title{
        top: 59%;
    }
}

@media only screen and (max-width: 1152px) {
    .index ul li .index_title{
        top: 59%;
    }
}

@media only screen and (max-width: 1024px) {
	body {
		zoom: 1 !important;
	}

	.menu {
		display: block;
	}

	.header .nav {
		display: none;
		background: url(../images/beijing.png) no-repeat;
		background-size: cover;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 60px;
		left: 0;
		z-index: 999;
	}

	.header .nav ul li {
		margin: 0;
		display: block;
		color: #333;
		font-size: 14px;
		line-height: 40px;
		padding-left: 6%;
		box-sizing: border-box;
		margin-right: 0;
	}

	.header .nav ul li:last-child {
		margin-left: 0;
	}

	.header {
		height: 60px;
		width: 100%;
		padding: 5px 2%;
		box-sizing: border-box;
		background: #fff;
		border-bottom: 1px solid #eee;
	}


	.head {
		height: 100%;
	}

	.header .logo {
		height: 100%;
		width: auto;
	}

	.header .logo img {
		height: 100%;
		width: auto;
	}
	.banner{
		display: none;
	}
	.sjbanner{
		display: block;
	}
	
	.sjbanner {
		margin-top: 60px;
	}

	.erji {
		position: unset;
		width: 100%;
	}

	.erji dl dd {
		font-size: 12px;
		line-height: 24px;
		padding-left: 2%;
		box-sizing: border-box;
		text-align: left;
	}
}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 640px) {
	.index .jjie{
		display: none;
	}
	.name h3 {
		font-size: 16px;
	}

	.about {
		padding-top: 40px;
		padding-bottom: 60px;
	}

	.about .about_nr {
		margin-top: 20px;
	}

	.foot1_l .foot_nr {
		width: 60%;
	}

	.foot1_l {
		width: 100%;
		float: none;
	}

	.foot1_l .foot_nr,
	.foot_nr * {
		font-size: 12px;
		line-height: 20px;
	}

	.foot1_l .img {
		margin-right: 20px;
	}

	.foot1_r {
		float: none;
		width: 100%;
		margin-top: 20px;
	}

	.foot1_r ul li {
		width: 90px;
		margin-right: 4px;
	}

	.foot1_r ul li p {
		font-size: 12px;
	}

	.foot2 {
		font-size: 12px;
	}

	.indexes_l {
		width: 100%;
	}

	.indexes_r {
		width: 100%;
	}

	.indexes_r ul {
		overflow-x: scroll;
		white-space: nowrap;
		text-align: left;
	}

	.indexes_r ul li {
		font-size: 12px;
		margin-left: 20px;
		line-height: 40px;
	}

	.indexes p {
		font-size: 12px;
		line-height: 40px;
	}

	.news_show_title {
		font-size: 15px;
	}

	.news_show_time {
		font-size: 12px;
		margin: 10px 0;
	}

	.news_show {
		padding-top: 40px;
		padding-bottom: 60px;
	}

	.news_show_fy {
		margin-top: 20px;
	}

	.news ul li .img {
		width: 40%;
	}

	.news ul li .news_nr {
		width: 58%;
	}

	.news ul li .news_nr h3 {
		font-size: 14px;
		line-height: 20px;
	}

	.news ul li .news_nr h6 {
		font-size: 12px;
		line-height: 20px;
	}

	.news ul li .news_nr .desc {
		-webkit-line-clamp: 2;
	}

	.news ul li .news_nr .desc,
	.desc * {
		font-size: 12px;
		line-height: 20px;
	}

	.news ul li .news_nr {
		padding-bottom: 4px;
	}

	.news ul li {
		margin-bottom: 20px;
	}

	.news {
		padding-top: 40px;
		padding-bottom: 60px;
	}

	.news ul {
		padding-bottom: 10px;
		margin-top: 30px;
	}

	.news_show_cont,
	.news_show_cont * {
		font-size: 13px;
		line-height: 26px;
	}

	.live_desc {
		font-size: 14px;
		line-height: 30px;
		padding: 20px 0;
		margin-top: 30px;
	}

	.live ul li {
		width: 100%;
		margin-top: 20px;
	}


	.live ul li h6 {
		font-size: 12px;
		line-height: 20px;
	}

	.live ul li h3 {
		font-size: 14px;
		line-height: 24px;
	}
	
	.live ul{
		padding-bottom: 20px;
	}
	
	.live{
		padding-bottom: 60px;
		padding-top: 40px;
	}
	
	.master ul li .master_nr{
		font-size: 12px;
		line-height: 30px;
	}
	
	.master{
		padding-top: 40px;
		padding-bottom: 60px;
	}
	
	.master ul{
		padding-bottom: 30px;
	}
	
	.master ul li{
		margin-top: 24px;
	}
	
	.index ul li{
		width: 100%;
		margin-top: 30px;
	}
	
	.index ul li .index_title{
		top: 70%;
		font-size: 26px;
		font-family: "方正小标宋简体";
	}
	
	.index{
		padding-bottom: 60px;
		padding-top: 30px;
	}
	
	.list_lb ul li{
		width: 100%;
		margin-top: 30px;
	}
	
	.list_lb ul li p{
		width: 60%;
		font-size: 14px;
		line-height: 32px;
		top: 44%;
	}
	
	.list{
		padding-bottom: 60px;
	}
	
	.list_lb ul li h6{
		font-size: 12px;
	}
	
	.coll_l{
		width: 100%;
	}
	
	.coll_r{
		width: 100%;
		margin-top: 20px;
	}
	
	.collega .coll .coll_ll_cont ul li{
		width: 100%;
	}
	
	.collega .coll .coll_ll_cont ul{
		margin-top: 20px;
	}
	
	.collega .coll .coll_ll_cont ul li p{
		font-size: 14px;
		line-height: 36px;
	}
	
	.collega .coll_r .coll_r_name h3{
		font-size: 14px;
	}
	
	.collega .coll_r .coll_r_cont{
		line-height: 24px;
	}
	
	.collega .coll_r .coll_r_cont ul{
		height: 300px;
	}
	
	.collega{
		padding-top: 40px;
		padding-bottom: 60px;
	}
}

@media only screen and (max-width: 414px) {
     .index ul li .index_title{
        top: 57%;
    }
}

@media only screen and (max-width: 375px) {
    .index ul li .index_title{
        top: 55%;
    }
}

@media only screen and (max-width: 325px) {}
