﻿.tem79-header {
	width: 100%;
	color: #666;
	position: relative;
	z-index: 40
}
.tem79-header .header {
	background-color: #fff
}
.tem79-header .head_bottom {
	background-color: inherit
}
.tem79-header a {
	color: inherit
}
.tem79-header.show-full .container {
	padding: 0;
	width: 100%
}
.tem79-header .container {
	padding: 0
}
.tem79-header .head_top {
	background-color: rgba(122,122,122,.1);
	width: 100%;
	position: relative;
	z-index: 22
}
.tem79-header .head_top .con {
	width: 98%;
	margin: auto;
	height: 30px
}
.tem79-header .head_bottom .con {
	width: 98%;
	margin: auto;
	height: 90px;
	position: relative
}
.tem79-header .head_top .con .head_editor {
	height: 100%;
	line-height: 30px;
	float: left
}
.tem79-header .head_top .con .icon {
	float: right;
	height: 100%;
	user-select: none
}
.tem79-header .head_top .con .icon .icons {
	float: left;
	position: relative
}
.tem79-header .head_top .con .icon .icons .txt {
	line-height: 30px;
	display: block;
	cursor: pointer;
	padding: 0 8px;
	transition: .3s
}
.tem79-header .head_top .con .icon .icons .txt .icon-people4 {
	margin-right: 2px
}
.tem79-header .head_top .con .icon .icons:last-child .txt {
	padding-right: 0
}
.tem79-header .head_top .con .icon .icons.language .txt img {
	width: 16px;
	height: 16px
}
.tem79-header .head_top .con .icon .icons.language .txt span {
	vertical-align: middle
}
.tem79-header .head_top .icon ul {
	position: absolute;
	top: 100%;
	right: 0;
	white-space: nowrap;
	color: #666;
	background-color: #fff;
	box-shadow: 0 2px 12px rgba(0,0,0,.1);
	border-radius: 4px
}
.tem79-header .head_top .icon .language ul {
	z-index: 4;
	transform: translateY(6px);
	opacity: 0;
	visibility: hidden;
	transition: .3s
}
.tem79-header .head_top .icon .language ul.active {
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}
.tem79-header .head_top .icon ul li a {
	padding: 10px 16px;
	display: block
}
.tem79-header .head_top .icon ul li a:hover {
	background-color: rgba(0,0,0,.05)
}
.tem79-header .head_top .icon img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 4px;
	max-width: none
}
.tem79-header .head_top .icon .lan {
	vertical-align: middle
}
.tem79-header .head_bottom .logo {
	float: left;
	height: 90px;
	line-height: 60px;
	width: 250px;
	padding: 15px 0
}
.tem79-header .head_bottom .logo a {
	display: block;
	height: 100%
}
.tem79-header .head_bottom .logo img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%
}
.tem79-header .head_bottom .navigation {
	float: right;
	width: calc(100% - 250px);
	height: 90px
}
.tem79-header .head_bottom .navigation .search {
	float: right;
	height: 90px;
	padding-left: 30px;
	padding-top: 25px;
	position: relative;
	z-index: 4
}
.tem79-header .head_bottom .navigation .search .head_editor {
	color: #fff;
	position: relative;
	padding: 0;
	height: 40px;
	line-height: 40px;
	border: none;
	float: right;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0,0,0,.2);
	transition: .3s
}
.tem79-header .head_bottom .navigation .search .head_editor:active {
	box-shadow: 0 0 8px rgba(0,0,0,.1)
}
.tem79-header .head_bottom .navigation .search .head_editor:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: rgba(0,0,0,.1);
	transition: .3s;
	border-radius: 30px
}
.tem79-header .head_bottom .navigation .search .head_editor:hover:after {
	width: 100%
}
.tem79-header .head_bottom .navigation .search .head_editor .bg_btn {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	z-index: -2;
	border-radius: 30px
}
.tem79-header .head_bottom .navigation .search .icon_bx {
	float: right;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	cursor: pointer;
	position: relative;
	margin-left: 10px
}
.tem79-header .head_bottom .navigation .search .icon_bx>span {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 40px;
	font-weight: 700;
	font-size: 20px
}
.tem79-header .head_bottom .navigation .search .icon_bx>.txt {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 42px;
	position: relative
}
.tem79-header .head_bottom .navigation .search .icon_bx>.txt>span {
	font-weight: 700;
	font-size: 20px
}
.tem79-header .head_bottom .navigation .search .icon_bx>.txt i {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	border-radius: 50%;
	font-size: 8px;
	color: #fff;
	font-style: normal
}
.tem79-header .head_bottom .navigation .search .icon_bx>span:hover, .tem79-header .head_bottom .navigation .search .icon_bx>.txt:hover {
	opacity: .6
}
.tem79-header .head_bottom .navigation .search .icon_bx.active>span {
	opacity: .6
}
.tem79-header .head_bottom .navigation .search .icon_bx.active .search_box {
	opacity: 1;
	visibility: visible
}
.tem79-header .head_bottom .navigation nav {
	float: right;
	position: relative
}
.tem79-header .head_bottom .search_box {
	position: absolute;
	top: 100%;
	width: 300px;
	height: 70px;
	z-index: 20;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	margin-top: 10px;
	border-radius: 8px;
	box-shadow: 0 2px 12px rgba(122,122,122,.1)
}
.tem79-header .head_bottom .search_box .search_div_form {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 15px;
	background-color: #fff;
	border-radius: 8px
}
.tem79-header .head_bottom .search_box .search_div_form .header_search_select {
	text-align: left;
	line-height: 24px
}
.tem79-header .head_bottom .search_box .search_div_form input {
	width: 100%;
	height: 100%;
	border: none;
	background: none;
	outline: none;
	padding: 0 40px;
	border-bottom: 1px solid;
	border-color: rgba(255,255,255,.1)
}
.tem79-header .head_bottom .search_box .search_div_form button {
	position: absolute;
	left: 15px;
	top: 15px;
	height: 40px;
	width: 40px;
	border: none;
	background: 0;
	outline: none;
	font-size: 18px
}
.tem79-header .head_bottom .search_box .search_div_form i {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	cursor: pointer;
	opacity: .6;
	transition: .3s
}
.tem79-header .head_bottom .search_box .search_div_form i:hover {
	opacity: 1
}
.tem79-header .head_bottom .navigation nav .lr {
	display: none
}
@media (min-width:993px) {
.tem79-header .head_top .con .icon .icons .txt {
	opacity: .6
}
.tem79-header .head_top .con .icon .icons .txt:hover {
	opacity: 1
}
.tem79-header .head_bottom .navigation nav .nav {
	overflow: visible;
	white-space: nowrap;
	position: relative
}
.tem79-header .head_bottom .navigation nav .nav>ul {
	display: flex;
	line-height: 90px;
	margin-left: 0;
	transition: .3s;
	position: absolute;
	left: 0;
	top: 0
}
.tem79-header .head_bottom .navigation nav .nav>ul>li>.text {
	position: relative;
	font-size: 16px
}
.tem79-header .head_bottom .navigation nav .nav>ul li:hover>.text {
	opacity: .6
}
.tem79-header .head_bottom .navigation nav .nav>ul>li .text a {
	padding: 0 15px;
	display: block;
	position: relative;
	transition: 0s;
	font-weight: 700
}
.tem79-header .head_bottom .navigation nav .nav>ul>li:last-child>.text:after {
	border: none
}
.tem79-header .head_bottom .navigation nav .nav>ul>li .text.xia:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	display: block;
	top: 50%;
	right: 18px;
	border: 4px solid transparent;
	border-top-color: inherit;
	margin-top: -2px;
	transition: .3s
}
.tem79-header .head_bottom .navigation nav .nav>ul>li .text.xia a {
	padding-right: 30px
}
.tem79-header .head_bottom .navigation nav .nav>ul li {
	position: relative
}
.tem79-header .head_bottom .navigation nav .nav>ul ul {
	background-color: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	line-height: initial;
	box-shadow: 0 4px 12px rgba(0,0,0,.1);
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	pointer-events: none;
	padding: 10px 6px;
	border-radius: 6px
}
.tem79-header .head_bottom .navigation nav .nav>ul ul>li {
	background-color: inherit
}
.tem79-header .head_bottom .navigation nav .nav>ul ul ul {
	left: 100%;
	top: 0;
	background-color: inherit
}
.tem79-header .head_bottom .navigation nav .nav>ul>li:last-child ul, .tem79-header .head_bottom .navigation nav .nav>ul>li:nth-last-child(2) ul {
	left: auto;
	right: 0
}
.tem79-header .head_bottom .navigation nav .nav>ul>li:last-child ul ul, .tem79-header .head_bottom .navigation nav .nav>ul>li:nth-last-child(2) ul ul {
	right: 100%
}
.tem79-header .head_bottom .navigation nav .nav>ul li:hover>ul {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	margin-top: -10px
}
.tem79-header .head_bottom .navigation nav .nav>ul ul li .text a {
	padding-top: 12px;
	padding-bottom: 12px
}
.tem79-header .head_bottom .navigation nav.add {
	padding: 0 20px;
	height: 100%
}
.tem79-header .head_bottom .navigation nav {
	background: none!important
}
.tem79-header .head_bottom .navigation nav.add .lr {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	z-index: 8;
	display: block
}
.tem79-header .head_bottom .navigation nav.add .lr .left, .tem79-header .head_bottom .navigation nav.add .lr .right {
	position: absolute;
	top: 30px;
	height: 30px;
	width: 20px;
	cursor: pointer;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	border-radius: 2px;
	opacity: .6;
	transition: .3s
}
.tem79-header .head_bottom .navigation nav.add .lr .left:hover, .tem79-header .head_bottom .navigation nav.add .lr .right:hover {
	opacity: 1
}
.tem79-header .head_bottom .navigation nav.add .lr .left {
	left: 0
}
.tem79-header .head_bottom .navigation nav.add .lr .right {
	right: 0
}
.tem79-header .head_bottom .navigation nav.add .nav {
	overflow: hidden;
	height: 100%
}
.tem79-header .head_bottom .navigation nav.add .nav.hig {
	height: 600px
}
.tem79-header .head_bottom {
	top: -90px;
	left: 0;
	width: 100%
}
.tem79-header .head_bottom.fixeds {
	position: fixed;
	transition: .3s;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
	background-color: inherit
}
.tem79-header .head_bottom.fixeds.top_show {
	top: 0
}
}
.tem79-header .nav_button {
	display: none
}
@media (max-width:992px) {
.tem79-header .head_bottom .navigation .search .head_editor {
	display: none!important
}
.tem79-header {
	height: 90px
}
.tem79-header .head_bottom .navigation .search .head_editor, .tem79-header .con .cart, .tem79-header .head_top .con .login {
	display: none
}
.tem79-header .head_top .con .head_editor span {
	font-size: 12px!important
}
.tem79-header .head_top .con {
	width: 94%
}
.tem79-header .head_bottom .con {
	height: 60px;
	width: 94%
}
.tem79-header .head_bottom .search_box form i {
	opacity: .9
}
.tem79-header .head_bottom .logo {
	width: auto;
	height: 60px;
	padding: 10px 0;
	line-height: 40px
}
.tem79-header .head_bottom .navigation {
	width: auto;
	height: 60px;
	position: relative
}
.tem79-header .head_bottom .navigation .search {
	height: 60px;
	padding: 0;
	padding-top: 10px
}
.tem79-header .head_bottom .navigation .search .icon_bx {
	margin: 0
}
.tem79-header .head_bottom .navigation nav {
	position: absolute;
	width: 240px!important;
	max-width: none!important;
	top: 100%;
	right: 0;
	box-shadow: 0 4px 12px rgba(0,0,0,.1);
	transform: translateX(100%);
	opacity: 0;
	visibility: hidden;
	transition: .3s
}
.tem79-header .head_bottom .navigation.active nav {
	transform: translateX(0);
	opacity: 1;
	visibility: visible
}
.tem79-header .head_bottom .navigation nav .nav>ul>li>.text {
	position: relative;
	border-bottom: 1px solid rgba(122,122,122,.1)
}
.tem79-header .head_bottom .navigation nav .nav>ul>li:last-child>.text {
	border-bottom: none
}
.tem79-header .head_bottom .navigation nav .nav>ul>li>.text:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 20px;
	bottom: 20px;
	border-right: 1px solid;
	border-color: rgba(122,122,122,.1)
}
.tem79-header .head_bottom .navigation nav .nav>ul>li .text a {
	padding: 10px 20px;
	display: block;
	position: relative;
	transition: 0s
}
.tem79-header .head_bottom .navigation nav .nav>ul>li:last-child>.text:after {
	border: none
}
.tem79-header .head_bottom .navigation nav .nav>ul>li .text.xia:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	display: block;
	top: 50%;
	right: 18px;
	border: 4px solid transparent;
	border-top-color: inherit;
	margin-top: -2px;
	transition: .3s
}
.tem79-header .head_bottom .navigation nav .nav>ul>li .text.xia {
	padding: 10px 20px;
	padding-right: 30px;
	position: relative
}
.tem79-header .head_bottom .navigation nav .nav>ul>li .text.xia a {
	padding: 0;
	display: inline
}
.tem79-header .head_bottom .navigation nav .nav>ul li {
	position: relative
}
.tem79-header .head_bottom .navigation nav .nav>ul ul {
	display: none;
	padding: 10px 0;
	background: none!important
}
.tem79-header .head_bottom .navigation nav .nav>ul ul .text.xia, .tem79-header .head_bottom .navigation nav .nav>ul ul .text a {
	padding-left: 30px
}
.tem79-header .head_bottom .navigation nav .nav>ul ul ul .text.xia, .tem79-header .head_bottom .navigation nav .nav>ul ul ul .text a {
	padding-left: 40px
}
.tem79-header .navigation .nav_button {
	outline: none;
	border: 0;
	width: 40px;
	height: 40px;
	padding: 10px;
	transition: all .45s;
	z-index: 99;
	display: block;
	background: 0;
	float: right
}
.tem79-header .navigation .nav_button .nav_button_icon {
	position: relative;
	width: 20px;
	height: 16px
}
.tem79-header .navigation .nav_button .nav_button_icon span {
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	height: 0;
	transition: all .15s;
	border-bottom: 2px solid
}
.tem79-header .navigation .nav_button .nav_button_icon span:nth-child(1) {
	top: 50%;
	transform: translate3d(0, -50%, 0)
}
.tem79-header .navigation .nav_button .nav_button_icon span:nth-child(2) {
	top: 0;
	transform: translateZ(0) rotate(0) scaleX(1)
}
.tem79-header .navigation .nav_button .nav_button_icon span:nth-child(3) {
	bottom: 0;
	transform: translateZ(0) rotate(0) scaleX(1)
}
.tem79-header .navigation.active .nav_button .nav_button_icon span:nth-child(1) {
	opacity: 0
}
.tem79-header .navigation.active .nav_button .nav_button_icon span:nth-child(2) {
	transform: rotate(45deg) translate3d(5px, 5px, 0)
}
.tem79-header .navigation.active .nav_button .nav_button_icon span:nth-child(3) {
	transform: rotate(-45deg) translate3d(5px, -5px, 0)
}
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
	float: left
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}
.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #D62020
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}
.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}
.swiper-pagination-progress {
	background: rgba(0,0,0,.25);
	position: absolute
}
.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #D62020;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}
.swiper-container-vertical>.swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}
.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255,255,255,.5)
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000
}
.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(right, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(right, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(right, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: linear-gradient(to left, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: linear-gradient(to top, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(top, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(top, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}
.swiper-container-cube, .swiper-container-flip {
	overflow: visible
}
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}
.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center
}
.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1)
}
.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,.5);
	border-radius: 10px;
	left: 0;
	top: 0
}
.swiper-scrollbar-cursor-drag {
	cursor: move
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
100% {
-webkit-transform:rotate(360deg)
}
}
@keyframes swiper-preloader-spin {
100% {
transform:rotate(360deg)
}
}
.tem41-banner {
	width: 100%
}
.tem41-banner .con {
	width: 100%;
	border-color: #fff;
	color: #fff
}
.tem41-banner .tem41_banner_con_max {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-color: inherit
}
.tem41-banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-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
}
.tem41-banner .swiper-slide img {
	width: 100%
}
.tem41-banner .swiper_icon {
	position: absolute;
	left: 45%;
	bottom: 40px;
	width: 100px;
	height: 70px;
	transition: 0.3s;
	z-index: 1;
	display: none;
	border: 3px solid;
	box-sizing: content-box;
	border-color: inherit
}
.tem41-banner .swiper_icon:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: inherit;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -23px
}
.tem41-banner .swiper_icon1 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative
}
.tem41-banner .swiper_icon2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 9999999px;
	height: 100%;
	transition: 0.3s
}
.tem41-banner .swiper_icon img {
	width: 100px;
	height: 100%;
	float: left
}
.tem41-banner .swiper-pagination {
	border-color: inherit
}
.tem41-banner .swiper-pagination .swiper-pagination-bullet {
	width: 20px;
	height: 6px;
	border-radius: 0;
	background: 0;
	border: 1px solid;
	border-color: inherit;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	opacity: 1;
	vertical-align: middle;
	margin: 0 4px
}
.tem41-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	height: 8px;
	margin-top: -1px;
	border-width: 4px
}
.tem41-banner .tem41_banner_con_max .left, .tem41-banner .tem41_banner_con_max .right {
	z-index: 10;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
	opacity: .5
}
.tem41-banner .tem41_banner_con_max .left:hover, .tem41-banner .tem41_banner_con_max .right:hover {
	opacity: 1
}
.tem41-banner .tem41_banner_con_max .left {
	left: 10px
}
.tem41-banner .tem41_banner_con_max .right {
	right: 10px
}
.tem41-banner .left .icon-keyboard_arrow_left, .tem41-banner .right .icon-keyboard_arrow_right {
	font-size: 50px;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	text-shadow: 0 1px 2px rgba(0,0,0,.8)
}
@media(orientation:portrait) {
.tem41-banner .tem41_banner_con_max .left, .tem41-banner .tem41_banner_con_max .right {
	display: none
}
.tem41-banner .swiper-pagination {
	pointer-events: none
}
.tem41-banner .swiper-pagination .swiper-pagination-bullet {
	width: 14px;
	height: 4px
}
.tem41-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	height: 6px;
	border-width: 3px
}
}
.tem01-title {
	text-align: center
}
.tem01-title .title {
	padding: 0 15px
}
.tem01-title .subtitle {
	font-size: 13px;
	line-height: 30px;
	color: #888;
	padding: 0 15px
}
.tem01-title .more {
	display: none
}
@media (max-width:768px) {
.tem01-title .title, .tem01-title .subtitle {
	padding-left: 2%!important;
	padding-right: 2%!important
}
.tem01-title.full-screen-spacing .full-screen .title, .tem01-title.full-screen-spacing .full-screen .subtitle {
	padding-left: 3%!important;
	padding-right: 3%!important
}
}
.mainlist .tem01-list-title, .maindetail .tem01-list-title {
	text-align: center;
	padding: 15px 0
}
.mainlist .tem01-list-title .subtitle, .maindetail .tem01-list-title .subtitle {
	line-height: 30px;
	color: #888
}
.mainlist .tem01-list-title .more, .maindetail .tem01-list-title .more {
	display: none
}
.tem07-main-products .col-lg-4:nth-of-type(3n+1) {
	clear: both
}
.tem07-main-products .box {
	margin-bottom: 15px
}
.tem07-main-products .images img {
	width: 100%
}
.tem07-main-products .text {
	border: 1px solid #eee;
	padding: 10px 15px
}
.tem07-main-products .title {
	font-size: 16px;
	color: #64646e;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee
}
.tem07-main-products .description {
	font-size: 12px;
	color: #969696
}
.tem07-main-products .add-module {
	clear: both
}
@media (max-width:768px) {
.tem07-main-products .container {
	padding-left: 3%!important;
	padding-right: 3%!important
}
.tem07-main-products.full-screen-spacing .container.full-screen {
	padding-left: 0!important;
	padding-right: 0!important
}
.tem07-main-products .title {
	font-size: 14px
}
.tem07-main-products .text {
	padding: 10px
}
.tem07-main-products .box {
	margin: 5px 0
}
}
.tem26-service a:hover {
	text-decoration: none;
	color: #fff
}
.tem26-service a:focus {
	text-decoration: none
}
.tem26-service .icon {
	font-size: 30px
}
.tem26-service.content-left .tem26-service-icon.icon-left, .tem26-service.content-left .tem26-service-icon.icon-right {
	margin-right: -7.5px
}
.tem26-service.content-left .tem26-service-text {
	margin: 0 -7.5px
}
.tem26-service.content-right .tem26-service-icon.icon-left, .tem26-service.content-right .tem26-service-icon.icon-right {
	margin-left: -7.5px
}
.tem26-service.content-right .tem26-service-text {
	margin: 0 0 15px -15px
}
.tem26-service .icon-right .col-lg-6 {
	padding: 0 7.5px
}
.tem26-service .tem26-service-icon .iconbox {
	padding: 23px 10px;
	margin: 0 0 14px;
	display: inline-block;
	text-align: center;
	box-shadow: 0 0 20px rgba(90,90,90,.2);
	width: 100%
}
.tem26-service .tem26-service-icon .title {
	color: inherit;
	font-size: 16px;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.tem26-service .tem26-service-icon .iconbox:hover .title {
	color: #fff
}
.tem26-service .tem26-service-icon .iconbox .icon {
	color: inherit
}
.tem26-service .tem26-service-icon .iconbox:hover .icon {
	color: #fff
}
.tem26-service .tem26-service-text {
	position: relative;
	padding: 15px 20px 50px 20px;
	margin-bottom: 15px;
	color: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.2)
}
.tem26-service .tem26-service-text .titlediv {
	font-size: 16px;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 14px;
	position: relative
}
.tem26-service .tem26-service-text .line {
	width: 20%;
	height: 2px;
	margin-top: 8px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s
}
.tem26-service .tem26-service-text:hover .line {
	width: 100%
}
.tem26-service .about_text {
	font-size: 12px;
	line-height: 20px;
	height: 100px;
	overflow: hidden;
	margin-top: 20px
}
.tem26-service .about_btn {
	position: absolute;
	right: 2px;
	bottom: 2px
}
.tem26-service .about_btn .button-box {
	width: 0;
	height: 0;
	display: block;
	border-color: transparent rgba(255,255,255,.8) rgba(255,255,255,.8) transparent;
	border-width: 15px;
	border-style: solid;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s
}
.tem26-service .about_btn .button-box span {
	font-size: 16px;
	position: absolute;
	bottom: 1px;
	right: 1px
}
@media (max-width:768px) {
.tem26-service .container {
	padding-left: 3%!important;
	padding-right: 3%!important
}
.tem26-service.full-screen-spacing .container.full-screen {
	padding-left: 0!important;
	padding-right: 0!important
}
.tem26-service.content-left .tem26-service-icon.icon-left, .tem26-service.content-left .tem26-service-icon.icon-right, .tem26-service.content-right .tem26-service-icon.icon-left, .tem26-service.content-right .tem26-service-icon.icon-right {
	margin: 0
}
.tem26-service.content-left .tem26-service-text, .tem26-service.content-right .tem26-service-text {
	margin: 0 0 15px 0;
	text-align: center
}
.tem26-service .icon-right .col-lg-6 {
	padding: 0
}
.tem26-service .tem26-service-text {
	padding: 15px 3% 40px 3%
}
.tem26-service .tem26-service-icon .title {
	font-size: 14px;
	margin: 10px 0 0
}
.tem26-service .tem26-service-text .titlediv {
	font-size: 14px
}
.tem26-service .tem26-service-text .line {
	margin-left: 40%
}
.tem26-service .tem26-service-text:hover .line {
	width: 20%
}
.tem26-service .about_btn .button-box {
	border-color: transparent inherit inherit transparent
}
.tem26-service .content-float {
	padding: 0!important
}
}
.tem27-service.content-left .tem26-service-text {
	margin: 0 -7.5px 15px 0
}
.tem27-service.content-left .tem26-service-icon.icon-left {
	margin-left: -7.5px;
	margin-right: -7.5px
}
.tem27-service.content-left .tem26-service-icon.icon-right {
	margin-left: -15px;
	margin-right: -7.5px
}
.tem27-service.content-right .tem26-service-text {
	margin: 0 -7.5px 15px -7.5px
}
.tem27-service.content-right .tem26-service-icon.icon-left {
	margin-left: -7.5px;
	margin-right: 0
}
.tem27-service.content-right .tem26-service-icon.icon-right {
	margin-left: -7.5px;
	margin-right: -15px
}
@media (max-width:768px) {
.tem27-service .container {
	padding-left: 3%!important;
	padding-right: 3%!important
}
.tem27-service.full-screen-spacing .container.full-screen {
	padding-left: 0!important;
	padding-right: 0!important
}
.tem27-service .content-float {
	padding: 0!important
}
.tem27-service.content-left .tem26-service-icon.icon-left, .tem27-service.content-left .tem26-service-icon.icon-right, .tem27-service.content-right .tem26-service-icon.icon-left, .tem27-service.content-right .tem26-service-icon.icon-right {
	margin: 0
}
.tem27-service.content-left .tem26-service-text, .tem27-service.content-right .tem26-service-text {
	margin: 0 0 15px 0;
	text-align: center
}
}
.tem349-irregular {
	padding-left: 5%;
	padding-right: 5%;
	background-color: #f0f0f0
}
.tem349-irregular .item {
	width: 100%;
	background-color: #fff
}
.tem349-irregular .item a {
	width: 100%;
	height: 100%
}
.tem349-irregular.content-left .text {
	text-align: left
}
.tem349-irregular.content-right .text {
	text-align: right
}
.tem349-irregular .text {
	text-align: center;
	width: 100%;
	color: #333;
	padding: 3%
}
.tem349-irregular .title {
	font-size: 16px;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}
