html,
body {
	position: relative;
	height: 100%;
}

body {
	/*background: #eee;*/
	font-family: "微软雅黑", "microsoft yahei", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

.opacityAll {
	opacity: 0;

}

.swiper-container {
	width: 100%;
}

.swiper-container.home-swiper {
	height: 100%;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
}

.swiper-pagination-bullet {
	width: 35px;
	height: 8px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 50px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 30px;
}

.animated {
	margin: 0 auto;

}

.imgs {
	position: relative;
	z-index: 8;
}

.imgs img {
	position: absolute;
	left: 40%;
	top: 220px;
}

.left-area {
	color: #fff;
	position: absolute;
	left: 20%;
	top: 29%;
	z-index: 9;

}

/*--zheng home--*/
.s1,
.s4 {
	background: #000c18 url("../img/home/guang.png") no-repeat left -60px;
}

.s2,
.s3 {
	background: #004a94 url("../img/home/guang.png") no-repeat left -60px;
}

.left-area h1 {
	font-size: 52px;
	font-weight: 500;
}

.left-area h3 {
	font-size: 30px;
	font-weight: 500;
	padding-left: 2px;
}

.left-area p {
	font-size: 20px;
	color: rgba(255, 255, 255, 0.8);
	padding-top: 30px;
}

.imgs .one1 img {
	top: 350px;
	left: 38.5%;
}

.imgs .one2 img {
	top: 280px;
}

.imgs .one3 img {
	top: 138px;
}

.imgs .two1 img {
	top: 330px;
	left: 38.5%;
}

.imgs .two2 img {
	top: 260px;
	left: 38.7%;
}

.imgs .two3 img {
	top: 268px;
	left: 38.3%;
}

.imgs .three1 img {
	top: 350px;
	left: 38.5%;
}

.imgs .three2 img {
	top: 190px;
	left: 38.4%;
}

.imgs .three3 img {
	top: 190px;
	left: 40.4%;
}

.imgs .four1 img {
	top: 310px;
	left: 38.5%;
}

.imgs .four2 img {
	top: 300px;
	left: 39%;
}

.imgs .four3 img {
	top: 140px;
	left: 38%;
}

.c-tab a {
	color: #555;
}

.c-tab li.active-on a {
	color: #42b4dd
}

.main-banner__scrolldown {
	position: absolute;
	left: 50%;
	bottom: 60px;
	text-align: center;
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-animation: scrolldown 1s linear 0s infinite alternate;
	animation: scrolldown 1s linear 0s infinite alternate;
}

.main-banner__scrolldown p {
	font-family: 'UTM Bitsumishi Pro';
	font-size: 0.8rem;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 7px;
}

.main-banner__scrolldown img {
	width: auto;
	-webkit-animation: scrolldown2 1s linear 0s infinite alternate;
	animation: scrolldown2 1s linear 0s infinite alternate;
}

@-webkit-keyframes scrolldown {
	0% {
		-moz-transform: translateX(-50%) translateY(-10px);
		-o-transform: translateX(-50%) translateY(-10px);
		-ms-transform: translateX(-50%) translateY(-10px);
		-webkit-transform: translateX(-50%) translateY(-10px);
		transform: translateX(-50%) translateY(-10px);
	}

	100% {
		-moz-transform: translateX(-50%) translateY(0px);
		-o-transform: translateX(-50%) translateY(0px);
		-ms-transform: translateX(-50%) translateY(0px);
		-webkit-transform: translateX(-50%) translateY(0px);
		transform: translateX(-50%) translateY(0px);
	}
}

@-moz-keyframes scrolldown {
	0% {
		-moz-transform: translateX(-50%) translateY(-10px);
		-o-transform: translateX(-50%) translateY(-10px);
		-ms-transform: translateX(-50%) translateY(-10px);
		-webkit-transform: translateX(-50%) translateY(-10px);
		transform: translateX(-50%) translateY(-10px);
	}

	100% {
		-moz-transform: translateX(-50%) translateY(0px);
		-o-transform: translateX(-50%) translateY(0px);
		-ms-transform: translateX(-50%) translateY(0px);
		-webkit-transform: translateX(-50%) translateY(0px);
		transform: translateX(-50%) translateY(0px);
	}
}

@-ms-keyframes scrolldown {
	0% {
		-moz-transform: translateX(-50%) translateY(-10px);
		-o-transform: translateX(-50%) translateY(-10px);
		-ms-transform: translateX(-50%) translateY(-10px);
		-webkit-transform: translateX(-50%) translateY(-10px);
		transform: translateX(-50%) translateY(-10px);
	}

	100% {
		-moz-transform: translateX(-50%) translateY(0px);
		-o-transform: translateX(-50%) translateY(0px);
		-ms-transform: translateX(-50%) translateY(0px);
		-webkit-transform: translateX(-50%) translateY(0px);
		transform: translateX(-50%) translateY(0px);
	}
}

@keyframes scrolldown {
	0% {
		-moz-transform: translateX(-50%) translateY(-10px);
		-o-transform: translateX(-50%) translateY(-10px);
		-ms-transform: translateX(-50%) translateY(-10px);
		-webkit-transform: translateX(-50%) translateY(-10px);
		transform: translateX(-50%) translateY(-10px);
	}

	100% {
		-moz-transform: translateX(-50%) translateY(0px);
		-o-transform: translateX(-50%) translateY(0px);
		-ms-transform: translateX(-50%) translateY(0px);
		-webkit-transform: translateX(-50%) translateY(0px);
		transform: translateX(-50%) translateY(0px);
	}
}

@-webkit-keyframes scrolldown2 {
	0% {
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-moz-transform: translateY(5px);
		-o-transform: translateY(5px);
		-ms-transform: translateY(5px);
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}
}

@-moz-keyframes scrolldown2 {
	0% {
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-moz-transform: translateY(5px);
		-o-transform: translateY(5px);
		-ms-transform: translateY(5px);
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}
}

@-ms-keyframes scrolldown2 {
	0% {
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-moz-transform: translateY(5px);
		-o-transform: translateY(5px);
		-ms-transform: translateY(5px);
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}
}

@keyframes scrolldown2 {
	0% {
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-moz-transform: translateY(5px);
		-o-transform: translateY(5px);
		-ms-transform: translateY(5px);
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}
}

/*--zheng home end--*/

/*--zheng erp end--*/
.erp-banner {
	height: 520px;
}

.erp-banner .left-area h1 {
	font-size: 36px;
	font-weight: 500;
}

.erp-banner .left-area p {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 30px;
	padding-top: 20px;
	padding-bottom: 30px;
}

/*--zheng erp end--*/


/*导航栏*/
/*header-begin*/
.headerbox {
	top: 0;
	z-index: 50;
	/*position: fixed;*/
	height: 80px;
	width: 100%;
	/*background-color: rgb(25,36,47);*/
	/*filter:alpha(opacity=35);*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000, endColorstr=#4c000000);
	background: rgba(25, 36, 47, .35);


}


.header {
	margin: 0 auto;
	/*max-width: 1240px;*/
	position: relative;
	z-index: 3;
	min-height: 60px;
	padding: 0 20px;
	width: 100%;
}

.navbox_menu {
	display: none;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	overflow: hidden;
	/*background-color: #333333;*/
}

.menu {
	left: 0;
	position: absolute;
	z-index: 2;
	top: 0;
	padding: 14px 20px;
}

.menu:hover {
	cursor: pointer;
}

.logo_ {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -58px;
	text-align: center;
	z-index: 1;
	padding: 14px 0;
}

.denglu_ a {
	color: #fff;
	font-size: 14px;
}

.navbox_yanshi_ {
	right: 0;
	display: block;
	position: absolute;
	top: 0;
	width: auto;
	padding-right: 20px;
	line-height: 55px;
}

.navbox_yanshi_ a {
	color: #fff;
	font-size: 14px;
}

.navbox {
	display: block;
	/*width: 100%;*/
	height: 80px;
	overflow: hidden;
	/* width:1545px; */
	margin: 0 auto;
}

.hd_menu_dropdown {
	background: #fff;
}

.inner_dropdown {
	width: 1240px;
	margin: 0 auto;
	padding-left: 170px;
	/*background: rgba(25,36,47,.35);*/

}

.navbox .clear_padding {
	padding: 0;
	margin: 0 2% 0 0;
}

.navbox>li {
	float: left;
	margin-left: 1%;
	display: inline-block;
	/*position: relative;*/
}

#logo {
	height: 60px;
	line-height: 60px;
	float: left;
	padding: 0;
}

.jies a {
	text-decoration: none;
	background-color: #0cbbef;
	height: 60px;
	width: 100%;
	font-size: 12px;
	text-align: center;
	display: block;
}

.jies span {
	width: 100%;
	font-size: 14px;
	display: block;
}

.jies a:hover {
	color: white;
}

.show {
	display: block;
	text-decoration: none;
}

.nav_text {
	display: inline-block;
	/* padding: 0 10px; */
	line-height: 80px;
	color: #f0f0f0;
	font-size: 16px;
}

.nav_text:hover {
	color: #0cbbef;
}

#denglu a {
	margin: 0;
	color: #f5f5f5;
}

#denglu a:hover {
	color: #0cbbef;
	text-decoration: none;
}

#login {
	margin: 0;
	float: right;
}

#login a {
	line-height: 30px;
	margin-top: 24px;
	margin-left: 15px;
	border-radius: 2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	cursor: pointer;
}

#login a:hover {

	text-decoration: none;
	background: #2268F0;
	border: 1px solid #2268F0;
	color: #fff !important;

}

#registered {
	margin: 0;
	float: right;
}

#registered a {
	line-height: 30px;
	margin-top: 24px;
	margin-left: 15px;
	border-radius: 2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	cursor: pointer;
}

#registered a:hover {

	text-decoration: none;
	background: #2268F0;
	border: 1px solid #2268F0;
	color: #fff !important;

}

#video {
	margin: 0;
	float: right;
}

#video a {
	line-height: 30px;
	margin-top: 24px;
	margin-left: 15px;
	border-radius: 2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	cursor: pointer;
}

#video a:hover {

	text-decoration: none;
	background: #2268F0;
	border: 1px solid #2268F0;
	color: #fff !important;

}


@media only screen and (max-width: 767px) {
	.qiehuan a {
		height: 200px;
		background-size: 640.8px 200.4px;
	}

	.footer_logo img {
		width: 100%;
	}

	.header {
		padding: 0;
	}





	.navbox_menu {
		display: block;
	}

	.navbox {

		position: absolute;
		z-index: 10;
		top: 50px;
		right: 0;
		left: 0;
		margin: 0;
		background-color: #333;
		display: none;
		transition-delay: 0s;
		cursor: default;
		padding: 0 50px;
		width: auto;
		height: 1000px;
		bottom: 0;
	}

	.navbox li {
		color: #ffffff;
		float: none;
		margin-left: 0;
		display: block;
	}

	.navbox li a {
		display: block;
		color: #ffffff;
		border-bottom: 1px solid #444;
		line-height: 50px;
		padding: 0;
	}


	html {
		overflow-x: hidden;
	}

	.headerbox {
		top: 0;
		z-index: 50;
		/* position: fixed; */
		height: 60px;
		width: 100%;
		/* background-color: rgb(25,36,47); */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000, endColorstr=#4c000000);
		background: rgba(25, 36, 47, .35);
	}

}

@media only screen and (max-width: 540px) {
	.navbox li a {
		text-align: left
	}

	.navbox li a:hover {
		text-decoration: none
	}

	.navbox_yanshi_ a {
		line-height: 50px;
	}

	.headerbox {
		top: 0;
		z-index: 50;
		/* position: fixed; */
		height: 60px;
		width: 100%;
		/* background-color: rgb(25,36,47); */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000, endColorstr=#4c000000);
		background: rgba(25, 36, 47, .35);
	}

}

body {
	/* overflow-x: hidden !important; */
}

@media screen and (max-device-width: 320px) {
	body {
		-webkit-text-size-adjust: none
	}

	/*iphone5尺寸*/
	.imgs {
		top: 8% !important;
		left: -7% !important;
		width: 140% !important;
	}

	.left-area .left-btn {
		padding-top: 5px !important;
	}

	.left-area h1 {
		font-size: 26px;
	}

	.left-area p {
		font-size: 16px;
		padding-top: 25px;
	}

	.left-area .btn {
		padding: 6px 35px;
	}

	.headerbox {
		top: 0;
		z-index: 50;
		/* position: fixed; */
		height: 60px;
		width: 100%;
		/* background-color: rgb(25,36,47); */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000, endColorstr=#4c000000);
		background: rgba(25, 36, 47, .35);
	}
}

