@media only screen and (min-width:960px) {
	* {
		margin: 0;
		padding: 0;
	}
	/*600px以上都大屏*/
	.container {
		width: 100%;
		margin: 0 auto;
		color: blueviolet;
	}
	.daohang {
		width: 100%;
		height: auto;
		/*background-color:blueviolet;*/
		border: 1px solid red;
		/*display: flex;*/
		/*flex-wrap: nowrap;*/
	}
	.daohang img {
		width: 20%;
		height: 100px;
		float: left;
		border: 1px solid red;
	}
	.daohang ul {
		margin: 0;
		padding: 0;
		display: flex;
		justify-content: space-around;
		border: 1px solid red;
	}
	.daohang ul {
		margin: 0;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		border: 1px solid red;
	}
	.daohang ul li {
		margin-left: 20px;
		height: 50px;
		width: auto;
		list-style: none;
		line-height: 50px;
		font-weight: bold;
		flex: auto;
		
	}
	.daohang ul li a{
		
		text-decoration: none;
		
	}
	.daohang h1 a {
		/*width: 100%;*/
		/*font-size: 12px;
		text-align: center;*/
		text-decoration: none;
		color: blueviolet;
	}
	.daohang_zhuti {
		display: flex;
		height: 350px;
	}
	.zhuti_video {
		width: 50%;
		border: 1px solid red;
	}
	.xiangmu_neirong {
		width: 50%;
		border: 1px solid red;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		background-color: cornflowerblue;
	}
	.xiangmu_neirong p {
		align-self: center;
		color: white;
	}
	.news {
		width: 100%;
		height: auto;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.news ul {
		display: flex;
		flex-direction: column;
		list-style: none;
		/*justify-content: flex-start;*/
	}
	.news ul li {
		font-size: 24px;
		padding-top: 30px;
		align-self: flex-start;
		font-weight: bold;
	}
	.news ul li a {
		text-decoration: none;
		color: blueviolet;
	}
	.page{
		width: 100%;
		height: auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.page ul {
		list-style: none;
		display: flex;
		flex-direction: row;
		
		justify-content:space-around;
	}
	.page ul li {
		font-size: 24px;
		/*padding-top: 30px;*/
		/*align-self: center;*/
		font-weight: bold;
	}
	.page ul li a {
		text-decoration: none;
		color: blueviolet;
	}
	
	.foot {
		height: auto;
		width: auto;
	}
	.foot p {
		height: 50px;
		width: auto;
		margin: auto;
		text-align: center;
		line-height: 50px;
	}
	.youqing_lianjie {
		height: 40px;
		width: auto;
		margin-bottom: 20px;
	}
	.youqing_lianjie span {
		margin-left: 2.5%;
		line-height: 40px;
	}
	.youqing_lianjie ul {
		/*margin: 0 auto;*/
		list-style: none;
		display: flex;
		justify-content: space-around;
		/*line-height: -20px;*/
		/*height: 40px;
	width: auto;
	*/
	}
	.youqing_lianjie li {
		display: inline;
		padding-left: 10px;
		line-height: 20px;
	}
	.youqing_lianjie a {
		text-decoration: none;
	}
	.iframe_class {
	/*background: transparent;*/
	border: none;
	/*outline: none; */
	position: fixed; 
	/*display: block; */
	/*z-index: 999999; */
	inset: auto 5px -5px auto; 
	
	overflow: hidden; 
	/*min-width: 340px; 
	min-height: 450px; */
	/*width: 340px;
	height: 450px;*/
	width: 400px;
	height: 400px;
	/*height: auto;*/
	margin: 0px; 
	padding: 0px;
    }
}