@charset "utf-8";

tr,td{
    border: 1px solid #ccc;
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

HTML5 display-role reset for older browsers article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-track-piece {
	-webkit-border-radius: 6px;
	background-color: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:vertical {
	height: 5px;
	-webkit-border-radius: 6px;
	background-color: rgba(125, 125, 125, 0.7);
}

::-webkit-scrollbar-thumb:horizontal {
	width: 5px;
	-webkit-border-radius: 6px;
	background-color: rgba(125, 125, 125, 0.7);
}

body {
	margin: 0;
	padding: 0
}

a {
	text-decoration: none;
	color: #333;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	vertical-align: middle;
}

li {
	list-style: none;
}

iframe {
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	width: 100%;
	height: 100%;
	border: 0;
}

.container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.none {
	display: none
}

.clearfix:after,
.layout:after,
.container:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

.page_main {
	background: #FFF;
	padding: 50px 0 0;
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.clear {
	clear: both;
}

/* 头部 */
.header a.mm_btn {
	display: none;
	transition: .3s all;
}

.header {
	width: 100%;
	z-index: 999;
	position: fixed;
	top: 25px;
	left: 0;
	width: 100%;
	transition: 0.25s;
}

.header .inner {
	transition: 0.36s;
	background: transparent;
	position: relative;
}

.header .inner .flex {
	height: 80px;
	line-height: 80px;
	max-width: 1600px;
	margin: 0 auto;
}

.header .inner .logo {
	font-size: 0;
	transition: 0.5s;
	position: relative;
	z-index: 5;
}

.header .inner nav {
	height: 100%;
	display: flex;
	align-items: center;
	margin: 0 auto;
}

.header .inner nav ul {
	font-size: 0;
}

.header .inner nav ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 35px;
	font-size: 18px;
	position: relative;
}

.header .inner nav ul li:last-child {
	margin-right: 0;
}

.header .inner nav ul li>a {
	transition: color 0.3s;
	display: inline-block;
	line-height: 1;
	position: relative;
	color: #fff;
	font-weight: bold;
}

.header .inner nav ul li>a:hover {
	color: rgba(246, 124, 1, 1) !important;
}

.header .inner nav ul li .child {
	white-space: nowrap;
	position: absolute;
	top: 100%;
	margin-top: -10px;
	left: -1.6vw;
	display: none;
	padding: 10px 1.6vw 15px;
	background: #fff;
	box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.05);
	min-width: 180px;
}

.header .inner nav ul li .child2 {
	white-space: nowrap;
	position: absolute;
	top: 0%;
	margin-top: -10px;
	left: 100%;
	display: none;
	padding: 10px 1.6vw 15px;
	background: #fff;
	box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.05);
	min-width: 180px;
	display: none;
	flex-direction: column;
	align-items: center;
}

.header .inner nav ul li .child2 a {
	height: fit-content;
	line-height: 35px;
}

.header .inner nav ul li .child p {
	margin-top: 5px;
	line-height: 1.6;
	padding: 0;
	text-align: center;
	position: relative;
}

.fit-child {
	line-height: 40px;
	text-align: center;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .inner nav ul li .child a {
	font-size: 16px;
	color: #000;
	text-transform: none;
	transition: 0.2s;
}

.header .inner nav ul li .child a:hover {
	color: rgba(246, 124, 1, 1);
}

.header .inner .language {
	font-size: 0;
	height: 45px;
	margin-right: 1.5vw;
	position: relative;
}

.header .inner .language::after {
	content: '';
	width: 1px;
	height: 19px;
	background: rgba(255, 255, 255, .2);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.header .inner .language .inner_lang {
	transition: 0.3s box-shadow;
}

.header .inner .language .inner_lang>a {
	display: block;
	padding: 0 20px;
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	white-space: nowrap;
	color: #fff;
	font-weight: bold;
}

.header .inner .language .inner_lang>a i.fa {
	margin-left: 5px;
	font-size: 18px;
}

.header .inner .language .lang-none {
	display: none;
}

.header .inner .language .lang-none a {
	display: block;
	text-align: left;
	height: 35px;
	line-height: 35px;
	font-size: 13.3px;
	color: #000;
	background: #fff;
	transition: 0.25s;
}

.headertotopgs {
	background-color: #333;
	height: 45px;
}

.header .inner .language:hover .inner_lang {
	box-shadow: 0px 0px 9px 0px rgba(6, 0, 1, 0.18);
	background: #fff;
}

.header .inner .language:hover .inner_lang>a {
	color: #000;
}

.header .inner .language .lang-none a:hover {
	color: rgba(125, 125, 125, 0.7);
}

.header .inner .index-search {
	position: relative;
	font-size: 0;
}

.header .inner .index-search>a {
	color: rgba(255, 255, 255, .6);
}

.header .inner .index-search>a span.name {
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	transition: color 0.25s;
}

.header .inner .index-search i {
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	transition: color 0.25s;
}

.header .inner .index-search .content {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.45);
	z-index: 999;
	display: none;
}

.header .inner .index-search .content .container {
	position: relative;
	height: 100%;
}

.header .inner .index-search .content .s-content {
	background: #fff;
	text-align: center;
	padding: 6vh 0;
	position: absolute;
	top: 30%;
	width: 100%;
	left: 0;
	transform: translateY(20px);
	opacity: 0;
	transition: 0.5s;
}

.header .inner .index-search .content a.close {
	position: absolute;
	font-size: 32px;
	top: 10px;
	right: 20px;
}

.header .inner .index-search .content .title {
	font-size: 24px;
	color: #242424;
	margin-bottom: 10px;
	line-height: 1.5;
}

.header .inner .index-search .content .input {
	font-size: 0;
	line-height: 1;
}

.header .inner .index-search .content input {
	height: 60px;
	outline: none;
	vertical-align: middle
}

.header .inner .index-search .content .inpt3 {
	padding-left: 20px;
	border: 1px solid #d2d2d2;
	font-size: 16px;
	width: 45%;
	color: #292929;
}

.header .inner .index-search .content .inpt3::-webkit-input-placeholder {
	color: #b6b6b6;
}

.header .inner .index-search .content .inpt3:-moz-placeholder {
	color: #b6b6b6;
}

.header .inner .index-search .content .inpt3::-moz-placeholder {
	color: #b6b6b6;
}

.header .inner .index-search .content .inpt3:-ms-input-placeholder {
	color: #b6b6b6;
}

.header .inner .index-search .content .fa-search {
	width: 60px;
	line-height: 60px;
	height: 60px;
	background: #313131;
	border: none;
	font-size: 24px;
	color: #fff;
}

.header .inner .index-search .content.active .s-content {
	transform: none;
	opacity: 1;
	transition-delay: 0.36s;
}

.header.active,
.header.cur {
	top: 0;
}

.header.active .inner,
.header.cur .inner {
	background: #fff;
	box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
}

.header.active .inner .flex,
.header.cur .inner .flex {
	height: 80px;
	line-height: 80px;
}

.header.active .inner nav ul li>a,
.header.cur .inner nav ul li>a,
.header.active .inner .language .inner_lang>a,
.header.cur .inner .language .inner_lang>a,
.header.active .inner .index-search>a,
.header.cur .inner .index-search>a {
	color: #000;
}

.header.active .inner nav ul li.active>a {
	color: rgba(246, 124, 1, 1);
}

.header.active .inner nav ul li.active::after {
	width: 100%;
	left: 0;
}

.header.active .inner .logo img,
.header.cur .inner .logo img {
	display: none;
}

.header.active .inner .logo img.none,
.header.cur .inner .logo img.none {
	display: inline-block !important;
}

.header.relative {
	position: relative;
}

.crumbs {
	background-color: #f9f9f9;
	padding: 6px 0;
	border-bottom: 1px solid #eee;
}

/* 底部 */
#gotoTop {
	position: fixed;
	z-index: 999;
	;
	bottom: 15vh;
	right: 20px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: rgba(246, 124, 1, 1);
	color: #fff;
	font-size: 24px;
	display: none;
	cursor: pointer;
}

.footer {
	position: relative;
	background: #222222;
	padding: 5vh 0 3vh;
}

.footer .logo {
	text-align: center;
	position: relative;
	margin-bottom: 4vh;
}

.footer .logo::before,
.footer .logo::after {
	content: '';
	width: calc(50% - 120px);
	height: 1px;
	background: rgba(255, 255, 255, .15);
	position: absolute;
	left: 0;
	top: 50%;
}

.footer .logo::after {
	left: auto;
	right: 0;
}

.footer .footer-nav ul {
	justify-content: space-between;
}

.footer .footer-nav ul li a {
	font-size: 18px;
	color: #fff;
}

