.cur-bg-img{
	background-image: url(../img/currency-bg.png) !important;
	background-size: cover;
}
.curbanner-text{
	color: #FFFFFF;
	font-weight: 300;
	font-size: 2.375rem;
	text-align: center;
	margin-bottom: 1.25rem;
}
.list-position{
	position: relative;
	top: 1.2rem;
	z-index: 2;
	padding-right: 0;
}
.banner-list{
	margin-top: 10px;
	padding: 16px 10px;
	background: #FFFFFF;
	box-shadow: 0px 6px 12px rgba(27,87,118,.2);
	/* border: 1px solid #EAF3F7; */
	border-radius: 4px;
	color: #0D2B42;
	/* height: 104px; */
	cursor: pointer;
}
.banner-list:hover{
	background-color: #F3F7FB;
	color: #1FD0A1;
}
.display-ib{
	display: inline;
	vertical-align: top;
}
.float-r{
	float: right;
}
.float-l{
	float: left;
}
.width-text{
	width: 82%;
	font-size: 0.875rem;
}
/* .width-img{
	width: 20%;
} */
.width-img img{
	width: 60px;
}
.currencybanner {
	padding: 4.4rem 0 3.25rem;
}
.currency{
	padding-top: 2rem;
}
.pd-l0{
	padding-left: 0;
}
.list-inline-item:active{
	
}
.mb-60{
	margin-bottom: 5rem;
}

/* 右侧导航css */
ul {list-style: none;}
.right_nav{ right:0; bottom:280px; position:fixed; text-align:left;overflow: hidden;z-index:999;}
.right_nav li{background:#ff900d;margin:4px 0;padding: 10px;border-top-left-radius: 4px;border-bottom-left-radius: 4px;cursor:pointer;position:relative; right: -70px;}
.right_nav li .iconBox{text-align: center;overflow: hidden;display: flex;align-items: center;justify-content: space-between}
.right_nav li .wx-icon{width: 40px;height:auto;}
.right_nav li h4{color: #fff;font-size:14px;margin:2px 0;margin-left: 15px;}
.right_nav li:hover{background:#40B87C}
.right_nav li .hideBox{width: 31.25rem; display: none;position: absolute;right:120px;padding:10px;padding-right: 15px; top:-10px;z-index: 999;}
.right_nav li .hideBox .hb{border: 1px solid #ccc;background-color: #fff; padding: 10px 20px;border-top: 3px solid #40B87C;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;}
.right_nav li .hideBox .hb h5{padding: 5px 0;border-bottom: 2px solid #dddddd;color: #40B87C;font-size: 16px;font-weight: 600;display: block;}
.right_nav li .hideBox .hb p {margin-top: 5px;font-size: 18px;font-weight: 700;}
.right_nav li .hideBox .hb .qqtalk{margin-top: 10px;}
.right_nav li .hideBox .hb .qqtalk a{display: flex;align-items: center}
/* .right_nav li .hideBox .hb .qqtalk img{width: 25px;height:25px;} */
.right_nav li .hideBox .hb .qqtalk p{ font-size: 16px;font-weight: 400;margin-top: 10px;margin-left: 5px;}
/* .right_nav li:nth-child(3) .hideBox img{width:140px;height: 140px;} */
.dis_inline{display: inline-block;vertical-align: top;}
.contact-wx{
	margin-top: 0.625rem;
	font-weight: 450;
	color: #333333;
}
/* 右侧导航css end */

/* 银行结售汇css */

.bank-bg-img{
	/* background: url(../img/bank-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: auto; */
}

/* 银行结售汇css end*/

.zixun-fa2 p{
	display: inline-block;
	width: 48%;
	padding-right: 10px;
}

@media (max-width:1024px){
	.currencybanner{
		padding: 4.4rem 0 3.25rem;
	}
	.banner-list{
		height: auto;
	}
	.cur-bg-img{
		height: auto;
	}
	.display-in img{
		width: 60px;
	}
	
	.pd-l0{
		padding-left: calc(var(--bs-gutter-x)/ 2);
	}
	.list-position{
		padding-right: calc(var(--bs-gutter-x)/ 2);
	}
	.currency{
		padding-top: 2rem;
	}
	.curbanner-text{
		font-size: 28px;
	}
	.width-text{
		width: 100%;
	}
	.header-wrap{
		padding: 1.875rem 1rem;
	}
	/* .header-logo{
		width: 130px;
	} */
	/* .header-nav{
		float: none;
	} */
	.header-wrap.header-scroll{
		padding: 1rem;
	}
	.header-wrap.header-scroll .header-logo{
		width: 115px;
	}
}

@media (max-width:767.98px){
	.display-in img{
		width: 30%;
	}
	.width-text{
		width: 100%;
	}
	.banner-list{
		height: auto;
	}
	.currencybanner {
	    padding: 2.2rem 0 3.25rem;
	}
	.pd-l0{
		padding-left: calc(var(--bs-gutter-x)/ 2);
	}
	.list-position{
		padding-right: calc(var(--bs-gutter-x)/ 2);
	}
	.cur-bg-img{
		height: auto;
	}
	.currency{
		padding-top: 2rem ;
	}
	.curbanner-text{
		margin-bottom: 0;
	}
	.width-text{
		width: 100%;
		padding-top: 10px;
	}
	.right_nav li .hideBox{
		width: 220px;
	}
	.right_nav li .hideBox .hb{
		padding: 10px;
	}
	.right_nav li .hideBox .hb .qqtalk p{
		font-size: 13px;
	}
	.right_nav li{
		padding: 0;
	}
	.right_nav li .hideBox{
		right: 100px;
	}
}
