.page-footer .footer-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 120px;
	padding-right: 120px;
	margin-top: 30px;
	margin-bottom: 50px;
	margin-left: auto;
	-ms-flex-pack: distribute;
	justify-content: space-around
}
.page-footer .footer_column {
	width: 200px
}
.page-footer .footer_column .column_title {
	font-size: 18px;
	font-weight: 600;
	color: #303251;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid rgba(48,50,81,.15);
	width: 142px
}
.page-footer .footer_column .column_items .column_item {
	font-size: 16px;
	color: #6e6f85;
	margin-bottom: 16px;
	cursor: pointer;
	width: 300px
}
.page-footer .footer_column .column_items .column_item:hover {
	text-decoration: underline
}
.page-footer .footer_column .qrCode_column__content {
	margin-top: 30px;
	text-align: center
}
.page-footer .footer_column .qrCode_column__content img {
	width: 100px;
	height: 100px
}
.page-footer .footer_column .qrCode_column__content span {
	margin-top: 16px;
	font-size: 16px;
	min-width: 120px;
	color: #6e6f85;
	display: block
}
.page-footer .contcat_column {
	width: 300px
}
.page-footer .contcat_column .column_items .column_item:hover {
	text-decoration: none;
	cursor: auto
}
.page-footer .qrCode_column {
	padding-top: 20px
}
.page-footer .copyright-container {
	background-color: #f7f8f9;
	height: 65px;
	color: #acadb9;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px
}
html {
	overflow-y: scroll
}
blockquote, body, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
	margin: 0;
	padding: 0
}
body {
	background: #fff;
	color: #555;
	font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, , "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif
}
body, caption, td, th {
	font-size: 14px
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	font-size: 100%
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: 400
}
a {
	color: #555
}
a, a:hover {
	text-decoration: none
}
img {
	border: none
}
li, ol, ul {
	list-style: none
}
button, input, select, textarea {
	font: 14px Verdana, Helvetica, Arial, sans-serif
}
table {
	border-collapse: collapse
}
input::-webkit-input-placeholder {
color:hsla(0,0%,100%,.5)
}
input:-ms-input-placeholder {
color:hsla(0,0%,100%,.5)
}
input::-ms-input-placeholder {
color:hsla(0,0%,100%,.5)
}
input::placeholder {
color:hsla(0,0%,100%,.5)
}
input:focus::-webkit-input-placeholder {
color:transparent
}
input[type=email]:focus {
	background-color: #2ca5be;
	outline: none
}
.f {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.f-fc {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.f-jc {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.f-ac {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.f-sb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.f-sa {
	-ms-flex-pack: distribute;
	justify-content: space-around
}
.content {
	width: 100%
}
.min-content {
	width: 100%;
	padding: 0 87px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.button {
	width: 171px;
	height: 51px;
	display: block;
	line-height: 51px;
	text-align: center;
	border-radius: 100px;
	border: 2px solid #4e89c9;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	cursor: pointer
}
.button:hover {
	color: #fff;
	border: 2px solid #f4f3f3;
	background: linear-gradient(101deg, #3dbdb6, #0089ce)
}
#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 52px;
	padding: 10px 48px;
	z-index: 9
}
.header_with_bg {
	background: url(../img/nav-bar-bg.b36a29a6.png) no-repeat;
	background-size: cover
}
.header-logo {
	cursor: pointer;
	height: 32px;
	-webkit-transform: scale(.8) translateY(3px);
	transform: scale(.8) translateY(3px)
}
.header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.header-lang {
	color: #fff;
	border-bottom: 1px solid transparent;
	cursor: pointer
}
.header-lang>span:nth-child(2) {
	margin: 0 5px
}
.header-lang>.active {
	color: #3ec3e7
}
.header-nav, .header-nav li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.header-nav li {
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 70px;
	-webkit-transition: .3s;
	transition: .3s
}
.header-nav img {
	width: 9px;
	height: 6px;
	margin-left: 8px
}
.header-nav li>span {
	color: #fff;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer
}
.header-nav li i {
	color: #fff
}
.header-nav>li.active>span {
	color: #4a4a4a
}
.opacity-black {
	width: 48px;
	height: 48px;
	background-color: #000;
	border-radius: 6px
}
.opacity-black a {
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	opacity: 1
}
.product-popover {
	padding: 40px!important;
	padding-bottom: 0!important;
	height: 395px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.product-popover .productList-container {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.product-popover .productList-container .product-item {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 40px;
	cursor: pointer
}
.product-popover .productList-container .product-item:hover a {
	opacity: .9
}
.product-popover .productList-container .product-item:hover .title {
	color: #4b8ecb
}
.product-popover .productList-container .product-item img {
	width: 48px;
	height: 48px
}
.product-popover .productList-container .product-item>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.product-popover .productList-container .product-item>div .title {
	font-size: 18px;
	color: #303251
}
.product-popover .productList-container .product-item>div .desc {
	font-size: 16px;
	color: rgba(48,50,81,.7)
}
.service-popover {
	padding: 40px!important;
	padding-bottom: 0!important;
	height: 394px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.service-popover .serviceList-container .service-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 32px
}
.service-popover .serviceList-container .service-item img {
	width: 20px;
	height: 20px
}
.service-popover .serviceList-container .service-item .title {
	margin-left: 16px;
	font-size: 18px;
	color: #303251
}
.service-popover .serviceList-container .service-item .title:hover {
	color: #4b8ecb
}
#footer {
	visibility: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
	height: 40px;
	width: 100%;
	background-size: cover;
	z-index: 9
}
#footer p {
	color: #fff
}
.footer__email {
	width: 302px;
	border-radius: 3px;
	background-color: transparent;
	color: #fff;
	-webkit-box-shadow: 0 0 8px 0 hsla(0,0%,69%,.5);
	box-shadow: 0 0 8px 0 hsla(0,0%,69%,.5);
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #fff;
	text-indent: 10px;
	font-size: 12px;
	height: 17px
}
.footer__submit {
	width: 120px;
	height: 25px;
	border: none;
	outline: none;
	border-radius: 4px;
	cursor: pointer;
	color: #4a90e2;
	font-size: 12px;
	background-color: #fff;
	-webkit-transform: translateX(-8%);
	transform: translateX(-8%)
}
.footer__successful {
	color: #fff;
	display: none
}
.footer__close {
	position: absolute;
	cursor: pointer;
	right: 20px;
	top: 10px;
	font-size: 20px;
	width: 20px;
	-webkit-transition: .3s;
	transition: .3s
}
.footer__close:hover {
	-webkit-transform: scale(1.5);
	transform: scale(1.5)
}
#address {
	padding-top: 50px;
	padding-bottom: 50px;
	min-height: 200px;
	background-size: cover
}
.address__main {
	width: 699px;
	font-size: 12px;
	line-height: 2.33
}
.privacy__content {
	border-top: 1px solid hsla(0,0%,100%,.6);
	margin-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.privacy__content, .privacy__content a {
	color: hsla(0,0%,100%,.6)
}
.privacy__content a img {
	width: 15px
}
.privacy__content:hover {
	color: #fff
}
.privacy__content>span {
	margin-left: 10px;
	cursor: pointer
}
.address__content li {
	padding-top: 3px;
	padding-bottom: 3px
}
.address__link {
	width: 200px
}
.address__link>li:first-child {
	color: #fff;
	border-bottom: 1px solid hsla(0,0%,100%,.6)
}
.address__link span {
	cursor: pointer;
	color: hsla(0,0%,100%,.6)
}
.address__link span:hover {
	color: #fff
}
.address__info {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.address__info, .address__info a {
	color: hsla(0,0%,100%,.6)
}
.address__info a:hover {
	color: #fff
}
.address__info>li:first-child {
	color: #fff;
	border-bottom: 1px solid hsla(0,0%,100%,.6)
}
.address__qrcode {
	margin-top: 40px
}
.address__qrcode img {
	width: 152px;
	height: 152px
}
.address__qrcode p {
	text-align: center;
	margin-top: 10px;
	font-size: 13px;
	color: #fff
}
.animated, .animatedRight {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 0
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}
.lang-en .address__info {
	width: 355px
}
@-webkit-keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@-webkit-keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translate3d(-200px, 0, 0);
transform:translate3d(-200px, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translate3d(-200px, 0, 0);
transform:translate3d(-200px, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@-webkit-keyframes scroll-wheel {
0% {
-webkit-transform:translateZ(0);
transform:translateZ(0);
opacity:1
}
50% {
-webkit-transform:translate3d(0, 5px, 0);
transform:translate3d(0, 5px, 0);
opacity:1
}
to {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	opacity: 1
}
}
@keyframes scroll-wheel {
0% {
-webkit-transform:translateZ(0);
transform:translateZ(0);
opacity:1
}
50% {
-webkit-transform:translate3d(0, 5px, 0);
transform:translate3d(0, 5px, 0);
opacity:1
}
to {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	opacity: 1
}
}
