html,
body {
	padding: 0;
	margin: 0;
	font-family: fontR, "ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“";
	font-size: 16px;
	color: #333;
	overflow-x: hidden;
	letter-spacing: 0.7px;
}

body {
	overflow: hidden;
	z-index: -9;
}

.wrap {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

ol li {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	color: inherit;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.imgDiv {
	overflow: hidden;
}

img {
	max-width: 100%;
}

input:focus,
button:focus,
textarea:focus {
	outline: none;
}

p,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}

.ovh {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ovh2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ease03 {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ease05 {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.bgf5f5f5 {
	background: #f5f5f5;
	transition: 0.4s;
}


/*******/


/*ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚Â´ÃƒÆ’Ã‚Â©Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¨Ãƒâ€¹Ã¢â‚¬Â Ãƒâ€šÃ‚Âª*/
.wap_ej{display:none;}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	height: 100px;
	background: #24317c;
	color: #fff;
}

header .logo a {
	height: 100px;
	position: relative;
	z-index: 99;
	display: flex;
	justify-content: center;
	align-items: center;
}

header .logo a img {
	max-height: 75px;
}

header .rightDiv .menu {
	text-align: right;
	position: relative;
	height: 100px;
}

header .rightDiv .menu>ul {
	display: inline-block !important;
	/*overflow: hidden;*/
}

header .rightDiv .menu>ul>li {
	float: left;
	position: relative;
	margin-left: 65px;
}

header .rightDiv .menu>ul>li.on>a,
header .rightDiv .menu>ul>li:hover>a {
	font-weight: bold;
}

header .rightDiv .menu>ul>li>a {
	line-height: 100px;
	text-align: center;
	display: block;
	position: relative;
	text-transform: capitalize;
}

header .rightDiv .menu>ul>li>a img {
	width: 10px;
}

.menu ul ul {
	position: absolute;
	top: 75px;
	left: -9999px;
	text-align: left;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, .1);
	padding: 20px;
	background: #fff;
	color: #000;
	border-radius: 5px;
}

.menu ul li:hover>ul {
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
}

.menu ul ul li {
	white-space: nowrap;
	text-align: center;
	line-height: 36px;
}

.menu ul ul li:hover>a,
.menu ul ul li a:hover {
	color: #24317c;
	font-weight: bold;
}

header .mbtn {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(../img/menu.svg) no-repeat center center;
	background-size: 18px auto;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}

header .mbtn:active {
	opacity: .8;
}

body.on-menu header .mbtn {
	background: url(../img/close.svg) no-repeat center center;
	background-size: 18px auto;
}


/* banner */

.index-banner {
	width: 100%;
	position: relative;
	margin-top: 100px;
}

.ui-homebanner .swiper-slide {
	overflow: hidden;
	position: relative;
}

.ui-homebanner .swiper-slide .wrap {
	position: relative;
	width: 100%;
	height: 600px
}

.ui-homebanner .swiper-slide .wrap .text {
	position: absolute;
	top: 67%;
	left: 0;
	transform: translateY(-50%);
	color: #fff;
}

.ui-homebanner .swiper-slide .wrap .text h2 {
	font-size: 65.63px;
}

.ui-homebanner .swiper-slide .wrap .text p {
	font-size: 24px;
	margin: 40px 0;
}

.ui-homebanner .swiper-slide .wrap .text a {
	display: block;
	background: #fff;
	width: 174px;
	line-height: 60px;
	text-align: center;
	color: #044193;
	font-size: 14px;
	border-radius: 20px;
}

.ui-homebanner .swiper-slide .wrap .text a span {
	background: url(../img/more.png)left center no-repeat;
	padding: 15px 0;
	padding-left: 53px;
}

.ui-homebanner .swiper-slide .wrap .text a:hover {
	padding-left: 15px;
}

.ui-homebanner .swiper-slide .img {
	width: 100%;
	display: block;
	height: 600px;
	background: none no-repeat center;
	background-size: cover;
}

.ui-homebanner .swiper-container-horizontal>.swiper-pagination-bullets {
	position: absolute;
	bottom: 20px;
}

.ui-homebanner .swiper-pagination-bullet {
	width: 40px;
	height: 8px;
	border-radius: 8px;
	background: #c7c7c7;
	opacity: 1;
}

.ui-homebanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px;
}

.ui-homebanner .swiper-pagination-bullet-active {
	background: #0059d2;
}

.ui-homebanner video {
	object-fit: cover;
	height: 600px;
	width: 100%;
	display: block;
}


/**********/

.indexDiv {
	padding: 80px 0;
}

.title {
	text-align: center;
	margin-bottom: 55px;
}

.title h3 {
	font-size: 32px;
	color: #054499;
	position: relative;
	margin-bottom: 40px;
}

.title h3::after {
	content: "";
	width: 106px;
	height: 3px;
	background: #054499;
	position: absolute;
	bottom: -21px;
	left: 50%;
	transform: translateX(-50%);
}

.title p {
	color: #4c4948;
	text-transform: uppercase;
}


/***************/

.indexDiv1 .swiper-container {
	padding: 10px 0 60px;
}

.indexDiv1 .swiper-container a {
	display: block;
	box-shadow: 2px 0 8px rgba(0, 0, 0, 0.35);
	border-radius: 10px;
	height: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 130px;
}

.indexDiv1 a .text {
	padding: 25px 30px;
	background: #fff;
	height: 130px;
	overflow: hidden;
	position: absolute;
}

.indexDiv1 a:hover .text {
	height: 195px;
	margin-top: -65px;
	background: #0055c0;
	color: #fff;
}

.indexDiv1 a .text h6 {
	font-size: 18px;
	margin-bottom: 10px;
}

.indexDiv1 a .text p {
	font-size: 14px;
	line-height: 28px;
}

.indexDiv1 a .text span {
	display: inline-block;
	background: #eee;
	color: #086fa1;
	width: 100px;
	line-height: 35px;
	border-radius: 10px;
	text-align: center;
	font-size: 12px;
	margin-top: 19px;
}

.indexDiv1 .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100px;
	background: #e8e8e8;
	opacity: 1;
	transition: 0.5s;
}