.footer .footer-nav ul li .child {
	margin-top: 2.6vh;
}

.footer .footer-nav ul li .child p {
	margin-bottom: 8px;
}

.footer .footer-nav ul li .child p a {
	font-size: 16px;
	color: rgba(255, 255, 255, .6);
	transition: 0.2s;
}

.footer .footer-nav ul li .child p a:hover {
	color: #fff;
}

.footer .footer-info {
	margin-top: 5vh;
	padding-top: 3vh;
	border-top: 1px solid rgba(255, 255, 255, .15);
	text-align: center
}

.footer .footer-info .contact {
	font-family: 'DIN';
	font-size: 1.875rem;
	color: rgba(246, 124, 1, 1);
	font-weight: bold;
}

.footer .footer-info p {
	font-size: 18px;
	color: rgba(255, 255, 255, .7);
}

.footer .footer-info .copyright {
	margin-top: 2.4vh;
	font-size: 16px;
	color: rgba(255, 255, 255, .5);
}

.footer .footer-info .copyright a {
	color: rgba(255, 255, 255, .5);
}

.footer .footer-info .copyright a:hover {
	color: #fff !important;
}

.footer .footer-info .copyright .otherinfo {
	display: inline;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid rgba(255, 255, 255, .15);
}

.scrollsidebar {
	position: absolute;
	z-index: 10009;
	top: 150px;
	right: 0;
	height: 192px;
}

.scrollsidebar,
.scrollsidebar a {
	font-size: 12px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}

.side_content {
	width: 0;
	height: auto;
	overflow: hidden;
	float: left;
}

.side_content .side_list {
	width: 140px;
	overflow: hidden;
	border: 1px solid #dadada;
	border-radius: 8px;
	position: relative;
	background: #FFF;
}

.side_content .side_list .hd img {
	width: 100%;
	border-bottom: 1px solid #dadada;
}

.side_content .side_list .cont li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #dadada;
	list-style: none;
	position: relative;
}

.side_content .side_list .cont li a {
	position: relative;
	display: block;
	padding: 0 0 0 43px;
	text-decoration: none;
}

.side_content .side_list .cont li .email:before {
	background-image: url(../images/icons01.png);
}

.side_content .side_list .cont li a:before {
	content: "";
	position: absolute;
	display: block;
	overflow: hidden;
	top: 0;
	left: 10px;
	width: 25px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center center;
}

.side_content .side_list .side_title {
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
}

.side_content .side_list .side_title .close_btn {
	background: url(../images/close.png) no-repeat center center;
	width: 12px;
	height: 30px;
	position: absolute;
	bottom: 0;
	right: 10px;
	cursor: pointer;
}

.side_content .side_list .side_title .close_btn span {
	display: none;
}

.show_btn {
	width: 38px;
	height: 192px;
	overflow: hidden;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background: url(../images/show_btn.png) no-repeat center center;
}

.inquiry-pop-bd {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100% !important;
	background: rgba(0, 0, 0, .7);
	display: none;
	overflow: hidden;
	z-index: 20000;
}

.inquiry-pop-bd .inquiry-pop {
	position: relative;
	width: 500px;
	background: #FFF;
	margin: 150px auto;
	padding: 30px;
	box-shadow: 0 0 10px rgba(255, 255, 255, .5);
}

.inquiry-pop-bd .inquiry-pop .ico-close-pop {
	position: absolute;
	right: -10px;
	top: -10px;
	width: 30px;
	height: 30px;
	background: url(../images/fancy_close.png) no-repeat center center;
	cursor: pointer;
	z-index: 1;
}

.mauticform_wrapper {
	position: relative;
	margin-top: 45px;
}

.mauticform_wrapper {
	max-width: 100% !important;
	padding: 0px !important;
	margin: 0 !important;
}

iframe {
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	width: 100%;
	height: 100%;
	border: 0;
}

@media screen and (max-width:600px) {
	.inquiry-pop-bd .inquiry-pop {
		width: auto;
	}
}

/*右侧底部固定留言*/
.leavePOP {
	position: fixed;
	right: 10px;
	bottom: -384px;
	z-index: 1000000;
	min-width: 280px;
	min-height: 430px;
	width: 337px;
	height: 430px;
	background: transparent;
	border: none;
	outline: none;
	margin: 0px;
	padding: 0px;
	transition-duration: 0.5s;
	border: 1px solid #36a9e1;
	border-radius: 12px 12px 0 0;
	transition: 0.3s;
}

.leavePOP .leaveTit {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #36A9E1;
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 15px;
	padding: 0 20px;
	font-weight: normal;
	cursor: pointer;
	border-radius: 10px 10px 0 0;
}

.leavePOP .leaveTit .leaveIcon {
	transition: 0.3s;
	transform: rotate(180deg);
}

.leaveTitActive .leaveIcon {
	transform: rotate(0deg) !important;
}

.leavePOPActive {
	bottom: -5px !important;
}

@media screen and (max-width:950px) {
	.leavePOP {
		display: none;
	}
}

/* 分页*/
.el-pagination {
	white-space: nowrap;
	padding: 2px 5px;
	color: #303133;
	text-align: center;
	font-size: 12px;
	clear: both;
}

.el-pagination::after,
.el-pagination::before {
	display: table;
	content: "";
}

.el-pagination::after {
	clear: both;
}

.el-pagination button,
.el-pagination span:not([class*=suffix]) {
	display: inline-block;
	font-size: 13px;
	min-width: 35.5px;
	height: 28px;
	line-height: 28px;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.el-pagination button:disabled {
	color: #C0C4CC;
	background-color: #FFF;
	cursor: not-allowed;
}

.el-pagination button {
	border: none;
	padding: 0 6px;
	background: 0 0;
}

.el-pagination button,
.el-pagination span:not([class*=suffix]) {
	display: inline-block;
	font-size: 13px;
	min-width: 35.5px;
	height: 28px;
	line-height: 28px;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.el-pagination__total {
	margin-right: 10px;
	font-weight: 400;
	color: #606266;
}

.el-pager {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	list-style: none;
	font-size: 0;
}

.el-pager li {
	padding: 0 4px;
	font-size: 13px;
	min-width: 35.5px;
	height: 28px;
	line-height: 28px;
	box-sizing: border-box;
	text-align: center;
}

.el-pager,
.el-pager li {
	vertical-align: top;
	margin: 0;
	display: inline-block;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
	background-color: #ff6637;
	color: #FFF;
}

.el-pagination .btn-next,
.el-pagination .btn-prev {
	background: center center no-repeat #FFF;
	background-size: 16px;
	cursor: pointer;
	margin: 0;
	color: #303133;
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
	margin: 0 3px;
	padding: 0;
	background-color: #f4f4f5;
	color: #606266;
	min-width: 30px;
	border-radius: 2px;
}

.mm-slideout {
	z-index: auto !important;
}

/*banner*/
.col-banner img {
	width: 100%
}

/*返回顶部*/
#gotoTop {
	position: fixed;
	z-index: 999;
	bottom: 15vh;
	right: 20px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: rgba(246, 124, 1, 1);
	color: #fff;
	font-size: 24px;
	display: none;
	cursor: pointer;
}

/*多语言*/
.lang-none {
	position: absolute;
	top: 8px;
	right: -16px;
	width: 440px;
	background: #FFF;
	padding: 20px 10px 20px 20px;
	transform: scale3d(0.9, 0.9, 1);
	z-index: 999;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow-y: scroll;
	max-height: 80vh;
	line-height: 35px
}

.lang-none li {
	display: inline-block;
	vertical-align: top;
	width: 33.3333333%;
	margin: 0 0 10px;
	font-size: 10pt;
	overflow: hidden;
	padding: 0 10px 0 0;
}

.language-flag .country-flag {
	position: absolute;
	left: 0;
	top: 50%;
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url(../images/all-m.gif);
	width: 22px;
	height: 16px;
	margin: -8px 5px 0;
}

.language-flag img {
	width: 20px
}

.language-flag a {
	position: relative;
	overflow: hidden;
	display: flex;
}

.language-flag span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	padding: 0;
	overflow: hidden;
	text-align: left;
	margin-left: 5px;
}

/* 搜索页 */
#search {
	padding: 8vh 0 6vh;
	overflow: hidden
}

#search .goomay-keywords-light {
	background: #bb2424 !important;
	color: #ffffff !important;
}

#search .search_left {
	border: 1px solid #d6d6d6;
	padding-top: 5px;
	padding-bottom: 5px;
}

#search .s_head {
	border-bottom: 1px solid #d6d6d6;
	height: 50px;
}

#search .s_head h2 {
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}

