﻿/*--------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_con h3{
	text-align: center;
	line-height:40px;
	font-weight: normal;
	margin:10px 0;
	color:#333;
}

.cpy_con img{
	margin-left:190px;
	width:400px;;
	dispaly:block;
}
.cpy_con{
	margin-top:20px;
}
.cpy_con p{color:#666; text-align:center;margin-top:10px}