﻿@charset "utf-8";
/* CSS Document */

/* 轮播图 */
.middle-top{height:350px;display: block;position: relative; background:url(/cms/templates/80560495498620000/images/bg-zr.jpg) no-repeat center top;}
.shuff-contain{
	text-align: center;
       overflow: hidden;
       width: 100%;
       display: block;
       position: relative;
}
.shuff-box{
	text-align: center;
    overflow: hidden;
       width: 100%;
       
       
}
.shuff-box img{
    width: 100%;height:20vw;
}

.shuff-circle{
	position: absolute;
	bottom: 130px;
	left: 50%;
	margin-left: -170px;
}
.each-circle{
	width: 100px;
	height: 5px;
	float: left;
    border-radius: 5px;
    background: #FFFFFF;
    margin-right: 20px;
}
.circle-check{
	width: 100px;
	height: 5px;
	float: left;
    border-radius: 5px;
    background: #FFFFFF;
    filter: alpha(opacity=50);
    opacity: 0.5;
    margin-right: 20px;
}
/* 轮播右侧 */
.lm-name{ width: 1200px;
  margin:0 auto;  position: relative; }
.middle-nav {
    float: right;
    height: 90px;
    position: absolute;
    color: #FFFFFF;
    font-size: 40px;
    line-height: 50px;
    text-align: right;
	font-weight: bold;
	letter-spacing: 3px;
	top: 130px;right:0;

}
.middle-nav div{
    font-size: 27px;
    line-height: 54px;
    letter-spacing: 0;
	padding-right: 4px;
	font-weight: normal;
}

