@charset "UTF-8";
@import "public.css";
body {
  background: url("/resource/css/imgs/body_bg.png");
  min-width: 1200px;
}
/*header*/
#header {
  width: 100%;
  height: 242px;
  background: url("/resource/images/bg_logo.gif") center top;
}
#header .header {
  width: 1200px;
  height: 242px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 80px;
  box-sizing: border-box;
  padding-left: 40px;
  position: relative;
}
#header .header .left {
  margin-right: 130px;
}
.header .logo{
  position: absolute;
  top: 0;
  left: -369px;
  bottom: 0;
}
/*header*/
/*nav*/
#nav {
  background: url("/resource/css/imgs/nav_bg.png");
  height: 59px;
  background-color: #ffffff;
  box-shadow: 0.813px 1.827px 5.82px 0.18px rgba(4, 0, 0, 0.46);
}
#nav .nav {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
#nav .nav li {
  width: 120px;
  line-height: 59px;
  float: left;
  background: url("/resource/css/imgs/nav_link.png") right no-repeat;
}
#nav .nav li:hover {
  background: #00a0e9;
}
#nav .nav li a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#nav .nav li:nth-child(10) {
  background-image: none;
}
#nav .nav li.active {
  background: #00a0e9;
}
/*nav*/
/*footer*/
#footer .footer {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 50px;
}
#footer .footer .footer_top {
  font-size: 16px;
}
#footer .footer P {
  font-size: 12px;
  color: #000;
}
/*footer*/
/*# sourceMappingURL=common.css.map */