.body-scroll {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.5s;
    z-index: 100;
}
.body-scroll::-webkit-scrollbar {
	width: 0 !important;
	background: transparent;
}

.e_bignrbox{
	position: relative;
	width: 100%;
	height: auto;
	min-height: 600px;
	background:url(../../images/web/ind-bg1.jpg);
}
.e_bignrbox .leftbg {
    position: absolute;
    width: 320px;
    height: 636px;
    left: 0;
    top: 100px;
    background: url(../../images/web/ind-aboutbg2.jpg) bottom left no-repeat;
    background-size: auto 100%;
    transition: all 0.8s;
}
.e_bignrbox .leftbg.active{
	position: fixed;
	bottom: 0;
	top:inherit;
}
.e_bignrbox .leftbg.upstyle{
	position: absolute;
	bottom: 0;
	top:inherit;
} 
.e_bignrbox .rightbg {
    position: absolute;
    width: 456px;
    height: 636px;
    right: 0;
    top: 100px;
    background: url(../../images/web/ind-aboutbg1.jpg) bottom right no-repeat;
    background-size: auto 100%;
    transition: all 0.8s;
}
.e_bignrbox .rightbg.active{
	position: fixed;
	bottom: 0;
	top:inherit;
} 
.e_bignrbox .rightbg.upstyle{
	position: absolute;
	bottom: 0;
	top:inherit;
} 

.nr_cenbox{
	position: relative;
	width: calc(94% - 40px);
	max-width: 1600px;
	height: auto;
	min-height: 600px;
	z-index: 100;
	padding: 30px 0;
	margin: 0 auto;
	z-index: 300;
}

.user_ind{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}	
.user_ind .left{
	position: absolute;
	width: 100%;
	max-width: 1600PX;
	height: auto;
}
.user_ind .left.active{
	position: fixed;
	top: 100px;
	left:50%;
	width: calc(94% - 40px);
	max-width: 1600px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.user_ind .left.upstyle{
	position: absolute;
	top: inherit;
	bottom: 00px;
	width: 100%;
	max-width: 1300PX;
}
.user_ind .left .menu_box{
	position: relative;
	width: 220px;
	height: auto;
	background: rgba(255,255,255,.5);
}
.list_dl{
	position: relative;
	width: 100%;
	height: auto;
}
.list_dt{
    color: #666;
    width: 100%;
    padding: 0 40px 0 20px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px dashed rgba(0,0,0,.2);
    transition: all 0.3S;
}
.list_dt p{
    color:  #906955;
    transition: all 0.3S;
}
.list_dt p i{
    font-size: 20px;
    line-height: 45px;
    margin-right: 15px;
    vertical-align: sub;
    color:  #906955;
    transition: all 0.3S;
}
.list_dt:hover{
    background: #906955;
    color: #fff;
}
.list_dt.activexs{
    background: #906955;
    color: #fff;
}
.list_dt:hover p{
    color: #FFF;
}
.list_dt:hover p i{
    color: #fff;
}
.list_dt.activexs{
    background: #906955;
    color: #fff;
}
.list_dt.activexs p{
    color: #FFF;
}
.list_dt.activexs i{
    color: #fff;
}
#open{
    background:  #906955;
    color: #FFF !important;
    border-bottom: 0px dashed rgba(0,0,0,.0);
}
#open p{
   color: #FFF !important;
}
#open p i{
   color: #FFF !important;
}
.list_dt_icon{
    position: absolute;
    right: 10px;
    top: 14px;
    display: block;
    width: 16px;
    height: 16px;
    background: url("../../images/web-user/off.png") no-repeat;
}
.list_dt:HOVER .list_dt_icon{
    background: url("../../images/web-user/off-ON.png") no-repeat;
}
#open .list_dt_icon{
    background: url("../../images/web-user/open.png") no-repeat;
}
.list_dd{
    display: none;
}
.list_li{
    background:rgba(150,138,29,.05);
    list-style-type: none;
    color:#968a81;
    width: 100%;
    padding: 0 55px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border-bottom: 1px dashed rgba(0,0,0,.1);
    transition: all 0.3S;
}
.list_li:hover{
     background:rgba(150,138,29,.1);
}

