


a{-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
a:hover{text-decoration:none;transition: all 300ms ease-in-out 0s;}

body,html,h1,h2,h3,h4,h5,h6,p,ul,li{ list-style:none; padding:0; margin:0; border:none; text-decoration:none}

a{ color:#333;}


.fl{ float:left;}

.loadingArea {
	width: 100%;
	height: 100vh;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	pointer-events: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999
}

.loadingArea .loadLogo {
	width: 260px
}

.loadingArea .loadLogo img {
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.loadingArea.show {
	opacity: 1;
	pointer-events: auto
}

.loadingArea.show .loadLogo img {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.loadingArea.hide {
	opacity: 0
}

header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 50;
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	border-bottom: 1px solid #BDD3D1
}

@media(max-width: 1200px) {
	header {
		display: none
	}
}

header .wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	max-width: none;
	padding: 0 60px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: auto;
}

@media(max-width: 1600px) {
	header .wrap {
		padding: 0 20px
	}
}

header .logo {
	width: 339px;
	line-height: 1rem;
}
header .logo img{max-width: 100%;}




header .logo a {
	display: block;
	width: 100%;
	height: 1rem;
	

}

header .rightBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

header .langBox {
	margin-left: 35px;
	position: relative
}

@media(max-width: 1600px) {
	header .langBox {
		margin-left: 24px
	}
}

header .langBox .funcListLanguage {
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	display: none;
	position: absolute;
	top: 100%;
	padding-top: 37.5px;
	width: 100%;
	padding-bottom: 17.5px;
	background-color: #fff
}

header .langBox .funcListLanguage li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

header .langBox .funcListLanguage li a {
	padding: 10px;
	font-size: 16px;
	color: #000;
	width: 100%
}

header .langBox .funcListLanguage li a:hover {
	color: #2a726e
}

header .langBox button {
	min-width: 160px;
	height: 40px;
	border: 1px solid #ff0000;
	border-radius: 999px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ff0000;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	z-index: 2
}

@media(max-width: 1600px) {
	header .langBox button {
		min-width: 140px
	}
}

@media(max-width: 1400px) {
	header .langBox button {
		min-width: 120px
	}
}

header .langBox button:hover {
	background-color: #ff0000;
	color: #fff
}

header .langBox button:hover .icon.icon {
	background-color: #fff
}

header .langBox button .icon.langIcon {
	margin-right: 9px;
	-webkit-mask: no-repeat url(../images/lang.png) center;
	mask: no-repeat url(../images/lang.png) center;
	background-color: #ff0000;
	width: 17px;
	height: 17px
}

@media(max-width: 1400px) {
	header .langBox button .icon.langIcon {
		display: none
	}
}

header .langBox button .icon.arrowIcon {
	margin-left: 9px;
	width: 10px;
	height: 5px;
	-webkit-mask: no-repeat url(../images/arrow.png) center;
	mask: no-repeat url(../images/arrow.png) center;
	background-color: #ff0000
}

header .top,header .bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%
}

header .top {
	margin-bottom: 12px
}

header .top>a:before {
	content: "锟斤拷";
	display: inline-block;
	vertical-align: top;
	margin: 0 5px
}

header .loginBox {
	position: relative;
	z-index: 1
}

header .loginBox>a:before {
	content: "锟斤拷";
	display: inline-block;
	vertical-align: top;
	margin: 0 5px
}

header .loginBox .submenu {
	position: absolute;
	left: 50%;
	margin-left: -80px;
	top: 130%;
	width: 160px;
	padding-top: 10px;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .5s;
	transition: all .5s
}

header .loginBox .submenu a {
	display: block;
	text-align: center;
	padding: 10px;
	background-color: #fff
}

header .loginBox .submenu a:not(:last-child) {
	border-bottom: 1px solid #eee
}

header .loginBox:hover .submenu {
	top: 100%;
	opacity: 1;
	pointer-events: auto
}

header .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

header .menu>li {
	position: relative;
	display: inline-block;
	margin: 0 0.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

header .menu>li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.24rem;
	padding: 0.01rem  0.2rem;
	letter-spacing: normal;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}



header .menu>li>a:after,header .menu>li>span:after,header .menu>li>span a:after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: transparent;
	position: absolute;
	bottom: 1px
}