.tem349-irregular .description {
	opacity: .7;
	margin-top: 5px;
	line-height: 170%;
	font-weight: 400
}
.tem349-irregular .image {
	width: 100%;
	overflow: hidden;
	position: relative
}
.tem349-irregular .image img {
	width: 100%;
	transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s
}
.tem349-irregular .item:hover img {
	transform: translateX(10px)
}
.tem349-irregular ._display a {
	width: 200%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: flex-end
}
.tem349-irregular ._display .image {
	width: 50%
}
.tem349-irregular ._display .text {
	width: 50%;
	transform: translateX(-100%);
	padding: 3%
}
.tem349-irregular .swiper-container {
	padding-bottom: 30px
}
.tem349-irregular .swiper-pagination {
	bottom: 0!important
}
.tem349-irregular .prev, .tem349-irregular .next {
	position: absolute;
	top: 50%;
	z-index: 2;
	font-size: 2.75rem;
	opacity: .5;
	cursor: pointer;
	color: #fff;
	transform: translateY(calc(-50% - 15px));
	-moz-transform: translateY(calc(-50% - 15px));
	-webkit-transform: translateY(calc(-50% - 15px));
	border-radius: 4px
}
.tem349-irregular .prev {
	left: 0;
	transform: translateY(calc(-50% - 15px)) scale(-1, 1);
	-moz-transform: translateY(calc(-50% - 15px)) scale(-1, 1);
	-webkit-transform: translateY(calc(-50% - 15px)) scale(-1, 1)
}
.tem349-irregular .next {
	right: 0
}
@media (max-width:768px) {
.tem349-irregular .container, .tem349-irregular.full-screen-spacing .container.full-screen {
	padding-left: 3%!important;
	padding-right: 3%!important
}
}
@media (max-width:480px) {
.tem349-irregular .prev, .tem349-irregular .next {
	font-size: 1.75rem
}
.tem349-irregular .swiper-pagination-bullet {
	width: 6px;
	height: 6px
}
}
.tem240-irregular.content-right .flexBoxStem {
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}
.tem240-irregular.content-right .flexBoxStem.wrap .flexBoxFill.col-sm-8 {
	padding-left: 0
}
.tem240-irregular.content-right .flexBoxStem.wrap2 .flexBoxFill.col-sm-8 {
	padding-left: 15px
}
.tem240-irregular img {
	width: 100%
}
.tem240-irregular .wrap {
	position: relative;
	padding: 10px 0;
	border-bottom: 1px solid;
	border-color: #ddd
}
.tem240-irregular .wrap::after {
	border-bottom: 1px solid;
	border-color: inherit;
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0
}
.tem240-irregular .wrap .col-sm-4 {
	padding-left: 0
}
.tem240-irregular .wrap .col-sm-8 {
	padding-right: 0
}
.tem240-irregular .wrap2 .col-sm-4 {
	padding-right: 0
}
.tem240-irregular .wrap2 .col-sm-8 {
	padding-left: 0
}
.tem240-irregular .text {
	padding: 20px
}
.tem240-irregular .text .title {
	font-size: 20px;
	line-height: 30px;
	position: relative;
	margin: 10px 0;
	border-color: inherit
}
.tem240-irregular .text .title::after {
	position: absolute;
	left: -20px;
	top: -20px;
	content: "";
	border: 30px solid;
	border-color: inherit;
	border-radius: 50%;
	opacity: .2
}
.tem240-irregular .text .description {
	color: #666;
	line-height: 180%;
	font-size: 14px
}
@media (max-width:768px) {
.tem240-irregular .container {
	padding-left: 3%!important;
	padding-right: 3%!important
}
.tem240-irregular.full-screen-spacing .container {
	padding-left: 0!important;
	padding-right: 0!important
}
}
.tem378-irregular {
	background-color: var(--main-color)
}
.tem378-irregular.clearBg [layout-id="1"]:not(.noClearBg) {
	background-color: transparent!important;
	background-image: none!important
}
.tem378-irregular .designer-noData {
	color: #fff;
	border-color: #fff
}
.tem01-about.content-right .flexBoxStem {
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}
.tem01-about .about_text {
	line-height: 160%;
	overflow: hidden;
	margin: 10px 0
}
.tem01-about .about_btn {
	padding: 15px 0;
	text-transform: uppercase
}
.tem01-about .about_pic img {
	width: 100%
}
@media (max-width:768px) {
.tem01-about .container, .tem01-about.full-screen-spacing .col-lg-6:nth-of-type(1) {
	padding-left: 3%!important;
	padding-right: 3%!important
}
.tem01-about.full-screen-spacing .container.full-screen {
	padding-left: 0!important;
	padding-right: 0!important
}
.tem01-about h2, .tem01-about .h2 {
	font-size: 26px
}
.tem01-about .about_text {
	margin: 10px 0 0
}
.tem01-about .col-xs-6 {
	width: 100%
}
.tem01-about .flexBoxStem {
	flex-wrap: wrap-reverse
}
}
.tem38-team {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed
}
.tem38-team .swiper-container {
	width: 100%;
	height: 100%
}
.tem38-team .container .cont_pad {
	height: 100%;
	padding: 0 100px;
	position: relative;
	border-color: #999;
	color: #333
}
.tem38-team .container .col_height {
	height: 100%
}
.tem38-team .gallery-thumbs .text_img {
	width: 60%;
	padding-top: 60%;
	-webkit-box-shadow: 0 4.5px 17px rgba(36,37,38,.35);
	-moz-box-shadow: 0 4.5px 17px rgba(36,37,38,.35);
	box-shadow: 0 4.5px 17px rgba(36,37,38,.35);
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	margin: auto;
	background-size: cover;
	background-position: 50% 50%
}
.tem38-team .gallery-thumbs .text_img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}
.tem38-team .gallery-thumbs .text_txt {
	width: 70%;
	float: left;
	padding: 10px
}
.tem38-team .gallery-thumbs .title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	font-size: 15px
}
.tem38-team .gallery-thumbs .description {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	font-size: 12px;
	padding-top: 4px;
	opacity: .85
}
.tem38-team .gallery-thumbs .swiper-slide {
	cursor: pointer;
	position: relative;
	padding: 80px 50px;
	opacity: .6;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
	-webkit-transition: opacity 0.4s ease, -webkit-transform 0.6s ease;
	-moz-transition: opacity 0.4s ease, -moz-transform 0.6s ease;
	-o-transition: opacity 0.4s ease, -o-transform 0.6s ease;
	transition: opacity 0.4s ease, transform 0.6s ease
}
.tem38-team .gallery-thumbs .swiper-slide.active_box {
	opacity: 1;
	-webkit-transform: scale(1.76);
	-moz-transform: scale(1.76);
	-ms-transform: scale(1.76);
	-o-transform: scale(1.76);
	transform: scale(1.76)
}
.tem38-team .gallery-top .img_height:nth-child(1) {
	opacity: .95;
	padding: 0;
	height: 60%
}
.tem38-team .gallery-top .img_height:nth-child(2) {
	padding: 0 30px;
	height: 40%
}
.tem38-team .gallery-top .img_height:nth-child(2) a {
	color: inherit
}
.tem38-team .gallery-top .img_height:nth-child(1).img_height2 {
	height: 100%
}
.tem38-team .gallery-top .text {
	height: 100%;
	padding: 20px 0;
	position: relative;
	text-align: center
}
.tem38-team .gallery-top .text .title {
	font-size: 20px;
	max-height: 60px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.tem38-team .gallery-top .text .description {
	font-size: 13px;
	max-height: 75px;
	line-height: 25px;
	overflow: hidden;
	opacity: .9;
	margin-top: 30px
}
.tem38-team .gallery-top .text .bottom {
	display: none;
	height: 20px;
	line-height: 20px;
	position: absolute;
	bottom: 0;
	left: 50px;
	opacity: 0;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}
.tem38-team .gallery-top .img_height img {
	width: 100%;
	display: none
}
.tem38-team .gallery-top .swiper-pagination {
	display: none
}
.tem38-team .swiper-button-next, .tem38-team .swiper-button-prev {
	background: rgba(0,0,0,0);
	font-size: 30px;
	border: 2px solid;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	border-color: inherit;
	transition: 0.4s
}
.tem38-team .swiper-button-next>div, .tem38-team .swiper-button-prev>div {
	width: 100%;
	height: 100%;
	line-height: 42px
}
.tem38-team .swiper-button-prev:hover {
	border-color: #fff;
	background-color: #fff;
	margin-left: -10px
}
.tem38-team .swiper-button-next:hover {
	border-color: #fff;
	background-color: #fff;
	margin-right: -10px
}
@media (max-width:768px) {
.tem38-team {
	padding: 15px 0 5px!important;
	background-attachment: initial;
	background-size: cover
}
.tem38-team .container, .tem38-team.full-screen-spacing .container.full-screen {
	padding-left: 3%!important;
	padding-right: 3%!important
}
.tem38-team .container {
	height: auto
}
.tem38-team .gallery-thumbs {
	display: none
}
.tem38-team .container .cont_pad {
	padding: 0
}
.tem38-team .gallery-top .img_height img {
	width: 50%;
	display: block;
	margin: auto
}
.tem38-team .gallery-top .text .title {
	font-size: 16px;
	max-height: 44px;
	line-height: 22px
}
.tem38-team .gallery-top .text .description {
	font-size: 12px;
	opacity: 1;
	margin-top: 5px;
	margin-bottom: 30px;
	max-height: none;
	-webkit-line-clamp: initial
}
.tem38-team .gallery-top .swiper-pagination {
	display: block
}
.tem38-team .gallery-top .text {
	padding: 5px 0 0
}
.tem38-team .swiper-button-next, .tem38-team .swiper-button-prev {
	display: none
}
.tem38-team .gallery-top .img_height:nth-child(2) {
	padding: 0 10px
}
}
.tem70-news {
	padding: 2% 0;
	background-color: #F7F7F7
}
.tem70-news img {
	width: 100%;
	display: none
}
.tem70-news a {
	border-bottom: 1px solid;
	border-color: inherit;
	color: inherit;
	display: block;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	color: inherit
}
.tem72-news .item {
	border-color: rgba(255,255,255,.15);
	color: #fff;
	position: relative;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	border-color: rgba(255,255,255,.1);
	height: calc(100% + 60px)
}
.tem72-news .item>a {
	padding: 8%;
	border-color: inherit;
	border: 1px solid;
	border-color: inherit;
	display: block;
	color: inherit;
	transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	height: calc(100% - 50px)
}
.tem72-news .text {
	margin-bottom: 50px
}
.tem72-news .title {
	font-size: 1.25rem;
	margin-bottom: 30px
}
.tem72-news .description {
	opacity: .7;
	line-height: 170%
}
.tem72-news .date {
	opacity: 0;
	text-align: right;
	font-family: HELVETICANEUELTPRO-THEX;
	position: absolute;
	right: 0;
	bottom: 0;
	right: 8%;
	transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s
}
.tem72-news .date span {
	display: block;
	font-size: 4rem
}
.tem72-news .more {
	border: 1px solid;
	border-color: inherit;
	border-top: none;
	text-align: right;
	overflow: hidden;
	color: #fff
}
.tem72-news .more a {
	padding: 15px 70px;
	display: inline-block;
	color: inherit;
	transition: .4s ease-out
}
.tem72-news .swiper-button-prev, .tem72-news .swiper-button-next {
	background: none;
	width: auto;
	height: auto;
	padding: 12px;
	background-color: rgba(0,0,0,.2);
	opacity: 0;
	color: #fff;
	font-size: 26px;
	transition: .3s;
	margin: 0!important;
	top: 50%
}
.tem72-news .swiper-button-prev {
	left: 0;
	transform: translate(-100%, -50%);
	-moz-transform: translate(-100%, -50%);
	-webkit-transform: translate(-100%, -50%)
}
.tem72-news .swiper-button-next {
	right: 0;
	transform: translate(100%, -50%);
	-moz-transform: translate(100%, -50%);
	-webkit-transform: translate(100%, -50%)
}
.tem72-news .swiper-wrapper {
	padding-bottom: 90px;
	display: flex;
	display: -webkit-flex
}
.tem72-news .swiper-pagination {
	display: block;
	bottom: 0;
	position: static;
	width: 100%
}
.tem72-news .swiper-pagination-bullet {
	width: 4px;
	height: 4px;
	border-color: inherit;
	margin: 10px 18px!important;
	position: relative;
	opacity: 1;
	border: 2px solid;
	border-color: inherit;
	background: none
}
.tem72-news .swiper-pagination-bullet::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	border: 1px solid;
	border-color: inherit;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	left: -10px;
	top: -10px;
	opacity: 0
}
.tem72-news .swiper-pagination-bullet-active::after {
	opacity: 1
}
@media (min-width:769px) {
.tem72-news .item:hover .date {
	opacity: .3;
	transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-webkit-transform: translateY(-50px)
}
.tem72-news .item:hover .more a {
	transform: translateX(20px);
	-moz-transform: translateX(20px);
	-webkit-transform: translateX(20px)
}
.tem72-news .swiper-container:hover .swiper-button-prev, .tem72-news .swiper-container:hover .swiper-button-next {
	transform: translate(0, -50%);
	opacity: 1
}
.tem72-news .swiper-slide {
	height: 100%!important
}
}
@media(max-width:768px) {
.tem72-news .container, .tem72-news.full-screen-spacing .container.full-screen {
	padding-left: 3%!important;
	padding-right: 3%!important
}
.tem72-news .swiper-button-prev, .tem72-news .swiper-button-next {
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	opacity: 1;
	padding: 5px
}
.tem72-news .swiper-pagination-bullet {
	margin: 10px 12px!important
}
.tem72-news .swiper-pagination-bullet::after {
	width: 16px;
	height: 16px;
	left: -8px;
	top: -8px
}
.tem72-news .swiper-pagination {
	position: absolute
}
.tem72-news .date {
	bottom: 50px;
	opacity: 1
}
.tem72-news .date span {
	font-size: 18px;
	display: inline-block;
	padding-left: 5px;
	font-size: 14px
}
.tem72-news .title {
	margin-bottom: 15px
}
.tem72-news .more a {
	padding: 8px 30px;
	font-size: 12px
}
.tem72-news .item>a {
	height: calc(100% - 34px);
	padding: 5% 8%
}
.tem72-news .swiper-wrapper {
	padding-bottom: 40px
}
.tem72-news .text {
	margin: 0
}
}
@media(max-width:480px) {
.tem72-news .item>a {
	padding: 5%
}
}
@media(max-width:360px) {
.tem72-news .item>a {
	height: auto
}
}
.tem41-footer .top {
	padding: 30px 0 20px
}
.tem41-footer h4, .tem41-footer .h4, .tem41-footer h4 p, .tem41-footer .h4 p {
	font-weight: 400;
	text-align: left;
	font-size: 20px
}
.tem41-footer h4, .tem41-footer .h4 {
	color: #7C818E;
	font-weight: 700;
	font-size: 16px
}
.tem41-footer .links-info {
	display: block;
	font-weight: 300;
	font-size: 12px;
	line-height: 25px
}
.tem41-footer .phone {
	color: #d9d9d9;
	font-family: Georgia;
	font-size: 26px
}
.tem41-footer .phone img {
	max-width: 100%
}
.tem41-footer .tem02-footer-grids ul li {
	margin-bottom: 5px;
	font-size: 14px;
	list-style-type: none;
	line-height: 180%
}
.tem41-footer .tem02-footer-grids ul li a {
	color: #3A3A3A;
	text-decoration: none
}
.tem41-footer .tem02-footer-grids ul li a:hover {
	color: #fff
}
.tem41-footer .tem02-footer-grids h4 a, .tem41-footer .tem02-footer-grids .h4 a {
	color: #D28F3B;
	font-size: 2.3em;
	text-decoration: none
}
.tem41-footer .flogo {
	width: 100%;
	margin-bottom: 20px
}
.tem41-footer .flogo img {
	width: auto
}
.tem41-footer .right .title {
	color: #3a3a3a
}
.tem41-footer .right .description {
	color: #999
}
.tem41-footer .right .btn {
	margin: 20px 0 10px;
	background: #95999F;
	color: #fff;
	border-radius: 0;
	padding: 15px 30px;
	border: none;
	font-weight: 500
}
.tem41-footer .sitemap-link {
	color: #666
}
.tem41-footer .share {
	color: #666
}
.tem41-footer .share a {
	display: inline-block;
	color: inherit;
	font-size: 16px
}
.tem41-footer .share a span {
	padding: 10px 10px 0 0
}
.tem41-footer .share a span[class*="icon-google-plus"] {
	display: none
}
.tem41-footer .description.desc_ a {
	color: inherit
}
@media (max-width:991px) {
.tem41-footer .col-xs-6 {
	margin: 10px 0
}
}
@media (max-width:768px) {
.tem41-footer {
	display: none
}
}
.tem03-copyright {
	background-color: rgba(0,0,0,.9);
	padding: 10px 0
}
.tem03-copyright .copyright {
	color: #999;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin-top: 5px
}
.tem03-copyright .share-to {
	text-align: center
}
.tem03-copyright .share-to a {
	display: inline-block
}
.tem03-copyright .share-to a span {
	margin: 5px;
	line-height: 50px;
	text-align: center;
	font-size: 30px
}
.tem03-copyright .share-to a span[class*="icon-google-plus"] {
	display: none
}
@media (max-width:767px) {
.tem03-footer {
	display: none
}
}
#mqChat-box {
	position: fixed;
	bottom: 0;
	right: 15px;
	z-index: 1038;
