img {
	max-width: 100%;
}

@font-face {
	font-family: "PingFang-SC-Light";
	src: url("../assets/font/PingFang-SC-Light.eot");
	/* IE9 */
	src: url("../assets/font/PingFang-SC-Light.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */

		url("../assets/font/PingFang-SC-Light.woff") format("woff"),
		/* chrome、firefox */
		url("../assets/font/PingFang-SC-Light.ttf") format("truetype"),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+ */

		url("../assets/font/PingFang-SC-Light.svg#PingFang-SC-Light") format("svg");
	/* iOS 4.1- */
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "PingFang-SC-Light";
	src: url("../assets/font/PingFang Medium.eot");
	/* IE9 */
	src: url("../assets/font/PingFang Medium.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */

		url("../assets/font/PingFang Medium.woff") format("woff"),
		/* chrome、firefox */
		url("../assets/font/PingFang Medium.ttf") format("truetype"),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+ */

		url("../assets/font/PingFang Medium.svg#PingFang Medium") format("svg");
	/* iOS 4.1- */
	font-style: normal;
	font-weight: 700;
}




:root {
	--primary-color: rgba(0, 91, 176);
	--dark-primary-color: rgba(33, 47, 71, 1);
	--active-color: rgb(5, 71, 134);
	--dark-gray: #333333;
	--text-light-color: rgba(102, 102, 102, 1);
	--transition: ease-in-out;
	--primary-color-linear: rgba(0, 91, 176, .8);
}

a,
a:hover {
	color: inherit;
}

a:hover {
	text-decoration: none;
}

input::placeholder {
	font-family: '';
}

.container-fluid {
	width: 94%;
	max-width: 1600px;
}

body {
	font-family: 'PingFang-SC-Light';
}

hr,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
dl,
dt,
dd,
ul,
li {
	margin: 0;
	padding: 0;
}

ul,
li,
ol {
	list-style: none;
}

.icon {
	font-size: 16px;
	width: 20px;
	height: 20px;
	margin-right: 3px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	margin-top: -3px;
	fill: var(--dark-gray);
}

.section-title h2 {
	font-size: 36px;
	color: var(--primary-color);
	margin-top: 4%;
	font-weight: 700;
}

.section-title p {
	font-size: 22px;
	margin-top: 10px;
	line-height: 1;
	margin-bottom: 60px;
}

.btn-group-lg>.btn,
.btn-lg {
	font-size: 16px;
	padding: 0.7rem 3rem;
}

.btn-outline-light:hover {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}

.btn-primary {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

.top {
	z-index: 999;
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	transition: all .5s;
}

.top .form-inline .form-control {
	margin-right: 0px !important;
	border-right: 0 none;
}

.top .btn {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

/* header */
header.header {
	transform: scaleY(0);
	border-bottom: 1px solid rgba(237, 237, 237, 1);
	transition: all .3s;
	display: none;
}

.header .header-top {
	color: #fff;
	font-size: 16px;
}

.header .header-top>.container-fluid {
	position: relative;
	z-index: 1;
	height: 46px;
}

.header .header-top::before {
	content: '';
	width: 52px;
	height: 64px;
	display: inline-block;
	vertical-align: middle;
	background: var(--primary-color);
	position: absolute;
	left: 35%;
	margin-left: -22px;
	top: -27px;
	z-index: 2;
	opacity: 1;
	transform: rotate(45deg);
}

.header .header-top::after {
	content: '';
	width: 35%;
	height: 46px;
	display: inline-block;
	vertical-align: middle;
	background: var(--primary-color);
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 0;
	opacity: 1;
}

.header .info .info-item {
	height: 36px;
	margin-right: 30px;
}

.header .iconfont {
	font-size: 18px;
	margin-right: 5px;
}

.header .icon-icon-test {
	transform: scaleX(1.3);
}

/* å¯¼èˆª */

.navbar-nav {
	flex: 1;
	margin-right: 24px;
}

.navbar-collapse {
	height: 100px;
}

.navbar {
	padding: 0;
}

.nav-item::after {
	content: '';
	position: absolute;
	left: 0%;
	bottom: 0px;
	width: 0;
	height: 3px;
	background: var(--primary-color);
	opacity: 1;
	z-index: 1;
	transition: all 0.3s ease;
}

.nav-item {
	position: relative;
}

.nav-item:hover::after {
	width: 100%;
}

.nav-item>a {
	font-size: 18px;
	display: flex;
	height: 80px;
	align-items: center;
	padding: 0 1.5vw !important;
}

.navbar-light .navbar-nav .nav-link {
	color: #333 !important;
}

.dropdown-menu {
	padding: 0px;
}

.nav-item:hover .dropdown-menu {
	display: block;
}

.navbar-brand .logo-white {
	display: none;
}

.no-background .navbar-brand .logo {
	display: none;
}

.no-background .navbar-brand .logo-white {
	display: block;
}

@media screen and (min-width: 769px) {
	.navbar-brand {
		max-width: 76px;
	}

	.nav-item .dropdown-menu .dropdown-item {
		text-align: left;
		justify-content: space-between;
		font-size: 16px;
		line-height: 30px;
		padding: 14px;
		border-bottom: 1px solid #eee;
		display: flex;
		align-items: center;
	}
}

.top.no-background {
	background: transparent;
	box-shadow: none;
}

.no-background .header .header-top::before,
.no-background .header .header-top::after {
	opacity: 0;
}


.no-background header.header {
	transform: scaleY(1);
	display: block;
	border-color: rgba(237, 237, 237, .2);
}

.no-background .navbar-light .navbar-nav .nav-link {
	color: #fff !important;
}

.no-background .language a {
	border-color: transparent;
}

.banner {
	/* margin-top: 137px; */
}

.language {
	display: flex;
}

.language a {
	margin-right: 20px;
	display: flex;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #cfcfcf;
	overflow: hidden;
}

.language a.cn {
	background: red;
}

.language a img {
	width: 109%;
	flex: 1;
	margin-top: 10%;
	margin-left: 10%;
}

.language a.en img {
	width: 109%;
	flex: 1;
	margin-top: 3%;
	margin-left: 2%;
}

/* business */
.business {
	min-height: 0px;
	padding-bottom: 4%;
	margin-bottom: 0px;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url(../assets/imgs/advance_bg.jpg);
}

.business-main {
	margin-bottom: 60px;
}

.card_list-item {
	max-width: 480px;
	padding: 10px 30px 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	box-shadow: 5px 0 25px #07000210;
}

.icon-wrap .iconfont {
	font-size: 100px;
	color: var(--primary-color);
}

.card_list-item h4 {
	margin: 30px 0px;
	margin-top: 0;
}

.card_list-item p {
	margin-bottom: 30px;
	font-size: 16px;
	color: rgba(153, 153, 153, 1);
	line-height: 1.8;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-height: 87px;
}

.card_list-item a.btn {
	transition: all 0.6s;
	font-size: 16px;
	color: #666;
}

.card_list-item a.btn:hover {
	color: var(--primary-color);
}

/* product */

.product {
	padding-bottom: 4%;
	overflow: hidden;
	background: rgba(247, 247, 247, 1);
}

.product_list-item {
	position: relative;
	margin-bottom: 25px;
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.product_list-item hr.line {
	width: 40px;
	height: 2px;
	background: #fff;
	margin-top: 25px;
	margin-bottom: 50px;
}

.product-item-info {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 9;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	background: rgba(255, 255, 255, 0.7);
	height: 52px;
	color: #333;
	font-size: 18px;
	overflow: hidden;
	transition: all 0.5s ease 0s;
}

.product_list-item:hover .product-item-info {
	height: 100%;
	background: linear-gradient(0deg,
			var(--primary-color) 0,
			var(--primary-color-linear) 100%);
	transition: all 0.5s ease 0s;
	color: #fff;
}

.product_list-item hr.line {
	width: 40px;
	background: #fff;
}

.product_list-item .wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.product_list-item:hover .product-item-info:hover p {
	color: #fff;
}

/* å…³äºŽæˆ‘ä»¬ */
.about {
	min-height: 300px;
	background-image: url(../assets/imgs/bg_about.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
	padding-top: 15%;
}

.about .left {
	flex: 1;
}

.about .right {
	flex: 0 0 55%;
}

.about .right .wrapper {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	padding: 50px 50px 50px;
	overflow: hidden;
}

.about .right .wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: var(--primary-color);
	opacity: 0.9;
	z-index: 1;
	width: 100%;
	height: 100%;
	border-radius: 15px 15px 0px 0px;
}

.about .right .wrapper .box {
	display: flex;
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	z-index: 2;
}

.about .left {
	flex: 1;
}

.about .img-icon {
	flex: 0 0 50px;
}

.about .profile {
	margin-left: 20px;
	color: #fff;
}

.about .profile h2 {
	line-height: 1.8;
	font-size: 46px;
	color: rgba(255, 255, 255, 1);
	font-family: 'Impact';
	font-weight: bold;
	letter-spacing: 2px;
}

.about .profile h3 {
	font-size: 32px;
	margin-bottom: 42px;
}

.about .profile p {
	font-size: 16px;
	line-height: 2;
}

.about .profile .btn-wrapper {
	margin-top: 40px;
}

/* footer */
.footer {
	padding-top: 3%;
	background-color: var(--active-color);
	color: rgba(255, 255, 255, 1);
}

.footer a:hover {
	color: rgba(255, 255, 255, .7);
	transition: all .3s;
}

.footer-main {
	padding-top: 30px;
}

.footer-top-logo img {
	max-width: 130px;
}

.footer hr {
	width: 94%;
	max-width: 1600px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgba(255, 255, 255, 0.1);
	margin: 16px auto;
}

.footer_nav-item {
	flex: 1;
}

.footer_nav-item h4 {
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 25px;
}

.sub_menu li {
	font-size: 16px;
	margin-bottom: 8px;
}

.footer-top-info {
	color: #fff;
}

.footer-top-info>* {
	display: flex;
	align-items: center;
	justify-content: left;
}

.footer-top-info h4 {
	font-weight: normal;
	font-size: 16px;
}

.footer-top-info p.tel a {
	font-size: 36px;
	font-family: 'Arial';
	letter-spacing: 1px;
}

.footer-top-info .iconfont {
	font-size: 20px;
	margin-right: 5px;
}

.footer-bottom {
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, .2);
}

.footer-bottom a {
	margin-right: 20px;
}

.swiper-slide {
	overflow: hidden;
}

#c_banner_019-1680487609541 .e_bannerA-2 .p_img {
	width: 100%;
	height: 100%;
	background: #201b1b;
}

#c_banner_019-1680487609541 .e_bannerA-2 .p_img {
	transition: 1s 2.5s;
	transform: perspective(1000px) translate3d(0, 0, 0px);
}

#c_banner_019-1680487609541 .e_bannerA-2 .swiper-slide-active .p_img {
	transition: 3s 0s;
	transform: perspective(1000px) translate3d(0, 0, 100px);
}

#c_banner_019-1680487609541 .e_bannerA-2 .swiper-slide .p_subtitle .letter {
	position: relative;
	opacity: 0;
	top: -5em;
	transition: opacity var(--transition), top var(--transition);
}