.indexDiv1 .swiper-pagination-bullet-active {
	width: 30px;
	background: #054499;
	transition: 0.5s;
}

.indexDiv1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0;
}

.selected-solution {
	position: relative;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(../img/left.png);
	left: -50px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url(../img/right.png);
	right: -50px;
}

.swiper-button-next,
.swiper-button-prev {
	width: 30px;
	height: 56px;
	transform: translateY(-50%);
	background-size: 30px 56px;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
	outline: none;
}


/**************/

.indexDiv2 .title h3,
.indexDiv2 .title p,
.indexDiv4 .title h3,
.indexDiv4 .title p {
	color: #fff;
}

.indexDiv2 .title h3::after,
.indexDiv4 .title h3::after {
	background: #fff;
}

.indexDiv2 .imgDiv {
	position: absolute;
	top: 19%;
	left: -18%;
}

.indexDiv2 .text {
	width: 49.2%;
	float: right;
	color: #fff;
	padding-bottom: 225px;
}

.indexDiv2 .text p {
	line-height: 36px;
	text-indent: 2em;
}

.indexDiv2 .text a {
	display: inline-block;
	width: 100px;
	text-align: center;
	line-height: 35px;
	font-size: 12px;
	color: #086fa1;
	background: #fff;
	border-radius: 10px;
	margin-top: 20px;
	border: 1px solid #fff;
}

.numCount {
	width: 66%;
	margin-top: 75px;
	position: absolute;
	bottom: -25px;
	right: 0;
}

.numCount ul {
	width: 100%;
	padding: 30px 0;
	background: #fff;
	border-radius: 10px;
	box-shadow: 3px 0 8px rgba(0, 0, 0, .31);
	display: flex;
	justify-content: space-evenly;
}

.numCount ul li {
	width: 25%;
	text-align: center;
}

.numCount ul li .numCX,
.numCount ul li .unitC {
	font-size: 48px;
	font-weight: bold;
	color: #003699;
}

.numCount ul li .unitC span {
	font-size: 18px;
	font-weight: normal;
}

sub {
	bottom: 0;
}

.numCount ul li .indc {
	font-size: 18px;
}


/**********/

.indexDiv3 .row>div {
	position: relative;
}

.indexDiv3 .row .text {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 24px;
	width: 100%;
	text-align: center;
}

.indexDiv3 .row .text p {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.indexDiv3 .row>div .text p::before {
	content: "";
	width: 35px;
	height: 2px;
	background: #05459b;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	transition: .5s;
}

.indexDiv3 .row>div:hover .text p::before {
	width: 100%;
	transition: .5s;
}


/*********/

.indexDiv4 .row a {
	display: block;
	position: relative;
}

.indexDiv4 .row a .text {
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 155px;
	overflow: hidden;
}

.indexDiv4 .row a:hover .text {
	height: 230px;
}

.indexDiv4 .row a .text h4 {
	font-size: 24px;
	position: relative;
	margin-top: 60px;
}

.indexDiv4 .row a .text h4::before {
	content: "";
	width: 27px;
	height: 4px;
	border-radius: 100px;
	background: #fff;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
}

.indexDiv4 .row a .text span {
	display: inline-block;
	width: 100px;
	text-align: center;
	line-height: 35px;
	border-radius: 10px;
	background: #FFFFFF;
	color: #086fa1;
	font-size: 12px;
	margin-top: 43px;
}

.indexDiv5 {
	margin-bottom: 55px;
}


/*ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚Â©Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¨*/

footer {
	width: 100%;
	color: #fff;
	position: relative;
	background: #f5f5f5;
	z-index: 0;
}

footer .bg {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: -1;
}

footer .bg p {
	height: 227px;
	background: #1046ae;
}

footer .wrap {
	padding: 70px 0;
}

footer .links {
	margin-left: -35px;
}

footer .links a {
	display: inline-block;
	padding: 8px 35px;
}

footer .info {
	margin-top: 60px;
}

footer .info span,
footer .info small,
footer .info p {
	font-size: 14px;
}

footer .info b {
	font-size: 18px;
}

footer .info b,
footer .info small {
	margin-left: 10px;
}

footer .info .tel {
	background: url(../img/tel.png)left center no-repeat;
	padding: 13px 37px 13px 33px;
}

footer .info .email {
	background: url(../img/email.png)left center no-repeat;
	padding: 13px 37px 13px 33px;
}

footer .info p {
	margin-top: 15px;
}

footer .copyright {
	line-height: 45px;
	text-align: center;
	font-size: 14px;
}

footer .bg img{
   width:100%;
   object-fit: cover;
}


/*******/


/*ÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Âµ*/

.ny-main .wrap {
	max-width: 1400px;
	padding: 35px 100px 100px;
	background: #fff;
	margin-top: -90px;
}

.ny-main {
	background: #f5f5f5;
}

.ny-banner .img {
	height: 350px;
	margin: 0 auto;
	margin-top: 100px;
}

.ny-main .breadcrumbs {
	font-size: 18px;
	color: #7d7d7d;
	margin-bottom: 50px
}

.ny-main .breadcrumbs a:hover {
	color: #283380;
}

.ny-main .ny-menu p {
	font-size: 24px;
	color: #00327f;
	position: relative;
	margin-bottom: 30px;
}

.ny-main .ny-menu p::before,
.ny-main .ny-menu p::after {
	content: "";
	height: 1px;
	position: absolute;
	bottom: -19px;
	left: 0;
}

.ny-main .ny-ny-menu p::before {
	width: 217px;
	background: #f5f5f5;
}

.ny-main .ny-menu p::after {
	width: 100px;
	background: #00327f;
}

.ny-main .ny-menu a {
	display: block;
	width: 217px;
	box-sizing: border-box;
	padding: 15px 0;
	border-bottom: 1px solid #f5f5f5;
	color: #4c4948;
	font-size: 15px;
}

.ny-main .ny-menu a span {
	color: #00327f;
	margin-right: 8px;
}

.ny-main .ny-menu a:hover {
	margin-left: 10px;
	color: #00327f;
}

.ny-main h3 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	position: relative;
	width: 100%;
	color: #054499;
	margin-bottom: 30px;
}

