html {
	font-size: 625%;
}

body {
	background: rgb(255, 255, 255);
	font-size: 14px;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
th,
td,
form,
object,
iframe,
blockquote,
pre,
a,
abbr,
address,
code,
img,
fieldset,
form,
label,
figure {
	margin: 0px;
	padding: 0px;
}

body,
html,
input,
button,
textarea {
	color: rgb(33, 33, 33);
	font-family: Arial;
	line-height: 1.5;
}

body {
	background-color: rgb(255, 255, 255);
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4,
h5 {
	font-size: 14px;
}

img {
	width: 100%;
	max-width: 100%;
	border: none;
	vertical-align: middle;
}

li {
	list-style: none;
}

i,
em {
	font-style: normal;
}

a {
	color: rgb(51, 51, 51);
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover {
	color: rgb(243, 153, 16);
	text-decoration: none;
}

input[type="text"]:focus {
	outline: none;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}

hr {
	margin: 15px 0px;
	height: 1px;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-image: initial;
	border-top: 1px dashed rgb(193, 193, 193);
}

a:active,
select,
input,
textarea {
	-webkit-tap-highlight-color: transparent;
	outline: 0px !important;
}

* {
	box-sizing: border-box;
	outline: 0px;
}

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: fontawesome;
	src: url("../font/fontawesome-webfont.woff2") format("woff2"), url("../font/fontawesome-webfont.woff") format("woff"), url("../font/fontawesome-webfont.ttf") format("truetype");
	font-display: fallback;
}

@font-face {
	font-family: Roboto-Regular;
	font-style: normal;
	src: url("../font/Roboto-Regular.ttf") format("TrueType");
	font-display: fallback;
}

@font-face {
	font-family: Roboto-Bold;
	font-style: normal;
	src: url("../font/Roboto-Bold.ttf") format("TrueType");
	font-display: fallback;
}

@font-face {
	font-family: ArialMT;
	font-style: normal;
	src: url("../font/arial.ttf") format("TrueType");
	font-display: fallback;
}

@font-face {
	font-family: Poppins-SemiBold;
	font-style: normal;
	src: url("../font/Poppins-SemiBold.ttf") format("TrueType");
	font-display: fallback;
}

@font-face {
	font-family: NexaBold;
	font-style: normal;
	src: url("https://www.apuqi.com/style/global/fonts/arial/FONTFABRIC-NEXA-XBOLD.OTF") format("TrueType");
	font-display: fallback;
}

@font-face {
	font-family: Arial-BoldMT;
	font-style: normal;
	src: url("../font/arialbd.ttf") format("TrueType");
	font-display: fallback;
}

.clearfix::after,
.layout::after,
.sys_row::after,
.web_main::after,
.page_main::after,
.nav_wrap .head_nav::after,
.items_list ul::after,
.product_items::after,
.promote_list::after,
.cate_items ul::after,
.web_head .logo::after,
.product-intro::after,
.detail-tabs::after,
.foot_items::after,
.news_cell::after,
.sys_row::after,
.banner_navigate_button::after,
.foor_service::after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
	content: "";
}

.clearfix,
.layout,
.sys_row,
.clearfix,
.layout,
.sys_row,
.flex_row,
.web_main,
.page_main,
.nav_wrap .head_nav,
.items_list ul,
.product_items,
.promote_list,
.cate_items ul,
.web_head .logo,
.product-intro,
.detail-tabs,
.foot_items,
.sys_row,
.banner_navigate_button,
.foor_service {}

.clear {
	clear: both;
}

body {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow-x: hidden;
	width: 100%;
	min-width: 1200px;
}

.layout {
	position: relative;
	margin: 0px auto;
	width: 1600px;
}

.z9999 {
	z-index: 9999 !important;
}

.hide {
	display: none;
}

.gotop {
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 99999;
	visibility: hidden;
	box-sizing: content-box;
	width: 50px;
	height: 50px;
	background-color: rgb(243, 153, 16);
	background-clip: content-box;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	color: rgb(255, 255, 255);
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	opacity: 0;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	transform: translateY(100%);
}

.gotop:hover,
.gotop.active:hover {
	background-color: rgb(243, 153, 16);
	color: rgb(255, 255, 255);
}

.gotop.active {
	visibility: visible;
	opacity: 1;
	transform: none;
}

.gotop::before,
.gotop em {
	transition: all 0.3s ease 0s;
}

.gotop em {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: rgb(255, 255, 255);
	font-size: 12px;
	opacity: 0;
	transform: translateY(10px);
}

.gotop::before {
	display: block;
	content: '\f176';
	font-family: fontawesome;
}

.gotop:hover em {
	opacity: 1;
	transform: none;
}

.gotop:hover::before {
	opacity: 0;
	transform: translateY(-15px) scale(0.5);
}

.head_nav li a,
.nav_wrap .head_nav li li a,
.nav_wrap .head_nav li ul,
.nav_wrap .head_nav li li>a::before,
.head_nav b::after,
.product_item figure,
.gotop,
.product-item .item-img img,
.product_item .item_img img,
.product_item .item_img a,
.product_item,
.product_item .item_img a::before,
.product_item .item_img a::after,
.product_item .item_img::after,
.product-btn-wrap a,
.web_head,
.change-language .change-language-title a::after,
.newsletter .button,
.mobile-head-item .middle-show-content-wrap,
.product_item figure figcaption,
.foot_item a,
.pages a,
.head_sns li img,
.side_product_item .add-friend,
.side_product_item .add-friend::after,
.side-product-items .btn-prev,
.side-product-items .btn-next,
.blog-item::after {
	transition: all 0.3s ease 0s;
}

.head_nav>li>a::before,
.head_nav>li>a::after,
.icon-cate,
.foot_txt_list li a::before,
.web_footer .button::before {
	transition: all 0.3s ease-in-out 0s;
}

a,
.nav_wrap .nav_btn_close,
.index_main .product_item figure,
.foot_item.foot_nav .fot_tit::before,
.foot_item.foot_nav .fot_tit::after,
.goods-may-like .navigate_button_next::before,
.goods-may-like .navigate_button_prev::before {
	transition: all 0.35s ease-in-out 0s;
}

.sys-layer {
	margin: 0px auto;
}

.sys-row {
	margin: 0px -8px;
}

.sys-col {
	float: left;
}

.sys-col-inner {
	margin: 0px 8px;
}

.sys-col-md {
	float: left;
}

.sys-col-md-12 {
	width: 100%;
}

.sys-col-md-11 {
	width: 91.6667%;
}

.sys-col-md-10 {
	width: 83.3333%;
}

.sys-col-md-9 {
	width: 75%;
}

.sys-col-md-8 {
	width: 66.6667%;
}

.sys-col-md-7 {
	width: 58.3333%;
}

.sys-col-md-6 {
	width: 50%;
}

.sys-col-md-5 {
	width: 41.6667%;
}

.sys-col-md-4 {
	width: 33.3333%;
}

.sys-col-md-3 {
	width: 25%;
}

.sys-col-md-2 {
	width: 16.6667%;
}

.sys-col-md-1 {
	width: 8.33333%;
}

.sys_row {
	margin-right: -15px;
	margin-left: -15px;
}

.sys_col {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}

.sys_fl {
	float: left !important;
}

.sys_fr {
	float: right !important;
}

.flex_row,
.items_list>ul {
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: wrap;
}

.flex_row_nowrap {
	flex-wrap: nowrap;
}

.sys_btn {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0.2em 2em 0.2em 1em;
	min-width: 150px;
	border: 2px solid rgb(243, 153, 16);
	background-color: rgb(249, 249, 249);
	vertical-align: middle;
	text-align: left;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	letter-spacing: -0.1em;
	font-size: 22px;
	line-height: 2;
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
	transform: scale(1);
	user-select: none;
	color: rgb(51, 51, 51) !important;
}

.sys_btn:hover {
	background-color: rgb(243, 153, 16);
	color: rgb(255, 255, 255) !important;
}

.sys_btn::after {
	position: absolute;
	top: 50%;
	right: 1.5em;
	margin-top: -0.6em;
	content: "ÃƒÂ¯Ã‚ÂÃ¢â‚¬Â¹";
	font-size: 12px;
	font-family: fontawesome;
	line-height: 1.2em;
}

input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.71);
}

.nav_wrap,
.product_item .item_img {
	box-sizing: content-box;
}

.search-btn,
.side-cate li .icon-cate::before,
.product-btn-wrap a::before,
.mobile-head-item .title::before,
.head_nav>li::after,
.head_nav li b::after,
.download-item .item-button::before,
.faq-item .faq-title::before {
	display: inline-block;
	text-decoration: inherit;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: fontawesome;
	speak: none;
}

.fa::before,
.btn_more::after,
.sys_btn::after,
.head-search .search-btn::before,
.swiper-button-next::before,
.swiper-button-prev::before,
.side-product-items .btn-prev::before,
.side-product-items .btn-next::before,
.product-btn-wrap .email::before,
.product-btn-wrap .pdf::before {
	font-family: fontawesome;
}

.flex_row {
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: wrap;
	justify-content: space-between;
}

.web_head {
	position: absolute;
	z-index: 99;
	width: 100%;
	background: transparent;
	padding-top: 20px;
}

.web_head.index_web_head {
	position: fixed;
	left: 0px;
	top: 0px;
	padding-top:10px;
	background: transparent;
	
	padding-bottom: 10px;
}

.head_layout {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.head_layout.layout::after {
	display: none;
}

.web_head .change-language {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.web_head .change-language .change-language-cont {
	border-radius: 3px;
	box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px;
}

.web_head .logo {}

.web_head.index_web_head .logo {}

.web_head .logo img {
	max-height: 59px;
}

.web_head.index_web_head .logo img {}

.head_flex {
	display: flex;
	align-items: center;
}

.web_head .btn--search {
	width: 31px;
	height: 31px;
	cursor: pointer;
	position: static;
	right: 127px;
	transform: translateX(100%);
	background-color: rgb(243, 153, 16);
	border-radius: 50%;
}

.web_head .btn--search::after,
.web_head .btn--search::before {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-image: url("../image/img_18.png");
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	vertical-align: top;
	transition: all 0.3s ease 0s;
	background-size: 50%;
}

.web_head .btn--search::before {}

.web_head .btn--search::after {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	transform: scale(0.6) translateY(60%);
}

.web_head .btn--search:hover::after {
	opacity: 1;
	transform: none;
}

.web_head .btn--search:hover::before {
	opacity: 0;
	transform: scale(0.6) translateY(-60%);
}

.fixed-nav .head_layout {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 9;
	transition: none 0s ease 0s;
	transform: translateY(-100%);
	opacity: 1;
	box-shadow: rgba(0, 0, 0, 0.55) 0px 0px 15px;
	padding: 0px 5%;
	width: 100% !important;
}

.fixed-nav-active .head_layout {
	height: 68px;
	transform: none;
	opacity: 1;
	transition: all 0.6s ease 0s;
	background: rgba(0,0,0,0.5);
}

.web_head .nav_wrap {
	position: relative;
	margin-right: 84px;
}

.web_head .nav_wrap .head_nav {
	position: relative;
}

.head_nav>li {
	position: relative;
	display: inline-block;
	padding: 0px 22px;
}

.head_nav>li.has-child a {
	padding-right: 20px;
}

.head_nav>li>a {
	position: relative;
	display: inline-block;
	color: rgb(255, 255, 255);
	font-weight: normal;
	font-size: 18px;
	line-height: 45px;
	font-family: ArialMT;
}

.head_nav li.has-child a:hover {
	color: rgb(0, 0, 0);
}

.head_nav>li.has-child:hover>a {
	color: #f39910;
}

.head_nav li a b {
	position: absolute;
	top: 50%;
	right: 0px;
	display: inline-block;
	overflow: hidden;
	box-sizing: content-box;
	width: 19px;
	height: 19px;
	text-align: center;
	line-height: 19px;
	transition: all 0.3s ease 0s;
	transform: translateY(-50%);
}

.head_nav li a b::before {
	content: '\f107';
	font-family: fontawesome;
}

.head_nav li ul {
	position: absolute;
	top: calc(100% + 5px);
	left: 0px;
	display: block;
	padding: 10px;
	width: 250px;
	border-radius: 0px 0px 7px 7px;
	background-color: rgb(243, 153, 16);
	opacity: 0;
	transition: all 0.35s ease-in-out 0s;
	transform: scaleY(0);
	transform-origin: center top;
}

.head_nav>li ul li {
	position: relative;
	padding: 3px;
	border-bottom: 1px solid rgb(255, 255, 255);
	font-size: 14px;
	line-height: 2;
}

.head_nav>li ul li a {
	position: relative;
	display: block;
	color: #fa9701;
}

.head_nav>li ul li a b {
	top: 12px;
}

.head_nav>li ul li a b::before {
	content: '\f105';
}

.head_nav li ul ul {
	top: 0px;
	left: 240px;
	margin-left: 2px;
	border-radius: 7px;
}

.head_nav li.menu_show>ul {
	display: block;
	opacity: 1;
	transform: scaleY(1);
}

.head_nav>li:hover>a {
	position: relative;
	z-index: 1;
	color: #f39910;
}

.head_nav>li>a:hover b {
	transform: translateY(-50%) rotate(180deg);
}

.web_head.fixed-nav {
	position: fixed;
}

.web_footer {
	position: relative;
	background: rgb(243, 153, 16);
}

.web_footer,
.web_footer a {
	display: block;
	color: rgb(255, 255, 255);
	font-size: 14px;
	font-family: Roboto-Regular;
	line-height: 24px;
}

.foor_service {
	position: relative;
	padding: 175px 0px 55px;
}

.foor_service .foot_item .fot_tit {
	position: relative;
	margin-bottom: 30px;
	text-transform: capitalize;
	font-size: 30px;
	line-height: 1;
}

.foot_item {
	position: relative;
	float: left;
	display: block;
}

.foot_item.foot_company_item {
	width: 25%;
}

.foot_item.foot_contact_item {
	margin-left: 7.86%;
	width: 27.5%;
}

.foot_item.foot_inquiry_item {
	float: right;
	width: 34.65%;
}

.foot_logo {
	position: absolute;
	top: 15px;
	left: 0px;
	transform: translateY(-100%);
}

.foot_logo img {
	width: auto;
	max-width: 100%;
}

.foot_item.foot_nav li {
	position: relative;
	margin-bottom: 11px;
	width: 100%;
	text-transform: uppercase;
}

.foot_item.foot_contact_item ul.foot_contact li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 25px;
}

.foot_item.foot_contact_item ul.foot_contact li:last-child {
	margin-bottom: 0px;
}

.foot_item.foot_contact_item ul.foot_contact li::before {
	position: absolute;
	top: 0px;
	left: 0px;
	content: "";
	font-size: 16px;
	font-family: fontawesome;
}

.foot_item.foot_contact_item ul li.foot_address::before {
	content: "ÃƒÂ¯Ã‚ÂÃ‚Â";
}

.foot_item.foot_contact_item ul li.foot_phone::before {
	content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã¢â‚¬Â¢";
}

.foot_item.foot_contact_item ul li.foot_email::before {
	content: "ÃƒÂ¯Ã¢â€šÂ¬Ã†â€™";
}

.foot_item.foot_company_item .inquiry_btn {
	display: table;
	margin-top: 45px;
	padding: 0px 30px;
	border: 2px solid rgb(243, 153, 16);
	border-radius: 50px;
	background: rgb(243, 153, 16);
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	font-size: 18px;
	line-height: 45px;
}

.foot_item.foot_company_item .inquiry_btn:hover {
	background: 0px 0px;
}

.inquriy_info {
	font-size: 16px;
	line-height: 20px;
}

.foot_item.foot_inquiry_item .inquiry_btn {
	display: table;
	margin-top: 30px;
	padding: 0px 15px;
	border-radius: 5px;
	background: rgb(255, 255, 255);
	color: rgb(243, 153, 16);
	letter-spacing: 0.38px;
	font-size: 16px;
	font-family: Roboto-Bold;
	line-height: 45px;
	border: 2px solid transparent;
}

.foot_item.foot_inquiry_item .inquiry_btn:hover {
	border: 2px solid rgb(255, 255, 255);
	background: transparent;
	color: rgb(255, 255, 255);
}

.foot_item.foot_inquiry_item .inquiry_btn::before {
	margin-right: 15px;
	content: "ÃƒÂ¯Ã¢â€šÂ¬Ã†â€™";
	font-family: fontawesome;
}

.web_footer .foot_bottom {
	position: relative;
	padding: 50px;
	border-top: 1px solid rgb(255, 255, 255);
}

.foot_nav {
	position: relative;
	text-align: center;
}

.foot_nav li {
	position: relative;
	display: inline-block;
	padding: 0px 43px;
	border-right: 1px solid rgb(255, 255, 255);
}

.foot_nav li:last-child {
	border-right: none;
}

.foot_nav li a {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 18px;
	font-family: Roboto-Bold;
	line-height: 23px;
}

.foot_sns {
	position: relative;
	margin-top: 55px;
}

.foot_sns li {
	display: inline-block;
	margin: 0px 5px;
}

.foot_sns li a {
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
}

.foot_sns li img {
	width: auto;
	max-height: 18px;
}

.foot_sns li:hover img {
	transform: rotate(-15deg);
}

.copyright {
	position: relative;
	display: block;
	margin-top: 60px;
	text-transform: capitalize;
}

.tel_link {
	pointer-events: none;
}

@media screen and (max-width: 768px) {
	.tel_link {
		pointer-events: auto;
	}
}

.web_main {
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.swiper-container-fade {
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
}

.swiper-container-fade .swiper-slide {
	height: auto;
}

.slider_banner .swiper-wrapper {}

.slider_banner .swiper-slide img {
	width: 100%;
	min-height: 150px;
}

.slider_banner .swiper-slide img+img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.slider_banner .swiper-slide img {
	width: 100%;
	transition: all 3s linear 0s;
	transform: scale(1.08);
}

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

.slider_banner .slider_swiper_control {
	position: absolute;
	top: 50%;
	left: 0px;
	z-index: 2;
	width: 100%;
	height: 54px;
	transform: translateY(-50%);
}

.slider_banner .swiper-button-white {
	position: relative;
	right: auto;
	left: auto;
	display: inline-block;
	overflow: hidden;
	margin: auto;
	width: 60px;
	height: 90px;
	border-radius: 0px;
	background-color: rgb(243, 153, 16);
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: middle;
	text-indent: -9999px;
	opacity: 1;
}

.slider_banner .swiper-pagination {
	opacity: 0.5;
	bottom: 50px !important;
}

.slider_banner:hover .swiper-pagination {
	opacity: 1;
}

.slider_banner .swiper-pagination span {
	vertical-align: middle;
}

.slider_banner .swiper-pagination i {
	display: inline-block;
	margin: 0px 8px;
	width: 6px;
	height: 6px;
	background-color: rgb(255, 255, 255);
	vertical-align: middle;
}

.slider_banner .swiper-pagination-bullet::before {
	display: none;
}

.slider_banner .swiper-pagination-bullet {
	display: inline-block;
	box-sizing: border-box;
	margin-right: 13px;
	width: 13px;
	height: 13px;
	background: rgb(255, 255, 255);
	color: rgb(255, 255, 255);
	text-align: center;
	border-radius: 50%;
}

.slider_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: rgb(243, 153, 16);
	border: 1px solid rgb(255, 255, 255);
}

.banner_button_prev,
.banner_button_next {
	position: absolute;
	top: 0px;
	display: block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: all 0.35s ease-in-out 0s;
}

.banner_button_prev {
	left: 76px;
}

.banner_button_next {
	right: 76px;
}

.banner_button_prev::before,
.banner_button_next::before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 54px;
	height: 54px;
	background: url("../image/web_icon.png") no-repeat;
	content: "";
	transition: all 0.35s ease-in-out 0s;
}

.banner_button_next::before {
	background-position: -54px -60px;
}

.banner_button_prev::before {
	background-position: 0px -60px;
}

.banner_button_next:hover,
.banner_button_prev:hover {}

.banner_button_next:hover::before {
	background-position: -54px -114px;
}

.banner_button_prev:hover::before {
	background-position: 0px -114px;
}

.index_hd {
	position: relative;
	display: table;
	margin: auto;
}

.hd_title {
	position: relative;
	display: block;
	color: rgb(243, 153, 16);
	text-transform: uppercase;
	font-weight: 400;
	font-size: 53px;
	font-family: Roboto-Bold;
	line-height: 1;
}

.sub_tit {
	margin-top: -2px;
	margin-bottom: 22px;
	color: rgb(61, 61, 61);
	text-transform: uppercase;
	font-size: 18px;
	font-family: Roboto-Regular;
	line-height: 1;
}

.page_main {
	z-index: 1;
	overflow: visible;
	padding: 72px 0px 0;
	background: rgb(255, 255, 255);
}

.product_main {
	background: rgb(255, 255, 255);
}

.sys_sub_head {
	position: relative;
	z-index: 1;
	text-align: left;
}

.head_bn_item img {}

.path_bar {
	background: transparent;
	position: relative;
}

.path_bar ul {
	font-size: 0px;
	width: 83%;
	margin: auto;
}

.path_bar li {
	display: inline;
	letter-spacing: 0px;
}

.path_bar li,
.path_bar li a {
	color: rgb(255, 255, 255);
	font-size: 18px;
	line-height: 36px;
	font-family: ArialMT;
	opacity: 0.8;
}

.path_bar li::before {
	position: relative;
	margin: 0px 5px;
	content: "-";
	vertical-align: baseline;
}

.path_bar li:first-child::before {
	display: none;
}

.sys_sub_head .pagnation_title {
	font-size: 54px;
	font-family: NexaBold;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	position: static;
	text-align: center;
	line-height: 1;
}

.mobile-head-items {
	display: none;
}

.aside {
	float: left;
	width: 341px;
}

.side-tit-bar {
	position: relative;
	margin-bottom: 19px;
}

.side-tit-bar .side-tit {
	position: relative;
	padding-left: 35px;
	background: rgb(243, 153, 16);
	font-weight: normal;
	font-size: 20px;
	font-family: NexaBold;
	line-height: 41px;
	color: rgb(255, 255, 255);
}

.side-widget {
	position: relative;
	overflow: hidden;
	margin: 0px 0px 57px;
}

.side-widget+.side-widget {
	padding-top: 20px;
}

.side-cate {
	overflow: hidden;
}

.side-cate li {
	position: relative;
	margin-bottom: 1px;
	font-size: 16px;
	line-height: 30px;
}

.side-cate li a {
	position: relative;
	display: block;
	padding-left: 36px;
}

.side-cate ul {
	display: none;
	background-color: rgb(255, 255, 255);
	overflow: visible !important;
}

.side-cate li a {
	transition: color 0.3s ease-in-out 0s;
}