#c_banner_019-1680487609541 .e_bannerA-2 .p_info .p_btitle {
	font-size: 18px;
	letter-spacing: 1px;
	transition: all var(--transition) .5s 1s;
	opacity: 0;
}

#c_banner_019-1680487609541 .e_bannerA-2 .swiper-slide-active .p_info .p_btitle {
	opacity: 1;
}

#c_banner_019-1680487609541 .e_bannerA-2 .swiper-slide-active .p_subtitle .letter {
	opacity: 1;
	top: 0;
}

#c_banner_019-1680487609541 .e_bannerA-2 .p_img img {}

#c_banner_019-1680487609541 .e_bannerA-2 .custom-bullet {
	background: #ccc;
}

#c_banner_019-1680487609541 .e_bannerA-2 .p_info {
	width: 90%;
	max-width: 1600px;
	position: absolute;
	right: 50%;
	top: 45%;
	z-index: 9;
	display: flex;
	transform: translateX(50%) translateY(-45%);
	align-items: center;
	text-align: center;
	overflow: hidden;
}

#c_banner_019-1680487609541 .e_bannerA-2 .p_info h1 {
	color: #d92026;
	font-size: 60px;
	text-align: left;
	font-family: 'moshou';
	text-transform: uppercase;
	letter-spacing: 5px;
	line-height: 0.8;
	margin-bottom: 10px;
	opacity: 0;
	transition: all ease 0.6s 0.2s;
	transform: translateY(5px);
}