.user_ind .right{
	position: relative;
	float: right;
	width: calc(100% - 300px);
	height: auto;
	min-height: 550px;
	z-index: 200;
}
.user_ind .right .ind_lm{
	position: relative;
	width: 100%;
	height: auto;
	background: rgba(255,255,255,.5);
}
.user_ind .right .ind_lm .lmtitle{
	position: relative;
	width: 100%;
	height: 45px;
	padding: 10px 20px;
	font-size: 16px;
	color:  #906955;
	line-height: 25px;
	border-bottom: 1px dashed rgba(0,0,0,.2);
}
.user_ind .right .ind_lm .lmtitle p,
.user_ind .right .ind_lm .lmtitle a p{
	position: absolute;
	width: auto;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	top: 10px;
	right: 20px;
	color: #968a81;
	cursor: pointer;
}
.user_ind .right .ind_lm .lmtitle p,
.user_ind .right .ind_lm .lmtitle a:hover p{
	color: #27C8A3;
}
.user_ind .right .ind_lm .lmtitle .btnbox{
	position: relative;
	float: right;
	width: auto;
	height: 25px
}
.user_ind .right .ind_lm .lmtitle .btnbox li{
	position: relative;
	float: left;
	width: auto;
	height: 100%;
	margin-left: 5px;
}
.user_ind .right .ind_lm .lmtitle .btnbox li a{
	padding: 2px 10px;
	font-size: 14px;
	line-height: 25px;
	border: 1px solid rgba(0,0,0,.1);
	color: #999;
	transition: all 0.3s;
}
.user_ind .right .ind_lm .lmtitle .btnbox li a:hover{
	border: 1px solid #27C8A3;
	color: #27C8A3;
}
.user_ind .right .ind_lm .lmtitle .btnbox li a.active{
	border: 1px solid #27C8A3;
	color: #fff;
	background: #27C8A3;
}	

.user_ind .right .ind_lm .lm_nr{
	position: relative;
	width: 100%;
	height: auto;
	padding: 20px 20px;
	font-size: 14px;
	color: #999;
	line-height: 25px;
	overflow: hidden;
}
.user_ind .right .ind_lm .grxx_nr li{
	position: relative;
	float: left;
	width: 21.5%;
	height: 100%;
	padding: 0px 30px;
	font-size: 14px;
	color: #999;
	line-height: 25px;
	border-left: 1px dashed rgba(0,0,0,.1);
}
.user_ind .right .ind_lm .grxx_nr li.l1{
	border: 0;
	width: 14%;
	padding-left: 0;
}
.user_ind .right .ind_lm .grxx_nr li.l2{
	border: 0;
	width: 100%;
	padding-left: 0;
	margin: 10px 0;
}
.user_ind .right .ind_lm .grxx_nr li.l3{
	position:absolute;
	float: none;
	width: 170px;
	height: 170px;
	top: 20px;
	left: 0;
	padding: 10px 20px 10px 0px;
	border-right: 1px dashed rgba(0,0,0,.1);
	border-left: 0px ;
}
.user_ind .right .ind_lm .grxx_nr li .touxiang{
	position: relative;
	width: 90px;
	height: 90px;
	overflow: hidden;
	left:0;
	border-radius: 50%;
}
.user_ind .right .ind_lm .grxx_nr li.l3 .touxiang{
	width: 100%;
	height: 100%;
}
.user_ind .right .ind_lm .grxx_nr li h1,
.user_ind .right .ind_lm .grxx_nr li h2,
.user_ind .right .ind_lm .grxx_nr li h3{
	width: 100%;
	height: 30px;
	font-size: 14px;
	color: #968a81;
	line-height: 30px;
}
.user_ind .right .ind_lm .grxx_nr li.l2 h1,
.user_ind .right .ind_lm .grxx_nr li.l2 h2,
.user_ind .right .ind_lm .grxx_nr li.l2 h3{
	width: auto;
	float: left;
	height: 30px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	margin-right: 15px;
}
.user_ind .right .ind_lm .grxx_nr li h2{
	color: #968a81;
}
.user_ind .right .ind_lm .grxx_nr li h3 p{
	color: #27C8A3;
}
.user_ind .right .ind_lm .grxx_nr li h3 span{
	height: 30px;
	margin-right: 5px;
	line-height: 30px !important;
}
.user_ind .right .ind_lm .grxx_nr li h3 span i{
	margin-right: 3px;
	color: #27C8A3;
	font-size: 20px;
	line-height:19px;
	vertical-align: sub;
}
.user_ind .right .ind_lm .grxx_nr li h3 span i.no{
	color: #c00;
}
.user_ind .right .ind_lm .grxx_nr li h3 span a{
	color:  #906955;
}
.user_ind .right .ind_lm .grxx_nr li h3 span{
	color:  #906955;
}
.user_ind .right .ind_lm .grxx_nr li h3 span.btn{
	cursor: pointer;
}
.user_ind .grxxs{
	position: relative;
	width: 660px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding-left: 200px;
}