.ny-main h3::after {
	content: "";
	width: 106px;
	height: 3px;
	background: #054499;
	position: absolute;
	bottom: -21px;
	left: 50%;
	transform: translateX(-50%);
}

.ny-main .rightDiv {
	width: calc(100% - 270px);
}


/*ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚Â*/

.pageNum {
	margin-top: 50px;
	text-align: center;
}

.pageNum span,
.pageNum a {
	display: inline-block;
	padding: 3px 9px;
	color: #000;
	margin: 0 5px;
	border: none;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
}

.pageNum span,
.pageNum a:hover {
	background: #054499;
	color: #fff;
}


/************/

.aboutus .abDiv1 {
	position: relative;
	margin-bottom: 165px;
}

.aboutus .abDiv1 .text {
	width: 58%;
	min-height: 435px;
	padding-bottom: 115px;
}

.aboutus .abDiv1 .text h2 {
	font-size: 32px;
	color: #054499;
	position: relative;
	margin-bottom: 67px;
}

.aboutus .abDiv1 .text h2::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #c7c7c7;
	position: absolute;
	bottom: -33px;
	left: 0;
}

.aboutus .abDiv1 .text p {
	font-size: 15px;
	color: #000;
	line-height: 30px;
}

.aboutus .abDiv1 .imgDiv {
	position: absolute;
	height: 100%;
	right: 0;
	width: 39.3%;
}

.aboutus .abDiv1 .imgDiv img {
	height: 100%;
	object-fit: cover;
}

.aboutus .abDiv1 .numCount {
	position: absolute;
	bottom: -85px;
}

.aboutus .row .content {
	background: #003699;
	padding: 25px 0;
}

.aboutus .row {
	margin: 0 -23px;
	color: #fff;
	text-align: center;
}

.aboutus .row>div {
	padding: 0 23px;
	margin-top: 60px;
}

.aboutus .row .content {
	height: 100%;
}

.aboutus .row .text {
	padding: 30px 60px;
}

.aboutus .row h4 {
	font-size: 24px;
}

.aboutus .row p {
	line-height: 28px;
	font-size: 14px;
	margin-top: 25px;
}


/************/

.honor .row {
	margin: 0 -30px;
	margin-top: 30px;
}

.honor .row>div {
	margin-top: 48px;
	padding: 0 30px;
}

.case .row a,
.honor .row a {
	display: block;
	height: 100%;
	text-align: center;
}

.honor .row a p {
	font-size: 24px;
	margin-top: 24px;
}

.case .row a img,
.honor .row a img {
	transition: 0.5s;
}

.case .row a:hover img,
.honor .row a:hover img {
	transform: scale(1.05);
	transition: 0.5s;
}

.case .row a:hover,
.honor .row a:hover {
	color: #054499;
}


/***********/

.product .row>div {
	padding: 44px 0;
	border-bottom: 1px solid #ccc;
}

.product .row>div:last-child {
	border-bottom: none;
}

.product .row a {
	display: flex;
	align-items: center;
	width: 100%;
}

.product .row a .imgDiv {
	width: 48.8%;
}

.product .row a .text {
	width: 47.5%;
	margin-left: 3.5%;
}

.product .row a .text h4 {
	font-size: 24px;
}

.product .row a .text p {
	margin: 26px 0;
	font-size: 14px;
	line-height: 2;
}

.product .row a .text span {
	display: inline-block;
	width: 116px;
	text-align: center;
	line-height: 31px;
	color: #fff;
	font-size: 12px;
	background: #054499;
	border-radius: 100px;
	transition: .5s;
}

.product .row a .text span:hover {
	margin-left: 10px;
	transition: .5s;
}

.product .row a img {
	transition: .5s;
}

.product .row a:hover img {
	transform: scale(1.05);
	transition: .5s;
}


/***********/

.detail .deDiv1 {
	position: relative;
}

.detail .deDiv1 .imgDiv {
	width: 41.2%;
	position: absolute;
	height: 100%;
}

.detail .deDiv1 .imgDiv img {
	height: 100%;
	object-fit: cover;
}

.detail .deDiv1 .text {
	width: 55%;
	min-height: 263px;
}

.detail .deDiv1 .text p {
	font-size: 24px;
}

.detail .deDiv1 .text span {
	display: inline-block;
	background: #f5f5f5;
	border-radius: 10px;
	font-size: 14px;
	line-height: 38px;
	padding: 20px 25px;
	margin-top: 32px;
}

.detail .deDiv2 {
	background: #f5f5f5;
	border-radius: 10px;
	margin-top: 38px;
	padding: 40px 54px 100px;
}

.detail .deDiv2 .tit {
	position: relative;
	font-size: 24px;
	text-align: center;
	color: #2f5fab;
	margin-bottom: 32px;
}

.detail .deDiv2 .tit::before,
.detail .deDiv2 .tit::after {
	content: "";
	width: 94px;
	height: 3px;
	background: #2f5fab;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.detail .deDiv2 .tit::before {
	width: 207px;
	height: 1px;
	background: #bfc0c0;
	bottom: -14px;
}