#c_banner_019-1680487609541 .e_bannerA-2 .swiper-slide-active .p_info h1 {
	display: block;
	opacity: 1;
	transform: translateY(0px);
	margin: 30px 0;
}

#c_banner_019-1680487609541 .e_bannerA-2 .p_info>div {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	margin: 10px 0;
	height: 21vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#c_banner_019-1680487609541 .e_bannerA-2 .p_info .is-inview {
	opacity: 0;
	transition: all ease 1.2s 1.2s;
	transform: translateY(10px);
}

#c_banner_019-1680487609541 .e_bannerA-2 .swiper-slide-active .is-inview {
	display: block;
	opacity: 1;
	transform: translateY(0px);
}

#c_banner_019-1680487609541 .e_bannerA-2 .p_subtitle {
	font-weight: normal;
	padding: 5px 0;
	color: #fff;
	text-align: left;
	font-size: 48px;
	font-family: 'moshou-light';
	text-transform: uppercase;
	letter-spacing: 0px;
	width: 40%;
	margin-bottom: 0;
	line-height: 0.9;
	opacity: 0;
	transition: all ease 0.6s 0.6s;
	transform: translateY(10px);
	margin-top: 12px;
	font-weight: bold;
	!important;
	!important;
	!important;
	!i;
	!;
}

