@media screen and (min-width: 751px){
	/* 浼佷笟鑽ｈ獕 */
	.honor-con{
		padding: 40px 0 20px;
	}
	.honor-wrap{
		width: 1015px;
		margin: auto;
	}
	.honor-wrap .honor-data{
		overflow: hidden;
		line-height: 40px;
	}
	.honor-wrap .honor-data .total-award{
		position: relative;
		float: left;
		width: 150px;
		height: 40px;
		font-size: 18px;
		color: #fff;
		text-align: center;
		font-weight: bold;
		background: #d71a1b
	}
	.honor-wrap .honor-data .total-award:after{
		content: '';
		position: absolute;
	    top: 0;
	    right: -20px;
	    width: 0;
	    height: 0;
	    border-width: 0px 20px 40px 0;
	    border-style: solid;
	    border-color: transparent transparent #d71a1b;
	}
	.honor-wrap .honor-data .total-honor{
		float: right;
		font-size: 16px;
		color: #cc9999;
	}
	.honor-wrap .honor-info{
		position: relative;
		margin: auto;
		width: 840px;
		height: 355px;
		margin-bottom: 50px;
	}
	.hd a{
	    position: absolute;
	    top: 0;
	    width: 35px;
	    height: 50px;
	    line-height: 50px;
	    text-align: center;
	    background: #fff;
	}
	.hd a:before{
	    content: '';
	    position: absolute;
	    top: 20px;
	    width: 10px;
	    height: 10px;
	    border-left: 2px solid #999999;
	    border-top: 2px solid #999999;
	}
	.hd a:hover{
		background: #cc3333;
	}
	.hd a:hover:before{
		background: #cc3333;
	    border-left: 2px solid #fff;
	    border-top: 2px solid #fff;
	}
	.hd a.prevStop,
	.hd a.nextStop,
	.hd a.prevStop:hover,
	.hd a.nextStop:hover{
		background: #fff;
	}
	.hd a.prevStop:before,
	.hd a.nextStop:before,
	.hd a.prevStop:hover:before,
	.hd a.nextStop:hover:before{
		border-left: 2px solid #e5e5e5;
	    border-top: 2px solid #e5e5e5;
		background: #fff;
	}
	.honor-wrap .honor-info	.hd a{
		width: 38px;
		top: 130px;
	}
	.honor-wrap .honor-info .prev{
		left: -55px;
	}
	.honor-wrap .honor-info .prev:before{
		left: 15px;
		transform: rotate(-45deg);
	}
	.honor-wrap .honor-info .next{
		right: -55px;
	}
	.honor-wrap .honor-info .next:before{
		right: 15px;
		transform: rotate(135deg);
	}
	.honor-wrap .honor-info li{
		float: left;
		margin: 0 15px;
		width: 250px;
		height: 355px;
		background: #fff;
	}
	.honor-wrap .honor-info li img{
		width: 250px;
		height: 284px;
	}
	.honor-wrap .honor-info .honor-intro-text{
		margin: 13px 15px;
	    line-height: 25px;
	    height: 50px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
		font-size: 14px;
		color: #333333;
	}
	.honor-wrap .honor-year{
		/* position: relative;
		width: 920px;
			    height: 50px;
		margin: auto;
			    box-sizing: content-box;
			    border-right: 1px solid #f6f6f6; */
		position: relative;
	    max-width: 920px;
	    height: 50px;
	    margin: auto;
	    box-sizing: content-box;
	    border-right: 1px solid #f6f6f6;
	    display: table;
	}
	.honor-wrap .honor-year li{
		position: relative;
		float: left;
	    width: 115px;
	    height: 50px;
	    line-height: 50px;
	    font-size: 14px;
	    color: #666666;
	    text-align: center;
	    background: #fff;
	    box-sizing: border-box;
	    cursor: pointer;
	}
	.honor-wrap .honor-year li:after{
		content: '';
		position: absolute;
		right: 0;
		height: 100%;
	    border-left: 1px solid #f6f6f6;
	}
	.honor-wrap .honor-year .on{
		background: #d71a1b;
	    font-size: 16px;
	    color: #fff;
	    font-weight: bold;
	}
	.honor-wrap .honor-year li:hover{
		border-bottom: 3px solid #d71a1b;
	}
	.honor-wrap .honor-year .hd .prev{
		left: -36px;	
	}
	.honor-wrap .honor-year .hd .next{
		right: -36px;
	}
    .honor-wrap .honor-year .hd .prev:before{
    	left: 11px;
    	transform: rotate(-45deg);
    }
    .honor-wrap .honor-year .hd .next:before {
    	left: 10px;
	    transform: rotate(135deg);
	}
	.enterprise-qualification{
	    padding: 0px 0 50px;
	    width: 1200px;
	    margin: auto;
	    background: #fff;
	    margin-top: 1px;
	    font-size: 14px;
	    color: #333;
	    text-align: center;
	}
	.enterprise-title{
		position: relative;
	    padding: 40px 0;
	    font-size: 24px;
	}
	.enterprise-title::after{
		content: '';
	    background-color: rgb(215, 26, 27);
	    width: 34px;
	    height: 3px;
	    position: absolute;
	    left: 50%;
	    bottom: 20px;
	    transform: translate(-50%,0);
	}
	.enterprise-con{
		margin: 15px auto;
		width: 900px;
		overflow: auto;
	}
	.enterprise-con li{
		position: relative;
		float: left;
		width: 50%;
		height: 35px;
		line-height: 35px;
		text-align: left;
		padding: 0 80px;
		overflow: hidden;text-overflow: ellipsis;
		white-space: nowrap;
	}
	.enterprise-con li::before{
		content: '.';
	    position: absolute;
	    top: -5px;
	    left: 70px;
	}
	.enterprise-con li:nth-child(2n){
		border-left: 1px solid #f1f1f1;
	}
}
@media screen and (max-width: 750px){
	.honor-years{
	    background: #eeeeee;
	    padding: 0.17rem 0.1rem 0.06rem;
	    overflow: auto;
	}
	.honor-years li{
	    display: block;
	    float: left;
	    width: 0.8rem;
	    height: 0.33rem;
	    line-height: 0.33rem;
	    background: #fff;
	    text-align: center;
	    margin: 0 0.11rem 0.1rem 0;
	}
	.honor-years li:nth-child(4n){
	    margin-right: 0;
	}
	.honor-years .on{
		background: #d71a1b;
	    color: #fff;
	    font-weight: bold;
	}
	.honor-data{
	    padding: 0.25rem 0 0.22rem;
	    font-size: 0.12rem;
	    text-align: center;
	}
	.total-award{
	    margin-bottom: 0.07rem;
	    font-size: 0.16rem;
	    font-weight: bold;
	}
	.honor-info{
	    padding: 0 0.1rem;
	    overflow: auto;
	}
	.honor-list li{
	    float: left;
	    width: 1.72rem;
	    margin: 0 0.11rem 0.3rem 0;
	}
	.honor-list li:nth-child(2n){
		margin-right: 0;
	}
	.honor-list li img{
	    width: 1.72rem;
	    height: 1.95rem;
	    margin-bottom: 0.05rem;
	}
	.honor-intro-text{
	    height: 0.32rem;
	    line-height: 0.16rem;
	    font-size: 0.11rem;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	}



}