body{
	background: #f2f1f1;
	font-family:Microsoft YaHei;
}
/*banner*/
.yc-fluid{
	position: relative;
}
.yc-fluid img{
	max-width: 100%;
}
.yc-fluid .banner-btn{
	width: 80%;
	height: 26%;
	line-height: 26%;
	border-radius: 40px;
	border: 2px solid #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	position: absolute;
	top: 58%;
	left:50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.yc-fluid .banner-btn a{
	display: block;
	width: 100%;
	height: 100%;
}
.yc-fluid .banner-btn span{
	display: block;
	color: #fff;
	position: absolute;
	top:50%;
	left:50%;
	margin-top: -3px;
	margin-left: -36px;
}
.yc-top-menu{
	display:table;
	width: 100%;
}
.yc-top-menu a{
	display: table-cell;
	width: 20%;
	box-sizing:border-box;
	border-right:1px solid #9fa2a7;
	border-bottom:1px solid #9fa2a7;
	height: 52.5px;
	background: #fff;
	font-size: 14px;
	color: #000;
	text-align: center;
	vertical-align: middle;
}
.yc-top-menu a strong{
	color: #f47b58;
}
.poster{
	margin: 20px 28px 0;
	background: #ffd5c0;
	color: #930;
	font-size: 12px;
}
.poster p{
	padding:14px 10px;
	font-weight: bold;
}

/*列表*/
.yc100-list{
	width:92%;
	margin: 18px auto;
}
.yc100-list h2{
	font-size: 15px;
	color: #000;
	padding-left: 5%;
	padding-bottom: 10px;
}
.yc100-list li{
	background: #fff;
	margin-bottom: 25px;
}
.yc100-list li>a{
	display: block;
}
.yc100-list li .con,.yc100-list li .cate{
	box-sizing:border-box;
	background: #fff;
	border: 1px solid #a0a0a0;
	padding: 12.5px 5%;
}
.yc100-list li .cate{
	border-top: none;
	color: #a0a0a0;
	font-size: 12px;
}
.yc100-list .cate strong{
	color: #cc6600;
	font-weight: bold;
}
.yc100-list .con{
	color: #666;
}
.yc100-list .con p{
	overflow: hidden;
	height: 60px;
	text-overflow: ellipsis;
}
.yc100-list .con h3{
	padding-bottom: 15px;
}
.yc100-list .con img{
	width: 58.5px;
	float: left;
	margin-right: 15px;
}
.yc100-list .pager{
	margin: 30px 0;
}
/*底部菜单*/
.yc-bottom-menu{
	height: 50px;
	line-height: 50px;
	background: #fff;
	color: #000;
	width: 100%;
}
.yc-bottom-menu ul{
	width: 100%;
	display:table;
}
.yc-bottom-menu li{
	display:table-cell;
	width: 20%;
	text-align: center;
}
.yc-bottom-menu a{
	display: block;
	color: #000;
}
.yc-footer p{
	background: #333;
	padding: 22.5px 0;
	color: #666666;
}
/*详情页*/
.yc-content{
	width: 92%;
	margin: 0 auto;
}
.yc-content .company-intro img{
	margin:15px 0;
}
.yc-content .title{
	border: 1px solid #a0a0a0;
	padding: 10px;
	background: #fff;
	margin: 20px 0;
}
.yc-content .title img{
	width: 58.5px;
	float: left;
	margin-right: 10px;
}
.yc-content .title .des{
	color: #a0a0a0;
}
.yc-content .title h4{
	font-size: 13px;
	color: #000;
	font-weight: bold;
}
.yc-content .title strong{
	color:#cc6600;
}
.yc-content .company{
	color: #666666;
	font-size: 15px;
}
.yc-content .company label{
	font-weight: bold;
	color: #000;
}
.yc-content h2{
	font-size: 15px;
	padding-top: 30px;
	padding-bottom: 18px;
}
.media-link a{
	display: block;
	color: #db6d4c;
	font-size: 12px;
	font-weight: 500;
	margin:15px 0;
}
.media-link h2{
	padding-bottom: 0;
}
.media-link{
	padding-bottom: 19px;
}
/*轮播*/
.cycle-list{
	position: relative;
	overflow: auto;
}
.cycle-list ul{
	height: 215px;
}
.cycle-list ul li{
	list-style:none;
	float: left;
}
.cycle-list .pagination{
	position: absolute;
	right:14px;
	bottom:13.5px;
}
.cycle-list .pagination span{
	float: left;
	margin: 0 5px;
	display: block;
	border-radius: 50%;
	width: 5px;
	height: 5px;
	border: 2px solid #db6d4c;
	text-indent: -999em;
}
.cycle-list .pagination .swiper-active-switch{
	background: #db6d4c;
}

.cycle-txt{
	background: #e3e3e3;
	padding:2.6% 4%;
	color: #000;
	font-size: 9px;
	font-weight: bold;
	height: 47.5px;
	box-sizing: border-box;
}
.cycle-txt ul li{
	display: none;
}
.cycle-txt ul .active{
	display: block;
}
