@media screen and (min-width:751px) {
   *{
	   margin: 0;
	   padding: 0;
	   font-family: Arial, Helvetica, sans-serif;
	  
   }
	a{
		text-decoration: none;
	}
   
	/* 
	联系我们start
	 */
	#contact_main{
		width: 100%;
		height: auto;
	}
	.desc{
		/*min-height: 65px;*/
		 display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
	}
	#contact_img{
		width: 100%;
		height: 400px;
		background: #f6f6f6;
	}
	#contact_img img{
		display: none;
	}
	
	#contact_info{
		padding-top: 97px;
		width: 1231px;
		height: 200px;
		margin: 0 auto;
	}
	.news{
		width: 1228px;
		height: auto;
		opacity: 1;
		border: 1px solid #dcdcdc;
		margin: 0 auto;
		margin-top: 50px;
		padding: 109px 90px;
	}
	.news_titles{
		width: 100%;
		border-bottom: 1px solid #dcdcdc;
		padding-bottom: 57px;
	}
	.news_titles p{
		text-align: center;
		width: 673px;
		height: 79px;
		font-size: 30px;
		font-family: Microsoft YaHei, Microsoft YaHei-Regular;
		font-weight: 400;
		color: #333333;
		line-height: 48px;
		margin: 0 auto;
	}
	.news_content{
		text-align: center;

	}
	.news_content p{
		color: #999999;
		font-size: 16px;
		padding-top: 20px;
		padding-bottom: 67px;
	}
	.news_content img{
		display: block;
		width: 800px;
		height: 510px;
		margin: 0 auto;
	}
	.news_details{
		margin-top: 50px;
	}
	.news_details p{
		font-size: 18px;
		color: #666666;
		line-height: 36px;
		text-align: left;
	}
	.news_details p span{
		font-size: 24px;
		font-weight: bold;
	}
	.base{
		width: 1195px;
		margin: 0 auto;
		padding-top: 40px;
		font-size: 24px;
		color: #666666;
		line-height: 48px;
		margin-bottom: 60px;
	}
	.base p a{
		color: #666666;
		text-decoration: none;
	}
	.base p a:hover{
		border-bottom: 1px solid #333333;
	}
	.base span{
		color: #999999;
	}
	/*
	*/
	.mynews{
		margin: 0 auto;
		width: 1234px;
		padding-top: 44px;
	}
	.mynews_tit{
		font-size: 30px;
		color: #333333;
		font-weight: bold;
	}
	.mynews_list{
		margin-top: 31px;
	}
	.mynews_content{
		height: 238px;
		margin-bottom: 20px;
	}
	.mynews_bottom{
		display: block;
		color: #333333;
		margin-bottom: 30px;
	}
	.mynews_left{
		width: 95px;
		background-color: #EFEFEF;
		float: left;
		height: 100%;
		text-align: center;
		padding-top: 30px;
	}
	.mynews_left p{
		font-size: 16px;
		color: #666666;
	}
	.mynews_left p:first-child{
		font-size: 36px;
		font-weight: bold;
		color: #000000;
	}
	.mynews_right{
		width: 1138px;
		background-color: #F7F7F7;
		float: left;
		height: 100%;
		padding: 21px 0 8px 0px;
	}
	.mynews_certer{
		width: 686px;
		float: left;
		margin-left: 10px;
	}
	.mynews_certer p:hover{
		color: #007aff;
	}
	.mynews_certer p{
		font-size: 16px;
		color: #999999;
		width: 686px;
	}
	.mynews_certer p:first-child{
		font-size: 24px;
		color: #141010;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.mynews_certer a{
		display: block;
		margin-top: 38px;
		color: #FF7A23;
		font-size: 16px;
		font-weight: bold;
	}
	.mynews_img{
		display: none;
	}
	.mynews_right img{
		display: block;
		width: 300px;
		height: 200px;
		float: left;
		margin-left: 86px;
	}


	.pagination{text-align:center;margin-top:20px;margin-bottom: 20px;}  
	.pagination li{margin:0px 2px; border:1px solid #e6e6e6;padding: 10px 14px;display: inline-block;cursor: default;}
	.pagination .active{background-color: #FF7A23;color: #fff;}  
	.pagination .disabled{color:#aaa;} 
	.pagination li:hover {background: #FF7A23;}
	.pagination li:hover a{color: white;}
}