header .menu>li>a:hover a:after,header .menu>li>span:hover a:after,header .menu>li>span a:hover a:after {background-color: #2a726e}


header .menu>li>a:hover a,header .menu>li>span:hover a,header .menu>li>span a:hover a {
	color: #2a726e
}

header .menu>li>a.current,header .menu>li>span.current,header .menu>li>span a.current {
	color: #2a726e
}

header .menu>li>a.current a,header .menu>li>span.current a,header .menu>li>span a.current a {
	color: #2a726e
}

header .menu>li>a.current::after,header .menu>li>span.current::after,header .menu>li>span a.current::after {
	background-color: #2a726e
}

header .menu>li span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

header .menu .submenu {
	display: none;
	position: absolute;
	top: calc(100% + 1px);
	z-index: 99;
	width: 100%;
	text-align: center;
	border-radius: 0 0 6px 6px
}

header .menu .submenu.product,header .menu .submenu.solution {
	left: -112px;
	width: 1336px;
	min-height: 536px;
	overflow: visible
}

header .menu .submenu.product.level4,header .menu .submenu.solution.level4 {
	left: -170px;
	width: 1200px
}

@media(max-width: 1600px) {
	header .menu .submenu.product.level4,header .menu .submenu.solution.level4 {
		width: 1000px
	}

	header .menu .submenu.product.level4 li a,header .menu .submenu.solution.level4 li a {
		padding-left: 20px
	}

	header .menu .submenu.product.level4 li a::after,header .menu .submenu.solution.level4 li a::after {
		right: 20px
	}
}

header .menu .submenu.product.level4 .submenu4 li a::after,header .menu .submenu.solution.level4 .submenu4 li a::after {
	content: normal
}

header .menu .submenu.product.level3,header .menu .submenu.solution.level3 {
	width: 1002px
}

header .menu .submenu.product.level3 .submenu3 li a::after,header .menu .submenu.solution.level3 .submenu3 li a::after {
	content: normal
}

header .menu .submenu.product.level3 .box,header .menu .submenu.solution.level3 .box {
	width: 33.33%
}

header .menu .submenu.product.level3 .box.box2,header .menu .submenu.solution.level3 .box.box2 {
	left: 33.33%
}

header .menu .submenu.product.level3 .box.box3,header .menu .submenu.solution.level3 .box.box3 {
	left: 66.66%
}

header .menu .submenu.product.level2,header .menu .submenu.solution.level2 {
	width: 668px
}

header .menu .submenu.product.level2 .submenu2 li a::after,header .menu .submenu.solution.level2 .submenu2 li a::after {
	content: normal
}

header .menu .submenu.product.level2 .box,header .menu .submenu.solution.level2 .box {
	width: 50%
}

header .menu .submenu.product.level2 .box.box2,header .menu .submenu.solution.level2 .box.box2 {
	left: 50%
}

header .menu .submenu.product.level1,header .menu .submenu.solution.level1 {
	width: 334px
}

header .menu .submenu.product.level1 .submenu1 li a::after,header .menu .submenu.solution.level1 .submenu1 li a::after {
	content: normal
}

header .menu .submenu.product.level1 .box,header .menu .submenu.solution.level1 .box {
	width: 100%
}

header .menu .submenu.product>ul,header .menu .submenu.solution>ul {
	position: relative;
	width: 25%;
	height: 100%;
	z-index: 5;
	display: none
}

header .menu .submenu.product ul li a,header .menu .submenu.solution ul li a {
	height: 30px;
	line-height: 30px;
}

header .menu .submenu.product ul li.noArrow a::after,header .menu .submenu.solution ul li.noArrow a::after {
	content: normal
}

header .menu .submenu.product .box,header .menu .submenu.solution .box {
	position: absolute;
	width: 25%;
	height: 100%;
	display: block;
	top: 0;
	padding: 33px 0;
	overflow: hidden;
	-webkit-box-shadow: 0 5px 35px rgba(0,0,0,.08);
	box-shadow: 0 5px 35px rgba(0,0,0,.08)
}

header .menu .submenu.product .box:last-of-type,header .menu .submenu.solution .box:last-of-type {
	border-radius: 0 0 6px 0
}

header .menu .submenu.product .box.box1,header .menu .submenu.solution .box.box1 {
	background-color: #fff;
	z-index: 4;
	border-radius: 0 0 0 6px
}

header .menu .submenu.product .box.box2,header .menu .submenu.solution .box.box2 {
	left: 25%;
	background-color: #f7f7f7;
	z-index: 3
}

header .menu .submenu.product .box.box2 .submenu2,header .menu .submenu.solution .box.box2 .submenu2 {
	display: block
}

header .menu .submenu.product .box.box3,header .menu .submenu.solution .box.box3 {
	left: 50%;
	right: -200%;
	background-color: #e7e7e7;
	z-index: 2
}

header .menu .submenu.product .box.box3 .submenu3,header .menu .submenu.solution .box.box3 .submenu3 {
	display: block
}

header .menu .submenu.product .box.box4,header .menu .submenu.solution .box.box4 {
	left: 75%;
	right: -300%;
	background-color: #ddd;
	z-index: 1;
	border-radius: 0 0 6px 0
}

header .menu .submenu.product .box.box4 .submenu4,header .menu .submenu.solution .box.box4 .submenu4 {
	display: block
}

header .menu .submenu.product .box>ul,header .menu .submenu.solution .box>ul {
	height: 100%;
	overflow-y: auto
}

header .menu .submenu.product .box>ul::-webkit-scrollbar-track,header .menu .submenu.solution .box>ul::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.15);
	box-shadow: inset 0 0 5px rgba(0,0,0,.15);
	background-color: #fff
}

header .menu .submenu.product .box>ul::-webkit-scrollbar,header .menu .submenu.solution .box>ul::-webkit-scrollbar {
	width: 5px;
	height: 100%;
	background-color: #fff
}

header .menu .submenu.product .box>ul::-webkit-scrollbar-thumb,header .menu .submenu.solution .box>ul::-webkit-scrollbar-thumb {
	background: #ff0000
}

header .menu .submenu.product .box>ul>li:not(.tagGroup)+.tagGroup,header .menu .submenu.solution .box>ul>li:not(.tagGroup)+.tagGroup {
	padding-top: 10px
}

header .menu .submenu.solution .tagGroup {
	padding-bottom: 10px;
	padding-top: 0px;
	position: relative;
	margin-bottom: 2px
}

header .menu .submenu.solution .tagGroup .item.noArrow a::after {
	content: normal
}

header .menu .submenu.solution .tagGroup+.noArrow {
	padding-top: 23px;
	position: relative;
	margin-top: -3px
}

header .menu .submenu.solution .tagGroup+.noArrow::after {
	content: "";
	position: absolute;
	width: calc(100% - 85px);
	top: 0;
	left: 40px;
	height: 1px;
	background-color: #ff0000
}

