html{
	min-width: 1200px;
    overflow: scroll;
    overflow-x: hidden;
}
body{
	position: absolute;
	top: 0;
	width: 100%;
	min-height: 100%;
	min-width: 1200px;
	height: calc(100% - 94px);;
}
/*顶部菜单栏*/
.nav-bar-fixed{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 94px;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#41C16C,endcolorstr=#33B8A7,gradientType=1);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#41C16C,endcolorstr=#33B8A7,gradientType=1);/*IE8*/
	background: #3CBE7E; /* 一些不支持背景渐变的浏览器 */
	background: -moz-linear-gradient(right, #41C16C, #33B8A7);
	background: -webkit-gradient(linear, left 50%, right 50%, from(#41C16C), to(#33B8A7));
	background: -o-linear-gradient(right, #41C16C, #33B8A7);
	/*alpha(opacity=100,finishopacity=50,style=1,startx=0,starty=0,finishx=0,finishy=150)*/
	z-index: 1024;
	min-width: 1200px;
}
.nav-bar-fixed .nav-bar{
	position: relative;
	width: 1070px;
	margin: 0 auto;
}
.nav-bar-fixed .nav-bar .logo-img{
	margin-top: 20px;
	cursor: pointer;
}
.nav-bar-fixed .nav-bar .menu{
	position: absolute;
	right: -24px;
	top: 0;
	height: 94px;
	line-height: 95px;
}
.nav-bar-fixed .nav-bar .menu .item{
	display: inline-block;
}
.nav-bar-fixed .nav-bar .menu .item .name{
	color: #FFFFFF;
	padding: 10px 24px;
}
.nav-bar-fixed .nav-bar .menu .item .name.active,
.nav-bar-fixed .nav-bar .menu .item .name:hover{
	background-color: #02B679;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
}

/*底部信息栏*/
.footer{
	height: 146px;
	background-color: #535D5F;
	min-width: 1200px;
}
.footer .logo{
	margin: 30px 24px 0;
}
.footer .side .info{
	color: #b5b7b8;
	font-size: 12px;
	padding-bottom: 15px;
	border-bottom: 1px solid #737F7E;
}

/*中间内容部分*/
.content{
	min-width: 1200px;
	min-height: calc(100% - 146px);
	background: #f7f7f7;
}
.content .content-inner{
	margin-top: 94px;
}
.content .content-inner.content-width{
	margin: 94px auto 0;
}
.content .content-width{
    width: 1070px;
    margin: 0 auto;
}

/**右下角固定按钮部分*/
.fixed-right-bottom-area{
	display: none;
	position: fixed;
	right: calc((100% - 1070px) / 2);
	bottom: 150px;
	font-size: 24px;
	padding: 3px 13px 8px;
	color: #FFFFFF;
	background-color: #3DBF7D;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
}

/*盒模型*/
.ub
{
	display: -webkit-flex !important;
	display: flex !important;
	position:relative;
}
.ub-no
{
	display: -webkit-flex;
	display: flex;
	position:relative;
}

.ub-rev
{
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.ub-fh
{
	width:100%;
}

.ub-fv
{
	height:100%;
}

.ub-con
{
	position:absolute;
	width:100%;
	height:100%;
}

.ub-as
{
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.ub-ac
{
	-webkit-align-items: center;
	align-items: center;
}
.ub-ae
{
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.ub-ps
{
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.ub-pc
{
	-webkit-justify-content: center;
	justify-content: center;
}
.ub-pe
{
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.ub-pj
{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.ub-ver
{
	-webkit-flex-direction: column;
	flex-direction: column;
}

.ub-col
{
	-webkit-flex-flow: column;
	flex-flow: column;
}

.ub-f1
{
	position:relative;
	-webkit-flex: 1;
	flex: 1;
}

.ub-f2
{
	position:relative;
	-webkit-flex: 2;
	flex: 2;
}

.ub-f3
{
	position:relative;
	-webkit-flex: 3;
	flex: 3;
}

.ub-f4
{
	position:relative;
	-webkit-flex: 4;
	flex: 4;
}

.ub-img
{
	-webkit-background-size:contain;
	-moz-background-size: contain;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}

.ub-img1
{	
	-webkit-background-size:cover;
	-moz-background-size: cover;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.ub-img2
{
	background-repeat:repeat-x;
	background-size:auto 100%
}
.ub-img3
{
	background-repeat:repeat-y;
	background-size:100% auto
}

.ub-img4
{
	-webkit-background-size:100% auto;
	-moz-background-size: 100% auto;
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:center;
}
.ub-img5
{
	-webkit-background-size:auto 100%;
	-moz-background-size: auto 100%;
	background-size:auto 100%;
	background-repeat:no-repeat;
	background-position:center;
}

.ub-img6
{
	background-repeat:no-repeat;
	background-position:center;
}
.ub-img7
{
	-webkit-background-size:100% 100%;
	-moz-background-size: 100% 100%;
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-position:center;
}

/*文本位置*/
.t-l{
	text-align: left;
}
.t-c{
	text-align: center;
}
.t-r{
	text-align: right;
}
.t-j{
	text-align: justify;
}
.t-overflow{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.label{
	font-size: 12px;
    color: #FFFFFF;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 1px 2px;
    margin-left: 5px;
}
.label-new{
    background-color: #FDC204;
}
.label-hot{
    background-color: #FC4347;
}

/*颜色*/
.bg-gray{
	background-color: #F7F7F7;
}
.bg-white{
	background-color: #FFFFFF;
}

/**浮动**/
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.float-clear{
	clear: both;
}