.detail .deDiv2 .tit::after {
	width: 94px;
	height: 3px;
	background: #2f5fab;
	bottom: -15px;
}

.detail .deDiv2 img {
	margin-top: 34px;
}


/***********/

.case .row {
	margin-top: 40px;
}

.case .row>div {
	margin-top: 30px;
}

.case .row a {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
	border-radius: 5px;
}

.case .row a p {
	padding: 15px 15px 30px;
}


/************/

.contactus ul {
	display: flex;
	justify-content: space-between;
	margin: 90px -10px;
}

.contactus ul li {
	text-align: center;
	margin: 0 10px;
	font-size: 18px;
}

.contactus ul li img {
	max-width: 71px;
	margin-bottom: 18px;
}

.contactus ul li h5 {
	color: #054499;
	margin-top: 13px;
	font-size: 18px;
}

.contactus .map {
	height: 498px;
}


/************/

.yun .row a .imgDiv {
	width: 37.9%;
}

.yun .row a .text {
	width: 57.6%;
	margin-left: 4.5%;
}

.yun .row a .text p {
	margin: 4% 0 8%;
	/*ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â®pÃƒÆ’Ã‚Â§Ãƒâ€¦Ã‚Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¦*/
}

.jq22-footer{display:none;}

.right-pendant {
    position: fixed;
    top: calc(50% + 45px);
    transform: translateY(-50%);
    right: 8px;
    z-index: 9999999999999999999;
}

.right-pendant ul {
    box-shadow: 0 0 29px 0 rgba(0,159,229,0.5)
}

.right-pendant ul li {
    position: relative;
    width: 83px;
    height: 70px;
    background-color: #009fe5;
    color: #fff;
    text-align: center;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center
}

.right-pendant ul li a {
    color: #fff
}

.right-pendant ul li span.iconfont {
    font-size: 26px
}

.right-pendant ul li p {
    color: #fff
}

.right-pendant ul li:first-child {
    border-radius: 4px 4px 0 0
}

.right-pendant ul li:last-child {
    border-radius: 0 0 4px 4px
}

.right-pendant ul li:hover {
    background-color: #008dcc
}

.right-pendant ul li:hover .inner {
    display: block;
    transform: translateX(0) translateY(-50%);
    opacity: 1
}

.right-pendant .inner {
    position: absolute;
    top: 50%;
    background-color: #009fe5;
    right: 103px;
    transform: translateY(-50%) translateX(103px);
    transition: all .6s;
    z-index: -1;
    opacity: 0;
    box-shadow: 0 0 29px 0 rgba(0,159,229,0.5)
}

.right-pendant .telMessage {
    border-radius: 6px 0 0 6px;
    width: 230px;
    height: 70px;
    line-height: 70px;
    font-size: 18px
}

.right-pendant .telMessage .icon.iconfont {
    font-size: 26px;
    vertical-align: middle;
    padding-left: 18px
}

.right-pendant .wechat {
    width: 166px;
    height: 182px;
    background-color: #009fe5;
    padding: 15px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1
}

.right-pendant .wechat img {
    max-width: 100%;
    margin-bottom: 14px;
    height: 120px
}

/*ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã¢â‚¬Å“Ãƒâ€šÃ‚Â¬*/

@media (min-width:993px) and (max-width:1200px) {
	.wrap {
		padding: 0 2vw;
	}
	header .logo a img {
		max-height: 60px;
	}
	header .rightDiv .menu>ul>li {
		margin-left: 35px;
	}
	header .rightDiv .menu>ul>li>a {
		font-size: 15 px;
	}
	.indexDiv2 .imgDiv {
		width: 70%;
	}
}

