/*sm*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	background-color: transparent;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* start editing from here */
a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:focus {
	text-decoration: none;
}

body {
	font-family: 'Inter', 'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Heiti TC', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-style: normal;
}

/*font-s*/
@font-face {
	font-family: "partcln";
	src: url(../fonts/partcln.ttf);
}

/*font-m*/
@font-face {
	font-family: "Milibus";
	src: url(../fonts/Milibus.ttf);
}

@font-face {
	font-family: "Titil";
	src: url(../fonts/TitilliumText14L-Bold.otf);
}

/*nav*/
.nav-header {
	width: 100%;
	box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.3);
	position: sticky;
	top: 0;
	z-index: 10000;
	background-image: url('../img/header-image.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #FFFFFF;
}

.conf {
	width: 80%;
	height: 100px;
	box-sizing: border-box;
	font-family: 'partcln', sans-serif;
	margin: auto;
	padding: 13px 0;
	position: relative;
}

.conf .row {
	margin: 0;
}

.conf .row .col-md-12 {
	padding: 0;
}

.navbar-right .dropdown-menu {
	top: 60px;
}

.bootsnav {
	margin-bottom: 0 !important;
	background-color: #fff;
}

.breadcrumb-box {
	width: 100%;
	height: 46px;
	background-color: #F1F1F1;
}

.breadcrumb-box .breadcrumb {
	font-weight: 400;
	font-size: 12px;
	line-height: 22px;
	color: #999999;
	padding: 12px 0;
	background-color: #F1F1F1;
}

.breadcrumb-box .breadcrumb .is-current {
	color: #333333;
}

.header h1 {
	text-align: center;
	font-size: 28px;
	color: #939393
}

.navbar-brand {
	padding: 0;
	height: auto;
}

nav.navbar.bootsnav {
	border: none;
	margin-bottom: 150px;
}

.navbar-nav {
	float: left;
}

nav.navbar.bootsnav ul.nav>li>a {
	color: #222;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	padding: 18px 15px 6px 15px;
	position: relative;
	margin-left: 20px;
}

nav.navbar.bootsnav ul.nav>li>.link:hover,
nav.navbar.bootsnav ul.nav>li>.link.is-active {
	color: #1F4F9D;
}

nav.navbar.bootsnav ul.nav>li>.link::before {
	content: '';
	width: 0;
	height: 3px;
	background: #1F4F9D;
	position: absolute;
	bottom: -4px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.4s ease 0s;
}

nav.navbar.bootsnav ul.nav>li>.link:hover::before,
nav.navbar.bootsnav ul.nav>li>.link.is-active::before {
	content: '';
	width: 40px;
}


nav.navbar.bootsnav ul.nav>li>.link.is-active {
	font-weight: 500;
}

.dropdown-menu {
	width: 250px !important;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li a {
	padding: 15px 20px;
	font-size: 16px;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a:hover {
	background-color: #F1F1F1;
	color: #1F4F9D;
}

nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after {
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 16px;
	font-weight: 500;
	position: absolute;
	top: 25%;
	right: 0;
	transform: rotate(90deg);
	transition: all 0.4s ease 0s;
}

nav.navbar.bootsnav ul.nav>li.dropdown.on>a.dropdown-toggle:after {
	content: "\f105";
	transform: rotate(270deg);
}

.dropdown-menu.multi-dropdown {
	position: absolute;
	left: -100% !important;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	border: none;
}

nav.navbar.bootsnav .contact-us {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	line-height: 28px;
	padding: 0 15px;
}

nav.navbar.bootsnav .contact-us div {
	margin-left: 15px;
}

nav.navbar.bootsnav .contact-us img {
	vertical-align: middle;
}

nav.navbar.bootsnav .contact-us span {
	color: #999999;
	font-size: 12px;
	margin-left: 5px;
}

nav.navbar.bootsnav .contact-us span a {
	color: #999999;
}

.no-data {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.no-data img {
	width: 80%;
	max-width: 500px;
}

.no-data p {
	font-size: 20px;
	color: #999999;
	text-align: center;
}

@media only screen and (max-width:990px) {

	nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after,
	nav.navbar.bootsnav ul.nav>li.dropdown.on>a.dropdown-toggle:after {
		content: " ";
	}

	.dropdown-menu.multi-dropdown {
		left: 0 !important;
	}

	nav.navbar.bootsnav ul.nav>li:hover {
		background: transparent;
	}

	nav.navbar.bootsnav ul.nav>li>a {
		margin: 0;
	}
}

/*nav_sm*/
.sj_dh {
	background-color: #fff;
	height: 50px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.3);
}

#btn {
	background: none;
	border: none;
	outline: none;
	display: inline-block;
	z-index: 100;
	cursor: pointer;
	width: 10%;
	position: fixed;
	top: 10px;
}

#btn span {
	display: block;
	width: 20px;
	height: 1px;
	background: #222;
	margin: 6px 0px;
	transition: all 0.5s;
}