.side-cate li ul {
	padding-top: 8px;
	padding-bottom: 8px;
}

.side-cate li li {
	font-size: 14px;
}

.side-cate li+li {}

.side-cate li li a {
	margin-left: 30px;
	padding-top: 3px;
	padding-bottom: 12px;
	background: none;
	color: rgb(60, 60, 60);
	font-family: ArialMT;
	font-size: 18px;
}

.side-cate li li li {
	font-size: 12px;
}

.side-cate li a:hover,
.side-cate li.active>a {
	color: rgb(243, 153, 16);
}

.side-cate li a:hover::before,
.side-cate li.active>a::before {
	background-color: rgb(243, 153, 16);
}

.side-cate li .icon-cate {
	position: absolute;
	top: 3px;
	left: 0px;
	display: inline-block;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border-radius: 0%;
	color: rgb(97, 98, 101);
	text-align: center;
	font-size: 10px;
	line-height: 40px;
	cursor: pointer;
	transition: all 0.2s ease 0s;
}

.side-cate li .icon-cate::before {
	padding-right: 1px;
	padding-left: 1px;
}

.side-cate li .icon-cate.icon-cate-down:before {
	content: '\f04b';
}

.side-cate li .icon-cate.icon-cate-up:before {
	content: '\f04b';
}

.side-cate li .icon-cate.icon-cate-up {
	transform: rotate(90deg);
}

.side-widget .cate-type-list>li {
	font-size: 14px;
	line-height: 30px;
	border-bottom: 1px solid rgb(226, 226, 226);
}

.side-widget .cate-type-list>li>a {
	margin-right: 0px;
	padding-left: 15px;
}

.side-widget .cate-type-list>li>a::before {
	position: absolute;
	top: 13px;
	left: 0px;
	display: inline-block;
	width: 9px;
	height: 9px;
	background-color: rgb(224, 224, 224);
	content: "";
}

.side-cate li.has-child>a {
	/*padding-right: 40px;*/
    padding: 15px 34px;
    line-height: 1.3;
    font-family: NexaBold;
    font-size: 17px;
    color: rgb(60, 60, 60);
    border-bottom: 1px solid rgb(226, 226, 226);
    text-transform: capitalize;
}

.side-cate li.nav-current>.icon-cate {
	color: rgb(243, 153, 16);
}

.side-cate>li.nav-current>a,
.side-cate>li.nav-current>.icon-cate {
	color: rgb(60, 60, 60);
}

.side-cate li li.nav-current>a {
	color: rgb(243, 153, 16);
}

.side-product-items {
	position: relative;
	margin-top: 28px;
}

.side-product-items .items_content {
	position: relative;
}

.side_product_item {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
}

.side_product_item figure {
	position: relative;
	display: table;
	overflow: hidden;
	width: 100%;
}

.side_product_item .item-img,
.side_product_item figcaption {
	display: table-cell;
	vertical-align: middle;
}

.side_product_item .item-img {
	position: relative;
	box-sizing: content-box;
	width: 108px;
	height: 83px;
}

.side_product_item .item-img img {
	display: block;
	width: 100%;
}

.side_product_item figcaption {
	padding-left: 17px;
}

.side_product_item figcaption h3 {
	font-weight: normal;
	font-size: 14px;
}

.side_product_item figcaption h3 a {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	overflow-wrap: break-word;
	line-height: 24px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-family: ArialMT;
	width: 70%;
	color: rgb(60, 60, 60);
	margin: auto;
}

.side_product_item figcaption h3 a:hover,
.side_product_item .item-img:hover+figcaption h3 a {
	color: rgb(243, 153, 16);
}

.side_product_item:hover .item-img {
	border-color: rgb(243, 153, 16);
}

.side-product-items .swiper-slide {
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.side-product-items .side_slider {
	position: relative;
	overflow: hidden;
	box-sizing: content-box;
	max-height:550px;
}

.side-product-items .side_slider .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.side-product-items .side_product_item {
	background-color: rgb(242, 242, 242);
	padding: 8px;
	margin: 0px 0px 15px;
}

.side-product-items .btn-prev,
.side-product-items .btn-next {
	position: absolute;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: 32px;
	color: rgb(204, 211, 217);
	text-align: center;
	font-size: 38px;
	line-height: 32px;
	opacity: 1;
	cursor: pointer;
}

.side-product-items .swiper-button-disabled {
	color: rgb(238, 238, 238);
	cursor: default;
}

.side-product-items .btn-prev::before,
.side-product-items .btn-next::before {
	display: inline-block;
	transform: scale(2.5, 1);
}

.side-product-items .btn-prev {
	top: 0px;
}

.side-product-items .btn-prev::before {
	content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Â ";
}

.side-product-items .btn-next {
	bottom: 0px;
}

.side-product-items .btn-next::before {
	content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Â¡";
}

.side-product-items .btn-prev:not(.swiper-button-disabled):hover,
.side-product-items .btn-next:not(.swiper-button-disabled):hover {
	color: rgb(0, 0, 0);
}

.aside .side-bn {
	margin: 0px 0px 40px;
	width: 100%;
}

.aside .side-bn img {
	width: 100%;
}

.main {
	position: relative;
	float: right;
	padding-bottom: 50px;
	width: calc(100% - 421px);
}

.main .banner_section {
	margin-bottom: 25px;
}

.page_main,
.pagge_main a {
	color: rgb(0, 33, 64);
}

.page_main a:hover {
	color: rgb(243, 153, 16);
}

.main_hd {
	margin-bottom: 35px;
	text-align: center;
}

.main_hd .page_title {
	font-size: 30px;
}

.main_hd .page_title,
.main_hd .page_title a {
	color: rgb(89, 89, 89);
}

.page_bar {
	position: relative;
	margin: 47px 0px 30px;
	height: 33px;
	text-align: center;
	font-size: 14px;
	line-height: 31px;
}

.page_bar a,
.page_bar span {
	position: relative;
	display: inline-block;
	margin: 0px 0px 0px 8px;
	padding: 0px 8px;
	min-width: 33px;
	border: 1px solid rgb(204, 204, 204);
	color: rgb(51, 51, 51);
	vertical-align: top;
	text-align: center;
	border-radius: 5px;
}

.page_bar a.current,
.page_bar a:hover {
	border-color: rgb(243, 153, 16);
	background: rgb(243, 153, 16);
	color: rgb(255, 255, 255);
}

.page_bar span.current2 {
	padding-right: 8px;
	padding-left: 8px;
}

.items_list {
	position: relative;
	width: 100%;
}

.items_list ul {
	margin: -10px -18px;
	-webkit-box-pack: center;
	justify-content: center;
}

.items_list ul {
	margin: -2.5%;
}

.items_list .product_item {
	display: flex;
	padding: 2.5%;
	width: 25%;
	max-width: 25%;
	flex: 0 0 25%;
}

.items_list .product_item figure {
	display: flex;
	overflow: hidden;
	width: 100%;
	border: 1px solid rgb(230, 230, 230);
	background-color: rgb(255, 255, 255);
	-webkit-box-flex: 1;
	flex: 1 1 0%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: end;
	justify-content: flex-end;
}

.items_list .product_item figcaption {
	padding: 25px 15px;
	text-align: center;
}

.items_list .product_item .item_img,
.items_list .product_item .item_img img {
	display: block;
}

.items_list .product_item .item_img {
	border: 1px solid rgb(230, 230, 230);
	-webkit-box-flex: 1;
	flex-grow: 1;
}

.items_list .product_item .item_title {
	text-transform: uppercase;
	font-size: 12px;
}

.items_list .product_item .item_title a {
	height: 3.7em;
	background-color: rgb(66, 86, 100);
	color: rgb(255, 255, 255);
	font-size: 12px;
	line-height: 3.7em;
}

.items_list .product_item figure:hover {
	border-color: rgb(204, 204, 204);
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px 0px;
}

.items_list .product_item figure:hover .item_title a {
	background-color: rgb(243, 153, 16);
	color: rgb(255, 255, 255);
}

.product-intro {
	position: relative;
	margin-bottom: 96px;
	width: 75.85%;
}

.cloud-zoom-lens {
	border: 1px solid rgb(238, 238, 238);
	cursor: move;
}

.cloud-zoom-title {
	top: 0px;
	padding: 3px;
	width: 100%;
	background-color: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	position: absolute !important;
}

.cloud-zoom-big {
	overflow: hidden;
	padding: 0px;
	background-color: rgb(255, 255, 255);
}

.cloud-zoom-loading {
	padding: 3px;
	border: 1px solid rgb(0, 0, 0);
	background: rgb(34, 34, 34);
	color: white;
}

.product-view .product-image.zoom_remove::after {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 999;
	width: 100%;
	height: 100%;
	content: "";
}

.product-view {
	position: relative;
	float: left;
	width: 45.49%;
	padding-bottom: 28px;
}

.product-view .product-image {
	overflow: hidden;
	border: 1px solid rgb(191, 191, 191);
}

.product-view .product-image img {
	position: relative;
	width: 100%;
}

.product-view .image-additional-wrap {
	position: relative;
	z-index: 999;
	margin-top: 20px;
	padding: 0px 15px;
}

.product-view .image-additional {
	position: relative;
	overflow: hidden;
	padding: 0px 2px;
}

.product-view .image-additional li {
	position: relative;
	float: left;
	display: flex;
	overflow: visible;
	width: 20%;
	height: auto;
	border: 1px solid rgb(191, 191, 191);
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
}

.product-view .image-additional li::before {
	position: absolute;
	bottom: -5px;
	left: 40%;
	z-index: 1;
	display: block;
	width: 20%;
	height: 4px;
	border-radius: 6px;
	content: "";
	transition: all 0.2s ease-in-out 0s;
}

.product-view .image-additional li.single {
	display: none;
}

.product-view .image-additional li img {
	position: relative;
	display: block;
	margin: 0px auto;
	width: 100%;
	opacity: 0.4;
	transition: all 0.3s ease-in-out 0s;
}

.product-view .image-additional li a {
	position: relative;
	display: flex;
	-webkit-box-flex: 1;
	flex: 1 1 0%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center;
}

.product-view .image-additional li.current,
.product-view .image-additional li.swiper-slide-active {
	border: 1px solid rgb(243, 153, 16);
}

.product-view .image-additional li.current img {
	opacity: 1;
}

.product-view .image-additional img.popup {
	display: none;
}

.ad_prompt {
	position: absolute;
	top: 50%;
	left: 0px;
	display: none;
	margin: -20px 0px 0px;
	width: 100%;
	color: rgb(243, 153, 16);
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	animation: 1s ease-in-out 0s infinite normal none running twinkling;
}

.product-view .image-additional.swiper-container-horizontal>.swiper-pagination-bullets {
	display: none;
}

.product-view .swiper-button-next,
.product-view .swiper-button-prev {
	margin-top: -16px;
	width: 6px;
	height: 12px;
	background: none;
	font-size: 24px;
	line-height: 32px;
	opacity: 1;
}

.product-view .swiper-button-prev {
	left: 4px;
}

.product-view .swiper-button-next {
	right: 5px;
}

.product-view .swiper-button-next::before,
.product-view .swiper-button-prev::before {
	width: 6px;
	height: 12px;
	background-repeat: no-repeat;
	content: "";
	transition: all 0.35s ease 0s;
	opacity: 0.3;
}

.product-view .swiper-button-prev::before {
	background: url("../image/img_58.png") center center / contain no-repeat;
}

.product-view .swiper-button-next::before {
	background: url("../image/img_59.png") center center / contain no-repeat;
}

.product-view .swiper-button-next:hover::before {
	opacity: 1;
}

.product-view .swiper-button-prev:hover::before {
	opacity: 1;
}

.product-view .swiper-button-next.swiper-button-disabled,
.product-view .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}

.product-view:hover .swiper-button-prev,
.product-view:hover .swiper-button-next {
	background: none;
	opacity: 1;
}

.product-view:hover .swiper-button-disabled {
	opacity: 0.3;
}

.product-summary {
	position: relative;
	padding-left: 60px;
	color: rgb(53, 51, 51);
	flex: 1 1 0%;
}

.product-summary .page_title {
	display: table;
	color: rgb(80, 80, 80);
	text-transform: uppercase;
	font-weight: normal;
	font-size: 32px;
	line-height: 1;
	font-family: NexaBold;

	padding-bottom: 9px;
	border-bottom: 2px solid rgb(227, 227, 227);
}

.product-summary .product-meta {
	color: rgb(36, 36, 36);
	font-weight: 300;
	font-size: 16px;
	line-height: 28px;
}

.product-summary .product-meta .short_tit {
	position: relative;
	color: rgba(36, 36, 36, 0.5);
	text-transform: capitalize;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
}

.product-summary .product-meta p {
	margin: 27px 0px;
	color: rgb(51, 51, 51);
	font-size: 14.7px;
	line-height: 26px;
}

.product-summary .product-meta li {
	display: table;
	padding: 0px 0px 0px 33px;
	font-size: 16px;
	line-height: 21px;
	font-family: ArialMT;
	color: rgb(60, 60, 60);
	opacity: 0.8;
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}

.product-summary .product-meta li em {
	display: table-cell;
	width: 36%;
	color: rgba(36, 36, 36, 0.5);
}

.product-summary .product-meta li .item-val {
	display: table-cell;
	overflow-wrap: break-word;
	word-break: break-all;
}

.product-summary .product-meta br {
	display: none;
	height: 10px;
}

.product-btn-wrap {
	position: relative;
	/* padding-top: 74px; */
	text-align: left;
}

.product-btn-wrap .email,
.product-btn-wrap .pdf,
.product-btn-wrap .buy {
	position: relative;
	display: inline-block;
	margin: 0px 0px 7px 7px;
	padding: 0px 29px;
	border: 2px solid rgb(243, 153, 16);
	color: #f39910;
	vertical-align: top;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 43px;
	font-family: Roboto-Bold;
	font-weight: normal;
	border-radius: 22px;
	border: solid 1px #f39910;
	font-family: ArialMT;
}

.product-btn-wrap .email:hover,
.product-btn-wrap .pdf:hover,
.product-btn-wrap .buy:hover {
	background: rgb(243, 153, 16);
	color: #fff;

}

.product-btn-wrap .email {
	margin-right: 46px;
}

.product-btn-wrap .email:hover img,
.product-btn-wrap .pdf:hover img {
	filter: brightness(1000);
}

.product-btn-wrap .email::before,
.product-btn-wrap .pdf::before {
	padding-right: 10px;
	font-size: 16px;
}

.product-btn-wrap .email::before {
	content: "";
	display: none;
}

.product-btn-wrap .pdf::before {
	content: "";
	display: none;
}

.product-btn-wrap .pdf img,
.product-btn-wrap .email img {
	display: inline-block;
	width: fit-content;
	height: fit-content;
	margin-right: 12px;
	/* transition: all .3s linear; */
}

.product-summary .share-this {
	margin: 45px 0px 0px;
	text-align: right;
}


.product-summary .product_ico{
    display: flex;
    margin: 0 0 20px;
}
.product-summary .product_ico li{
    width: 25%;
    text-align: center;
    text-transform: capitalize;
}
.product-summary .product_ico li img{
    width: 80px;
    margin-bottom: 10px;
}