@media screen and (max-device-width: 480px) {
	body {
		-webkit-text-size-adjust: none
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	body {
		-webkit-text-size-adjust: none
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	body {
		-webkit-text-size-adjust: none
	}
}

/*header-end*/
.clear {
	zoom: 1;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
	font-size: 0
}

.ec_hd {
	z-index: 1000;
	width: 100%;
	height: 60px;
	line-height: 1.5;
}

.ec_hd,
.ec_wrap {
	position: relative;
}

.ec_wrap {
	z-index: 10;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	font-size: 0
}

.ec_hd_logo,
.ec_hd_menu {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle
}

.ec_hd_logo {
	margin-right: 40px
}

.ec_hd:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background: 0 0;
	transition: height .3s, background-color .3s;
}


.ec_hd_logo a {
	display: block;
	width: 112px;
	height: 34px;
	background: url('http://img.kuajingyan.com/uploadImg/home/article/20200302/15831206141090.png') 50% no-repeat;
	text-indent: -100px;
}

.ec_hd_menu {
	height: 60px;
}

.ec_hd_menu_list {
	font-size: 0;
}

.ec_hd_menu_list>li {
	position: relative;
	float: left;
}

.ec_hd_list_item:hover {
	color: #fff;
}

.ec_hd_menu_list>li.active {
	background: rgba(0, 0, 0, .5);
}

.ec_hd_menu_list li h5 {
	margin: 0;
}

.ec_hd_list_item {
	display: block;
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #fff;
}

/*导航栏右侧操作按钮*/
.dropdown_title_ul .fa,
.ec_hd_operation {
	position: absolute;
	left: 125px;
	top: 17px;
}

.ec_hd_operation {
	z-index: 10;
	height: 60px;
}

.ec_hd_login,
.ec_hd_operation>a {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #fff;
}

.ec_hd_operation>a {
	height: 24px;
	line-height: 24px;
	padding: 0 16px;
	margin-top: 20px;
}

/*下拉框遮罩层*/
.ec_hd_ct_bg {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 560px;
	background: #222d37;
	opacity: .99;
	filter: alpha(opacity=99);
	z-index: 9;
}

.hd_menu_dropdown {
	display: none;
	position: absolute;
	left: 0;
	/*padding: 15px 0;*/
	font-size: 14px;
	width: 100%;
}

.menu-second {
	display: block;
	padding-left: 20px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	cursor: default;
	position: relative;
}

.menu-second:hover {
	color: #000;
}

.hd_dropdown_item {
	margin-bottom: 20px;
	/*margin-left: 14%;*/
}

.hd_dropdown_item .menu_dropdown_title {
	position: relative
}

.hd_dropdown_item .menu_dropdown_ct {
	padding: 0;
	border: 0 none
}

.hd_dropdown_item .hd_item_col_subMenu {
	padding-top: 0px;
	margin-top: -4px;
	padding-bottom: 10px;
}

.menu_dropdown_ct,
.menu_dropdown_title {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

.menu_dropdown_title {
	padding-right: 10px;
	width: 183px;

}

.menu_dropdown_ct {
	padding: 6px 0 6px 20px;
	width: 836px;
	vertical-align: top
}

.hd_menu_dropdown_item {
	/*display: none;*/
	position: absolute;
	top: 8px;
	left: 195px;
	min-width: 720px;
	font-size: 0
}

.hd_solution .hd_menu_dropdown_item {
	display: block
}

.hd_solution .menu-second:hover {
	color: #fff
}

.hd_solution .hd_dropdown_item {
	margin: 0
}

.hd_menu_item_col {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	padding-left: 10px;
	margin-right: 50px;
	width: 290px
}

.hd_item_col_subMenu {
	padding-top: 8px;
	padding-bottom: 15px
}

.hd_item_col_subMenu>a {
	display: block;
	font-size: 14px;
	color: #fff;
	padding: 8px 15px;

}

.hd_item_col_subMenu>a:hover {
	color: #3baaf1;
	background: hsla(0, 0%, 100%, .1);
	box-shadow: 0px 0px 18px 2px rgba(34, 104, 240, 0.15);
}


.hd_item_col_subMenu>a span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle
}

.hd_item_col_subMenu .software-name {
	padding-right: 10px;
	min-width: 50px
}

.hd_item_col_subMenu p {
	font-size: 12px;
	margin: 0;
	color: #000;
	filter: alpha(opacity=60);
	opacity: .6;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/*js-style*/
.headerbox.ec_hd_hover {
	/*background: #19242f;*/
	background-color: #fff;
	color: rgb(25, 36, 47);
	filter: alpha(opacity=100);

}

.ec_hd_hover .nav_text {
	display: inline-block;
	/* padding: 0 10px; */
	line-height: 80px;
	color: rgb(25, 36, 47);
	font-size: 16px;
}

.ec_hd_hover #login a {
	color: rgb(25, 36, 47);
}

.ec_hd_hover #registered a {
	color: rgb(25, 36, 47);
}

/*end*/
.main {
	background: #F9FAFC;
}

.main .ul-tabs {
	background: #fff;
}


a:focus,
a:hover {
	text-decoration: none;
	outline: none;
	color: #4cb4e7;
}

a {
	color: #000000;
}

.btn:focus,
.btn:hover {
	outline: none;
}

/*banner*/
.left-area .left-btn {
	padding-top: 80px;
}

.left-area .btn {
	padding: 12px 54px;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 25px;
	margin-right: 18px;
	font-size: 18px;
	color: #fff;
}

/*erp-解决问题*/
.solve .erp-img {
	display: inline-block;
	width: 81px;
	height: 81px;
	line-height: 81px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.erp-img img {
	margin-top: 18px;
}

.erp-img.erp1 {
	background: #4cb4e7;
}

.solve .menu-list h3 {
	margin-bottom: 20px;
	font-size: 1.8rem;
}

.erp-img.erp2,
.erp-img.erp6 {
	background: #19caeb;
}

.erp-img.erp3,
.erp-img.erp5 {
	background: #20e0c8;
}

.erp-img.erp4 {
	background: #4cd590;
}

.solve .menu-list {
	padding: 20px 15px;
}

.erp-solve .menu-list p {
	height: 60px;
	color: #777;
}

/*tms-解决问题*/
.tms-solve .img-box {
	border: 1px solid #ebebeb;
}

.tms-solve .img-box img {
	width: 100%;
}

.tms-solve .img-box .img-text {
	font-size: 18px;
	height: 100px;
	color: #5f6367;
}

.tms-solve .img-box .common-text {
	line-height: 100px;
}

.tms-solve .img-box .special-text {
	padding: 25px 10px;
}

/*底部广告*/
.layout-main .banner-text {
	/*height: 75px;*/
	line-height: 75px;
	color: #fff;
	font-size: 18px;
	background: #42b4dd;
}

.layout-main .banner-text .btn {
	padding: 6px 46px;
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-top: 22px;
	margin-bottom: 12px;
}

/*.layout-main .banner-text .btn-detail{*/
/*margin: 0 15px 0 30px;*/
/*}*/
/*footer*/
.ec-footer {
	background: #242480;
}

.ec-footer .foot-item {
	padding: 45px 0;
	color: #fff;
}

.ec-footer .foot-item li {
	margin-bottom: 10px;
}

.ec-footer .foot-item .pro-left {
	padding-left: 0;
}

.ec-footer .foot-item li div,
.ec-footer .foot-item li a {
	color: #CCCCCC;
}

.ec-footer .copy-right {
	padding: 12px 0;
	border-top: 1px solid #4b5154;
	font-size: 12px;
	color: #CCCCCC;
}

/*table*/
.table>tbody>tr>td {
	border-top: none;
}

.table>tbody>tr>td.active {
	background: transparent;
}

.row {
	margin: 0 !important;
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

@media only screen and (max-width: 1600px) {
	.left-area {
		left: 15%;
	}
}

.erp-banner .imgs .two1 img {
	top: 0;
	left: 35%;
}

@media only screen and (max-width: 1200px) {
	.layout-main .banner-text {
		line-height: 45px;
	}

	/*首页banner*/
	.left-area {
		left: 4%;
	}

	.left-area h3 {
		font-size: 24px;
	}

	.left-area h1 {
		font-size: 38px;
	}


	.imgs img {
		left: 22%;
	}

	.imgs .one1 img {
		left: 19.5%;
	}

	.imgs .two1 img {
		top: 230px;
		left: 25.5%;
	}

	.imgs .two2 img {
		top: 160px;
		left: 25.9%;
	}

	.imgs .two3 img {
		top: 165px;
		left: 25%;
	}

	.imgs .three1 img {
		top: 260px;
		left: 20.5%;
	}

	.imgs .three2 img {
		top: 100px;
		left: 20.4%;
	}

	.imgs .three3 img {
		top: 100px;
		left: 24.4%;
	}

	.imgs .four1 img {
		top: 200px;
		left: 24.5%;
	}

	.imgs .four2 img {
		top: 190px;
		left: 25.5%;
	}

	.imgs .four3 img {
		top: 60px;
		left: 24%;
	}


	.left-area .left-btn {
		padding-top: 30px;
	}

	.erp-banner .imgs .two1 img {
		left: 18%;
	}

	.service-page .h-title {
		margin-bottom: 20px;
	}

	/*客户案例*/
	.case .about_navigation ul li {
		padding: 2px 8px !important;
	}

	.pertner_list .partner_logo {
		width: 100%;
		float: none;
		text-align: center;
		margin-top: 0;
	}

	.pertner_list .partner_info {
		margin-left: 0;
	}

	/*客户说*/
	.friends .media-body,
	.client .media-body {
		padding-bottom: 70px;
	}
}

@media screen and (max-device-width: 320px) {

	/*iphone5尺寸*/
	.imgs {
		top: 8% !important;
		left: -7% !important;
		width: 140% !important;
	}

	.left-area .left-btn {
		padding-top: 5px !important;
	}

	.left-area h1 {
		font-size: 26px;
	}

	.left-area p {
		font-size: 16px;
		padding-top: 20px;
	}

	.left-area .btn {
		padding: 6px 35px;
		font-size: 14px;
		margin-top: 10px;
	}

	/*关于我们*/
	.about-all {
		font-size: 20px !important;
	}

	.about_navigation ul li {
		padding: 0 8px !important;
		margin-right: 0 !important;
	}

	.erp_h .row>div {
		height: 265px !important;
	}

	.h4,
	h4 {
		font-size: 16px;
	}

	.friends .media {
		padding: 10px !important;
	}

	.friends .media-body,
	.client .media-body {
		padding-left: 5px !important;
	}

	.erp-solve .media-heading {
		font-size: 16px !important;
		;
	}
}

/*手机尺寸导航栏底部样式*/


.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
	width: 100%;
	height: 100%;
	display: block;
	/*background: rgba(29,39,50,0.35);	*/
	height: 45px;
	line-height: 45px;
	padding: 0 20px;

}

.panel-default>.panel-heading {
	padding: 0;
	height: auto;

}

.panel {
	margin-bottom: 0px;
}

.panel-body {
	/*padding:0px;*/
	/* color: #fff; */

}

.min-navbar,
#mask {
	display: none;
	opacity: 0;

}

.fadeOutUp {
	position: relative;
	z-index: 999;
}

.min-navbox {
	position: absolute;
	top: 60px;
	width: 100%;
	height: 440px;
	overflow: auto;
	z-index: 51;
	opacity: 0;

}

#mask {
	width: 100%;
	height: 100%;
	opacity: 0;

	background: #000;
	position: fixed;
	z-index: 45;
	top: 0px;
	left: 0px;
}

.intro {
	background: #19242f !important;
}

#collapseOne {
	background: #fff;
}

.panel {
	margin-bottom: 0px;
	background: rgba(34, 45, 55, 0.9);
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.panel-default>.panel-heading {
	color: #fff;
	background: rgba(34, 45, 55, 0.6);
	border-color: rgba(255, 255, 255, 0.04);
}

.panel-title {
	font-size: 14px;
}

.panel-title>a {
	position: relative;
}

.sub-panel .panel-title>a:after {
	content: '';
	border: 2px solid #667180;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 18px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-top: none;
	border-right: none;
	right: 20px;
}

.sub-panel .panel-title>a.actived:after {
	top: 20px;
	border-bottom: none;
	border-left: none;
	border-right: 2px solid #667180;
	border-top: 2px solid #667180;
}

.sub-panel .panel-title>a {
	padding: 0 20px;
}

.submenu-panel .panel-title>a {
	padding: 0 20px;
}

.sub-panel .panel-body {
	padding: 0;
}

.submenu-panel .panel-body {
	padding: 0;
}

.panel-body .submenu-title {
	border-bottom: 1px solid #2b2b2e;
	height: 45px;
	line-height: 45px;
	padding: 0 20px;

}

#collapseOne1 .submenu-title,
#collapseTwo1 .submenu-title,
#collapseThree1 .submenu-title,
#collapseFour1 .submenu-title,
#collapseFive1 .submenu-title {
	border: 0;
	padding: 0 40px;
}

