﻿/*--------content---------*/
.content{
	width:1040px;
	margin:40px auto;
	overflow:hidden;
}
/*------link*/
.link{
	float:left;
	height:360px;
	background-color:#f24713;
}
.title{
	text-align: center;
	background-color:#cc3c10;
}
.title h2{
	font-weight:normal;
	font-size:26px;
	color:#fff;
	letter-spacing:3px;
	padding:10px 50px;
}
.list{
	padding:0 15px;
}
.list li{
	border-bottom:1px dotted #333;
}
.list li a{
	color:#333;
	display:block;
	font-size:15px;
	text-align:center;
	padding:10px;
}
.list li a:hover{
	color:#fff;
}
/*-------company*/
.company{
	float:left;
	width:789px;
	margin-left:25px;
	padding:0 5px;
}
.cpy_top{
	border-bottom:1px solid #ccc;
	overflow: hidden;
}
.cpy_top p{
	color:#dd4012;
	padding:4px 0;
	font-weight:normal;
	font-size:18px;
}
.cpy_top p span{
	float:right;
	color:#666;
	font-size:12px;
	margin-top:6px;
}
.cpy_top a{
	color:#666;
	font-size:12px;
	margin-top:6px;
}
.cpy_img{
	overflow:hidden;
}
.cpy_img li{
	float:left;
	text-align: center;
	margin:15px 0 0 26px;
	width:150px;
}
.cpy_img img{
	/*display:block;*/
	max-width:164px;
	height:136px;
}
.cpy_img li p{
	margin-top:8px;
	font-size:15px;
}
.words{
	margin-top:5px;
}
.words a{
	color:#333;
}