#c_banner_019-1680487609541 .e_bannerA-2 .swiper-slide-active .p_subtitle {
	display: block;
	opacity: 1;
	transform: translateY(0px);
	color: #333;
	letter-spacing: 2px;
}

#c_banner_019-1680487609541 .e_bannerA-2 .p_info p {
	color: #333;
	font-size: 18px;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 8px;
	width: 70%;
	font-family: 'e9577cc9-e151-436a-96c9-71ceba1b9dbc';
}

#c_banner_019-1680487609541 .e_bannerA-2 .p_info p a {
	color: #fff;
	line-height: 1.2;
}

#c_banner_019-1680487609541 .e_bannerA-2 .p_info h1 a {
	color: var(--primary-color);
	font-weight: bold;
}

#c_banner_019-1680487609541 .e_bannerA-2 .p_info .p_summary {
	width: 40%;
	opacity: 0;
	transition: all ease 0.6s 1s;
	transform: translateY(300%);
	font-family: 'moshou-light';
	font-size: 18px;
	color: #fff;
	text-shadow: 0 0 black;
}

#c_banner_019-1680487609541 .e_bannerA-2 .swiper-slide-active .p_info .p_summary {
	display: block;
	opacity: 1;
	transform: translateY(0px);
	white-space: nowrap;
}

#c_banner_019-1680487609541 .e_bannerA-2 .swiper-container-vertical {
	height: 38vw;
}

#c_banner_019-1680487609541 .e_bannerA-2 .p_video {
	width: 100%;
	height: 100%;
	z-index: 3;
	overflow: hidden;
	margin-right: 0;
	margin-left: auto;
	position: relative;
}

#c_banner_019-1680487609541 .e_bannerA-2 .p_video .videoContent {
	width: 100%;
	height: 100%;
}

#c_banner_019-1680487609541 .e_bannerA-2 .p_video video {
	width: 100%;
	height: 100%;
	background: #000;
}