header .menu .submenu.solution .tag_title {
	margin: 0px 45px 9px 40px;
	color: #ff0000;
	font-size: 19px;
	text-align: left;
	font-weight: 500;
	border-bottom: 1px solid #ff0000;
	padding-bottom: 10px
}

@media(max-width: 1600px) {
	header .menu .submenu.solution.level4 .tag_title {
		margin-left: 20px
	}

	header .menu .submenu.solution.level4 .tagGroup+.noArrow::after {
		width: calc(100% - 65px);
		left: 20px
	}
}

header .menu .submenu a {
	color: #000;
	width: 100%;
	padding: 10px 45px 10px 40px;
	text-align: left;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: 16px
}

header .menu .submenu a::after {
	content: "";
	position: absolute;
	right: 33px;
	width: 6px;
	height: 10px;
	-webkit-mask: no-repeat url(../images/arrow10.png) center;
	mask: no-repeat url(../images/arrow10.png) center;
	background-color: #949494
}

header .menu .submenu a.current,header .menu .submenu a:hover {
	color: #2a726e
}

header .menu .submenu a.current::after,header .menu .submenu a:hover::after {
	background-color: #2a726e
}

header .menu .submenu .submenu2,header .menu .submenu .submenu3,header .menu .submenu .submenu4 {
	background: transparent;
	height: 100%;
	width: 100%;
	display: none
}

header .menu .submenu.about,header .menu .submenu.investors,header .menu .submenu.esg {
	background-color: #fff;
	width: auto;
	overflow: visible;
	padding-bottom: 10px;
	position: absolute;
	right: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

@media(max-width: 1400px) {
	header .menu .submenu.about,header .menu .submenu.investors,header .menu .submenu.esg {
		-webkit-transform: translateX(-70%);
		transform: translateX(-70%)
	}
}

header .menu .submenu.about>ul,header .menu .submenu.investors>ul,header .menu .submenu.esg>ul {
	max-height: 536px;
	overflow-y: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 35px 0px 35px 0;
	min-height: 0;
	width: 100%;
	position: relative;
	border-radius: 0 0 6px 6px;
	z-index: 2
}

header .menu .submenu.about>ul::-webkit-scrollbar-track,header .menu .submenu.investors>ul::-webkit-scrollbar-track,header .menu .submenu.esg>ul::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.15);
	box-shadow: inset 0 0 5px rgba(0,0,0,.15);
	background-color: #fff
}

header .menu .submenu.about>ul::-webkit-scrollbar,header .menu .submenu.investors>ul::-webkit-scrollbar,header .menu .submenu.esg>ul::-webkit-scrollbar {
	width: 5px;
	height: 100%;
	background-color: #fff
}

header .menu .submenu.about>ul::-webkit-scrollbar-thumb,header .menu .submenu.investors>ul::-webkit-scrollbar-thumb,header .menu .submenu.esg>ul::-webkit-scrollbar-thumb {
	background: #ff0000
}

header .menu .submenu.about>ul>li,header .menu .submenu.investors>ul>li,header .menu .submenu.esg>ul>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
	border-right: 1px solid #dcdcdc
}

header .menu .submenu.about>ul>li:last-of-type,header .menu .submenu.investors>ul>li:last-of-type,header .menu .submenu.esg>ul>li:last-of-type {
	border-right: 0
}

header .menu .submenu.about>ul>li a,header .menu .submenu.investors>ul>li a,header .menu .submenu.esg>ul>li a {
	min-width: 179px;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	padding: 10.5px 26px;

}

header .menu .submenu.about>ul>li a:hover,header .menu .submenu.about>ul>li a.current,header .menu .submenu.investors>ul>li a:hover,header .menu .submenu.investors>ul>li a.current,header .menu .submenu.esg>ul>li a:hover,header .menu .submenu.esg>ul>li a.current {
	color: #2a726e
}

header .menu .submenu.about>ul>li a span,header .menu .submenu.investors>ul>li a span,header .menu .submenu.esg>ul>li a span {
	font-size: 15px
}

header .menu .submenu.about>ul>li a::after,header .menu .submenu.investors>ul>li a::after,header .menu .submenu.esg>ul>li a::after {
	content: normal
}

header .menu .submenu.about>ul>li>a span,header .menu .submenu.investors>ul>li>a span,header .menu .submenu.esg>ul>li>a span {
	padding-bottom: 8px;
	border-bottom: 1px solid #ff0000;
	font-size: 18px;
	color: #ff0000;
	font-weight: 500;
	padding-top: 0;
	display: inline-block;
	width: 100%
}

header .menu .submenu.about>ul>li>a span:hover,header .menu .submenu.investors>ul>li>a span:hover,header .menu .submenu.esg>ul>li>a span:hover {
	color: #2a726e
}

header .menu .submenu.about>ul>li>a[href="javascript:;"],header .menu .submenu.investors>ul>li>a[href="javascript:;"],header .menu .submenu.esg>ul>li>a[href="javascript:;"] {
	cursor: auto
}

header .menu .submenu.about>ul>li>a[href="javascript:;"] span:hover,header .menu .submenu.investors>ul>li>a[href="javascript:;"] span:hover,header .menu .submenu.esg>ul>li>a[href="javascript:;"] span:hover {
	color: #ff0000;
	cursor: auto
}

header .menu .submenu.about>ul .submenu2,header .menu .submenu.about>ul .df,header .menu .submenu.investors>ul .submenu2,header .menu .submenu.investors>ul .df,header .menu .submenu.esg>ul .submenu2,header .menu .submenu.esg>ul .df {
	display: block
}

