.pro{
	width: 1200px;
	margin:45px auto 0;
}
.pro .title{
	width: 100%;
	text-align: center;
}
.pro .title h3{
	font-size: 50px;
	color: #d1d1d1;
	text-transform: uppercase;
}
.pro .title h2{
	font-size: 30px;
	color: #db010c;
}
.pro .title p{
	font-size: 13px;
	color: #444444;
	width: 474px;
	height: 24px;
    background: #eeeeee;	
    margin:25px auto 0;
	line-height: 24px;
}
.pro ul{
	margin:20px -26px 0;
}
.pro ul li{
	width: 250px;
	height: 231px;
	padding: 4px;
	border: 1px solid transparent;
	text-align: center;
	position: relative;
	float: left;
	margin:13px 26px;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s; 
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.pro ul li .photo{
    height:180px ;
    display: block;
	width: 250px;
	font-size: 0;
}
.pro ul li .photo img{
	width: 100%;
	height: 100%;
}
.pro ul li .name{
	font-size: 14px;
	display: block;
	width: 250px;
	height: 36px;
	line-height: 36px;
	color: #444444;
	position: absolute;
	top:199px;
	z-index: 3;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s; 
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.pro ul li .iconfont{
	color: #FFFFFF;
	position: absolute;
	bottom: 21px;
	left: 50%;
	margin-left: -8px;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s; 
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.pro ul li:hover{
	border-color: #db010c;
}
.pro ul li:hover .iconfont{
	color: #db010c;
}
.pro ul li:hover .name{
	top: 148px;
	background: rgba(0,0,0,0.7);
	color: #FFFFFF;
}
.news{
	width: 100%;
	height: 720px;
	background: url(../images/news.jpg) no-repeat center center;
	margin-top: 54px;
	position: relative;
}
.news .title{
	width: 100%;
	border-bottom: 1px solid #5c5c5c;
	text-align: center;
	text-transform: uppercase;
	padding: 40px 0;
}
.news .title h3{
	font-size: 50px;
	color: rgba(255,255,255,0.08);
}
.news .title h2{
	font-size: 30px;
	color: #ffd800;
}
.news .cont{
	width: 1200px;
	margin: 0 auto;
}
.news ul{
	margin: 0 -50px 85px;
}
.news ul li{
	width: 327px;
	height: 125px;
	display: inline-block;
	padding-top: 52px;
	position: relative;
	margin: 0 50px;
}
.news ul li .tit{
	width: 100%;
	text-align: center;
	height: 40px;
}
.news ul li .tit a{
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 39px;
	border-bottom: 1px solid #8b8b8b;
}
.news ul li p{
	font-size: 13px;
	color: #cacaca;
	line-height: 25px;
	margin-top: 10px;
}
.news ul li:hover .tit{
	background: #db010c;
}
.news ul li:hover .tit a{
	border-bottom: none;
}
.news ul li:before{
	display: block;
	content: "";
	width: 9px;
	height: 9px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	top:-6px;
	margin-left: -6px;
	left: 50%;
	background: #1c1c1c;
	position: absolute;
}
.news ul li:hover:before{
	background: #ffd800;
	border-color: #ffd800;
}
.news dd{
	width: 590px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 84px;
	padding-top: 10px;
	padding-right: 30px;
	margin-bottom: 25px;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s; 
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.news dd span{
	font-size: 15px;
	color: #cacaca;
	padding-left: 24px;
	background: url(../images/icon.png) no-repeat left center;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s; 
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.news dd .name{
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
}
.news dd .more{
	display: block;
	width:48px ;
	height: 16px;
	border: 1px solid #5f5f5f;
	float: right;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s; 
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.news dd p{
	font-size: 13px;
	color: #b4b4b4;
	line-height: 42px;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s; 
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.news dd:hover{
	background: #db010c;
	padding-left: 25px;
}
.news dd:hover span{
	color: #e6c4c4;
}
.news dd:hover .more{
	border-color: #ffd800;
	background: #ffd800;
}
.news dd:hover p{
	color: #f3b9bc;
}
.news dd:nth-child(odd){
	float: left;
}
.news dd:nth-child(even){
	float: right;
}
.about{
	width: 1200px;
	margin: 60px auto 0;
}
.about .title{
	width: 100%;
	text-align: center;
}
.about .title h3{
	font-size: 50px;
	color: #d1d1d1;
	text-transform: uppercase;
}
.about .title h2{
	font-size: 30px;
	color: #db010c;
}
.about .title p{
	font-size: 13px;
	color: #444444;
	width: 474px;
	height: 24px;
    background: #eeeeee;	
    margin:25px auto 0;
	line-height: 24px;
}
.about .txt{
	width: 610px;
	float: left;
	margin-top: 87px;
	font-size: 13px;
	color: #444444;
	line-height: 32px;
}
.about .photo{
	width:459px ;
	height: 300px;
	margin-top: 87px;
	float: right;
	position: relative;
	font-size: 0;
}
.about .us{
	width:459px ;
	height: 300px;
}
.about .photo .logo{
	width: 193px;
	height: 143px;
	font-size: 0;
	position: absolute;
	left: -92px;
	bottom: 33px;
}
.footer{
	width: 100%;
	padding: 58px 0;
	background: #363636;
}
.foot{
	width: 1200px;
	margin: 0 auto;
}
.foot .mes{
	width: 532px;
	float: left;
	border-right: 1px solid #737373;
}
.foot .mes .tit{
	width:100%;
	font-size: 16px;
	color: rgba(255,255,255,0.26);
	margin-bottom: 40px;
}
.foot .mes .tit span{
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
}
.foot .mes td span{
	font-size: 13px;
	color: #FFFFFF;
}
.foot .mes tr{
	height: 58px;
}
.foot .mes td{
	width: 230px;
}
.foot .mes td input{
	width: 168px;
	height: 32px;
	background: none;
	outline: none;
	text-indent: 10px;
	color: #FFFFFF;
	border: 1px solid #9b9b9b;
}
.foot .mes td button{
	width: 218px;
	height: 34px;
	background: #ff8a00;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
}
.foot .info{
	float: left;
	margin-left: 65px;
}
.foot .info ul li{
	display: inline-block;
	margin: 0 5px 25px;
}
.foot .info ul li a{
	font-size: 15px;
	color: #ffffff;
}
.foot .ewm{
	width: 128px;
	float: right;
	text-align: center;
	font-size: 14px;
	color: #9f9f9f;
	line-height:30px;
}
.foot .info{
	font-size: 13px;
	line-height: 28px;
	color: #c9c9c9;
}
.foot .info .copy{
	font-size: 12px;
	color: #838383;
	margin-top:15px;
}