#c_banner_019-1680487609541 .e_bannerA-2 .p_videoPoster {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	cursor: pointer;
}

#c_banner_019-1680487609541 .e_bannerA-2 .p_videoPoster::before {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: url('/npublic/img/playVideo.png') no-repeat center center;
}

#c_banner_019-1680487609541 .e_bannerA-2 .p_videoPoster img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#c_banner_019-1680487609541 .e_bannerA-2 .p_videoInfo {
	display: none;
}

/*#c_banner_019-1680487609541 .e_bannerA-2 .p_info h1{

	transition: all ease .8s .6s;
	opacity: 0;
	transform: translateY(30px);
}

#c_banner_019-1680487609541 .e_bannerA-2 .swiper-slide-active .p_info h1{
	opacity: 1;
	transform: translateY(0px);
}
*/

@media screen and (max-width: 768px) {
	#c_banner_019-1680487609541 .e_bannerA-2 .swiper-slide {}

	#c_banner_019-1680487609541 .e_bannerA-2 .p_info {
		width: 100%;
		z-index: 9;
		text-align: center;
		display: none;
	}

	#c_banner_019-1680487609541 .e_bannerA-2 .p_summary {
		display: none;
	}

	#c_banner_019-1680487609541 .e_bannerA-2 .p_info {
		width: 95%;
	}

	#c_banner_019-1680487609541 .e_bannerA-2 .is-inview {
		display: none;
	}

	#c_banner_019-1680487609541 .e_bannerA-2 .p_img img {
		width: 100%;
		padding-top: 60px;
	}

	#c_banner_019-1680487609541 .e_bannerA-2 .p_info p {
		width: 80%;
	}

	#c_banner_019-1680487609541 .e_bannerA-2 .p_subtitle {
		width: 80%;
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	#c_banner_019-1680487609541 .e_bannerA-2 .p_info p {
		font-size: 14px;
		margin-bottom: 10px;
	}

	#c_banner_019-1680487609541 .e_bannerA-2 .p_info .p_summary {
		display: none;
	}

	#c_banner_019-1680487609541 .e_bannerA-2 .is-inview {
		display: none;
	}

	#c_banner_019-1680487609541 .e_bannerA-2 .p_info {
		width: 95%;
	}
}

@media screen and (max-width: 1280px) and (min-width: 1025px) {
	#c_banner_019-1680487609541 .e_bannerA-2 .p_info p {
		font-size: 14px;
		margin-bottom: 10px;
	}


	#c_banner_019-1680487609541 .e_bannerA-2 .p_info {
		width: 95%;
	}
}

@media screen and (max-width: 1440px) and (min-width: 1281px) {
	#c_banner_019-1680487609541 .e_bannerA-2 .p_info p {
		font-size: 19px;
		margin-bottom: 40px;
	}
}

.swiper-button-next,
.swiper-button-prev {
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid #fff;
	background-size: 25%;
	left: 60px;
	right: auto;
	width: 49px;
	height: 48px;
	bottom: 30px;
	top: auto;
	border-color: rgba(255, 255, 255, 0.6);
}

.swiper-button-next {
	left: calc(60px + 49px + 10px);
}

@media screen and (max-width: 767px) {
	.navbar-brand {
		width: 44px;
	}

	.banner {
		/* margin-top: 56px; */
	}

	.about .right {
		flex: 0 0 100%;
	}

	.about .right .wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}

	.about .img-icon {
		display: none;
	}

	#c_banner_019-1680487609541 .e_bannerA-2 .p_img img {
		padding-top: 0px;
	}
}


/* è®¾å¤‡å±•ç¤º */
.device {
	overflow: hidden;
}

.device .e_loop-7.s_list {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	padding-bottom: 0px;
}

.device .swiper-slide {
	transition: transform ease .8s;
	transform: scale(0.85);
}

.device .touch-start .swiper-slide {
	transform: scale(0.95);
}