header .menu .submenu.about.esg>ul,header .menu .submenu.investors.esg>ul,header .menu .submenu.esg.esg>ul {
	display: block
}

header .menu .submenu.about.esg>ul>li,header .menu .submenu.investors.esg>ul>li,header .menu .submenu.esg.esg>ul>li {
	border-right: 0
}

header .menu .submenu.about::after,header .menu .submenu.investors::after,header .menu .submenu.esg::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 5px 35px rgba(0,0,0,.08);
	box-shadow: 0 5px 35px rgba(0,0,0,.08);
	-webkit-clip-path: inset(0px -35px -35px -35px);
	clip-path: inset(0px -35px -35px -35px);
	top: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
	border-radius: 0 0 6px 6px
}

header .menu .submenu.esg {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

header .menu .submenu.news,header .menu .submenu.joinUs {
	background-color: #fff;
	min-width: 140px;
	padding: 20px 0;
	position: absolute;
	right: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-box-shadow: 0 5px 35px rgba(0,0,0,.08);
	box-shadow: 0 5px 35px rgba(0,0,0,.08);
	-webkit-clip-path: inset(0px -35px -35px -35px);
	clip-path: inset(0px -35px -35px -35px)
}

header .menu .submenu.news a,header .menu .submenu.joinUs a {
	padding: 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

header .menu .submenu.news a::after,header .menu .submenu.joinUs a::after {
	content: normal
}

header .menuBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.rightBox>.searchBox,.right>.searchBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.rightBox>.searchBox>button,.right>.searchBox>button {
	cursor: pointer;
	padding: 9px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 38px;
	height: 38px;
	position: relative
}

.rightBox>.searchBox>button::after,.right>.searchBox>button::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-mask: no-repeat url(../images/search.svg) center/20px;
	mask: no-repeat url(../images/search.svg) center/20px;
	background-color: #000
}

@media(min-width: 1201px) {
	.rightBox>.searchBox>button:hover::after,.right>.searchBox>button:hover::after {
		background: #ff0000
	}
}

.rightBox>.searchBox .dropDownSearch,.right>.searchBox .dropDownSearch {
	height: 60px;
	width: 330px;
	background-color: #fff;
	right: 20px;
	pointer-events: none;
	opacity: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: calc(100% + 20px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.2);
	box-shadow: 0 0 15px rgba(0,0,0,.2)
}

@media(max-width: 1200px) {
	.rightBox>.searchBox .dropDownSearch,.right>.searchBox .dropDownSearch {
		top: 100%;
		right: 0;
		width: 100%;
		border-top: 1px solid #e1e1e1;
		border-bottom: 1px solid #e1e1e1
	}
}

.rightBox>.searchBox .dropDownSearch .close,.right>.searchBox .dropDownSearch .close {
	position: relative;
	z-index: 1;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	min-width: 0;
	width: 44px;
	height: 44px;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	margin-right: -20px
}

.rightBox>.searchBox .dropDownSearch .close img,.right>.searchBox .dropDownSearch .close img {
	-webkit-filter: brightness(0);
	filter: brightness(0)
}

.rightBox>.searchBox .dropDownSearch input,.right>.searchBox .dropDownSearch input {
	min-width: 0;
	background: transparent;
	color: #ff0000;
	font-size: 16px;
	padding: 0;
	font-weight: 400;
	text-indent: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.rightBox>.searchBox .dropDownSearch input::-webkit-input-placeholder, .right>.searchBox .dropDownSearch input::-webkit-input-placeholder {
	font-weight: 400;
	color: #a1a1a1
}

.rightBox>.searchBox .dropDownSearch input::-moz-placeholder, .right>.searchBox .dropDownSearch input::-moz-placeholder {
	font-weight: 400;
	color: #a1a1a1
}

.rightBox>.searchBox .dropDownSearch input:-ms-input-placeholder, .right>.searchBox .dropDownSearch input:-ms-input-placeholder {
	font-weight: 400;
	color: #a1a1a1
}

.rightBox>.searchBox .dropDownSearch input::-ms-input-placeholder, .right>.searchBox .dropDownSearch input::-ms-input-placeholder {
	font-weight: 400;
	color: #a1a1a1
}

.rightBox>.searchBox .dropDownSearch input::placeholder,.right>.searchBox .dropDownSearch input::placeholder {
	font-weight: 400;
	color: #a1a1a1
}

.rightBox>.searchBox .dropDownSearch input[type=search]::-webkit-search-decoration,.rightBox>.searchBox .dropDownSearch input[type=search]::-webkit-search-cancel-button,.rightBox>.searchBox .dropDownSearch input[type=search]::-webkit-search-results-button,.rightBox>.searchBox .dropDownSearch input[type=search]::-webkit-search-results-decoration,.right>.searchBox .dropDownSearch input[type=search]::-webkit-search-decoration,.right>.searchBox .dropDownSearch input[type=search]::-webkit-search-cancel-button,.right>.searchBox .dropDownSearch input[type=search]::-webkit-search-results-button,.right>.searchBox .dropDownSearch input[type=search]::-webkit-search-results-decoration {
	-webkit-appearance: none
}

.rightBox>.searchBox .dropDownSearch .wrap,.right>.searchBox .dropDownSearch .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 50px;
	position: relative;
	padding-right: 20px
}

.rightBox>.searchBox .dropDownSearch .wrap::after,.right>.searchBox .dropDownSearch .wrap::after {
	content: "";
	position: absolute;
	height: 25px;
	width: 1px;
	background-color: #e1e1e1;
	left: 50px;
	position: absolute;
	bottom: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.rightBox>.searchBox .dropDownSearch .wrap .search,.right>.searchBox .dropDownSearch .wrap .search {
	position: absolute;
	width: 44px;
	height: 44px;
	left: 3px
}

.rightBox>.searchBox .dropDownSearch.open,.right>.searchBox .dropDownSearch.open {
	pointer-events: auto;
	opacity: 1
}

.rightBox>.searchBox .dropDownSearch .goSearch,.right>.searchBox .dropDownSearch .goSearch {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 38px;
	height: 38px;
	position: relative
}

.rightBox>.searchBox .dropDownSearch .goSearch::after,.right>.searchBox .dropDownSearch .goSearch::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-mask: no-repeat url(../images/search.svg) center/20px;
	mask: no-repeat url(../images/search.svg) center/20px;
	background-color: #000
}

@media(min-width: 1201px) {
	.rightBox>.searchBox .dropDownSearch .goSearch:hover::after,.right>.searchBox .dropDownSearch .goSearch:hover::after {
		background: #ff0000
	}
}

.rightBox>.searchBox .dropDownSearch #___gcse_0,.rightBox>.searchBox .dropDownSearch #___gcse_1,.right>.searchBox .dropDownSearch #___gcse_0,.right>.searchBox .dropDownSearch #___gcse_1 {
	line-height: normal;
	width: 100%
}