.panel-body .submenu-title>a {
	color: #fff;

}

/*底部*/
@media only screen and (max-width: 767px) {
	.min-foot-item {
		display: block !important;
	}
}

@media screen and (max-width:768px) {
	.foot-item {
		display: none;
	}
}



.min-foot-item {
	display: none;
}

.min-foot-item .contact-way {
	color: #fff;
	height: auto;
	/*overflow: hidden;*/
	width: 90%;
	border: 1px solid #aaa;
	margin: 20px auto;
	padding: 10px 0px;
}

.min-foot-item .contact-way a {
	color: #fff;
}

.min-foot-item .contact-way p {
	text-align: center;
}

.blogroll-href {
	color: #999;
	padding-top: 25px;
	margin-bottom: -20px;
}

.blogroll-href a {
	color: #CCCCCC;
	padding-right: 15px;
}

/*wms 功能与版本手机尺寸样式*/
/*wms 功能与版本手机尺寸样式*/
.h-content {
	margin-bottom: 20px;
}

.h-content .feature-item li {
	display: inline-block;
	text-align: center;
	width: 12%;
}

.h-content .feature-item li p {
	display: inline-block;
	width: 48px;
	height: 48px;
}

.h-content .feature-item li p img {
	display: block;
	width: 100%;
	height: 100%;
}

.h-content .feature-item li h5 {
	font-size: 16px;
}

@media screen and (max-width: 600px) {
	.h-content .feature-item li {
		width: 24%;
		padding: 15px 10px;
	}

	.h-content .feature-item li .s-text {
		padding: 0 12px;
	}

	.h-content .feature-item li h5 {
		font-size: 14px;
	}
}

@media screen and (max-device-width: 320px) {
	.h-content .feature-item li {
		padding: 15px 6px;
	}
}

/*zheng */

@media only screen and (max-width:768px) {


	/*手机导航*/
	.flbox {
		width: 50%;
		float: left;
	}

	.erp-solve .menu-list p {
		font-size: 1.2rem;
	}

	.solve .erp-img a {
		font-size: 1.4rem;
	}

	/*手机banner*/
	.left-area {
		left: 0;
		top: 60%;
		text-align: center;
		width: 100%;
	}

	.left-area h1 {
		font-size: 3.8rem;
	}

	.left-area h3 {
		font-size: 2.8rem;
	}

	.left-area p {
		font-size: 2.4rem;
		color: rgba(255, 255, 255, 0.8);
		padding: 10px 20px 0;
	}

	.imgs {
		top: 14%;
		left: 5%;
		width: 110%;
	}

	.left-area .btn {
		padding: 12px 51px;
		margin-right: 0;
		font-size: 1.8rem;
	}

	.imgs .one1 img {
		top: 62px;
		left: -13%;
	}

	.imgs .one2 img {
		top: 0;
	}

	.imgs .one3 img {
		top: -80px;
	}

	.imgs .two1 img {
		top: 0px;
		left: -15%;
	}

	.imgs .two2 img {
		top: -46px;
		left: -14.5%;
	}

	.imgs .two3 img {
		top: -36px;
		left: -15.5%;
	}

	.imgs .three1 img {
		top: 42px;
		left: -18%;
	}

	.imgs .three2 img {
		top: -45px;
		left: -18%;
	}

	.imgs .three3 img {
		top: -48px;
		left: -14%;
	}

	.imgs .four1 img {
		top: -2px;
		left: -15%;
	}

	.imgs .four2 img {
		top: -6px;
		left: -14.5%;
	}

	.imgs .four3 img {
		top: -76px;
		left: -15.5%;
	}



	.main-banner__scrolldown {
		bottom: 50px;
	}

	.imgs img {
		top: 0;
		left: -10%;
		width: 100%;
	}

	/*产品页banner*/
	.pro-swiper .left-area {
		left: 5% !important;
		top: 55% !important;
	}

	.pro-swiper .left-area h1 {
		font-size: 28px;
	}

	.pro-swiper .left-area p {
		font-size: 14px;
	}

	.left-area .btn {
		padding: 10px 50px;
		margin-top: -20px;
		font-size: 14px;
	}

	.area {
		width: 90% !important;
		text-align: center;
	}

	.pro-swiper .imgs {
		top: -6% !important;
	}

	.pro-swiper .imgs img {
		left: -12% !important;
	}

	.ywms-banner .imgs {
		width: 85% !important;
		left: 20%;
	}

	.friends .media-body,
	.client .media-body {
		padding-bottom: 0px;
	}

}

@media only screen and (max-width: 435px) {

	.erp-banner {
		height: 460px;
	}

	/*手机导航*/
	.flbox {
		width: 50%;
		float: left;
	}

	.erp-solve .menu-list p {
		font-size: 1.2rem;
	}

	.solve .erp-img a {
		font-size: 1.4rem;
	}

	/*手机banner*/
	.left-area {
		left: 0;
		top: 52%;
		text-align: center;
		width: 100%;
	}

	.left-area h1 {
		font-size: 2.4rem;
	}

	.left-area h3 {
		font-size: 1.8rem;
	}

	.left-area p {
		font-size: 1.4rem;
		color: rgba(255, 255, 255, 0.8);
		padding: 10px 20px 0;
	}

	.imgs {
		top: 14%;
		left: 8%;
		width: 110%;
	}

	.left-area .btn {
		padding: 7px 31px;
		margin-right: 0;
		font-size: 1.6rem;
	}

	.imgs .one1 img {
		top: 42px;
		left: -18%;
	}

	.imgs .one2 img {
		top: 0;
	}

	.imgs .one3 img {
		top: -80px;
	}

	.imgs .two1 img {
		top: 0px;
		left: -15%;
	}

	.imgs .two2 img {
		top: -46px;
		left: -14.5%;
	}

	.imgs .two3 img {
		top: -36px;
		left: -15.5%;
	}

	.imgs .three1 img {
		top: 42px;
		left: -18%;
	}

	.imgs .three2 img {
		top: -45px;
		left: -18%;
	}

	.imgs .three3 img {
		top: -48px;
		left: -14%;
	}

	.imgs .four1 img {
		top: -2px;
		left: -15%;
	}

	.imgs .four2 img {
		top: -6px;
		left: -14.5%;
	}

	.imgs .four3 img {
		top: -76px;
		left: -15.5%;
	}



	.main-banner__scrolldown {
		bottom: 50px;
	}

	.imgs img {
		top: 0;
		left: -15%;
		width: 110%;
	}

	.pro-swiper .imgs {
		top: 6% !important;
		left: 0 !important;
	}

	.pro-swiper .left-area {
		left: 5% !important;
		top: 60% !important;
	}

	.pro-swiper .imgs img {
		left: -45% !important;
		top: -30px !important;
		width: 160% !important;
	}

	.pro-swiper .left-area h1 {
		font-size: 20px;
	}

	.pro-swiper .left-area p {
		font-size: 12px;
		line-height: 20px;
		padding-top: 0;
		padding-bottom: 20px;
	}


	.erp_h .row>div {
		height: 245px !important;
	}

	.erp_h {
		padding: 1.75rem 0 0;
	}

	.solve .menu-list {
		padding: 10px 15px;
	}

	.solve .menu-list p {
		font-size: 1.2rem;
		padding: 0 2px;
		line-height: 18px;
		height: 75px;
	}

	.solve .menu-list a {
		margin-right: -15px;
	}

	.friends .media-body,
	.client .media-body {
		padding-bottom: 0px;
	}

	.erp-solve .media-heading {
		font-size: 18px;
	}

	.friends .media {
		padding: 15px !important;
		margin-bottom: 12px !important;
	}

}

.pd26 .erp-solve .menu-list p {
	display: block;
}

/*zheng end*/

.logo-img {
	padding-top: 10px;
	height: 65px;
	width: auto !important;
	margin-top: -5px;
}

/*.headerbox{
    background: #19242f;
    filter:Alpha(opacity=35);

}*/
/*@media \0screen\,screen\9 {!* 只支持IE6、7、8 *!*/
/*.headerbox{*/
/*background-color: blue;*/
/*!*background-color:#19242f;*!*/
/*!*filter:Alpha(opacity=35);*!*/
/*position:static; !* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 *!*/
/**zoom:1; !* 激活IE6、7的haslayout属性，让它读懂Alpha *!*/
/*}*/
/*!*.headerbox div,.headerbox a,.headerbox li{*!*/
/*!*position: relative;!* 设置子元素为相对定位，可让子元素不继承Alpha值 *!*!*/
/*!*}*!*/
/*}*/



.servce_bigbox~.headerbox {
	background-color: blue;
}


/*bing*/
.p_color {
	color: #757575
}

@media screen and (max-width: 1896px) {

	/*小于1200*/
	.zb_xiugai .col-xs-12 {
		width: 100%;
	}

	.zb_xiugai .col-md-1 {
		margin-top: -14px
	}

	.col-md-offset-2 {
		margin-left: 0;
	}
}




@media only screen and (max-width: 435px) {

	.zb_height .menu-list {
		height: 240px;
	}
}

/* 手机端头部悬浮 */
@media only screen and (max-width: 768px) {
	.headerbox {
		position: fixed !important;
		background: rgb(25, 36, 47) !important;
	}
}


.banner-box {
	width: 100%;
	height: auto;
	/* background: blue; */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: initial;
}

.banner-box h1 {
	font-size: 48px;
	margin-bottom: 60px;
}

.banner-subtext .subtexts {
	display: inline-block;
	margin: 10px 12px;
}

.banner-subtext .subtexts:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	border: 1px solid #fff;
	background: #fff;
	vertical-align: middle;
	margin-right: 12px;
}

.banner-box .banner-subtext {
	width: 100%;
	margin: 0 auto;
	background: url(/img/case-icon/banner-line.png) no-repeat center bottom;
}

/* 手机端 */
@media screen and (max-width: 768px) {
	.banner-box .banner-subtext {
		background-size: 85%;
		font-size: 14px;
	}

	.banner-box h1 {
		font-size: 22px;
		padding: 20px;
		line-height: 30px;
	}

	.banner-box {
		width: 100%;
		top: 55%;
	}
}


/* 头部导航栏新增样式 */
.navbox {
	overflow: initial;
}

.navbox>li {
	position: relative;
}

.navbox>li.hasChildren {
	position: initial;
}

.navbox .items-box {
	display: none;
	position: absolute;
	left: -50px;
	width: 170px;
	background: #fff;
	padding-bottom: 5px;
}

.navbox .items-box .items-list {
	/* width: 120px; */
	margin: 0 4px;
}

.navbox .items-box .items-list li {
	width: 100%;
	height: 32px;
	line-height: 32px;
	margin-top: 5px;
}

.navbox .items-box .items-list li a {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #000;
}

.navbox .items-box .items-list li a:hover {
	color: #3baaf1;
	background: hsla(0, 0%, 100%, .1);
}

#layPage {
	text-align: center;
}

/********************************* 2018-7-26 新样式 *****************************/
@media screen and (max-width: 375px) {
	.banner-subtext .subtexts {
		margin: 10px 24px;
	}
}

/* footer */
.ec-footer .sub-font {
	font-size: 12px;
}

.ec-footer .contact-wrap {
	padding: 13px 0;
	border-top: 1px solid #4b5154;
	border-bottom: 1px solid #4b5154;
	margin-top: 24px;
}

.ec-footer .contact-item {
	text-align: center;
	border-right: 1px solid #4b5154;
}

.ec-footer .contact-item:last-child {
	border-right: 0;
}

.ec-footer .contact-img {
	display: inline-block;
	margin-right: 15px;
}

