.main{
	width: 1200px;
	margin: 0px auto;
	margin-bottom: 15px;
}

/* 主体上 */
.main-top{
	margin-top: 15px;
	min-height: 486px;
	color: #666666;
	background: url('/pc2024/dytnew.jpg') #fbfbfb no-repeat 0px 65px;
}

.main-top-content{
	margin-left: 534px;
	padding: 0px 18px;	
}

.main-top-content h2{
	margin-top: 8px;
	line-height: 52px;
	font-size: 22px;
	padding-left: 6px;
	border-bottom: 2px solid #cccccc;
	position: relative;
}

.main-top-content h2::after{
	position: absolute;
	content: "";
	width: 104px;
	height: 2px;
	background-color: #d45648;
	bottom: -2px;
	left: 0px;
}

.main-top-content .main-top-text{
	padding: 14px 0px;
}

.main-top-content .main-top-text p{
	text-indent: 2em;
	line-height: 30px;
	font-size: 16px;
}

/* 主体中 */
.main-center{
	margin-top: 20px;
}

.main-center li+li{
	margin-left: 24px;
}

.main-center a{
	display: block;
	width: 180px;
	height: 120px;
	background-color: #f5f5f5;
	text-align: center;
	padding-top: 22px;
	box-sizing: border-box;
}

.main-center a img{
	padding-bottom: 14px;
}

.main-center a h5{
	color: #666666;
}

/* 主体下 */
.main-bottom{
	margin-top: 20px;
}

.main-bottom>h2{
	font-size: 22px;
	line-height: 52px;
	text-align: center;
	color: #666666;
	position: relative;
	border-bottom: 2px solid #eeeeee;
}

.main-bottom>h2::before{
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border-top: 5px solid transparent;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-bottom: 5px solid #d45648;
	bottom: 0px;
	left: 50%;
	margin-left: -4px;
}

.main-bottom>h2::after{
	position: absolute;
	height: 2px;
	width: 104px;
	background-color: #d45648;
	bottom: -2px;
	left: 50%;
	margin-left: -51px;
	content: "";
}

.main-bottom .main-bottom-content{
	margin-top: 20px;
}


.main-bottom .main-bottom-content-left {
	width: 580px;
	height: 410px;
	overflow: hidden;
	position: relative;
}

.main-bottom .main-bottom-content-left .hd .prev{
	cursor: pointer;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	z-index: 1000;
}

.main-bottom .main-bottom-content-left .hd .next{
	cursor: pointer;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	z-index: 1000;
}

.main-bottom .main-bottom-content-left .hd .prev img, .main-bottom .main-bottom-content-left .hd .next img{
	width: 40px;
	padding: 10px 5px;
	background-color: rgba(0,0,0,.5);
}

.main-bottom .main-bottom-content-left .pic {
	position: relative;
	height: 100%;
	z-index: 0;
}

.main-bottom .main-bottom-content-left .pic li {
	zoom: 1;
	vertical-align: middle;
}

.main-bottom .main-bottom-content-left .pic img {
	width: 100%;
	height: 100%;
	display: block;
	vertical-align: middle;
}

.main-bottom .main-bottom-content-left .num {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 6px;
	bottom: 60px;
	z-index: 1;
}

.main-bottom .main-bottom-content-left .num li {
	float: left;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #feebdd;
	cursor: pointer;
}

.main-bottom .main-bottom-content-left .num li.on {
	background: #ff0000;
}

.main-bottom .main-bottom-content-right{
	width: 620px;
}

.main-bottom .main-bottom-content-right li a{
	margin-left: 10px;
	margin-bottom: 10px;
	width: 300px;
	height: 200px;
	display: block;
	overflow: hidden;
}