div{
	box-sizing: border-box;
}
.qszn_banner{
    margin: 0 auto;
    margin-top: 53px;
    margin-bottom: 80px;
}
.qszn_banner>img {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.qszn_img1{
	display: block;
}
.qszn_img2{
	display: none;
}
.qszn_content{
	max-width: 1120px;
	margin: 0 auto;	
	margin-bottom: 40px;
}
.qszn_zixun,.qszn_intro{
	float: left;
	width: 550px;
	height: 550px;
	background: #fff;
	margin-bottom: 30px;
	padding: 20px;
}
.qszn_zixun{
	margin-right:20px;
}
.qszn_title{
	display: flex;
}
.qszn_title>p{
	flex: 0.35;
	font-size: 24px;
	color: #7D0000;
	border-bottom:5px solid #7D0000;
	padding-bottom: 20px;
}
.qszn_title>a{
	border-bottom:2px solid #DCDCDC;
	flex: 1;
	text-align: right;
	color: #666666;
	font-family:PingFang SC;
	font-size: 18px;
	line-height:28px;
}
.qszn_detail{
	color: #666;
	font-size: 17px;
	text-align: justify;
	margin-top:25px;	
}
.qszn_detail>p{
	line-height: 32px;
}
.qszn_detail2>p{
	line-height: 32px;
}
.qszn_detail2>p:nth-child(2){
	margin-bottom:25px;	
}
.qszn_lists{
	margin-top: 20px;
}
.qszn_lists>li{
	display: flex;
	margin-bottom: 20px;
}
.qszn_listimg{
	border:1px solid #f2f2f2;
	border-radius:12px;
	width: 70px;
	height: 70px;
}
.qszn_listimg>span{
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-family:DIN;
}
.qszn_listimg>span:first-child{
	background:linear-gradient(10deg,#f2f2f2 0%,#fff 80%);
	width: 100%;
	font-size: 26px;
	color: #7D0000;
	border-radius:15px 15px 0 0;
}
.qszn_listimg>span:last-child{	
	color: #666;
}
.qszn_listtitle{
	width: 80%;
	font-size: 16px;
	color: #666;
	margin-left: 15px;
	line-height: 70px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.qszn_listtitle:hover{
	color: #7D0000;
}
.qszn_zhanpin{
	background: #fff;
	max-width: 1120px;
	margin: 0 auto;
	clear: both;
	padding: 20px;
}
.qszn_zpzs{
	text-align: center;
	font-size: 24px;
	color: #7D0000;
	height: 48px;
	border-bottom:2px solid #DCDCDC;
	
}
.qszn_zpzs>span{
	border-bottom:5px solid #7D0000; 
    padding: 0 20px;
    padding-bottom: 16px;
}
.qszn_zts:after{
	clear: both;
	content: "";
	height: 0;
	display: block;
}
.qszn_zt{	
	float: left;
	width: 530px;
	margin-right: 20px;
	margin-top:30px;
	cursor: pointer;
	
}
.qszn_zt:nth-child(2n){
	margin-right: 0;
}
.qszn_mkimg{
	position: relative;	
	height: 250px;
}
.qszn_mkimg>p{
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width:100%;
	height:60px;
	background:linear-gradient(0deg,rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%);
	opacity:0.4;
	text-align: center;
	font-size:22px;
	color:rgba(255,255,255,1);
	line-height:60px;
}
.qszn_name{
	height:60px;
	background:linear-gradient(0deg,rgba(252,184,96,1) 0%,rgba(255,220,159,1) 100%);
	color:rgba(125,0,0,1);
	line-height:60px;
	text-align: center;
	font-size: 26px;
	}
.qszn_more{
	display: block;
	width:220px;
	height:60px;
	margin: 0 auto;
	border:2px solid rgba(220,220,220,1);
	text-align: center;
	font-size:18px;
	color:#333;
	line-height:54px;
	margin-top: 60px;
	margin-bottom: 50px;
}
.qszn_title1{
	display: flex;
	display: none;
}
.qszn_title1>p{
	flex: 0.35;
	font-size: 24px;
	color: #7D0000;
	border-bottom:5px solid #7D0000;
	padding-bottom: 20px;
}
.qszn_title1>a{
	border-bottom:2px solid #DCDCDC;
	flex: 1;
	text-align: right;
	color: #666666;
	font-family:PingFang SC;
	font-size: 18px;
	line-height:28px;
}
@media only screen and (max-width:1365px){
	.qszn_content{
		padding: 0 10px;
	}
	.qszn_more{
	width:180px;
	height:45px;
	font-size:16px;
	color:#333;
	line-height:45px;
	margin-top: 40px;
	margin-bottom: 30px;
}
}
@media only screen and (max-width:1023px) {
	.qszn_banner{
		margin-bottom: 20px;
	}
	.qszn_img1{
		display: none;
	}	
	.qszn_img2{
		display: block;
	}
	.qszn_title>p{
		font-size: 16px;
		border-bottom:3px solid #7D0000;
		padding-bottom: 15px;
	}
	.qszn_title>a{
		font-size: 15px;
	}
	.qszn_title1>p{
		font-size: 16px;
		border-bottom:3px solid #7D0000;
		padding-bottom: 15px;
	}
	.qszn_title1>a{
		font-size: 15px;
	}
	.qszn_detail{
		margin-top: 15px;
	}
	.qszn_detail>p,.qszn_detail2>p{
		line-height: 22px;
		font-size: 13px;
	}
	.qszn_listtitle{
		font-size: 12px;
		line-height: 50px;
	}
	.qszn_zpzs>span {
    border-bottom: 3px solid #7D0000;
    font-size: 16px;
}
.qszn_zpzs{
	height: 46px;
}
}
@media only screen and (max-width:767px) {
	.qszn_zhanpin{
		padding: 15px;
	}
	.qszn_zixun{
		margin-right: 0;
		
	}
	.qszn_detail2>p:nth-child(2){
		margin-bottom:20px;
	}
	.qszn_listimg{
		height: 54px;
		width: 54px;
		border-radius:7px;
	}
	.qszn_listimg>span:first-child{
	    font-size: 16px;
    	border-radius:7px 7px 0 0;
	}
	.qszn_listimg>span{
		width:54px;
		height: 27px;
	    line-height: 27px;
	}	
	
	.qszn_zt{
		margin-right: 0;
		width: 100%;
		/*height: 148px;*/
	}
	.qszn_zt:nth-child(3){
	margin-right: 2%;
}
	.qszn_zpzs>span{
		border-bottom: 3px solid #7D0000;
		padding: 15px 0;
		padding-right: 31px;
		font-size: 16px;
	}
	.qszn_zpzs{
		text-align: left;
	}
	.qszn_lists>li{
		margin-bottom: 10px;
	}
	.qszn_title1{
		display: flex;
	}
	.qszn_zpzs{
		display: none;
	}
	.qszn_more{
		display: none;
	}
	
}
@media only screen and (min-width:1023px) and (max-width:1365px) {
	.qszn_content{
		max-width: 1024px;
	}
	
	.qszn_zixun, .qszn_intro{
		width: 491px;
		height: 550px;
	}
	.qszn_zixun{
		margin-right: 2%;
	}
	.qszn_detail{
		font-size: 15px;
	}
	.qszn_zt{	
	width:49%;
	margin-right:2%;
	margin-top:30px;
}
.qszn_zt:nth-child(2n){
	margin-right: 0;
}
.qszn_mkimg{
	height: 216px;
}
.qszn_detail2>p{
	line-height:32px;
}	
.qszn_listtitle{
	font-size: 15px;
}

}
@media only screen and (min-width:767px) and (max-width:1023px) {
	.qszn_content{
		max-width: 768px;
	}
	.qszn_banner{
		margin-bottom: 40px;
	}
	.qszn_zixun, .qszn_intro{
		width:364px;
		height:431px;
	}
	
	.qszn_listimg{
		height: 50px;
		width: 50px;
		border-radius:8px;
	}
	.qszn_listimg>span:first-child{
	    font-size: 16px;
    	border-radius:8px 8px 0 0;
	}
	.qszn_listimg>span{
		width:50px;
		height: 25px;
	    line-height: 25px;
	}
	.qszn_zt{
		width:49%;
		margin-right:2%;
		margin-top:30px;
	}
	.qszn_mkimg{
		height: 156px;
	}
	.qszn_name,.qszn_mkimg>p{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}		
}
@media only screen and (min-width:415px) and (max-width:767px) {	
	.qszn_content{
		max-width: 415px;
	}
	
	.qszn_zixun, .qszn_intro{
		width:100%;
		height:405px;
		margin-bottom: 15px;
		padding:15px;
	}
	
	.qszn_mkimg{
		height:185px;
	}
	.qszn_name,.qszn_mkimg>p{
		height:35px;
		line-height: 35px;
		font-size: 14px;
	}
	.qszn_zpzs {
    height: 44px;
}
}
@media only screen and (min-width:100px) and (max-width:414px) {	
	.qszn_content{
		max-width:414px;
	}
	.qszn_zixun, .qszn_intro{
		width:100%;
		height:415px;
		margin-bottom: 15px;
		padding:15px;
	}
	.qszn_zixun{
		height: 405px;
	}
	.qszn_mkimg{
		height:148px;
	}
	.qszn_name,.qszn_mkimg>p{
		height:32px;
		line-height:32px;
		font-size: 12px;
	}
	.qszn_title>p{
		    padding-bottom: 15px;
	}
	.qszn_title1>p{
		    padding-bottom: 15px;
	}
	
}