.device .swiper-slide::after {
	content: "";
	position: absolute;
	width: 470px;
	height: 470px;
	border-radius: 100%;
	border: 1px solid #e1e1e1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	z-index: -1;
	transition: all ease 1.5s .3s
}

.device .swiper-slide.swiper-slide-active {
	transform: scale(1);
}

.device .swiper-slide-active::after {
	transform: translate(-50%, -50%) scale(1);
}

.device .swiper-slide .s_img {
	position: relative;
	overflow: hidden;
	height: auto;
}

.device .swiper-slide .s_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* opacity: .8; */
	border-radius: 20px;
}

.device .swiper-slide .s_layout {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	transition: all ease .5s;
	pointer-events: none;
	transform: scale(1);
	opacity: 1;
}

.device .s_layout>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	display: flex;
	flex-direction: column;
}

.device .swiper-slide-prev .s_layout>.p_item {
	align-items: flex-end;
	padding-right: 5%;
}

.device .swiper-slide .p_item {
	display: flex;
	justify-content: flex-start;
	padding-top: 8%;
	align-items: flex-start;
	padding-left: 5%;
}

.device .s_title {
	line-height: 1;
	font-size: 24px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	text-shadow: 0 0 black;
}

.hao_li .icoblack {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	background: var(--primary-color-linear);
	border-radius: 100%;
	color: #fff;
	text-align: center;
	line-height: 100px;
	transition: all ease .5s;
	opacity: 0;
}

.hao_li .icoblack svg {
	margin-right: 3px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	margin-top: -3px;
	fill: currentColor;
	margin: 0;
	width: 30px;
	height: auto;
	transition: all ease .5s;
	transform: rotate(-225deg);
	font-size: 16px;
}

.device .hao_li:hover .icoblack {
	opacity: 1;
}

.device .hao_li:hover .icoblack svg {
	transform: rotate(0deg);
}

.device .hao_li:hover .s_layout {
	transform: scale(1.2);
	opacity: 0;
}

.device .p_item>.s_layout {
	position: static;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	max-width: 1460px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.device .p_item>.s_layout>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.device .p_item>.s_layout .arr {
	display: flex;
	align-items: center;
	justify-content: center;
}

.device .arr .swiper-button-prev {
	color: #333;
	margin: 0;
	position: static
}

.device .arr .swiper-button-prev::after {
	font-size: 14px;
	font-weight: bold
}

.device .arr .swiper-button-next {
	color: #333;
	margin: 0;
	position: static;
}

.device .arr .swiper-button-next::after {
	font-size: 14px;
	font-weight: bold
}

.device .arr .swiper-scrollbar {
	width: 100px;
	height: 2px;
	margin: 15px
}

.device .arr .swiper-pagination {
	width: 62px;
	position: static;
	height: 20px;
	margin-top: 5px;
	margin-right: 15px;
	background: var(--primary-color);
	border-radius: 25px;
	color: #fff;
	padding: 0 15px;
	line-height: 20px;
	font-size: 12px
}

.device .swiper-button-prev,
.device .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23333333'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.device .swiper-button-next,
.device .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23333333'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.device .swiper-slide .s_img:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* background: rgba(0,0,0,.3); */
}

@media screen and (max-width: 767px) {
	.section-title h2 {
		font-size: 28px;
	}

	.section-title p {
		margin-bottom: 20px;
		font-size: 16px !important;
		line-height: 1.3;
	}

	.product-item-info {
		font-size: 15px;
	}

	.container-fluid {
		width: 100%;
	}

	.nav {
		padding: 10px 0;
	}

	.collapse.show .navbar-nav {
		background: #fff;
		margin-right: -15px;
		margin-left: -15px;
	}

	.collapse.show .navbar-nav a.nav-link {
		color: #333 !important;
	}

	.top {
		position: relative;
	}

	.navbar-brand .logo {
		display: block !important;
	}

	.navbar-brand .logo-white {
		display: none !important;
	}

	.form-inline {
		margin-left: -15px;
		margin-right: -15px;
		background: #fff;
		margin-top: 0px !important;
	}
}