.user_ind .right .ind_lm .dd_nr .top{
	position: relative;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.user_ind .right .ind_lm .dd_nr ul{
	overflow: hidden;
	height: auto;
	border-bottom: 1px dashed rgba(0,0,0,.1);
	padding: 15px 0;
	transition: all 0.3s;
}
.user_ind .right .ind_lm .dd_nr ul:hover{
	background:rgba(144,105,85,.05);
}
.user_ind .right .ind_lm .dd_nr li{
	overflow: hidden;
	float: left;
	height: auto;
	min-height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #968a81;
	text-align: center;
}
.user_ind .right .ind_lm .dd_nr li.l0{
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
	padding-left: 10px;
}
.user_ind .right .ind_lm .dd_nr li.l0 span{
	margin-right: 20px;
}
.user_ind .right .ind_lm .dd_nr li.l1{
	width: 55%;
	text-align: left;
	padding-left: 10px;
}
.user_ind .right .ind_lm .dd_nr li.l2{
	width: 10%;
}
.user_ind .right .ind_lm .dd_nr li.l2 span{
	color: #27C8A3;
}
.user_ind .right .ind_lm .dd_nr li.l3{
	width: 15%;
	margin-left: 5%;
}
.user_ind .right .ind_lm .dd_nr li.l3 .dzf{
	color: #f60;
}
.user_ind .right .ind_lm .dd_nr li.l3 .dsy{
	color: #27C8A3;
}
.user_ind .right .ind_lm .dd_nr li.l3 .ywc{
	color: #090;
}
.user_ind .right .ind_lm .dd_nr li.l3 .yqx{
	color: #999;
}
.user_ind .right .ind_lm .dd_nr li.l3 .zfbtn{
	width:auto;
	height: auto;
	padding: 0 5px;
	color: #fff;
	background: #27C8A3;
	transition: all 0.3s;
}
.user_ind .right .ind_lm .dd_nr li.l3 .zfbtn:hover{
	background: #090;
}
.user_ind .right .ind_lm .dd_nr li.l4{
	width: 15%;
	text-align: right;
	padding-right: 10px;
}
.user_ind .right .ind_lm .dd_nr li.l4 .btbox{
	width: auto;
	float: right;
	height: 25px;
}
.user_ind .right .ind_lm .dd_nr li.l4 .btbox .btns{
	width: 25px;
	float: left;
	height: 25px;
	float: left;
	margin-left: 3px;
	overflow: hidden;
	transition: all 0.2s;
	border-radius: 4px;
}
.user_ind .right .ind_lm .dd_nr li.l4 .btbox .btns:hover{
	width: 63px;
}
.user_ind .right .ind_lm .dd_nr li.l4 .btbox .btns .bt{
	width: 63px;
	height: 25px;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	border-radius: 4px;
	background: #999;
	cursor: pointer;
}

.user_ind .right .ind_lm .dd_nr li.l4 .btbox  .btns .bt i{
	position: relative;
	float:left;
	width: 25px;
	height: 25px;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	line-height: 25px;
	font-size: 16px;
	
}
.user_ind .right .ind_lm .dd_nr li.l4 .btbox .btns .bt.xq i{
	background:#090 !important;
}
.user_ind .right .ind_lm .dd_nr li.l4 .btbox .btns .bt.qx i{
	background:#f60 !important;
}
.user_ind .right .ind_lm .dd_nr li.l4 .btbox .btns .bt.tk i{
	background: #27C8A3;
}
.user_ind .right .ind_lm .dd_nr li.l4 .btbox .btns .bt.sc i{
	background: #c00;
}
.user_ind .right .ind_lm .dd_nr li.l4 .btbox .bt p{
	margin-left: 5px;
	float: left;
}
.user_ind .right .ind_lm .dd_nr li.l5{
	width: 20%;
	text-align: left;
}
.user_ind .right .ind_lm .dd_nr li.l6{
	width: 25%;
	text-align: left;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.user_ind .right .ind_lm .dd_nr li.l7{
	width: 40%;
	text-align: left;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dd_lists{
	position: relative;
	width: 90%;
	height: auto;
	overflow: hidden;
}
.dd_lists .ddimgbox{
	position: relative;
	float: left;
	width: 30%;
	height: 96px;
}
.dd_lists .dd_infos{
	position: relative;
	float: left;
	width: 70%;
	height: auto;
	overflow: hidden;
	padding-left: 15px;
}
.dd_lists .dd_infos h1{
	position: relative;
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #968a81;
	margin-bottom: 5px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.dd_lists .dd_infos h2{
	position: relative;
	width: 100%;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	color: #968a81;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.uusr_yjfx{
	position: relative;
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 25px;
}
.uusr_yjfx ul{
	position: relative;
	width: 100%;
	height: auto;
	padding: 10px;
	border-bottom: 1px dashed rgba(0,0,0,.1);
	overflow: hidden;
	transition: all 0.3s;
}
.uusr_yjfx ul:hover{
	background:rgba(150,138,29,.05);
}
.uusr_yjfx ul li{
	position: relative;
	float: left;
	width: 80%;
	height: 100px;
	height: auto;
}
.uusr_yjfx ul li .divw{
	width: 85%;
	height: auto;
}
.uusr_yjfx ul li .divh{
	height: auto;
	max-height: 40px;
}
.uusr_yjfx ul li .imgw{
	width: 22%;
}
.uusr_yjfx ul li.l2{
	position: absolute;
	float: none;
	width: 25%;
	height: 25px;
	right: 0;
	text-align: right;
	top: 0;
	margin-top: 6px;
	line-height: 25px;
	color:#ccc;
}
.uusr_yjfx ul li.l2 .dsh{
	color: #27C8A3;
}
.uusr_yjfx ul li.l2 .yfb{
	color: #090;
}
.uusr_yjfx ul li.l2 .bj{
	color: #666;
	cursor: pointer;
}
.uusr_yjfx ul li.l2 .bj:hover{
	color: #27C8A3;
}

.uusr_yjfx .nomess{
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
}
.uusr_yjfx .nomess span{
	width: auto;
	height: 30px;
	padding: 5px 15px;
	background: #968a81;
	color: #fff;
	transition: all 0.3s;
	line-height: 30px;
	cursor: pointer;
}
.uusr_yjfx .nomess span:hover{
	background:  #906955;
}
.uusr_yjfx .zicol{
	color: #968a81;
	font-weight: normal;
}
.uusr_yjfx .zicol .xttz{
	color: #27C8A3 !important;
}
.uusr_yjfx .zicol .fhtz{
	color: #c00 !important;
}

.new_nsnr1{
	width: 100%;
	height: 85px;
	color: #9a8f88;
	overflow: hidden;
}

.new_nsnr1 .imgbox{
	float: left;
    width: 25%;
    height: 85px;
    margin-right: 15px;
    overflow: hidden;
}
.new_nsnr1.hot .imgbox{
    width: 38%;
}
.new_nsnr1 .imgbox .img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.new_nsnr1:hover .imgbox .img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.new_nsnr1.hot:hover .imgbox .img{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.new_nsnr1 h5{
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #27C8A3;
	font-weight: bold;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}
.new_nsnr1.hot h5{
	color: #512e1e;
	font-weight: normal;
}
.new_nsnr1.hot:hover h5{
	color:  #906955;
	font-weight: normal;
}
.new_nsnr1 .font{
	height: 60px;
	margin-top: 5px;
	line-height: 20px;
	font-size: 12px;
	font-family: "微软雅黑";
	color: #968a81;
	text-align: left;
	overflow: hidden;
    display: -webkit-box;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition: all 0.3s;
}
.new_nsnr1 .font p{
	font-size: 12px;
	font-family: "微软雅黑";
	color: #968a81;
}

.new_nsnr1:hover .font{
	color: #968a81;
}
.new_nsnr1 .tims{
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #777;
	margin-top: 3px;
}

.wxshow{
	position: relative;
	width: 100%;
	height: auto;
}
.wxshow .infos{
	position: relative;
	width: 100%;
	height: auto;
	font-size: 16px;
	color:  #906955;
	line-height: 23px;
	padding:15px 7% 10px 7%;
	border-bottom: 1px dashed rgba(0,0,0,.1);
}
.wxshow .infos span{
	font-size: 13px;
	color: #968a81;
	line-height: 20px;
}
.wxshow .icos{
	position: relative;
	width: 100%;
	height: auto;
	padding: 7%;
	overflow: hidden;
}
.wxshow .icos .logo{
	position: relative;
	float: left;
	width: 42%;
	overflow: hidden;
	background: url(../../images/web/logo.png) center center no-repeat;
	background-size:100% auto ;
}
.wxshow .icos .logo .ch{
	margin-top: 111.111%;
}
.wxshow .icos .ewm{
	position: relative;
	float: left;
	width: 80%;
	overflow: hidden;
	background: url(../../images/web/wxewm.jpg) top left no-repeat;
	background-size: 100% auto;
}
.wxshow .icos .ewm .ch{
	margin-top: 100%;
}

/*信息执行*/	
.aded_ok{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.0);
	z-index: -10;
	top: 0;
	left: 0;
	transition: all 0.3s;
}
.aded_ok.active{
	background: rgba(0,0,0,.8);
	z-index: 3000;
}	
.aded_ok .ok_messbox{
	position: absolute;
	width: auto;
	height: auto;
	background:#fff;
	border-radius: 5px;
	left: 50%;
	top: 50%;
	padding: 10px 20px;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transform:scale(0.8) translateX(-60%) translateY(-50%);
	-ms-transform:scale(0.8) translateX(-60%) translateY(-50%);
	transform:scale(0.8) translateX(-60%) translateY(-50%)
}
.aded_ok.active .ok_messbox{
	opacity: 1;
	-webkit-transform:scale(1) translateX(-50%) translateY(-50%);
	-ms-transform:scale(1) translateX(-50%) translateY(-50%);
	transform:scale(1) translateX(-50%) translateY(-50%)
}
.aded_ok .ok_messbox .tsico{
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 0 auto;
	text-align: center;
}
.aded_ok .ok_messbox .tsico.ok{
	background: #090;
}
.aded_ok .ok_messbox .tsico.no{
	background: #c00;
}
.aded_ok .ok_messbox .tsico i{
	line-height: 40px;
	font-size: 24px;
	color: #fff;
}
.aded_ok .ok_messbox .ts-info{
	position: relative;
	width: auto;
	line-height: 25px;
	font-size: 14px;
	color: #777;
	margin: 10px 0;
}
.aded_ok .ok_messbox .tj_btnbox{
	position: relative;
	width: auto;
	height: 25px;
	text-align: center;
	margin: 0 auto;
}
.aded_ok .ok_messbox .tj_btnbox .btn{
	position: relative;
	display: inline-block;
	width: auto;
	height: 100%;
	padding: 0 10px;
	font-size: 14px;
	color: #fff;
	line-height:25px;
	border-radius: 2px;
	cursor: pointer;
}
.aded_ok .ok_messbox .tj_btnbox .btn a{
	color: #fff;
}
.aded_ok .ok_messbox .tj_btnbox .btn.ok{
	background: #090;
}
.aded_ok .ok_messbox .tj_btnbox .btn.no{
	background: #c00;
}
/*信息执行结束*/	
/*弹窗*/
.tc-info{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background:rgba(0,0,0,.0);
	z-index: -1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition:all 0.5s;
}
.tc-info.active{
	z-index: 3000;
	background:rgba(0,0,0,.85);
}
.tc-hide{
	width: 100%;
	height: 100%;
	overflow:hidden;
	position: relative;
	opacity: 0;
	transition:all 0.5s;
}
.tc-hide.active{
	opacity:1;
}
#n_iframes{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
}
/*弹窗结束*/
.bigtc_tdfw{
	position:absolute ;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all 0.3s;
	opacity: 1;
}
.bigtc_tdfw.active{
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
}
.bigtc_center{
	position:absolute ;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	background: rgba(0,0,0,.0);
}

.tc_tdfw{
	position:absolute ;
	width: 800px;
	/*height: 80%;*/
	left:50%;
	margin-left: -400px;
	padding-bottom: 5px;
	top:50%;
	background: #fff;
	overflow: hidden;
	border-radius: 5px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.tc_tdfw.jyfw{
	height: auto;
}
.tc_tdfw .lmtits {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color:  #906955;
    margin-top: 10px;
    margin-bottom: 10px;
}
.tc_tdfw .lmtits span {
   position: relative;
    left: 50%;
    top: 50%;
    width: auto;
    padding: 0 10px;
    position: absolute;
    margin-top: -20px;
    z-index: 1;
    font-size: 16px;
    background: #fff;
    text-align: center;
    -webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.tc_tdfw .lmtits:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    border-bottom: 1px dashed rgba(0,0,0,.15);;
    width: 100%;
    z-index: 0;
}


.tc_tdfw .topbox{
    position: relative;
    width: 100%;
    height: 40px;
    background:  #906955;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    left: 0;
}

.tc_tdfw .topbox i {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 8px;
    right: 8px;
    font-size: 25px;
    line-height: 25px;
    transition: all 0.3s;
}
.tc_tdfw .topbox i:hover{
	color: #ff0;
}
.tc_tdfw .bigc_nr_box{
    position: relative;
    width: 100%;
    height: calc(100% - 40px);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto;
}

.tc_tdfw .c_nr_box{
    position: relative;
    width: 100%;
    /*height: calc(100% - 40px);*/
    height: auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto !important;
}
.tc_tdfw .c_nr_box ul {
    width: 100%;
    height: auto;
    min-height: 45px;
    padding: 10px 15px;
    color: #968a81;
    overflow:hidden;
}
.tc_tdfw .c_nr_box ul li {
    position: relative;
    float: left;
    width: calc(100% - 80px);
    height: 100%;
    line-height: 25px;
}
.tc_tdfw .c_nr_box ul li span {
    margin-right: 0px;
}
.tc_tdfw .c_nr_box ul li span.tcbtns {
    color: #27C8A3;
    font-weight: bold;
    cursor: pointer;
}
.tc_tdfw .c_nr_box ul li.yrz {
    color: #999;
    font-size: 12px;
}
.tc_tdfw .c_nr_box ul li i {
    font-size: 16px;
    color: #27C8A3;
    width: auto;
    padding: 0 5px;
    line-height: 22px;
}
.tc_tdfw .c_nr_box ul li i.no {
    font-size: 16px;
    color: #c00;
}
.tc_tdfw .c_nr_box ul li a {
    color:  #906955;
    font-weight: bold;
    margin-left: 15px;
}
.tc_tdfw .c_nr_box ul li.li1 {
    width: 80px;
    font-weight: bold;
    color:  #906955;
}
.tc_tdfw .c_nr_box ul li.li2 {
    float: none;
    margin-left: 80px;
}
.tc_tdfw .c_nr_box ul li .btn {
    position: absolute;
    left: 100px;
    top: 0;
    border: 1px solid  #906955;
    background:  #906955;
    height: 28px;
    width: 100px;
    text-align: center;
    color: #fff;
}
.tc_tdfw .c_nr_box ul li .xyxz {
    position: absolute;
    left: 100px;
    top: 0;
    height: 28px;
    width: 100px;
    text-align: center;
    color: #27C8A3;
}
.tc_tdfw .c_nr_box ul li .input {
    border: 1px solid #ccc;
    background: #F6F6F6;
    height: 28px;
    width: 100px;
    padding: 0 5px;
    vertical-align: bottom;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    outline: none;
}
.tc_tdfw .c_nr_box ul li .input.l100 {
    width: 100%;
}
.tc_tdfw .c_nr_box ul li .input.l28 {
    width: 275px;
}
.tc_tdfw .c_nr_box ul li .input.l150 {
    width: 150px;
}
.tc_tdfw .c_nr_box ul li .input.l260 {
    width: 230px;
}
.tc_tdfw .c_nr_box ul li .time_data {
    position: relative;
    float: left;
    height: 28px;
    width: 275px;
}
.tc_tdfw .c_nr_box ul li .time_data i {
    position: absolute;
    right: 5px;
    top: 3px;
    font-size: 18px;
}
.tc_tdfw .c_nr_box textarea {
    width: 100%;
    height: 85px;
    border: 1px solid #ccc;
    background: #F6F6F6;
    resize: none;
    line-height: 25px;
    color: #666;
    padding: 5px;
    font-family: "微软雅黑";
}
.tc_tdfw .tem_fzr{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.tc_tdfw .tem_fzr .left{
	position: relative;
	float: left;
	width: 55%;
	height: auto;
}
.tc_tdfw .tem_fzr .right{
	position: relative;
	float: left;
	width: 45%;
	height: auto;
}
.tc_tdfw .yztj{
	position: relative;
	width: 100%;
	height: 40px;
	overflow: hidden;
}
.tc_tdfw .tjbtn{
	position: absolute;
    right: 50%;
    margin-right: -50px;
    top: 10px;
    border: 1px solid  #906955;
    background:  #906955;
    height: 28px;
    line-height: 28px;
    width: 100px;
    text-align: center;
    color: #fff;
    transition: all 0.3s;
    cursor: pointer;
}
.tc_tdfw .tjbtn:hover{
    background: #c00;
    border: 1px solid #c00;
    color: #ff0;
}
.open_bigbox{
	position: fixed;
	display:block ;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.0);
	z-index: -100;
	/*z-index: 10000;
	background: rgba(0,0,0,.85);*/
	transition: all 0.5s;
}
.open_bigbox.active{
	display:block ;
	background: rgba(0,0,0,.85);
	z-index: 100000;
}	
.open_order_rep{
	position: absolute;
	width: 460px;
	height: auto;
	left: 50%;
	margin-left: -230px;
	top: 50%;
	-webkit-transform:scale(0.8) translateY(-50%);
	-ms-transform:scale(0.8) translateY(-50%);
	transform:scale(0.8) translateY(-50%);
	background: #fff;
	border-radius: 5px;
	opacity: 0;
	transition: all 0.5s;
}
.open_order_rep.user{
	opacity: 1;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}
.open_bigbox.active .open_order_rep{
	opacity: 1;
	-webkit-transform:scale(0) translateY(-50%);
	-ms-transform:scale(1.0) translateY(-50%);
	transform:scale(1.0) translateY(-50%);
}	
.open_order_rep .top_name{
	position: relative;
	width: 100%;
	height: 40px;
	background:  #906955;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 10px;
	line-height: 20px;
	color: #fff;
	font-weight:bold;
}	
.open_order_rep .top_name i{
	position: absolute;
	width: 25px;
	height: 25px;
	top: 8px;
	right: 8px;
	font-size: 25px;
	line-height: 25px;
	transition: all 0.3s;
}
.open_order_rep .top_name i:hover{
	color: #ff0;
}
.open_order_rep .nr_news{
	position: relative;
	width: 100%;
	height: auto;
	padding: 30px;
	padding-top: 10px;
}	
.open_order_rep .nr_news ul{
	width: 100%;
	height: auto;
	min-height: 45px;
	padding: 10px 25px;
	color: #968a81;
}
.open_order_rep .nr_news ul li{
	float: left;
	width: auto;
	height: 100%;
	line-height: 25px;
}
.open_order_rep .nr_news ul li.li1{
	width: 75px;
	font-weight: bold;
	color:  #906955;
}
.open_order_rep .nr_news ul li.li2{
	/*width: 75px;*/
	float: none;
	margin-left: 75px;
	margin-bottom: 10px;
	position: relative;
}	
.open_order_rep .nr_news ul li .input {
    border: 1px solid #ccc;
    background: #F6F6F6;
    height: 28px;
    width: 270px;
    padding: 0 5px;
    vertical-align: bottom;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    outline: none;
}
.open_order_rep .nr_news ul li .input2 {
    border: 1px solid #ccc;
    background: #F6F6F6;
    height: 28px;
    width: 100px;
    padding: 0 5px;
    vertical-align: bottom;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    outline: none;
}

.open_order_pay{
	position: absolute;
	width: 460px;
	height: auto;
	left: 50%;
	margin-left: -230px;
	top: 50%;
	-webkit-transform:scale(0.8) translateY(-50%);
	-ms-transform:scale(0.8) translateY(-50%);
	transform:scale(0.8) translateY(-50%);
	background: #fff;
	opacity: 0;
	transition: all 0.5s;
	border-radius: 5px;
	/*opacity: 1;
	-webkit-transform:scale(0) translateY(-50%);
	-ms-transform:scale(1.0) translateY(-50%);
	transform:scale(1.0) translateY(-50%);
	border-radius: 5px;
	transition: all 0.5s;*/
}
.open_bigbox.active .open_order_pay{
	 opacity: 1;
	-webkit-transform:scale(0) translateY(-50%);
	-ms-transform:scale(1.0) translateY(-50%);
	transform:scale(1.0) translateY(-50%);
}	
.open_order_pay .top_name{
	position: relative;
	width: 100%;
	height: 40px;
	background:  #906955;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 10px;
	line-height: 20px;
	color: #fff;
	font-weight:bold;
}	
.open_order_pay .top_name i{
	position: absolute;
	width: 25px;
	height: 25px;
	top: 8px;
	right: 8px;
	font-size: 25px;
	line-height: 25px;
	transition: all 0.3s;
}
.open_order_pay .top_name i:hover{
	color: #ff0;
}
.open_order_pay .paybox{
	position: relative;
	width: 100%;
	height: auto;
	padding: 20px;
	background: #fff;
	overflow: hidden;
	
}
.open_order_pay .paybox .zfleft{
	position: relative;
	float: left;
	width: 50%;
	height: 283px;
	font-size: 20px;
	color: #090;
	line-height: 35px;
	text-align: center;
}
.open_order_pay .paybox .zfleft .zfewm{
	position: absolute;
	width: 170px;
	height: 170px;
	bottom: 30px;
	left: 50%;
	margin-left: -85px;
	border: 1px solid rgba(0,0,0,.2);
	padding: 5px;
}
.open_order_pay .paybox .zfleft  img{
	width: 100%;
	height: 100%;
}

.open_order_pay .paybox .wxzfright{
	position: relative;
	float: right;
	width: 50%;
	height: 283px;
	background:url(../../images/web/wxzf-r.jpg) top right no-repeat;
}

.open_order_pay .paybox .zfbzfright{
	position: relative;
	float: right;
	width: 156px;
	height: 283px;
	background:url(../../images/web/zfb-r.jpg) top right no-repeat;
}
.open_order_pay .paybox .zfbzfright .btn{
	position: absolute;
	width: 100%;
	height: 40px;
	right: 0;
	bottom: 30px;
	background:#01AAEF;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
}

.open_order_pay .paybox span{
	color: #f60;
}

/*单选框*/
input::-webkit-input-placeholder { /* WebKit browsers */ 
color: #999999; 
font-size: 12px;
} 
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #999999; 
font-size: 12px;
} 

input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: #999999; 
font-size: 12px;
} 

input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: #999999; 
font-size: 12px;
} 
textarea::-webkit-input-placeholder { /* WebKit browsers */ 
color: #999999; 
font-size: 12px;
} 
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #999999; 
font-size: 12px;
} 