--box-shadow:rgba(0,0,0,.15) 0 1px 15px
}
#mqChat-box.show {
	bottom: 30px
}
#mqChat-box.show #mqChat-small {
	display: none
}
#mqChat-box.show #mqChat-show {
	display: block;
	bottom: 0
}
#mqChat-box i, #mqChat-box em, #mqChat-box dfn {
	font-style: normal
}
#mqChat-box .none, #mqChat-box [none] {
	display: none
}
#mqChat-small {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: inherit;
	cursor: pointer;
	box-shadow: var(--box-shadow)
}
#mqChat-small dfn {
	position: relative
}
#mqChat-small i {
	font-size: 25px;
	display: inline-block
}
#mqChat-small span {
	padding: 0 10px 0 15px;
	font-size: 18px
}
#mqChat-small em {
	opacity: .5
}
#mqChat-small .icon-keyboard_control {
	position: absolute;
	top: 0;
	left: 2px;
	z-index: 1;
	font-size: 22px
}
#mqChat-show {
	border-radius: 5px;
	overflow: hidden;
	background-color: #FFF;
	width: 350px;
	box-shadow: var(--box-shadow)
}
#mqChat-head {
	font-size: 18px;
	color: #FFF;
	padding-left: 7px;
	position: relative
}
#mqChat-head i {
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 28px;
	height: 28px
}
#mqChat-head i::after, #mqChat-head i::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #fff;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -1px
}
#mqChat-head i::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
#mqChat-head i::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
#mqChat-head i:hover {
	background-color: rgba(0,0,0,.1)
}
#mqChat-head span {
	padding: 10px;
	display: inline-block
}
#mqChat-chat form {
	border-top: 1px solid rgba(0,0,0,.1);
	padding: 5px 10px
}
#mqChat-chat .flex {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	position: relative;
	flex-shrink: 0
}
#mqChat-chat .flex i {
	font-size: 22px;
	opacity: .6
}
#mqChat-chat .flex input {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	z-index: 1;
	cursor: pointer
}
#mqChat-chat .submit {
	flex-shrink: 0;
	font-size: 14px;
	border-radius: 5px;
	padding: 5px 15px;
	color: #FFF;
	border: none;
	cursor: pointer
}
#mqChat-chat .tips {
	flex-grow: 1;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 5px
}
#mqChat-chat .tips:before {
	content: attr(title);
	opacity: .5
}
#mqChat-chat .face {
	border: none;
	outline: none;
	background: none;
	padding: 0 10px;
	color: inherit;
	cursor: pointer
}
#mqChat-chat .face:after {
	content: "";
	background: url(/Template/public4/assets/images/tem01-float_1.png) no-repeat center;
	background-size: cover;
	width: 12px;
	height: 8px;
	position: absolute;
	top: -1px;
	left: 36px;
	z-index: 2;
	display: none
}
#mqChat-chat .face:focus:after {
	display: block
}
#mqChat-chat .face:focus .nano {
	display: block
}
#mqChat-chat .nano {
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 160px;
	overflow-y: auto;
	background-color: #FFF;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 5px;
	display: none
}
#mqChat-chat .nano ul {
	padding: 12px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap
}
#mqChat-chat .nano li {
	width: 100%;
	max-width: 10%;
	padding-top: 10%;
	cursor: pointer;
	position: relative
}
#mqChat-chat .nano li img {
	width: 75%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}
