/**公司荣誉   begin**/
.z_honor{
	margin-bottom: 4.5%;
}
.z_honor h2{
	font-weight: bold;
	color:#cf000d;
}
.z_honor_content{
	padding:4% 2% 6%;
	background-color: #cc000f;
	color:#fff;
	text-align: center;
	position: relative;
}
.z_honor_content::before{
	content: '';
    width: 18%;
    height: 39%;
    background: url(/repository/image/CKuex2soTz67yADWMu80Uw.png) no-repeat center top;
    background-size: contain;
    position: absolute;
    left: -1.5%;
    top: -1px;
}
.z_honor_content::after{
	content: '';
    width: 26.5%;
    height: 32%;
    background: url(/repository/image/K4yU8NBGTc-9-9c4AZI6sQ.png) no-repeat center;
    background-size: contain;
    position: absolute;
    right: -3.05%;
    bottom: -4%;
}
.z_honor_content .viewer-toolbar li{
	margin:0;
}
.z_honor_content>p{
	display: inline-block;
	padding:0 5% 2%;
	margin-bottom: 2%;
	border-bottom: 1px solid #fb001b;
}
.z_honor_content li{
	width: 21%;
	float: left;
	margin:0 2%;
}
.z_honor_content li .img{
	height: 0;
	overflow: hidden;
	padding-bottom: 69%;
	margin-bottom: 6%;
	position: relative;
	text-align:center;
}
.z_honor_content li .img img{
	position: absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.z_honor_content li p{
	text-align: left;
	height: 7.5em;
	overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-align: justify;
}


.c_title{
	padding:2% 0 1.5%;
	background-color: #fdf2f3;
	color:#cf000d;
	margin-bottom: 3%;
}
.c_title span{
	text-align: center;
	float: left;
	line-height: 32px;
	border: 1px solid #cf000d;
	border-radius: 16px;
	padding:0 3%;
	margin-right: 2.5%;
	margin-bottom: 5px;
	cursor: pointer;
}
.c_title span:last-child{
	margin-right: 0;
}
.c_title span.on,.c_title span:hover{
	background-color: #cf000d;
	color:#fff;
	border-color:#cf000d;
}


.z_honor_con{
	margin-bottom: 10.5%;
}
.z_honor_con>div{
	display: none;
}
.z_honor_con>div:nth-child(1){
	display: block;
}
.z_honor_con .con li{
	width: 22.5%;
	margin:0 1.25% 3%;
	float: left;
	text-align: center;
}
.z_honor_con ul.con>li:nth-child(5),.z_honor_con ul.con>li:nth-child(6),.z_honor_con ul.con>li:nth-child(7),.z_honor_con ul.con>li:nth-child(8){
	margin-bottom: 0;
}
.z_honor_con .con li:hover .text{
	color:#fff;
	background-color: #cf000d;
}
.z_honor_con .con li .img{
	height: 0;
	overflow: hidden;
	padding-bottom: 141%;
	position:relative;
}
.z_honor_con .con li .img img{
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
		transform-origin:0% 0%;
}
.z_honor_con .con li:hover .img img{
	-webkit-transform: scale(1.1) translate(-50%,-50%);
	-moz-transform: scale(1.1) translate(-50%,-50%);
	-ms-transform: scale(1.1) translate(-50%,-50%);
	-o-transform: scale(1.1) translate(-50%,-50%);
	transform: scale(1.1) translate(-50%,-50%);
}
.z_honor_con .con li .text{
	padding:10% 8%;
	box-shadow: 0 0 10px 0 rgba(208,208,208,0.3);
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	position: relative;
}
.z_honor_con .con li .text::before{
	content: '';
    width: 24px;
    height: 24px;
    background: url(/repository/image/_BSjCkApSOq8FYgDA8h00A.png) no-repeat center;
    position: absolute;
    left: -2px;
    bottom: 0;
}
.z_honor_con .con li .text::after{
	content: '';
    width: 20px;
    height: 20px;
    background: url(/repository/image/P9XIPLxDT4CEb2dmio8EHQ.png) no-repeat center;
    position: absolute;
    right: 0;
    bottom: 0;
}
.z_honor_con .con li .text p{
	height: 3em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
}
@media only screen and ( max-width:1280px ) {
	.z_honor_content li .img{
		padding-bottom: 93%;
	}
}
@media only screen and ( max-width:1024px ) {
	.z_honor_content li .img{
		padding-bottom: 124%;
	}
	.z_honor_content::after {
	    bottom: -11%;
	}
	
	.z_honor_con .con li .img{
		padding-bottom: 147%;
	}
}
@media only screen and ( max-width:767px ) {
 	 .z_honor_content::after {
	    display:none;
	}
	.z_honor_content li{
		width: 46%;
		margin-bottom: 5%;
	}
	.z_honor_content li:nth-child(3),.z_honor_content li:nth-child(4){
		margin-bottom: 0;
	}
	.z_honor_content li .img {
	    padding-bottom: 60%;
	}
	.z_honor_con .con li {
		width: 30.83%;
	}
	.z_honor_con ul.con>li:nth-child(5), .z_honor_con ul.con>li:nth-child(6){
		margin-bottom: 3%;
	}
	.c_title span{
		float: left;
	    line-height: 28px;
	    padding: 0 10px;
	    margin: 0 5px 5px;
	}
}
@media only screen and ( max-width:500px ) {
	.z_honor_content{
		padding:5% 5% 8%;
	}
	.z_honor_content .des{
		border-bottom: 0 none;
		margin-bottom: 5%;
		font-weight: bold;
		font-size: 16px;
	}
	.z_honor_content>ul>li{
		width: 100%;
		margin:0 0 5%!important;
		padding-bottom: 5%;
		border-bottom:1px solid #fb001b;
	}
	.z_honor_content li .img{
		height:auto;
		padding-bottom: 0;
	}
	.z_honor_content li .img img{
		position: inherit;
		left:0;
		top:0;
		-webkit-transform: inherit;
		-moz-transform: inherit;
		-ms-transform: inherit;
		-o-transform: inherit;
		transform: inherit;
	}
	.z_honor_content li:last-child{
		padding-bottom: 0!important;
		margin-bottom: 0!important;
		border-bottom: 0 none;
	}
	.z_honor_content::after {
	    height: 12%;
	}
	
	
	.z_honor_con .con li {
		width: 47.5%;
	}
}
/**公司荣誉   end**/



/**企业内刊  begin**/
.group_con{
	padding: 3.5% 0;
	margin-bottom: 6.5%;
	background: url(/repository/image/m0owIYh-QyCaK4FHxnyjIg.jpg) no-repeat center;
	background-size: cover;
}
.group_con .h2_box{
	margin-bottom: 3.5%;
}
.group_con h2{
	font-weight: bold;
	color:#cf000d;
	margin-bottom: 0;
}
.group_con .h2_box span{
	color:#cf000d;
}
.group_con .title{
	margin-bottom: 3.5%;
}
.group_con .title .prev,.group_con .title .next{
	width: 5%;
	height: 50px;
	float: left;
	box-sizing: border-box;
	cursor: pointer;
	background:#f4bac5 url(/repository/image/5Iyu_qZATJ-7rcJMEn_rXA.png) no-repeat center;
	border-right:1px solid #fff;
}
.group_con .title .prev:hover,.group_con .title .next:hover{
	background:#cf000d url(/repository/image/JNQsOPnOQv2G4CX7Li76mg.png) no-repeat center;
}
.group_con .title .prev{	
		
}
.group_con .title .next{
	/*border-left:1px solid #fff;*/
	transform: rotate(180deg);
}
.group_con .title .title_box{
	width: 90%;
	height: 50px;
	float: left;
	overflow: hidden;
	position: relative;
	background-color: #f4bac5;
}
.group_con .title .title_box>div{
	position: absolute;
	left:0;
	top:0;
}
.group_con .title .title_box span{
	float: left;
	line-height: 50px;
	text-align: center;
	background-color: #f4bac5;
	font-size: 24px;
	color:#fff;
	cursor: pointer;
}
.group_con .title .title_box span.on{
	background-color: #f8e5e9;
	color:#cf000d;
}
.group_con .content>div{
	display: none;
}
.group_con .content>div:nth-child(1){
	display: block;
}
.group_con .content li{
	width: 48.5%;
	float: left;
	border-top:1px solid #999999;
	margin-bottom: 3%;
}
.group_con .content li:nth-child(even){
	float: right;
}
.group_con .content li:hover{
	border-top-color: #cf000d;;
}
.group_con .content li:hover div{
	color:#cf000d;
}
.group_con .content li span{
	width: 17%;
	line-height: 50px;
	float: left;
	background-color: #999;
	text-align: center;
	color:#fff;
}
.group_con .content li:hover span{
	background-color: #cf000d;
}
.group_con .content li div{
	width: 83%;
	float: left;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#666;
	text-indent: 2em;
}
@media only screen and ( max-width:1024px ) {
	.group_con .title .title_box span{
		font-size: 20px;
	}
}
@media only screen and ( max-width:767px ) {
	.group_con .title .title_box span{
		font-size: 18px;
	}
	.group_con .title .prev, .group_con .title .next{
		width: 10%;
	}
	.group_con .title .title_box{
		width: 80%;
	}
	.group_con .content li{
		width: 100%;
	}
	.group_con .content li span,.group_con .content li div{
		line-height: 40px;
	}
}
/**企业内刊  end**/

/**新闻列表  begin**/
.newsList_box{
	margin-bottom: 8%;
}
.newsList_box h2{
	font-weight: bold;
	color:#cf000d;
}
.newsList li{
	width: 32%;
	float: left;
	margin-bottom: 2%;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
}
.newsList li:nth-child(3n+2){
	margin-left:2%;
	margin-right: 2%; 
}
.newsList li .img{
	height: 0;
	overflow: hidden;
	padding-bottom: 56%;
	text-align: center;
}
.newsList li .text{
	padding:7% 4% 5%;
}
.newsList li .text .title{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 4%;
}
#videoList li .text .title{
	margin-bottom:0;
}
.newsList li .text .time{
	color:#838383;
  	height:1.5em;
   display:block;
}
.newsList li .text p,.newsList li .text .more{
	color: #7f7674;
}
.newsList li .text p{
	height: 4.5em;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-bottom: 7%;
}
@media only screen and ( max-width:767px ) {
	.newsList li{
		width: 49%;
	}
	.newsList li:nth-child(3n+2){
		margin-left:0;
		margin-right: 0;
	}
	.newsList li:nth-child(2n+2){
		margin-left:2%;
	}
	
}
@media only screen and ( max-width:500px ) {
	.newsList li{
		width: 100%;
		margin-left: 0!important;
	}
	.newsList li .text {
	    padding: 7% 5% 5%;
	}
}
/**新闻列表  end**/


