/*
* COPYRIGHT 2015 Lionmobi Holding Limited All rights reserved.
* www.lionmobi.com
* Version: 1.0 By Royce
*/

/* ALL */
html,body {
	position: relative;
	height: 100%;
}

body {
	width: 100%;
	min-width: 480px;
	min-height: 640px;
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: "Roboto", "Droid Sans", "Myriad Set Pro", "Lucida Grande", "Helvetica Neue", "Helvetica", "Microsoft YaHei", "STXIHEI", "Arial", "sans-serif";
	font-weight: 400;
	color: #444;
}

a,img,ul {
	-webkit-tap-highlight-color: rgba(0,0,0,.1);
	outline: none;
	text-decoration: none;
	border: none;
}

/*h1{font-size: 60px;}*/
h2{font-size: 48px;}
h3{font-size: 36px;}
h4{font-size: 24px;}

h1,
h2,
h3,
.swiper-slide .info p {
	font-weight: 300;
}

h4 {
	font-weight: 400;
}

.banner .info p {
	font-weight: 300;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

::-webkit-selection {
	background: #D7D7D7; 
	color: #444;
}

::-moz-selection {
	background: #D7D7D7; 
	color: #444;
}

::-ms-selection {
	background: #D7D7D7; 
	color: #444;
}

::-o-selection {
	background: #D7D7D7; 
	color: #444;
}

::selection {
	background: #D7D7D7; 
	color: #444;
}

.clear {
	clear: both;
}

.menu a,
.footer .footer-wrapper .copyright a {
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}

.top-line {
    background: url('../images/line.png') repeat-x left top;
    background-size: 100% 1px;
}

/* Header */
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	text-align: center;
	z-index: 1700;
	background: rgba(0, 0, 0, .7);
}

.header .header-wrapper {
	position: relative;
	margin: 0 auto;
	max-width: 960px;
	min-width: 480px;
	height: 60px;
}

.header .header-wrapper .logo {
	position: absolute;
	top: 14px;
	left: 0;
	width: 132px;
	height: 32px;
	background: url('../images/logo_new.png') no-repeat;
	background-size: 100% auto;
	background-position: center center;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 17;
}

#mobilewrapper {
	position: fixed;
	top: 0;
	left: 170%;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.95);
	overflow: hidden;
	z-index: 1700;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

/* Menu */
.btn-show-hide-menu {
	display: none;
}

.hide-menu-layer {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	height: 45px;
	background: url('../images/icon-menu-closed.png') no-repeat center;
	background-size: 30px auto;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 1717;
}