#search .s_body ul {
	margin-top: 10px;
}

#search .s_body ul span {
	display: block;
	color: #333;
	line-height: 40px;
}

#search .s_body ul input,
.s_body ul select {
	height: 35px;
	width: 100%;
	line-height: 35px;
	border: 1px solid #e6e6e6;
	padding-left: 10px;
	margin-bottom: 10px;
}

#search .s_body .sub input {
	height: 45px;
	line-height: 45px;
	background: #333;
	border: 0;
	color: #fff;
	transition: 0.3s;
	text-align: center;
	padding-left: 0px;
	font-size: 16px;
}

#search .search_right .no-result {
	text-align: center;
	font-size: 30px;
	color: #333;
	margin-top: 50px;
}

#search .search-result-title {
	font-size: 20px;
	color: #333;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}

#search .entry-image {
	float: left;
	width: 120px;
	margin: 0 20px 0 0;
}

#search .entry-c {
	position: relative;
	overflow: hidden;
}

#search .search-result-info {
	padding: 5px 0;
}

#search .search-result-info li {
	display: inline-block;
}

#search .entry-content p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#search .search_right em {
	color: #bb2424;
}

#search .search_right .search-result {
	margin-left: 25px;
}

#search .search_right .search-li {
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

#search .search_right li {
	overflow: hidden;
}

#search .search-result-info li:before {
	content: '/';
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	opacity: 0.5
}

#search .search-result-info li:first-child:before {
	display: none;
}

#search .product_list {
	padding-bottom: 15px;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 15px;
}

#search .product_img {
	float: left;
}

#search .product_img img {
	border-radius: 50%;
}

#search .product_img img:hover {
	width: 90px;
	height: 90px;
}

#search .product_body {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}

#search .se_news {
	float: right;
	width: 79%;
}

#search .news ul li .se_news a {
	color: #bb2424;
	text-decoration: underline;
	display: inline-block;
	height: 22px;
	overflow: hidden;
	transition: 0.3s;
}

#search .search_right .news .date em {
	color: #fff;
}

/*产品左侧*/
.aside {
	float: left;
	width: 230px;
}

.side-tit-bar {
	position: relative;
	margin-bottom: 15px;
}

.side-tit-bar .side-tit {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	height: 36px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 36px;
	color: white;
	padding: 0 0 0 15px;
	background: rgba(246, 124, 1, 1);
	text-transform: uppercase;
}

.side-widget {
	position: relative;
	margin: 0 0 50px;
}

.side-cate {
	padding: 0 0 0 10px;
}

.side-cate li {
	position: relative;
	line-height: 33px;
	font-size: 16px;
}

.side-cate li a {
	position: relative;
	display: block;
}

.side-cate>li+li {
	border-top: 1px solid #ddd;
}

.side-cate ul {
	display: none;
	overflow: visible !important;
	background-color: #fff;
}

.side-cate li a {
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.side-cate li li {
	font-size: 12px;
	padding: 2px 0;
}

.side-cate li li li {
	font-size: 12px;
}

.side-cate li a:hover,
.side-cate li.active>a {
	color: #C90D15;
}

.side-cate li a:hover:before,
.side-cate li.active>a:before {
	background-color: #29cf96;
}

.side-cate li .icon-cate {
	position: absolute;
	right: 0;
	top: 8px;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	font-size: 10px;
	cursor: pointer;
	color: #99abb7;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.side-cate li .icon-cate.icon-cate-down:before {
	content: '\f067';
}

.side-cate li .icon-cate.icon-cate-up:before {
	content: '\f068';
}

.side-widget .cate-type-list>li {
	line-height: 30px;
	font-size: 16px;
}

.side-widget .cate-type-list>li>a {
	padding-left: 15px;
	margin-right: 0;
}

.side-widget .cate-type-list>li>a:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #e0e0e0;
	position: absolute;
	left: 0;
	top: 12px;
}

.side-cate li.has-child>a {
	line-height: 35px;
	margin-right: 30px;
}

.side-cate li.nav-current>.icon-cate {
	color: #29cf96;
}

.side-cate>li.nav-current>a,
.side-cate>li.nav-current>.icon-cate {
	color: #29cf96;
}

.side-cate li li.nav-current>a {
	color: #29cf96;
}

.side-cate li.nav-current>.icon-cate,
.side-cate li:hover>.icon-cate,
li.show_li>.icon-cate {
	color: #99abb7;
}

.side-cate li .icon-cate:hover {
	background-color: #99abb7;
	color: #fff;
}

.side-product-items {
	position: relative;
}

.side-product-items .items_content {
	position: relative;
	padding: 35px 0;
}

.side_product_item {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}

.side_product_item figure {
	position: relative;
	display: table;
	width: 100%;
	overflow: hidden;
}

.side_product_item .item-img,
.side_product_item figcaption {
	display: table-cell;
	vertical-align: middle;
}

.side_product_item .item-img {
	width: 70px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: relative;
}

.side_product_item .item-img:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.side_product_item .item-img img {
	display: block;
	width: 100%;
}

.side_product_item:hover .item-img {
	border-color: #ccc;
}

.side_product_item:hover .item-img {
	opacity: .8;
}

.side_product_item figcaption {
	padding-left: 15px;
}

.side_product_item figcaption h3 {
	font-size: 16px;
	font-weight: normal;
}

.side_product_item figcaption h3 a {
	display: block;
	max-height: 4.2em;
	line-height: 1.4em;
	/*-ms-word-break:break-all;word-break:break-all;word-wrap:break-word;*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.side_product_item figcaption h3 a:hover,
.side_product_item .item-img:hover+figcaption h3 a {
	color: #C90D15;
	text-decoration: underline;
}

.side-product-items .swiper-slide {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.side-product-items .side_slider {
	max-height: 450px;
	overflow: hidden;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: relative;
}

.side-product-items .side_slider .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.side-product-items .side_product_item {
	height: 90px !important;
}

.side-product-items .btn-prev,
.side-product-items .btn-next {
	position: absolute;
	left: 0;
	width: 100%;
	height: 32px;
	line-height: 32px;
	opacity: 1;
	filter: alpha(opacity=100);
	font-size: 28px;
	color: #ccd3d9;
	z-index: 1;
	text-align: center;
	cursor: pointer;
}

.side-product-items .swiper-button-disabled {
	color: #eee;
	cursor: default;
}

.side-product-items .btn-prev:before,
.side-product-items .btn-next:before {
	font-weight: bold;
	display: inline-block;
	-webkit-transform: scale(4, 1);
	-ms-transform: scale(4, 1);
	-o-transform: scale(4, 1);
	transform: scale(4, 1);
}

.side-product-items .btn-prev {
	top: 0;
}

.side-product-items .btn-prev:before {
	content: '∧';
}

.side-product-items .btn-next {
	bottom: 0;
}

.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: #000;
}

.aside .side-bn {
	width: 100%;
	margin: 0 0 40px;
}

.aside .side-bn img {
	width: 100%
}

/*产品列表*/
.main {
	position: relative;
	width: calc(100% - 265px);
	float: right;
	padding-bottom: 25px;
}


.main .banner_section {
	margin-bottom: 25px;
}

.main_hd {
	margin-bottom: 5px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.main_hd .page_title {
	float: left;
	font-weight: normal;
	padding-right: 8%;
	padding-bottom: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.main_hd .share_this,
.items_list .main_hd .share_this {
	float: right;
	position: static;
}

.page_title {
	font-size: 22px;
	color: #000;
	padding-bottom: 15px;
}

.main_banner {
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}

.main_banner img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 160px;
}

.main_banner .swiper-wrapper li a {
	display: block;
	position: relative;
}

.main_banner .swiper-wrapper li a:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, .4));
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, .4));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, .4));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, .4));
	position: absolute;
	left: 0;
	top: 0;
}

.main_banner .swiper-pagination {
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.main_banner .swiper-pagination-bullet-active:before {
	width: 10px;
	height: 10px;
}

.main_intro {
	line-height: 1.6;
}

.banner_section .main_banner_slider ul {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin: 0 !important
}

.items_list {
	width: 100%;
	position: relative;
}

.items_list .share_this {
	float: right;
	position: absolute;
	right: 0;
	top: 5px;
}

.items_list ul {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: left;
}

.items_list .product_item {
	max-width: 49%;
	width: 49%;
	float: left;
	padding: 12px;
	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;
}

.items_list .product_item figure {
	padding: 3px;
	outline-offset: -2px;
}

.items_list .product_item figure:hover {}

.items_list .product_item figure:hover .item_title a {
	color: #ca1c28;
}

.items_list .product_item .item_img {
	border-width: 2px;
}

.items_list .product_item .item_img img {
	max-width: 195px;
    max-height: 195px;
    object-fit: cover;
}

/*新闻*/
.blog_list {
	position: relative;
	width: 100%;
	margin-bottom: 85px;
}

.blog-item {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 35px 20px;
}

.blog-item:nth-child(2n+1) {
	background: #f9f9f9;
}

.blog-item:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #ccc;
}

