@font-face {font-family: 'webfont';
  src: url('fonts/bcqc2ykyw7g8ehfr.eot'); /* IE9*/
  src: url('fonts/bcqc2ykyw7g8ehfr.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/bcqc2ykyw7g8ehfr.woff') format('woff'), /* chrome¡¢firefox */
  url('fonts/bcqc2ykyw7g8ehfr.ttf') format('truetype'), /* chrome¡¢firefox¡¢opera¡¢Safari, Android, iOS 4.2+*/
  url('fonts/bcqc2ykyw7g8ehfr.svg#Ë¼Ô´ºÚÌå-Ï¸') format('svg'); /* iOS 4.1- */
}

@font-face {
  font-family: 'iconfont';
  src: url('fonts/font_1472462810_13814.eot'); /* IE9*/
  src: url('fonts/font_1472462810_13814.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/font_1472462810_13814.woff') format('woff'), /* chrome¡¢firefox */
  url('fonts/font_1472462810_13814.ttf') format('truetype'), /* chrome¡¢firefox¡¢opera¡¢Safari, Android, iOS 4.2+*/
  url('fonts/font_1472462810_13814.svg#iconfont') format('svg'); /* iOS 4.1- */
}
                    
.iconfont {
	font-family: 'iconfont';
	font-size: 24px;
	font-style: normal;
	color: #333;
	-webkit-font-smoothing: antialiased;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	font-family: PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans;
	margin: 0;
	padding: 0;
	color: #333;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: 400;
	font-style: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 400;
}
h1, h2, p {
	box-sizing: content-box;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
a {
	text-decoration: none;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 14px;
	font-size: 1.4rem;
	overflow-x: hidden; 
}
html, body {
	/*-webkit-user-select: none;*/
	-webkit-font-smoothing: antialiased;
}
html, a {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
*, :before, :after {
	box-sizing: border-box;
}
.clearfix:after {
	font-size: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ' ';
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
a {
	color: #333;
}
.g-box {
	position: relative;
	z-index: 100;
	padding-bottom: 60px;
	transition: all ease-out .4s;
	background-color: #f5f6fc;
	will-change: transform;
}
.g-box-open {
	transform: translate(60%, 0);
	-webkit-transform: translate(60%, 0);
}
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}
.clearfix {
	zoom: 1;
}
header {
	position: relative;
	z-index: 999;
	width: 100%;
		text-align: center;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, .15);
	 min-height:60px; 
}
header:before {
	display: inline-block;
	height: 100%;
	margin-right: -.25em;
	content: '';
	vertical-align: middle;
}
header .menu {
	position: relative;
	float: left;
	width: 60px;
	height: 60px;
}
header .menu span {
	position: absolute;
	top: 25px;
	left: 22px;
	display: block;
	width: 25px;
	height: 1px;
	background-color: #a43aa4;
}
header .menu span:nth-child(1) {
	animation-name: outfirst;
	animation-duration: .5s;
	animation-fill-mode: both;
}
header .menu span:nth-child(2) {
	top: 33px;
	animation-name: outsecond;
	animation-duration: .5s;
	animation-fill-mode: both;
}
@keyframes outfirst {
	0% {
		transform: translateY(0) rotate(-45deg);
		-webkit-transform: translateY(0) rotate(-45deg);
	}
	100% {
		transform: translateY(0) rotate(0deg);
		-webkit-transform: translateY(0) rotate(0deg);
	}
}
@keyframes outsecond {
	0% {
		transform: translateY(0) rotate(45deg);
		-webkit-transform: translateY(0) rotate(45deg);
	}
	100% {
		transform: translateY(0) rotate(0deg);
		-webkit-transform: translateY(0) rotate(0deg);
	}
}
header .menu-open span:nth-child(1) {
	animation-name: clickfirst;
	animation-duration: .5s;
	animation-fill-mode: both;
}
header .menu-open span:nth-child(2) {
	animation-name: clicksecond;
	animation-duration: .5s;
	animation-fill-mode: both;
}
@keyframes clickfirst {
	0% {
		transform: translateY(4px) rotate(0deg);
		-webkit-transform: translateY(4px) rotate(0deg);
	}
	100% {
		top: 29px;
		transform: translateY(0) rotate(45deg);
		-webkit-transform: translateY(0) rotate(45deg);
	}
}
@keyframes clicksecond {
	0% {
		transform: translateY(-4px) rotate(0deg);
		-webkit-transform: translateY(-4px) rotate(0deg);
	}
	100% {
		top: 29px;
		transform: translateY(0) rotate(-45deg);
		-webkit-transform: translateY(0) rotate(-45deg);
	}
}
header .logo {
	width: 80%;  max-width:456px;
	vertical-align: middle; margin-top:5px; margin-bottom:5px;
}
.nav {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width:50%;
	height: 100%;
	color: #777;
	background-color: #202122;
	transform: scale(1,1) !important;
}
.nav-open {
	display:block
}
.nav ul {
	margin-top: 60px;
}
.nav ul li {
	font-size: 1.4rem;
	line-height: 5rem;
	padding: 0 25px;
	color: #777;
	border-top: 1px solid #2b2b2b;
}
.nav ul li.active {
	color: #fff;
	background-color: #a43aa4;
}
.nav ul li:hover{ color: #fff;
	background-color: #a43aa4;}
.nav ul li span {
	display: inline-block;
	width: 8px;
	height: 1px;
	margin-right: 20px;
	margin-bottom: 4px;
	border-radius: 0;
	background-color: #777;
}
.nav ul li.active span {
	background-color: #f8f8f8;
}
.g-wrap .title {
	font-family: 'webfont' !important;
	font-size: 1.8rem;
	line-height: 1.6;
	padding: 1rem 1.6rem;
	color: #a43aa4;
	background-color: #fff;
}
.g-wrap .title .more {
	font-family: 'webfont' !important;
	font-size: 1.2rem;
	float: right;
	margin-top: 8px;
	text-transform: uppercase;
	color: #666;
}
.g-wrap .box {
	overflow: hidden;
	width: 100%;
}
.g-wrap .boxa {

	width: 100%;
}
.mask {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
}
.display_b {
	display: block;
}
.wechat_img {
	font-size: 1.4rem;
	position: fixed;
	bottom: 15%;
	left: 15%;
	display: none;
	z-index:999;
	width: 70%;
	padding: 10px 0 0 0;
	transition: all ease-out .4s;
	transform: scale(0);
	-webkit-transform: scale(0);
	text-align: center;
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(164, 58, 164, .2);
}
.wechat_img .close {
	font-family: 'webfont';
	font-size: 1.4rem;
	line-height: 40px;
	display: block;
	width: 100%;
	height: 40px;
	margin-top: 10px;
	text-align: center;
	border-top: 1px dashed #ddd;
}
.wechat_img img {
	width: 129px;
	height: 129px;
}
.weibo a {
	display: block;
	width: 100%;
	height: 100%;
}
.contect {
	background-color: #fff;
}
.contect .item {
	float: left;
	width: 50%;
	height: 160px;
}
.contect .item span {
	display: block;
	width: 106px;
	height: 103px;
	margin: 0 auto;
	background-repeat: no-repeat;
}
.contect a:nth-child(1) span {
	background-image: url(store_icon.png);
	background-position: center 40px;
	background-size: 54% 60%;
}
.contect a:nth-child(2) span {
	background-image: url(repair_icon.png);
	background-position: center 30px;
	background-size: 67% 60%;
}
.contect a:nth-child(3) span {
	background-image: url(hotline_icon.png);
	background-position: center 30px;
	background-size: 35% 60%;
}
.contect a:nth-child(4) span {
	background-image: url(online_icon.png);
	background-position: center 30px;
	background-size: 71% 60%;
}
.contect .item p, .contect .item small {
	font-family: 'webfont';
	text-align: center;
}
.contect .item p {
	font-size: 1.4rem;
	line-height: 1.4rem;
}
.contect .item small {
	font-size: 1rem;
	color: #999;
}
.socially .phone, .socially .share {
	font-family: 'webfont';
	font-size: 1.4rem;
	line-height: 60px;
	float: left;
	width: 50%;
	height: 60px;
	text-align: center;
	background-color: #f5f6fc;
}
.socially .phone i {
	display: inline-block;
	width: 36px;
	height: 36px;
	vertical-align: middle;
	background: url(phone.png) no-repeat center center;
	background-size: 43% 60%;
}
.socially .share i {
	line-height: 60px;
	display: inline-block;
	width: 48px;
	height: 41px;
	vertical-align: middle;
}
.socially .share .wechat {
	background: url(wechat.png) no-repeat center center;
	background-size: 50% 50%;
}
.socially .share .weibo {
	margin-left: 20px;
	background: url(weibo.png) no-repeat  center center;
	background-size: 50% 50%;
}
.footer {
	padding: 10px 0;
	background-color: #fff;
}
.footer img {
	display: block;
	width: 90px;
	height: 77px;
	margin: 10px auto;
}
.footer p {
	font-family: 'webfont';
	font-size: .8rem;
	text-align: center;
	color: #999;
}
.backtop {
	position: fixed;
	z-index: 999;
	right: 0;
	bottom: 60px;
	display: none;
	width: 54px;
	height: 44px;
	text-indent: -9999px;
	opacity: .8;
	background: url(totop.jpg) no-repeat 0 0;
	background-size: 54px 44px;
}
.bottom {
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	padding-top: 5px;
	background-color: #fffafa;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.bottom .item {
	float: left;
	width: 25%;
	text-align: center;
}
.bottom .item i {
	line-height: 35px;
}
.bottom .item p {
	font-family: 'webfont';
	font-size: 12px;
}
div#LR_swtbox {
	width: 245px !important;
	height: 207px !important;
	background-size: 245px 207px !important;
}

small {
	font-size: 10px;
	color: #999;
}
.wechat_img p {
	line-height: 2em;
	font-size:16px;
}
.wechat_img .tex {
	margin-bottom: 15px;
}
.wechat_img p span {
	background-color: #a43aa4;
	color: #fff;
}
.weixin {
	background-color: #a43aa4;
    border-color: #a43aa4;
    color: #fff;
    display: block;
    width: 50%;
    margin: 10px auto;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    padding: 0 20px;
    border-radius: 14px;
}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(../style/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.owl-theme .owl-controls{
	position:absolute; bottom:3%; left:0; width:100%;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:#A43AA4 2px solid; 
	overflow: hidden; background-color:#fff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background-color:#A43AA4;
	border:#A43AA4 2px solid;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(../style/AjaxLoader.gif) no-repeat center center
}
        #owl-index, .owl-item{
            width:100%;
        }
#owl-index img{
            width:100%;
            max-height: 300px !important;
            max-height:100%;
}
#khal, .owl-item{
            width:90%; margin-left:auto; margin-right:auto; background-color:#fff;
        }
#khal img{
            width:100%;
            max-height: 300px !important;
            max-height:100%;
}
#khal p{ background-color:#fff; padding:20px; padding-bottom:40px;}