/* CSS Document */
.wrapper {
  position: relative;
  background-color: #f1f1f1;
}
.topbar {
  height: 32px;
  background-color: #f1f1f1;
}
.topbar-con {
  width: 1000px;
  margin: auto;
  height: 32px;
  overflow: hidden;
}
.topbar-con ul li {
  float: right;
  padding-left: 15px;
  line-height: 32px;
  font-size: 12px;
}
.divisionline a {
  padding-right: 15px;
}
.banner {
  background-color: #fff;
}
.banner-con {
  width: 1000px;
  height: 160px;
  margin: auto;
  background: url(xb-banner.jpg) no-repeat;
}
.sy-link {
  float: left;
  width: 420px;
  height: 96px;
  margin-top: 26px;
}
.sy-link a {
  display: block;
  height: 100%;
}
.search {
  float: right;
  width: 431px;
  height: 42px;
  margin-top: 60px;
  margin-right: 5px;
}
.searchtext {
  float: left;
  width: 340px;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  border-top: 1px solid #cc0000;
  border-bottom: 1px solid #cc0000;
  border-left: 1px solid #cc0000;
  -webkit-border-radius: 5px 0 0 5px;
     -moz-border-radius: 5px 0 0 5px;
          border-radius: 5px 0 0 5px;
  -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,.2);
     -moz-box-shadow: 3px 3px 3px rgba(0,0,0,.2);
          box-shadow: 3px 3px 3px rgba(0,0,0,.2);
}
.searchbtn {
  float: left;
  width: 80px;
  height: 42px;
  line-height: 42px;
  background-color: #cc0000;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 0 5px 5px 0;
     -moz-border-radius: 0 5px 5px 0;
          border-radius: 0 5px 5px 0; 
  -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,.2);
     -moz-box-shadow: 0px 3px 3px rgba(0,0,0,.2);
          box-shadow: 0px 3px 3px rgba(0,0,0,.2);
}
.nav {
  height: 50px;
  background-color: #cc0000;
}
.nav-con {
  width: 1000px;
  min-width: 1000px;
  margin: auto;
}
.nav-con ul li {
  float: left;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  border-left: 1px solid #fff;
}
.nav-con ul .sy {
  border-left: none;
}
.nav-con ul li a {
  display: block;
  height: 100%;
  padding: 0 22px;
  color: #fff;
}
.nav-con ul li a:hover {
  color: #fdeed1;
}
.footer {
  background-color: #fff;
  border-top: 5px solid #cc0000;
}
.footer-con {
  width: 1000px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #fff;
}
.conac-logo {
  display: inline;
  float: left;
  margin-left: 100px;
}
.wzzc {
  display: inline;
  float: left;
  margin-top: 10px;
  margin-left: 20px;
}
.copyright {
  display: inline;
  margin-left: 20px; 
  float: left;
  line-height: 20px;
  font-size: 12px;
}
.mr20 {
  margin-right: 20px; 
}