.blog-item .item-img {
	position: relative;
	display: block;
	max-width: 200px;
	border-bottom: 4px solid #c8c8c8;
	margin: 0 20px 0 0;
	float: left;
}

.blog-item .item-img img {
	position: relative;
	width: 100%;
}

.blog-item .item-info .item-title {
	font-size: 20px;
	font-weight: normal;
}

.blog-item .item-info time {
	display: block;
	font-size: 16px;
	margin: 8px 0;
}

.blog-item .item-info .item-detail {
	;
}

.blog-item .item-info .item-more {
	color: #F66627;
	margin: 20px 0 0;
	float: right;
}

.blog-item .item-info .item-more {
	display: inline-block;
	padding: .3em 1em .2em;
	line-height: 1.8;
	color: #F66627;
	position: relative;
	text-transform: uppercase;
}

.blog-item .item-info .item-more:before,
.blog-item .item-info .item-more:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #F66627;
	position: absolute;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.blog-item .item-info .item-more:before {
	left: 0;
}

.blog-item .item-info .item-more:after {
	right: 0;
}

.blog-item .item-info .item-more:hover:before,
.blog-item .item-info .item-more:hover:after {
	width: 0;
	opacity: 0;
}

.blog-item .item-info .item-more:hover {
	background-color: #F66627;
	color: #fff;
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}

.entry {
	padding: 15px 0;
}

.entry {
	color: #666;
	font-size: 16px;
}

.entry a {
	color: #0030FF;
}

.entry p {
	margin: 0;
	padding: 8px 0;
	font-size: 16px;
	line-height: 1.2;
}

.entry table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100% !important;
	margin-bottom: 20px;
	border: 1px solid  #ccc !important;
}

th,td{
    border: 1px solid #ccc;
}

.entry th,
.entry td {
    width: fit-content !important;
    height: 30px !important;
    border: 1px solid #ccc !important;
    line-height: 1.5;
    font-size: 16px;
    color: #666;
    background: white;
    text-align: center;
    padding: 5px;
}


.entry th {
	font-size: 12px;
	background: #eee;
}

.entry td p,
.entry th p,
.pd-panel .entry td p,
.pd-panel .entry th p {
	margin: 0;
	padding: 5px;
	color: #666;
	font-size: 16px;
	line-height: 1.3;
}

.entry td.amts {
	color: #cb2027;
}

.entry th#cartDelete {
	text-align: center;
}

.entry .button {
	margin: 15px 10px 0 0;
	background: #dfdfdf;
	padding: 8px 15px;
	border: 0;
	cursor: pointer;
	line-height: 1.2;
	color: #777;
	font-weight: bold;
	text-transform: Capitalize;
}

.entry .button:hover {
	background: #cb2027;
	color: #fff;
}

.entry .deletecartitem {
	width: 50px;
	text-align: center;
}

.entry .deletecartitem label {
	display: none;
}

.entry .stotal td.amts {
	font-size: 18px;
	font-weight: bold;
}

.entry img.alignleft {
	float: left;
	margin: 20px 15px 0 0;
}

.entry img.alignright {
	float: right;
	margin: 20px 0 0 15px;
}

.entry img.alignleftnopad {
	float: left;
	margin-left: 0;
}

.entry img.alignrightnopad {
	float: right;
	margin-right: 0;
}

.entry img.aligncenter {
	text-align: center;
	display: block;
	margin: 20px auto 0 auto;
}

.entry img {
	max-width: 100%;
}

/*产品图片*/
.product-intro {
	position: relative;
	overflow: hidden;
}

.cloud-zoom-lens {
	border: 1px solid #eee;
	cursor: move;
}

.cloud-zoom-title {
	position: absolute !important;
	background-color: #000;
	color: #fff;
	padding: 3px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	top: 0px;
}

.cloud-zoom-big {
	overflow: hidden;
	padding: 0px;
}

.cloud-zoom-loading {
	color: white;
	background: #222;
	padding: 3px;
	border: 1px solid #000;
}

.product-view .swiper-slide {
	padding-bottom: 1px;
}

.product-view .product-image.zoom_remove:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: 999;
}

.product-view {
	position: relative;
	width: 37.6%;
	float: left;
}

.product-view .product-image {
	position: relative;
	border: 1px solid #ddd;
}

.product-view .product-image img {
	position: relative;
	width: 100%;
}

.product-view .image-additional {
	position: relative;
	margin: 20px 15px;
	overflow: hidden;
}

.product-view .image-additional .swiper-wrapper {
	padding: 0
}