#mqChat-chat .nano li:hover {
	background-color: rgba(0,0,0,.05)
}
#mqChat-chat .upload {
	flex-shrink: 0;
	position: relative;
	overflow: hidden
}
#mqChat-chat .chat {
	height: 370px;
	overflow: hidden;
	overflow-y: auto
}
#mqChat-chat .chat ul {
	display: flex;
	display: -webkit-flex;
	flex-flow: column;
	padding-top: 20px
}
#mqChat-chat .chat li {
	padding: 0 15px 20px;
	max-width: 100%
}
#mqChat-chat .chat em {
	display: block;
	font-size: 12px;
	opacity: .5;
	text-align: center;
	padding-bottom: 10px
}
#mqChat-chat .chat span {
	text-align: left;
	padding: 9px 15px 10px;
	border-radius: 5px;
	display: inline-block;
	max-width: 100%;
	word-wrap: break-word
}
#mqChat-chat .chat .more {
	font-size: 12px;
	text-align: center;
	opacity: .5;
	margin: 0 auto 20px;
	padding: 0;
	cursor: pointer
}
#mqChat-chat .chat .b2c {
	padding-right: 75px
}
#mqChat-chat .chat .b2c em {
	margin-right: -60px
}
#mqChat-chat .chat .b2c span {
	background-color: #F1F2F5
}
#mqChat-chat .chat .c2b {
	padding-left: 75px;
	text-align: right
}
#mqChat-chat .chat .c2b em {
	margin-left: -60px
}
#mqChat-chat .chat .c2b span {
	background-color: var(--main-color);
	color: #FFF;
	position: relative
}
#mqChat-chat .chat .c2b i {
	position: absolute;
	top: 50%;
	left: -5px;
	transform: translate(-100%, -50%);
	font-size: 12px;
	color: #999
}
#mqChat-chat .chat .c2b i:before {
	width: 24px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	border-radius: 100px;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	margin-right: 5px
}
#mqChat-chat .chat .c2b .loading:before {
	content: " ";
	background: url(/Template/public4/assets/images/tem01-float_1.gif) no-repeat center;
	background-size: 70%;
	vertical-align: -7px
}
#mqChat-chat .chat .c2b .error:before {
	content: "!";
	background: red;
	cursor: pointer;
	vertical-align: -1px
}
#mqChat-chat .chat img {
	border-radius: 14px;
	max-width: 100%;
	height: auto!important
}
#mqChat-chat .chat img.emoji {
	border-radius: 0;
	height: 18px!important
}
#mqChat-chat .chat img.pointer {
	cursor: pointer
}
#mqChat-textarea {
	position: relative;
	border-radius: 5px;
	background: rgba(236,237,241,.4);
	height: 60px;
	overflow-y: auto;
	padding: 10px;
	line-height: 1.5;
	cursor: text;
	outline: none
}
#mqChat-textarea:before {
	content: attr(title);
	position: absolute;
	top: 10px;
	left: 10px;
	opacity: .5
}
#mqChat-textarea:focus {
	background: rgba(236,237,241,.6)
}
#mqChat-textarea:focus:before {
	display: none
}
#mqChat-textarea.hideTips:before {
	content: ""
}
#mqChat-textarea img {
	max-height: 18px
}
#mqChat-show .body.show-form #mqChat-form {
	display: flex!important;
	display: -webkit-flex!important
}
#mqChat-show .body.show-form #mqChat-chat {
	display: none
}
#mqChat-form {
	padding: 20px 15px;
	background-color: #FFF;
	align-items: center;
	align-content: center
}
#mqChat-form .form {
	width: 100%
}
#mqChat-form .yzmbox {
	position: relative
}
#mqChat-form .yzmbox a {
	position: absolute;
	bottom: 4px;
	right: 8px
}
#mqChat-form .yzmbox label~.form-control-feedback, #mqChat-form .yzmbox .help-block {
	display: none!important
}
#mqChat-form .has-feedback label~.form-control-feedback {
	bottom: -10px;
	top: initial
}
#mqChat-form .help-block {
	bottom: 8px;
	right: 30px
}
@media(min-width:768px) {
#mqChat-small {
	background-color: #FFF;
	padding: 15px 20px
}
#mqChat-small .icon-keyboard_control {
	color: #FFF
}
}
@media(max-width:767px) {
#mqChat-box {
	bottom: 70px;
	right: 10px
}
#mqChat-box.show {
	bottom: 0;
	right: 0;
	top: 0;
	left: 0
}
#mqChat-small .icon-bubble, #mqChat-small {
	color: #FFF
}
#mqChat-small {
	border-radius: 100px;
	padding: 7px 10px 7px 20px
}
#mqChat-small span {
	padding-left: 10px;
	font-size: 16px
}
#mqChat-show {
	border-radius: 0;
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 46px
}
#mqChat-show .body {
	height: 100%
}
#mqChat-head {
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}
#mqChat-chat {
	height: 100%;
	position: relative;
	padding-bottom: 46px
}
#mqChat-chat form {
	padding: 7px 10px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}