@media all and (max-width:992px) {
	.wrap {
		padding: 0 5vw;
	}
	.menu {
		width: 100%
	}
	.menu ul {
		width: 100%;
		display: block;
	}
	.menu ul ul {
		top: 0;
		border: 0;
	}
	.menu>ul>li>a {
		padding: 0 20px;
	}
	.menu.align-center>ul,
	.menu.align-right ul ul {
		text-align: left
	}
	.menu ul li,
	.menu ul ul li,
	.menu ul li:hover>ul>li {
		width: 100%;
		height: auto;
		border-top: 1px solid rgba(255, 255, 255, .1)
	}
	.menu ul li a,
	.menu ul ul li a {
		width: 100%
	}
	.menu>ul>li,
	.menu.align-center>ul>li,
	.menu.align-right>ul>li {
		float: none;
		display: block
	}
	.menu ul ul li a {
		padding: 0 20px 0 30px;
		font-size: 12px;
		color: #333;
		background: 0 0
	}
	.menu ul ul li:hover>a,
	.menu ul ul li a:hover {
		color: #333
	}
	.menu ul ul ul li a {
		padding-left: 40px
	}
	.menu ul ul,
	.menu ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0
	}
	.menu>ul>li.has-sub>a::after,
	.menu ul ul li.has-sub>a::after {
		display: none
	}
	#menu-line {
		display: none
	}
	.menu #menu-button {
		display: block;
		padding: 20px;
		color: #000;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase
	}
	.menu #menu-button::after {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 15px;
		height: 2px;
		background: #fff
	}
	.menu #menu-button::before {
		content: '';
		position: absolute;
		top: 25px;
		right: 20px;
		display: block;
		width: 15px;
		height: 3px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff
	}
	.menu .submenu-button {
		position: absolute;
		z-index: 10;
		right: 0;
		display: block;
		border-left: 1px solid rgba(255, 255, 255, .1);
		height: 52px;
		width: 52px;
		cursor: pointer
	}
	.menu .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 2px;
		height: 12px;
		background: #fff;
		z-index: 99
	}
	.menu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 12px;
		height: 2px;
		background: #fff;
		z-index: 99
	}
	.menu .has-sub:hover>ul {
		left: 0;
		margin-left: 0;
		background: rgba(0, 0, 0, 0.15);
	}
	.menu ul ul p {
		display: none;
	}
	.menu .submenu-button.submenu-opened:after {
		display: none
	}
	.menu ul ul {
		background: transparent;
		border-bottom: none;
		padding: 0;
	}
	.menu ul ul ul {
		top: 0;
	}
	.menu li:hover>ul {
		left: auto;
		margin-left: auto;
	}
	.wap_ej{display:block;line-height: 35px;background: #fff;margin-top: 60px;text-align: center;}
	.wap_ej a{color:#000;font-size:14px;}
	.wap_ej .swiper-button-next{top: 100px;right: 0px;background-size: 6px 13px;}
	.wap_ej .swiper-button-prev{top: 100px;left: 0px;background-size: 6px 13px;}

	header {
		position: fixed !important;
		z-index: 99;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 60px;
		transition: right 300ms !important;
	}
	header .logo a {
		height: 50px;
		line-height: 50px;
		width: initial;
	}
	header .logo img {
		height: 50px;
	}
	header .mbtn {
		display: block;
	}
	body.on-menu header .mbtn {
		z-index: 1;
	}
	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 0px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		background-color: #fff;
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
	}
	header .rightDiv .menu ul li {
		padding: 0;
		margin: 0;
		float: none;
	}
	header .rightDiv .menu ul li a {
		display: block;
		line-height: 60px;
		height: 60px;
		text-align: left;
		font-size: 16px;
	}
	header .rightDiv .menu>ul {
		padding-top: 60px;
	}
	header .rightDiv .menu ul li a span {
		display: none;
	}
	header .rightDiv .menu>ul>li>a img {
		display: none;
	}
	header .rightDiv .menu>ul>li.on>a img.red,
	header .rightDiv .menu>ul>li:hover>a img.red {
		display: none;
	}
	header .rightDiv .menu ul li a.on {
		background: none;
	}
	body.on-menu header .rightDiv .menu {
		right: 0;
		background: #24317C;
	}
	body.on-menu .main {
		right: 0;
	}
	header .rightDiv .menu ul li>a {
		margin: 0;
		width: calc(100% - 50px);
		color: #fff;
	}
	header .rightDiv .menu>ul>li.has-sub {
		padding: 0;
	}
	header .menu .search {
		padding: 5vw;
		width: 100%;
	}
	header .rightDiv .menu>ul>li.on>a::after,
	header .rightDiv .menu>ul>li:hover>a::after {
		bottom: 26px;
	}
	.menu .search form {
		width: 100%;
		margin-left: 0;
		line-height: 50px;
	}
	.menu .search button img {
		max-height: 20px;
	}
	.index-banner {
		margin-top: 95px;
	}
	.ny-banner .img {
		height: 30vw;
		margin-top: 60px;
	}
	.ui-homebanner .swiper-slide .img,
	.ui-homebanner .swiper-slide .wrap {
		height: 40vw;
		padding: 0 5vw;
	}
	.ui-homebanner .swiper-slide .wrap .text h2 {
		font-size: 44px;
	}
	.ui-homebanner .swiper-slide .wrap .text p {
		font-size: 20px;
		margin: 33px 0;
	}
	.ui-homebanner .swiper-slide .wrap .text a {
		width: 148px;
		line-height: 48px;
		font-size: 13px;
		border-radius: 7px;
	}
	.ui-homebanner .swiper-slide .wrap .text a span {
		padding: 10px 0;
		padding-left: 38px;
		background-size: 30px;
	}
	.swiper-button-next,
	.swiper-button-prev {
		width: 20px;
		height: 38px;
		background-size: 20px 39px;
	}
	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: -20px;
	}
	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: -20px;
	}
	.indexDiv1 a .text {
		padding: 25px 16px;
	}
	.indexDiv1 a .text p {
		line-height: 20px;
	}
	.numCount ul li .numCX,
	.numCount ul li .unitC {
		font-size: 30px;
	}
	.numCount ul li .indc,
	.numCount ul li .unitC span {
		font-size: 16px;
	}
	.numCount {
		bottom: -20px;
		right: 5vw;
	}
	.indexDiv2 {
		padding: 40px 0;
	}
	.indexDiv2 .imgDiv {
		width: 50%;
		top: 14%;
		left: -10%;
	}
	.indexDiv2 .text {
		width: 59%;
		padding-bottom: 154px;
	}
	.indexDiv3 .row .text p {
		font-size: 16px;
	}
	.indexDiv4 .row a .text h4 {
		font-size: 16px;
	}
	.title {
		text-align: center;
		margin-bottom: 24px;
	}
	.title h3 {
		font-size: 26px;
		margin-bottom: 40px;
	}
	.title h3::after {
		height: 2px;
		bottom: -18px;
	}
	.indexDiv2 .text p {
		line-height: 24px;
	}
	.ny-main .wrap {
		padding: 35px 5vw 100px;
		background: #fff;
		margin-top: 0;
	}
	.aboutus .row .text {
		padding: 25px 20px;
	}
	footer .wrap {
		padding: 20px 5vw 40px 5vw;
	}
	footer .info {
		margin-top: 0;
	}
	.ny-menu {
		width: 100%;
	}
	.ny-main .ny-menu a {
		display: inline-block;
		width: 30%;
	}
	.ny-main .rightDiv {
		width: 100%;
		margin-top: 40px;
	}
	footer {
		background: #fff;
	}
}


/*ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã¢â‚¬Å“Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â«Ãƒâ€šÃ‚Â¯*/