.product-view .image-additional li {
	position: relative;
	width: 100%;
	width: 33.3333%;
	float: left;
	overflow: visible;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.product-view .image-additional li.single {
	display: none;
}

.product-view .image-additional li img {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.product-view .image-additional li a {
	display: block;
	position: relative;
	border: 1px solid #eee;
	padding: 1px;
	margin: 0 15%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.product-view .image-additional li.current>a {
	border: 2px solid #151515;
	padding: 0;
}

.product-view .image-additional img.popup {
	display: none;
}

.ad_prompt {
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	width: 100%;
	line-height: 40px;
	margin: -20px 0 0;
	text-align: center;
	color: #ff6f00;
	font-size: 20px;
	-webkit-animation: twinkling 1s infinite ease-in-out;
	animation: twinkling 1s infinite ease-in-out;
	display: none;
}

.product-view .image-additional.swiper-container-horizontal>.swiper-pagination-bullets {
	display: none;
}

.product-view .swiper-button-next,
.product-view .swiper-button-prev {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	opacity: 1;
	line-height: 30px;
	font-size: 22px;
	background: none;
	-webkit-transform: scale(.6, 1);
	-ms-transform: scale(.6, 1);
	-o-transform: scale(.6, 1);
	transform: scale(.6, 1);
	font-weight: bold;
}

.product-view .swiper-button-prev,
.product-view .swiper-container-rtl .swiper-button-next {
	left: -10px;
}

.product-view .swiper-button-next,
.product-view .swiper-container-rtl .swiper-button-prev {
	right: -10px;
}

/*product summary*/
.product-summary {
	position: relative;
	width: 57%;
	float: right;
	padding: 0 0 10px;
	color: #666;
	font-size: 13px;
}

.product-summary .product-meta {
	line-height: 1.8;
	/*max-width: 500px;*/
	font-size: 16px;
}

.product-summary .product-meta h3 {
	margin: 0 0 5px;
	font-size: 18px;
}

.product-summary .product-meta li {
	width: 100%;
	display: table;
	padding: 2px 0;
	font-size: 18px;
}

.product-summary .product-meta li em {
	display: table-cell;
	width: 40%;
	color: #aaa;
}

.product-summary .product-meta li .item-val {
	display: table-cell;
	-ms-word-break: break-all;
	word-break: break-all;
	word-wrap: break-word;
}

.product-btn-wrap {
	position: relative;
	padding-top: 30px;
}

.product-btn-wrap .email,
.product-btn-wrap .pdf,
.product-btn-wrap .buy {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	line-height: 28px;
	padding: .1em 1em;
	font-size: 16px;
	font-weight: bold;
	border-radius: 3px;
	background: #eee;
	border: 1px solid #eee;
	margin: 0 15px 10px 0;
}

.product-btn-wrap .email:before,
.product-btn-wrap .pdf:before {
	padding-right: 8px;
}

.product-btn-wrap .email:before {
	content: '\f003';
}

.product-btn-wrap .pdf:before {
	content: '\f1c1';
}

.product-btn-wrap a:hover {
	border-color: #e2e2e2 !important;
	background-color: #e2e2e2 !important;
	color: #353535 !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, .06);
}

.product-summary .share-this {
	margin: 30px 0 0;
	text-align: right;
}

/* product detail */
.product-detail {
	position: relative;
	overflow: visible;
	margin: 30px 0 0;
}

.detail-tabs {
	position: relative;
	padding-right: 30%;
}

.detail-tabs .title {
	position: relative;
	display: inline-block;
	font-weight: bold;
	vertical-align: top;
	line-height: 26px;
	padding: 1px 20px;
	cursor: pointer;
	margin: 0 5px 0 0;
	font-size: 18px;
	background-color: white;
	border: 1px solid rgba(246, 124, 1, 1);
	color: rgba(246, 124, 1, 1);
}

.detail-tabs .title.current {
	color: white;
	background-color: rgba(246, 124, 1, 1);
	border: 1px solid rgba(246, 124, 1, 1);
}

.product-detail .share-this {
	position: absolute;
	right: 0;
	top: 2px;
}

.product-detail .tab-panel-content {
	padding: 35px 0;
	display: block;
	overflow: hidden
}

.product-detail .disabled {}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-top: -25px;
	z-index: 2;
	cursor: pointer;
	opacity: 0;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 30px;
	background-color: rgba(0, 0, 0, .4);
	background-color: #ccc;
	border-radius: 2px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	color: #333;
}

.swiper-button-next:before,
.swiper-button-prev:before {
	display: inline-block;
	vertical-align: top;
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	cursor: auto;
	/*pointer-events:none;*/
	opacity: 0.3;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}

.swiper-button-next:before,
.swiper-container-rtl .swiper-button-prev:before {
	content: '\f105';
}

.swiper-button-prev:before,
.swiper-container-rtl .swiper-button-next:before {
	content: '\f104';
}

/*响应式*/
@media (max-width: 1280px) {
	.items_list .product_item {
		-webkit-box-flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		width: 50%;
	}
}

@media (max-width: 1200px) {
	html {
		font-size: 13px;
	}

	.header .inner .flex {
		padding: 0 20px
	}

	.header .inner nav ul li {
		font-size: 16px;
	}

	.header .inner .logo img {
		width: 160px;
	}
}

@media screen and (max-width: 992px) {
	.header {
		top: 0;
	}

	.header .inner nav,
	.header .inner .language,
	.footer .footer-nav {
		display: none;
	}

	.header .inner .flex {
		height: 80px;
		line-height: 80px;
	}

	.header .inner .index-search {
		margin-left: auto;
		margin-right: 40px;
	}

	.aside {
		display: none;
	}

	.main {
		width: 100%;
		float: none;
		margin: 0 auto;
	}

	/* main */
	.page_main {
		padding-top: 25px;
	}

	.product-item {
		width: 33.333%;
	}

	.product-item .item-wrap {
		margin: 8px;
	}

	.page_bar {
		margin-top: 20px;
		text-align: center;
	}

	.main_hd {
		display: block;
	}

	.main_hd .page_title {
		float: none;
	}

	.main_hd .share_this {
		float: none;
	}

	.main_hd .page_title+.share_this {
		padding-top: 5px;
	}

	/* list */
	.items_list ul {
		padding-top: 0;
	}

	.items_list .product_item {
		-webkit-box-flex: 0 0 33.33333333%;
		-webkit-flex: 0 0 33.33333333%;
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
		width: 33.33333333%
	}

	/* product intro */
	.page_title {
		line-height: 1.1;
		border-bottom: 0;
	}

	.video_close {
		display: none
	}

	.image-additional li.image-item.current img {
		border: none;
	}

	.product-view {
		width: 100%;
		float: none;
		margin: 0 -2px 30px;
	}

	.product-view .product-image,
	.single_product_items {
		display: none
	}

	.image-additional-wrap {
		display: block;
	}

	.product-view .image-additional {
		width: 100%;
		margin: 0;
	}

	.product-view .image-additional ul {
		width: 100%;
	}

	.product-view .image-additional li {
		width: 33.33333333%;
		margin: 0;
	}

	.product-view .image-additional li a {
		padding: 0;
		margin: 0 2px;
		border: 1px solid #eee;
		position: relative;
	}

	.product-view .image-additional li img {
		border: 0;
		padding: 0;
	}

	.product-view .image-additional li.current>a {
		border: 1px solid #eee;
	}

	.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 {
		background: rgba(0, 0, 0, .8);
		color: #fff;
	}

	.product-view .swiper-button-next {
		right: 5px;
	}

	.product-view .swiper-button-prev {
		left: 5px;
	}

	/* product summary */
	.product-summary {
		position: relative;
		width: 100%;
		float: none;
	}

	.product-summary .share-this {
		float: none;
		margin: 30px 0;
	}

	.product-summary .product-meta li {
		display: block;
	}

	.product-summary .product-meta li em {
		display: inline;
		color: #333;
		padding-right: 15px;
		font-weight: bold;
	}

	.product-btn-wrap {
		text-align: left;
	}

	.product-btn-wrap a {
		margin: 0 0 10px !important;
	}

	.product-summary .share-this {
		text-align: left;
	}

	/* product detail  */
	.detail-tabs {
		padding-right: 0;
	}

	.product-detail .share-this {
		position: static;
		padding-bottom: 30px;
	}

	.tab-panel-wrap {
		padding: 10px 0 0;
	}

	.goods-may-like .title {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	/*手机版菜单*/
	#header a.mm_btn {
		background: center center no-repeat transparent;
		display: block;
		width: 60px;
		height: 60px;
		position: absolute;
		top: 10px;
		right: 0;
		padding: 15px;
		z-index: 12;
	}

	#header .mm_btn .menu_bar {
		width: 30px;
		height: 30px;
		position: relative;
		transform: translateZ(0) rotate(0);
		transition: transform .4s cubic-bezier(.4, .01, .165, .99);
	}

	#header .mm_btn .menu_bar_item {
		position: absolute;
		left: 0;
		top: 0;
		transform: translateZ(0) rotate(0);
		transition: transform .25s cubic-bezier(.4, .01, .165, .99) 0s;
		-webkit-transform: translateZ(0) rotate(0);
		-webkit-transition: -webkit-transform .25s cubic-bezier(.4, .01, .165, .99) 0s;
		width: 30px;
		height: 30px;
	}

	#header .mm_btn .menu_bar_item .rect {
		width: 30px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 0;
		top: 14px;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	#header .mm_btn .menu_bar_item .rect.top {
		transform: translate3d(0, -8px, 0);
		-webkit-transform: translate3d(0, -8px, 0);
	}

	#header .mm_btn .menu_bar_item .rect.mid {
		transform: translate3d(0, 0px, 0);
		-webkit-transform: translate3d(0, 0px, 0);
		transition: 0.5s;
	}

	#header .mm_btn .menu_bar_item .rect.bottom {
		transform: translate3d(0, 8px, 0);
		-webkit-transform: translate3d(0, 8px, 0);
	}

	#header .mm_btn.is_active .menu_bar_item.mid {
		opacity: 0;
	}

	#header .mm_btn.is_active .menu_bar_item .rect {
		transition: transform 0s ease 0s;
		transform: translate3d(0, 0, 0);
		-webkit-transition: -webkit-transform 0s ease 0s;
		-webkit-transform: translate3d(0, 0, 0);
	}

	#header .mm_btn.is_active .menu_bar_item.bottom {
		transform: translateZ(0) rotate(-45deg);
		-webkit-transform: translateZ(0) rotate(-45deg);
	}

	#header .mm_btn.is_active .menu_bar_item {
		transform: translateZ(0) rotate(45deg);
		transition: transform .25s cubic-bezier(.4, .01, .165, .99) 0s;
		-webkit-transform: translateZ(0) rotate(45deg);
		-webkit-transition: -webkit-transform .25s cubic-bezier(.4, .01, .165, .99) 0s;
	}

	/*菜单弹出方向*/
	.mm-menu_offcanvas {
		left: auto !important;
	}

	.mm-menu {
		right: 0 !important;
	}

	.mm-menu_offcanvas.mm-menu_opened {
		z-index: 9999 !important;
	}

	.mm-slideout {
		z-index: 10 !important;
	}

	.mm-menu.mm-menu_pageshadow:after {}

	/*弹出菜单边阴影*/
	.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate(-80vw, 0) !important;
		-ms-transform: translate(-80vw, 0) !important;
		transform: translate(-80vw, 0) !important;
		-webkit-transform: translate3d(-80vw, 0, 0) !important;
		transform: translate3d(-80vw, 0, 0) !important;
	}

	.mm-wrapper_opened .mm-menu_fx-menu-slide {
		-webkit-transform: translate(0, 0) !important;
		-ms-transform: translate(0, 0) !important;
		transform: translate(0, 0) !important;
		-webkit-transform: translate3d(0, 0, 0) !important;
		transform: translate3d(0, 0, 0) !important;
	}

	#menu {
		color: rgba(0, 0, 0, .8);
	}

	#menu .mm-listview .mm-btn_next:after {
		border-color: rgba(189, 189, 189, 1);
	}

	#menu .mm-btn:after,
	#menu .mm-btn:before {
		border-color: rgba(189, 189, 189, 1);
	}

	#menu .mm-navbar a,
	#menu .mm-navbar>* {
		color: rgba(0, 0, 0, .8);
		font-size: 16px;
	}

	#menu.mm-menu_theme-white .mm-counter {
		color: rgba(0, 0, 0, .6);
	}

	#menu .mm-listitem,
	#menu .mm-listitem #menu .mm-btn_next,
	#menu .mm-listitem #menu .mm-btn_next:before,
	#menu .mm-listitem:after,
	#menu .mm-listview {
		border-color: rgba(0, 0, 0, .1);
	}

	#menu .mm-navbars_bottom,
	#menu .mm-navbars_top {
		border-color: rgba(0, 0, 0, .1);
	}

	#menu .mm-listitem a {
		font-size: 16px;
	}
}

