.rotate_90 {
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg)
}

.textcenter {
	text-align: center
}

.textleft {
	text-align: left
}

.textright {
	text-align: right
}

.hide {
	display: none
}

.show {
	display: block
}

.row:before,

.search-out {
	width: 75%;
}

.search-click {
	background: #fff;
	line-height: 0.6rem;
	border-radius: 0.3rem;
	width: 18%;
	text-align: center;
	color: #07c160;
	font-weight: 600;
}

.color-red {
	color: #f00 !important
}



.footer {
	margin-top: 20px;
	padding: 0 10px
}

.copyright {
	font-size: 14px;
	color: #999;
	text-align: center
}

.footer-notice {
	font-size: 12px;
	color: #f00;
	text-justify: auto;
	margin-top: 20px;
	padding: 0 10px
}

.apply-page .subtn {
	width: 100%
}

.horn-page {
	margin-top: 10px
}

.gotop {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #efefef;
	text-align: center;
	font-size: 24px;
	color: #2b5294;
	position: fixed;
	bottom: 20px;
	right: 20px;
	border-radius: 5px;
	opacity: .9;
	overflow: hidden;
	display: none
}

.gotop span {
	display: inline-block;
	transform: rotate(180deg) scale(1.5)
}

.float-list-box {
	background: #fff;
	width: 80%;
	max-width: 400px;
	position: relative;
	z-index: 99;
	position: absolute;
	top: 50%;
	left: 50%
}

.float-list-box ul li a {
	display: block;
	text-align: center;
	border-bottom: 1px solid #efefef;
	height: 50px;
	line-height: 50px;
	color: #2b5294
}

.float-list-box ul li a:hover {
	background: #efefef
}
.column-menu {
    display: none;
	width: 1.8rem;
	line-height: 0.8rem;
	text-align: center;
	border-radius: 6px;
	position: absolute;
    right: 3%;
    margin-top: 10px;
    border: 1px #eee solid;
    background: #fff;
    box-shadow: 0 2px 2px #ccc;
}

.column-menu div{
	border-bottom: 1px #eee solid;
	font-size: 0.15rem;
}

.boxsj {
	width: 0;
	height: 0;
	border: 8px solid transparent;;
	border-bottom: 8px solid #fff;
	border-top: none;
	margin: 0 auto;
	margin-right: 11px;
	margin-top: -8px;
}
