/* 鐟� */
/* header */
.head_fix.on{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
	transition: all .6s;
}


/* 鏍囬 */
.ind-topbox{
	padding: 20px 0px 10px;
}
.ind-tit{
	font-size: 31px;
	color: rgb( 51, 51, 51 );
	text-align: center;
}
.ind-sub{
	font-size: 16px;
	color: rgb( 148, 149, 149 );
	text-align: center;
	margin-top: 10px;
}

/* 鐩存挱璇� */
.abs-tr{
	position: absolute;
	right: 10px;
	top: 10px;
	margin: auto;
}
.zhib-txt{
	display: inline-block;
	padding: ;
	background-color: rgb( 0, 0, 0 ,0.502);
	 height: 26px;
	 padding: 0px 12px;
	 line-height: 26px;
	 font-size: 14px;
	 color: rgb( 255, 255, 255 );
}

/* 鍒嗛〉 */
.page{
	text-align: center;
	font-size: 14px;
}
.page>a{
	display: inline-block;
	padding: 0 14px;
	font-size: 16px;
	color: rgb( 191, 191, 191 );
	text-align: center;
	min-width: 40px;
	height: 40px;
	line-height: 38px;
	border-width: 1px;
	border-color: rgb( 191, 191, 191 );
	border-style: solid;
	background-color: rgb( 255, 255, 255 );
	margin-right: 10px;
}
.page>a:hover,
.page>a.on{
    background-color: rgb( 16, 76, 168 );
	color: #fff;
	border: 1px solid rgb( 16, 76, 168 );
	cursor: pointer;
}

/* 寮圭獥 */
.tan_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#5f000000, endcolorstr=#5f000000);
	z-index: 20;
}
.ris-bbt {
	margin-top: -127px;
    margin-left: 344px;
}
.ris-bbt > a {
    display: inline-block;
    border-width: 1px;
    border-color: rgb( 255, 255, 255 );
    border-style: solid;
    width: 180px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 8px;
    margin-left: 20px;
}
.abs_c {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.fixed_c {
    position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


.risx_ctb {
	display: flex;
}
.risx_ctb>li {
	flex: 1;
	
}
.risx_ctb_ff {
	display: flex;
}
.gnimg_li {
	flex: 1;
	width: 400px !important;
}

.topbox_lk {
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
}
.pitch_page {
	color: #428bca;
}