.product-detail {
	position: relative;
	overflow: visible;
}
.pro_description{	margin-top: 72px; }
.pro_description p{font-size:16px;margin-bottom:10px;font-family: ArialMT !important;letter-spacing: 1px;color: #3c3c3c;text-indent: 35px;line-height: 30px;}
.pro_description p span{font-family: ArialMT !important;}
.pro_description h2{
    
}
.detail-tabs {
	margin-top: 50px;
    width: 100%;
    background: #fbe0b7;
}

.detail-tabs .title {
	font-family: NexaBold;
    font-size: 24px;
    line-height: 36px;
    color: #3c3c3c;
    display: inline-block;
    padding: 0 28px;
    line-height: 40px;
    padding-top: 8px;
    text-transform:uppercase;
    cursor: pointer;
}

.detail-tabs .title.current {
	background: #f39910;
    color: #fff;
}

.product-detail .tab-panel-content {
	display: block;
	overflow: hidden;
	padding: 10px 0px;
}

.product-detail .disabled {
	display: none;
}

.tab-panel-wrap {
	margin-bottom:0px;
    margin-top: 10px;
}

.goods-may-like {
	position: relative;
	/* overflow: hidden; */
	padding: 67px 0px 30px;
	background-attachment: fixed;
	/* margin-bottom: 30px; */
	background-color: #f6f6f6;
}

.goods-may-like .index_title_bar {
	position: relative;
	display: block;
	text-align: center;
}

.goods-may-like .index_title_bar .good_title {
	position: relative;
	color: rgb(51, 51, 51);
	text-transform: capitalize;
	font-size: 36px;
	line-height: 1;
	margin-bottom: 33px;
	font-family: Roboto-Bold;
	font-weight: normal;
}

.goods-may-like .swiper-pagination-bullets {
	text-align: center;
	line-height: 1;
}

.goods-may-like .swiper-pagination-bullet,
.goods-may-like .swiper-pagination-bullet::before {
	width: 14px;
	height: 14px;
}

.goods-may-like .product_item:hover .item_img img {
	transition: all 0.3s ease-in-out 0s;
	transform: scale(1.1);
}

.good_button_bar {
	text-align: center;
	position: relative;
	margin-top: 50px;
}

.good_button_bar .navigate_button_prev,
.good_button_bar .navigate_button_next {
	background: rgb(243, 153, 16);
	display: inline-block;
	width: 85px;
	line-height: 42px;
	margin: 0px 5px;
	text-align: center;
	color: rgb(255, 255, 255);
	font-size: 30px;
}

.good_button_bar .navigate_button_prev {}

.good_button_bar .navigate_button_next {}

.good_button_bar .navigate_button_prev::before,
.good_button_bar .navigate_button_next::before {}

.good_button_bar .navigate_button_prev::before {
	content: "<";
}

.good_button_bar .navigate_button_next::before {
	content: ">";
}

.good_button_bar .navigate_button_prev {}

.good_button_bar .navigate_button_next {}

.product_item {
	position: relative;
	border: 1px solid rgb(200, 200, 200);
}

.product_item figure {
	position: relative;
	height: 100%;
}

.product_item .item_img {
	position: relative;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
}

.product_item .item_img img {
	width: 100%;
	height: auto;
}

.product_item figcaption {
	background: rgba(11, 135, 251, 0.7);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	transform: translateX(-110%);
}

.product_item .item_title {
	position: absolute;
	top: 45%;
	left: 0px;
	width: 100%;
	transform: translateY(-50%);
}

.product_item .item_title a {
	display: block;
	position: relative;
	color: rgb(255, 255, 255);
	text-align: center;
	font-size: 18px;
	line-height: 1.68;
	font-family: Roboto-Regular;
	text-transform: capitalize;
	letter-spacing: 0.38px;
	font-weight: normal;
}

.product_item:hover figcaption {
	transform: translateX(0px);
}

.blog_list {
	position: relative;
	width: 100%;
}

.blog-item {
	position: relative;
	overflow: hidden;
	padding: 35px 20px;
	width: 100%;
}

.blog-item:nth-child(2n+1) {
	background: rgb(249, 249, 249);
}

.blog-item::before {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	border-top: 1px solid rgb(204, 204, 204);
	border-bottom: 1px solid rgb(204, 204, 204);
	content: "";
}

.blog-item::after {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 0px;
	height: 3px;
	background-color: rgb(243, 153, 16);
	content: "";
	opacity: 0;
}

.blog-item:hover::after {
	width: 100%;
	opacity: 1;
	transition: all 1s ease-in-out 0s;
}

.blog-item .item-img,
.blog-item .item-img img {
	border-radius: 5px;
}

.blog-item .item-img {
	position: relative;
	float: left;
	display: block;
	margin: 0px 20px 0px 0px;
	padding: 5px;
	max-width: 200px;
	border: 1px solid rgb(238, 238, 238);
	background-color: rgb(255, 255, 255);
}

.blog-item .item-img img {
	position: relative;
	width: 100%;
}

.blog-item .item-info .item-title {
	overflow: hidden;

	font-weight: normal;
	font-size: 20px;

}

.blog-item .item-info time {
	display: block;
	margin: 8px 0px;
	font-size: 16px;
}

.blog-item .item-info .item-detail {}

.blog-item .item-info .item-more {
	float: right;
	margin: 20px 0px 0px;
	color: rgb(143, 147, 149);
}

.blog-item .item-info .item-more {
	position: relative;
	display: inline-block;
	padding: 0.2em 0.8em;
	color: rgb(243, 153, 16);
	text-transform: uppercase;
	line-height: 1.8;
}

.blog-item .item-info .item-more::after {
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background-color: rgb(243, 153, 16);
	content: "";
	transition: all 0.4s ease 0s;
}

.blog-item .item-info .item-more::before {
	top: 0px;
	left: 0px;
}

.blog-item .item-info .item-more::after {
	right: 0px;
	bottom: 0px;
}

.blog-item .item-info .item-more:hover::before,
.blog-item .item-info .item-more:hover::after {
	width: 0px;
	opacity: 0;
}

.blog-item .item-info .item-more:hover {
	background-color: rgb(243, 153, 16);
	color: rgb(255, 255, 255);
	transition-delay: 0.3s;
}

.download_list {
	position: relative;
	width: 100%;
}

.download-item {
	position: relative;
	overflow: hidden;
	margin: 0px 0px 10px;
	padding: 15px 0px;
	border-bottom: 1px solid rgb(238, 238, 238);
	line-height: 30px;
}

.download-item .item-img {
	max-width: 25px;
}

.download-item .item-title {
	position: relative;
	display: inline-block;
	margin: 0px 10px;
	vertical-align: top;
	font-weight: bold;
	font-size: 16px;
}

.download-item .item-button {
	position: relative;
	float: right;
	display: inline-block;
	padding: 0px 15px;
	border: 1px solid rgb(204, 204, 204);
	border-radius: 5px;
	background: rgb(238, 238, 238);
	vertical-align: top;
	line-height: 30px;
	cursor: pointer;

}

.download-item .item-button::before {
	margin: 0px 10px 0px 0px;
	content:"\f019";

}

.faq_list {
	position: relative;
	width: 100%;
}

.faq-item {
	position: relative;
	overflow: hidden;
	margin: 0px 0px 20px;
	padding: 0px 25px;
	width: 100%;
	border: 1px solid rgb(238, 238, 238);
}

.faq-item .faq-title {
	position: relative;
	padding: 15px 0px;
	font-size: 16px;
	cursor: pointer;
}

.faq-item .faq-title::before {
	position: absolute;
	right: 0px;
	content: "ÃƒÂ¯Ã‚ÂÃ‚Â§";
	font-size: 14px;
}

.faq-item .faq-title.show-title::before {
	content: "ÃƒÂ¯Ã‚ÂÃ‚Â¨";
}

.faq-item .faq-title h3 {
	font-weight: normal;
}

.faq-item .faq-cont {
	display: none;
	margin: 0px 0px 25px;
}

.faq-item:first-child .faq-cont {
	display: block;
}

@media only screen and (max-width: 768px) {
	.inquiry-form .form-btn-wrapx .form-btn-submitx {
		top: 0px !important;
	}
}

@media only screen and (max-width: 1680px) {
	body {
		min-width: 1300px;
	}

	.layout {
		width: 1300px;
	}

	.head_layout.layout {
		width: 100%;
		padding: 0px 60px;
	}

	.web_head.index_web_head .logo {
		transform: unset;
	}

	.web_head .logo {
		transform: translateX(0px) translateY(-50%);
	}

	.web_head .btn--search {
		right: 10px;
		/*transform: unset;*/
		margin-left: 10px;
	}

	.head_nav>li {
		padding: 0px 15px;
	}
}

@media only screen and (max-width: 1440px) {
	body {
		min-width: 1200px;
	}

	.layout {
		width: 1200px;
	}
}

@media only screen and (max-width: 1366px) {
	body {
		min-width: 1150px;
	}

	.layout {
		width: 1150px;
	}

	.head_layout {
		height: 90px;
	}

	.head_nav>li>a {
		font-size: 16px;
	}

	.head_nav>li {
		padding: 0px 13px;
	}

	.web_head.index_web_head .logo img {
		max-height: 80px;
	}

	.hd_title {
		font-size: 40px;
	}

	.sub_tit {
		margin-bottom: 13px;
		font-size: 15px;
	}

	.foor_service {
		padding: 120px 0px 35px;
	}

	.web_footer .foot_bottom {
		padding: 30px 0px;
	}

	.items_list .product_item {
		width: 33.3333%;
		max-width: 33.3333%;
		flex: 0 0 33.3333%;
	}
}

@media only screen and (max-width: 1280px) {
	body {
		min-width: unset;
	}

	.layout {
		width: 98%;
	}

	.head_nav>li>a {
		font-size: 14px;
	}

	.head_nav>li {
		padding: 0px 9px;
	}

	.hd_title {
		font-size: 38px;
	}

	.sub_tit {
		margin-bottom: 15px;
		font-size: 16px;
	}

	.main {
		padding-bottom: 0px;
		/* width: calc(100% - 280px); */
	}

	.items_list ul {
		margin: -5px;
	}

	.items_list .product_item {
		padding: 5px;
	}

	.page_main {
		padding: 30px 0px;
	}

	.product-summary {
		width: calc(57.83% - 30px);
	}

	.product-btn-wrap .email,
	.product-btn-wrap .pdf,
	.product-btn-wrap .buy {
		text-transform: capitalize;
		font-size: 12px;
		line-height: 30px;
	}

	.pagnation_title {
		font-size: 28px;
		margin-bottom: 15px;
	}

	.path_bar li,
	.path_bar li a {
		font-size: 16px;
	}

	.product-summary .product-meta p {
		margin: 15px 0px;
		font-size: 13px;
		line-height: 1.5;
	}

	.product-btn-wrap {
		padding-top: 50px;
	}
}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 950px) {
	body {
		min-width: 100%;
	}

	.z10000 {
		position: relative;
		z-index: 100000;
	}

	.mobile-body-mask {
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 999;
		width: 100%;
		height: 100vh;
		background: rgba(0, 0, 0, 0.6);
	}

	.mobile-ico-close {
		position: absolute;
		top: 0px;
		right: -35px;
		width: 30px;
		height: 30px;
		background: url("../image/mobile_close.png") center center / 50% no-repeat rgb(255, 255, 255);
		cursor: pointer;
	}

	.sub-content {
		position: relative;
		right: auto;
		z-index: 99999;
		display: block;
		border: none;
		border-radius: 0px;
		box-shadow: none;
	}

	.lang-more {
		display: none !important;
	}

	.mobile-head-items {
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 999;
		display: block;
		width: 100%;
		height: 25px;
		background: rgb(22, 22, 34);
		text-align: left;
		line-height: 25px;
	}

	.mobile-head-item {
		float: left;
		width: 45px;
	}

	.mobile-head-item.mobile-head-aside {
		float: right;
	}

	.mobile-head-item .title {
		overflow: hidden;
		width: 100%;
		height: 25px;
		color: rgb(255, 255, 255);
		text-align: center;
		line-height: 25px;
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}

	.mobile-head-item .title a {
		position: relative;
		display: block;
		color: rgb(255, 255, 255);
	}
	.mobile-head-item.mobile-head-home .title a:before {
		content: '\f015';
	}

	.mobile-head-item.mobile-head-nav .title:before {
		content: '\f0c9';
	}

	.mobile-head-item.mobile-head-language .title:before {
		content: "\f1ab";
	}

	.mobile-head-item.mobile-head-search .title:before {
		content: "\f002";
	}

	.mobile-head-item.mobile-head-social .title:before {
		content: "\f007";
	}

	.mobile-head-item.mobile-head-aside .title:before {
		content: "\f060";
	}

	.mobile-head-item .main-content-wrap {
		top: 0px;
		z-index: 99999;
		display: block;
		background: rgb(255, 255, 255);
	}

	.mobile-head-item .main-content-wrap .content-wrap {
		overflow-y: auto;
		padding: 15px 10px;
		height: 100%;
		background-color: rgb(255, 255, 255);
	}

	.mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap {
		overflow-y: hidden;
	}

	.mobile-head-item .side-content-wrap {
		position: fixed;
		left: -70%;
		display: block;
		width: 70%;
		height: 100%;
	}

	.mobile-head-item .middle-content-wrap {
		position: absolute;
		left: 0px;
		visibility: hidden;
		padding: 20px 0px;
		width: 100%;
		height: auto;
		opacity: 0;
	}

	.mobile-head-item .middle-show-content-wrap {
		top: 30px;
		visibility: visible;
		opacity: 1;
	}

	.web_head .nav_wrap .head_nav,
	.web_head .change-language,
	.head-search .search-attr,
	.btn--search {
		display: none;
	}

	.index_main .layout,
	.layout {
		margin: 0px auto;
		width: 98%;
	}

	.web_head,
	.web_head.index_web_head {
		padding: 25px 0px 0px;
		height: auto;
		/* background: rgb(243, 153, 16); */
		position: relative;
		left: auto;
		top: auto;
	}

	.web_head .logo,
	.web_head.index_web_head .logo {
		position: relative;
		display: block;
		width: 100%;
		max-width: unset;
		text-align: center;
		padding: 10px 0px;
		transform: unset;
	}

	.web_head .logo img,
	.web_head.index_web_head .logo img {
		width: auto;
	}

	.web_head .nav_wrap {
		position: static;
	}

	.nav_wrap .logo img {
		height: 100px;
	}

	.head-search {
		position: relative;
		width: 100%;
		height: 35px;
		background: rgb(243, 153, 16);
		color: rgb(255, 255, 255);
	}

	.head-search .search-ipt {
		width: 100%;
		line-height: 35px;
		height: 35px;
		padding-left: 1.5%;
	}

	.head-search .search-btn {
		width: 35px;
		height: 35px;
		background-image: url("../image/web_icon.png");
		background-position: 0px 4px;
		background-repeat: no-repeat;
		position: absolute;
		right: 0px;
		top: 0px;
		background-color: transparent;
		border: none;
	}

	.web_head {
		background: rgb(243, 153, 16);
	}

	.head_layout {
		height: auto;
	}

	.head_nav {
		width: 100%;
	}

	.head_nav>li {
		display: block;
	}

	.head_nav li {
		padding-top: 4px;
		padding-bottom: 4px;
		padding-left: 28px;
	}

	.head_nav li,
	.head_nav li a,
	.head_nav>li ul li a,
	.head_nav li:hover a {
		color: rgb(17, 17, 17);
	}

	.head_nav li.has-child {
		margin-top: 0px;
		margin-bottom: 0px;
		padding-left: 28px;
	}

	.head_nav li.has-child>a {
		margin-top: 3px;
		margin-right: 35px;
		margin-bottom: 3px;
	}

	.head_nav li.has-child>ul {
		position: relative;
		top: auto;
		left: auto;
		margin-left: 0px;
		padding: 0px 0px 0px 10px;
		width: 100%;
		border-top: unset;
		box-shadow: unset;
		opacity: 1;
		transform: scaleY(1);
		background: rgb(255, 255, 255);
		display: none;
	}

	.head_nav li a {
		position: relative;
		display: block;
		height: 1.4em;
		line-height: 1.4em;
	}

	.head_nav li a:hover {
		color: inherit;
	}

	.head_nav li em {
		display: block;
		overflow: hidden;
		height: 1.4em;
	}

	.head_nav li li {
		font-size: 14px;
	}

	.head_nav li li li {
		font-size: 12px;
	}

	.head_nav li li a {
		color: rgb(102, 102, 102);
	}

	.head_nav li.has-child a b {
		position: absolute;
		top: 1px;
		right: -35px;
		display: inline-block;
		overflow: hidden;
		box-sizing: content-box;
		width: 15px;
		height: 15px;
		border: 1px solid rgb(17, 17, 17);
		border-radius: 2px;
		line-height: 15px;
	}

	.head_nav li.has-child a b::before,
	.head_nav li.has-child a b::after {
		position: absolute;
		top: 50%;
		left: 3px;
		display: block;
		margin-top: -0.5px;
		width: 9px;
		height: 1px;
		background-color: rgb(17, 17, 17);
		content: "";
	}

	.head_nav li.has-child a b::after {
		transform: rotate(90deg);
	}

	.head_nav li.has-child a:hover b {
		border-color: rgb(17, 17, 17);
	}

	.head_nav>li {
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid rgb(242, 242, 242);
	}

	.head_nav>li>a {
		position: relative;
		margin-bottom: -1px;
		text-transform: uppercase;
		font-size: 16px;
	}

	.head_nav li,
	.head_nav li.has-child {
		padding-left: 0px;
	}

	.head_nav li li,
	.head_nav li li.has-child {
		padding-left: 15px;
	}

	.head_nav li.active>a>b::after {
		display: none;
	}

	.web_head .nav_wrap {
		display: none;
	}

	.head_nav>li ul li {
		border-bottom: none;
	}

	.head_nav>li::before {
		display: none;
	}

	.foor_service {
		width: 98%;
	}

	.foot_nav li {
		padding: 0px 20px;
	}

	.foot_logo {
		position: relative;
		top: unset;
		left: unset;
		transform: unset;
	}

	.copyright {
		margin-top: 20px;
	}

	.foor_service .foot_item .fot_tit {
		margin-bottom: 10px;
		font-size: 18px;
	}

	.inquriy_info {
		font-size: 12px;
		line-height: 1.5;
	}

	.foot_item.foot_contact_item ul.foot_contact li {
		margin-bottom: 7px;
		padding-left: 20px;
	}

	.web_footer,
	.web_footer a {
		font-size: 12px;
		line-height: 1.5;
	}

	.foor_service {
		padding: 30px 0px;
	}

	.foot_sns {
		margin-top: 20px;
	}

	.web_footer .foot_bottom {
		padding: 15px 0px;
	}

	.foot_nav li a {
		font-size: 12px;
		line-height: 1.5;
	}

	.index_news_container {
		padding: 80px 0px 30px;
	}

	.hd_title {
		font-size: 20px;
	}

	.banner_button_prev,
	.banner_button_next {
		display: none;
	}

	.slider_banner .swiper-pagination {
		bottom: 10px !important;
	}

	.slider_banner .swiper-pagination-bullet {
		margin-right: 7px;
		width: 7px;
		height: 7px;
	}

	.aside {
		display: none;
	}

	.side-widget {
		margin-bottom: 35px;
	}

	.side-product-items .items_content {
		margin-top: 10px;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.side-product-items .btn-prev,
	.side-product-items .btn-next {
		display: none;
	}

	.side-product-items .side_slider {
		padding-top: 0px;
		padding-bottom: 0px;
		max-height: inherit;
	}

	.side-product-items .side_slider ul::after {
		clear: both;
		display: block;
		visibility: hidden;
		height: 0px;
		content: "";
	}

	.side-product-items .side_slider .swiper-wrapper {
		display: block;
		margin: 0px -5px;
		width: auto;
	}

	.side-product-items .side_product_item {
		float: left;
		display: block;
		width: 50%;
		text-align: center;
		height: auto !important;
	}

	.side-product-items .side_product_item:nth-child(2n+1) {
		clear: left;
	}

	.side-product-items .side_product_item figure {
		display: block;
		margin: 5px;
		padding: 3px;
		width: auto;
		border: 1px solid rgb(238, 238, 238);
	}

	.side-product-items .side_product_item .item-img {
		float: none;
		display: block;
		width: 100%;
		border: 0px;
	}

	.side-product-items .side_product_item .item-img img {
		width: 100%;
		height: 100%;
		border: 0px;
		object-fit: contain;
	}

	.side-product-items .side_product_item figcaption {
		display: block;
		padding: 8px;
		width: auto;
	}

	.side-product-items .side_product_item figcaption .item_title {
		height: auto;
		text-transform: none;
		font-size: 12px;
	}

	.main {
		float: none;
		margin: 0px auto;
		width: auto;
	}

	.product-item {
		width: 33.333%;
	}

	.product-item .item-wrap {
		margin: 8px;
	}

	.page_bar {
		margin-top: 20px;
		text-align: center;
	}

	.path_bar .layout {
		width: auto;
	}

	.sys_sub_head .layer_ft_bg {
		display: none;
	}

	.main_hd {
		margin-bottom: 15px;
		text-align: center;
	}

	.main_hd .page_title {
		font-size: 22px;
	}

	.items_list>ul {
		margin: 0px;
	}

	.page_title {
		border-bottom: 0px;
		line-height: 1.1;
	}

	.video_close {
		display: none;
	}

	.image-additional li.image-item.current img {
		border: none;
	}

	.product-view {
		float: none;
		margin: 0px auto 15px;
		width: 100%;
		padding: 10px 0px;
	}

	.product-view .product-image,
	.single_product_items {
		display: none;
	}

	.product-view .image-additional-wrap {
		width: 100%;
		margin-top: 0px;
	}

	.product-view .image-additional ul {
		width: 100%;
	}

	.product-view .image-additional li {
		margin: 0px;
		width: 33.3333%;
	}

	.product-view .image-additional li a {
		margin: 0px 2px;
		padding: 0px;
		border: 0px;
	}

	.product-view .image-additional li a::before {
		display: none;
	}

	.product-view .image-additional li img {
		opacity: 1;
	}

	.product-view .image-additional li.current {}

	.product-view .image-additional li.current img {
		border-color: inherit;
	}

	.product-view .image-additional li.current::before {
		display: none;
	}

	.product-view .image-additional li.single {
		display: block;
	}

	.product-view .image-additional li.current a::before,
	.product-view .image-additional li.current a::after {
		display: none;
	}

	.product-view .swiper-button-next,
	.product-view .swiper-button-prev {}

	.product-view .swiper-button-next {
		right: 0px;
	}

	.product-view .swiper-button-prev {
		left: 0px;
	}

	.product-view .swiper-button-next,
	.product-view .swiper-button-prev {
		opacity: 1;
	}

	.product-view .swiper-button-next.swiper-button-disabled,
	.product-view .swiper-button-prev.swiper-button-disabled {
		opacity: 0.3;
	}

	.product-intro {
		margin-bottom: 20px;
	}

	.product-summary {
		float: none;
		width: 100%;
		padding-left: 2%;
		max-width: unset;
	}

	.product-summary .page_title {
		font-size: 24px;
		padding-top: 10px;
	}

	.product-summary .product-meta li .item-val {
		display: inline-block;
	}

	.product-summary .share-this {
		float: none;
		margin: 30px 0px;
	}

	.product-summary .product-meta li {
		display: block;
	}

	.product-summary .product-meta li em {
		display: inline;
		padding-right: 15px;
		color: rgb(51, 51, 51);
		font-weight: bold;
	}

	.product-btn-wrap {
		padding-top: 20px;
		text-align: left;
	}

	.product-btn-wrap a {
		margin: 0px 0px 10px !important;
	}

	.product-summary .share-this {
		text-align: left;
	}

	.tab-panel-wrap {
		padding: 30px 0px 0px;
	}

	.goods-may-like {
		padding: 30px 0px;
		margin-bottom: 0px;
	}

	.goods-may-like .index_title_bar .good_title {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.product_item figcaption {
		background: rgb(11, 135, 251);
		position: relative;
		top: unset;
		left: unset;
		width: 100%;
		height: auto;
		transform: unset;
	}

	.product_item .item_title {
		position: relative;
		top: unset;
		left: unset;
		width: 100%;
		transform: unset;
		padding: 10px 0px;
	}

	.product_item .item_title a {
		font-size: 14px;
	}

	.good_button_bar {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.foot_bar .foot_links {
		float: none;
	}

	.foot_bar .foot_links li {
		float: none;
		display: inline;
		padding: 0px 8px;
	}

	.index_news_container,
	.foor_service {
		padding: 20px 2%;
	}

	.sub_tit {
		margin-bottom: 7px;
		font-size: 14px;
		text-transform: capitalize;
	}

	.news_container {
		display: block;
	}

	.news_container .news_right {
		width: 100%;
	}

	.news_container .news_left {
		width: 100%;
	}

	.news_left .news_item {
		width: 50%;
	}

	.foot_item.foot_inquiry_item .inquiry_btn {
		font-size: 14px;
		line-height: 32px;
	}

	.items_list .product_item figcaption {
		padding: 12px;
	}

	.pagnation_title {
		font-size: 22px;
	}

	.goods-may-like {
		padding: 30px 0px;
	}

	.goods-may-like .index_title_bar .good_title {
		font-size: 16px;
	}

	.goods-may-like .index_title_bar .good_title::after {
		height: 2px;
		margin-left: -20px;
	}

	.goods-may-like .index_title_bar p {
		line-height: 18px;
		font-size: 12px;
		margin: 10px 0px;
	}

	.product_item .item_title a {
		padding: 5px 0px;
		font-size: 14px;
		line-height: 1.5;
	}
}

@media only screen and (max-width: 640px) {
	.news_left .news_item {
		width: 100%;
	}

	.news_container .news_left {
		display: block;
	}

	.foot_item.foot_company_item,
	.foot_item.foot_inquiry_item,
	.foot_item.foot_contact_item {
		width: 100%;
		margin-left: 0px;
		float: none;
		margin-bottom: 15px;
	}

	.foor_service .foot_item .fot_tit {
		font-size: 16px;
	}

	.sys_sub_head .head_title h1 {
		font-size: 30px;
	}

	.items_list .product_item {
		width: 50%;
		max-width: 50%;
		flex: 0 0 50%;
	}
}

@media only screen and (max-width: 480px) {
	.mobile-hide {
		display: none !important;
	}

	.gotop {
		display: none !important;
	}

	.service_item {
		width: 100%;
	}

	.blog-item .item-img {
		width: 150px;
	}

	.table_wrap {
		overflow-x: scroll;
	}

	.side-widget {
		margin: 0px 0px 30px;
	}

	.side-tit-bar .side-tit {
		font-size: 16px;
	}

	.side-cate li {
		font-size: 12px;
	}

	.side-cate li .icon-cate {
		width: 30px;
	}

	.side-cate li.has-child>a {
		padding: 10px 30px 10px 26px;
		line-height: 20px;
	}

	.side-widget .cate-type-list>li {
		line-height: 20px;
	}

	.side-widget .cate-type-list>li>a {
		margin-left: 10px;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.side-product-items .side_product_item {
		float: none;
		width: 100%;
	}

	.side-product-items .side_product_item figure {
		margin-right: 10px;
		margin-left: 10px;
	}

	.path_bar ul::before {
		width: 16px;
		height: 16px;
		background-size: contain;
	}

	.path_bar li {
		padding-left: 5px;
		font-size: 12px;
	}

	.path_bar li+li::before {
		margin-right: 5px;
	}

	.main_banner .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}

	.page_bar {
		font-size: 12px;
		line-height: 22px;
	}

	.page_bar a,
	.page_bar span {
		margin: 0px 2px;
		min-width: 2em;
		border-radius: 2px;
	}

	.main_hd .page_title {
		font-size: 20px;
	}

	.items_list ul {
		margin: -2px;
	}

	.items_list .product_item {
		padding: 2px;
	}

	.items_list .product_item figure {
		position: relative;
		border: 0px;
	}

	.items_list .product_item figcaption {
		position: absolute;
		bottom: 0px;
		left: 0px;
		padding: 1px 0px 0px;
		width: 100%;
	}

	.items_list .product_item .item_title {
		font-size: 12px;
	}

	.items_list .product_item .item_title a {
		height: 2.5em;
		background-color: rgba(0, 0, 0, 0.7);
		line-height: 2.5em;
	}

	.blog-item {
		padding: 30px 5px;
	}

	.blog-item .item-img {
		float: none;
		box-sizing: border-box;
		margin-right: 0px;
		width: auto;
		max-width: 70%;
		border: 1px solid rgb(221, 221, 221);
	}

	.blog-item .item-info .item-title {
		font-weight: normal;
		line-height: 1.2;
	}

	.blog-item .item-info {
		padding-top: 15px;
	}

	.blog-item .item-info .item-title {
		height: auto;
		font-size: 22px;
	}

	.blog-item .item-info .item-detail {
		display: -webkit-box;
		overflow: hidden;
		max-height: 9em;
		text-overflow: ellipsis;
		line-height: 1.5em;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical;
	}

	.blog-item .item-info .item-more {
		float: none;
	}

	.blog-item .item-info time {
		color: rgb(136, 136, 136);
		font-size: 14px;
	}

	.items_list .share_this {
		position: static;
		float: none;
		padding-bottom: 15px;
		text-align: left;
	}

	.product-intro {
		overflow: visible;
	}

	.product-view {
		margin-right: -10px;
		margin-left: -10px;
		width: auto;
	}

	.product-view .image-additional li {
		width: 100%;
	}

	.product-view .image-additional li a {
		margin-right: 0px;
		margin-left: 0px;
	}

	.product-view .image-additional li a::before,
	.product-view .image-additional li a::after {
		display: none;
	}

	.product-view .swiper-button-prev,
	.product-view .swiper-button-next {
		width: 27px;
		height: 40px;
		font-size: 18px;
		line-height: 40px;
		opacity: 0.8;
		transform: none;
	}

	.product-view .swiper-button-prev {
		left: -6px;
		padding-right: 2px;
		border-radius: 0px 3px 3px 0px;
	}

	.product-view .swiper-button-next {
		right: 0px;
		padding-left: 2px;
		border-radius: 3px 0px 0px 3px;
	}

	.product-view .swiper-button-prev::before,
	.product-view .swiper-button-next::before {
		display: inline-block;
		transform: scale(0.7, 1);
		background-image: none;
	}

	.product-view .swiper-button-prev::before {
		content: "ÃƒÂ¯Ã‚ÂÃ¢â‚¬Å“";
	}

	.product-view .swiper-button-next::before {
		content: "ÃƒÂ¯Ã‚ÂÃ¢â‚¬Â";
	}

	.goods-may-like .title {
		text-transform: none;
	}

	.page_title {
		font-weight: normal;
		font-size: 20px;
	}

	.product-summary {
		padding-top: 0px;
	}

	.product-summary .page_title {
		margin-bottom: 15px;
		font-weight: bold;
		font-size: 18px;
	}

	.product-summary .product-meta {
		font-size: 12px;
	}

	.product-summary .product-meta p {
		font-size: 12px;
	}

	.product-summary .product-meta h3 {
		font-size: 16px;
		line-height: 1.3;
	}

	.product-summary .product-meta li {
		font-size: 13px;
	}

	.product-summary .share-this {
		margin: 20px 0px 0px;
		text-align: left;
	}

	.product-btn-wrap {
		/* padding-top: 30px; */
	}

	.product-btn-wrap .email,
	.product-btn-wrap .pdf,
	.product-btn-wrap .buy {
		padding: 5px 10px;
		font-size: 12px;
		line-height: 20px;
	}

	.product-detail {
		margin-top: 40px;
	}

	.detail-tabs .title {
		padding: 1px 15px;
		font-size: 14px;
	}

	.tab-panel-wrap {
		padding: 20px 0px;
		border: 0px;
	}

	.goods-may-like .title {
		margin-top: 15px;
		margin-bottom: 15px;
		font-size: 14px;
	}

	.goods-may-like .layer-bd {
		position: relative;
		padding: 0px;
	}

	.goods-may-like .swiper-slider {
		position: relative;
	}

	.goods-may-like .product_item figure {
		padding: 1px;
	}

	.goods-may-like .product_item .item_title {
		font-size: 14px;
	}

	.goods-may-like .product_item .item_title a {
		padding-right: 0px;
		padding-left: 0px;
	}

	.goods-may-like .swiper-control {
		position: static;
	}

	.goods-may-like .swiper-button-prev,
	.goods-may-like .swiper-button-next {
		position: absolute;
		margin-top: -15px;
		margin-right: 0px;
		margin-left: 0px;
		width: 30px;
		height: 30px;
		background-color: rgba(0, 0, 0, 0.7);
		line-height: 30px;
	}

	.goods-may-like .layer-bd .swiper-button-prev {
		left: 5px;
	}

	.goods-may-like .layer-bd .swiper-button-next {
		right: 5px;
	}
}

@media only screen and (max-width: 320px) {
	.side_product_item {
		width: 100%;
	}

	.foor_service {
		flex-direction: column;
	}

	.foor_service .foot_item {
		margin-bottom: 10px;
	}

	.foot_item.foot_Catalog_nav {
		width: 100%;
	}

	.foot_item.foot_Catalog_nav ul li {
		width: 100%;
		flex: 0 0 100%;
	}

	.foor_service .foot_item .fot_tit {
		margin-bottom: 5px;
	}
}

.slider_banner {
	position: relative;
	overflow: hidden;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	z-index: 1;
	display: flex;
	box-sizing: content-box;
	width: 100%;
	height: 100%;
	transition-property: transform, -webkit-transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0px, 0px);
}

.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
	margin: 0px auto;
	transition-timing-function: ease-out;
}

.swiper-slide {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition-property: transform, -webkit-transform;
	flex-shrink: 0;
}

.swiper-invisible-blank-slide {
	visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	transition-property: transform, height, -webkit-transform;
	-webkit-box-align: start;
	align-items: flex-start;
}

.swiper-container-3d {
	perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	z-index: 2;
	margin-top: -25px;
	width: 36px;
	height: 50px;
	border-radius: 2px;
	background-color: rgb(204, 204, 204);
	text-align: center;
	font-size: 30px;
	line-height: 50px;
	opacity: 0;
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.swiper-button-next::before,
.swiper-button-prev::before {
	display: inline-block;
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.3;
	cursor: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	right: auto;
	left: 10px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

.swiper-button-prev::before,
.swiper-container-rtl .swiper-button-next::before {
	content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Å¾";
}

.swiper-button-next::before,
.swiper-container-rtl .swiper-button-prev::before {
	content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Â¦";
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	z-index: 2;
	text-align: center;
	transition: opacity 0.3s ease 0s;
	transform: translate3d(0px, 0px, 0px);
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	width: 100%;
	text-align: center;
	font-size: 0px;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0px;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	position: relative;
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}

.swiper-pagination-bullet,
.swiper-pagination-bullet::before,
.swiper-pagination-bullet::after {
	display: inline-block;
	width: 30px;
	height: 3px;
	vertical-align: top;
}

.swiper-pagination-bullet {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	display: none;
}

.swiper-pagination-bullet::before {
	background-color: rgb(255, 255, 255);
	content: "";
}

.swiper-pagination-bullet-active::before {
	background-color: rgb(243, 153, 16);
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-container-vertical>.swiper-pagination-bullets {
	top: 50%;
	right: 10px;
	transform: translate3d(0px, -50%, 0px);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	display: block;
	margin: 6px 0px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	width: 8px;
	transform: translateY(-50%);
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: transform 0.2s ease 0s, top 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

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

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	white-space: nowrap;
	transform: translateX(-50%);
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform 0.2s ease 0s, left 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform 0.2s ease 0s, right 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.swiper-pagination-progressbar {
	position: absolute;
	background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgb(0, 122, 255);
	transform: scale(0);
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-container-horizontal {
	overflow: hidden;
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 4px;
}

.swiper-container-vertical>.swiper-pagination-progressbar {
	top: 0px;
	left: 0px;
	width: 4px;
	height: 100%;
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: rgb(255, 255, 255);
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: rgb(0, 0, 0);
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: rgb(0, 0, 0);
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	position: relative;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	bottom: 3px;
	left: 1%;
	z-index: 50;
	width: 98%;
	height: 5px;
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	top: 1%;
	right: 3px;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.5);
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	display: flex;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

.swiper-lazy-preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	margin-top: -21px;
	margin-left: -21px;
	width: 42px;
	height: 42px;
	transform-origin: 50% center;
	animation: 1s steps(12) 0s infinite normal none running swiper-preloader-spin;
}

.swiper-lazy-preloader::after {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 50% center;
	background-size: 100%;
	background-repeat: no-repeat;
	content: "";
}

.swiper-lazy-preloader-white::after {}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1000;
	opacity: 0;
	pointer-events: none;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	transition-property: opacity;
	pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	z-index: 1;
	visibility: hidden;
	width: 100%;
	height: 100%;
	transform-origin: 0px 0px;
	pointer-events: none;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0px;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	visibility: visible;
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0);
	opacity: 0.6;
	filter: blur(50px);
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	z-index: 1;
	pointer-events: none;
	backface-visibility: hidden;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {}

@media screen and (max-width: 480px) {
	.swiper-pagination-bullet {
		margin: 0px 5px;
		width: 10px;
		height: 10px;
	}
}

.swiper-container {}

.slider_banner .swiper-container .swiper-wrapper {}

.swiper-slide {}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.swiper-container .swiper-wrapper {
		width: auto;
	}
}

.entry {
	padding: 15px 0px;
}

.entry {
	color: rgb(102, 102, 102);
}

.entry a {
	color: rgb(0, 48, 255);
}

.entry p {
	margin: 0px;
	padding: 8px 0px;
	font-size: 13px;
	line-height: 1.8;
}

.entry table {
	margin-bottom: 20px;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}

.entry th,
.entry td {
	padding: 0px 7px;
	height: 30px;
	border: 1px solid rgb(204, 204, 204);

	color: rgb(102, 102, 102);
	text-align: left;
	font-size: 12px;
	line-height: 1.5;
}

.entry th {
	background: rgb(238, 238, 238);
	font-size: 12px;
}

.entry td p,
.entry th p,
.pd-panel .entry td p,
.pd-panel .entry th p {
	margin: 0px;
	padding: 5px;
	color: rgb(102, 102, 102);
	font-size: 12px;
	line-height: 1.3;
}

.entry td.amts {
	color: rgb(203, 32, 39);
}

.entry th#cartDelete {
	text-align: center;
}

.entry .button {
	margin: 15px 10px 0px 0px;
	padding: 8px 15px;
	border: 0px;
	background: rgb(223, 223, 223);
	color: rgb(119, 119, 119);
	text-transform: capitalize;
	font-weight: bold;
	line-height: 1.2;
	cursor: pointer;
}

.entry .button:hover {
	background: rgb(203, 32, 39);
	color: rgb(255, 255, 255);
}

.entry .deletecartitem {
	width: 50px;
	text-align: center;
}

.entry .deletecartitem label {
	display: none;
}

.entry .stotal td.amts {
	font-weight: bold;
	font-size: 18px;
}

.entry img.alignleft {
	float: left;
	margin: 20px 15px 0px 0px;
}

.entry img.alignright {
	float: right;
	margin: 20px 0px 0px 15px;
}

.entry img.alignleftnopad {
	float: left;
	margin-left: 0px;
}

.entry img.alignrightnopad {
	float: right;
	margin-right: 0px;
}

.entry img.aligncenter {
	display: block;
	margin: 20px auto 0px;
	text-align: center;
}

.entry img {
	max-width: 100%;
}

.cartitem a {
	color: rgb(41, 41, 41);
	font-weight: bold;
}

.inquiry-form ul li {
	background: none;
}

.entry .inquiry-form-wrap {
	margin: 20px 0px 0px;
}

.table_wrap {
	position: relative;
	display: block;
}

.main table {
	position: relative;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 0px !important;
}

.main table th,
.main table td {
	padding: 0px 15px;
	height: 30px;
	border: 1px solid rgb(204, 204, 204);
	background: rgb(251, 251, 251);
	color: rgb(102, 102, 102);
	text-align: left;
	font-size: 12px;
	line-height: 1.5;
}

.main table th {
	background: rgb(238, 238, 238);
	font-size: 12px;
}

.main table td p,
.main table th p,
table td p,
table th p {
	margin: 0px;
	padding: 5px;
	color: rgb(102, 102, 102);
	font-size: 12px;
	line-height: 1.3;
}

.main table td.amts {
	color: rgb(203, 32, 39);
}

.main table th#cartDelete {
	text-align: center;
}

.container {
	position: relative;
	min-height: 100vh;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.search-ipt {
	border: 0px;
	border-radius: 0px;
	background: transparent;
	appearance: none;
}

.web-search {
	display: flex;
	visibility: hidden;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.web-search .btn--search-close {
	position: absolute;
	top: 1.25em;
	right: 1.25em;
	display: none;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: rgb(204, 204, 204);
	background-image: url("../image/search_btn_close.png");
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 1.8em;
	line-height: 45px;
	cursor: pointer;
	transition: transform 0.3s ease 0s;
	background-size: auto 35%;
}

.web-search .btn--search-close:hover {
	background-color: rgb(243, 153, 16);
	transform: rotate(90deg);
}

.js .btn--search-close {
	display: block;
}

.web-search .search-ipt {
	display: inline-block;
	box-sizing: border-box;
	padding: 0.05em 0px;
	width: 75%;
	border-bottom: 3px solid;
	color: rgb(51, 51, 51);
	font-size: 20px;
	font-family: inherit;
	line-height: 1em;
}

.web-search .search-ipt::-webkit-input-placeholder {
	color: rgb(51, 51, 51);
	font-weight: bold;
}

.web-search .search-ipt::-webkit-search-cancel-button,
.web-search .search-ipt::-webkit-search-decoration {
	appearance: none;
}

.web-search .search-attr {
	display: block;
	margin: 0px auto;
	padding: 0.85em 0px;
	width: 75%;
	color: rgb(51, 51, 51);
	text-align: right;
	font-size: 90%;
}

.js .container,
.js .web-search .search-ipt {
	transition: all 0.3s ease-in-out 0s;
}

.js .container {
	position: relative;
}

.js .main-wrap--move {
	min-height: 100vh;
}

.js .web-search {
	pointer-events: none;
}

.web-search {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100001;
	margin: auto;
	padding: 25px 0px;
	width: 100%;
	background-color: rgb(255, 255, 255);
	transition: all 0.3s ease 0s;
	transform: translateY(-100%);
	perspective: 1200px;
}

.web-search .btn--search-close {
	opacity: 0;
	transition: opacity 0.3s ease 0s;
}

.search__suggestion,
.web-search .search-attr {
	opacity: 0;
	transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
	transform: translate3d(-15%, 0px, 0px);
}

.web-search .search-attr {
	padding-bottom: 0px;
	font-size: 20px;
}

.js .web-search .search-ipt {
	padding: 0px 0px 15px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 60px;
	opacity: 0;
	transform: scale3d(0, 1, 1);
	transform-origin: 0% 50%;
	border-bottom-width: 1px;
}

.js .web-search .search-ipt,
.web-search .search-attr {
	transition-delay: 0.15s;
}

.js .web-search .search-btn {
	display: none !important;
}

.js .search--open {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.js .search--open .btn--search-close {
	opacity: 1;
	transition: transform 0.3s ease 0s;
	animation: 1s ease 0s 1 normal none running bounceInA;
}

.js .search--open .search-ipt {
	opacity: 1;
	transform: scale3d(1, 1, 1);
}

.js .search--open .search-attr {
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
}

.js .search--open {
	transform: none;
}

.js .search--open::before {
	opacity: 1;
	transform: none;
}

.js .main-wrap--move {
	transform: translateY(180px);
}

.main-wrap--move::after {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100000;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	content: "";
}

.scrollsidebar,
.scrollsidebar a {
	color: rgb(153, 153, 153);
	font-size: 12px;
	font-family: Arial;
}

.scrollsidebar {
	position: absolute;
	top: 150px;
	right: 0px;
	z-index: 30;
}

.show_btn {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	overflow: hidden;
	width: 38px;
	height: 192px;
	background: url("https://www.apuqi.com/style/global/img/show_btn.png") center center no-repeat;
	cursor: pointer;
}

.side_content {
	float: left;
	overflow: hidden;
	width: 0px;
	height: auto;
}

.side_content .side_list {
	position: relative;
	overflow: hidden;
	width: 140px;
	border: 1px solid rgb(218, 218, 218);
	border-radius: 8px;
	background: rgb(255, 255, 255);
}

.side_content .side_list .hd img {
	width: 100%;
	border-bottom: 1px solid rgb(218, 218, 218);
}

.side_content .side_list .cont li {
	position: relative;
	height: 40px;
	border-bottom: 1px solid rgb(218, 218, 218);
	list-style: none;
	line-height: 40px;
}

.side_content .side_list .cont li a {
	position: relative;
	display: block;
	padding: 0px 0px 0px 43px;
	text-decoration: none;
}

.side_content .side_list .cont li a::before {
	position: absolute;
	top: 0px;
	left: 10px;
	display: block;
	overflow: hidden;
	width: 25px;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
}

/*.side_content .side_list .cont li .email::before {*/
/*	background-image: url("img/icons01.png");*/
/*}*/

/*.side_content .side_list .cont li .skype::before {*/
/*	background-image: url("img/icons02.png");*/
/*}*/

/*.side_content .side_list .cont li .inquiry::before {*/
/*	background-image: url("img/icons03.png");*/
/*}*/

/*.side_content .side_list .cont li .qq::before {*/
/*	background-image: url("img/icons04.png");*/
/*}*/

.ww {
	margin-left: -30px;
}

.side_content .side_list .t-code {
	padding: 10px 10px 7px;
	border-bottom: 1px solid rgb(218, 218, 218);
}

.side_content .side_list .t-code img {
	width: 100%;
}

.side_content .side_list .side_title {
	padding: 0px 12px;
	height: 30px;
	line-height: 30px;
}

.side_content .side_list .side_title .close_btn {
	position: absolute;
	right: 10px;
	bottom: 0px;
	width: 12px;
	height: 30px;
	background: url("https://www.apuqi.com/style/global/img/close.png") center center no-repeat;
	cursor: pointer;
}

.side_content .side_list .side_title .close_btn span {
	display: none;
}

.inquiry-pop-bd {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 2000;
	display: none;
	margin: -300px 0px 0px -275px;
	width: 550px;
	height: 500px;
	background: rgb(255, 255, 255);
	box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 10px;
}

.inquiry-pop-bd::before {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	content: "";
}

.inquiry-pop-bd .inquiry-pop {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	padding: 22px;
	width: 100%;
	height: 100%;
	background: rgb(255, 255, 255);
	animation: 0.4s ease 0s 1 normal none running fadeInDownA;
}

.inquiry-pop-bd .inquiry-pop .ico-close-pop {
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 1;
	width: 30px;
	height: 30px;
	background: url("../image/fancy_close.png") center center no-repeat;
	cursor: pointer;
}

.inquiry-form-wrap {
	position: relative;
	width: 100.5%;
	height: 420px;
}

.ad_prompt {
	position: absolute;
	top: 50%;
	left: 0px;
	display: none;
	margin: -20px 0px 0px;
	width: 100%;
	color: rgb(243, 153, 16);
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	animation: 1s ease-in-out 0s infinite normal none running twinkling;
}

@media screen and (max-width: 550px) {
	.inquiry-pop-bd {
		inset: 10px;
		margin: auto;
		width: auto;
	}

	.inquiry-pop-bd .inquiry-pop {
		padding: 10px;
	}

	.scrollsidebar {
		display: none;
	}
}

.prisna-wp-translate-seo {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
}

.mobile-head-language .prisna-wp-translate-seo,
.change-language .prisna-wp-translate-seo {
	display: block;
}

.change-language .change-language-title,
.change-language .change-language-title a {
	font-size: 10pt;
	color: rgb(255, 255, 255);
}

.change-language .change-language-title a::after {
	display: inline-block;
	padding-left: 2px;
	content:"\f0d7";
	font-size: 12px;
	font-family: fontawesome;
}

.change-language:hover .change-language-title a::after {
	transform: rotate(-180deg);
}

.change-language .change-language-cont {
	position: absolute;
	top: 36px;
	right: 0px;
	z-index: 999;
	visibility: hidden;
	overflow-y: scroll;
	padding: 20px 10px 20px 20px;
	width: 360px;
	max-height: 80vh;
	border: 1px solid rgb(238, 238, 238);
	border-radius: 5px;
	background: rgb(255, 255, 255);
	opacity: 0;
	transition: all 0.3s ease-in-out 0s;
	transform: scale3d(0.9, 0.9, 1);
}

.change-language:hover .change-language-cont {
	visibility: visible;
	opacity: 1;
	transform: scale3d(1, 1, 1);
}

.change-language .change-language-cont li {
	display: inline-block;
	overflow: hidden;
	margin: 0px 0px 10px;
	padding: 0px 10px 0px 0px;
	width: 30%;
	vertical-align: top;
	font-size: 10pt;
}

.change-language .change-language-cont li a:hover {
	color: rgb(243, 153, 16);
}

.change-language .change-language-cont .lang-item-hide {
	display: none !important;
}

.change-language .change-language-cont .lang-more {
	position: relative;
	display: block;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}

.change-language .change-language-cont .more-active {
	font-size: 20px;
}

.language-flag span {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0px 0px 0px 33px;
	vertical-align: top;
	white-space: nowrap;
}

.change-language ::-webkit-scrollbar {
	width: 5px;
}

.change-language ::-webkit-scrollbar-track {
	background-color: rgb(255, 255, 255);
}

.change-language ::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background-color: rgba(0, 0, 0, 0.3);
}

.change-language .language-cont:hover::-webkit-scrollbar-thumb {
	display: block;
}

.language-flag .country-flag {
	position: absolute;
	top: 50%;
	left: 0px;
	display: inline-block;
	margin: -8px 5px 0px;
	width: 22px;
	height: 16px;
	background-image: url("../image/all-m.gif");
	background-repeat: no-repeat;
	vertical-align: top;
}

li.language-flag a {
	position: relative;
}

.language-flag-af .country-flag {
	background-position: 0px 0px !important;
}

.language-flag-sq .country-flag {
	background-position: 0px -16px !important;
}

.language-flag-ar .country-flag {
	background-position: 0px -32px !important;
}

.language-flag-hy .country-flag {
	background-position: 0px -48px !important;
}

.language-flag-az .country-flag {
	background-position: 0px -64px !important;
}

.language-flag-eu .country-flag {
	background-position: 0px -80px !important;
}

.language-flag-be .country-flag {
	background-position: 0px -96px !important;
}

.language-flag-bg .country-flag {
	background-position: 0px -112px !important;
}

.language-flag-ca .country-flag {
	background-position: 0px -128px !important;
}

.language-flag-zh .country-flag {
	background-position: 0px -144px !important;
}

.language-flag-zh-TW .country-flag {
	background-position: 0px -160px !important;
}

.language-flag-hr .country-flag {
	background-position: 0px -176px !important;
}

.language-flag-cs .country-flag {
	background-position: 0px -192px !important;
}

.language-flag-da .country-flag {
	background-position: 0px -208px !important;
}

.language-flag-nl .country-flag {
	background-position: 0px -240px !important;
}

.language-flag-en .country-flag {
	background-position: 0px -256px !important;
}

.language-flag-et .country-flag {
	background-position: 0px -272px !important;
}

.language-flag-tl .country-flag {
	background-position: 0px -288px !important;
}

.language-flag-fi .country-flag {
	background-position: 0px -304px !important;
}

.language-flag-fr .country-flag {
	background-position: 0px -320px !important;
}

.language-flag-gl .country-flag {
	background-position: 0px -336px !important;
}

.language-flag-ka .country-flag {
	background-position: 0px -352px !important;
}

.language-flag-de .country-flag {
	background-position: 0px -368px !important;
}

.language-flag-el .country-flag {
	background-position: 0px -384px !important;
}

.language-flag-ht .country-flag {
	background-position: 0px -400px !important;
}

.language-flag-iw .country-flag {
	background-position: 0px -416px !important;
}

.language-flag-hi .country-flag,
.language-flag-te .country-flag,
.language-flag-kn .country-flag,
.language-flag-ta .country-flag,
.language-flag-gu .country-flag {
	background-position: 0px -432px !important;
}

.language-flag-hu .country-flag {
	background-position: 0px -448px !important;
}

.language-flag-is .country-flag {
	background-position: 0px -464px !important;
}

.language-flag-id .country-flag {
	background-position: 0px -480px !important;
}

.language-flag-ga .country-flag {
	background-position: 0px -496px !important;
}

.language-flag-it .country-flag {
	background-position: 0px -512px !important;
}

.language-flag-ja .country-flag {
	background-position: 0px -528px !important;
}

.language-flag-ko .country-flag {
	background-position: 0px -544px !important;
}

.language-flag-la .country-flag {
	background-position: 0px -560px !important;
}

.language-flag-lv .country-flag {
	background-position: 0px -576px !important;
}

.language-flag-lt .country-flag {
	background-position: 0px -592px !important;
}

.language-flag-mk .country-flag {
	background-position: 0px -608px !important;
}

.language-flag-ms .country-flag {
	background-position: 0px -624px !important;
}

.language-flag-mt .country-flag {
	background-position: 0px -640px !important;
}

.language-flag-no .country-flag {
	background-position: 0px -656px !important;
}

.language-flag-fa .country-flag {
	background-position: 0px -672px !important;
}

.language-flag-pl .country-flag {
	background-position: 0px -688px !important;
}

.language-flag-pt .country-flag {
	background-position: 0px -704px !important;
}

.language-flag-ro .country-flag {
	background-position: 0px -720px !important;
}

.language-flag-ru .country-flag {
	background-position: 0px -736px !important;
}

.language-flag-sr .country-flag {
	background-position: 0px -752px !important;
}

.language-flag-sk .country-flag {
	background-position: 0px -768px !important;
}

.language-flag-sl .country-flag {
	background-position: 0px -784px !important;
}

.language-flag-es .country-flag {
	background-position: 0px -800px !important;
}

.language-flag-sw .country-flag {
	background-position: 0px -816px !important;
}

.language-flag-sv .country-flag {
	background-position: 0px -832px !important;
}

.language-flag-th .country-flag {
	background-position: 0px -848px !important;
}

.language-flag-tr .country-flag {
	background-position: 0px -864px !important;
}

.language-flag-uk .country-flag {
	background-position: 0px -880px !important;
}

.language-flag-ur .country-flag {
	background-position: 0px -896px !important;
}

.language-flag-vi .country-flag {
	background-position: 0px -912px !important;
}

.language-flag-cy .country-flag {
	background-position: 0px -928px !important;
}

.language-flag-yi .country-flag {
	background-position: 0px -944px !important;
}

.language-flag-bn .country-flag {
	background-position: 0px -960px !important;
}

.language-flag-eo .country-flag {
	background-position: 0px -976px !important;
}

.language-flag.language-flag-custom-afghanistan .country-flag {
	background-position: 0px -992px !important;
}

.language-flag.language-flag-custom-albania .country-flag {
	background-position: 0px -1008px !important;
}

.language-flag.language-flag-custom-algeria .country-flag {
	background-position: 0px -1024px !important;
}

.language-flag.language-flag-custom-argentina .country-flag {
	background-position: 0px -1040px !important;
}

.language-flag.language-flag-custom-australia .country-flag {
	background-position: 0px -1056px !important;
}

.language-flag.language-flag-custom-austria .country-flag {
	background-position: 0px -1072px !important;
}

.language-flag.language-flag-custom-belgium .country-flag {
	background-position: 0px -1088px !important;
}

.language-flag.language-flag-custom-brazil .country-flag {
	background-position: 0px -1104px !important;
}

.language-flag.language-flag-custom-canada .country-flag {
	background-position: 0px -1120px !important;
}

.language-flag.language-flag-custom-chile .country-flag {
	background-position: 0px -1136px !important;
}

.language-flag.language-flag-custom-cote-d-ivoire .country-flag {
	background-position: 0px -1152px !important;
}

.language-flag.language-flag-custom-ecuador .country-flag {
	background-position: 0px -1168px !important;
}

.language-flag.language-flag-custom-egypt .country-flag {
	background-position: 0px -1184px !important;
}

.language-flag.language-flag-custom-england .country-flag {
	background-position: 0px -1200px !important;
}

.language-flag.language-flag-custom-luxembourg .country-flag {
	background-position: 0px -1216px !important;
}

.language-flag.language-flag-custom-malaysia .country-flag {
	background-position: 0px -1232px !important;
}

.language-flag.language-flag-custom-mexico .country-flag {
	background-position: 0px -1248px !important;
}

.language-flag.language-flag-custom-new-zealand .country-flag {
	background-position: 0px -1264px !important;
}

.language-flag.language-flag-custom-oman .country-flag {
	background-position: 0px -1280px !important;
}

.language-flag.language-flag-custom-qatar .country-flag {
	background-position: 0px -1296px !important;
}

.language-flag.language-flag-custom-saudi-arabia .country-flag {
	background-position: 0px -1312px !important;
}

.language-flag.language-flag-custom-singapore .country-flag {
	background-position: 0px -1328px !important;
}

.language-flag.language-flag-custom-south-africa .country-flag {
	background-position: 0px 0px !important;
}

.language-flag.language-flag-custom-switzerland .country-flag {
	background-position: 0px -1344px !important;
}

.language-flag.language-flag-custom-syria .country-flag {
	background-position: 0px -1360px !important;
}

.language-flag.language-flag-custom-united-arab-emirates .country-flag {
	background-position: 0px -1376px !important;
}

.language-flag.language-flag-custom-united-states-of-america .country-flag {
	background-position: 0px -1392px !important;
}

.language-flag-hy .country-flag {
	background-position: 0px -1408px;
}

.language-flag-bs .country-flag {
	background-position: 0px -1424px;
}

.language-flag-ceb .country-flag {
	background-position: 0px -1440px;
}

.language-flag-ny .country-flag {
	background-position: 0px -1456px;
}

.language-flag-ha .country-flag {
	background-position: 0px -1472px;
}

.language-flag-hmn .country-flag {
	background-position: 0px -1488px;
}

.language-flag-ig .country-flag {
	background-position: 0px -1504px;
}

.language-flag-jw .country-flag {
	background-position: 0px -1520px;
}

.language-flag-kk .country-flag {
	background-position: 0px -1536px;
}

.language-flag-km .country-flag {
	background-position: 0px -1552px;
}

.language-flag-lo .country-flag {
	background-position: 0px -1568px;
}

.language-flag-la .country-flag {
	background-position: 0px -1584px;
}

.language-flag-mg .country-flag {
	background-position: 0px -1600px;
}

.language-flag-ml .country-flag {
	background-position: 0px -1616px;
}

.language-flag-mi .country-flag {
	background-position: 0px -1632px;
}

.language-flag-mr .country-flag {
	background-position: 0px -1648px;
}

.language-flag-mn .country-flag {
	background-position: 0px -1664px;
}

.language-flag-my .country-flag {
	background-position: 0px -1680px;
}

.language-flag-ne .country-flag {
	background-position: 0px -1696px;
}

.language-flag-pa .country-flag {
	background-position: 0px -1712px;
}

.language-flag-st .country-flag {
	background-position: 0px -1728px;
}

.language-flag-si .country-flag {
	background-position: 0px -1744px;
}

.language-flag-so .country-flag {
	background-position: 0px -1760px;
}

.language-flag-su .country-flag {
	background-position: 0px -1776px;
}

.language-flag-tg .country-flag {
	background-position: 0px -1792px;
}

.language-flag-uz .country-flag {
	background-position: 0px -1808px;
}

.language-flag-yo .country-flag {
	background-position: 0px -1824px;
}

.language-flag-zu .country-flag {
	background-position: 0px -1840px;
}

.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.animated.infinite {
	animation-iteration-count: infinite;
}

.animated.hinge {
	animation-duration: 2s;
}

@-webkit-keyframes fadeInLeftA {
	0% {
		opacity: 0;
		transform: translate3d(-30%, 0px, 0px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInLeftA {
	0% {
		opacity: 0;
		transform: translate3d(-30%, 0px, 0px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInLeftA {
	animation-name: fadeInLeftA;
}

@-webkit-keyframes fadeInUpA {
	0% {
		opacity: 0;
		transform: translate3d(0px, 30%, 0px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInUpA {
	0% {
		opacity: 0;
		transform: translate3d(0px, 30%, 0px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInUpA {
	animation-name: fadeInUpA;
}

@-webkit-keyframes fadeInRightA {
	0% {
		opacity: 0;
		transform: translate3d(30%, 0px, 0px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInRightA {
	0% {
		opacity: 0;
		transform: translate3d(30%, 0px, 0px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInRightA {
	animation-name: fadeInRightA;
}

@-webkit-keyframes twinkling {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes OrangePulse {
	0% {
		background-color: rgba(210, 174, 109, 0.2);
		box-shadow: rgb(210, 174, 109) 0px 0px 10px;
	}

	50% {
		background-color: rgb(210, 174, 109);
		box-shadow: rgb(210, 174, 109) 0px 0px 10px;
	}

	100% {
		background-color: rgba(210, 174, 109, 0.2);
		box-shadow: rgb(210, 174, 109) 0px 0px 10px;
	}
}

@-webkit-keyframes swing {
	20% {
		transform: rotate(40deg);
	}

	40% {
		transform: rotate(-20deg);
	}

	60% {
		transform: rotate(10deg);
	}

	80% {
		transform: rotate(-10deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

@keyframes swing {
	20% {
		transform: rotate(40deg);
	}

	40% {
		transform: rotate(-20deg);
	}

	60% {
		transform: rotate(10deg);
	}

	80% {
		transform: rotate(-10deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

.swing {
	transform-origin: center top;
	animation-name: swing;
}

@-webkit-keyframes jump {
	0% {
		transform: translateY(0px);
	}

	25% {
		transform: translateY(-20%);
	}

	50% {
		transform: translateY(0px);
	}

	75% {
		transform: translateY(-10%);
	}

	100% {
		transform: translateY(0px);
	}
}

@keyframes jump {
	0% {
		transform: translateY(0px);
	}

	25% {
		transform: translateY(-20%);
	}

	50% {
		transform: translateY(0px);
	}

	75% {
		transform: translateY(-10%);
	}

	100% {
		transform: translateY(0px);
	}
}

@-webkit-keyframes bounceInA {

	0%,
	100%,
	20%,
	40%,
	60%,
	80% {
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		transform: scale3d(0.9, 0.9, 0.9);
	}

	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		transform: scale3d(0.97, 0.97, 0.97);
	}

	100% {
		opacity: 1;
		transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceInA {

	0%,
	100%,
	20%,
	40%,
	60%,
	80% {
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		transform: scale3d(0.9, 0.9, 0.9);
	}

	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		transform: scale3d(0.97, 0.97, 0.97);
	}

	100% {
		opacity: 1;
		transform: scale3d(1, 1, 1);
	}
}

.bounceInA {
	animation-name: bounceInA;
	animation-duration: 0.75s;
}

@-webkit-keyframes fadeInDownA {
	0% {
		opacity: 0;
		transform: translate3d(0px, -20%, 0px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInDownA {
	0% {
		opacity: 0;
		transform: translate3d(0px, -20%, 0px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInDownA {
	animation-name: fadeInDownA;
}

@keyframes fadeInA {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fadeInA {
	animation-name: fadeInA;
}

@-webkit-keyframes flipInY {
	0% {
		opacity: 0;
		transform: perspective(400px) rotateY(90deg);
	}

	0%,
	40% {
		animation-timing-function: ease-in;
	}

	40% {
		transform: perspective(400px) rotateY(-20deg);
	}

	60% {
		opacity: 1;
		transform: perspective(400px) rotateY(10deg);
	}

	80% {
		transform: perspective(400px) rotateY(-5deg);
	}

	100% {
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	0% {
		opacity: 0;
		transform: perspective(400px) rotateY(90deg);
	}

	0%,
	40% {
		animation-timing-function: ease-in;
	}

	40% {
		transform: perspective(400px) rotateY(-20deg);
	}

	60% {
		opacity: 1;
		transform: perspective(400px) rotateY(10deg);
	}

	80% {
		transform: perspective(400px) rotateY(-5deg);
	}

	100% {
		transform: perspective(400px);
	}
}

.flipInY {
	animation-name: flipInY;
	backface-visibility: visible !important;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0px, 100%, 0px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0px, 100%, 0px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInUp {
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translate3d(0px, 2000px, 0px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@-webkit-keyframes bounceInUp {

	0%,
	60%,
	75%,
	90%,
	100% {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		transform: translate3d(0px, 3000px, 0px);
	}

	60% {
		opacity: 1;
		transform: translate3d(0px, -20px, 0px);
	}

	75% {
		transform: translate3d(0px, 10px, 0px);
	}

	90% {
		transform: translate3d(0px, -5px, 0px);
	}

	100% {
		transform: translateZ(0px);
	}
}

@keyframes bounceInUp {

	0%,
	60%,
	75%,
	90%,
	100% {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		transform: translate3d(0px, 3000px, 0px);
	}

	60% {
		opacity: 1;
		transform: translate3d(0px, -20px, 0px);
	}

	75% {
		transform: translate3d(0px, 10px, 0px);
	}

	90% {
		transform: translate3d(0px, -5px, 0px);
	}

	100% {
		transform: translateZ(0px);
	}
}

.bounceInUp {
	animation-name: bounceInUp;
}

@-webkit-keyframes zoomInA {
	0% {
		opacity: 0;
		transform: scale3d(0.6, 0.6, 0.6);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomInA {
	0% {
		opacity: 0;
		transform: scale3d(0.6, 0.6, 0.6);
	}

	50% {
		opacity: 1;
	}
}

.zoomInA {
	animation-name: zoomInA;
}

.index_title h5 {
	font-family: NexaBold;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	color: rgb(243, 153, 16);
	position: relative;
	width: fit-content;
}

/*.index_title h5::after {*/
/*	content: "";*/
/*	display: block;*/
/*	width: 41px;*/
/*	height: 1px;*/
/*	background-color: rgb(243, 153, 16);*/
/*	position: absolute;*/
/*	top: 50%;*/
/*	transform: translateY(-50%);*/
/*	right: -70%;*/
/*}*/

.index_title h2 {
	font-family: NexaBold;
	font-size: 48px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	color: rgb(60, 60, 60);
}

.index_main img {
	width: auto;
	height: auto;
	transition: all 0.3s linear 0s;
}

.head_nav>li.nav-current>a {
	border-bottom: 2px solid rgb(243, 153, 16);
}

.banner_button_prev::before,
.banner_button_next::before {
	display: none;
}

.banner_button_prev {
	background: url("../image/img_14.png") center center / contain no-repeat;
}

.banner_button_next {
	background: url("../image/img_15.png") center center / contain no-repeat;
}

.jump_div {
	position: absolute;
	bottom: 31px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 888;
	animation: 0.9s cubic-bezier(0.445, 0.05, 0.55, 1) 0.4s infinite alternate none running jump_div;
	transition: all 0.3s ease 0s;
}

@-webkit-keyframes jump_div {
	0% {
		opacity: 0;
		transform: translate3d(-50%, 100%, 0px);
	}

	100% {
		opacity: 1;
		transform: translate3d(-50%, 0px, 0px);
	}
}

@keyframes jump_div {
	0% {
		opacity: 0;
		transform: translate3d(-50%, 100%, 0px);
	}

	100% {
		opacity: 1;
		transform: translate3d(-50%, 0px, 0px);
	}
}

.index_count li {
	width: 25%;
	position: relative;
}

.index_count li article .left_side {
	margin: auto 20px auto auto;
}

.index_count li article {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	align-items: center;
	z-index: 2;
	flex-wrap: nowrap;
}

.index_count li article p {
	position: relative;
	width: fit-content;
}

.index_count li article h3 {
	font-family: Poppins-SemiBold;
	font-size: 48px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	color: rgb(255, 255, 255);
	width: fit-content;
	margin: 0px 0px 7px;
}

.index_count li article div {
	position: relative;
	width: fit-content;
}

.index_count li article div span {
	font-family: Poppins-SemiBold;
	font-size: 31px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	color: rgb(255, 255, 255);
	position: absolute;
	top: -14px;
	right: -23px;
	opacity: 0;
}
.index_count li article div span.active{
	opacity: 1;
}
.index_count li article .left_side img {
	filter: brightness(1000);
	transition: all .3s linear;
	max-width: 60px;
}

.index_count li article .right_side h5 {
	font-family: Roboto-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: rgb(255, 255, 255);
	opacity: 0.7;
}

.index_count li::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: rgb(250, 151, 1);
	transition: all 0.3s linear 0s;
}

.index_count li::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: rgb(250, 151, 1);
	transition: all 0.3s linear 0s;
}

.index_count li:hover::before {
	background: rgba(0, 0, 0, 0.8);
}

.index_count li::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1px;
	width: 1px;
	height: 60%;
	background: rgb(255, 255, 255);
	transition: all 0.3s linear 0s;
	opacity: 0.8;
}

.index_count li:hover::after {
	opacity: 0;
}

.index_count li:hover article .left_side img {
	filter: none;
}

.index_about {
	padding: 116px 0px 143px;
}

.index_about article {
	width: 46.65%;
	margin: auto;
}

.index_about article p {
	font-family: ArialMT;
	font-size: 20px;
	line-height: 36px;
	color: rgb(0, 0, 0);
	opacity: 0.8;
	margin: 42px 0px 82px;
}

.index_about article a {
	display: block;
	font-family: ArialMT;
	font-size: 18px;
	letter-spacing: 0px;
	color: rgb(243, 153, 16);
	width: 195px;
	line-height: 46px;
	border-radius: 23px;
	border: 1px solid rgb(243, 153, 16);
	text-align: center;
}

.index_about article a img {
	margin-left: 8px;
	vertical-align: baseline;
}

.index_about article a:hover img {
	transform: translateX(10px);
}

.index_about figure {
	width: 45.5%;
	position: relative;
	height: fit-content;
}

.index_about figure>img {
	position: relative;
	z-index: 2;
	box-shadow: rgba(0, 0, 0, 0.2) 6px 4px 13px 0px;
	border: 1px solid rgb(255, 255, 255);
}

.index_about figure::before {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: -20px;
	right: -20px;
	background-color: rgb(242, 242, 242);
}

.index_about figure a {
	position: absolute;
	display: block;
	left: 2px;
	bottom: 2px;
	width: 53px;
	height: 53px;
	background-color: rgb(243, 153, 16);
	z-index: 2;
}

.index_about figure a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.index_about figure a:hover img {
	transform: translate(5px, -50%);
}

.index_prod {
	padding: 118px 0px 67px;
	background: url("../image/img_06.jpg") center center / cover no-repeat;
}

.index_prod .top_side {
	align-items: center;
	margin: 0px 0px 41px;
}

.index_prod .index_title h2 {
	color: rgb(255, 255, 255);
}

.index_prod .top_side li {
	display: inline-block;
	border-radius: 5px;
	padding: 1px 30px;
	border: 1px solid rgba(255, 255, 255, 0.8);
	font-family: Arial-BoldMT;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	color: rgb(255, 255, 255);
	opacity: 0.8;
	margin-left: 16px;
	cursor: pointer;
}

.index_prod .top_side li.active {
	background-color: rgb(243, 153, 16);
	border: 1px solid rgb(243, 153, 16);
	opacity: 1;
}

.prod_swiper_fh .banner_button_prev,
.prod_swiper_fh .banner_button_next {
	background: transparent;
	transition: all 0.3s linear 0s;
	width: 26px;
	height: 48px;
	cursor: pointer;
	z-index: 5;
	top: 40%;
	transform: translateY(-50%);
}

.prod_swiper_fh .banner_button_prev {
	left: 0px;
	background: url("../image/img_37.png") center center / contain no-repeat;
}

.prod_swiper_fh .banner_button_next {
	right: 0px;
	left: auto;
	background: url("../image/img_38.png") center center / contain no-repeat;
}

.prod_swiper_fh .banner_button_prev:hover {
	transform: translateY(-50%) scale(1.02);
}

.prod_swiper_fh .banner_button_next:hover {
	transform: translateY(-50%) scale(1.02);
}

.prod_swiper_fh .banner_button_prev::before,
.prod_swiper_fh .banner_button_next::before {
	display: none;
}

.prod_swiper_fh {
	padding: 0px 44px;
	position: relative;
}

.index_prod .btm_side {
	position: relative;
}

.index_prod .prod_swiper_fh {
	position: absolute;
	left: 0px;
	top: 0px;
	width: calc(100% + 88px);
	height: 100%;
	z-index: 0;
	opacity: 0;
	transition: all 0.3s linear 0s;
	transform: rotateY(90deg);
}

.index_prod .prod_swiper_fh.active {
	position: relative;
	transition: all 0.3s linear 0s;
	z-index: 1;
	opacity: 1;
	left: 50%;
	transform: translateX(-50%);
}

.index_prod_swiper figure {
	position: relative;
}

.index_prod_swiper figure::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: rgb(243, 153, 16);
	border: 1px solid rgb(160, 160, 160);
	opacity: 0;
	transition: all 0.3s linear 0s;
}

.index_prod_swiper figure a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 110px;
	line-height: 110px;
	background: url("../image/img_05.png") center center / contain no-repeat;
	font-family: ArialMT;
	font-size: 18px;
	color: rgb(255, 255, 255);
	text-align: center;
	z-index: 2;
	opacity: 0;
}

.index_prod_swiper li h3 {
	font-family: ArialMT;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	color: rgb(255, 255, 255);
	opacity: 0.8;
	text-align: center;
	padding: 28px 0px 54px;
	transition: all 0.3s linear 0s;
}

.index_prod_swiper li:hover h3 {
	color: rgb(243, 153, 16);
	opacity: 1;
}

.index_prod_swiper li:hover figure::after {
	opacity: 0.4;
}

.index_prod_swiper li:hover figure a {
	opacity: 1;
}

.index_solu {
	padding: 128px 0px 114px;
}

.index_solu .solu_main {
	width: 110%;
	position: relative;
	left: 0px;
}

.index_solu .left_side {
	width: 32.38%;
	padding-right: 117px;
	padding-top: 69px;
}

.index_solu .right_side {
	width: 67.62%;
	position: relative;
}

.index_solu .left_side p {
	font-family: ArialMT;
	font-size: 20px;
	line-height: 36px;
	color: rgb(0, 0, 0);
	opacity: 0.8;
	margin: 66px 0px 77px;
}

.index_solu .left_side a {
	display: block;
	font-family: ArialMT;
	font-size: 18px;
	line-height: 46px;
	color: rgb(243, 153, 16);
	width: 195px;
	height: 46px;
	border-radius: 23px;
	border: 1px solid rgb(243, 153, 16);
	text-align: center;
}

.index_solu .left_side a img {
	margin-left: 8px;
	vertical-align: baseline;
}

.index_solu .left_side a:hover img {
	transform: translateX(5px);
}

.index_solu_swiper li {
	position: relative;
}

.index_solu_swiper li article {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	opacity: 0;
	transition: all 0.3s linear 0s;
}

.index_solu_swiper li article figure {
	width: 110px;
	line-height: 110px;
	background: url("../image/img_05.png") center center / contain no-repeat;
	text-align: center;
	margin: 0px auto 22px;
}

.index_solu_swiper li article h3 {
	/*font-family: Arial-BoldMT;*/
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: rgb(255, 255, 255);
	text-align: center;
	text-transform: capitalize;
	    font-family: NexaBold;
}

.index_solu_swiper li.swiper-slide-next {
	transform: translateY(-69px);
}

.index_solu_swiper li.swiper-slide-next+li {
	transform: translateY(39px);
}

.index_solu_swiper li.swiper-slide-next+li+li {
	transform: translateY(-39px);
}

.index_solu_swiper li {
	transition: all 0.3s linear 0s;
}

.index_solu_swiper li a {
	display: block;
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	width: 100%;
}

.index_solu_swiper li::before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background: rgb(243, 153, 16);
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: all 0.3s linear 0s;
}

.index_solu_swiper {
	padding: 69px 0px 39px;
}

.index_solu_swiper li:hover article {
	opacity: 1;
}

.index_solu_swiper li:hover::before {
	opacity: 0.8;
}

.index_obtain {
	padding: 100px 0px 112px;
	background: url("../image/img_35.jpg") center center / cover no-repeat;
}

.index_obtain h2 {
	font-family: NexaBold;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: rgb(255, 255, 255);
	text-align: center;
}

.index_obtain p {
	font-family: ArialMT;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: rgb(255, 255, 255);
	opacity: 0.8;
	width: 63%;
	margin: 7px auto 37px;
	text-align: center;
}

.index_obtain a {
	display: block;
	width: 230px;
	line-height: 43px;
	background-color: rgb(243, 153, 16);
	border-radius: 22px;
	text-align: center;
	margin: auto;
	font-family: ArialMT;
	font-size: 18px;
	color: rgb(255, 255, 255);
}

.index_obtain a:hover img {
	transform: translateX(5px);
}

.index_obtain a img {
	margin-left: 11px;
}
.index_news  .index_title h5::after{
	right: -100%;
}
.index_news .index_title {
	padding: 99px 0px 28px;
}

.index_news .news_title {
	position: relative;
	background: rgb(242, 242, 242);
	padding: 27px 0px 41px;
}

.index_news .news_title figure {
	width: 42.18%;
}

.index_news .news_title article {
	margin-left: auto;
	width: 42.87%;
	transform: translateY(calc(-50% + -13px));
}

.index_news .news_title article p {
	padding: 29px 37px;
	background-color: rgb(243, 153, 16);
	font-family: ArialMT;
	font-size: 20px;
	line-height: 24px;
	color: rgb(255, 255, 255);
	text-align: right;
}

.index_news .news_title article span {
	margin: 24px 0px 0px auto;
	display: block;
	width: 38px;
	height: 5px;
	background-color: rgb(243, 153, 16);
}

.index_news .new_main .left_side {
	transform: translateY(-86px);
	width: 24.87%;
	overflow: hidden;
}
.index_news .new_main .left_side:hover img{
	transform: scale(1.04);
}
.index_news .new_main .left_side img {
	height: 100%;
	object-fit: cover;
}

.index_news .new_main .right_side {
	width: 75.13%;
	padding-left: 91px;
	margin: auto;
}

.index_news_one {
	margin: auto;
}

.index_news_one .slide_top {
	width: 89px;
	height: 89px;
	background-color: rgb(243, 153, 16);
	text-align: center;
	margin: 0px 0px 31px auto;
	border-radius: 50%;
	flex-direction: column;
	justify-content: center;
}

.index_news_one .slide_top h3 {
	font-family: Arial-BoldMT;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	color: rgb(255, 255, 255);
	margin: 0px 0px 11px;
}

.index_news_one .slide_top span {
	font-family: ArialMT;
	font-size: 14px;
	line-height: 1;
	color: rgb(255, 255, 255);
}

.index_news_one .slide_btm {
	text-align: right;
}

.index_news_one .slide_btm h2 {
	font-family: Arial-BoldMT;
	font-size: 85px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	color: rgb(0, 0, 0);
	opacity: 0.07;
	margin-bottom: -35px;
}

.index_news_one .slide_btm h3 {
	font-family: Arial-BoldMT;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 29px;
	color: rgb(0, 0, 0);
	margin: 0px 0px 8px;
	font-family: ArialMT;
    font-weight: bold;
    padding-left: 15px;
}

.index_news_one .slide_btm p {
	font-family: ArialMT;
	font-size: 18px;
	line-height: 28px;
	color: rgb(60, 60, 60);
	margin-top: :15px;
}

.index_news_two li img {
	width: 100%;
}

.index_news .new_btm {
	padding: 93px 0px 80px;
}

.news_two_control .banner_button_prev {
	position: absolute;
	left: -24px;
	top: 50%;
	width: 12px;
	height: 22px;
	opacity: 0.3;
}

.news_two_control .banner_button_next {
	position: absolute;
	right: -24px;
	top: 50%;
	width: 12px;
	height: 22px;
	opacity: 0.3;
}

.news_two_control .banner_button_prev::before,
.news_two_control .banner_button_next::before {
	display: none;
}

.web_footer img {
	width: auto;
	height: fit-content;
	object-fit: contain;
	transition: all 0.3s linear 0s;
}

.web_footer {
	background-color: rgb(60, 60, 60);
	padding: 110px 0px 79px;
}

.web_footer .foot_top h3 {
	font-family: NexaBold;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	color: rgb(255, 255, 255);
	margin: 0px 0px 35px;
}

.web_footer .foot_top li a {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 18px;
	color: rgb(255, 255, 255);
	opacity: 0.8;
}

.web_footer .foot_top .ft_one li a {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 26px;
	color: rgb(255, 255, 255);
	opacity: 0.8;
}

.web_footer .foot_top .ft_one li {
	margin: 0px 0px 20px;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

.web_footer .foot_top .ft_one li img {
	margin-right: 18px;
	max-width: 120px;
}

.web_footer .ft_one {
	width: 20%;
}

.web_footer .foot_top li {
	margin: 0px 0px 18px;
}

.web_footer .ft_four {
	width: 18%;
}

.web_footer .ft_four p {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 24px;
	color: rgb(255, 255, 255);
	opacity: 0.8;
	margin: 0px 0px 54px;
}

.web_footer .ft_four a {
	width: 226px;
	line-height: 44px;
	background-color: rgb(243, 153, 16);
	border-radius: 22px;
	font-family: Poppins-Regular;
	font-size: 18px;
	text-align: center;
	color: rgb(255, 255, 255);
}

.web_footer .ft_four a img {
	margin-left: 9px;
}

.web_footer .ft_four a:hover img {
	transform: translateX(7px);
}

.web_footer .foot_btm {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	padding: 28px 0px 0px;
	margin: 28px auto 0px;
}

.web_footer .foot_btm p {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 20px;
	color: rgb(255, 255, 255);
	opacity: 0.8;
	text-align: center;
}

.web_footer .fot_coop li {
	display: inline-block;
	margin-right: 7px;
	transition: all 0.3s linear 0s;
	transform-origin: center center;
}

.web_footer .fot_coop li:hover {
	transform: rotate(15deg);
}

.sys_sub_head {
	position: relative;
}

.sys_sub_head .path_bar {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 50%;
}

.index_solu {
	background-color: rgb(246, 246, 246);
}

.solu_main {
	padding: 77px 0px 93px;
	background: #f6f6f6;
}

.solu_main img {
	width: auto;
	height: auto;
}

.solu_indusy .indusy_link {
	margin: auto auto 64px;
	width: fit-content;
	justify-content: center;
}

.solu_indusy .indusy_link li {
	margin: 0px 7px;
	position: relative;
}

.solu_indusy .indusy_link li a {
	display: block;
	font-family: ArialMT;
	font-size: 18px;
	line-height: 36px;
	padding: 2px 36px;
	width: fit-content;
	background-color: rgb(229, 229, 229);
	color: rgb(60, 60, 60);
}

.solu_indusy .indusy_link li.nav-current a {
	background-color: rgb(243, 153, 16);
	color: rgb(255, 255, 255);
}

.solu_indusy .indusy_link li.nav-current::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	border-width: 14px 8px 8px;
	border-style: solid;
	border-color: rgb(243, 153, 16) transparent transparent;
	border-image: initial;
}

.indusy_main li {
	position: relative;
	margin: 0px auto 70px;
	padding: 50px 0;
}

.indusy_main li figure {
	width: 56.31%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.indusy_main li article {
	width: 50%;
	position: relative;
	/* top: 50%; */
	/* transform: translateY(-50%); */
	background-color: rgb(255, 255, 255);
	padding: 63px 24px 56px 34px;
	transition: all 0.3s linear 0s;
	margin-left: auto;
}

.indusy_main li:nth-child(2n+1) article {
	right: 0px;
}

.indusy_main li:nth-child(2n) figure {
	right: 0px;
	left: auto;
}

.indusy_main li:nth-child(2n) article {
	margin-right: auto;
	margin-left: unset;
}

.indusy_main li article h3 {
	font-family: NexaBold;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	color: rgb(60, 60, 60);
	width: 77%;
}

.indusy_main li article p {
	font-family: ArialMT;
	font-size: 18px;
	line-height: 30px;
	color: rgb(60, 60, 60);
	opacity: 0.8;
	margin: 15px 0px 45px;
}

.indusy_main li article p i {
	font-family: Arial-BoldMT;
	color: rgb(243, 153, 16);
}

.indusy_main li article a {
	font-family: ArialMT;
	font-size: 18px;
	line-height: 36px;
	color: rgb(115, 115, 115);
	transition: all 0.3s linear 0s;
}

.indusy_main li article a img {
	margin-right: 10px;
}

.indusy_main li article a:hover img {
	transform: translateX(10px);
}

.indusy_main li article span {
	font-family: NexaBold;
	font-size: 99px;
	line-height: 1;
	color: rgb(243, 153, 16);
	opacity: 0.2;
	position: absolute;
	right: 23px;
	top: 28px;
}

.indusy_main li:hover article {
	background-color: rgb(243, 153, 16);
}

.indusy_main li:hover h3 {
	color: rgb(255, 255, 255);
}

.indusy_main li:hover p {
	color: rgb(255, 255, 255);
}

.indusy_main li:hover a {
	color: rgb(255, 255, 255);
	filter: brightness(1000);
}

.indusy_main li:hover span {
	color: rgb(255, 255, 255);
	opacity: 0.2;
}

.indusy_main li:hover p i {
	font-family: ArialMT;
	color: rgb(255, 255, 255);
}

.soluInfo_main .soluInfo_title {
	background-color: rgb(246, 246, 246);
	padding: 81px 0px 50px;
}

.soluInfo_main .soluInfo_title h2 {
	font-family: NexaBold;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	color: rgb(60, 60, 60);
	margin: auto;
	text-align: center;
}

.soluInfo_main .soluInfo_part {
	background: rgb(255, 255, 255);
	padding: 45px 0px 68px;
}

.soluInfo_main .part_guide {
	justify-content: center;
	border-bottom: 1px solid rgb(227, 227, 227);
	margin-bottom: 34px;
}

.soluInfo_main .part_guide li {
	font-family: NexaBold;
	font-size: 24px;
	color: rgb(60, 60, 60);
	margin: 0px 28px;
	line-height: 1;
	padding-bottom: 3px;
	cursor: pointer;
	margin-bottom: -2px;
}

.soluInfo_main .part_guide li.active {
	border-bottom: 3px solid rgb(243, 153, 16);
	color: rgb(243, 153, 16);
}

.soluInfo_part .introd_side {
	position: relative;
	padding: 50px 0;
	/*overflow: hidden;*/
}

.soluInfo_part .introd_side figure {
	width: 54.31%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.soluInfo_part .introd_side article {
	width: 50%;
	position: relative;
	/* top: 50%; */
	/* right: 0px; */
	/* transform: translateY(-50%); */
	padding: 29px 27px 31px 34px;
	background-color: rgb(246, 246, 246);
	font-family: ArialMT;
	font-size: 18px;
	line-height: 36px;
	color: rgb(60, 60, 60);
	margin-left: auto;
	z-index: 2;
	min-height: 280px;
    display: flex;
    align-items: center;
}

.soluInfo_part .introd_side article p {
	opacity: 0.8;
}

.soluInfo_part .demand_side {
	padding: 89px 0px 74px;
}

.soluInfo_part .demand_side p {
	font-family: ArialMT;
	font-size: 18px;
	line-height: 36px;
	color: rgb(60, 60, 60);
	opacity: 0.8;
	margin: 37px 0px 26px;
}

.soluInfo_part .demand_side li,.desc-submit li,.solution-content li,.page-before li {
	padding-left: 26px;
	position: relative;
	font-family: ArialMT;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 0px;
	color: rgb(60, 60, 60);
	opacity: 0.8;
}

.soluInfo_part .demand_side li::before,.desc-submit li:before,.solution-content li:before,.page-before li:before {
	position: absolute;
	top: 9px;
	left: 0px;
	/* transform: translateY(-50%); */
	content: "";
	display: inline-block;
	width: 19px;
	height: 19px;
	background: url("../image/img_46.png") center center / contain no-repeat;
}

.soluInfo_main .side_h2 {
	font-family: NexaBold;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	padding-bottom: 8px;
	color: rgb(60, 60, 60);
	width: 100%;
	border-bottom: 2px solid rgb(227, 227, 227);
}

.soluInfo_part .import_side p {
	font-family: ArialMT;
	font-size: 18px;
	line-height: 36px;
	color: rgb(60, 60, 60);
	opacity: 0.8;
	margin: 36px 0px 55px;
}

.soluInfo_part .import_side article {
	background-color: rgb(246, 246, 246);
}

.soluInfo_part .import_side article ul {
	margin: auto;
	width: 47.65%;
}

.soluInfo_part .import_side article li {
	font-family: ArialMT;
	font-size: 18px;
	color: rgb(60, 60, 60);
	opacity: 0.8;
	padding-left: 26px;
	position: relative;
	margin-bottom: 22px;
}

.soluInfo_part .import_side article li:last-of-type {
	margin-bottom: 0px;
}

.soluInfo_part .import_side article li::before {
	position: absolute;
	top: 2px;
	left: 0px;
	content: "";
	display: inline-block;
	width: 19px;
	height: 19px;
	background: url("../image/img_46.png") center center / contain no-repeat;
}

.soluInfo_part .import_side article figure {
	width: 46.65%;
}

.soluInfo_part .computer_side {
	padding: 77px 0px 116px;
}

.soluInfo_part .computer_side p {
	font-family: ArialMT;
	font-size: 18px;
	line-height: 36px;
	color: rgb(60, 60, 60);
	opacity: 0.8;
	margin: 30px 0px 51px;
}

.soluInfo_part .computer_side article {
	background-color: rgb(246, 246, 246);
}

.soluInfo_part .computer_side article ul {
	margin: auto;
	width: 47.65%;
}

.soluInfo_part .computer_side article li {
	font-family: ArialMT;
	font-size: 18px;
	color: rgb(60, 60, 60);
	opacity: 0.8;
	padding-left: 26px;
	position: relative;
	margin-bottom: 19px;
}

.soluInfo_part .computer_side article li:last-of-type {
	margin-bottom: 0px;
}

.soluInfo_part .computer_side article li::before {
	position: absolute;
	top: 2px;
	left: 0px;
	content: "";
	display: inline-block;
	width: 19px;
	height: 19px;
	background: url("../image/img_46.png") center center / contain no-repeat;
}

.soluInfo_part .computer_side article figure {
	width: 46.65%;
}

.ipc_side_swiper {
	padding: 53px 1px 58px;
}

.ipc_side_swiper li {
	border: 1px solid rgb(220, 220, 220);
	box-sizing: border-box;
	
}
.ipc_side_swiper li a{
	overflow: hidden;
}
.ipc_side_swiper li img{
	transition: all .3s linear;
}
.ipc_side_swiper li:hover img{
	transform: scale(1.04);
}
.soluInfo_part .ipc_side p {
	font-family: ArialMT;
	font-size: 18px;
	line-height: 36px;
	color: rgb(60, 60, 60);
	opacity: 0.8;
}

.prodList_sys .path_bar {}

.prodList_main {
	padding: 91px 0px 28px;
}

.side-cate li .icon-cate.icon-cate-up::before {
	content: "";
	display: inline-block;
	width: 11px;
	height: 4px;
	background: rgb(243, 153, 16);
}

.side-cate li .icon-cate.icon-cate-up {
	transform: none;
}

.side-cate li .icon-cate.icon-cate-down::before {
	content: "";
	width: 13px;
	height: 13px;
	background: url("../image/img_50.png") center center / contain no-repeat;
	margin-top: 13px;
}

.side-cate li li.nav-current>a::before {
	background-color: rgb(243, 153, 16);
}

.side-product-items .btn-prev,
.side-product-items .btn-next {
	display: none;
}

.prodList_main .product_options {
	border: 1px solid rgb(191, 191, 191);
}

.product_options .product_options_item {
	border-bottom: 1px solid rgb(191, 191, 191);
}

.product_options .product_options_item:last-child {
	border-bottom: none;
}

.product_options .product_options_item p {
	width: 19%;
	background-color: rgb(242, 242, 242);
	height: auto;
	align-items: center;
	padding-left: 21px;
}

.product_options .product_options_item p span {
	/*font-family: NexaBold;*/
	font-size:18px;
	line-height: 36px;
	letter-spacing: 0px;
	color: rgb(60, 60, 60);
	display: block;
	padding-top: 7px;
	font-family: ArialMT;
    font-weight: bold;
}

.product_options .product_options_item ul {
	width: 81%;
	padding: 15px 0px 0px;
}

.product_options .product_options_item ul li {
	font-family: ArialMT;
	font-size: 16px;
	line-height: 1;
	color: rgb(60, 60, 60);
	padding-left: 23px;
	position: relative;
	display: inline-block;
	margin-left: 25px;
	margin-bottom: 11px;
	cursor: pointer;
}

.product_options .product_options_item ul li:last-child {
	margin-right: 0px;
}

.product_options .product_options_item ul li::before {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: 0px;
	width: 17px;
	height: 17px;
	border: 1px solid rgb(191, 191, 191);
	box-sizing: border-box;
}

.product_options .product_options_item ul li.active::before {
	border: none;
	background: url("../image/img_53.png") center center / cover no-repeat;
}

.prodList_main .product_indust {
	margin: 75px 0px;
	font-family: NexaBold;
	font-size: 18px;
	line-height: 36px;
	color: rgb(60, 60, 60);
	display: none;
}
.prodList_main .product-list{margin-top:50px;}
.product_main .product-meta {
	margin: 25px 0px 20px;
}

.product_main .product-meta h3 {
	font-family: Arial-BoldMT;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	color: rgb(60, 60, 60);
}

.product-summary .product-meta li::before {
	position: absolute;
	top: 5px;
	left: 0px;
	content: "";
	display: inline-block;
	width: 19px;
	height: 19px;
	background: url("../image/img_46.png") center center / contain no-repeat;
}

/* product_specif */

.product_specif .specif_option {
	margin-top: 72px;
	width: 100%;
	background: #fbe0b7;
}

.product_specif .specif_option li {
	font-family: NexaBold;
	font-size: 24px;
	line-height: 36px;
	color: #3c3c3c;
	display: inline-block;
	padding: 0 28px;
	line-height: 48px;
}

.product_specif li.active {
	background: #f39910;
	color: #fff;
}

.product_specif article {
	margin: 63px 0 0;
	position: relative;
}

.product_specif article ul {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
	transition: all .3s linear;
	transform: rotateY(90deg);
}

.product_specif article ul.active {
	position: relative;
	transform: rotateY(0deg);
	transition: all .3s linear;
	z-index: 1;
	opacity: 1;
}

.product_specif article li {
	font-family: ArialMT;
	font-size: 18px;
	line-height: 36px;
	color: #737373;
	margin: 0 0 24px;
}

.product_specif article li i {
	font-family: Arial-BoldMT;
	color: #f39910
}

/* product_obtain */
.product_main .product_obtain {
	text-align: center;
	padding: 104px 0 112px;
	margin-top:10px;
}

.product_main .product_obtain h2 {
	font-family: NexaBold;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	color: #ffffff;
}

.product_main .product_obtain p {
	font-family: ArialMT;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	opacity: 0.8;
	font-family: ArialMT;
	font-size: 18px;
	color: #ffffff;
	width: 79%;
	margin: 6px auto 31px;
}

.product_main .product_obtain a {
	display: block;
	border-radius: 22px;
	border: 1px solid #fff;
	width: 230px;
	margin: auto;
	font-family: ArialMT;
	font-size: 18px;
	color: #ffffff;
	line-height: 43px;
}

.product_main .product_obtain a img {
	width: auto;
	height: auto;
	margin-left: 11px;
}

.product_main .product_obtain a:hover {
	background: #f39910;
	border-color: #f39910;
}

/*index_title_bar  */
.product_main .index_title_bar span {
	font-family: NexaBold;
	font-size: 16px;
	line-height: 36px;
	color: #f39910;
	position: relative;
	width: fit-content;
	margin: auto;
}

.product_main .index_title_bar span::after {
	content: "";
	display: block;
	position: absolute;
	left: 110%;
	top: 38%;
	transform: translateY(-50%);
	width: 41px;
	height: 1px;
	background-color: #f39910;
}

.good_button_bar .navigate_button_prev,
.good_button_bar .navigate_button_next {
	width: 12px;
	height: 22px;
	opacity: 0.3;
}



/* goods_may_fh */
.goods_may_fh {
	position: relative;
}

.goods_may_swiper figure {
	position: relative;
}

.goods_may_swiper figure::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: rgb(243, 153, 16);
	border: 1px solid rgb(160, 160, 160);
	opacity: 0;
	transition: all 0.3s linear 0s;
}

.goods_may_swiper figure a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 110px;
	line-height: 110px;
	background: url("../image/img_05.png") center center / contain no-repeat;
	font-family: ArialMT;
	font-size: 18px;
	color: rgb(255, 255, 255);
	text-align: center;
	z-index: 2;
	opacity: 0;
}

.goods_may_swiper li h3 {
	font-family: ArialMT;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	color: #3c3c3c;
	opacity: 1;
	text-align: center;
	padding: 19px 0px 38px;
	transition: all 0.3s linear 0s;
}

.goods_may_swiper li:hover h3 {
	color: rgb(243, 153, 16);
	opacity: 1;
}

.goods_may_swiper li:hover figure::after {
	opacity: 0.4;
}

.goods_may_swiper li:hover figure a {
	opacity: 1;
}

.goods_may_control .banner_button_prev {
	left: -21px;
	background: url(../image/img_61.png) center center / contain no-repeat;
	position: absolute;
	top: 40%;
	width: 12px;
	height: 22px;
	opacity: 1;
	z-index: 5;
	display: block;
	visibility: visible;
}

.goods_may_control .banner_button_next {
	width: 12px;
	height: 22px;
	opacity: 1;
	right: -13px;
	position: absolute;
	top: 40%;
	background: url(../image/img_62.png) center center / contain no-repeat;
	z-index: 5;
}

.goods_may_control .banner_button_prev:hover,
.goods_may_control .banner_button_next:hover {
	opacity: 1;
}


.about-company>div{
    
    z-index: 999;
    position: relative;
}

.about_show>div{
    box-shadow: 1px 0px 5px 2px #00000030;
    margin: 20px;
    border-radius: 20px;
    background: #fff;
}


h2,p,img{margin:0;padding:0;}
h2{font-size:18px;}
img{width:100%;max-width:100%;border:none;vertical-align:middle;}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;outline:0;-ms-box-sizing:border-box;-o-box-sizing:border-box;}
.pages li{display: inline;}
.pages .active a{    background: #FF9800; color: aliceblue;}
.layout:after{clear:both;display:block;visibility:hidden;height:0;content:"";}
.layout,.flex_row{*zoom:1;}
.layout{position:relative;margin:0 auto;width:1720px;}
.flex_row{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;-o-flex-wrap:wrap;flex-wrap:wrap;}
.flex_row{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;-o-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;-webkit-justify-content:space-between;}
.flex_row::after{display:none;}
.about_main .layout{max-width:1466px;position:relative;}
.about_history{
    /*background:url(img/about_0.jpg);*/
padding:177px 0  100px;background-size:cover;overflow:hidden;}
.about_history .left{width:50%;position:relative;z-index:2;}
.about_history .history_img img{position:relative;z-index:2;    border: 3px solid #f59a18;}
.about_history .history_img h2{font-size: 83px;
    color: #F59A18;
    font-family: "pop-black";
    line-height: 1;
    position: relative;
    left: -120px;
    margin-top: -160px;}
.about_history .history_img .swiper-slide{overflow:visible;padding-left:139px;}
.about_history .right{width:50%;padding:15px 108px 0 120px;}
.about_history .right>h2{font-size:36px;font-family:'proxia-sem';position:relative;margin-bottom:70px;padding-bottom:12px;}
.about_history .right>h2:after{content:"";width:69px;height:6px;position:absolute;left:0;bottom:0;background:#F59A18;}
.about_history .history_wrap{overflow:visible;position:relative;}
.about_history .history_wrap .swiper-slide{padding-top:39px;position:relative;overflow:visible;color:#111111;opacity:0;pointer-events:none;}
.about_history .history_wrap .swiper-slide:before{content:"";width:10px;height:10px;background:#7A7A7A;border-radius:50%;position:absolute;left:0;top:-5px;}
.about_history .layout:after{content:"";width:150%;height:1px;position:absolute;left:0;top:150px;background:#7A7A7A;display:block;visibility:visible;}
.about_history .layout:before{content:"";width:10px;height:10px;position:absolute;left:0;top:145px;background:#7A7A7A;border-radius:50%;}
.about_history .history_wrap h2{font-family:"Roboto-med";font-size:36px;margin-bottom:8px;}
.about_history .history_wrap p{font-size:16px;}
.about_history .history_wrap .swiper-slide-active:before{background:#F59A18;}
.about_history .history_wrap .swiper-slide-next{color:rgba(17,17,17,.5);}
.about_history .history_wrap .swiper-slide-next,.about_history .history_wrap .swiper-slide-active{opacity:1;pointer-events:all;}
.his_control{position:absolute;right:-55px;bottom:70px;width:110px;height:48px;background:#fff;box-shadow:0 0 10px #3333;z-index:2;}
.his_control:before{content:"";width:1px;height:24px;background:#E0E0E0;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.his_control div{width:50%;background-repeat:no-repeat;background-position:center;cursor:pointer;filter:brightness(0);transition:all .3s linear;}
.his_control .his_left{background-image:url(../image/hisory1.png);}
.his_control .his_right{background-image:url(../image/hisory2.png);}
.his_control div:hover{filter:none;}
.history_img_swipr{position:relative;}
/*.history_img_swipr .swiper-pagination-bullet{display:block;}*/
.history_img_swipr .swiper-pagination-bullets {padding-bottom: 5px;}
.history_img_swipr .swiper-pagination-bullets .swiper-pagination-bullet{background: rgba(255,255,255,0.5);width: 15px;height: 6px;border-radius: 5px;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.history_img_swipr .swiper-pagination-bullets .swiper-pagination-bullet-active{opacity: 1;background-color: #013e8f;width: 28px;}
.history_img_swipr .swiper-button-prev,.history_img_swipr .swiper-button-next{overflow: hidden;}





@media only screen and (max-width: 1680px){
.layout{width:1300px;}
.about_history .history_img h2{margin-top: -90px;font-size:60px;}
}
@media only screen and (max-width: 1440px){
.layout{width:1200px;}
}
@media only screen and (max-width: 1366px){
.layout{width:1150px;}
.about_history .history_img h2{margin-top: -50px;}
}
@media only screen and (max-width: 1280px){
.layout{width:98%;}
.about_history{padding:45px 0;}
.about_history .history_img h2{font-size:60px;}
}
@media only screen and (max-width: 950px){
.layout{margin:0 auto;width:98%;}
.about_history .history_img h2{display:none;}
.about_history .history_img .swiper-slide{padding:0;}
.about_history .left{width:100%;margin-bottom:20px;}
.about_history .right{width:100%;padding:0;}
.about_history .right>h2{margin-bottom:20px;}
.about_history .history_wrap .swiper-slide{padding-top:20px;border-top:1px solid #7A7A7A;}
.his_control{display:none;}
}




.right_side .slider_swiper_control {
	position: absolute;
	top: 50%;
	left: 0px;
	z-index: 2;
	width: 100%;
	height: 54px;
	transform: translateY(-50%);
}


.solu_button_prev,
.solu_button_next {
	position: absolute;
	top: 0px;
	display: block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: rgb(243 153 16);
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: all 0.35s ease-in-out 0s;
}

.solu_button_prev {
	left: -76px;
}

.solu_button_next {
	right: 125px;
}

.solu_button_prev::before,
.solu_button_next::before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 54px;
	height: 54px;
	background: url("../image/web_icon.png") no-repeat;
	content: "";
	transition: all 0.35s ease-in-out 0s;
}

.solu_button_next::before {
	background-position: -54px -60px;
}

.solu_button_prev::before {
	background-position: 0px -60px;
}

.solu_button_next:hover,
.solu_button_prev:hover {}

.solu_button_next:hover::before {
	background-position: -54px -114px;
}

.solu_button_prev:hover::before {
	background-position: 0px -114px;
}




.index_about_img{
    position: relativ0;
}


.index_about_img .slider_swiper_control {
	position: absolute;
bottom: -22px;
    left: 4px;
	z-index: 2;
	width: 100%;
	height: 54px;
	transform: translateY(-50%);
}


.about_button_next{
	position: absolute;
	top: 0px;
	display: block;
	width: 54px;
	height: 54px;

	background: rgb(243 153 16);
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: all 0.35s ease-in-out 0s;
}


.about_button_next img{     position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);}

.about_button_next:hover img{
        transform: translate(5px, -50%);
}
/*.about_button_next::before{*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*	width: 52px;*/
/*	height: 52px;*/
/*	background: url("img/img_10.png") no-repeat;*/
/*	content: "";*/
/*	transition: all 0.35s ease-in-out 0s;*/
/*}*/
















































@media screen and (max-width: 1680px) {
	.index_title h2 {
		font-size: 40px;
	}

	.web_footer .ft_one {
		width: 23%;
	}

	.index_news .new_main .right_side {
		padding-left: 38px;
	}
}

@media screen and (max-width: 1440px) {
	.index_prod .top_side li {
		font-size: 18px;
	}

	.index_solu .left_side {
		padding-right: 50px;
	}
}

@media screen and (max-width: 1280px) {
	.web_head .nav_wrap{
		margin-right: 10px;
	}
	.index_title h2 {
		font-size: 35px;
	}

	.index_news .new_btm,
	.index_prod .btm_side {
		width: 92%;
	}

	.index_main {
		overflow: hidden;
	}

	.index_prod .top_side li {
		padding: 1px 15px;
	}

	.index_prod .top_side li {
		font-size: 16px;
	}

	.index_count li {
		padding: 10px 0;
	}

	.index_count li article h3 {
		font-size: 35px;
		line-height: 1;
	}

	.index_solu .left_side p {
		font-size: 16px;
	}

	.index_solu .left_side p {
		margin: 30px 0;
	}

	.web_footer .ft_one {
		width: 29%;
	}

	.web_footer .ft_four a {
		width: 100%;
	}

	.web_footer .ft_four {
		width: 24%;
	}

	.web_footer .ft_two {
		width: 20%;
	}

	.head_layout.layout {
		padding: 0 30px;
	}

	.web_head.index_web_head .logo img {
		max-height: 21px;
	}

	.index_news_one .slide_btm h2 {
		font-size: 50px;
	}
}
/* index phone */
@media screen and (max-width: 950px) {
	.web_head.index_web_head .logo img {
		max-height: 60px;
	}

	.index_count li article h3,
	.index_title h2,
	.index_obtain h2,
	.index_news_one .slide_btm h3 {
		font-size: 20px;
		line-height: 1.5;
	}

	.web_footer .foot_top h3 {
		font-size: 18px;
		line-height: 1.5;
	}

	.index_count li article div span,
	.index_count li article .right_side h5,
	.index_prod_swiper li h3,
	.index_obtain p,
	.index_news .news_title article p,
	.index_news_one .slide_btm p,
	.index_solu_swiper li article h3 {
		font-size: 16px;
		line-height: 1.5;
	}

	.index_about article p,
	.index_solu .left_side p,
	.web_footer .foot_top .ft_one li a,
	.web_footer .foot_top li a,
	.web_footer .ft_four p {
		font-size: 14px;
		line-height: 1.5;
	}

	.index_count li article div span {
		top: -1px;
		right: -16px;
	}

	.index_about article,
	.index_about figure,
	.index_prod .top_side ul,
	.index_solu .left_side,
	.index_solu .right_side,
	.index_news .new_main .left_side,
	.index_news .new_main .right_side {
		width: 100%;
	}

	.index_about figure::before,
	.index_news .news_title figure {
		display: none;
	}

	.index_about figure>img {
		width: 100%;
	}

	.index_prod .top_side ul {
		margin-top: 20px;
	}

	.index_prod .top_side ul li {
		margin-left: 0;
		margin-right: 20px;
	}

	.index_prod_swiper figure a {
		font-size: 16px;
		width: 80px;
		line-height: 80px;
	}

	.index_solu .left_side a {
		font-size: 16px;
		line-height: 40px;
		height: 40px;
		width: fit-content;
		padding: 0 20px;
	}

	.index_obtain a img {
		max-height: 18px;
	}

	.index_news .news_title article {
		transform: none;
		width: 100%;
	}

	.index_news .new_main .left_side {
		transform: none;
	}

	.web_footer .foot_top>div {
		width: 48%;
	}

	.web_footer .ft_four a {
		width: fit-content;
		padding: 0 20px;
	}

	.index_news .index_title {
		padding: 20px 0;
	}

	.index_news .new_main .left_side {
		margin: 20px 0;
	}

	.index_news .new_main .left_side img {
		margin: auto;
		display: block;
	}

	.index_news_one .slide_top {
		margin: auto;
	}

	.index_news_one .slide_btm {
		text-align: center;
	}

	.index_solu_swiper li article figure {
		width: 80px;
		height: 80px;
		line-height: 80px;
	}

	.index_solu {
		padding: 40px 0 0;
	}

	.solu_main {
		padding: 0 0 40px;
	}

	.index_solu .left_side {
		padding-top: 0;
		margin: 10px 0;
		text-align: center;
	}

	.index_title h5,
	.index_solu .left_side a,
	.index_title,
	.index_prod .top_side ul {

		margin: auto;
	}

	.index_prod .top_side ul {
		margin: 10px auto;
		text-align: center;
	}

	.index_title h2,
	.index_about article {
		text-align: center;
	}

	.index_obtain,
	.index_prod,
	.index_about,
	.index_news .new_btm {
		padding: 40px 0;
	}

	.index_prod_swiper li h3 {
		padding: 20px 0 10px;
	}

	.index_about article a {
		font-size: 16px;
		line-height: 40px;
		width: fit-content;
		padding: 0 20px;
		margin: 0 auto 20px;
	}

	.index_about article p {
		margin: 20px auto;
	}

	.index_count li {
		width: 50%;
		padding: 0;
	}
	.web_footer{padding: 40px 0;}
	.web_footer .foot_top h3 {
		margin: 0px 0px 22px;
	}
	.index_solu_swiper li.swiper-slide-next,.index_solu_swiper li.swiper-slide-next+li,.index_solu_swiper li.swiper-slide-next+li+li{
		transform: none;
	}
	.index_solu .solu_main{width: 100%;}
	.index_solu .left_side{padding-right: 0;}
	.jump_div{display: none;}
	.index_news .new_main .right_side{padding-left: 0;}
	
}

@media screen and (max-width: 680px) {
	.index_count li,.web_footer .foot_top>div,.index_prod .top_side ul li{
		width: 100%;
		margin: 10px auto;
	}
	.index_count li figure img{
		display: block;
		margin: auto;
		/* width: 100%; */
	}
	.index_solu_swiper li>img{
		width: 100%;
	}
	
	.index_obtain p{width: 100%;}
	.index_news .news_title article p{
		padding: 20px 10px;
	}
	.index_count li::after{display: none;}
}

/* soluInfo phone */
@media screen and (max-width: 1440px) {
	.soluInfo_part .introd_side article {
		width: 52%;
	font-size: 16px;}
	.soluInfo_part .computer_side article,.soluInfo_part .import_side article{padding: 10px 0;}
	.soluInfo_part .computer_side article figure,.soluInfo_part .import_side article figure{margin: auto;}
}
@media screen and (max-width: 1280px) {
	.sys_sub_head .path_bar{
		width: 80%;
	}
	.soluInfo_main .part_guide li {
		font-size: 18px;}
		.soluInfo_part .introd_side article {
			width: 56%;
		}
}
@media screen and (max-width: 950px) {
	.sys_sub_head .pagnation_title,.soluInfo_main .soluInfo_title h2,.soluInfo_main .side_h2{
		font-size: 20px;
		line-height: 1.5;
	}
	.path_bar li, .path_bar li a,.soluInfo_main .part_guide li{
		font-size: 16px;
		line-height: 1.5;
	}
	.soluInfo_part .introd_side article p,.soluInfo_part .demand_side p,.soluInfo_part .import_side p,.soluInfo_part .demand_side li,.soluInfo_part .import_side article li,.soluInfo_part .computer_side p,.soluInfo_part .computer_side article li,.soluInfo_part .ipc_side p,.path_bar li, .path_bar li a{
		font-size: 14px;
		line-height: 1.5;
	}
	.soluInfo_part .introd_side figure,.soluInfo_part .introd_side article,.soluInfo_part .import_side article ul,.soluInfo_part .import_side article figure,.soluInfo_part .computer_side article figure,.soluInfo_part .computer_side article ul{
		width: 100%;
		margin: 10px auto;
	}
	.soluInfo_part .introd_side figure{
		position: static;
		transform: none;
	}
	.soluInfo_part .demand_side li::before,.soluInfo_part .import_side article li::before,.soluInfo_part .computer_side article li::before {
		position: absolute;
		top: 3px;
		width: 14px;
		height: 14px;
	}	
	.soluInfo_part .computer_side article li {
		margin-bottom: 10px;
	}
	.soluInfo_main .soluInfo_title,.soluInfo_part .computer_side,.ipc_side_swiper,.soluInfo_main .soluInfo_part{padding: 30px 0;}
	.soluInfo_part .demand_side{padding: 20px 0;}
	.soluInfo_part .demand_side p,.soluInfo_part .import_side p,.soluInfo_part .computer_side p{margin: 20px auto;}
	.soluInfo_part .introd_side{padding: 50px 0 0;}
	.pagnation_title{margin-bottom: 0;}
	.soluInfo_main .part_guide li{
		width: 40%;
		margin: 10px 0;
	}
}	

@media screen and (max-width: 680px) {
	.soluInfo_main .part_guide li{
		width: 100%;
	}
	.path_bar ul{
		width: 100%;
	}
}

/* prodList phone */
@media screen and (max-width: 1280px) {
	.prodLis_side{
		width: calc(100% - 368px);
	}
}
@media screen and (max-width: 950px) {
	.prodLis_side{width: 100%;}
	.soluInfo_main .part_guide li{
		width: 100%;
	}
	.path_bar ul{
		width: 100%;
	}
	.prodList_main{
		padding: 40px 0;
	}
	.product_options .product_options_item p span{
		font-size: 16px;
		line-height: 1.5;
	}
	.product_options .product_options_item ul li,.prodList_main .product_indust,.product_list_item figure figcaption .item_info{
		font-size: 14px !important;
		line-height: 1.5 !important;
	}
	.prodList_main .product_indust{
		margin: 40px 0;
	}
	.product_options .product_options_item p{
		padding-left: 5px;
	}
	.product_options .product_options_item p{
		width: 100%;
		line-height: 1.5;
	}
	.product_list_item figure figcaption .item_title a{
		line-height: 1.5 !important;
	}

}
@media screen and (max-width: 480px) {
	.side-cate li .icon-cate {
		position: absolute;
		top: -3px;}
}

/* product_main phone */
@media screen and (max-width: 1680px) {
	.product-intro {
		width: calc(100% - 360px);
	}
	.product-btn-wrap .email {
		margin-right: 3px;
	}
	.product-summary .product-meta li{
		width: 100%;
	}
}
@media screen and (max-width: 1440px) {
	.product-btn-wrap .email, .product-btn-wrap .pdf, .product-btn-wrap .buy{
		padding: 0px 7px;
	}
	.product-summary .page_title {
		display: table;
		font-size: 24px;}
		.product-summary{
			padding-left: 20px;
		}

}
@media screen and (max-width: 1280px) {
	.goods_may_control .banner_button_prev{left: 0;}
	.goods_may_control .banner_button_next {right: 0;}
	.goods_may_swiper {width: 95%;margin: auto;}
	.product-view{width: 100%;}
	.product-btn-wrap .pdf img, .product-btn-wrap .email img{
		max-height: 15px;
	}
	.product-summary .product-meta li{
		line-height: 1.5;
	}
	.page_main{
		padding-bottom: 0;
	}
}
@media screen and (max-width: 950px) {
	.side-cate li li a{padding-bottom: 0;}
	.goods_may_swiper li h3{
		padding: 19px 0px 18px;
	}
	.product_specif .specif_option{margin-top: 30px;}
	.product_specif article{margin: 30px 0 0;}
	.side-cate li li a{font-size: 14px;}
	.side-cate li.has-child>a{font-size: 16px;}
	.product-intro{width: 100%;}
	.page_main{overflow: hidden;}
	.product-summary .page_title,.product_main .product_obtain h2{
		font-size: 20px;
		line-height: 1.5;
	}
	.product_main .product-meta h3,.side-tit-bar .side-tit{
		font-size: 18px;
		line-height: 1.5;
	}
	.product_main .product-meta{
		margin: 25px 0;
	}
	.product-btn-wrap .email, .product-btn-wrap .pdf, .product-btn-wrap .buy {
		padding: 0px 14px;
	}
	.product-summary .product-meta li,.product_main .product_obtain p,.goods_may_swiper li h3{
		font-size: 16px;
		line-height: 1.5;
	}
	.product_specif article li{
		font-size: 14px;
		line-height: 1.5;
	}
	.product-summary .product-meta li::before {
		top: 4px;
		width: 14px;
		height: 14px;
	}
	.product_specif .specif_option li{
		font-size: 18px;
		line-height: 40px;
	}
	.product_main .product_obtain a{
		line-height: 38px;
		width: fit-content;
		padding: 0 20px;
		text-align: center;
	}
	.product_main .product_obtain a img{
		max-height: 18px;
		font-size: 16px;
		
	}
	.product_main .product_obtain{padding: 40px 0;}
	
}
@media screen and (max-width: 480px) {
	.product_specif .specif_option li {
		font-size: 16px;
		line-height: 40px;
		padding: 0 15px;
	}
	.product-view{
		width: 100%;
		margin: auto;
	}
	.product_specif .specif_option{
    margin-top: 20px;
	}
	.product_specif article{
		margin: 30px 0 0;
	}
	.product_main .product_obtain p{
		width: 100%;
	}
	.goods_may_swiper li h3 {
		padding: 19px 0px 19px;}
}
/* solu_main phone */
@media screen and (max-width: 1680px) {
	.solu_indusy .indusy_link li a {
		padding: 2px 25px;
	}
}
@media screen and (max-width: 1440px) {
	.solu_indusy .indusy_link li a {
		padding: 2px 23px;
	}
}
@media screen and (max-width: 1280px) {
	.solu_indusy .indusy_link li a {
		padding: 2px 10px;
		}
		.web_head.index_web_head{
			padding-top: 0;
		}
		.solu_indusy .indusy_link li a {
			font-size: 16px;}

}

@media screen and (max-width: 950px) {
	.web_head.index_web_head,.web_head{
		padding-top: 20px;}
		.solu_indusy .indusy_link{
			margin: 20px auto;
		}
		.indusy_main li{
			margin: 25px 0;
		}
		.indusy_main li figure,.indusy_main li article{
			width: 100%;
			position: static;
			transform: none;
		}
		.indusy_main li{
			margin:25px 0;
		}
		.indusy_main li{
			padding:  0;
		}
		.indusy_main li article h3{
			font-size: 20px;
			line-height: 1.5;
		}
		.indusy_main li article p{
			font-size: 16px;
			line-height: 1.5;
		}
		.indusy_main li article a img{
			max-height: 13px;
		}
		.indusy_main li article p{
			margin: 15px 0;
		}
		.indusy_main li article{
			padding: 20px 15px ;
		}
		.solu_main .solu_indusy .indusy_link{
			display: none;
		}
		.indusy_link  li{
			width: 100%;
			margin: 0px 7px;
			position: relative;
		}
		 .indusy_link li.nav-current a {
			background-color: rgb(243, 153, 16);
			color: rgb(255, 255, 255);
			line-height: 40px;
			display: block;
			padding-left: 5px;
		}
		.indusy_main li article h3{
			width: 100%;
		}
		
}




.about_culture::after{clear:both;display:block;visibility:hidden;height:0;content:"";}

.about_main .about_culture{margin:118px 0 118px;}
.about_main .culture_top{width:81.7%;}
.about_main .culture_bottom{width:81.7%;float:right;margin-top:-134px;}
.about_main .culture_blue{width:100%;background:#f39910;position:relative;padding:82px 0 75px 60px;}
.about_main .culture_blue h2{font-size:32px;color:#fff;font-family:'open_reg';text-transform:capitalize;margin-bottom:38px;font-weight:100;}
.about_main .culture_blue:after{content:"";position:absolute;width:88px;height:4px;top:62px;left:60px;background:#fff;}
.about_main .culture_blue .flex_row{max-width:1205px;justify-content:space-between;}
.about_main .culture_blue figure{text-align:center;}
.about_main .culture_blue figure div{margin-bottom:15px;}
.about_main .culture_blue figure img{height:70px;width:auto;}
.about_main .culture_blue figcaption{color:#fff;}
.about_main .culture_blue figcaption h3{text-align:center;margin:0 auto;font-size:24px;font-family:'open_bold';line-height:24px;}
.about_main .culture_blue figcaption p{max-width:288px;font-size:16px;font-family:'source_regular';margin-top:12px;line-height:22px;}
@media only screen and (max-width: 1440px){
.about_main .culture_blue figure{width:25%;}
.about_main .culture_blue{padding:40px;}
.about_main .culture_blue:after{display:none;}
.about_main .about_culture{margin:45px 0 0;}
}
@media only screen and (max-width: 950px){
.about_main .culture_top{width:100%;}
.about_main .culture_bottom{margin:0;width:100%;float:none;}
.about_main .culture_blue{padding:40px  20px;}
}
@media only screen and (max-width: 640px){
.about_main .culture_blue figure{width:50%;margin-bottom:10px;}
}
@media only screen and (max-width: 480px){
.about_main .culture_blue figure{width:100%;}
}
.head_fixed{position: relative;display: flex;justify-content: space-between;align-items: center;width:100%;}
.head_nav li.li_hover,.web_head .nav_wrap .head_nav,.web_head .nav_wrap{position: initial;}
.head_nav li.li_hover>ul{width:100%;background: #FFF4E5;padding: 10px 40px;border-radius: 8px;box-shadow: 0px 2px 10px rgba(0,0,0,.2);}
.head_nav li.li_hover>ul>li{width:20%;float:left;margin-top:20px;}
.head_nav li.li_hover ul ul{opacity: 1;position: relative;transform: scaleY(1);left: 0;padding: 0;top: 0;width:100%;background:none;padding-right:20px;}
.head_nav li.li_hover ul li a{display:inline-block;color:#000;font-family: ArialMT;}
.head_nav li.li_hover ul li a:hover{color:#fa9701;}
.head_nav li.li_hover>ul>li>a{color:#fa9701;font-weight:bold;}

.head_nav li.li_hover>ul>li a b{top:14px;right: -5px;}
.head_nav>li.li_hover ul li{border:none;padding-left: 0;}
.head_nav>li ul{background: #fff;}

.head_nav>li.li_hover ul ul li:before{content:'';width:5px;height:5px;background:#000;border-radius:3px;position: absolute;left: 0;top: 15px;}
.head_nav>li.li_hover ul ul li a{padding-left:10px;}

.page_title_news{ margin-left: 8px;font-family: ArialMT;}
.news_article{font-family: ArialMT;}
.single-shadow>div{box-shadow:0 2px 8px rgba(0,0,0,.2);}



/*download*/

.product-list, .case-list, .certificate-list, .video-list, .download-list, .faq-list{

	position: relative;

    overflow: hidden;


}

.download-list ul li{

	position: relative;

    display: block;

    overflow: hidden;

    line-height: 30px;

    padding: 30px 0 10px;

    border-bottom: 1px solid #E9E9E9;

}

.download-list ul li .download-cont{

	position: relative;

    display: inline-block;

    vertical-align: top;

    float: left;

}

.download-list ul li{

	position: relative;

    display: block;

    overflow: hidden;

    line-height: 30px;

    padding: 30px 0 10px;

    border-bottom: 1px solid #E9E9E9;

}

.download-list ul li .download-cont .download-pic{

	position: relative;

    display: inline-block;

    vertical-align: top;

    width: 42px;

    overflow: hidden;

}


.download-list ul li .download-cont .download-detail{

	position: relative;

    display: inline-block;

        vertical-align: text-top;

    font-size: 18px;

    margin: 0 15px;

    text-shadow: 0 0 1px rgba(0,0,0,0.3);

}

.download-list ul li .download-button{

	position: relative;

    display: inline-block;

    vertical-align: top;

    float: right;

    height: 30px;

    line-height: 30px;

    font-size: 14px;

    border-width: 1px;

    border-style: solid;

    border-left-color: #C1C1C1;

    border-right-color: #C1C1C1;

    border-top-color: #C9C9C9;

    border-bottom-color: #A5A5A5;

    border-radius: 5px;

    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#F1F1F1',endColorStr='#DADADA',gradientType='0');

    background: -moz-linear-gradient(top, #F1F1F1, #DADADA);

    background: -o-linear-gradient(top,#F1F1F1, #DADADA);

    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F1F1F1), to(#DADADA));

}

.download-list ul li .download-button a{

	position: relative;

    display: block;

    padding: 0 12px 0 40px;

    color: #0A0A0A;

    background-image: url(https://www.apuqi.com/style/global/img/icons08.png);

    background-repeat: no-repeat;

    background-position: 15px 8px;

}

.download-item .item-button:hover {
    border: 1px solid #f39910;
    background: #f39910;
    color: #fff;
}
.download-item .item-button:hover:before, .download-item .item-button:hover a {
    color: #fff;
}


.content_box{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.content_box h2{
    position: relative;
    width: max-content;
    color: white;
    line-height: 35px;
    z-index: 2;
    font-size: 24px;

}
.content_box h2 > span{
    text-transform: uppercase;
    padding: 5px 28px 6px 28px; 
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.content_box .companyname{
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 33px;
    max-height: 46px;
    padding-right: .2rem;
    width: 100%;
    height: 46px;
    text-align: right;
    z-index: 0;
    color: #ffffff;
    text-transform: capitalize;
}
.content_box:before{
    content: '';
    position: absolute;
    left: 5px;
    bottom: 0;
    width: 25%;
    height: 54%;
    z-index: 1;
}
.content_box h2 after , .content_box:before , .content_box h2 span{
    display:block;
}

 .content_box h2{
 
    background: #f39910;
}
/*.content_box:before{*/
/*    background-color: #484e65;*/
/*}*/
.content_box .companyname{
    background-color: #fbe0b7;
}

.entry table {
    margin: 10px 0;
    
}

.tab-panel-content .fl-row-content-wrap{padding:0!important;}


@media only screen and (max-width:500px){
    .content_box:after{
        content: '';
    }
    .content_box h2 , .content_box:before{
        width: max-content;
    }
    .content_box h2 > span {
        font-size: 15px !important;
    }
   .content_box .companyname{
        color: transparent;
    }
}
/*------------------Custom style end----------------*/

.ipc_main{padding-top:80px;font-family: ArialMT;}
.ipc_main .layout{width:80%;}
.ipc_title{display:flex;margin-bottom: 60px;}
.ipc_title .title_intro{padding-right: 50px;font-family: ArialMT;}
.ipc_title .title_intro h1{font-size: 42px;padding-bottom: 15px;}
.ipc_title .title_intro h3{font-size:22px;}
.ipc_title .title_intro ul{padding: 20px 0;}
.ipc_title .title_intro ul li{font-size:18px;list-style: disc;margin-left: 35px;padding-bottom:7px;}
.ipc_title .title_intro ul li i{font-size: 11px;color: #02A7F0;}
.ipc_title .title_intro .free-more a{
    background-color: rgba(243, 151, 0, 1);
    border: none;
    border-radius: 0px;
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.349019607843137);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.349019607843137);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.349019607843137);
    padding: 20px 45px;
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
}
.ipc_title .title_img{max-width: 970px;padding-left: 30px;}

.state_wapper{margin-bottom:80px;}
.state_top{margin-bottom:40px;}
.state_top ul,.state_bottom ul li{display: flex;justify-content: space-between;}
.state_top ul li{width: 16.66%;text-align: center;line-height: 54px;font-size: 18px;background: #f6f6f6;cursor:pointer;margin-right: 2px;transition: all 0.3s ease 0s;}
.state_top ul li.active,.state_top ul li:hover{background: #F39700;color: #fff;font-weight: bold;}

.state_bottom .bottom_left{padding-left: 3%;font-family: ArialMT;width: 63%;background: #f6f6f6;padding-top: 20px;}
.state_bottom .bottom_left h2{font-size: 30px;}
.state_bottom .bottom_left h3{font-size: 20px;margin-top: 8px;margin-bottom: 50px;}
.state_bottom .bottom_left p{font-size: 16px;margin-bottom: 8px;}
.state_bottom .bottom_left p:last-child{color: #02A7F0;margin-top: 30px;}
.state_bottom .bottom_right{width: 35%;}
.state_bottom .bottom_right img{height:100%;object-fit:cover;}

.ipc_function{padding-top:50px;padding-bottom: 60px;background-image: url(../image/pic_18.jpg);}
.ipc_function h2{text-align: center;font-size: 30px;font-family: ArialMT;margin-bottom: 50px;}
.ipc_main table{width:100%;border-collapse: collapse;border-spacing: 0px;}
.ipc_main table td{border:1px #cfcfcf solid;padding:0px 20px;height: 50px;color: rgb(102, 102, 102);text-align: center;font-size: 18px;line-height: 1.5;}
.ipc_function table tr td{border:1px #fff solid;padding:30px 20px;}
.ipc_function table tr:first-child,.ipc_function table tr:nth-child(3){background:#F39700;}
.ipc_function table tr:first-child td,.ipc_function table tr:nth-child(3) td{color:#fff;font-size:22px;line-height: 60px;padding:0 20px;}


.ipc_way{padding-bottom:60px;font-family: ArialMT;background-image: url(../image/inner_back_11.jpg);padding-top:80px;}
.ipc_way .way_top{display:flex;justify-content: space-between;margin-bottom: 50px;}
.ipc_way .way_top p{font-size: 20px;margin-top:15px;margin-bottom:30px;}
.ipc_way .way_top .way_top_left{width: 35%;display: flex;flex-direction: column;justify-content: space-between;}
.ipc_way .way_top .way_top_right{width: 40%;}
.ipc_way .free-more a{
    background-color: rgba(243, 151, 0, 1);
    border: none;
    border-radius: 0px;
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.349019607843137);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.349019607843137);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.349019607843137);
    padding: 20px 45px;
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    min-width: 260px;
    text-align: center;
}
.ipc_way .free-more a:nth-child(2){padding: 20px 20px;margin-left: 20px;}
.ipc_way h3
{
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(243, 151, 0, 1) 100%);
    background: -moz-linear-gradient(-89.9999999999999deg, rgba(255, 255, 255, 1) 0%, rgba(243, 151, 0, 1) 100%);
    background: linear-gradient(-89.9999999999999deg, rgba(255, 255, 255, 1) 0%, rgba(243, 151, 0, 1) 100%);
    border: none;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 28px;
    text-align: left;
    padding: 7px 0px;
}
.platform_main{padding-top:0px;}
.ipc_platform{padding-top:120px;background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 90%);background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 90%);background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 90%);padding-bottom:60px;border-bottom: 1px #d7d7d7 solid;margin-bottom: 50px;}
.ipc_platform .platform_title h1{text-align: center;color: #fff;font-size: 38px;font-family: ArialMT;margin-bottom:40px;}
.wapper_items{display: flex;justify-content: space-between;    font-family: ArialMT;width:100%;margin:auto;position: relative;}

.wapper_items .ipc_items_list{width:74%;}
.wapper_items .wapper_text{padding-left:50px;width:100%;padding-top: 50px;/*position:absolute; */   z-index:9;right: 0;background: rgba(0, 0, 0, .5);height: 100%;padding-right:30px;display: flex;flex-direction: column;justify-content: center;}
.wapper_list{width:25%;}
.wapper_items .wapper_text p{font-size: 18px;color: #fff;margin-bottom: 20px;text-align:right;}
.wapper_items .wapper_text .wapper_text_center{margin:38px 0;}
.wapper_items .free-more{text-align:right;padding-bottom:30px;}
.wapper_items .free-more a{
    background-color: rgba(243, 151, 0, 1);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.349019607843137);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.349019607843137);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.349019607843137);
    font-weight: 700;
    font-style: normal;
    font-size:28px;
    color: #FFFFFF;
    padding: 20px 15px;
    display: inline-block;
}


.platform_state .state_top{margin-bottom:0;}
.state_items{/*background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(14, 52, 127, 1) 100%);background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(14, 52, 127, 1) 100%);background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(14, 52, 127, 1) 100%);*/padding-top: 50px;}
.state_items .bottom_right{width:60%;}
.state_items .bottom_left{width:39%;padding-right:3%;}
.state_items .bottom_left h4{background: #F39700;padding: 10px;text-align: center;font-size: 18px;}
.state_items .bottom_left .bottom_left_content{margin-top:35px;}
.state_items .bottom_left .bottom_left_content p{border: 1px #fff solid;margin: 0;color: #222;font-size: 16px;text-align: center;padding: 10px 15px;}
.state_items .bottom_left h3{ background: #fff;border: 1px #8d8d8d solid;text-align: center;padding: 10px;font-size: 18px;}

.platform_text{border-top: 1px #d7d7d7 solid;border-bottom: 1px #d7d7d7 solid;padding: 100px 0;font-family: ArialMT;}
.platform_text ul{display: grid;grid-template-columns: 1fr 1fr 1fr 1fr;grid-column-gap: 0;}
.platform_text .platform-change li{text-align: center;line-height: 66px;font-size: 20px;background: #F6F6F6;border: none;border-right:2px #fff solid;cursor:pointer;}
.platform_text .platform-change li:last-child{border-right:0;}
.platform_text .platform-change li.active{background: #F39700;color: #fff;font-weight:bold;}
.platform_text .change-items li{display:none;}
.platform_text .change-items,.platform_text .change-items li.active{display:block;}
.platform_text ul li{border: 1px #d9d8d8 solid;}
/*.platform_text ul li h3{background: #F39700;text-align: center;line-height: 66px;font-size: 20px;color:#fff;}*/
.platform_text ul li .text_content{padding: 40px 2px 2px 30px;}
.platform_text ul li .text_content h4{font-size:18px;}
.platform_text ul li .text_content span{margin-bottom: 20px;display: inline-block;margin-right: 8%;}
.platform_text ul li .text_content span:last-child{margin-right:0;}
.platform_text ul li .text_content p{font-size:16px;position: relative;padding-left: 15px;margin-top: 5px;}
.platform_text ul li .text_content p:after{content:'';width:7px;height:7px;border-radius:5px;background:#F39700;position: absolute;left: 0;top:8px;}

.platform_software{padding-top:50px;padding-bottom: 50px;border-bottom: 1px #797979 solid;}
.platform_software h3{font-size: 34px;text-align: center;margin-bottom: 25px;}
.platform_software .soft_content{display: flex;width: 100%;}
.platform_software .soft_content .soft_content_title{background-color: rgba(255, 153, 0, 1);display: flex;align-items: center;}
.platform_software .soft_content h4{font-size: 26px;padding: 0 20px;min-width: 260px;text-align: center;}
.platform_software .soft_content .sec_soft{background: #818387;width: 100%;}
.platform_software .soft_content .sec_soft h5{font-size: 18px;padding: 10px;padding-left: 20px;}
.platform_software .soft_content .sec_soft ul{display: grid;grid-template-columns: 1fr 1fr 1fr 1fr 1fr;grid-column-gap:20px;padding-left:50px;grid-row-gap: 20px;padding-right: 15px;padding-bottom: 20px;}
.platform_software .soft_content .sec_soft ul li{background: #F1B06F;text-align: center;font-size: 16px;padding: 10px 0;}
.platform_software .soft_content .three_soft{width: 17%;display: flex;flex-direction: column;justify-content: space-between;}
.platform_software .soft_content .three_soft span{width: 100%;display: block;background: #C4C5C8;padding: 15px 0;text-align: center;font-size: 16px;}
.platform_software .soft_content i{width:70px;text-align: center;margin-top: 27px;padding: 0 15px;}
.platform_software .soft_content i:after{content:"\f101";font-size:60px;font-family: fontawesome;color: #FF9900;}
.soft_api{display: flex;justify-content: center;align-items: center;}
.soft_api i:after{content:"\f103";font-size:48px;font-family: fontawesome;color: #FF9900;}
.soft_api span{font-size: 22px;margin-left: 30px;margin-right: 30px;}
.platform_software .soft_content2 .soft_content_title{background: #F1B06F;}

.platform_software .soft_content2 .sec_soft ul{display: grid;grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;grid-column-gap:20px;padding-left:50px;grid-row-gap: 20px;padding-right: 15px;}
.platform_software .soft_content2 .sec_soft ul li{background:#FF9900;}
.sec_soft3{display: flex;align-items: center;justify-content: space-evenly;}
.sec_soft3 img{width:auto;}
.sec_soft3 .gateway{text-align: center;font-size: 18px;}
.platform_software .soft_content:last-of-type .sec_soft{background: #EEEEEF;}
.platform_software .last_soft span{padding: 0 8px;}

.soft_arrange{margin-top:50px;margin-bottom: 50px;}
.soft_arrange .arrange_title{width: 70%;margin: auto;}
.soft_arrange .arrange_title h3{border: 1px #797979 solid;text-align: center;padding: 10px 0;font-size: 20px;    margin-bottom: 20px;}
.soft_arrange .arrange_top{display: flex;align-items: center;border-bottom: 1px #000 solid;margin-bottom: 20px;}
.soft_arrange .arrange_top .arrange_top_left{width: 50%;width: 44%;font-size: 18px;text-align: center;max-width:650px;}
.soft_arrange .arrange_top img{width: auto;}
.arrange_bottom{/*display: flex;align-items: flex-start;*/margin-bottom: 20px;position: relative;}
.arrange_bottom .arrange_top_left{width: 100%;font-size: 18px;text-align: center;max-width:100%;display: grid;grid-template-columns: 1fr 1fr 1fr;grid-column-gap: 30px;margin-top: 30px;}
.arrange_bottom .arrange_top_left span{padding: 20px;background: #f6f6f6;}
.arrange_bottom .arrange_top_left span strong{margin-bottom:20px;display:block;font-size: 22px;}
.arrange_bottom img{width:auto;}
.arrange_bottom .arrange_top_left>p{padding: 45px 0;margin-bottom: 40px;}
/*.arrange_bottom:after{content:'';width:100%;height:1px;background:#000;display:block;position: absolute;top: 140px;}*/

.arrange_submit{display:flex;}
.arrange_submit span{width:50%;display:inline-block;text-align:center;}
.arrange_submit a{background-color: rgba(243, 151, 0, 1);-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.349019607843137);-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.349019607843137);box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.349019607843137);font-weight: 700;font-style: normal;font-size: 22px;color: #FFFFFF;padding: 20px 50px;display: inline-block;}

.product-note{text-align: center;position: absolute;width: 100%;bottom: -45px;font-size: 16px;font-family: Roboto-Regular;}

.tab-panel-content table tr:first-child td{background: #F39910;font-weight:bold;}
.tab-panel-content table tr td p,.tab-panel-content table tr td{text-align:left !important;}
.solution-content{padding:80px 0;font-family: ArialMT;}
.solution-content .solution-title{font-family: NexaBold;font-size: 24px;font-weight: normal;font-stretch: normal;line-height: 1;color: rgb(60, 60, 60);}
.solution-border img{border-radius:5px;}

.page-border .fl-row-content-wrap,.page-img-border img{background:#fff;border-radius:20px;box-shadow: 0px 2px 6px rgba(0,0,0,.2);}
.img-border img{box-shadow: 0px 2px 6px rgba(0,0,0,.2);}

.page-before{font-family: ArialMT;}
.video-border{background: #fff;border-radius: 5px;box-shadow: 0px 2px 6px rgba(0,0,0,.2);}
.slider_banner video{width:100%;}

.download-main .layout{width:75%;}
.download-main .head-search{
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 25px;
}
.download-main .search-ipt {
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    border: 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #666;
    letter-spacing: .1em;
    background-color: #f2f2f2;
    border-radius: 4px;
    font-family: inherit;
    display: inline-block;
    box-sizing: border-box;
}
.download-main .search-btn {
    display: inline-block;
    width: 55px;
    height: 55px;
    font-size: 20px;
    color: #fff;
    background-color: #fa9701;
    border: 0;
    outline: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}
.download-main .search-btn:before {
    font-family: 'fontawesome';
    content: '\f002';
}
.download-main .download-item .item-button a{color:#333;}
.download-main .page_bar .pages a{    color: rgb(51, 51, 51);}

.ipc-cackground .fl-rich-text ul{background: #ECEEF0;border-radius: 5px;padding: 20px;margin: 0 auto;min-height: 220px;}
.ipc-cackground .fl-rich-text ul li{width:45%;display:inline-block;}
.ipc-tableimg table thead tr{background:#4472C4;}
.ipc-tableimg table thead tr td{color:#fff;font-size:22px;font-weight: bold;text-align: center;}
.ipc-tableimg table tr td:first-child{min-width:150px;}
.ipc-tableimg table tbody tr:first-child{background: #CFD5EA;}
.ipc-tableimg table tbody tr:last-child{background: #E9EBF5;}
.ipc-tableimg table tbody tr img{max-width:350px;display: block;margin: 20px auto;margin-bottom:10px;}
.ipc-tableimg table tbody td{font-size:20px;font-weight:bold;text-align:center;color:#333;padding: 20px 7px;}

.core-function{background: #F2F2F2;border-radius: 5px;padding: 5px 0;box-shadow: 0 1px 6px rgba(0,0,0,.2);}
.core-bg .fl-col-content.fl-node-content{border-radius: 8px 0 0 8px;}
.core-bg2 .fl-col-content.fl-node-content{border-radius:0 8px 8px 0;}

.ipc-hardware .fl-rich-text ul{width: 90%;margin: auto;}
.ipc-hardware .fl-rich-text ul li{display:inline-block;padding: 8px 20px;color: #fff;font-size: 20px;font-weight: bold;min-width: 200px;text-align: center;background:#EFAC4D;border-radius: 5px;margin-right: 20px;}

.ipc_main .ipc_title{justify-content: space-between;}
.ipc_main .ipc_title .title_intro{width:40%;border-radius:5px;padding:30px 0 0 30px;background: #ededed;}
.ipc_main .ipc_title .title_img img{box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);border-radius: 5px;}
.ipc_way table tr:nth-child(2n+1){background:#f6f6f6;}
.ipc_way table tr:first-child{background:#F39700;}
.ipc_way table tr td{border:none;}
.ipc_way table tr:first-child td{color:#fff;font-size:22px;line-height: 60px;}
.ipc_way table{border-collapse: initial;border-spacing: 2px;}

.arrange_bottom .arrange_img{box-shadow: 0px 2px 10px rgba(0,0,0,.3);text-align: center;}
.toolchain-img img{border-radius:8px;}