.layout1600px {
	width: 1600px;
	margin: 0 auto;
}

.headertotopgs .topheadera {
	color: white;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid black;
}

.headertotopgs .topheadera a {
	color: white;
}

.headertotopgs .headertotopgsbox {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: flex-end;
}

.swiper-pagination-bullet {
	background: white;
	opacity: 0.5;
}

.swiper-pagination-bullet-active {
	width: 30px;
	border-radius: 25px;
	opacity: 1;
	background: rgba(246, 124, 1, 1);
}

.layout1200px {
	width: 1200px;
	margin: 0 auto;
}

.newcontactusbox {
	display: flex;
	width: 100%;
	margin-top: 45px;
	justify-content: space-between;
}

.newcontactusbox .leftbox {
	width: 48%;
}

.newcontactusbox .rightbox {
	width: 48%;
}

.newcontactusbox .leftbox .title {
	color: rgb(246, 124, 1);
	font-weight: bold;
}

.newcontactusbox .leftbox .jobtime {
	color: rgb(169, 169, 169);
	margin-top: 20px;
	margin-bottom: 20px;
}

.newcontactusbox .leftbox .contentgs {
	display: flex;
	flex-wrap: wrap;
}

.newcontactusbox .leftbox .content {
	width: 50%;
	margin-top: 35px;
}

.newcontactusbox .leftbox .content span {
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	line-height: 45px;
}

.newcontactusbox .leftbox .content p {
	color: #666666;
	font-size: 20px;
}

