@charset "utf-8";
/* CSS Document */
/*初始化样式*/
html {
	line-height: 2.3em;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-size: 62.5%;
	font-family: "Arial Rounded MT Bold";
	overflow-x: hidden;
	background-color: #ededed;
}
body {
	margin: 0px;
	padding: 0px;
	margin: 0px auto;
	font-size: 1.3em;
	overflow-x: hidden;
	zoom: 1;
	font-size: 14px;
}
ul, li, form, dl, dt, dd, div, aside, figcaption, article, h1, h2, h3, h4, h5, h6, p, i, em {
	font-style: normal;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
select, input, textarea {
	border-radius: 0;
	-webkit-border-radius: 0;
	font-size: 12px;
	font-family: "微软雅黑", Arial;
}
input:focus {
	outline: none;
}
input, button, select, textarea {
	outline: none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/
	vertical-align: middle;
}
textarea {
	resize: none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/
}
textarea, input, select {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
article, aside, footer, header, hgroup, nav, section, figure, figcaption {
	display: block;
} /*html5设置*/
figure, figcaption {
	margin: 0px;
	padding: 0px;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
img {
	border: none;
	border: 0;
	vertical-align: top;
}
a {
	color: #353765;
	text-decoration: none;
noline:-webkit-tap-highlight-color:rgba(0,0,0,0);
}
a:focus {
	outline: none;
	-moz-outline: none;
}
a:hover {
	text-decoration: none;
	color: #fe8b02;
}
.fr {
	float: right;
}
.clear {
	display: block;
	height: 0;
	overflow: hidden;
	clear: both
}
.clearfix:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}

@media screen and (min-width:1300px){
 .main {
	width: 1300px;
	margin: 0 auto;
 } 
.btmenu {
	width: 1300px;
	margin: 0 auto;
	padding: 30px;
 }
}
@media screen and (min-width:1200px) and (max-width: 1300px){
 .main {
	width: 1200px;
	margin: 0 auto;
 } 
 .btmenu {
	width: 1200px;
	margin: 0 auto;
	padding: 30px;
 }
}
@media screen and (max-width: 1100px) {
 .main {
	width: 1000px;
	margin: 0 auto;
 }   
 .btmenu {
	width: 1000px;
	margin: 0 auto;
	padding: 30px;
 }
}
.header {
	height: 164px;
	background-image: url(../Img/Bg01.jpg);
	background-repeat: repeat-x;
}
/*.menu,.menu ul{height:80px;}*/
/*.menu ul{list-style: none;}*/
/*.menu ul li{float:left;padding-top:30px;padding-left:25px;padding-right:25px;text-align: center;font-weight:bold;font-size:14px}*/
.logo {
	width: 225px;
	height: 49px;
	background-image: url(../Img/Logo01.png);
	background-repeat: no-repeat;
	float: left;
	margin: 30px 0 0 20px
}
.tel img {
	vertical-align: baseline
}
.tel {
	float: right;
	font-size: 25px;
	color: #ff7709;
	margin: 25px 10px 0 0
}
.bodyer {
	margin-top: 20px
}
.nav_title {
	color: #5c5c5c;
	font-size: 20px;
	line-height: 28px;
}
.nav_remark {
	color: #b7b7b7;
}
.footer {
	background-color: #fff;
	margin-top: 50px;
}

.btmenu, .btmenu a {
	color: #8f8e8e;
}
.bottomenu a {
	padding: 0 5px
}
.bottomenu {
	float: left;
	margin-left: 15px;
	width: 600px;
	font-size: 14px
}
.bottomenu p {
	height: 30px;
}
.bottomtel {
	float: right;
	margin-right: 20px;
	width: 300px;
	font-size: 25px;
	text-align: right;
}
.bottomtel p {
	margin-bottom: 10px;
}
.menu {
	padding-top: 30px;
}
.navmenu {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	color: #000;
}
.navmenu a {
	color: #000;
	display: block;
	padding: 0 15px;
	text-decoration: none;
}
.navmenu a:hover {
	color: #ff7709;
}
.navmenu .mit{padding:0 15px;}
.navmenu .item {
	margin: 0;
	float: left;
	height: 35px;
	line-height: 35px;
	white-space: nowrap;
	text-align: center;
}
.navmenu .item:hover {
	position: relative;
}
.navmenu .item:hover>.navmenu {
	display: block;
}
.navmenu .navmenu {
	top: 100%;
	left: 0;
	padding:0 20px;
	display: none;
	background: #000;
	position: absolute;
}
.navmenu .navmenu a {
	color: #fff;
}
.navmenu .navmenu a:hover {
	color: #ff7709;
}
.navmenu .navmenu .item {
	clear: both;
	min-width: 100%;
}
.navmenu .navmenu .navmenu {
	top: 0;
	left: 100%;
}
.navmenu .navmenu .navmenu .navmenu .navmenu .navmenu {
	left: auto;
	right: 100%;
}



