html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	outline: 0;
	background: transparent;
	box-sizing: border-box;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	vertical-align: middle;
}
li {
	list-style: none outside none;
}
body {
	line-height: 1;
}
:focus {
	outline: 1;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
ins {
	text-decoration: none;
	color: #000;
	background-color: #ff9;
}
mark {
	font-weight: bold;
	font-style: italic;
	color: #000;
	background-color: #ff9;
}
del {
	text-decoration: line-through;
}
em {
	font-style: normal;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
}
input, select {
	vertical-align: middle;
	outline: none;
}
textarea {
	outline: none;
}
html {
	background: #ECF0F1;
}
body {
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";
	-webkit-user-select: none;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	margin: 0 auto;
	position: relative;
	font-size: 12px;
}
section {
	max-width: 6.4rem;
	margin: 0 auto;
	padding: 0.1rem 0;
	min-height: 100vh;
}
/*******************1px边框处理*************************/
.div-1px {
	border: 1px solid #333;
}
.hairlines .div-1px {
	border: .5px solid #0a55bc;
}
/**************头部****************/

.right {
	float: right;
	width:100%;
	position: absolute;
	line-height: 0.6rem;
	z-index: 200;
	bottom: 1.3rem;
}
.right .top-tel a {
	display: block;
	width: 0.4rem;
	height: 0.4rem;
	position: absolute;
	right: 0.8rem;
	top: 0.2rem
}
.right .top-tel a img {
	width: 0.4rem;
	height: 0.4rem;
	display: block;
}
/*****************顶部菜单********************/
/*.nav {
	position: absolute;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
}*/
.nav-list {
	text-align: left;
	width: 100%;
}
.nav-item {
	float: left;
 *display:inline;
	zoom: 1;
	position: relative;
}
.nav-item a {
	display: block;
	color: #FFF;
	padding: 0rem 0.2rem !important;
	background: rgba(0,0,0,0.8);
	border-bottom: 1px solid #575757;
}
.nav-item > a:hover {
	background: #1a4c92;
}
.nav-item:hover .nav-submenu {
	display: block;
}
/* Navigation submenu */
.nav-submenu {
	display: none;
	position: absolute;
	left: 0;
	width: 1.8rem;
}
.nav-submenu-item a {
	background: rgba(52,111,171,0.8);
	border-bottom: 1px solid #ccc;
	display: block;
	padding: 0.15rem;
	font-size: 0.2rem;
}
.nav-submenu-item a:hover {
	background: #F8B62B;
}
/* Mobile navigation */

.nav-mobile-neiye {
	display: none; /* Hide from browsers that don't support media queries */
	cursor: pointer;
	position: absolute;
	top: 0.2rem;
	right: 0.3rem;
	background: url(../images/top-menu-neiye.png) no-repeat center center;
	height: 0.4rem;
	width: 0.4rem;
	background-size: cover;
}
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	/*border-left:1px solid #8B2870;*/
	height: 0.6rem;
	width: 0.6rem;
	cursor: pointer;
}
.nav-click i {
	display: block;
	height: 0.6rem;
	width: 0.6rem;
	background: url(../images/drop.png) no-repeat center center;
	background-size: 0.2rem;
	/*	margin-top: 0.1rem;*/
	border-left: 1px #595757 solid;
}
/*.nav-click i:after{
	content:"▼";
	color:#FFF;
}*/