.rightBox>.searchBox .dropDownSearch #___gcse_0 .gsc-control-cse,.rightBox>.searchBox .dropDownSearch #___gcse_1 .gsc-control-cse,.right>.searchBox .dropDownSearch #___gcse_0 .gsc-control-cse,.right>.searchBox .dropDownSearch #___gcse_1 .gsc-control-cse {
	background: transparent;
	border: none;
	padding: 0
}

.rightBox>.searchBox .dropDownSearch #___gcse_0 .gsc-search-box,.rightBox>.searchBox .dropDownSearch #___gcse_1 .gsc-search-box,.right>.searchBox .dropDownSearch #___gcse_0 .gsc-search-box,.right>.searchBox .dropDownSearch #___gcse_1 .gsc-search-box {
	margin-bottom: 0
}

.rightBox>.searchBox .dropDownSearch #___gcse_0 .gsc-input-box,.rightBox>.searchBox .dropDownSearch #___gcse_1 .gsc-input-box,.right>.searchBox .dropDownSearch #___gcse_0 .gsc-input-box,.right>.searchBox .dropDownSearch #___gcse_1 .gsc-input-box {
	background: transparent;
	border: none
}

.rightBox>.searchBox .dropDownSearch #___gcse_0 .gsc-input,.rightBox>.searchBox .dropDownSearch #___gcse_1 .gsc-input,.right>.searchBox .dropDownSearch #___gcse_0 .gsc-input,.right>.searchBox .dropDownSearch #___gcse_1 .gsc-input {
	background: none !important;
	color: #ff0000;
	font-weight: 400;
	font-size: 20px;
	padding-left: 10px
}

.rightBox>.searchBox .dropDownSearch #___gcse_0 .gsc-input::-webkit-input-placeholder, .rightBox>.searchBox .dropDownSearch #___gcse_1 .gsc-input::-webkit-input-placeholder, .right>.searchBox .dropDownSearch #___gcse_0 .gsc-input::-webkit-input-placeholder, .right>.searchBox .dropDownSearch #___gcse_1 .gsc-input::-webkit-input-placeholder {
	font-size: 20px;
	color: #a1a1a1
}

.rightBox>.searchBox .dropDownSearch #___gcse_0 .gsc-input::-moz-placeholder, .rightBox>.searchBox .dropDownSearch #___gcse_1 .gsc-input::-moz-placeholder, .right>.searchBox .dropDownSearch #___gcse_0 .gsc-input::-moz-placeholder, .right>.searchBox .dropDownSearch #___gcse_1 .gsc-input::-moz-placeholder {
	font-size: 20px;
	color: #a1a1a1
}

.rightBox>.searchBox .dropDownSearch #___gcse_0 .gsc-input:-ms-input-placeholder, .rightBox>.searchBox .dropDownSearch #___gcse_1 .gsc-input:-ms-input-placeholder, .right>.searchBox .dropDownSearch #___gcse_0 .gsc-input:-ms-input-placeholder, .right>.searchBox .dropDownSearch #___gcse_1 .gsc-input:-ms-input-placeholder {
	font-size: 20px;
	color: #a1a1a1
}

.rightBox>.searchBox .dropDownSearch #___gcse_0 .gsc-input::-ms-input-placeholder, .rightBox>.searchBox .dropDownSearch #___gcse_1 .gsc-input::-ms-input-placeholder, .right>.searchBox .dropDownSearch #___gcse_0 .gsc-input::-ms-input-placeholder, .right>.searchBox .dropDownSearch #___gcse_1 .gsc-input::-ms-input-placeholder {
	font-size: 20px;
	color: #a1a1a1
}

.rightBox>.searchBox .dropDownSearch #___gcse_0 .gsc-input::placeholder,.rightBox>.searchBox .dropDownSearch #___gcse_1 .gsc-input::placeholder,.right>.searchBox .dropDownSearch #___gcse_0 .gsc-input::placeholder,.right>.searchBox .dropDownSearch #___gcse_1 .gsc-input::placeholder {
	font-size: 20px;
	color: #a1a1a1
}

.rightBox>.searchBox .dropDownSearch #___gcse_0 .gsib_b,.rightBox>.searchBox .dropDownSearch #___gcse_1 .gsib_b,.right>.searchBox .dropDownSearch #___gcse_0 .gsib_b,.right>.searchBox .dropDownSearch #___gcse_1 .gsib_b {
	display: none
}