/**新闻详情页  begin**/
.news_details {
	margin-bottom: 9%;
}
.news_details .h2_box{
	text-align: center;
	padding-bottom: 3%;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 6%;
}
.news_details h2{
	font-weight: bold;
	color:#cf000d;
	margin-bottom: 0.5%;
}
.news_details .h2_box .time{
	color:#999;
}
.news_details .content{
	margin-bottom: 5%;
}
.news_details .content p{
	text-indent: 2em;
	line-height: 2em;
	margin-bottom: 1em;
}
.news_details .content img{
	padding:1.5em 0 2.5em;
   display:block;
   margin:0 auto;
}
.newsList_content li{
	width: 50%;
	float: left;
	background-color: #eee;
	height:80px;
	line-height: 80px;
	position: relative;
}
.newsList_content li a{
	width: 100%;
	padding:0 10%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newsList_content li:hover a{
	background-color: #cf000d;
	color:#fff;
}
.newsList_content li::before{
	content:'';
	width: 24px;
	height: 25px;	
	position: absolute;	
	top:50%;
	margin-top:-12px;
}
.newsList_content li:nth-child(1)::before{
	left:3%;
	background: url(/repository/image/sZ_G6-o-Tz-x_OJQhoNviw.png) no-repeat center;
}
.newsList_content li:nth-child(1):hover::before{
	background: url(/repository/image/IWiBjINxTJ2GI1QAPDRv2g.png) no-repeat center;
}
.newsList_content li:nth-child(2)::before{
	right:3%;
	background: url(/repository/image/Zs60zlEXSKGTl3Xxeeapcw.png) no-repeat center;
}
.newsList_content li:nth-child(2):hover::before{
	background: url(/repository/image/-Q7lhswlRLmDypKleY1tzA.png) no-repeat center;
}
@media only screen and ( max-width:640px ) {
	.news_details .content p{
		margin-bottom: 0.5em;
	}
	.news_details .content img {
	    padding: 0.5em 0 1em;
	}
	.newsList_content li{
		width: 100%;
		height:36px;
		line-height: 36px;
		margin-bottom: 2px;
		position: relative;
	}
	.newsList_content li a{
		width: 100%;
		padding:0 5% 0 10%;
	}
	.newsList_content li:nth-child(1)::before,.newsList_content li:nth-child(2)::before{
		content:'1';
		border:1px solid #333;
		color:#333;
		width: 16px;
		height: 16px;
		line-height: 16px;
		text-align: center;
		margin-top:-8px;
		background: 0 none;
		border-radius: 50%;
		right:auto;
		left:3%;
	}
	.newsList_content li:nth-child(2)::before{
		content:'2'
	}
	.newsList_content li:nth-child(1):hover::before,.newsList_content li:nth-child(2):hover::before{
		background: 0 none;
		color:#fff;
		border-color: #fff;
	}
}
/**新闻详情页  end**/