.gm-style-iw-d span {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

.gm-style-iw-chr {
	zoom: 0.8;
}

.gm-style-iw-d .company {
	font-weight: bold;
}

.tongyongbiaotigs {
	padding: 55px 0;
	display: flex;
	align-items: flex-end;
}

.tongyongbiaotigs .title {
	font-size: 24px;
	padding-top: 2px;
	font-weight: bold;
	color: rgba(246, 124, 1, 1);
	line-height: 19px;
}

.tongyongbiaotigs .ctitle {
	color: #737373;
	font-size: 16px;
	margin-left: 15px;
	line-height: 13px;
}

.tongyongbiaotigs .colorbox1 {
	background: #ff6637;
	width: 6px;
	height: 9px;
	margin-left: 16px;
}

.tongyongbiaotigs .colorbox2 {
	min-width: 44%;
	max-width: 68%;
	height: 9px;
	margin-left: 14px;
	background: #f5f5f5;
}

.newindexmk1 {
	display: flex;
	margin-top: 35px;
	justify-content: space-between;
}

.newindexmk1 .leftbox {
	width: 150px;
	position: relative;
}

.newindexmk1 .rightbox {
	width: calc(97% - 150px);
}

.newindexmk1 .leftbox .content {
	width: 150px;
	height: 60px;
	font-size: 16px;
	color: #f5f5f5;
	background: #222222;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.newindexmk1 .tongyongbiaotigs {
	padding: 19px 0px;
}

.newindexmk1 .leftbox .li-color img {
	width: 15px;
	height: 15px;
}

.newindexmk1 .leftbox .li-color {
	height: 200px;
	color: #484848;
	background-color: #f7f7f7;
	font-size: 14px;
	padding: 0px 15px;
	text-align: left;
	display: flex;
	align-items: center;
}

.newindexmk1 .leftbox .li-color span {
	margin-left: 7px;
}

.newindexmk1 .leftbox .li-color:hover {
	border-top: 1px solid rgb(43, 43, 43);
	border-left: 1px solid rgb(43, 43, 43);
	border-bottom: 1px solid rgb(43, 43, 43);
	background: white;
}

.li-color-content {
	display: none;
	position: absolute;
	left: 150px;
	top: 60px;
	max-height: 600px;
	min-height: 600px;
	width: 700px;
	border: 1px solid rgb(43, 43, 43);
	background: white;
	padding: 0px 15px;
	overflow: auto;
	z-index: 999;
}

.li-color-contentgs {
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: 1px dashed #d2d2d2;
	margin-bottom: 10px;
	margin-top: 20px;
}

.li-color-contentgs .leftbox .titleboxgs {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.li-color-contentgs .leftbox {
	cursor: pointer;
	padding-left: 10px;
	min-width: 200px;
	max-width: 200px;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	margin-right: 5px;
	color: #4a4949;
}

.li-color-contentgs .rightbox {
	width: calc(100% - 225px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.li-color-contentgs .rightbox a {
	cursor: pointer;
	float: left;
	font-size: 12px;
	color: #ababab;
	white-space: nowrap;
	border-left: 1px solid #ddd;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 180px;
	padding: 0 0 0 10px;
	margin: 0 16px 10px -5px;
}

.li-color-contentgs .rightbox a:hover {
	color: black;
}

.newindexmk1 .leftbox .li-color.active {
	border-top: 1px solid rgb(43, 43, 43);
	border-left: 1px solid rgb(43, 43, 43);
	border-bottom: 1px solid rgb(43, 43, 43);
	background: white;
}

.newindexmk1 .rightbox .cpboxgs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.newindexmk1 .rightbox .cpbox {
	width: 24%;
	margin-bottom: 22px;
}

.newindexmk1 .rightbox .cpbox .imgbox {
	max-width: 243px;
	max-height: 243px;
		    margin: auto;
	overflow: hidden;
	aspect-ratio: 1 / 1;
}

.newindexmk1 .rightbox .cpbox img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.5s;
}

.newindexmk1 .rightbox .cpbox .title {
	display: block;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	border-bottom: 1px dashed #d2d2d2;
}

.newindexmk1 .rightbox .cpbox:hover img {
	transform: scale(1.2);
}

.newindexmk1 .rightbox .cpbox:hover .title {
	color: rgba(246, 124, 1, 1);
}

.newindexmk2 {
	margin-top: 50px;
	background: rgba(234, 234, 234, 1);
	padding: 15px;
	display: flex;
	align-items: center;
}

.newindexmk2 .rightbox {
	max-width: 320px;
	width: 320px;
}

.listofmk2box {
	padding: 20px;
	display: flex;
	background: rgba(169, 169, 169, 1);
	align-items: center;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	margin: 10px;
}

.listofmk2box img {
	width: 120px;
	height: 120px;
	object-fit: cover;
	margin-right: 25px;
}

.newindexmk2 .leftbox {
	width: calc(100% - 340px);
	display: none;
	flex-wrap: wrap;
	margin-right: 19px;
	justify-content: space-between;
	height: 500px;
	align-content: space-between;
}

.newindexmk2 .leftbox.active {
	display: flex;
}

.newindexmk2 .leftbox .cpbox {
	width: 24%;
	display: block;
}

.newindexmk2 .leftbox .cpbox .imgbox {
	max-width: 200px;
	max-height: 200px;
	border: 1px solid black;
	overflow: hidden;
}

.newindexmk2 .leftbox .cpbox .imgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	aspect-ratio: 1 / 1
}
.newindexmk2 .leftbox .cpbox .title {
	display: block;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 35px;
	line-height: 35px;
}

.newindexmk2 .listofmk2box.active {
	background: rgba(33, 33, 33, 1);
}

.newindexmk2 .listofmk2box.active .title {
	color: white;
}

.newindexmk2 .leftbox .cpbox:hover .title {
	color: rgba(246, 124, 1, 1);
}

.newindexmk3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 55px;
}

.newindexmk3 .newboxgs {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
	width: 32%;
	margin-bottom: 25px;
}

.newindexmk3 .newboxgs img {
	width: 100%;
}

.newindexmk3 .newboxgs .content {
	height: 90px !important;
	padding: 5px;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
}

.newindexmk3 .newboxgs:hover .content {
	color: rgba(246, 124, 1, 1);
}



.indexmk1 {
	position: relative;
}

.indexmk1content {
	width: 1140px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.indexmk1 .indexmk1content .title {
	color: white;
	font-size: 40px;
	font-weight: bold;
	max-width: 600px;
}

.indexmk1 .indexmk1content .content {
	color: white;
	font-size: 16px;
	font-weight: bold;
	max-width: 600px;
	margin-top: 55px;
	margin-bottom: 35px;
}

.indexmk1 .indexmk1content .btn1 {
	display: flex;
	align-items: center;
	width: fit-content;
}

.indexmk1 .indexmk1content .btn1 span {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: white;
	padding-top: 15px;
	padding-bottom: 15px;
}

.indexmk1 .indexmk1content .btn1:hover {
	border-bottom: 1px solid white;
}

.video-background {
	min-width: 100%;
	min-height: 100%;
	max-height: calc(100vh - 100px);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-background:focus {
	outline: none;
}

.indexmk2 {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 40px;
}

.indexmk2boxgspero {
	background-color: rgb(91, 54, 173) !important;
}

.indexmk2boxgs {
	width: 32%;
	display: block;
	background-color: rgb(18, 39, 136);
	padding: 32px;
}

.indexmk2boxgs .title {
	font-size: 24px;
	margin-bottom: 16px;
	color: white;
	font-weight: bold;
	display: block;
	text-align: center;
}

.indexmk2boxgs .content {
	color: white;
	font-size: 20px;
	text-align: center;
}

.indexmk2boxgs .urltitle {
	display: block;
	font-size: 16px;
	color: white;
	font-weight: bold;
	margin-top: 24px;
}

.indexmk3 {
	margin-bottom: 50px;
	text-align: center;
	font-size: 19px;
	line-height: 30px;
}

.indexmk4 {
	padding: 15px 37.5px;
	color: white;
	background-color: rgba(246, 124, 1, 1);
	display: block;
	width: fit-content;
	border-radius: 10px;
	margin: 0 auto;
	margin-bottom: 75px;
}

.indexmk5 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.indexmk5 .cpbox {
	width: 24%;
	margin-bottom: 22px;
}

.indexmk5 .cpbox .imgbox {
	max-width: 100%;
	overflow: hidden;
}

.indexmk5 .cpbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.indexmk5 .cpbox .title {
	display: block;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dashed #d2d2d2;
}

.indexmk5 .cpbox:hover img {
	transform: scale(1.2);
}

.indexmk5 .cpbox:hover .title {
	color: rgba(246, 124, 1, 1);
}

.newindexmk3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 55px;
}

.newindexmk3 .newboxgs {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
	width: 32%;
	margin-bottom: 25px;
}

.newindexmk3 .newboxgs img {
	width: 100%;
}

.newindexmk3 .newboxgs .content {
	height: 45px;
	padding: 5px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.newindexmk3 .newboxgs:hover .content {
	color: rgba(246, 124, 1, 1);
}

.footerboldtext {
	font-weight: bold;
	font-size: 20px !important;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(246, 124, 1, 1);
	display: block;
	padding-bottom: 10px;
}

.footerboldtextch {
	display: flex;
	flex-direction: column;
}

.footerboldtextch a {
	margin-top: 5px;
	margin-bottom: 5px;
}
@media (max-width: 1650px) {
    .layout1600px{
        width: 100%;
        padding: 0px 3.5%;
    }
    .header .inner .flex{
        width: 100%;
        padding: 0px 3.5%;
    }
}
@media (max-width: 1450px) {
    .header .inner nav ul li{
        font-size: 14px;
    }
    .header .inner .language .inner_lang>a{
        font-size: 14px;
    }
}
@media (max-width: 1280px) {
    .header .inner nav ul li{
        margin-right: 15px;
    }
    .header .inner .language .inner_lang>a{
        padding: 0px 10px;
    }
    .header .inner .index-search{
        display: none;
    }
    .header .inner .language{
        margin-right: 0px;
    }
    .header .inner .logo{
        zoom: 0.7;
    }
}
@media (max-width: 1230px) {
    .layout1200px{
        width: 100%;
        padding: 0px 3.5%;
    }
}
@media screen and (max-width: 992px){
    .listofmk2box{
        width: 33%;
        justify-content: center;
    }
    .listofmk2box span{
        font-size: 12px;
    }
    .listofmk2box img{
        display: none;
    }
    .newindexmk2 .rightbox{
        width: 100%;
        display: flex;
        max-width: 100%;
    }
    .newindexmk2 .leftbox{
        width: 100%;
        height: fit-content;
        margin-right: 0px;
    }
    .newindexmk2 .leftbox .cpbox{
        width: 49%;
    }
    .newindexmk2{
        flex-direction: column-reverse;
    }
    .newindexmk1 .rightbox .cpbox{
        width: 49%;
    }
    #header a.mm_btn{
        top: 55px;
    }
    .newcontactusbox .leftbox .contentgs{
        flex-direction: column;
    }
    .newcontactusbox{
        flex-direction: column;
        align-items: center;
    }
    .newcontactusbox .leftbox{
        width: 95%;
    }
    .newcontactusbox .leftbox .content{
        width: 100%;
    }
    .newcontactusbox .rightbox{
        margin-top: 25px;
        width: 100%;
    }
    .blog_list .blog-item .item-wrap{
        display: flex;
        flex-direction: column;
    }
    .blog-item .item-img{
        max-width: 100%;
    }
    .items_list ul{
        flex-direction: column;
        align-items: center;
    }
    .items_list .product_item{
        max-width: 100%;
        width: 100%;
    }
    .item_content{
        align-items: flex-end;
    }
    .detail-tabs .title{
        font-size: 12px;
        margin-bottom: 5px;
    }
    .indexmk1content{
        width: 95%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        zoom: 0.5;
    }
    .indexmk2{
        flex-direction: column;
        align-items: center;
    }
    .indexmk2boxgs{
        width: 100%;
        margin-bottom: 25px;
    }
    .indexmk5{
        flex-direction: column;
        align-items: center;
    }
    .indexmk5 .cpbox{
        width: 100%;
    }
    .newindexmk3{
        flex-direction: column;
        align-items: center;
    }
    .newindexmk3 .newboxgs{
        width: 100%;
    }
}


.el-pager{
    display: contents !important;
}
.formMiddleContent{
    height: fit-content !important;
    display: flex;
    flex-direction: row-reverse;
}
.tongyongbiaotigs{
    padding: 25px 0;
}
.items_list .product_item figure{
    display: flex;
    flex-direction: row;
}
.items_list .product_item .item_img{
    width: 50%;
}
.items_list .product_item figure .item_title a{
    color: #666666;
    font-size: 16px;
    font-weight: 500;
}
.items_list .product_item .item_title{
    margin-left: 15px;
}
.items_list .product_item .item-more{
    width: 88px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
    margin-left: 15px;
    display: block;
    background-color: #ff6637;
    color: white;
    line-height: 30px;
    margin-top: 15px;
}
.item_content{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.items_list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.items_list .product_item figure .item_title a:hover{
    color: #666666;
}
.items_list .product_item figure:hover .item_title a{
    color: #666666;
}
.page_main .contentboxgs{
    color: #666666;
}
.page_main .contentboxgs .formMiddle{
    height: fit-content !important;
}
.page_main .contentboxgs img{
    margin-left: 35px;
    width: 300px;
    height: auto;
    object-fit: cover;
}
.contentboxgs *{
    font-family: none !important;
}
.language-flag .country-flag {
	position: relative;
	display: inline-block;
	margin: -8px 5px 0;
	width: 22px;
	height: 16px;
	background-image: url(img/lang.gif);
	background-repeat: no-repeat;
	vertical-align: top;
}
li.language-flag a {
	position: relative;
}
 
.language-flag-af .country-flag {
	background-position: 0 0 !important;
}

.language-flag-sq .country-flag {
	background-position: 0 -16px !important;
}

.language-flag-ar .country-flag {
	background-position: 0 -32px !important;
}

.language-flag-hy .country-flag {
	background-position: 0 -48px !important;
}

.language-flag-az .country-flag {
	background-position: 0 -64px !important;
}

.language-flag-eu .country-flag {
	background-position: 0 -80px !important;
}

.language-flag-be .country-flag {
	background-position: 0 -96px !important;
}

.language-flag-bg .country-flag {
	background-position: 0 -112px !important;
}

.language-flag-ca .country-flag {
	background-position: 0 -128px !important;
}

.language-flag-zh .country-flag {
	background-position: 0 -144px !important;
}

.language-flag-zh-TW .country-flag {
	background-position: 0 -160px !important;
}

.language-flag-hr .country-flag {
	background-position: 0 -176px !important;
}

.language-flag-cs .country-flag {
	background-position: 0 -192px !important;
}

.language-flag-da .country-flag {
	background-position: 0 -208px !important;
}

.language-flag-nl .country-flag {
	background-position: 0 -240px !important;
}

.language-flag-en .country-flag {
	background-position: 0 -256px !important;
}

.language-flag-et .country-flag {
	background-position: 0 -272px !important;
}

.language-flag-tl .country-flag {
	background-position: 0 -288px !important;
}

.language-flag-fi .country-flag {
	background-position: 0 -304px !important;
}

.language-flag-fr .country-flag {
	background-position: 0 -320px !important;
}

.language-flag-gl .country-flag {
	background-position: 0 -336px !important;
}

.language-flag-ka .country-flag {
	background-position: 0 -352px !important;
}

.language-flag-de .country-flag {
	background-position: 0 -368px !important;
}

.language-flag-el .country-flag {
	background-position: 0 -384px !important;
}

.language-flag-ht .country-flag {
	background-position: 0 -400px !important;
}

.language-flag-iw .country-flag {
	background-position: 0 -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: 0 -432px !important;
}

.language-flag-hu .country-flag {
	background-position: 0 -448px !important;
}

.language-flag-is .country-flag {
	background-position: 0 -464px !important;
}

.language-flag-id .country-flag {
	background-position: 0 -480px !important;
}

.language-flag-ga .country-flag {
	background-position: 0 -496px !important;
}

.language-flag-it .country-flag {
	background-position: 0 -512px !important;
}

.language-flag-ja .country-flag {
	background-position: 0 -528px !important;
}

.language-flag-ko .country-flag {
	background-position: 0 -544px !important;
}

.language-flag-la .country-flag {
	background-position: 0 -560px !important;
}

.language-flag-lv .country-flag {
	background-position: 0 -576px !important;
}

.language-flag-lt .country-flag {
	background-position: 0 -592px !important;
}

.language-flag-mk .country-flag {
	background-position: 0 -608px !important;
}

.language-flag-ms .country-flag {
	background-position: 0 -624px !important;
}

.language-flag-mt .country-flag {
	background-position: 0 -640px !important;
}

.language-flag-no .country-flag {
	background-position: 0 -656px !important;
}

.language-flag-fa .country-flag {
	background-position: 0 -672px !important;
}

.language-flag-pl .country-flag {
	background-position: 0 -688px !important;
}

.language-flag-pt .country-flag {
	background-position: 0 -704px !important;
}

.language-flag-ro .country-flag {
	background-position: 0 -720px !important;
}

.language-flag-ru .country-flag {
	background-position: 0 -736px !important;
}

.language-flag-sr .country-flag {
	background-position: 0 -752px !important;
}

.language-flag-sk .country-flag {
	background-position: 0 -768px !important;
}

.language-flag-sl .country-flag {
	background-position: 0 -784px !important;
}

.language-flag-es .country-flag {
	background-position: 0 -800px !important;
}

.language-flag-sw .country-flag {
	background-position: 0 -816px !important;
}

.language-flag-sv .country-flag {
	background-position: 0 -832px !important;
}

.language-flag-th .country-flag {
	background-position: 0 -848px !important;
}

.language-flag-tr .country-flag {
	background-position: 0 -864px !important;
}

.language-flag-uk .country-flag {
	background-position: 0 -880px !important;
}

.language-flag-ur .country-flag {
	background-position: 0 -896px !important;
}

.language-flag-vi .country-flag {
	background-position: 0 -912px !important;
}

.language-flag-cy .country-flag {
	background-position: 0 -928px !important;
}

.language-flag-yi .country-flag {
	background-position: 0 -944px !important;
}

.language-flag-bn .country-flag {
	background-position: 0 -960px !important;
}

.language-flag-eo .country-flag {
	background-position: 0 -976px !important;
}

.language-flag.language-flag-custom-afghanistan .country-flag {
	background-position: 0 -992px !important;
}

.language-flag.language-flag-custom-albania .country-flag {
	background-position: 0 -1008px !important;
}

.language-flag.language-flag-custom-algeria .country-flag {
	background-position: 0 -1024px !important;
}

.language-flag.language-flag-custom-argentina .country-flag {
	background-position: 0 -1040px !important;
}

.language-flag.language-flag-custom-australia .country-flag {
	background-position: 0 -1056px !important;
}

.language-flag.language-flag-custom-austria .country-flag {
	background-position: 0 -1072px !important;
}

.language-flag.language-flag-custom-belgium .country-flag {
	background-position: 0 -1088px !important;
}

.language-flag.language-flag-custom-brazil .country-flag {
	background-position: 0 -1104px !important;
}

.language-flag.language-flag-custom-canada .country-flag {
	background-position: 0 -1120px !important;
}

.language-flag.language-flag-custom-chile .country-flag {
	background-position: 0 -1136px !important;
}

.language-flag.language-flag-custom-cote-d-ivoire .country-flag {
	background-position: 0 -1152px !important;
}

.language-flag.language-flag-custom-ecuador .country-flag {
	background-position: 0 -1168px !important;
}

.language-flag.language-flag-custom-egypt .country-flag {
	background-position: 0 -1184px !important;
}

.language-flag.language-flag-custom-england .country-flag {
	background-position: 0 -1200px !important;
}

.language-flag.language-flag-custom-luxembourg .country-flag {
	background-position: 0 -1216px !important;
}

.language-flag.language-flag-custom-malaysia .country-flag {
	background-position: 0 -1232px !important;
}

.language-flag.language-flag-custom-mexico .country-flag {
	background-position: 0 -1248px !important;
}

.language-flag.language-flag-custom-new-zealand .country-flag {
	background-position: 0 -1264px !important;
}

.language-flag.language-flag-custom-oman .country-flag {
	background-position: 0 -1280px !important;
}

.language-flag.language-flag-custom-qatar .country-flag {
	background-position: 0 -1296px !important;
}

.language-flag.language-flag-custom-saudi-arabia .country-flag {
	background-position: 0 -1312px !important;
}

.language-flag.language-flag-custom-singapore .country-flag {
	background-position: 0 -1328px !important;
}

.language-flag.language-flag-custom-south-africa .country-flag {
	background-position: 0 0 !important;
}

.language-flag.language-flag-custom-switzerland .country-flag {
	background-position: 0 -1344px !important;
}

.language-flag.language-flag-custom-syria .country-flag {
	background-position: 0 -1360px !important;
}

.language-flag.language-flag-custom-united-arab-emirates .country-flag {
	background-position: 0 -1376px !important;
}

.language-flag.language-flag-custom-united-states-of-america .country-flag {
	background-position: 0 -1392px !important;
}

.language-flag-hy .country-flag {
	background-position: 0 -1408px;
}

.language-flag-bs .country-flag {
	background-position: 0 -1424px;
}

.language-flag-ceb .country-flag {
	background-position: 0 -1440px;
}

.language-flag-ny .country-flag {
	background-position: 0 -1456px;
}

.language-flag-ha .country-flag {
	background-position: 0 -1472px;
}

.language-flag-hmn .country-flag {
	background-position: 0 -1488px;
}

.language-flag-ig .country-flag {
	background-position: 0 -1504px;
}

.language-flag-jw .country-flag {
	background-position: 0 -1520px;
}

.language-flag-kk .country-flag {
	background-position: 0 -1536px;
}

.language-flag-km .country-flag {
	background-position: 0 -1552px;
}

.language-flag-lo .country-flag {
	background-position: 0 -1568px;
}

.language-flag-la .country-flag {
	background-position: 0 -1584px;
}

.language-flag-mg .country-flag {
	background-position: 0 -1600px;
}

.language-flag-ml .country-flag {
	background-position: 0 -1616px;
}

.language-flag-mi .country-flag {
	background-position: 0 -1632px;
}

.language-flag-mr .country-flag {
	background-position: 0 -1648px;
}

.language-flag-mn .country-flag {
	background-position: 0 -1664px;
}

.language-flag-my .country-flag {
	background-position: 0 -1680px;
}

.language-flag-ne .country-flag {
	background-position: 0 -1696px;
}

.language-flag-pa .country-flag {
	background-position: 0 -1712px;
}

.language-flag-st .country-flag {
	background-position: 0 -1728px;
}

.language-flag-si .country-flag {
	background-position: 0 -1744px;
}

.language-flag-so .country-flag {
	background-position: 0 -1760px;
}

.language-flag-su .country-flag {
	background-position: 0 -1776px;
}

.language-flag-tg .country-flag {
	background-position: 0 -1792px;
}

.language-flag-uz .country-flag {
	background-position: 0 -1808px;
}

.language-flag-yo .country-flag {
	background-position: 0 -1824px;
}

.language-flag-zu .country-flag {
	background-position: 0 -1840px;
}