.rightBox>.searchBox .dropDownSearch #___gcse_0 .gsc-search-button button,.rightBox>.searchBox .dropDownSearch #___gcse_1 .gsc-search-button button,.right>.searchBox .dropDownSearch #___gcse_0 .gsc-search-button button,.right>.searchBox .dropDownSearch #___gcse_1 .gsc-search-button button {
	height: 100%;
	background: transparent;
	border: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	left: 16px;
	top: 0;
	line-height: 1rem
}

.rightBox>.searchBox .dropDownSearch #___gcse_0 .gsc-search-button svg,.rightBox>.searchBox .dropDownSearch #___gcse_1 .gsc-search-button svg,.right>.searchBox .dropDownSearch #___gcse_0 .gsc-search-button svg,.right>.searchBox .dropDownSearch #___gcse_1 .gsc-search-button svg {
	fill: #ff0000;
	width: 18px;
	height: 18px
}

.rightBox>.searchBox .dropDownSearch #___gcse_0 .gsst_a .gscb_a,.rightBox>.searchBox .dropDownSearch #___gcse_1 .gsst_a .gscb_a,.right>.searchBox .dropDownSearch #___gcse_0 .gsst_a .gscb_a,.right>.searchBox .dropDownSearch #___gcse_1 .gsst_a .gscb_a {
	color: #8c8c8c
}

.rightBox>.searchBox .dropDownSearch .m_menu .m_footer,.right>.searchBox .dropDownSearch .m_menu .m_footer {
	color: #777;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	padding: 30px 35px 0
}

.rightBox>.searchBox input,.right>.searchBox input {
	width: 100%;
	height: 45px;
	padding: 0 15px;
	border: none;
	
	background-color: #fafafa
}

.rightBox>.searchBox>a,.right>.searchBox>a {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-color: #ff0000
}

.tableOuterBox {
	position: relative
}

.tableOuterBox.tableScroll::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 24px;
	background: -webkit-gradient(linear, left top, right top, from(#ffffff00), to(#0000002a));
	background: linear-gradient(to right, #ffffff00, #0000002a);
	right: 0;
	top: 0
}

.tableOuterBox .tableInnerBox {
	overflow-y: auto;
	position: relative
}

.tableOuterBox .tableInnerBox::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 100% rgba(0,0,0,.15);
	box-shadow: inset 0 0 100% rgba(0,0,0,.15);
	background-color: #e1e1e1
}

.tableOuterBox .tableInnerBox::-webkit-scrollbar {
	width: 100%;
	height: 6px;
	background-color: #e1e1e1
}

.tableOuterBox .tableInnerBox::-webkit-scrollbar-thumb {
	background: #ff0000
}

.tableOuterBox .tableInnerBox table {
	width: 100%
}

@media(max-width: 768px) {
	.tableOuterBox .tableInnerBox table {
		min-width: 920px !important
	}
}

.m_menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	display: block;
	width: 100%
}

@media(min-width: 1201px) {
	.m_menu {
		display: none
	}
}

.m_menu .mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
	background-color: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	padding-bottom: 60px
}

.m_menu .m_logo {
	float: left;
	margin-left: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.m_menu .m_logo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.m_menu .m_logo img {
	display: block;
	width: 168px
}

.m_menu .controlBox {
	position: relative;
	z-index: 99;
	height: 55px;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
	box-shadow: 0 0 15px rgba(0,0,0,.1)
}

.m_menu .controlBox a.main {
	width: 39px;
	height: 39px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 7px;
	padding: 0 9px
}

.m_menu .controlBox a.main span {
	position: relative;
	margin-top: -0.5px;
	width: 34px;
	height: 2px;
	background-color: #000;
	-webkit-transition: all .5s;
	transition: all .5s
}

.m_menu .controlBox a.main span:before,.m_menu .controlBox a.main span:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
	-webkit-transition: all .5s;
	transition: all .5s
}

.m_menu .controlBox a.main span:before {
	top: -7px
}

.m_menu .controlBox a.main span:after {
	bottom: -7px
}

.m_menu .controlBox a.main.show span {
	background-color: transparent
}

.m_menu .controlBox a.main.show span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.m_menu .controlBox a.main.show span:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.m_menu .controlBox .btn_cart {
	display: inline-block;
	vertical-align: middle
}