.nav-click:hover {
	background-color: rgba(52,111,171,0.8);
}
.nav-rotate {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.meetlist > li:nth-child(even) {
	margin-left: 0.2rem;
}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/

@media only screen and (min-width: 320px) and (max-width: 2048px) {
.nav-mobile-neiye {
	display: block;
}
/*.nav {
	width: 50px;
	padding: 50px 0 0;
	float: left;
	position: absolute;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	right: 1%;
	top: 5px;
}*/
.nav-list {
	float:right;
	display: none;
	text-align: left;
	width: 3rem;

}
.nav-item {
	width: 100%;
	float: none;
}
.nav-item > a {
	padding: 8%;
	font-size: 0.2rem;
}
.nav-click {
	display: block;
}
.nav-mobile-open {
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}
.nav-item:hover .nav-submenu {
	display: none;
}
.nav-submenu {
	position: static;
	width: 100%;
}
}
.nav-item a:hover, .nav-item a:active, .nav-item a:visited {
	color: #FFF !important;
}
/*****************网站底部*******************/
footer.footer {
	max-width: 6.4rem;
	margin: 0 auto;
	float: left;
	width: 100%;
	background-color: #000;
}
footer.footer .footer-container {
	padding: 0.47rem;
}
.footer-menu li {
	border-bottom: 0.02rem #000 solid;
	height: 0.56rem;
	line-height: 0.56rem;
}
.footer-menu li a {
	color: #b7b8b3;
	font-size: 0.17rem;
	font-weight: bold;
	padding-left: 0.1rem;
	display: block;
}
.footer-contact p, .footer-contact p a {
	color: #b7b8b3;
	font-size: 0.17rem;
	line-height: 0.44rem;
}
p.copyright {
	background: #262626;
	color: #b7b8b3;
	font-size: 0.15rem;
	line-height: 0.5rem;
	height: 0.5rem;
	text-align: center;
}
/********** 网站预加载 *************/
div.loading-invisible {
	display: none;
}
#loading {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 9999999;
	margin-top: 0px;
	top: 0px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	letter-spacing: 4px;
	background: rgba(0, 0, 0, 0.96);
}
.loading-center {
	width: 100%;
	height: 100%;
	position: relative;
}
.loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 50px;
	width: 150px;
	margin-top: -75px;
	margin-left: -75px;
}
.loading-center p {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: 105px;
	margin-left: -79px;
}
.object {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 65px;
	top: 65px;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
}
.object:nth-child(2n+0) {
	margin-right: 0px;
}
#object_one {
	-webkit-animation: object_one 2s infinite;
	animation: object_one 2s infinite;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
#object_two {
	-webkit-animation: object_two 2s infinite;
	animation: object_two 2s infinite;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
#object_three {
	-webkit-animation: object_three 2s infinite;
	animation: object_three 2s infinite;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
#object_four {
	-webkit-animation: object_four 2s infinite;
	animation: object_four 2s infinite;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
#object_five {
	-webkit-animation: object_five 2s infinite;
	animation: object_five 2s infinite;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
#object_six {
	-webkit-animation: object_six 2s infinite;
	animation: object_six 2s infinite;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
#object_seven {
	-webkit-animation: object_seven 2s infinite;
	animation: object_seven 2s infinite;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
#object_eight {
	-webkit-animation: object_eight 2s infinite;
	animation: object_eight 2s infinite;
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
#object_big {
	position: absolute;
	width: 50px;
	height: 50px;
	left: 50px;
	top: 50px;
	-webkit-animation: object_big 2s infinite;
	animation: object_big 2s infinite;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
 @-webkit-keyframes object_big {
 50% {
-webkit-transform: scale(0.5);
}
}
 @keyframes object_big {
 50% {
 transform: scale(0.5);
 -webkit-transform: scale(0.5);
}
}
 @-webkit-keyframes object_one {
 50% {
-webkit-transform: translate(-65px, -65px);
}
}
 @keyframes object_one {
 50% {
 transform: translate(-65px, -65px);
 -webkit-transform: translate(-65px, -65px);
}
}
 @-webkit-keyframes object_two {
 50% {
-webkit-transform: translate(0, -65px);
}
}
 @keyframes object_two {
 50% {
 transform: translate(0, -65px);
 -webkit-transform: translate(0, -65px);
}
}
 @-webkit-keyframes object_three {
 50% {
-webkit-transform: translate(65px, -65px);
}
}
 @keyframes object_three {
 50% {
 transform: translate(65px, -65px);
 -webkit-transform: translate(65px, -65px);
}
}
 @-webkit-keyframes object_four {
 50% {
-webkit-transform: translate(65px, 0);
}
}
 @keyframes object_four {
 50% {
 transform: translate(65px, 0);
 -webkit-transform: translate(65px, 0);
}
}
 @-webkit-keyframes object_five {
 50% {
-webkit-transform: translate(65px, 65px);
}
}
 @keyframes object_five {
 50% {
 transform: translate(65px, 65px);
 -webkit-transform: translate(65px, 65px);
}
}
 @-webkit-keyframes object_six {
 50% {
-webkit-transform: translate(0, 65px);
}
}
 @keyframes object_six {
 50% {
 transform:  translate(0, 65px);
 -webkit-transform:  translate(0, 65px);
}
}
 @-webkit-keyframes object_seven {
 50% {
-webkit-transform: translate(-65px, 65px);
}
}
 @keyframes object_seven {
 50% {
 transform: translate(-65px, 65px);
 -webkit-transform: translate(-65px, 65px);
}
}
 @-webkit-keyframes object_eight {
 50% {
-webkit-transform: translate(-65px, 0);
}
}
 @keyframes object_eight {
 50% {
 transform: translate(-65px, 0);
 -webkit-transform: translate(-65px, 0);
}
}