#mqChat-chat .flex {
	padding: 0;
	align-items: flex-start
}
#mqChat-chat .flex i {
	vertical-align: -10px
}
#mqChat-chat .chat {
	height: 100%
}
#mqChat-chat .tips {
	display: none
}
#mqChat-chat .textarea {
	flex-grow: 1;
	padding-right: 10px
}
#mqChat-chat .face:after {
	top: -8px
}
#mqChat-chat .nano {
	bottom: 38px
}
#mqChat-chat .nano ul {
	padding: 10px
}
#mqChat-chat .nano li {
	max-width: 14.2857%;
	padding-top: 0
}
#mqChat-chat .nano li img {
	max-width: 33px;
	position: relative;
	top: 0;
	left: 0;
	transform: none;
	padding: 5px 0 10px;
	display: block;
	margin: auto
}
#mqChat-textarea {
	padding: 5px 10px;
	height: auto;
	min-height: 30px;
	max-height: 80px;
	background-color: #ECEDF1
}
#mqChat-textarea:before {
	top: 5px
}
}
.tem01-beshare {
	position: fixed;
	z-index: 999;
	display: none
}
.show .tem01-beshare {
	display: block
}
.tem01-beshare li {
	margin-bottom: 1px;
	overflow: hidden;
	position: relative
}
.tem01-beshare li a {
	display: block;
	overflow: hidden;
	transition: .5s ease 0s;
	color: #fff
}
.tem01-beshare li a span {
	display: block
}
.show.right .tem01-beshare {
	right: 0!important;
	bottom: 275px
}
.show.left .tem01-beshare {
	left: 0!important;
	bottom: 275px
}
@media(max-width:767px) {
.show.right .tem01-beshare {
	bottom: 65px;
	top: auto
}
#mqChat-small.add .font-color {
	color: #fff
}
}
.tem01-beshare.addClass {
	z-index: 1059;
	display: none;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	opacity: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s
}
.left .tem01-beshare.addClass {
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	-o-transform-origin: bottom left;
	transform-origin: bottom left
}
.right .tem01-beshare.addClass {
	-webkit-transform-origin: bottom right;
	-moz-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	-o-transform-origin: bottom right;
	transform-origin: bottom right
}
.tem01-beshare.addClass.startAnimation {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1
}
.tem01-beshare.addClass {
	background-color: var(--main-color)
}
.tem01-beshare.addClass li a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center
}
.tem01-beshare.addClass li .text {
	width: auto;
	padding-right: 20px;
	text-transform: capitalize;
	font-size: 14px
}
.show.left .tem01-beshare.addClass {
	bottom: 65px
}
#mqChat-form .form [type="submit"].btn-block {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}
#mqChat-form .form [type="submit"].btn-block:hover {
	background-color: var(--main-color);
	border-color: var(--main-color);
	color: #fff
}
.add.tem05-float #mqChat-form .form .feedback-tips {
	font-weight: 400;
	padding: 15px;
	background-color: #f2f2f2
}