.m_menu .controlBox>.right {
	line-height: 60px;
	margin-right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.m_menu .controlBox>.right i {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	border-radius: 100%;
	background: #799a1b
}

.m_menu .controlBox .language:hover .submenu {
	display: block
}

.m_menu .hideBox {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 11;
	display: none;
	width: 100%;
	padding: 55px 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background-color: #fff
}

.m_menu .hideBox .sp {
	display: none;
	padding: 10px;
	font-size: 13px;
	color: #fff;
	background-color: #c80303
}

.m_menu .hideBox .funcList.funcListLanguage {
	padding: 0 50px;
	margin: 0 -10px;
	margin-bottom: 48px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media(max-width: 480px) {
	.m_menu .hideBox .funcList.funcListLanguage {
		padding: 0 20px
	}
}

.m_menu .hideBox .funcList.funcListLanguage li a {
	font-size: 14px;
	color: #626262;
	letter-spacing: .8px;
	padding: 0 10px;
	border-right: 1px solid #d2d2d2;
	line-height: 20px
}

.m_menu .hideBox .funcList.funcListLanguage li a.current {
	color: #ff0000
}

.m_menu .hideBox .funcList.funcListLanguage li:last-of-type a {
	border-right: 0
}

.m_menu .searchBox_m {
	padding: 20px 0;
	text-align: center
}

.m_menu .searchBox_m input[type=text] {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	height: 30px;
	border: 1px solid #ccc
}

.m_menu .searchBox_m a {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	text-align: center;
	color: #fff;
	background-color: #9cc720
}

.m_menu .m_trans {
	text-align: center;
	padding-top: 30px
}

.m_menu .m_trans>a {
	display: inline-block;
	padding: 8px 15px;
	border: 1px solid #fff;
	color: #fff
}

.m_menu .m_trans>a i {

	margin-left: 5px
}

.m_menu .loginBox {
	padding: 30px 0;
	text-align: center
}

.m_menu .loginBox a {
	display: inline-block;
	margin: 0 3px;
	font-size: 15px;
	color: #fff
}

.m_menu .loginBox a i {
	margin-right: 3px
}

.m_menu .loginBox .submenu {
	margin-top: 10px;
	color: #ccc
}

.m_menu .loginBox .submenu span {
	margin: 0 5px
}

.m_menu .nav {
	border-top: 1px solid #e5e5e5;
	margin-bottom: 48px
}

.m_menu .nav li>span {
	padding: 0 50px;
	border-bottom: 1px solid #e5e5e5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

@media(max-width: 480px) {
	.m_menu .nav li>span {
		padding: 0 20px
	}
}

.m_menu .nav a:not(.link) {
	font-family: "Open Sans",Arial,"Noto Sans Tc",Verdana,"Microsoft JhengHei","锟介暗铦濆敵锟金　烇拷锟?,"铦濆敵锟金　烇拷锟?;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-weight: 400;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-right: 15px;
	position: relative;
	text-align: left;
	width: 100%;
	padding: 14px 0
}

.m_menu .nav a:not(.link) .inner {
	padding: 14px 0px;
	position: relative
}

.m_menu .nav a:not(.link) .inner::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #2a726e;
	bottom: -1px;
	left: 0;
	opacity: 0
}

.m_menu .nav a:not(.link).current {
	color: #2a726e
}

.m_menu .nav a:not(.link).current::after {
	opacity: 1;
	background-color: #2a726e
}

.m_menu .nav a:not(.link).current .inner::after {
	opacity: 1
}

.m_menu .nav a:not(.link).current a.link {
	background-color: #2a726e
}

.m_menu .nav a:not(.link) i {
	position: absolute;
	right: 10px;
	top: 50%;
	display: block;
	margin-top: -7px
}

.m_menu .nav a.link {
	width: 44px;
	height: 44px;
	-webkit-mask: no-repeat url(../images/arrow12.png) center/auto;
	mask: no-repeat url(../images/arrow12.png) center/auto;
	background-color: #000;
	position: relative;
	right: 32px;
	position: absolute;
	bottom: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.m_menu .nav a.link[href="javascript:;"] {
	pointer-events: none
}

@media(max-width: 480px) {
	.m_menu .nav a.link {
		right: 2px
	}
}

.m_menu .nav a.link:hover {
	color: #000
}

.m_menu .nav .dropDown>a::after {
	content: "锟斤拷";
	position: absolute;
	right: 10px;
	top: 20px;
	font-family: FontAwesome
}

.m_menu .nav .dropDown>span>a {
	padding-right: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0
}

.m_menu .nav .submenu {
	display: none;
	background-color: #f5f5f5;
	padding: 10px 0
}

.m_menu .nav .submenu a {
	padding: 10px 50px
}

.m_menu .nav .submenu a.hasSub {
	position: relative
}

.m_menu .nav .submenu a.hasSub::before {
	content: "";
	position: absolute;
	content: "";
	width: 12px;
	height: 7px;
	background: no-repeat url(../images/arrow6.png) center/auto transparent;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 50px
}

.m_menu .nav .submenu a.hasSub.active::before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

@media(max-width: 480px) {
	.m_menu .nav .submenu a {
		padding: 10px 20px
	}

	.m_menu .nav .submenu a.hasSub::before {
		right: 20px
	}
}

.m_menu .nav .submenu a:hover {
	background-color: #999
}

.m_menu .nav .submenu li {
	padding: 0
}

.m_menu .nav .submenu li:last-of-type {
	border: 0
}

.m_menu .nav .submenu li a {
	padding-top: 9px;
	padding-bottom: 9px;
	border: 0
}

.m_menu .nav .submenu li a:hover {
	background: transparent
}

.m_menu .nav .submenu li a::after {
	right: 50px
}

@media(max-width: 480px) {
	.m_menu .nav .submenu li a::after {
		right: 20px
	}
}

.m_menu .nav .submenu .submenu,.m_menu .nav .submenu .submenu2,.m_menu .nav .submenu .submenu3,.m_menu .nav .submenu .submenu4,.m_menu .nav .submenu .df {
	display: none
}

.m_menu .nav .submenu .submenu {
	background-color: #f5f5f5
}

.m_menu .nav .submenu .submenu2 {
	background-color: #e7e7e7
}

.m_menu .nav .submenu .submenu2 li a {
	padding-top: 9px;
	padding-bottom: 9px;
	border: 0
}

.m_menu .nav .submenu .submenu3,.m_menu .nav .submenu .df {
	background-color: #e2e2e2
}

.m_menu .nav .submenu.esg>ul {
	background-color: #f5f5f5;
	display: block
}

.m_menu .nav .submenu .submenu4 {
	background-color: #ddd
}

.m_menu .nav #solutionMenu .submenu2,.m_menu .nav #productMenu .submenu2 {
	background-color: #f5f5f5;
	padding: 10px 0
}

.m_menu .nav #solutionMenu .submenu3,.m_menu .nav #productMenu .submenu3 {
	background-color: #ddd
}

.m_menu .nav #solutionMenu .submenu4,.m_menu .nav #productMenu .submenu4 {
	background-color: #cecece
}

