html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%; 
  overflow-x: hidden;
}
body {
  margin: 0;
  overflow-x: hidden;
  font-family:"微软雅黑";
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box; 
  height: 0; 
  overflow: visible; 
}
pre {
  /*font-family: monospace, monospace;*/ 
  font-size: 1em; 
}
a {
  background-color: transparent; 
  -webkit-text-decoration-skip: objects; 
}
abbr[title] {
  border-bottom: none; 
  text-decoration: underline; 
  text-decoration: underline dotted; 
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
/*  font-family: monospace, monospace;*/
  font-size: 1em; 
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
 /* font-family: sans-serif;*/
  font-size: 100%;
  line-height: 1.15;
  margin: 0; 
}
button,
input {
  overflow: visible;
}
button,
select { 
  text-transform: none;
}
button,
html [type="button"], 
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; 
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table; 
  max-width: 100%; 
  padding: 0; 
  white-space: normal; 
}
progress {
  display: inline-block; 
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; 
  padding: 0; 
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; 
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
a{text-decoration: none}
input{outline: none;border:none;}
textarea{outline: none;resize:none;vertical-align: top;}
ul,ol{list-style: none}
*{margin:0 ;padding:0;font-family: "Microsoft YaHei";box-sizing: border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;}


/*公共样式、*/
.wrap:after{content: "";display: block;height:0;clear:both;visibility: hidden;}
.bold{font-weight: bold;}
.fc3{color:#333 !important;}
.mr30{margin-right: 30px !important;}
.mb29{margin-bottom: 29px !important;}
.mb15{margin-bottom: 15px !important;}
.mb5{margin-bottom: 5px !important;}
.left{float: left;}
.right{float: right;}
.clear{clear:both;}
.none{display: none}
.block{display: block}
.hidden{overflow:hidden;}
.center{width:1200px;margin:0 auto;}
.public-slide-left{width:260px;}
.public-section-right{width:915px;}
.sright{   width: 0;height: 0;border-top: 5px solid transparent;border-left: 5px solid #afafaf;border-bottom: 5px solid transparent;display: inline-block;}

body{background: url(../images/2uy4.jpg) repeat center;background-attachment:fixed;}
			/*导航*/

.top {
	width: 100%;
	height: 100px;
	background: #fff;
	padding: 20px 0;
}

.top .logo {
	width: 282px;
	height: 60px;
	float: left;
}

.top .logo img {
	width: 282px;
	height: 60px;
}

.top .nav {
	width: 712px;
	height: 60px;
	float: right;
}

.top .nav li {
	width: 103px;
	text-align: center;
	float: left;
	line-height: 60px;
}

.top .nav .first {
	width: 71px;
}

.top .nav li a {
	color: #000;
}

.top .nav li:hover a {
	color: #de4726;
}

.top .nav li ul {
	position: absolute;
	display: none;
	z-index: 999;
}

.top .nav li ul li {
	float: none;
	height: 45px;
	line-height: 45px;
	text-align: left;
	background: #fff;
	text-align: center;
}

.top .nav li ul li a {
	width: 100%;
	color: #000 !important;
}

.top .nav li:hover ul {
	display: block
}

.top .nav li ul li:hover a {
	color: #de4726 !important;
}
/*底部*/
.footer {
	height: 307px;
	background-image: url(../images/vawm.jpg);
	width: 100%;
	overflow: hidden;
}
.center {
	width: 1200px;
	margin: 0 auto;
}
.footer .img_over {
	overflow: hidden;
	position: relative;
	width: 259px;
	height: 57px;
	text-align: center;
	margin: 0 auto;
	margin-top: 44px;
}
.footer .f-nav {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 45px;
}
.footer .f-nav a {
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
	border-right: 1px solid #fff;
}
.footer p {
	text-align: center;
	font-family: 微软雅黑;
	font-size: 14px;
	color: rgb(236, 190, 180);
	line-height: 160%;
}