#btn .one {
	transform-origin: left center;
	transform: rotate(45deg);
	background: #222;
}

#btn .two {
	transform-origin: left bottom;
	transform: rotate(-45deg);
	margin-top: 5px;
	background: #222;
}

#btn #c {
	transition: all 0.5s;
}

.sj_logo {
	width: 170px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	padding: 3px 0;
}

.sj_logo a {
	width: 100%;
	text-align: center;
}

.sj_logo a img {
	max-width: 100%;
	max-height: 100%;
}

.en {
	text-align: center;
}

.en a {
	padding: 0 10%;
}

.navigation {
	width: 100%;
	top: 50px;
	height: 100%;
	background: #fff;
	position: fixed;
	left: 0;
	top: -100%;
	z-index: 99;
	transition: all 0.5s;
	overflow: auto;
}

nav.navbar.bootsnav {
	background-color: transparent !important;
}

#dh {
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
}

.kj {
	padding: 0px 10px;
	overflow: auto;
}

.kj>li {
	width: 100%;
	line-height: 50px;
	border-bottom: 1px solid #cecbcb;
}

.kj>li:nth-child(1) {
	margin-top: 50px;
}

.kj .t {
	padding-left: 10px;
}

.kj li .t,
.menu .tt {
	line-height: 50px;
	font-size: 14px;
}

.menu .tt {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.menu .tt .tt-span {
	padding: 0 20px;
}

.kj li div.t .arrow.up,
.menu li div.tt .arrow.up {
	background-image: url(../img/xx.png);
	transform: rotate(180deg);
}

.kj li div.t .arrow.down,
.menu li div.tt .arrow.down {
	background-image: url(../img/xx.png);
}

.kj li .t .arrow,
.menu li div.tt .arrow {
	display: block;
	width: 31px;
	height: 32px;
	background: no-repeat 0 center;
	float: right;
	margin-top: 9px;
	margin-right: 10px;
	transition: all 0.1s;
	background-image: url(../images/logo.png);
}

.kj li ul li {
	color: #727272;
	line-height: 40px;
}

.kj li ul li {
	color: #727272;
	line-height: 40px;
	border-top: 1px solid #d3d3d3;
}

.kj li .menu li a {
	color: #666;
}

.kj li a {
	font-size: 14px;
	color: #222;
	font-weight: initial;
}

.kj li a:hover {
	color: #222;
}

.menu,
.sj_3ji {
	display: none;
}

.menu li a,
.sj_3ji li a {
	padding-left: 20px;
}

.kj li ul li a {
	display: block;
}

.label {
	padding: 0;
}

.sdfs {
	width: 100%;
	height: 500px;
	background: #f00;
}

.s_search {
	display: inline-block;
	z-index: 100;
	cursor: pointer;
	width: 10%;
	position: fixed;
	top: 15px;
	right: 1%;
	text-align: center;
}

.s_search a {
	color: #222;
	font-size: 18px;
}

.nav_active>a {
	color: #C89203 !important;
}

/* 悬停显示下拉菜单 */
.dropdown-hover:hover>.dropdown-menu {
	display: block;
}

/* 三级菜单定位到右侧 */
.dropdown-menu .dropdown-menu {
	left: 100%;
	top: 0;
}

/* 调整下拉菜单的位置和样式 */
.navbar-right .dropdown-menu {
	top: 100%;
}

/* 鼠标悬停在菜单项上的样式 */
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	background-color: #f5f5f5;
}

/*Search*/
#sousou2 {
	color: #222;
}

.sousou3 {
	position: absolute;
	z-index: 1;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 50px;
	top: 100px;
	left: 0px;
	display: none;
	z-index: 1003;
	text-align: center;
}

.sousou3 input {
	width: 40%;
	margin: 5px auto;
	height: 40px;
	line-height: 40px;
	background: #fff;
	box-sizing: border-box;
	text-indent: 1em;
	border-radius: 2px;
	border: none;
	font-size: 14px;
}