.m_menu .nav #solutionMenu .open,.m_menu .nav #productMenu .open {
	position: fixed;
	width: 100%;
	height: calc(100% - 55px);
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 2;
	top: 0;
	left: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 55px;
	border-top: 1px solid #e5e5e5;
	padding: 0;
	overflow-y: auto
}

.m_menu .nav #solutionMenu .open>span,.m_menu .nav #productMenu .open>span {
	border-bottom: 1px solid #e5e5e5;
	padding: 0 50px
}

@media(max-width: 480px) {
	.m_menu .nav #solutionMenu .open>span,.m_menu .nav #productMenu .open>span {
		padding: 0 20px
	}
}

.m_menu .nav #solutionMenu .open>span a,.m_menu .nav #productMenu .open>span a {
	padding: 0;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.m_menu .nav #solutionMenu .open>span a::before,.m_menu .nav #productMenu .open>span a::before {
	content: "";
	position: absolute;
	width: 8px;
	height: 12px;
	background: no-repeat url(../images/arrow12.png) center/auto;
	left: 0;
	position: absolute;
	bottom: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: scaleX(-1) translateY(-50%);
	transform: scaleX(-1) translateY(-50%)
}

.m_menu .nav #solutionMenu .open>span a:hover,.m_menu .nav #productMenu .open>span a:hover {
	background: transparent
}

.m_menu .nav #solutionMenu .open>span a::after,.m_menu .nav #productMenu .open>span a::after {
	content: normal
}

.m_menu .nav #solutionMenu .open>span a .inner,.m_menu .nav #productMenu .open>span a .inner {
	color: #2a726e
}

.m_menu .nav #solutionMenu .open>span a .inner:after,.m_menu .nav #productMenu .open>span a .inner:after {
	opacity: 1
}

.m_menu .nav #solutionMenu .open>ul li,.m_menu .nav #productMenu .open>ul li {
	border: 0;
	padding: 0
}

.m_menu .nav #solutionMenu .open>ul li>ul,.m_menu .nav #productMenu .open>ul li>ul {
	border: 0
}

.m_menu .nav #solutionMenu .open>ul li>ul li,.m_menu .nav #productMenu .open>ul li>ul li {
	border: 0
}

.m_menu .nav #solutionMenu .open>ul li>ul li a,.m_menu .nav #productMenu .open>ul li>ul li a {
	border: 0;
	padding: 9px 50px
}

@media(max-width: 480px) {
	.m_menu .nav #solutionMenu .open>ul li>ul li a,.m_menu .nav #productMenu .open>ul li>ul li a {
		padding: 9px 20px;
		padding-right: 35px
	}
}

.m_menu .nav #solutionMenu .open>ul li a,.m_menu .nav #productMenu .open>ul li a {
	border-bottom: 1px solid #e5e5e5;
	background: transparent;
	padding: 15px 50px
}

@media(max-width: 480px) {
	.m_menu .nav #solutionMenu .open>ul li a,.m_menu .nav #productMenu .open>ul li a {
		padding: 15px 20px;
		padding-right: 35px
	}
}

.m_menu .nav #solutionMenu .open>ul li a:hover::after,.m_menu .nav #solutionMenu .open>ul li a .current::after,.m_menu .nav #productMenu .open>ul li a:hover::after,.m_menu .nav #productMenu .open>ul li a .current::after {
	opacity: 1;
	background-color: #2a726e
}

.m_menu .nav #solutionMenu .open>ul li a::after,.m_menu .nav #productMenu .open>ul li a::after {
	opacity: 1;
	background-color: #000
}

.m_menu .nav #solutionMenu .open .tag_title,.m_menu .nav #productMenu .open .tag_title {
	font-size: 18px;
	font-weight: 500;
	color: #ff0000;
	padding: 0 50px;
	margin-bottom: 8px
}

@media(max-width: 480px) {
	.m_menu .nav #solutionMenu .open .tag_title,.m_menu .nav #productMenu .open .tag_title {
		padding: 0 20px
	}
}

.m_menu .nav #solutionMenu .open .tagGroup,.m_menu .nav #productMenu .open .tagGroup {
	padding-top: 8px;
	padding-bottom: 10px
}

.m_menu .nav #solutionMenu .open .tagGroup+.noArrow,.m_menu .nav #productMenu .open .tagGroup+.noArrow {
	margin-top: 4px;
	padding-top: 14px;
	position: relative
}

.m_menu .nav #solutionMenu .open .tagGroup+.noArrow::after,.m_menu .nav #productMenu .open .tagGroup+.noArrow::after {
	content: "";
	position: absolute;
	width: calc(100% - 100px);
	top: 0;
	left: 50px;
	height: 1px;
	background-color: #dcdcdc
}

@media(max-width: 480px) {
	.m_menu .nav #solutionMenu .open .tagGroup+.noArrow::after,.m_menu .nav #productMenu .open .tagGroup+.noArrow::after {
		left: 20px;
		width: calc(100% - 40px)
	}
}

.m_menu .nav #solutionMenu>span>a::after,.m_menu .nav #productMenu>span>a::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 12px;
	-webkit-mask: no-repeat url(../images/arrow12.png) center/auto;
	mask: no-repeat url(../images/arrow12.png) center/auto;
	background-color: #000;
	right: 0;
	position: absolute;
	bottom: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
