@charset "utf-8";
/* 分享*/
.article .option .bshare-sinaminiblog {
    background: url(../../images/fyw_images/wb.png) center no-repeat !important;
    background-size: 32px auto !important;
}
.article .option .bshare-weixin {
    background: url(../../images/fyw_images/wx.png) center no-repeat !important;
    background-size: 32px auto !important;
}

.bshare-custom a {
    float: left;
    width: 32px !important;
    line-height: 32px !important;
    height: 32px !important;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
    text-indent: -100em;
    overflow: hidden;
    color: #3a8ceb;
}
.bsTop {
    width: 208px !important;
}
.article .option .bshare-qzone{
    background: url(../../images/fyw_images/qzone.png) center no-repeat !important;
    background-size: 32px auto !important;
}
.bsFrameDiv {
    height: 210px !important;
}
.bsFrameDiv img {
    width: 170px !important;
}

/* 分享*/

/*正文副标题样式 开始*/
.article h3{
	padding: 10px 0 20px 0;
    line-height: 1.5;
    font-size: 20px;
}
/*正文副标题样式 结束*/

/*首页网上展厅图片样式 开始*/
.list-p li a .pic{
	height:100%;
}
@media (min-width:768px){
	.list-p li a{
		height: 200px;
	}
}
@media (max-width:480px){
	.list-p li a{
		height: 100px;
	}
	.list-p li a span{
		height:100%
	}
}
/*首页网上展厅图片样式 结束*/

/*首页通知公告样式 开始*/
.notice .list-t li:before{
	top:30%;
}
/*首页通知公告样式 结束*/

/*媒体关注列表页样式 开始*/
.main .list-b li a:hover .more {
    background: #a92e28;
    color: #fff;
}
/*媒体关注列表页样式 结束*/

/*移动端页头logo样式 开始*/
@media (max-width: 320px){
.header h1 {
    background-size: auto 40%;
}
}
/*移动端页头logo样式 结束*/

/*首页top图标样式 开始*/
@media (max-width: 480px){
.backtop {
    bottom: 68px;
}
}
@media (min-width: 1200px){
.backtop {
    bottom: 150px;
}
}
/*首页top图标样式 结束*/

/*二级列表页分页样式 开始*/
.pages span {
    border: 1px solid #ccc;
}
/*二级列表页分页样式 结束*/


/*首页专题样式 开始*/
.box {
    width: 1200px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
}

.innerr {
    width: 1200px;
    height: 120px;
    overflow: hidden;
    position: relative;
}
.innerr ul {
    width: 1000%;
    position: absolute;
    top: 0;
    left: 0;
}
.innerr li {
    float: left;
}
.square {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.square span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    text-align: center;
    line-height: 16px;
    cursor: pointer;
}
.square span.current1{
    background-color: #a92e28;
    color: #fff;
}
 @media (max-width: 1024px) {
.box,.innerr,.innerr li,.innerr li img,.innerr ul {
	width:100% !important;
}
.square  {
	display:none;
}
}
@media (max-width: 1024px){
.box, .innerr {
    height: 205px;
}
}
@media (max-width: 768px){
.box, .innerr {
    height: 160px;
}
}
@media (max-width: 480px){
.box,.innerr{
height:80px;
}
}
/*首页专题样式 结束*/