.sousou3 .input2 {
	width: 80px;
	margin-left: -80px;
	position: absolute;
	cursor: pointer;
	padding-left: 0px;
	color: #fff;
	font-size: 14px;
	background: #1F4F9D;
	border-radius: 0px;
	outline: none;
}

.sousou3 i {
	float: right;
	color: #fff;
	font-size: 18px;
	padding: 15px 15px 0 0;
	cursor: pointer;
}


/*banner*/
.banner .ban_box {
	position: relative;
}

.banner .ban_box .con_box {
	position: absolute;
	top: 40%;
	left: 30%;
}

.banner .ban_box .con_box h3 {
	font-size: 50px;
	color: #fff;
	font-family: "Milibus";
}

.banner .ban_box .con_box p {
	font-size: 18px;
	color: #fff;
	font-family: "Titil";
	letter-spacing: 2px;
	line-height: 24px;
	padding: 10px 0;
	text-transform: uppercase;
}

.banner .ban_box .con_box .con_span {
	width: 100px;
	height: 1px;
	background: #f79f19;
	display: block;
	margin-bottom: 10px;
}

.banner .ban_box .con_box a {
	padding: 5px 20px;
	background-color: #fff;
	color: #222;
	border-radius: 2px;
	font-size: 16px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.banner .ban_box .con_box a:hover {
	background-color: #222;
	color: #fff;
}

.banner .ban_box img {
	width: 100%;
}

.swiper-pagination-bullet-active {
	background-color: #1F4F9D !important;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.4);
}

.banner .ban_box .con_box2 {
	text-align: center;
	left: 50%;
}

.banner .ban_box .con_box2 .con_span {
	margin: auto;
}

.ban_sm {
	display: none;
}

.module_title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.module_title h3 {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 40px;
	line-height: 48px;
	color: #333333;
	margin-bottom: 15px;
}

.module_title .title_line {
	display: block;
	width: 68px;
	height: 3px;
	background: #1C479C;
	border-radius: 1px;
	position: relative;
}

.module_title .title_line::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 3px;
	top: 0;
	left: -26px;
	border-radius: 1px;
	background-color: #C89203;
}

.module_title .title_line::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 3px;
	top: 0;
	right: -26px;
	border-radius: 1px;
	background-color: #C89203;
}


/*dibu*/
footer {
	width: 100%;
	border-top: 1px solid #eee;
	background-color: #222222;
}

footer .row {
	margin: auto;
	width: 80%;
	padding: 40px 0;
}

footer .row .ft_one {
	padding-left: 0;
}

footer .row .ft_one h4 {
	color: #FFFFFF;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 22px;
}

footer .row .ft_one img {
	padding-bottom: 10px;
}

footer .row .ft_one ul {
	padding-top: 10px;
	list-style: none;
}

footer .row .ft_one ul li {
	padding: 10px 0;
	color: #666;
	font-size: 14px;
	word-wrap: break-word;
}

footer .row .ft_one ul li span {
	padding-left: 10px;
}

footer .row .ft_one ul li a {
	color: #666;
}

footer .row .ft_one ul li a:hover {
	color: #fff;
}

footer .row .ft_one .external-link {
	display: flex;
	align-items: center;
}

footer .row .ft_one .external-link li {
	margin-right: 10px;
}

