@charset "utf-8";
/* CSS Document */

/*分栏*/
.pro_introduce{
	width: 100%;
	background: #1b1b1b;
}
.pro_introduce_bg{
	max-width:1390px;
	height: 100%;
	margin: 0 auto; 
	overflow-x: auto;
	overflow-y: hidden;
}
.pro_introduce_left{
	width: 44%;
	height: 100%;
	overflow: hidden;
}
.pro_introduce_left a,.pro_introduce_left a img{
	width: 100%;
	height: 100%;
	display: block;
	transition: 1s;
}
.pro_introduce_left a img:hover{transform: scale(1.05)}
.pro_introduce_right{
	width: 44%;
	height: 100%;
	overflow: hidden;
}
.pro_introduce_right a,.pro_introduce_right a img{
	width: 100%;
	height: 100%;
	display: block;
	transition: 1s;
}
.pro_introduce_right a img:hover{transform: scale(1.05)}

/*介绍*/
.introduce{
	width: 100%;
	height:358px;
	margin: 6% 0 6% 0;
}
.introduce_bg{
	width: 1200px;
	margin:0 auto;
	min-width: 1200px;
	height: 100%;
	 
}
.introduce_list{
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.introduce_list ul{
	width: 100%;
	height: 100%;
}
.introduce_list li{
	width: 276px;
	height: 100%;
	float: left;
	margin-right: 26px;
	position: relative;
}
.introduce_list li:last-child{margin-right: 0;}
.introduce_img,.introduce_img img{
	width: 100%;
	height: 100%;
}
.introduce_font{
	width: 100%;
	height: 96px;
	background: rgba(255,0,4,0.71);
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.6s;
}
.introduce_list li:hover .introduce_font{
	height: 100%;
}
.introduce_font b{
	display: block;
	width: 70%;
	margin: 20px 0 0 15%;
	text-align: center;
	font-size: 18px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.introduce_list li:hover .introduce_font b{
	margin: 60px 0 0 15%;
}
.introduce_font p{
	width: 70%;
	margin: 30px 0 0 15%;
	font-size:12px;
	color: #fff;
	height: 88px;
	line-height: 32px;
	overflow: hidden;
	text-align: justify;
	display:none;
}
.introduce_list li:hover .introduce_font p{
	display:block;
}
.introduce_font a{
	font-size: 12px;
    color: #fff;
    display: block;
    width: 85px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #fff;
    text-align: center;
    margin: 8px 0 0 93px;
}
.introduce_list li:hover .introduce_font a{
	margin: 40px 0 0 87px;
}
.introduce_font a:hover{
	color: #131314;
	border: 1px solid #131314;
}

/*集团资讯*/
.news{
	width: 100%;
	height: 610px;
	background: #f7f8f9;
}
.news_bg{
	width: 1200px;
	min-width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow:hidden;
	background: #f7f8f9;
}
.news_top{
	width: 100%;
}
.news_top a{
	font-size: 36px;
	color: #0b0a0a;
	display: block;
	padding: 110px 0 0 0;
}
.news_bottom{
	width: 100%;
	height: 320px;
	margin-top: 50px;
}
#news{
	height:auto; 
	margin:0 auto;
}
#news_d{
	width:1200px; 
	height:320px; 
	overflow:hidden;
	float: left;
}
.news_list{
	width:100%;
	height: 100%;
}
.news_list ul{
	width:100%;
	height: 100%;
}
.news_list li{
	width: 370px;
	height: 100%;
	float: left;
	overflow: hidden;
	margin-right:50px;
}
.news_img{
	width: 100%;
	height: 210px;
	overflow: hidden;
}
.news_img a,.news_img a img{
	width: 100%;
	height: 100%;
	display: block;
}
.news_font{
	width: 100%;
	height: 110px;
	overflow: hidden;
}
.news_font b{
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	color: #000;
	display: block;
	margin-top: 22px;
}
.news_font p{
	font-size: 14px;
	color: #808080;
	height: 20px;
	line-height: 20px;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_font a{
	font-size: 14px;
	color: #ff0000;
	display: block;
	margin-top: 10px;
}
.news_font a:hover{color: #b50303;}

/*公司介绍*/
.company{
	width: 100%;
	height: 970px;
	margin-top: 120px;
}
.company_bg{
	width: 1200px;
	min-width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.company_top{
	width: 1200px;
	height: 430px;
}
.com_left{
	width: 646px;
	height: 100%;
	overflow: hidden;
}
.com_left a,.com_left a img{
	width: 100%;
	height: 100%;
	display: block;
}
.com_right{
	width: 400px;
	height: 100%;
	margin-right: 26px;
}
.com_right span{
	width: 100%;
	font-size: 24px;
	color: #0b0a0a;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	margin-top: 50px;
}
.com_right b{
	width: 100%;
	font-size: 36px;
	color: #0b0a0a;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	margin-top: 70px;
}
.com_right p{
	width: 100%;
	font-size: 14px;
	color: #808080;
	height: 110px;
	line-height: 28px;
	overflow: hidden;
	margin-top:30px;
	text-align: justify;
}
.com_right a{
	display: block;
	width: 95px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	background: #ff0000;
	margin-top: 26px;
	font-size:12px;
	text-align: center;
}
.company_bottom{
	width:1200px;
	min-width: 1200px;
	height: 385px;
	margin-top: 100px;
}
.company_bottom ul{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.company_bottom li{
	width: 378px;
	height: 100%;
	margin-right: 24px;
	float: left;
}
.company_bottom li:last-child{margin-right: 0}
.com_img{
	width: 100%;
	height: 225px;
	overflow: hidden;
}
.com_img a,.com_img a img{
	width: 100%;
	height: 100%;
	display: block;
	transition: 0.6s;
}
.company_bottom li:hover .com_img a img{transform: scale(1.05)}
.com_font{
	width: 100%;
	height: 205px;
	overflow: hidden;
}
.com_font b{
	font-size: 22px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #0b0a0a;
	display: block;
	margin-top:16px;
}
.com_font p{
	width: 85%;
    font-size: 14px;
    color: #808080;
    height: 46px;
    line-height: 23px;
    margin-top: 16px;
    overflow: hidden;
}
.com_font a{
	font-size: 14px;
	color: #ff0000;
	display: block;
	margin-top: 16px;
}