.show-menu, 
.hide-menu {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

.show-menu {
	background: url('../images/icon-menu.png') no-repeat center center;
}

.hide-menu {
	background: url('../images/icon-menu-closed.png') no-repeat center center;
}

.hide_menu {
	display: none;
}

.menu {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	display: inline-block;
	*display:inline; /* ie7 */
}

.menu li.menu-title {
	display: none;
}

.menu a {
	padding: 0 15px;
	display: block;
	line-height: 60px;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
}

.menu a.more-link {
	background: url('../images/menu_more_link_drop.png') no-repeat 95% 30px;
}

.menu a.more-link:hover {
	background: url('../images/menu_more_link_hover_drop.png') no-repeat 95% 30px;/* rgba(255,255,255,.1)*/
}

.menu a:hover {
	/*background: rgba(255,255,255,.1);*/
	color: #a6a6a6;
}

.menu a.more-link {
	background: url('/images/menu_more_link_drop.png') no-repeat 95% 30px;
}

.menu a.more-link:hover {
	background: url('/images/menu_more_link_hover_drop.png') no-repeat 95% 30px;
}

.menu .current a {
	color: #fff;
}

.menu.right ul {
	text-align: right;
}

/* Products */
.products-wrapper {
	display:none;
	position:relative;
	top:0;
	left: 0;
	padding: 15px 0 35px;
	width: 100%;
	background: rgba(0,0,0,.7);
}

.products-wrapper ul li {
	display: inline-block;
	margin: 0;
	width: 170px;
}

.products-wrapper ul li a {
	display: block;
	padding: 0 0 10px;
	font-size: 14px;
	color: #fff;
}

.products-wrapper ul li a:hover {
	color: #a6a6a6;
}

.products-wrapper ul li a img {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	width: 80px;
}

/* More Languages */
.more-languages {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 4px 15px 20px 20px;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	background: rgba(0,0,0,.7);
	text-align: right	;
    font-size: 14px;
    color: #a1a1a1;
    z-index: 30;
}

.more-languages a {
	color: #ffffff;
	margin: 18px 0 0;
	display: block;
	font-size: 14px;
	line-height: 16px;
}

.more-languages a:hover {
	color: #a6a6a6;
}

/* Footer */
.footer {
	padding: 0;
	width: 100%;
}

.footer .footer-wrapper {
	position: relative;
	margin: 0 auto;
	max-width: 960px;
	min-width: 480px;
}

.footer .footer-wrapper .copyright {
	position: relative;
	padding: 36px 0;
	width: 100%;
	font-size: 16px;
	color: #a1a1a1;
}

.footer .footer-wrapper .copyright p {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.footer .footer-wrapper .copyright a.site-map {
	margin: 0 0 0 5%;
	display: inline-block;
	color: #a1a1a1;
}

.footer .footer-wrapper .copyright a.site-map:hover {
	color: #6b63e1;
	/*background: #eaeaea;*/
}

.footer .footer-wrapper .copyright .social {
	position: absolute;
	top: 11px;
	right: 250px;
}

.footer .footer-wrapper .copyright .social a.social-btn {
	margin-top: 23px;
	width: 30px;
	height: 24px;
	text-indent: -99999px;
}

.footer .footer-wrapper .copyright .social a.social-btn:hover {
	margin-top: 18px;
}

.footer .footer-wrapper .copyright .social a.social-btn img {
	vertical-align: middle;
	width: 32px;
	margin: 18px 0 0 14px;
	border-radius: 32px;
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
}

.footer .footer-wrapper .copyright .privacy {
	position: absolute;
	top: 36px;
	right: 0;
}

.footer .footer-wrapper .copyright .privacy a.text-link {
	padding-left: 20px;
	color: #3C55C3;
	font-size: 18px;
}
.news-content img{
	max-width: 100%;
}

/* Mobile Style */
@media screen and (max-width: 1080px) {
	body {
		min-width: 320px;
		min-height: 480px;
		font-family: "Roboto", "Myriad Set Pro", "Lucida Grande", "Helvetica Neue", "Helvetica", "", "Microsoft YaHei", "STXIHEI", "Arial", "sans-serif";
		-webkit-font-smoothing: antialiased;
		font-style: normal;
		font-variant: normal;
	}
	
	.header {
		position: fixed;
		height: 56px;
		background: rgba(0,0,0,.9);
	}
	
	.header .header-wrapper {
		height: 56px;
		min-width: 320px;
	}
	
	.header .header-wrapper .logo {
		left: 15px;
		top: 12px;
		background: url('../images/logo_new.png') no-repeat left center;
		background-size: 100% auto;
	}
	
	.menu {
		position: relative;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		height: 100%;
		min-height: 56px;
	}
	
	.menu ul {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		padding: 0 0 100px;
		width: 100%;
		background: rgba(0,0,0,.9);
		overflow-y: auto;
	}
	
	.menu li {
		margin: 0;
		padding: 0;
		display: block;
		width: 100%;
		background: url('../images/menu_show_line.png') no-repeat center bottom;
		background-size: 90% 1px;
	}
	
	.menu a {
		display: block;
		padding: 0 5%;
		line-height: 45px;
		text-align: left;
	}
	
	.show-menu {
		background-size: 46px auto;
		width: 56px;
		height: 56px;
		display: block;
	}
	
	.btn-show-hide-menu {
		display: block;
	}

	#mobilewrapper {
		display: block;
	}
	
	#mobilewrapper .scroller {
		position: absolute;
		width: 100%;
		padding: 0;
		z-index: 1;
	}
	
	#mobilewrapper .scroller ul {
		list-style: none;
		padding: 0;
		margin: 0 5%;
		width: 90%;
		text-align: left;
	}
	
	#mobilewrapper .scroller li {
		padding: 0;
		height: 45px;
		line-height: 45px;
		border-bottom: 1px solid rgba(255,255,255,.1);
	}
	
	#mobilewrapper .scroller li span {
		font-size: 12px;
		color: #535353;
	}
	
	#mobilewrapper .scroller li.none-border {
		border: none;
	}
	
	#mobilewrapper .scroller li a {
		display: block;
		width: 100%;
		font-size: 13px;
		color: #fff;
	}
	
	#mobilewrapper .scroller li.mobile-menu-products-li {
		height: auto;
		line-height: 30px;
	}
	
	#mobilewrapper .scroller li .mobile-menu-products {
		width: 100%;
		overflow: hidden;
	}
	
	#mobilewrapper .scroller li .mobile-menu-products .scroller-layer {
		width: 570px;
		padding: 0;
		z-index: 1;
	}
	
	#mobilewrapper .scroller li .mobile-menu-products .scroller-layer a {
		margin: 0 0 5px;
		display: inline-block;
		width: 90px;
		text-align: center;
		font-size: 12px;
		-webkit-transform: scale(1) rotate(0) translate3d(0,0,0);
		-moz-transform: scale(1) rotate(0) translate3d(0,0,0);
		-ms-transform: scale(1) rotate(0) translate3d(0,0,0);
		-o-transform: scale(1) rotate(0) translate3d(0,0,0);
		transform: scale(1) rotate(0) translate3d(0,0,0);
	}
	
	#mobilewrapper .scroller li .mobile-menu-products .scroller-layer a img {
		margin: 0 auto;
		display: block;
		width: 55px;
		pointer-events: none;
	}
	
	.footer .footer-wrapper {
		min-width: 320px;
	}
	
	.footer .footer-wrapper .copyright {
		padding: 10px 0;
	}
	
	.footer .footer-wrapper .copyright .social {
		position: relative;
		top: -15px;
		right: 5%;
		left: 5%;
		width: 90%;
	}
	
	.footer .footer-wrapper .copyright .privacy {
		display: none;
	}
	
	.footer .footer-wrapper .copyright .social a.social-btn img {
		width: 30px;
		margin: 18px 14px 0 0;
	}
	
	.footer .footer-wrapper .copyright p {
		margin: 0 0 0 5%;
		font-size: 12px;
	}
}