footer .banq {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

footer .banq div {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	padding: 32px 0;
	color: #666;
	font-size: 14px;
}

.container-fluid .external-link li a {
	cursor: pointer;
}

.container-fluid .external-link li a .icon-img,
.container-fluid .external-link li a .icon-active {
	width: 30px;
	height: 30px;
	padding: 0!important;
}

.container-fluid .external-link li a .icon-img {
	display: block;
}

.container-fluid .external-link li a:hover .icon-img {
	display: none;
}

.container-fluid .external-link li a:hover .icon-active {
	display: block;
}

.container-fluid .external-link li a .icon-active {
	display: none;
}

/*dibu-end*/

/*neiye*/
.h_head {
	width: 100%;
}

.h_head .imgk2 {
	display: none;
}

.cur_position {
	margin: 0 auto;
	margin-bottom: 0;
	width: 80%;
}

.cur_position ol {
	padding: 10px 0;
	background: #fff;
}

.cur_position ol li {
	font-size: 14px;
	color: #999;
}

.cur_position ol li a {
	color: #666;
	transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}

.cur_position ol li a:hover {
	color: #222;
}

.nav_top {
	display: none;
}







/* toolbar */
.toolbar {
	position: fixed;
	bottom: 3%;
	right: 5px;
	z-index: 98;
}

.toolbar-item {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 8px;
	box-shadow: 3px -2px 4px 0px rgba(0, 0, 0, 0.1), -2px 2px 4px 0px rgba(0, 0, 0, 0.1);
	background-color: #FFFFFF;
	margin-bottom: 5px;
}

.toolbar-item .icon {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.toolbar-item .icon img {
	width: 100%;
	vertical-align: middle;
}

.toolbar-item .icon .icon-active {
	display: none;
}

.toolbar-item:hover .icon .icon-img {
	display: none;
}

.toolbar-item:hover .icon .icon-active {
	display: inline-block;
}

.toolbar-item:hover .toolbar-content {
	display: block;
}

.toolbar-content {
	display: none;
	cursor: default;
	position: absolute;
	left: -160px;
	top: 50%;
	transform: translateY(-50%);
	width: 140px;
	border-radius: 4px;
	white-space: nowrap;
	text-align: center;
	box-sizing: border-box;
	padding: 16px 5px;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 12px;
	background-color: #1F4F9D;
}

.toolbar-content::after {
	content: '';
	position: absolute;
	right: -32px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	/* 向右三角形 */
	border-left: 18px solid #1F4F9D;
	border-right: 18px solid transparent;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
}

.toolbar-item.MobilePhone {
	display: none;
}

.toolbar-item.Mobile {
	display: flex;
}

/* 仅移动端显示电话链接的样式 */
@media (max-width: 768px) {
	.module_title h3 {
		font-size: 30px;
		line-height: 36px;
	}

	.toolbar-item.MobilePhone {
		display: flex;
	}

	.toolbar-item.Mobile {
		display: none;
	}

}

/* toolbar-end */


/*media*/
@media (max-width:1400px) {
	.conf {
		width: 90%;
	}

	footer .row {
		width: 95%;
	}

	footer .banq {
		width: 95%;
	}

}


/*media*/
@media (max-width:1280px) {
	.cur_position {
		width: 90%
	}

	.conf {
		width: 95%;
	}

	nav.navbar.bootsnav ul.nav>li>a {
		margin-left: 15px;
		padding: 18px 10px 6px 10px;
	}

	footer .row {
		width: 90%;
	}

	footer .banq {
		width: 90%;
	}

}

@media (min-width:1101px) {
	.sj_dh {
		display: none;
	}

	.kj {
		display: none;
	}

	#dh {
		display: none;
	}
}

@media (max-width:1100px) {
	body {
		padding-top: 50px;
	}

	.navbar-header {
		width: 100%;
		text-align: center;
	}

	.logo img {
		display: inline-block;
	}

	.conf {
		display: none;
	}

	.sj_dh {
		display: block;
	}

	.sousou3 {
		top: 50px;
	}

	/*banner*/
	/* .ban_lg {
		display: none;
	} */

	.ban_sm {
		display: block;
		width: 100%;
	}

	.con_box {
		display: none;
	}

	.sousou3 input {
		width: 50%;
	}
}

@media (max-width:768px) {
	body {
		padding-top: 50px;
	}

	.breadcrumb-box {
		display: none !important;
	}


	/* toolbar */
	.toolbar-item {
		width: 36px;
		height: 36px;
		border-radius: 4px;
		box-shadow: 2px -1px 2px 0px rgba(0, 0, 0, 0.1), -1px 1px 2px 0px rgba(0, 0, 0, 0.1);
		margin-bottom: 3px;
	}

	.toolbar-item .icon {
		width: 18px;
		height: 18px;
	}

	.toolbar-content {
		display: none;
		left: -170px;
		top: 50%;
		transform: translateY(-50%);
		width: 150px;
		border-radius: 4px;
		padding: 10px 5px;
		font-size: 10px;
	}

	.toolbar-content::after {
		content: '';
		position: absolute;
		right: -26px;
		top: 50%;
		transform: translateY(-50%);
		width: 0;
		height: 0;
		/* 向右三角形 */
		border-left: 14px solid #1F4F9D;
		border-right: 14px solid transparent;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
	}

	/* toolbar-end */


	.navbar-fixed-bottom {
		display: none;
	}

	.answer-title {
		font-size: 18px !important;
		padding: 5px 0;
	}

	.picScroll-left .bd ul {
		height: 60px !important;
	}

	.sousou3 {
		height: 40px;
		top: 50px;
	}

	.sousou3 input {
		width: 80%;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}

	.ft_three {
		padding: 10px 0;
	}

	.ft_two {
		padding: 0;
		margin-bottom: 20px;
	}

	.ft_one {
		padding: 0;
		margin-bottom: 20px;
	}

	#topcontrol {
		right: 0 !important;
		z-index: 999;
		bottom: 70px !important;
	}

	#topcontrol img {
		width: 30px !important;
		height: 30px !important;
	}

	/*.navbar-fixed-bottom*/
	.nav_top {
		display: block;
		background-color: #fff;
		min-height: 0;
		margin-bottom: 0;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}

	.db_bottom {
		padding: 0;
		margin: 0;
	}

	.db_bottom li {
		padding: 10px 0;
		text-align: center;
		list-style: none;
	}

	.db_bottom li a {
		display: block;
		font-size: 14px;
		color: #222;
	}
}