.ec-footer .contact-text {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.ec-footer .contact-text span {
	color: #CCCCCC;
}

.ec-footer .foot-item.new-foot-item {
	padding-bottom: 20px;
}

.ec-footer .foot-item>div>h4 {
	margin-bottom: 15px;
}

.ec-footer .copy-right.new-copy-right {
	border-top: 0;
}

@media (min-width: 992px) {
	.col-md-2.cols2 {
		width: 15%;
	}
}



/******************** 2019-01-10 **********************/
.ec-blue {
	color: #00a4ff;
}

.inner_dropdown {
	padding-left: 0;
	padding-top: 20px;
}

.hd_dropdown_item {
	padding-left: 0;
	padding-right: 0;
}

.hd_menu_dropdown_item {
	position: initial;
}

.menu-second {
	font-size: 16px;
	color: #7a8185;
	padding-left: 12px;
}

.menu_dropdown_title {
	width: 100%;
}

.hd_menu_item_col {
	display: block;
}

.hd_item_col_subMenu>a {
	color: #2b3033;
	background: #fff;
	width: 194px;
	padding: 15px 2px 15px 11px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
	/*box-shadow:0px 0px 18px 2px rgba(34,104,240,0.15);*/
	white-space: nowrap;

}

.hd_item_col_subMenu p {
	white-space: normal;
	padding-top: 6px;
}

.dropdown-style {
	position: relative;
	border-bottom: 1px solid #00a4ff;
}

.dropdown-style:after {
	position: absolute;
	left: 45%;
	bottom: -6px;
	content: '';
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 5px solid #00a4ff;
	z-index: 999999999;
}

.swiper-container.swiper-partner {
	height: 110px;
	padding: 28px 0;
}

.swiper-partner .swiper-slide {
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}


body {
	-webkit-overflow-scrolling: touch;
}

.sub-panel .panel-title>a.one-level:after {
	display: none;
}


/* 右侧咨询悬浮窗 */
.float_tool_bar {
	position: fixed;
	z-index: 999999999999999999999;
	top: 50vh;
	right: 10px;
	width: 68px;
	margin-top: -110px;
}

.float_tool_bar .item {
	position: relative;
	display: block;
	cursor: pointer;
	border: 1px solid #ddd;
	background: #fff;
	margin-bottom: 6px;
	color: #999;
	text-align: center;
	font-size: 12px;
	width: 100%;
}

.float_tool_bar .item.defaults {
	background: #2268F0;
	color: #fff;
	border-color: #2268F0;
}

.float_tool_bar .item .over {
	display: block;
	overflow: hidden;
	width: 68px;
	height: 65px;
	padding: 8px 0;
}

.float_tool_bar .item .icon {
	width: 100%;
	height: 100%;
	-webkit-transition: .1s ease;
	transition: .1s ease
}

.float_tool_bar .item .icon .img {
	width: 26px;
	height: 26px;
	background: no-repeat center;
	margin: 2px auto;
	background-size: 100%;
}

.float_tool_bar .item .icon .kefu-img {
	background-image: url("/img/home-icon/kefu.png");
}

.float_tool_bar .item .icon .qq-img {
	background-image: url("/img/home-icon/qq.png");
}

.float_tool_bar .item .icon .phone-img {
	background-image: url("/img/home-icon/phone.png");
}

.float_tool_bar .item .icon .weixin-img {
	background-image: url("/img/home-icon/weixin.png");
}

.float_tool_bar .item .icon .login-img {
	background-image: url("/img/home-icon/login.png");
}

.float_tool_bar .item .icon .top-img {
	background-image: url("/img/home-icon/top.png");
}

.float_tool_bar .item:hover .icon .qq-img {
	background-image: url("http://img.kuajingyan.com/uploadImg/home/article/20200324/15850496153673.png");
}

.float_tool_bar .item:hover {
	border: 1px solid #2268F0;
	background: #2268F0;
	color: #fff;
}

.float_tool_bar .item:hover span div {
	color: #fff !important;
}

.float_tool_bar .item:hover .icon .phone-img {
	background-image: url("http://img.kuajingyan.com/uploadImg/home/article/20200324/15850495534221.png");
}

.float_tool_bar .item:hover .icon .weixin-img {
	background-image: url("http://img.kuajingyan.com/uploadImg/home/article/20200324/15850492622219.png");
}

.float_tool_bar .item:hover .icon .login-img {
	background-image: url("http://img.kuajingyan.com/uploadImg/home/article/20200324/15850493835114.png");
}

.float_tool_bar .item:hover .icon .top-img {
	background-image: url("http://img.kuajingyan.com/uploadImg/home/article/20200402/15857938553152.png");
}

.float_tool_bar a:hover .txt {
	color: #2268F0;
}

.float_tool_bar .item:hover .detail {
	display: block
}



.float_tool_bar .item .detail {
	font-size: 16px;
	line-height: 1rem;
	position: absolute;
	top: 0;
	right: 80px;
	display: none;
	background: #fff;
	min-width: 160px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	padding: 12px;
	font-size: 14px;
	text-align: left;
	color: #333;
}


.float_tool_bar .item .detail .sub-font {
	font-size: 12px;
	color: #666;
}

.float_tool_bar .item .detail.detail-phone {
	width: 268px;
	height: 135px;

}

.float_tool_bar .item .detail.detail-phone dt {
	padding-right: 10px;
	height: 44px;
}

.float_tool_bar .item .detail.detail-phone dt img {
	margin-top: 10px;
}

.float_tool_bar .item .detail.detail-phone dd {
	line-height: 22px;
}

.float_tool_bar .item .detail.detail-weixin {
	height: 232px;
}

.float_tool_bar .item .detail.detail-weixin .weixin-txt {
	margin-top: 20px;
}

.font1 {
	font-size: 1px !important;
}

.font2 {
	font-size: 2px !important;
}

.font3 {
	font-size: 3px !important;
}

.font4 {
	font-size: 4px !important;
}

.font5 {
	font-size: 5px !important;
}

.font6 {
	font-size: 6px !important;
}

.font7 {
	font-size: 7px !important;
}

.font8 {
	font-size: 8px !important;
}

.font9 {
	font-size: 9px !important;
}

.font10 {
	font-size: 10px !important;
}

.font11 {
	font-size: 11px !important;
}

.font12 {
	font-size: 12px !important;
}

.font13 {
	font-size: 13px !important;
}

.font14 {
	font-size: 14px !important;
}

.font15 {
	font-size: 15px !important;
}

.font16 {
	font-size: 16px !important;
}

.font17 {
	font-size: 17px !important;
}

.font18 {
	font-size: 18px !important;
}

.font19 {
	font-size: 19px !important;
}

.font20 {
	font-size: 20px !important;
}

.font21 {
	font-size: 21px !important;
}

.font22 {
	font-size: 22px !important;
}

.font23 {
	font-size: 23px !important;
}

.font24 {
	font-size: 24px !important;
}

.font25 {
	font-size: 25px !important;
}

.font26 {
	font-size: 26px !important;
}

.font27 {
	font-size: 27px !important;
}

.font28 {
	font-size: 28px !important;
}

.font29 {
	font-size: 29px !important;
}

.font30 {
	font-size: 30px !important;
}

.mt1 {
	margin-top: 1px !important;
}

.mt2 {
	margin-top: 2px !important;
}

/*自定义类名*/
.fr {
	float: right;
}

.fl {
	float: left;
}

.pr0 {
	padding-right: 0px !important;
}

.pr1 {
	padding-right: 1px !important;
}

.pr2 {
	padding-right: 2px !important;
}

.pr3 {
	padding-right: 3px !important;
}

.pr4 {
	padding-right: 4px !important;
}

.pr5 {
	padding-right: 5px !important;
}

.pr6 {
	padding-right: 6px !important;
}

.pr7 {
	padding-right: 7px !important;
}

.pr8 {
	padding-right: 8px !important;
}

.pr9 {
	padding-right: 9px !important;
}

.pr10 {
	padding-right: 10px !important;
}

.pr11 {
	padding-right: 11px !important;
}

.pr12 {
	padding-right: 12px !important;
}

.pr13 {
	padding-right: 13px !important;
}

.pr14 {
	padding-right: 14px !important;
}

.pr15 {
	padding-right: 15px !important;
}

.pr16 {
	padding-right: 16px !important;
}

.pr17 {
	padding-right: 17px !important;
}

.pr18 {
	padding-right: 18px !important;
}

.pr19 {
	padding-right: 19px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.pr21 {
	padding-right: 21px !important;
}

.pr22 {
	padding-right: 22px !important;
}

.pr23 {
	padding-right: 23px !important;
}

.pr24 {
	padding-right: 24px !important;
}

.pr25 {
	padding-right: 25px !important;
}

.pr26 {
	padding-right: 26px !important;
}

.pr27 {
	padding-right: 27px !important;
}

.pr28 {
	padding-right: 28px !important;
}

.pr29 {
	padding-right: 29px !important;
}

.pr30 {
	padding-right: 30px !important;
}

.pr31 {
	padding-right: 31px !important;
}

.pr32 {
	padding-right: 32px !important;
}

.pr33 {
	padding-right: 33px !important;
}

.pr34 {
	padding-right: 34px !important;
}

.pr35 {
	padding-right: 35px !important;
}

.pr36 {
	padding-right: 36px !important;
}

.pr37 {
	padding-right: 37px !important;
}

.pr38 {
	padding-right: 38px !important;
}

.pr39 {
	padding-right: 39px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.pr41 {
	padding-right: 41px !important;
}

.pr42 {
	padding-right: 42px !important;
}

.pr43 {
	padding-right: 43px !important;
}

.pr44 {
	padding-right: 44px !important;
}

.pr45 {
	padding-right: 45px !important;
}

.pr46 {
	padding-right: 46px !important;
}

.pr47 {
	padding-right: 47px !important;
}

.pr48 {
	padding-right: 48px !important;
}

.pr49 {
	padding-right: 49px !important;
}

.pr50 {
	padding-right: 50px !important;
}

.pr51 {
	padding-right: 51px !important;
}

.pr52 {
	padding-right: 52px !important;
}

.pr53 {
	padding-right: 53px !important;
}

.pr54 {
	padding-right: 54px !important;
}

.pr55 {
	padding-right: 55px !important;
}

.pr56 {
	padding-right: 56px !important;
}

.pr57 {
	padding-right: 57px !important;
}

.pr58 {
	padding-right: 58px !important;
}

.pr59 {
	padding-right: 59px !important;
}

.pr60 {
	padding-right: 60px !important;
}

.pr61 {
	padding-right: 61px !important;
}

.pr62 {
	padding-right: 62px !important;
}

.pr63 {
	padding-right: 63px !important;
}

.pr64 {
	padding-right: 64px !important;
}

.pr65 {
	padding-right: 65px !important;
}

.pr66 {
	padding-right: 66px !important;
}

.pr67 {
	padding-right: 67px !important;
}

.pr68 {
	padding-right: 68px !important;
}

.pr69 {
	padding-right: 69px !important;
}

.pr70 {
	padding-right: 70px !important;
}

.pr71 {
	padding-right: 71px !important;
}

.pr72 {
	padding-right: 72px !important;
}

.pr73 {
	padding-right: 73px !important;
}

.pr74 {
	padding-right: 74px !important;
}

.pr75 {
	padding-right: 75px !important;
}

.pr76 {
	padding-right: 76px !important;
}

.pr77 {
	padding-right: 77px !important;
}

.pr78 {
	padding-right: 78px !important;
}

.pr79 {
	padding-right: 79px !important;
}

.pr80 {
	padding-right: 80px !important;
}

.pr81 {
	padding-right: 81px !important;
}

.pr82 {
	padding-right: 82px !important;
}

.pr83 {
	padding-right: 83px !important;
}

.pr84 {
	padding-right: 84px !important;
}

.pr85 {
	padding-right: 85px !important;
}

.pr86 {
	padding-right: 86px !important;
}

.pr87 {
	padding-right: 87px !important;
}

.pr88 {
	padding-right: 88px !important;
}

.pr89 {
	padding-right: 89px !important;
}

.pr90 {
	padding-right: 90px !important;
}

.pr91 {
	padding-right: 91px !important;
}

.pr92 {
	padding-right: 92px !important;
}

.pr93 {
	padding-right: 93px !important;
}

.pr94 {
	padding-right: 94px !important;
}

.pr95 {
	padding-right: 95px !important;
}

.pr96 {
	padding-right: 96px !important;
}

.pr97 {
	padding-right: 97px !important;
}

.pr98 {
	padding-right: 98px !important;
}

.pr99 {
	padding-right: 99px !important;
}

.pr100 {
	padding-right: 100px !important;
}

.pl0 {
	padding-left: 0px !important;
}

.pl1 {
	padding-left: 1px !important;
}

.pl2 {
	padding-left: 2px !important;
}

.pl3 {
	padding-left: 3px !important;
}

.pl4 {
	padding-left: 4px !important;
}

.pl5 {
	padding-left: 5px !important;
}

.pl6 {
	padding-left: 6px !important;
}

.pl7 {
	padding-left: 7px !important;
}

.pl8 {
	padding-left: 8px !important;
}

.pl9 {
	padding-left: 9px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pl11 {
	padding-left: 11px !important;
}

.pl12 {
	padding-left: 12px !important;
}

.pl13 {
	padding-left: 13px !important;
}

.pl14 {
	padding-left: 14px !important;
}

.pl15 {
	padding-left: 15px !important;
}

.pl16 {
	padding-left: 16px !important;
}

.pl17 {
	padding-left: 17px !important;
}

.pl18 {
	padding-left: 18px !important;
}

.pl19 {
	padding-left: 19px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pl21 {
	padding-left: 21px !important;
}

.pl22 {
	padding-left: 22px !important;
}

.pl23 {
	padding-left: 23px !important;
}

.pl24 {
	padding-left: 24px !important;
}

.pl25 {
	padding-left: 25px !important;
}

.pl26 {
	padding-left: 26px !important;
}

.pl27 {
	padding-left: 27px !important;
}

.pl28 {
	padding-left: 28px !important;
}

.pl29 {
	padding-left: 29px !important;
}

.pl30 {
	padding-left: 30px !important;
}

.pl31 {
	padding-left: 31px !important;
}

.pl32 {
	padding-left: 32px !important;
}

.pl33 {
	padding-left: 33px !important;
}

.pl34 {
	padding-left: 34px !important;
}

.pl35 {
	padding-left: 35px !important;
}

.pl36 {
	padding-left: 36px !important;
}

.pl37 {
	padding-left: 37px !important;
}

.pl38 {
	padding-left: 38px !important;
}

.pl39 {
	padding-left: 39px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pl41 {
	padding-left: 41px !important;
}

.pl42 {
	padding-left: 42px !important;
}

.pl43 {
	padding-left: 43px !important;
}

.pl44 {
	padding-left: 44px !important;
}

.pl45 {
	padding-left: 45px !important;
}

.pl46 {
	padding-left: 46px !important;
}

.pl47 {
	padding-left: 47px !important;
}

.pl48 {
	padding-left: 48px !important;
}

.pl49 {
	padding-left: 49px !important;
}

.pl50 {
	padding-left: 50px !important;
}

.pl51 {
	padding-left: 51px !important;
}

.pl52 {
	padding-left: 52px !important;
}

.pl53 {
	padding-left: 53px !important;
}

.pl54 {
	padding-left: 54px !important;
}

.pl55 {
	padding-left: 55px !important;
}

.pl56 {
	padding-left: 56px !important;
}

.pl57 {
	padding-left: 57px !important;
}

.pl58 {
	padding-left: 58px !important;
}

.pl59 {
	padding-left: 59px !important;
}

.pl60 {
	padding-left: 60px !important;
}

.pl61 {
	padding-left: 61px !important;
}

.pl62 {
	padding-left: 62px !important;
}

.pl63 {
	padding-left: 63px !important;
}

.pl64 {
	padding-left: 64px !important;
}

.pl65 {
	padding-left: 65px !important;
}

.pl66 {
	padding-left: 66px !important;
}

.pl67 {
	padding-left: 67px !important;
}

.pl68 {
	padding-left: 68px !important;
}

.pl69 {
	padding-left: 69px !important;
}

.pl70 {
	padding-left: 70px !important;
}

.pl71 {
	padding-left: 71px !important;
}

.pl72 {
	padding-left: 72px !important;
}

.pl73 {
	padding-left: 73px !important;
}

.pl74 {
	padding-left: 74px !important;
}

.pl75 {
	padding-left: 75px !important;
}

.pl76 {
	padding-left: 76px !important;
}

.pl77 {
	padding-left: 77px !important;
}

.pl78 {
	padding-left: 78px !important;
}

.pl79 {
	padding-left: 79px !important;
}

.pl80 {
	padding-left: 80px !important;
}

.pl81 {
	padding-left: 81px !important;
}

.pl82 {
	padding-left: 82px !important;
}

.pl83 {
	padding-left: 83px !important;
}

.pl84 {
	padding-left: 84px !important;
}

.pl85 {
	padding-left: 85px !important;
}

.pl86 {
	padding-left: 86px !important;
}

.pl87 {
	padding-left: 87px !important;
}

.pl88 {
	padding-left: 88px !important;
}

.pl89 {
	padding-left: 89px !important;
}

.pl90 {
	padding-left: 90px !important;
}

.pl91 {
	padding-left: 91px !important;
}

.pl92 {
	padding-left: 92px !important;
}

.pl93 {
	padding-left: 93px !important;
}

.pl94 {
	padding-left: 94px !important;
}

.pl95 {
	padding-left: 95px !important;
}

.pl96 {
	padding-left: 96px !important;
}

.pl97 {
	padding-left: 97px !important;
}

.pl98 {
	padding-left: 98px !important;
}

.pl99 {
	padding-left: 99px !important;
}

.pl100 {
	padding-left: 100px !important;
}

.pt0 {
	padding-top: 0px !important;
}

.pt1 {
	padding-top: 1px !important;
}

.pt2 {
	padding-top: 2px !important;
}

.pt3 {
	padding-top: 3px !important;
}

.pt4 {
	padding-top: 4px !important;
}

.pt5 {
	padding-top: 5px !important;
}

.pt6 {
	padding-top: 6px !important;
}

.pt7 {
	padding-top: 7px !important;
}

.pt8 {
	padding-top: 8px !important;
}

.pt9 {
	padding-top: 9px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt11 {
	padding-top: 11px !important;
}

.pt12 {
	padding-top: 12px !important;
}

.pt13 {
	padding-top: 13px !important;
}

.pt14 {
	padding-top: 14px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pt16 {
	padding-top: 16px !important;
}

.pt17 {
	padding-top: 17px !important;
}

.pt18 {
	padding-top: 18px !important;
}

.pt19 {
	padding-top: 19px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt21 {
	padding-top: 21px !important;
}

.pt22 {
	padding-top: 22px !important;
}

.pt23 {
	padding-top: 23px !important;
}

.pt24 {
	padding-top: 24px !important;
}

.pt25 {
	padding-top: 25px !important;
}

.pt26 {
	padding-top: 26px !important;
}

.pt27 {
	padding-top: 27px !important;
}

.pt28 {
	padding-top: 28px !important;
}

.pt29 {
	padding-top: 29px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pt31 {
	padding-top: 31px !important;
}

.pt32 {
	padding-top: 32px !important;
}

.pt33 {
	padding-top: 33px !important;
}

.pt34 {
	padding-top: 34px !important;
}

.pt35 {
	padding-top: 35px !important;
}

.pt36 {
	padding-top: 36px !important;
}

.pt37 {
	padding-top: 37px !important;
}

.pt38 {
	padding-top: 38px !important;
}

.pt39 {
	padding-top: 39px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pt41 {
	padding-top: 41px !important;
}

.pt42 {
	padding-top: 42px !important;
}

.pt43 {
	padding-top: 43px !important;
}

.pt44 {
	padding-top: 44px !important;
}

.pt45 {
	padding-top: 45px !important;
}

.pt46 {
	padding-top: 46px !important;
}

.pt47 {
	padding-top: 47px !important;
}

.pt48 {
	padding-top: 48px !important;
}

.pt49 {
	padding-top: 49px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.pt51 {
	padding-top: 51px !important;
}

.pt52 {
	padding-top: 52px !important;
}

.pt53 {
	padding-top: 53px !important;
}

.pt54 {
	padding-top: 54px !important;
}

.pt55 {
	padding-top: 55px !important;
}

.pt56 {
	padding-top: 56px !important;
}

.pt57 {
	padding-top: 57px !important;
}

.pt58 {
	padding-top: 58px !important;
}

.pt59 {
	padding-top: 59px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pt61 {
	padding-top: 61px !important;
}

.pt62 {
	padding-top: 62px !important;
}

.pt63 {
	padding-top: 63px !important;
}

.pt64 {
	padding-top: 64px !important;
}

.pt65 {
	padding-top: 65px !important;
}

.pt66 {
	padding-top: 66px !important;
}

.pt67 {
	padding-top: 67px !important;
}

.pt68 {
	padding-top: 68px !important;
}

.pt69 {
	padding-top: 69px !important;
}

.pt70 {
	padding-top: 70px !important;
}

.pt71 {
	padding-top: 71px !important;
}

.pt72 {
	padding-top: 72px !important;
}

.pt73 {
	padding-top: 73px !important;
}

.pt74 {
	padding-top: 74px !important;
}

.pt75 {
	padding-top: 75px !important;
}

.pt76 {
	padding-top: 76px !important;
}

.pt77 {
	padding-top: 77px !important;
}

.pt78 {
	padding-top: 78px !important;
}

.pt79 {
	padding-top: 79px !important;
}

.pt80 {
	padding-top: 80px !important;
}

.pt81 {
	padding-top: 81px !important;
}

.pt82 {
	padding-top: 82px !important;
}

.pt83 {
	padding-top: 83px !important;
}

.pt84 {
	padding-top: 84px !important;
}

.pt85 {
	padding-top: 85px !important;
}

.pt86 {
	padding-top: 86px !important;
}

.pt87 {
	padding-top: 87px !important;
}

.pt88 {
	padding-top: 88px !important;
}

.pt89 {
	padding-top: 89px !important;
}

.pt90 {
	padding-top: 90px !important;
}

.pt91 {
	padding-top: 91px !important;
}

.pt92 {
	padding-top: 92px !important;
}

.pt93 {
	padding-top: 93px !important;
}

.pt94 {
	padding-top: 94px !important;
}

.pt95 {
	padding-top: 95px !important;
}

.pt96 {
	padding-top: 96px !important;
}

.pt97 {
	padding-top: 97px !important;
}

.pt98 {
	padding-top: 98px !important;
}

.pt99 {
	padding-top: 99px !important;
}

.pt100 {
	padding-top: 100px !important;
}

.pt101 {
	padding-top: 101px !important;
}

.pt102 {
	padding-top: 102px !important;
}

.pt103 {
	padding-top: 103px !important;
}

.pt104 {
	padding-top: 104px !important;
}

.pt105 {
	padding-top: 105px !important;
}

.pt106 {
	padding-top: 106px !important;
}

.pt107 {
	padding-top: 107px !important;
}

.pt108 {
	padding-top: 108px !important;
}

.pt109 {
	padding-top: 109px !important;
}

.pt110 {
	padding-top: 110px !important;
}

.pt111 {
	padding-top: 111px !important;
}

.pt112 {
	padding-top: 112px !important;
}

.pt113 {
	padding-top: 113px !important;
}

.pt114 {
	padding-top: 114px !important;
}

.pt115 {
	padding-top: 115px !important;
}

.pb0 {
	padding-bottom: 0px !important;
}

.pb1 {
	padding-bottom: 1px !important;
}

.pb2 {
	padding-bottom: 2px !important;
}

.pb3 {
	padding-bottom: 3px !important;
}

.pb4 {
	padding-bottom: 4px !important;
}

.pb5 {
	padding-bottom: 5px !important;
}

.pb6 {
	padding-bottom: 6px !important;
}

.pb7 {
	padding-bottom: 7px !important;
}

.pb8 {
	padding-bottom: 8px !important;
}

.pb9 {
	padding-bottom: 9px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb11 {
	padding-bottom: 11px !important;
}

.pb12 {
	padding-bottom: 12px !important;
}

.pb13 {
	padding-bottom: 13px !important;
}

.pb14 {
	padding-bottom: 14px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pb16 {
	padding-bottom: 16px !important;
}

.pb17 {
	padding-bottom: 17px !important;
}

.pb18 {
	padding-bottom: 18px !important;
}

.pb19 {
	padding-bottom: 19px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb21 {
	padding-bottom: 21px !important;
}

.pb22 {
	padding-bottom: 22px !important;
}

.pb23 {
	padding-bottom: 23px !important;
}

.pb24 {
	padding-bottom: 24px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

.pb26 {
	padding-bottom: 26px !important;
}

.pb27 {
	padding-bottom: 27px !important;
}

.pb28 {
	padding-bottom: 28px !important;
}

.pb29 {
	padding-bottom: 29px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pb31 {
	padding-bottom: 31px !important;
}

.pb32 {
	padding-bottom: 32px !important;
}

.pb33 {
	padding-bottom: 33px !important;
}

.pb34 {
	padding-bottom: 34px !important;
}

.pb35 {
	padding-bottom: 35px !important;
}

.pb36 {
	padding-bottom: 36px !important;
}

.pb37 {
	padding-bottom: 37px !important;
}

.pb38 {
	padding-bottom: 38px !important;
}

.pb39 {
	padding-bottom: 39px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pb41 {
	padding-bottom: 41px !important;
}

.pb42 {
	padding-bottom: 42px !important;
}

.pb43 {
	padding-bottom: 43px !important;
}

.pb44 {
	padding-bottom: 44px !important;
}

.pb45 {
	padding-bottom: 45px !important;
}

.pb46 {
	padding-bottom: 46px !important;
}

.pb47 {
	padding-bottom: 47px !important;
}

.pb48 {
	padding-bottom: 48px !important;
}

.pb49 {
	padding-bottom: 49px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

.pb51 {
	padding-bottom: 51px !important;
}

.pb52 {
	padding-bottom: 52px !important;
}

.pb53 {
	padding-bottom: 53px !important;
}

.pb54 {
	padding-bottom: 54px !important;
}

.pb55 {
	padding-bottom: 55px !important;
}

.pb56 {
	padding-bottom: 56px !important;
}

.pb57 {
	padding-bottom: 57px !important;
}

.pb58 {
	padding-bottom: 58px !important;
}

.pb59 {
	padding-bottom: 59px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pb61 {
	padding-bottom: 61px !important;
}

.pb62 {
	padding-bottom: 62px !important;
}

.pb63 {
	padding-bottom: 63px !important;
}

.pb64 {
	padding-bottom: 64px !important;
}

.pb65 {
	padding-bottom: 65px !important;
}

.pb66 {
	padding-bottom: 66px !important;
}

.pb67 {
	padding-bottom: 67px !important;
}

.pb68 {
	padding-bottom: 68px !important;
}

.pb69 {
	padding-bottom: 69px !important;
}

.pb70 {
	padding-bottom: 70px !important;
}

.pb71 {
	padding-bottom: 71px !important;
}

.pb72 {
	padding-bottom: 72px !important;
}

.pb73 {
	padding-bottom: 73px !important;
}

.pb74 {
	padding-bottom: 74px !important;
}

.pb75 {
	padding-bottom: 75px !important;
}

.pb76 {
	padding-bottom: 76px !important;
}

.pb77 {
	padding-bottom: 77px !important;
}

.pb78 {
	padding-bottom: 78px !important;
}

.pb79 {
	padding-bottom: 79px !important;
}

.pb80 {
	padding-bottom: 80px !important;
}

.pb81 {
	padding-bottom: 81px !important;
}

.pb82 {
	padding-bottom: 82px !important;
}

.pb83 {
	padding-bottom: 83px !important;
}

.pb84 {
	padding-bottom: 84px !important;
}

.pb85 {
	padding-bottom: 85px !important;
}

.pb86 {
	padding-bottom: 86px !important;
}

.pb87 {
	padding-bottom: 87px !important;
}

.pb88 {
	padding-bottom: 88px !important;
}

.pb89 {
	padding-bottom: 89px !important;
}

.pb90 {
	padding-bottom: 90px !important;
}

.pb91 {
	padding-bottom: 91px !important;
}

.pb92 {
	padding-bottom: 92px !important;
}

.pb93 {
	padding-bottom: 93px !important;
}

.pb94 {
	padding-bottom: 94px !important;
}

.pb95 {
	padding-bottom: 95px !important;
}

.pb96 {
	padding-bottom: 96px !important;
}

.pb97 {
	padding-bottom: 97px !important;
}

.pb98 {
	padding-bottom: 98px !important;
}

.pb99 {
	padding-bottom: 99px !important;
}

.pb100 {
	padding-bottom: 100px !important;
}

.mt0 {
	margin-top: 0px !important;
}

.mt1 {
	margin-top: 1px !important;
}

.mt2 {
	margin-top: 2px !important;
}

.mt3 {
	margin-top: 3px !important;
}

.mt4 {
	margin-top: 4px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt6 {
	margin-top: 6px !important;
}

.mt7 {
	margin-top: 7px !important;
}

.mt8 {
	margin-top: 8px !important;
}

.mt9 {
	margin-top: 9px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt11 {
	margin-top: 11px !important;
}

.mt12 {
	margin-top: 12px !important;
}

.mt13 {
	margin-top: 13px !important;
}

.mt14 {
	margin-top: 14px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt16 {
	margin-top: 16px !important;
}

.mt17 {
	margin-top: 17px !important;
}

.mt18 {
	margin-top: 18px !important;
}

.mt19 {
	margin-top: 19px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt21 {
	margin-top: 21px !important;
}

.mt22 {
	margin-top: 22px !important;
}

.mt23 {
	margin-top: 23px !important;
}

.mt24 {
	margin-top: 24px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt26 {
	margin-top: 26px !important;
}

.mt27 {
	margin-top: 27px !important;
}

.mt28 {
	margin-top: 28px !important;
}

.mt29 {
	margin-top: 29px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt31 {
	margin-top: 31px !important;
}

.mt32 {
	margin-top: 32px !important;
}

.mt33 {
	margin-top: 33px !important;
}

.mt34 {
	margin-top: 34px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mt36 {
	margin-top: 36px !important;
}

.mt37 {
	margin-top: 37px !important;
}

.mt38 {
	margin-top: 38px !important;
}

.mt39 {
	margin-top: 39px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt41 {
	margin-top: 41px !important;
}

.mt42 {
	margin-top: 42px !important;
}

.mt43 {
	margin-top: 43px !important;
}

.mt44 {
	margin-top: 44px !important;
}

.mt45 {
	margin-top: 45px !important;
}

.mt46 {
	margin-top: 46px !important;
}

.mt47 {
	margin-top: 47px !important;
}

.mt48 {
	margin-top: 48px !important;
}

.mt49 {
	margin-top: 49px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt51 {
	margin-top: 51px !important;
}

.mt52 {
	margin-top: 52px !important;
}

.mt53 {
	margin-top: 53px !important;
}

.mt54 {
	margin-top: 54px !important;
}

.mt55 {
	margin-top: 55px !important;
}

.mt56 {
	margin-top: 56px !important;
}

.mt57 {
	margin-top: 57px !important;
}

.mt58 {
	margin-top: 58px !important;
}

.mt59 {
	margin-top: 59px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt61 {
	margin-top: 61px !important;
}

.mt62 {
	margin-top: 62px !important;
}

.mt63 {
	margin-top: 63px !important;
}

.mt64 {
	margin-top: 64px !important;
}

.mt65 {
	margin-top: 65px !important;
}

.mt66 {
	margin-top: 66px !important;
}

.mt67 {
	margin-top: 67px !important;
}

.mt68 {
	margin-top: 68px !important;
}

.mt69 {
	margin-top: 69px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mt71 {
	margin-top: 71px !important;
}

.mt72 {
	margin-top: 72px !important;
}

.mt73 {
	margin-top: 73px !important;
}

.mt74 {
	margin-top: 74px !important;
}

.mt75 {
	margin-top: 75px !important;
}

.mt76 {
	margin-top: 76px !important;
}

.mt77 {
	margin-top: 77px !important;
}

.mt78 {
	margin-top: 78px !important;
}

.mt79 {
	margin-top: 79px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mt81 {
	margin-top: 81px !important;
}

.mt82 {
	margin-top: 82px !important;
}

.mt83 {
	margin-top: 83px !important;
}

.mt84 {
	margin-top: 84px !important;
}

.mt85 {
	margin-top: 85px !important;
}

.mt86 {
	margin-top: 86px !important;
}

.mt87 {
	margin-top: 87px !important;
}

.mt88 {
	margin-top: 88px !important;
}

.mt89 {
	margin-top: 89px !important;
}

.mt90 {
	margin-top: 90px !important;
}

.mt91 {
	margin-top: 91px !important;
}

.mt92 {
	margin-top: 92px !important;
}

.mt93 {
	margin-top: 93px !important;
}

.mt94 {
	margin-top: 94px !important;
}

.mt95 {
	margin-top: 95px !important;
}

.mt96 {
	margin-top: 96px !important;
}

.mt97 {
	margin-top: 97px !important;
}

.mt98 {
	margin-top: 98px !important;
}

.mt99 {
	margin-top: 99px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mr0 {
	margin-right: 0px !important;
}

.mr1 {
	margin-right: 1px !important;
}

.mr2 {
	margin-right: 2px !important;
}

.mr3 {
	margin-right: 3px !important;
}

.mr4 {
	margin-right: 4px !important;
}

.mr5 {
	margin-right: 5px !important;
}

.mr6 {
	margin-right: 6px !important;
}

.mr7 {
	margin-right: 7px !important;
}

.mr8 {
	margin-right: 8px !important;
}

.mr9 {
	margin-right: 9px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mr11 {
	margin-right: 11px !important;
}

.mr12 {
	margin-right: 12px !important;
}

.mr13 {
	margin-right: 13px !important;
}

.mr14 {
	margin-right: 14px !important;
}

.mr15 {
	margin-right: 15px !important;
}

.mr16 {
	margin-right: 16px !important;
}

.mr17 {
	margin-right: 17px !important;
}

.mr18 {
	margin-right: 18px !important;
}

.mr19 {
	margin-right: 19px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr21 {
	margin-right: 21px !important;
}

.mr22 {
	margin-right: 22px !important;
}

.mr23 {
	margin-right: 23px !important;
}

.mr24 {
	margin-right: 24px !important;
}

.mr25 {
	margin-right: 25px !important;
}

.mr26 {
	margin-right: 26px !important;
}

.mr27 {
	margin-right: 27px !important;
}

.mr28 {
	margin-right: 28px !important;
}

.mr29 {
	margin-right: 29px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.mr31 {
	margin-right: 31px !important;
}

.mr32 {
	margin-right: 32px !important;
}

.mr33 {
	margin-right: 33px !important;
}

.mr34 {
	margin-right: 34px !important;
}

.mr35 {
	margin-right: 35px !important;
}

.mr36 {
	margin-right: 36px !important;
}

.mr37 {
	margin-right: 37px !important;
}

.mr38 {
	margin-right: 38px !important;
}

.mr39 {
	margin-right: 39px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.mr41 {
	margin-right: 41px !important;
}

.mr42 {
	margin-right: 42px !important;
}

.mr43 {
	margin-right: 43px !important;
}

.mr44 {
	margin-right: 44px !important;
}

.mr45 {
	margin-right: 45px !important;
}

.mr46 {
	margin-right: 46px !important;
}

.mr47 {
	margin-right: 47px !important;
}

.mr48 {
	margin-right: 48px !important;
}

.mr49 {
	margin-right: 49px !important;
}

.mr50 {
	margin-right: 50px !important;
}

.mr51 {
	margin-right: 51px !important;
}

.mr52 {
	margin-right: 52px !important;
}

.mr53 {
	margin-right: 53px !important;
}

.mr54 {
	margin-right: 54px !important;
}

.mr55 {
	margin-right: 55px !important;
}

.mr56 {
	margin-right: 56px !important;
}

.mr57 {
	margin-right: 57px !important;
}

.mr58 {
	margin-right: 58px !important;
}

.mr59 {
	margin-right: 59px !important;
}

.mr60 {
	margin-right: 60px !important;
}

.mr61 {
	margin-right: 61px !important;
}

.mr62 {
	margin-right: 62px !important;
}

.mr63 {
	margin-right: 63px !important;
}

.mr64 {
	margin-right: 64px !important;
}

.mr65 {
	margin-right: 65px !important;
}

.mr66 {
	margin-right: 66px !important;
}

.mr67 {
	margin-right: 67px !important;
}

.mr68 {
	margin-right: 68px !important;
}

.mr69 {
	margin-right: 69px !important;
}

.mr70 {
	margin-right: 70px !important;
}

.mr71 {
	margin-right: 71px !important;
}

.mr72 {
	margin-right: 72px !important;
}

.mr73 {
	margin-right: 73px !important;
}

.mr74 {
	margin-right: 74px !important;
}

.mr75 {
	margin-right: 75px !important;
}

.mr76 {
	margin-right: 76px !important;
}

.mr77 {
	margin-right: 77px !important;
}

.mr78 {
	margin-right: 78px !important;
}

.mr79 {
	margin-right: 79px !important;
}

.mr80 {
	margin-right: 80px !important;
}

.mr81 {
	margin-right: 81px !important;
}

.mr82 {
	margin-right: 82px !important;
}

.mr83 {
	margin-right: 83px !important;
}

.mr84 {
	margin-right: 84px !important;
}

.mr85 {
	margin-right: 85px !important;
}

.mr86 {
	margin-right: 86px !important;
}

.mr87 {
	margin-right: 87px !important;
}

.mr88 {
	margin-right: 88px !important;
}

.mr89 {
	margin-right: 89px !important;
}

.mr90 {
	margin-right: 90px !important;
}

.mr91 {
	margin-right: 91px !important;
}

.mr92 {
	margin-right: 92px !important;
}

.mr93 {
	margin-right: 93px !important;
}

.mr94 {
	margin-right: 94px !important;
}

.mr95 {
	margin-right: 95px !important;
}

.mr96 {
	margin-right: 96px !important;
}

.mr97 {
	margin-right: 97px !important;
}

.mr98 {
	margin-right: 98px !important;
}

.mr99 {
	margin-right: 99px !important;
}

.mr100 {
	margin-right: 100px !important;
}

.ml0 {
	margin-left: 0px !important;
}

.ml1 {
	margin-left: 1px !important;
}

.ml2 {
	margin-left: 2px !important;
}

.ml3 {
	margin-left: 3px !important;
}

.ml4 {
	margin-left: 4px !important;
}

.ml5 {
	margin-left: 5px !important;
}

.ml6 {
	margin-left: 6px !important;
}

.ml7 {
	margin-left: 7px !important;
}

.ml8 {
	margin-left: 8px !important;
}

.ml9 {
	margin-left: 9px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml11 {
	margin-left: 11px !important;
}

.ml12 {
	margin-left: 12px !important;
}

.ml13 {
	margin-left: 13px !important;
}

.ml14 {
	margin-left: 14px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.ml16 {
	margin-left: 16px !important;
}

.ml17 {
	margin-left: 17px !important;
}

.ml18 {
	margin-left: 18px !important;
}

.ml19 {
	margin-left: 19px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml21 {
	margin-left: 21px !important;
}

.ml22 {
	margin-left: 22px !important;
}

.ml23 {
	margin-left: 23px !important;
}

.ml24 {
	margin-left: 24px !important;
}

.ml25 {
	margin-left: 25px !important;
}

.ml26 {
	margin-left: 26px !important;
}

.ml27 {
	margin-left: 27px !important;
}

.ml28 {
	margin-left: 28px !important;
}

.ml29 {
	margin-left: 29px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.ml31 {
	margin-left: 31px !important;
}

.ml32 {
	margin-left: 32px !important;
}

.ml33 {
	margin-left: 33px !important;
}

.ml34 {
	margin-left: 34px !important;
}

.ml35 {
	margin-left: 35px !important;
}

.ml36 {
	margin-left: 36px !important;
}

.ml37 {
	margin-left: 37px !important;
}

.ml38 {
	margin-left: 38px !important;
}

.ml39 {
	margin-left: 39px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.ml41 {
	margin-left: 41px !important;
}

.ml42 {
	margin-left: 42px !important;
}

.ml43 {
	margin-left: 43px !important;
}

.ml44 {
	margin-left: 44px !important;
}

.ml45 {
	margin-left: 45px !important;
}

.ml46 {
	margin-left: 46px !important;
}

.ml47 {
	margin-left: 47px !important;
}

.ml48 {
	margin-left: 48px !important;
}

.ml49 {
	margin-left: 49px !important;
}

.ml50 {
	margin-left: 50px !important;
}

.ml51 {
	margin-left: 51px !important;
}

.ml52 {
	margin-left: 52px !important;
}

.ml53 {
	margin-left: 53px !important;
}

.ml54 {
	margin-left: 54px !important;
}

.ml55 {
	margin-left: 55px !important;
}

.ml56 {
	margin-left: 56px !important;
}

.ml57 {
	margin-left: 57px !important;
}

.ml58 {
	margin-left: 58px !important;
}

.ml59 {
	margin-left: 59px !important;
}

.ml60 {
	margin-left: 60px !important;
}

.ml61 {
	margin-left: 61px !important;
}

.ml62 {
	margin-left: 62px !important;
}

.ml63 {
	margin-left: 63px !important;
}

.ml64 {
	margin-left: 64px !important;
}

.ml65 {
	margin-left: 65px !important;
}

.ml66 {
	margin-left: 66px !important;
}

.ml67 {
	margin-left: 67px !important;
}

.ml68 {
	margin-left: 68px !important;
}

.ml69 {
	margin-left: 69px !important;
}

.ml70 {
	margin-left: 70px !important;
}

.ml71 {
	margin-left: 71px !important;
}

.ml72 {
	margin-left: 72px !important;
}

.ml73 {
	margin-left: 73px !important;
}

.ml74 {
	margin-left: 74px !important;
}

.ml75 {
	margin-left: 75px !important;
}

.ml76 {
	margin-left: 76px !important;
}

.ml77 {
	margin-left: 77px !important;
}

.ml78 {
	margin-left: 78px !important;
}

.ml79 {
	margin-left: 79px !important;
}

.ml80 {
	margin-left: 80px !important;
}

.ml81 {
	margin-left: 81px !important;
}

.ml82 {
	margin-left: 82px !important;
}

.ml83 {
	margin-left: 83px !important;
}

.ml84 {
	margin-left: 84px !important;
}

.ml85 {
	margin-left: 85px !important;
}

.ml86 {
	margin-left: 86px !important;
}

.ml87 {
	margin-left: 87px !important;
}

.ml88 {
	margin-left: 88px !important;
}

.ml89 {
	margin-left: 89px !important;
}

.ml90 {
	margin-left: 90px !important;
}

.ml91 {
	margin-left: 91px !important;
}

.ml92 {
	margin-left: 92px !important;
}

.ml93 {
	margin-left: 93px !important;
}

.ml94 {
	margin-left: 94px !important;
}

.ml95 {
	margin-left: 95px !important;
}

.ml96 {
	margin-left: 96px !important;
}

.ml97 {
	margin-left: 97px !important;
}

.ml98 {
	margin-left: 98px !important;
}

.ml99 {
	margin-left: 99px !important;
}

.ml100 {
	margin-left: 100px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb1 {
	margin-bottom: 1px !important;
}

.mb2 {
	margin-bottom: 2px !important;
}

.mb3 {
	margin-bottom: 3px !important;
}

.mb4 {
	margin-bottom: 4px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb6 {
	margin-bottom: 6px !important;
}

.mb7 {
	margin-bottom: 7px !important;
}

.mb8 {
	margin-bottom: 8px !important;
}

.mb9 {
	margin-bottom: 9px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb11 {
	margin-bottom: 11px !important;
}

.mb12 {
	margin-bottom: 12px !important;
}

.mb13 {
	margin-bottom: 13px !important;
}

.mb14 {
	margin-bottom: 14px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb16 {
	margin-bottom: 16px !important;
}

.mb17 {
	margin-bottom: 17px !important;
}

.mb18 {
	margin-bottom: 18px !important;
}

.mb19 {
	margin-bottom: 19px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb21 {
	margin-bottom: 21px !important;
}

.mb22 {
	margin-bottom: 22px !important;
}

.mb23 {
	margin-bottom: 23px !important;
}

.mb24 {
	margin-bottom: 24px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb26 {
	margin-bottom: 26px !important;
}

.mb27 {
	margin-bottom: 27px !important;
}

.mb28 {
	margin-bottom: 28px !important;
}

.mb29 {
	margin-bottom: 29px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb31 {
	margin-bottom: 31px !important;
}

.mb32 {
	margin-bottom: 32px !important;
}

.mb33 {
	margin-bottom: 33px !important;
}

.mb34 {
	margin-bottom: 34px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb36 {
	margin-bottom: 36px !important;
}

.mb37 {
	margin-bottom: 37px !important;
}

.mb38 {
	margin-bottom: 38px !important;
}

.mb39 {
	margin-bottom: 39px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb41 {
	margin-bottom: 41px !important;
}

.mb42 {
	margin-bottom: 42px !important;
}

.mb43 {
	margin-bottom: 43px !important;
}

.mb44 {
	margin-bottom: 44px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.mb46 {
	margin-bottom: 46px !important;
}

.mb47 {
	margin-bottom: 47px !important;
}

.mb48 {
	margin-bottom: 48px !important;
}

.mb49 {
	margin-bottom: 49px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb51 {
	margin-bottom: 51px !important;
}

.mb52 {
	margin-bottom: 52px !important;
}

.mb53 {
	margin-bottom: 53px !important;
}

.mb54 {
	margin-bottom: 54px !important;
}

.mb55 {
	margin-bottom: 55px !important;
}

.mb56 {
	margin-bottom: 56px !important;
}

.mb57 {
	margin-bottom: 57px !important;
}

.mb58 {
	margin-bottom: 58px !important;
}

.mb59 {
	margin-bottom: 59px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb61 {
	margin-bottom: 61px !important;
}

.mb62 {
	margin-bottom: 62px !important;
}

.mb63 {
	margin-bottom: 63px !important;
}

.mb64 {
	margin-bottom: 64px !important;
}

.mb65 {
	margin-bottom: 65px !important;
}

.mb66 {
	margin-bottom: 66px !important;
}

.mb67 {
	margin-bottom: 67px !important;
}

.mb68 {
	margin-bottom: 68px !important;
}

.mb69 {
	margin-bottom: 69px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb71 {
	margin-bottom: 71px !important;
}

.mb72 {
	margin-bottom: 72px !important;
}

.mb73 {
	margin-bottom: 73px !important;
}

.mb74 {
	margin-bottom: 74px !important;
}

.mb75 {
	margin-bottom: 75px !important;
}

.mb76 {
	margin-bottom: 76px !important;
}

.mb77 {
	margin-bottom: 77px !important;
}

.mb78 {
	margin-bottom: 78px !important;
}

.mb79 {
	margin-bottom: 79px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb81 {
	margin-bottom: 81px !important;
}

.mb82 {
	margin-bottom: 82px !important;
}

.mb83 {
	margin-bottom: 83px !important;
}

.mb84 {
	margin-bottom: 84px !important;
}

.mb85 {
	margin-bottom: 85px !important;
}

.mb86 {
	margin-bottom: 86px !important;
}

.mb87 {
	margin-bottom: 87px !important;
}

.mb88 {
	margin-bottom: 88px !important;
}

.mb89 {
	margin-bottom: 89px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

.mb91 {
	margin-bottom: 91px !important;
}

.mb92 {
	margin-bottom: 92px !important;
}

.mb93 {
	margin-bottom: 93px !important;
}

.mb94 {
	margin-bottom: 94px !important;
}

.mb95 {
	margin-bottom: 95px !important;
}

.mb96 {
	margin-bottom: 96px !important;
}

.mb97 {
	margin-bottom: 97px !important;
}

.mb98 {
	margin-bottom: 98px !important;
}

.mb99 {
	margin-bottom: 99px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.lh1 {
	line-height: 1px !important;
}

.lh2 {
	line-height: 2px !important;
}

.lh3 {
	line-height: 3px !important;
}

.lh4 {
	line-height: 4px !important;
}

.lh5 {
	line-height: 5px !important;
}

.lh6 {
	line-height: 6px !important;
}

.lh7 {
	line-height: 7px !important;
}

.lh8 {
	line-height: 8px !important;
}

.lh9 {
	line-height: 9px !important;
}

.lh10 {
	line-height: 10px !important;
}

.lh11 {
	line-height: 11px !important;
}

.lh12 {
	line-height: 12px !important;
}

.lh13 {
	line-height: 13px !important;
}

.lh14 {
	line-height: 14px !important;
}

.lh15 {
	line-height: 15px !important;
}

.lh16 {
	line-height: 16px !important;
}

.lh17 {
	line-height: 17px !important;
}

.lh18 {
	line-height: 18px !important;
}

.lh19 {
	line-height: 19px !important;
}

.lh20 {
	line-height: 20px !important;
}

.lh21 {
	line-height: 21px !important;
}

.lh22 {
	line-height: 22px !important;
}

.lh23 {
	line-height: 23px !important;
}

.lh24 {
	line-height: 24px !important;
}

.lh25 {
	line-height: 25px !important;
}

.lh26 {
	line-height: 26px !important;
}

.lh27 {
	line-height: 27px !important;
}

.lh28 {
	line-height: 28px !important;
}

.lh29 {
	line-height: 29px !important;
}

.lh30 {
	line-height: 30px !important;
}

.lh30 {
	line-height: 30px !important;
}

.lh31 {
	line-height: 31px !important;
}

.lh32 {
	line-height: 32px !important;
}

.lh33 {
	line-height: 33px !important;
}

.lh34 {
	line-height: 34px !important;
}

.lh35 {
	line-height: 35px !important;
}

.lh36 {
	line-height: 36px !important;
}

.lh37 {
	line-height: 37px !important;
}

.lh38 {
	line-height: 38px !important;
}

.lh39 {
	line-height: 39px !important;
}

.lh40 {
	line-height: 40px !important;
}

.lh41 {
	line-height: 41px !important;
}

.lh42 {
	line-height: 42px !important;
}

.lh43 {
	line-height: 43px !important;
}

.lh44 {
	line-height: 44px !important;
}

.lh45 {
	line-height: 45px !important;
}

.lh46 {
	line-height: 46px !important;
}

.lh47 {
	line-height: 47px !important;
}

.lh48 {
	line-height: 48px !important;
}

.lh49 {
	line-height: 49px !important;
}

.lh50 {
	line-height: 50px !important;
}

.lh51 {
	line-height: 51px !important;
}

.lh52 {
	line-height: 52px !important;
}

.lh53 {
	line-height: 53px !important;
}

.lh54 {
	line-height: 54px !important;
}

.lh55 {
	line-height: 55px !important;
}

.lh56 {
	line-height: 56px !important;
}

.lh57 {
	line-height: 57px !important;
}

.lh58 {
	line-height: 58px !important;
}

.lh59 {
	line-height: 59px !important;
}

.lh60 {
	line-height: 60px !important;
}

.lh61 {
	line-height: 61px !important;
}

.lh62 {
	line-height: 62px !important;
}

.lh63 {
	line-height: 63px !important;
}

.lh64 {
	line-height: 64px !important;
}

.lh65 {
	line-height: 65px !important;
}

.lh66 {
	line-height: 66px !important;
}

.lh67 {
	line-height: 67px !important;
}

.lh68 {
	line-height: 68px !important;
}

.lh69 {
	line-height: 69px !important;
}

.lh70 {
	line-height: 70px !important;
}

.lh71 {
	line-height: 71px !important;
}

.lh72 {
	line-height: 72px !important;
}

.lh73 {
	line-height: 73px !important;
}

.lh74 {
	line-height: 74px !important;
}

.lh75 {
	line-height: 75px !important;
}

.lh76 {
	line-height: 76px !important;
}

.lh77 {
	line-height: 77px !important;
}

.lh78 {
	line-height: 78px !important;
}

.lh79 {
	line-height: 79px !important;
}

.lh80 {
	line-height: 80px !important;
}

.lh81 {
	line-height: 81px !important;
}

.lh82 {
	line-height: 82px !important;
}

.lh83 {
	line-height: 83px !important;
}

.lh84 {
	line-height: 84px !important;
}

.lh85 {
	line-height: 85px !important;
}

.lh86 {
	line-height: 86px !important;
}

.lh87 {
	line-height: 87px !important;
}

.lh88 {
	line-height: 88px !important;
}

.lh89 {
	line-height: 89px !important;
}

.lh90 {
	line-height: 90px !important;
}

.lh91 {
	line-height: 91px !important;
}

.lh92 {
	line-height: 92px !important;
}

.lh93 {
	line-height: 93px !important;
}

.lh94 {
	line-height: 94px !important;
}

.lh95 {
	line-height: 95px !important;
}

.lh96 {
	line-height: 96px !important;
}

.lh97 {
	line-height: 97px !important;
}

.lh98 {
	line-height: 98px !important;
}

.lh99 {
	line-height: 99px !important;
}

.lh100 {
	line-height: 100px !important;
}

.brd1 {
	border-radius: 1px !important;
}

.brd2 {
	border-radius: 2px !important;
}

.brd3 {
	border-radius: 3px !important;
}

.brd4 {
	border-radius: 4px !important;
}

.brd5 {
	border-radius: 5px !important;
}

.brd6 {
	border-radius: 6px !important;
}

.brd7 {
	border-radius: 7px !important;
}

.brd8 {
	border-radius: 8px !important;
}

.brd9 {
	border-radius: 9px !important;
}

.brd10 {
	border-radius: 10px !important;
}

.brd11 {
	border-radius: 11px !important;
}

.brd12 {
	border-radius: 12px !important;
}

.brd13 {
	border-radius: 13px !important;
}

.brd14 {
	border-radius: 14px !important;
}

.brd15 {
	border-radius: 15px !important;
}

.brd16 {
	border-radius: 16px !important;
}

.brd17 {
	border-radius: 17px !important;
}

.brd18 {
	border-radius: 18px !important;
}

.brd19 {
	border-radius: 19px !important;
}

.brd20 {
	border-radius: 20px !important;
}

.brd21 {
	border-radius: 21px !important;
}

.brd22 {
	border-radius: 22px !important;
}

.brd23 {
	border-radius: 23px !important;
}

.brd24 {
	border-radius: 24px !important;
}

.brd25 {
	border-radius: 25px !important;
}

.brd26 {
	border-radius: 26px !important;
}

.brd27 {
	border-radius: 27px !important;
}

.brd28 {
	border-radius: 28px !important;
}

.brd29 {
	border-radius: 29px !important;
}

.brd30 {
	border-radius: 30px !important;
}

.w1 {
	width: 1px !important;
}

.w2 {
	width: 2px !important;
}

.w3 {
	width: 3px !important;
}

.w4 {
	width: 4px !important;
}

.w5 {
	width: 5px !important;
}

.w6 {
	width: 6px !important;
}

.w7 {
	width: 7px !important;
}

.w8 {
	width: 8px !important;
}

.w9 {
	width: 9px !important;
}

.w10 {
	width: 10px !important;
}

.w11 {
	width: 11px !important;
}

.w12 {
	width: 12px !important;
}

.w13 {
	width: 13px !important;
}

.w14 {
	width: 14px !important;
}

.w15 {
	width: 15px !important;
}

.w16 {
	width: 16px !important;
}

.w17 {
	width: 17px !important;
}

.w18 {
	width: 18px !important;
}

.w19 {
	width: 19px !important;
}

.w20 {
	width: 20px !important;
}

.w21 {
	width: 21px !important;
}

.w22 {
	width: 22px !important;
}

.w23 {
	width: 23px !important;
}

.w24 {
	width: 24px !important;
}

.w25 {
	width: 25px !important;
}

.w26 {
	width: 26px !important;
}

.w27 {
	width: 27px !important;
}

.w28 {
	width: 28px !important;
}

.w29 {
	width: 29px !important;
}

.w30 {
	width: 30px !important;
}

.w31 {
	width: 31px !important;
}

.w32 {
	width: 32px !important;
}

.w33 {
	width: 33px !important;
}

.w34 {
	width: 34px !important;
}

.w35 {
	width: 35px !important;
}

.w36 {
	width: 36px !important;
}

.w37 {
	width: 37px !important;
}

.w38 {
	width: 38px !important;
}

.w39 {
	width: 39px !important;
}

.w40 {
	width: 40px !important;
}

.w41 {
	width: 41px !important;
}

.w42 {
	width: 42px !important;
}

.w43 {
	width: 43px !important;
}

.w44 {
	width: 44px !important;
}

.w45 {
	width: 45px !important;
}

.w46 {
	width: 46px !important;
}

.w47 {
	width: 47px !important;
}

.w48 {
	width: 48px !important;
}

.w49 {
	width: 49px !important;
}

.w50 {
	width: 50px !important;
}

.w51 {
	width: 51px !important;
}

.w52 {
	width: 52px !important;
}

.w53 {
	width: 53px !important;
}

.w54 {
	width: 54px !important;
}

.w55 {
	width: 55px !important;
}

.w56 {
	width: 56px !important;
}

.w57 {
	width: 57px !important;
}

.w58 {
	width: 58px !important;
}

.w59 {
	width: 59px !important;
}

.w60 {
	width: 60px !important;
}

.w61 {
	width: 61px !important;
}

.w62 {
	width: 62px !important;
}

.w63 {
	width: 63px !important;
}

.w64 {
	width: 64px !important;
}

.w65 {
	width: 65px !important;
}

.w66 {
	width: 66px !important;
}

.w67 {
	width: 67px !important;
}

.w68 {
	width: 68px !important;
}

.w69 {
	width: 69px !important;
}

.w70 {
	width: 70px !important;
}

.w71 {
	width: 71px !important;
}

.w72 {
	width: 72px !important;
}

.w73 {
	width: 73px !important;
}

.w74 {
	width: 74px !important;
}

.w75 {
	width: 75px !important;
}

.w76 {
	width: 76px !important;
}

.w77 {
	width: 77px !important;
}

.w78 {
	width: 78px !important;
}

.w79 {
	width: 79px !important;
}

.w80 {
	width: 80px !important;
}

.w81 {
	width: 81px !important;
}

.w82 {
	width: 82px !important;
}

.w83 {
	width: 83px !important;
}

.w84 {
	width: 84px !important;
}

.w85 {
	width: 85px !important;
}

.w86 {
	width: 86px !important;
}

.w87 {
	width: 87px !important;
}

.w88 {
	width: 88px !important;
}

.w89 {
	width: 89px !important;
}

.w90 {
	width: 90px !important;
}

.w91 {
	width: 91px !important;
}

.w92 {
	width: 92px !important;
}

.w93 {
	width: 93px !important;
}

.w94 {
	width: 94px !important;
}

.w95 {
	width: 95px !important;
}

.w96 {
	width: 96px !important;
}

.w97 {
	width: 97px !important;
}

.w98 {
	width: 98px !important;
}

.w99 {
	width: 99px !important;
}

.w100 {
	width: 100px !important;
}

.h1 {
	height: 1px !important;
}

.h2 {
	height: 2px !important;
}

.h3 {
	height: 3px !important;
}

.h4 {
	height: 4px !important;
}

.h5 {
	height: 5px !important;
}

.h6 {
	height: 6px !important;
}

.h7 {
	height: 7px !important;
}

.h8 {
	height: 8px !important;
}

.h9 {
	height: 9px !important;
}

.h10 {
	height: 10px !important;
}

.h11 {
	height: 11px !important;
}

.h12 {
	height: 12px !important;
}

.h13 {
	height: 13px !important;
}

.h14 {
	height: 14px !important;
}

.h15 {
	height: 15px !important;
}

.h16 {
	height: 16px !important;
}

.h17 {
	height: 17px !important;
}

.h18 {
	height: 18px !important;
}

.h19 {
	height: 19px !important;
}

.h20 {
	height: 20px !important;
}

.h21 {
	height: 21px !important;
}

.h22 {
	height: 22px !important;
}

.h23 {
	height: 23px !important;
}

.h24 {
	height: 24px !important;
}

.h25 {
	height: 25px !important;
}

.h26 {
	height: 26px !important;
}

.h27 {
	height: 27px !important;
}

.h28 {
	height: 28px !important;
}

.h29 {
	height: 29px !important;
}

.h30 {
	height: 30px !important;
}

.h31 {
	height: 31px !important;
}

.h32 {
	height: 32px !important;
}

.h33 {
	height: 33px !important;
}

.h34 {
	height: 34px !important;
}

.h35 {
	height: 35px !important;
}

.h36 {
	height: 36px !important;
}

.h37 {
	height: 37px !important;
}

.h38 {
	height: 38px !important;
}

.h39 {
	height: 39px !important;
}

.h40 {
	height: 40px !important;
}

.h41 {
	height: 41px !important;
}

.h42 {
	height: 42px !important;
}

.h43 {
	height: 43px !important;
}

.h44 {
	height: 44px !important;
}

.h45 {
	height: 45px !important;
}

.h46 {
	height: 46px !important;
}

.h47 {
	height: 47px !important;
}

.h48 {
	height: 48px !important;
}

.h49 {
	height: 49px !important;
}

.h50 {
	height: 50px !important;
}

.h51 {
	height: 51px !important;
}

.h52 {
	height: 52px !important;
}

.h53 {
	height: 53px !important;
}

.h54 {
	height: 54px !important;
}

.h55 {
	height: 55px !important;
}

.h56 {
	height: 56px !important;
}

.h57 {
	height: 57px !important;
}

.h58 {
	height: 58px !important;
}

.h59 {
	height: 59px !important;
}

.h60 {
	height: 60px !important;
}

.h61 {
	height: 61px !important;
}

.h62 {
	height: 62px !important;
}

.h63 {
	height: 63px !important;
}

.h64 {
	height: 64px !important;
}

.h65 {
	height: 65px !important;
}

.h66 {
	height: 66px !important;
}

.h67 {
	height: 67px !important;
}

.h68 {
	height: 68px !important;
}

.h69 {
	height: 69px !important;
}

.h70 {
	height: 70px !important;
}

.h71 {
	height: 71px !important;
}

.h72 {
	height: 72px !important;
}

.h73 {
	height: 73px !important;
}

.h74 {
	height: 74px !important;
}

.h75 {
	height: 75px !important;
}

.h76 {
	height: 76px !important;
}

.h77 {
	height: 77px !important;
}

.h78 {
	height: 78px !important;
}

.h79 {
	height: 79px !important;
}

.h80 {
	height: 80px !important;
}

.h81 {
	height: 81px !important;
}

.h82 {
	height: 82px !important;
}

.h83 {
	height: 83px !important;
}

.h84 {
	height: 84px !important;
}

.h85 {
	height: 85px !important;
}

.h86 {
	height: 86px !important;
}

.h87 {
	height: 87px !important;
}

.h88 {
	height: 88px !important;
}

.h89 {
	height: 89px !important;
}

.h90 {
	height: 90px !important;
}

.h91 {
	height: 91px !important;
}

.h92 {
	height: 92px !important;
}

.h93 {
	height: 93px !important;
}

.h94 {
	height: 94px !important;
}

.h95 {
	height: 95px !important;
}

.h96 {
	height: 96px !important;
}

.h97 {
	height: 97px !important;
}

.h98 {
	height: 98px !important;
}

.h99 {
	height: 99px !important;
}

.h100 {
	height: 100px !important;
}

.m_center {
	margin: 0 auto;
}

.font_bold {
	font-weight: bold !important;
}

.qiye_blue_bg {
	background: #1E9FFF !important;
}

.qiye_blue_color {
	color: #1E9FFF !important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
	position: absolute;
	left: -1px;
	top: -1px;
	padding: 1px;
	width: 100%;
	height: 100%;
	background-color: #1E9FFF !important;
}

.text-center {
	text-align: center !important;
}