textarea::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: #999999; 
font-size: 12px;
} 

textarea:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: #999999; 
font-size: 12px;
} 

.open_order_rep .nr_news ul li p{
	float: left;
	padding-right: 20px;
}
.open_order_rep .nr_news ul li .btn {
    position: absolute;
    left: 100px;
    top: 0;
    border: 1px solid  #906955;
    background:  #906955;
    height: 28px;
    width: 100px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.open_order_rep .nr_news ul li .btn.ok {
    left: 0;
}


	
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

.radio {
  padding-left: 3px;
  float: left;
  margin-right: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  margin-top: -9px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 12px;
  height: 12px;
  left: 4px;
  top:50%;
  margin-top: -5px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: -3px;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color:  #906955;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color:  #906955;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}

.oderpage_more{
	position: relative;
	width: 100%;
	max-width: 680px;
	height:auto;
	margin: 10px auto;
	border: 4px solid rgba(0,0,0,.1);
	padding: 20px;
}
.oderpage_more h1{
	position: relative;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #27C8A3;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.oderpage_more li{
	position: relative;
	width: 100%;
	height: auto;
	min-width: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	background: #f5f5f5;
	padding: 0 15px;
	overflow:hidden;
}
.oderpage_more li.n1{
	background: #fff6db;
	border: 1px solid #f2dbb6;
}
.oderpage_more li.n2{
	background: #fff;
}
.oderpage_more li.n1 .zi1{
	color: #f8664f;
}
.oderpage_more li.n1 .zi1 a{
	color: #27C8A3;
}
.oderpage_more li.n1 .zi2{
	color: #090;
}
.oderpage_more p{
	float: left;
	text-align: left;
	color: #999;
}
.oderpage_more p span{
	color: #f60;
}
.oderpage_more .p3{
	width:30%;
}
.oderpage_more .p4{
	width:40%;
}
.oderpage_more .p10{
	width:100%;
	float: none;
}

.newshow_top{
	position: relative;
	width: 100%;
	height: auto;
	border-bottom: 1px dashed #ccc2bb;
}
.newshow_top h1{
	position: relative;
	width: 100%;
	height: auto;
	line-height: 25px;
	color:  #906955;
	font-size: 18px;
	text-align: center;
}
.newshow_top h2{
	position: relative;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #999;
	font-size: 12px;
	text-align: center;
	overflow: hidden;
}
.newshow_top h2 span{
	position: relative;
	width: auto;
}
.video-spbox{
	position: relative;
	width: 720px;
	height: 490px;
	margin: 0 auto;
	margin-top: -20px;
}
.video-spbox video{
	width: 720px;
	height: 480px;
}
.dbimgbox{
	position: relative;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.dbimgbox img{
	width: auto;
	max-width: 100%;
	height: auto;
	border: 1px solid rgba(0,0,0,.1);
	margin: 5px 0px 0px 0px;
	padding: 5px;
}
.xiangqing{
	position: relative;
	width: 100%;
	height: auto;
	color: #968a81;
	line-height: 200%;
	padding: 5px 0 20px 0px;
}
.xiangqing img{
	width: auto;
	max-width: 100%;
	height: auto;
	border: 1px solid rgba(0,0,0,.1);
	margin: 10px 0px 0px 0px;
	padding: 5px;
}
/*登录页面*/
/*登录页面*/
.login_cen{
	position: relative;
	width: 100%;
	height: 100%;
}
.login_cen .bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../images/web/banner1.jpg) center center no-repeat;
	background-size:cover ;
	filter: blur(10px) grayscale(40%);
}

.login_cen .cenbox{
	position: absolute;
	width: 100%;
	max-width: 1360px;
	top: 50%;
	margin-top: 43px;
	left: 50%;
	height: 341px;
	-webkit-transform:translateX(-50%) translateY(-50%);
    -ms-transform:translateX(-50%) translateY(-50%);
    transform:translateX(-50%) translateY(-50%);
    text-align: center;
    z-index: 20;
}
/*.login_cen .cenbox .ch{
	margin-top: 25.735%;
}*/
.login_cen .cenbox .loginbox{
	position: absolute;
	width: 100%;
	height: 100%;
}
.login_cen .cenbox .loginbox li{
	position: relative;
	float: left;
	width: 50%;
	height: 100%;
	text-align: center;
}
.login_cen .cenbox .loginbox li img{
	position: relative;
	width: auto;
	height: 100%;
	margin: 0 auto;
}
.login_cen .cenbox .loginbox li .kk{
	position: absolute;
	width: 300px;
	height: 400px;
	left: 27%;
	height: auto;
	overflow: hidden;
	background: rgba(255,255,255,.8);
	border-radius: 5px;
	bottom: 2%;
}
.login_cen .cenbox .loginbox li .kk .title{
	position: absolute;
	width:100%;
	height: 30px;
	top: 1%;
	line-height: 30px;
	font-size: 20px;
	color: #27C8A3;
	text-align: center;
	font-weight: bold;
}
.login_cen .cenbox .loginbox li .kk .info{
	position: absolute;
	width:100%;
	height: 30px;
	left: 0;
	bottom: 3%;
	line-height: 30px;
	font-size: 14px;
	color: #777;
	text-align: center;
}
.login_cen .cenbox .loginbox li .kk .ewm{
	position: absolute;
	width: 100%;
	height: calc(94% - 100px);
	top:25px;
	/*-webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);*/
}

@media (max-width:1200px){
	.user_ind .left.active {
	    top: 85px;
	}
}