@media (min-width:768px) {
	.navbar-right .dropdown-menu {
		right: auto !important;
	}

	.lik_rig {
		display: none !important;
	}

	.lik_rig2 {
		display: none !important;
	}

	.ft_three {
		padding: 0;
	}

}

@media (min-width:769px) {
	.navbar-fixed-bottom {
		display: none;
	}

	.navbar-fixed-bottom {
		display: none;
	}
}

@media(min-width:330px)and (max-width:767px) {
	.reasuil-css .nav-tabs li a {
		font-size: 14px !important;
	}

	.navbar-inverse .navbar-nav>li>a {
		font-size: 14px !important;
	}

}

@media (max-width:330px) {
	.db_bottom li a {
		font-size: 12px !important;
	}

	.reasuil-css .nav-tabs li a {
		font-size: 12px !important;
		padding: 10px 6px;
	}

	.navbar-inverse .navbar-nav>li>a {
		font-size: 12px !important;
		line-height: 20px;
	}

}

@media only screen and (max-width:400px) {
	.lik_rig {
		padding: 4px 10% 4px 0 !important;
	}
}

@media(max-width:600px) {
	.h-h3 {
		font-size: 24px !important;
	}
}

@media(max-width:320px) {
	.h-h3 {
		font-size: 16px !important;
	}
}


/* 自定义导航按钮样式 */
.swiper-button-prev2,
.swiper-button-next2 {
	cursor: pointer;
	position: absolute;
	z-index: 10;
	top: 50%;
	background-color: rgba(0, 0, 0, 0.1);
	width: 50px;
	height: 80px;
}

.swiper-button-prev2:hover,
.swiper-button-next2:hover {
	background-color: #1F4F9D;
}

/* 左箭头位置调整到轮播图左侧外部 */
.swiper-button-prev2 {
	background: url('../img/arrow-left-icon.png') 45% center no-repeat;
	background-color: rgba(0, 0, 0, 0.1);
	left: 0px;
	/* 调整为负值使其位于轮播图左侧外部 */
}

/* 右箭头位置调整到轮播图右侧外部 */
.swiper-button-next2 {
	background: url('../img/arrow-right-icon.png') 55% center no-repeat;
	background-color: rgba(0, 0, 0, 0.1);
	right: 0px;
	/* 调整为负值使其位于轮播图右侧外部 */
}


.swiper-container-product .swiper-button-prev2,
.swiper-container-product .swiper-button-next2,
.swiper-container .swiper-button-prev2,
.swiper-container .swiper-button-next2 {
	opacity: 0; /* 默认隐藏箭头 */
	transition: opacity 0.3s ease; /* 添加淡入淡出动画 */
	pointer-events: none; /* 隐藏时禁止点击 */
}

.swiper-container-product:hover .swiper-button-prev2,
.swiper-container-product:hover .swiper-button-next2,
.swiper-container:hover .swiper-button-prev2,
.swiper-container:hover .swiper-button-next2 {
	opacity: 1; /* 鼠标悬停时显示箭头 */
	pointer-events: auto; /* 恢复点击事件 */
}

@media (max-width:768px) {
	.swiper-button-prev2,
	.swiper-button-next2 {
		width: 20px;
		height: 50px;
		background-size: 40%;
	}
}