@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a, img {
    border: 0;
}

body {
    font: 14px Arial, Helvetica, sans-serif, "新宋体";
}

/* 点击右滑滚动 */
/* .roll {
    height: 180px;
    width: 100%;
    margin-top: 5px;
    border: 1px solid #eee;
    box-sizing: border-box;

} */
.scroll_box{
	width:1180px;
	height: 200px;
	display: block;
	float:left;
}
/*轮播*/
.pic_show {
    height: 200px;
    margin: 5px auto;
    overflow: hidden;
    width: 1180px;
}

.mr_frbox {
    height: 200px;
    /*padding:5px 0px 0px;*/
    /*	margin-top: 5px;*/
    position: relative;
}

.mr_frBtnL {
    cursor: pointer;
    display: inline;
    float: left;
    height: 23px;
    width: 14px;
    top: 0;
    left: 10px;
    bottom: 0;
    margin: auto;
    position: absolute;
    z-index: 9;
}

.mr_frUl {
    float: left;
    height: 200px;
    width: 1175px;
}

.mr_frBtnR {
    float: right;
    cursor: pointer;
    width: 14px;
    height: 23px;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    position: absolute;
    z-index: 9;
}

.mr_frUl ul li {
    display: inline;
    float: left; /*height:389px;*/
    margin: 0 5px;
    width: 251px;
    height:200px;
    overflow: hidden;
    position: relative;
}

.mr_frUl ul li a img {
    /*display:block;*/
    /*width:100%;*/
    width: 251px;
    height: 170px;
}


.mr_zhe {
    width: 221px;
    position: absolute;
    /*top:0;*/
    bottom: 0;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;
    /*background:rgba(234, 231, 231, 0.7) none repeat scroll 0 0 !important;*/
    /*实现FF背景透明，文字不透明*/
    filter: Alpha(opacity=80);
    background: #4ea4b5;
    /*实现IE背景透明*//*height:389px;*/
    left: 0;
    right: 0;
}

.mr_zhe_i h1 {
    text-align: center;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #fff;
}

.mr_zhe_p1 {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.mr_zhe_p1 span {
    display: block;
    margin: 0 auto;
    width: 221px;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #fff!important;
}

.mr_zhe_p2 {
    height: 60px;
    overflow: hidden;
}

.mr_zhe_p2 h3 {
    text-indent: 2em;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 15px;
    height: 60px;
    overflow: hidden;
}

.mr_zhe_hover {
    bottom: 200px;
    height: 60px;
    position: absolute;
    width: 221px;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;
    /*实现FF背景透明，文字不透明*/
    filter: Alpha(opacity=80);
    background: #0a0a0a;
    /*实现IE背景透明*/
}

.mr_zhe_hover h1 {
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin: 5px 0;
    color: #fff;
}