/* Css Document */
@font-face {
	font-family: "../fonts/AkzidenzGrotesk-ExtraBoldCondAlt";
	src: url("../fonts/akzidenzgrotesk-extraboldcondalt.woff") format("woff"),
		url("../fonts/akzidenzgrotesk-extraboldcondalt.ttf") format("truetype"),
		url("../fonts/akzidenzgrotesk-extraboldcondalt.eot") format("embedded-opentype"),
		url("../fonts/akzidenzgrotesk-extraboldcondalt.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

.ff-ak {
	font-family: "Impact", "AkzidenzGrotesk-ExtraBoldCondAlt" !important;
}

html {
	font-size: 100px;
}

@media (max-width: 1366px) {
	html {
		font-size: 94px;
	}
}

@media (max-width: 1199px) {
	html {
		font-size: 88px;
	}
}

@media (max-width: 991px) {
	html {
		font-size: 76px;
	}
}

@media (max-width: 639px) {
	html {
		font-size: 60px;
	}
}

html,
body {
	-webkit-text-size-adjust: none;
}

body {
	color: #666;
	font-size: 14px;
	background-color: #fff;
}

html,
body,
input,
p,
a,
span,
ul,
li,
dl,
dt,
dd,
ol,
select,
td,
th,
input,
textarea,
button,
div {
	font-family: "PingFang SC", "Source Han Sans CN", "Microsoft YaHei", "Helvetica Neue", Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	outline: 0;
	border: 0;
	text-decoration: none
}

a:hover,
a:active {
	background-color: transparent;
}

@media (min-width: 1200px) {
	a:hover {
		color: #0050dc;
	}
}

small {
	display: block;
	font-size: 100%;
}

input,
textarea,
button,
select,
radio {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
}

input,
textarea,
button,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

textarea {
	resize: none;
}

img {
	max-width: 100%;
	display: block;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	outline: 0;
	/* blur:expression(this.onFocus=this.blur()); 按下鼠标图片周边不会出现虚线*/
}

::-ms-clear,
::-ms-reveal {
	display: none;
	/*IE10 input X 去掉文本框的叉叉和密码输入框的眼睛图标 */
}

select::-ms-expand {
	display: none;
}

/* Grid */
.col-24x {
	width: 100%
}

.col-23x {
	width: 95.8333333333%
}

.col-22x {
	width: 91.6666666667%
}

.col-21x {
	width: 87.5%
}

.col-20x {
	width: 83.3333333333%
}

.col-19x {
	width: 79.1666666667%
}

.col-18x {
	width: 75%
}

.col-17x {
	width: 70.8333333333%
}

.col-16x {
	width: 66.6666666667%
}

.col-15x {
	width: 62.5%
}

.col-14x {
	width: 58.3333333333%
}

.col-13x {
	width: 54.1666666667%
}

.col-12x {
	width: 50%
}

.col-11x {
	width: 45.8333333333%
}

.col-10x {
	width: 41.6666666667%
}

.col-9x {
	width: 37.5%
}

.col-8x {
	width: 33.3333333333%
}

.col-7x {
	width: 29.1666666667%
}

.col-6x {
	width: 25%
}

.col-5x {
	width: 20.8333333333%
}

.col-4x {
	width: 16.6666666667%
}

.col-3x {
	width: 12.5%
}

.col-2x {
	width: 8.33333333333%
}

.col-1x {
	width: 4.16666666667%
}

.col-0x {
	width: 2.08333333333%
}

/* 表单元素 */
input:required:invalid,
input:focus:invalid,
textarea:required:invalid,
textarea:focus:invalid {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #bbb;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #bbb;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #bbb;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #bbb;
}

.weui-cell {
	padding: 10px 15px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.weui-cell_primary {
	min-width: 1px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.weui-cell__bd {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.weui-cell__ft {
	text-align: right;
	color: #999999;
}

.weui-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.weui-flex__item {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.line1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.line2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.line3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.start {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.middle {
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.nobefore::before,
.noafter::after {
	display: none !important;
}

.container {
	width: auto;
	margin: 0 15px;
	padding: 0;
}

@media (min-width: 640px) {

	.container,
	.about .subnav .container,
	.about .container.team-container,
	.about .container.culture1,
	.about .container.development {
		margin: 0 7.3835%;
		width: auto
	}
}

.textmore a {
	position: relative;
	display: inline-block;
	overflow: hidden;
	font-size: 16px;
	line-height: 20px;
	color: #383838;
}

.textmore a span {
	display: inline-block;
	padding: 4px 6px;
}

.textmore a .before {
	border-bottom: 2px solid #383838;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 0.65s cubic-bezier(0.28, 0.51, 0.38, 1);
	transition: all 0.65s cubic-bezier(0.28, 0.51, 0.38, 1);
}

.textmore a .after {
	position: absolute;
	left: 0;
	top: 0;
	border-bottom: 2px solid #0050dc;
	color: #0050dc;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 0.65s cubic-bezier(0.2, 0.53, 0.38, 1);
	transition: all 0.65s cubic-bezier(0.2, 0.53, 0.38, 1);
}

@media (min-width: 1200px) {
	.textmore a:hover .before {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	.textmore a:hover .after {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

/* header */
.mask {
	display: none;
	position: fixed;
	z-index: 11;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .75);
	-webkit-transform: translateZ(0);
}

.header {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	padding: 0px 25px;
	height: 75px;
	background: #fff;
	-webkit-transform: translateZ(0);
}

.header .container {
	margin: 0 150px 0 310px;
}

.navbar-toggle {
	border: 0;
	background: none;
}

.navbar-toggle[aria-expanded="true"] .icon-bar:nth-of-type(2) {
	-webkit-transform: matrix(1, 0, 0, 1, 0, 6) rotate(45deg);
	transform: matrix(1, 0, 0, 1, 0, 6) rotate(45deg);
}

.navbar-toggle[aria-expanded="true"] .icon-bar:nth-of-type(4) {
	-webkit-transform: matrix(1, 0, 0, 1, 0, -6) rotate(-45deg);
	transform: matrix(1, 0, 0, 1, 0, -6) rotate(-45deg);
}

.navbar-toggle[aria-expanded="true"] .icon-bar:nth-of-type(3) {
	width: 0;
}

.navbar-default {
	background: none;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background: none;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #747474;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	background: none;
	color: #0050dc;
}

.navbar-nav {
	float: none;
	text-align: center;
}

.navbar-nav>li {
	float: none;
	display: inline-block;
}

.navbar-nav>li>a {
	font-size: 16px;
	color: #747474;
}

.navbar-nav>li .dropnav {
	display: none;
	position: absolute;
	z-index: 1000;
	top: 100%;
	min-width: 100%;
}

.navbar-nav>li .dropdown-menu {
	position: static;
	margin: 16px 0 0 0;
	float: none;
	display: block;
	min-width: 100%;
	padding: 0;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	overflow: hidden;
}

.navbar-nav>li .dropdown-menu>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.navbar-nav>li.on>a {
	color: #0050dc;
}

.navbar-nav .mobile {
	display: none;
}

.open .dropnav {
	display: block !important;
}

.logo {
	left: 25px;
	top: 4px;
	display: block;
	width: 70px;
	height: 70px;
	background: url(../images/logo_blue.svg) no-repeat;
	background-size: 100%;
}

.language {
	right: 25px;
	top: 50%;
	line-height: 30px;
	margin-top: -15px;
}

.language a {
	display: inline-block;
	font-size: 12px;
	color: #676767;
	font-weight: bold;
}

.language .radius-half {
	margin-left: 10px;
	width: 30px;
	background: #727272;
	color: #fff;
	text-align: center;
}

.language a:nth-of-type(3) {
	margin-left: .58rem;
}

.language i {
	position: relative;
	top: -4px;
	margin-right: 10px;
	display: inline-block;
	width: .45rem;
	height: 1px;
	background: #bcbcbc;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.logo {
		left: 15px;
		width: 70px;
		height: 70px;
	}

	.header {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.header .container {
		margin: 0 15px;
	}

	.language a:nth-of-type(3) {
		margin-left: 10px;
	}

	.navbar-nav>li .dropdown-menu {
		margin-top: 5px;
	}

	.navbar-nav>li>a {
		font-size: 14px;
	}

	.navbar-nav>li .dropnav {
		width: 130%;
		left: -15%;
	}
}

@media (min-width: 1200px) {

	.navbar-nav>li>a:hover,
	.language a:hover {
		color: #0050dc !important;
	}

	.language a.radius-half:hover {
		color: #fff !important;
		background: #0050dc
	}
}

@media (min-width: 1600px) {
	.navbar-nav>li>a {
		padding-left: 37px;
		padding-right: 37px;
	}
}

@media (max-width: 1199px) {
	.navbar-nav>li>a[href^="javascript:"] {
		pointer-events: none;
	}
}

@media (max-width: 991px) {
	.header {
		padding: 0 15px;
		height: 55px;
	}

	.header .container {
		margin: 0;
	}

	.navbar {
		position: static;
	}

	.navbar-collapse {
		position: absolute;
		top: 50px;
		width: 100%;
		right: 0;
		background: #fff;
		height: 0;
		overflow: hidden;
	}

	.navbar-collapse.in {
		height: auto;
	}

	.navbar-nav>li {
		display: block;
		text-align: left;
	}

	.navbar-nav>li>a::after {
		position: absolute;
		right: 30px;
		top: 50%;
		display: block;
		content: "";
		margin-top: -4px;
		width: 8px;
		height: 8px;
		border-top: 1px solid #747474;
		border-right: 1px solid #747474;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.navbar-nav>li .dropnav {
		position: static;
	}

	.navbar-nav>li .dropdown-menu>li>a {
		text-align: left;
	}

	.navbar-default .navbar-nav>li>a {
		color: #333;
	}

	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 10px 15px;
	}

	.navbar-toggle {
		display: block;
		margin-right: 0;
	}

	.nav .open>a::after {
		border-color: #0050dc;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	.language {
		right: 80px;
	}

	.logo {
		left: 15px;
		width: 50px;
		height: 50px;
	}
}

@media (max-width: 767px) {
	.navbar-nav .mobile {
		display: block;
	}

	.language {
		display: none;
	}
}

.noscroll {
	height: 100vh;
	overflow: hidden;
}

/* footer */
.footer {
	position: relative;
	padding: .3rem 0 .2rem;
	background: #0050dc;
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
}

.footer .text-left {
	padding-top: 5px;
	padding-bottom: 5px;
}

.footer .text-right a {
	display: inline-block;
	margin-left: 30px;
	padding: 5px 0;
	color: #747474;
}

.footer .text-right a:first-child {
	margin-left: 0;
}

.gotop {
	margin: 30px auto 0;
	width: 60px;
	color: #fff;
	text-align: center;
}

.gotop>div {
	position: relative;
	top: 0;
	margin: 0 auto .5rem;
	width: 26px;
	height: 26px;
	opacity: .7;
	border: 1px solid #fff;
	-webkit-transition: all 1s cubic-bezier(.23, 1, .38, 1);
	transition: all 1s cubic-bezier(.23, 1, .38, 1);
}

.gotop>div i {
	position: absolute;
	top: 10px;
	left: 50%;
	display: block;
	content: "";
	width: 1px;
	height: .5rem;
	background: #fff;
	-webkit-transition: all 1s cubic-bezier(.23, 1, .38, 1);
	transition: all 1s cubic-bezier(.23, 1, .38, 1);
}

.gotop>div i::after {
	position: absolute;
	top: 0;
	left: -3.5px;
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media (max-width: 1199px) {
	.footer .col-sm-12 {
		text-align: center;
	}

	.footer .text-right a {
		margin: 0 15px !important;
	}
}

@media (max-width: 639px) {
	.footer .text-left {
		margin-bottom: 10px;
	}
}

@media (min-width: 1281px) {
	.footer {
		padding: .7rem 0;
	}

	.footer .text-right a:hover {
		color: #fff;
	}

	.gotop {
		position: absolute;
		left: 50%;
		top: 50%;
		margin-top: 0;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.gotop:hover>div {
		top: 35px;
		border-bottom: 0;
		border-right: 0;
		border-left: 0;
		opacity: 1;
	}

	.gotop:hover>div i {
		top: -30px;
	}
}

@media (min-width: 1200px) and (max-width: 1280px) {
	.footer .col-sm-12 {
		width: 100%;
		text-align: center;
	}
}

/* banner */
.banner {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
}

.banner .overlay {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	opacity: 0;
}

.wrapper {
	position: relative;
	overflow: hidden;
	margin-top: 4.5rem
}

/* subnav */
.subnav {
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
}

.subnav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.subnav .weui-cell {
	padding: 13px 0;
}

.subnav .weui-cell__bd {
	font-size: 18px;
	line-height: 24px;
	color: #333;
}

.subnav .weui-cell__ft {
	position: relative;
	width: 20px;
	height: 24px;
}

.subnav .weui-cell__ft::after {
	position: absolute;
	display: block;
	content: "";
	right: 0;
	top: 50%;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #d0d0d0;
	border-right: 2px solid #d0d0d0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.subnav .weui-cell.active .weui-cell__ft::after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.subnav ul {
	display: none;
	margin: 0;
	padding: 0;
	text-align: center;
	border-top: 1px solid #dbdbdb;
}

.subnav ul li a {
	position: relative;
	display: block;
	padding: 10px 5px;
	font-size: 16px;
	line-height: 28px;
	color: #272727;
	border-bottom: 1px solid #dbdbdb;
}

.subnav ul li:last-child a {
	border-bottom: 0;
}

.subnav ul li a::after {
	position: absolute;
	display: block;
	content: "";
	left: 50%;
	bottom: -1px;
	width: 0;
	height: 2px;
	background: #0050dc;
	-webkit-transition: all 0.4s cubic-bezier(.23, 1, .38, 1);
	transition: all 0.4s cubic-bezier(.23, 1, .38, 1);
}

.subnav ul li.on a {
	color: #0050dc;
}

.subnav ul li.on a::after {
	left: 0;
	width: 100%;
}

@media (min-width: 768px) {
	.subnav ul {
		display: block;
		border-top: 0;
	}

	.subnav ul li {
		display: inline-block;
		margin: 0 4%;
	}

	.subnav ul li a {
		padding: .2rem 2px;
		border-bottom: 0;
	}

	.subnav ul li a::after {
		bottom: 0;
	}

	.aboutus .subnav ul li {
		margin: 0 1%;
	}
}

@media (min-width: 992px) {
	.aboutus .subnav ul li {
		margin: 0 2%;
	}
}

@media (min-width: 1200px) {
	.subnav ul li {
		margin: 0 5.7%;
	}

	.subnav ul li a:hover {
		color: #0050dc;
	}

	.subnav ul li a:hover::after {
		left: 0;
		width: 100%;
	}

	.aboutus .subnav ul li {
		margin: 0 2.5%;
	}
}

@media (min-width: 1400px) {
	.aboutus .subnav ul li {
		margin: 0 3%;
	}
}

.bigtitle {
	font-size: .44rem;
	font-weight: normal;
	color: #2d2d2d;
}

/* 分页 */
.page {
	position: relative;
	padding: 20px 0;
	background: #fff;
}

.page-m a {
	display: inline-block;
	width: .42rem;
	height: .42rem;
	line-height: .42rem;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #4c4c4c;
	background: #fff;
}

.page-m a.active {
	color: #fff;
	background: #0050dc;
}

.page-prev,
.page-next {
	position: absolute;
	top: 50%;
	margin-top: -.22rem;
	display: block;
	width: 1.4rem;
	height: .42rem;
}

.page-prev {
	left: 7.3835%;
	margin-left: -30px;
}

.page-next {
	right: 7.3835%;
	margin-right: -30px;
}

.page-prev::before,
.page-next::before,
.page-prev::after,
.page-next::after {
	position: absolute;
	content: "";
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.page-prev::before,
.page-next::before {
	width: .76rem;
	height: 1px;
	top: .21rem;
	left: .34rem;
	background: #000;
}

.page-prev::after,
.page-next::after {
	top: 50%;
	margin-top: -3px;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.page-prev::after {
	left: .34rem;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

.page-next::after {
	right: .32rem;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

@media (min-width: 1200px) {
	.page-m a:hover {
		color: #fff;
		background: #0050dc;
	}

	.page-prev:hover,
	.page-next:hover {
		background: #0050dc;
	}

	.page-prev:hover::before,
	.page-next:hover::before {
		background: #fff;
	}

	.page-prev:hover::after,
	.page-next:hover::after {
		border-color: #fff;
	}
}


.mt {
	margin-top: 0 !important;
}

.mr {
	margin-right: 0 !important;
}

.mb {
	margin-bottom: 0 !important;
}

.ml {
	margin-left: 0 !important;
}

.pd0 {
	padding: 0 !important;
}

.pl0 {
	padding-left: 0 !important;
}

.pr0 {
	padding-right: 0 !important;
}

.pt0 {
	padding-top: 0 !important;
}

.pb0 {
	padding-bottom: 0 !important;
}

.gray333 {
	color: #333;
}

.gray444 {
	color: #444;
}

.gray666 {
	color: #666;
}

.gray999 {
	color: #999;
}

.red {
	color: #0050dc;
}

.bg-white {
	background-color: #fff;
}

.bg-gray {
	background-color: #f4f4f4;
}

.bg-yellow {
	background-color: #fabf13;
}

a.fill {
	display: block;
	width: 100%;
	height: 100%;
}

.auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

.linellae a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
}

.linellae a img {
	display: inline;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.linellae a::before,
.linellae a::after {
	position: absolute;
	z-index: 1;
	top: 9%;
	right: 6%;
	bottom: 9%;
	left: 6%;
	content: '';
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
}

.linellae a::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: scale(0, 1);
	-webkit-transform: scale(0, 1);
}

.linellae a::after {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: scale(1, 0);
	-webkit-transform: scale(1, 0);
}

@media (min-width: 1200px) {

	.linellae a:hover::before,
	.linellae a:hover::after {
		opacity: 1;
		transform: scale(1);
		-webkit-transform: scale(1);
	}

	.linellae a:hover img {
		opacity: .5;
		filter: alpha(opacity=50);
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
}

.f10 {
	font-size: 10px;
}

.f12 {
	font-size: 12px;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.f22 {
	font-size: 22px;
}

.f24 {
	font-size: 24px;
}

.f26 {
	font-size: 26px;
}

.f28 {
	font-size: 28px;
}

.f30 {
	font-size: 30px;
}

.f36 {
	font-size: 36px;
}

.f38 {
	font-size: 38px;
}

.f40 {
	font-size: .4rem;
}

.f72 {
	font-size: .72rem;
}

.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.pf {
	position: fixed;
}

.block {
	display: block;
}

.hide {
	display: none;
}

.inline {
	display: inline-block;
}

.hidden {
	overflow: hidden;
}

.cap {
	text-transform: capitalize;
}

.upper {
	text-transform: uppercase;
}

.bold {
	font-weight: bold;
}

.indent {
	text-indent: 2em;
}

.normal {
	font-weight: normal;
}

.vmid td {
	vertical-align: middle;
}

.hand {
	cursor: pointer;
	_cursor: hand;
}

.ff-ar {
	font-family: Arial !important;
}

.noborder {
	border: 0 !important;
}

.noradius {
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.justify {
	text-align: justify;
	text-justify: distribute-all-lines;
	text-align-last: justify;
}

.filterbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
	zoom: 1;
}

:root .filterbox {
	filter: none\9;
}

.tips {
	display: none;
	z-index: 100;
	top: 50%;
	left: 50%;
	margin-top: -35px;
	margin-left: -125px;
	padding: 10px;
	width: 250px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 3px;
	background: rgba(0, 0, 0, .75);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf000000, endColorstr=#bf000000);
	zoom: 1;
}

:root .tips {
	filter: none\9;
}

@media (max-width: 639px) {
	.tips {
		position: fixed;
	}
}

.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
	content: "\200B"
}

.clearfix {
	*zoom: 1;
}

/* 图片去色 */
img.color {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

/* 高斯模糊 */
.blur {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5, MakeShadow=false);
	/* IE6~IE9 */
}

/* css3 style */
.trans-3 {
	-webkit-transition: all 0.35s linear;
	transition: all 0.35s linear;
}

.trans-8 {
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.radius-half {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.shadow {
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.myC {
	display: none;
}

.myC.active {
	display: block;
}
