@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;
		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 {
		/*width: 100%;*/
		/*font-size: 12px;*/
		text-align: center;
		color: blueviolet;
	}
	.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;
	}
	.wenzhang {
		/*margin-top: 30px;*/
		/*display: flex;
		flex-direction: column;*/
		margin-bottom: 30px;
		text-align: center;
	}
	.wenzhang h2 {
		height: 80px;
		line-height: 80px;
	}
	.wenzhang hr {
		margin: 0px;
		height: 1px;
		border: 0px;
		background-color: red;
		color: red;
	}
	.wenzhang p {
		/*text-align: center;*/
		/*align-self: center;*/
		margin: 10px auto;
	}
	.wenzhang iframe {
		width: 50%;
		height: 350px;
		/*text-align: center;*/
		/*align-self: center;*/
		/*margin: 10px auto;*/
	}
	.wenzhang a {
		text-decoration:none;
		
		/* width: 50%;
		height: 350px; */
		/*text-align: center;*/
		/*align-self: center;*/
		/*margin: 10px auto;*/
	}
	
	.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;
    }
	.shipin ul{
		
		display: flex;
		flex-direction: row;
		
		flex-wrap: wrap;
		list-style: none;
		border: 1px solid red;
		justify-content: space-around;
		
		
		
	}
	.shipin ul li{
		/*padding: 0;
		margin: 0;*/
		width: 49%;
		text-align: center;
		/*border: 1px solid red;*/
		/*display: flex;
		flex-wrap: wrap;*/
		
	}
	.shipin ul li span{
		margin-top: 20px;
		height: 50px;
		line-height: 50px;
		/*height: 300px;*/
		
	}
	.shipin ul li iframe{
		height: 300px;
		/*border: 1px solid red;*/
		
	}
	
}