@media (max-width:767px) {
	.ui-homebanner .swiper-slide .img,
	.ui-homebanner .swiper-slide .wrap {
		height: 48vw;
	}
	.ui-homebanner .swiper-slide .wrap .text h2 {
		font-size: 20px;
	}
	.ui-homebanner .swiper-slide .wrap .text p {
		font-size: 14px;
		margin: 13px 0;
	}
	.ui-homebanner .swiper-slide .wrap .text a span {
		padding-left: 29px;
		background-size: 24px;
		font-size: 12px;
	}
	.ui-homebanner .swiper-slide .wrap .text a {
		width: 125px;
		line-height: 40px;
	}
	.ui-homebanner .swiper-pagination-bullet {
		width: 24px;
		height: 6px;
	}
	.ui-homebanner .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 13px;
	}
	/******/
	.indexDiv {
		padding: 40px 0;
	}
	.title h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.title h3::after {
		width: 85px;
		bottom: -10px;
	}
	.title p {
		font-size: 13px;
	}
	.indexDiv1 .swiper-container a {
		width: 90%;
		margin: 0 auto;
		padding-bottom: 180px;
	}
	.indexDiv1 a .text h6 {
		font-size: 16px;
	}
	.indexDiv1 a .text {
		height: 170px;
	}
	.indexDiv1 a .text span {
		margin-top: 15px;
	}
	.indexDiv2 .imgDiv {
		position: inherit;
		width: 100%;
	}
	.indexDiv2 .text {
		width: 100%;
		font-size: 14px;
		padding-bottom: 0;
	}
	.numCount {
		width: 100%;
		position: inherit;
		right: 0;
		bottom: 0;
		margin-top: 50px;
	}
	.numCount ul li .numCX,
	.numCount ul li .unitC {
		font-size: 20px;
	}
	.numCount ul li .indc,
	.numCount ul li .unitC span {
		font-size: 14px;
	}
	.swiper-button-next,
	.swiper-button-prev {
		width: 12px;
		height: 26px;
		background-size: 12px 26px;
	}
	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: -6px;
	}
	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: -6px;
	}
	.indexDiv3 .row>div,
	.indexDiv4 .row>div {
		margin-bottom: 30px;
	}
	.indexDiv5 {
		margin-bottom: 0;
	}
	footer .upper {
		margin-bottom: -15px;
	}
	footer .links {
		margin-left: -20px;
		display: none;
	}
	footer .links a {
		padding: 8px 16px;
		font-size: 14px;
	}
	footer .info span {
		display: block;
	}
	footer .copyright {
		line-height: 20px;
		font-size: 12px;
		padding: 15px 0;
	}
	/*ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Âµ*/
	.ny-main .breadcrumbs {
		font-size: 12px;
		margin-bottom: 30px;
	}
	.ny-main .breadcrumbs p {
		font-size: 16px;
	}
	.ny-main .wrap {
		padding: 25px 5vw 55px;
	}
	.pageNum {
		margin-top: 20px;
		font-size: 12px;
	}
	.pageNum a {
		margin: 7px;
	}
	.ny-main .menu a {
		float: left;
		width: 50%;
		padding: 12px 5px;
		font-size: 12px;
		min-height: 80px;
	}
	.ny-main .menu {
		padding: 5px 18px;
		overflow: hidden;
	}
	.ny-main .main {
		width: 100%;
		padding: 0;
	}
	.ny-main h3 {
		font-size: 22px;
		margin-bottom: 30px;
	}
	.ny-main h3::after {
		width: 80px;
	}
	/********/
	.aboutus .abDiv1 .text {
		width: 100%;
		padding-bottom: 30px;
	}
	.aboutus .abDiv1 .text h2 {
		font-size: 20px;
		margin-bottom: 38px;
	}
	.aboutus .abDiv1 .text h2::after {
		bottom: -24px;
	}
	.aboutus .abDiv1 .text p {
		font-size: 13px;
		line-height: 25px;
	}
	.aboutus .abDiv1 .imgDiv {
		position: inherit;
		height: 100%;
		right: 0;
		width: 100%;
	}
	.aboutus .abDiv1 {
		margin-bottom: 135px;
	}
	.aboutus .row>div {
		margin-top: 40px;
	}
	.aboutus .row .content {
		display: flex;
		align-items: center;
	}
	.aboutus .row>div .imgDiv {
		width: 50%;
	}
	.aboutus .row>div .text {
		width: 50%;
	}
	.aboutus .row h4 {
		font-size: 18px;
	}
	.aboutus .row p {
		line-height: 22px;
		margin-top: 18px;
	}
	.aboutus .row .content {
		padding: 15px 0;
	}
	.honor .row a p {
		font-size: 16px;
		margin-top: 18px;
	}
	.ny-main .ny-menu p {
		font-size: 18px;
		margin-bottom: 24px;
	}
	.ny-main .ny-menu p::before,
	.ny-main .ny-menu p::after {
		bottom: -13px;
	}
	.ny-main .ny-menu a {
		width: 48%;
		font-size: 12px;
		padding: 12px 0;
	}
	.product .row a .text h4 {
		font-size: 16px;
	}
	.product .row a .text p {
		margin: 18px 0;
		font-size: 13px;
		line-height: 1.5;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.product .row>div {
		padding: 30px 0;
	}
	.product .row a {
		padding: 0 10px;
	}
	.detail .deDiv1 .imgDiv {
		width: 100%;
		position: inherit;
	}
	.detail .deDiv1 .text {
		width: 100%;
		min-height: 263px;
		margin-top: 30px;
	}
	.detail .deDiv2 {
		margin-top: 38px;
		padding: 40px 30px 54px;
	}
	.case .row a p {
		padding: 15px 15px 20px;
		font-size: 14px;
	}
	.contactus ul {
		display: block;
		margin: 40px 0;
	}
	.contactus ul li {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 15px 0;
	}
	.contactus ul li .imgDiv {
		width: 20%;
	}
	.contactus ul li img {
		margin-bottom: 0;
	}
	.contactus ul li .text {
		width: 75%;
		text-align: left;
	}
	.contactus ul li .text p {
		font-size: 14px;
	}
	.contactus ul li h5 {
		color: #054499;
		margin-top: 10px;
		font-size: 16px;
	}
	.contactus .map {
		height: 300px;
	}

	.jq22-footer {
	width: 100%;
	position: relative;
	z-index: 100;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 7px 5px 7px 5px;
	background: #fff;
}
.jq22-footer:after {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	border-top: 1px solid #e4e4e4;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.jq22-tabBar-item {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	/* -webkit-box-orient: vertical; */
	/* -webkit-box-direction: normal; */
	/* -webkit-flex-direction: column; */
	-ms-flex-direction: column;
	/* flex-direction: column; */
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #979797;
	background: rgb(51, 51, 51) !important;
	border-radius: 15px;
}
.jq22-tabBar-item-text {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	padding-top: 2px;
	margin-left: 5px;
}
.jq22-tabBar-item-active .jq22-tabBar-item-text {
	color: #054499;
}
.icon-loan {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUEAYAAADdGcFOAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAZiS0dEAAAAAAAA+UO7fwAAAAlwSFlzAAAASAAAAEgARslrPgAAA1FJREFUSMflll1IVEEUx8/snbtGapktshkRBepDGJtrGxlm7Z2boGEmavXSl5AsGLZElpGJPWSFRRC5d25fRKilEZpYVLu5tfRJYGWBYKAVRZk+CJu2rXemB9uKajF1JaL/y3C555z/b+bM3LkA/4vCKiVPdfXcuYExVHV14y0g5sl5ar3JpOlRhSC0tmoL0AXh7tWrorhixYkTZvNfA8TPpDPq0YULeRI7C5svX+YWXo7cBQW6/WAVnNnZvJnFs1u1tYJH8qjrCAnVio4MFiUbVFtaGq6UBtSIV6+wzZqs7k5J+TlOf3T5uepPCQn4ovSIzuns1C8llxRfTs6EgQk7ZJNiycjAu4iJxr95g13W9Y5mi2WkvElWa9TJt7NnYxdxqdEdHWI6OU2nbdoUMjDRS0rUB/n5eB95SDe8fi02EokqiYmjr5TGj+cajbibEEqfPh3ugN0+drCvM8UO6Tpt7+rSf5BNiiUubvxTlp845JgY3Cs10o7Hj7FROk5pWdkfpw+3oqhInEwO0AWM6Y1SuLIxN3f8YD/59JJe5WRycsBH3CPVUaWqCgCAc4QCcd9OMV4iNav20lJUCz5emZMDxdADc1wuyIIEtHhoKNSAyIZsuilDQ/wFTIWe9nZoQ2ZAoihGypGq5HD8AJiXV18vCGgRyoCXBoP/lDfx45nMTN4DWZDu9YYa7BdFwFZYypi/xRlfWFhcDMdYCdrp8QCYk6giihigoSE/X9P8R6ABYPv275nETUN31v5Y/o2usi3pNTWBZzzWQriOEEprakDmRZA2bx6aAdNh2W+2whJUARWDg36301lYmJo6ap+xAqIWiEEHY2N1a/EqbUt2ts9/DdnedXf/YrBGuk5TurrADc6x+Iz7Lp5o/cOAkbAaMhmDO3AenRKEkDs3on7ULwgQAfWwjLFgYcH34DYwQ4vTyR9AFLyz2/EnaaZqNBgCr7kbonlKbKwPeQ36Q319QessQvdAGBgYvuJsNhTHy6Fc03im9pylr1yJ9oIPrrS2BktHMIKEFut9ZZYsowYUjsJNJpiumw92xtBd9p69v3nTf88VY9vb1hYsP/ADq4WjNuFwVhbcAMJpWJiuHzogtbPz8+1pddFNTU2Bz13IOzXR+gJAlkBL0hbGcAAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMS0xMi0yM1QxMDoyODo1OCswODowMJ+cax8AAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjEtMTItMjNUMTA6Mjg6NTgrMDg6MDDuwdOjAAAASXRFWHRzdmc6YmFzZS11cmkAZmlsZTovLy9ob21lL2FkbWluL2ljb24tZm9udC90bXAvaWNvbl9pc29taHMweWhxaS9zaG91eWUuc3ZnD4cR8gAAAABJRU5ErkJggg==');
}
.icon-credit {
	background-image: url('data:image/png;base64,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');
}
.icon-ions {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUEAYAAADdGcFOAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAZiS0dEAAAAAAAA+UO7fwAAAAlwSFlzAAAASAAAAEgARslrPgAAApBJREFUSMftll9IU1Ecx7/n/onZruQ1IkT0IXQPmuBL6ItJbIKxiS93D2LBhObqITMMihDG0AcVMl/8c7dwKEKgEyoHC1xY9KA9KAgpBHvJCsusUO+0ubt7elgzsUxT2UPs+3IO5/fldz6c8zs/DpDS4UQSE1650Ox+VViIHHaN3vd6UU0l3MnLSxrJY+JDWyiEd7F0crOuLipMtNaXzM1tAXKNJlF+PzqKbGTRLFWlpVRmLnk8STupKeLQhux2LMNCqllWbQ92OPySxG0ZlnGRnM/MpFdoBWkYGYmdfVZW/zAYTBYg99rodZcYDKSNjGPeak2sM8kCOKhSgEkALKfdkiDwucZ5WZ6a4kXTDfcDu32ni1OMAVn2eLiQSZA/9/fvjPPWCqt72GZL5AHM5p4eUTwCwOP5MYVhaBDZpFmvh0Il2kzIb7YWMoExUcRbuojLHLczTJsg0Ft6PX1ERlCWng5ob9Qnsdheu3N7GYBAqOHp6qpqwAmgqGg3V6ItoB0df4yXjnsdC93dAICCn+M+9D/UYArwr/pVgxKW6O1wmHQQB2rz8wGzueeYKAIfF1lGUYDpGcfVaHT3VOXUS3U6QLBs9Kal/SsIcX3/qlkMBtRiiaSFwxgC4NgGqJ2kTvK8q4vZIC4Kn4/nIxGWbWzEmNiE635/tBK1QFUV22m817dQWUm+YRazBQVqizpAPgwOcj5uevPM5CSpiUTYA30ySACBlZU4hyQBCALbfjPbT8JJOQ4QLKd7E+1gfT3+miOReD8rLsY5aoMtEMACBqDxPE7hLnJmZqJO2rmZUVMD6L4wdZq2f0DF/+na2hrwgriIqh66NnRtJqPcl5vLtRpfyn3Dw/Erzsg4dOKUjlg/ABju+h+nGCc/AAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIxLTEyLTIzVDEwOjI4OjU4KzA4OjAwn5xrHwAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMS0xMi0yM1QxMDoyODo1OCswODowMO7B06MAAABLdEVYdHN2ZzpiYXNlLXVyaQBmaWxlOi8vL2hvbWUvYWRtaW4vaWNvbi1mb250L3RtcC9pY29uX2lzb21oczB5aHFpL2xpYW54aV8xLnN2Z9TfRioAAAAASUVORK5CYII=');
}
.icon-car {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcEAYAAAAinQPXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAZiS0dEAAAAAAAA+UO7fwAAAAlwSFlzAAAASAAAAEgARslrPgAAA+tJREFUWMPtWE1I1FEQz9VKU1tIETWVBMmDmB8gogYePJihJnRJUETEBBFPlevXQSoV/ADr4E1LQQKFQjwIBV6ikpIuiR5ESkGkwDTzG950+O38dba3u//UXSN6lx+z7/1n3m9m3rx5e+rU//GPDyIiogsXgM+eAb9/J0WKVGsrZIvFtD5FitTZs8CoKHwfHg708fEeMUWKVHAwDE9NAVdXgU+eAJXCuo4Oc46y2UiMtTXg5iZwZwf63r2D3NAAjIjwUOSGh4EbG8CMDDnPG+BRXOxan8XCEdTPc6YUFQGfPpWOffjQ2fd/GLn8fLnxigr9hnx8gM+fA3/8AF68eGyOVqRIxcVB7/g45LdvDx1ZKHj/HgomJ92dMcyHhOC7b98gj4zo9VqtwM5OrOvr4xSHfOOG6wj7+mK+qwvy9DTk8+fdE7N73giaIkWqqsq0Y+yRlpHPypIEg4OBd+8Ca2qw7sED6dgvX4CFha7tDQ7yUTIZubQ0ucHMzD+LvJ8fvltYAPb3m8+dgxvPywMuLwNv39avO3cOuLQE+1evutlgWJhRHZ2cPb2hiAh8390NeXubZb0dTlWr1bXehATgygrWJybq9dXWYt3oqMlIcJl+/dr1BjIysP7nT8jr68C2NsezJI/A16+yOr95A8zO1ttpbgYODennw8PlPvz93UTk1i2Zqteu6dc1NgL39mAgJsatB4Ujz5zB9+XlRhW2HxVpJzaWHeN630ND3EC4Icj31cePkD98cKymmL98Gb/v7gLr680S1NvlRuDFC71D4uIOq9+JwZwceSZtNv26nh4j5RQpUklJh7MXEgKsrj42IuYMP3pkRMoxhRQpUkFBmJ+dBX7+zEXLaxs9GsGAACBfrDMzjlUQ8ykpxmFXpEhNTABPnz5pHu6JKlKkrlyRxeDVKy4Wcl1BgSw+TDQ01JwjOWO4qTd/Hx8T0dxcWVwGBoD7zx1JlK+D+Xl2lF4vt3BbW8DFRVnN+bnmgdeF3uMHWjNx0R8gSkREqamYn5uThO/dA166JH9vbzc6I3vLiN9XVoD8urh500tE6+qkpwcG9KlrtWL+8WOZAXt7MvV/L06y0xobk9X9/n1Hx3o4onz2Xr501u1jXXw85puagOnp5uxYLMCWFplBTU1eiig3y9y6TU8Dk5M9Y4/P5tKSxwlKw8nJxrVCRPtN+J07HIlD67e/HozUJiKivj6vEZRE+VnT2ytTil/mOTnm9HALWVkJmf/LmZx09zrxMmFO4U+fJOGJCQhlZcb7VJEiVVIiH8SO10Zg4EnzckKUI1JaCpn/vdMMQfD69ZPe/xGJR0YCMzNBLDr6pPf1145f+xi2uL37P6MAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjEtMTItMjNUMTY6MDE6MDUrMDg6MDCyN0ltAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIxLTEyLTIzVDE2OjAxOjA1KzA4OjAww2rx0QAAAEl0RVh0c3ZnOmJhc2UtdXJpAGZpbGU6Ly8vaG9tZS9hZG1pbi9pY29uLWZvbnQvdG1wL2ljb25fMnUxam5kamJ1MWEvbGlhbnhpLnN2Z9brrkEAAAAASUVORK5CYII=');
}
.jq22-footer-fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 49;
}
.icon {
	width: 28px;
	height: 28px;
	display: block;
	border: none;
	float: left;
	background-size: 28px;
	background-repeat: no-repeat;
}
.right-pendant{display:none;}
}