/* CSS Document */

html {
	font-size: 62.5%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
	border: medium none;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body,
button,
input,
select,
textarea {
	font: 12px/1.5 'å¾®è½¯é›…é»‘', tahoma, Srial, helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

em {
	font-style: normal;
}

ul,
ol,
{
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0px;
}

body,
.ui-overlay-h {
	margin: 0 auto;
	position: relative;
	background: #fff;
	color: #2e3642;
}

input,
img {
	vertical-align: middle;
}

body,
html {
	margin: 0 auto;
}

img {
	border: none;
	vertical-align: top;
}

* {
	margin: 0;
	padding: 0;
	text-shadow: none;
}

.blank {
	height: 8px;
	clear: both;
}

.blank20 {
	height: 20px;
	clear: both;
}

.clearfix:after,
.clear:before {
	display: table;
	content: '';
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

body {
	min-width: 320px;
	position: static !important;
}

.popMenus {
	position: absolute;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	background-color: #3f4754;
	-moz-transition: all .6s ease-out 0s;
	-webkit-transition: all .6s ease-out 0s;
	transition: all .6s ease-out 0s;
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	z-index:200;
}

.popMenus.show {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.pop_title {
	width: 100%;
	position: relative;
	z-index: 2;
	background-color: #2e3642;
	padding: 0 3%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.pop_title span {
	display: inline-block;
	float: left;
	font-size: 3.0rem;
	line-height: 2.66;
	color: #6a7380;
}

.closePopMenu {
	display: block;
	width: 49px;
	height: 47px;
	right: 3%;
	top: 18%;
	position: absolute;
}

.menuContainer {
	width: 100%;
	height: 100%;
}

.menuNavs {
	width: 25.3%;
	background-color: #2e3642;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}

.menuNavs ul {
	position: absolute;
	width: 100%;
	/* Prevent elements to be highlighted on tap */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* Put the scroller into the HW Compositing layer right from the start */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	padding-bottom: 80px;
}

.menuNavs ul li {
	width: 100%;
	font-size: 2.6rem;
	line-height: 2.57;
	padding-left: 9%;
}

.menuNavs ul li.on {
	background-color: #3f4754;
}

.menuNavs ul a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 2.3rem;
}

.menuContents {
	width: 74.7%;
	height: 100%;
	overflow: hidden;
	float: left;
	padding: 0 6%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.menuContent {
	width: 100%;
	height: 100%;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


/*.menuLists {padding-bottom:80px;}*/

.menuList h4 {
	font-size: 2.3rem;
	color: #fff;
	line-height: 1.83;
	border-bottom: 1px solid #525c6b;
	margin-top: 2%;
	font-weight: normal;
}

.menuList .links {
	padding: 3% 0.5%;
}

.menuList .links a {
	display: block;
	float: left;
	color: #a9a9a9;
	font-size: 2.2rem;
	line-height: 2;
	width: 33%;
	overflow: hidden;
}

.menuList .links a.hot:after {
	content: '';
	position: absolute;
	width: 9px;
	height: 11px;
	background: url(/commonJs/images/h.png) no-repeat;
	top: 0;
	right: -1px;
}

.menuList .links a.hot.active:after {
	-webkit-animation: shake .4s linear 0s 1;
	animation: shake .4s linear 0s 1;
}

.newNavs {
	padding: 4% 0 4%;
	background-color: #fff;
}

.newNavs .newNav {
	width: 25%;
}

.newNavs .newNav a {
	display: block;
	width: 57.5%;
	padding-top: 57.5%;
	margin: 0 auto;
	border-radius: 50%;
	position: relative;
	z-index: 2
}

.newNavs .newNav a img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	border-radius: 50%;
}

.newNavs .newNav a:after {
	content: attr(data-txt);
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	font-size: 4.3rem;
	color: #d70a50;
	text-align: center;
	line-height: 2.3;
	font-weight: 400;
}

.newNavs .hmpinpai a:after {
	-moz-box-shadow: 0 7px 20px rgba(215, 10, 80, .3);
	-webkit-box-shadow: 0 7px 20px rgba(215, 10, 80, .3);
	box-shadow: 0 7px 20px rgba(215, 10, 80, .3);
}

.newNavs .tyys a:after {
	-moz-box-shadow: 0 7px 20px rgba(172, 93, 159, .3);
	-webkit-box-shadow: 0 7px 20px rgba(172, 93, 159, .3);
	box-shadow: 0 7px 20px rgba(172, 93, 159, .3);
}

.newNavs .safe-service a:after {
	-moz-box-shadow: 0 7px 20px rgba(233, 60, 140, .3);
	-webkit-box-shadow: 0 7px 20px rgba(233, 60, 140, .3);
	box-shadow: 0 7px 20px rgba(233, 60, 140, .3);
}

.newNavs .xmdq-circle a:after {
	-moz-box-shadow: 0 7px 20px rgba(134, 110, 110, .3);
	-webkit-box-shadow: 0 7px 20px rgba(134, 110, 110, .3);
	box-shadow: 0 7px 20px rgba(134, 110, 110, .3);
}

.newNavs .yh-activities a:after {
	-moz-box-shadow: 0 7px 20px rgba(255, 72, 145, .3);
	-webkit-box-shadow: 0 7px 20px rgba(255, 72, 145, .3);
	box-shadow: 0 7px 20px rgba(255, 72, 145, .3);
}

.newNavs .gallarys a:after {
	-moz-box-shadow: 0 7px 20px rgba(242, 57, 91, .3);
	-webkit-box-shadow: 0 7px 20px rgba(242, 57, 91, .3);
	box-shadow: 0 7px 20px rgba(242, 57, 91, .3);
}

.newNavs .ylbaoxian a:after {
	-moz-box-shadow: 0 7px 20px rgba(106, 167, 27, .3);
	-webkit-box-shadow: 0 7px 20px rgba(106, 167, 27, .3);
	box-shadow: 0 7px 20px rgba(106, 167, 27, .3);
}

.newNavs .fqtongdao a:after {
	-moz-box-shadow: 0 7px 20px rgba(31, 164, 199, .3);
	-webkit-box-shadow: 0 7px 20px rgba(31, 164, 199, .3);
	box-shadow: 0 7px 20px rgba(31, 164, 199, .3);
}


/*.newNavs .xmdq a:before {content:'';position:absolute;right:0;top:0;width:23.91%;height:30%; background:url(/images/hot-icon.png) no-repeat;-moz-background-size:100%;-webkit-background-size:100%;background-size:100%;-webkit-animation:shake 4s linear 0s infinite;animation:shake 4s linear 0s  infinite;z-index:3}*/

@-webkit-keyframes shake {
	0%,
	10%,
	20% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	5%,
	15% {
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px);
	}
}

@keyframes shake {
	0%,
	10%,
	20% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	5%,
	15% {
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px);
	}
}

.newNavs .newNav p {
	font-size: 2.6rem;
	text-align: center;
	color: #6a7380;
	line-height: 2;
}

@media screen and (min-width:320px) and (max-width:359px) {
	/*  0.5    */
	html {
		font-size: 31.25%;
	}
	.closePopMenu {
		width: 25px;
		height: 24px;
	}
	.menuNavs ul,
	.menuLists {
		padding-bottom: 40px;
	}
}

@media screen and (min-width:360px) and (max-width:409px) {
	/*   0.56    */
	html {
		font-size: 35%;
	}
	.closePopMenu {
		width: 27px;
		height: 26px;
	}
	.menuNavs ul,
	.menuLists {
		padding-bottom: 45px;
	}
}

@media screen and (min-width:410px) and (max-width:479px) {
	/*  0.64    */
	html {
		font-size: 40%;
	}
	.closePopMenu {
		width: 31px;
		height: 30px;
	}
	.menuNavs ul,
	.menuLists {
		padding-bottom: 51px;
	}
}

@media screen and (min-width:480px) and (max-width:639px) {
	/*  0.75    */
	html {
		font-size: 47%;
	}
	.closePopMenu {
		width: 36px;
		height: 35px;
	}
	.menuNavs ul,
	.menuLists {
		padding-bottom: 60px;
	}
}