@charset "utf-8";
/* CSS Document */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body, a, div, p, ul, li, img, h3 {
  margin: 0;
  padding: 0;
}

body {
  font-family: "微软雅黑" !important;
  background-color: #f9f6f6;
}

a {
  text-decoration: none;
  font-family: "微软雅黑";
  color: #000;
}

ul li {
  list-style: none;
}

.clear {
  clear: both;
}

ul:before, ul:after {
  content: "";
  display: table;
  clear: both;
}

.top_header {
  background: url(banner.jpg) top center;
  height: 400px;
}

.top_side {
  width: 1200px;
  margin: 0 auto;
}

.top_side a {
  display: block;
  float: right;
  background-color: #e55b2c;
  color: #fff;
  padding: 2px 10px;
  margin-top: 10px;
  font-size: 14px;
  margin-left: 10px;
}

/*主体内容*/
.container {
  width: 1200px;
  margin: 50px auto;
}

.con_top {
  width: 1200px;
  height: 380px;
}

.con_title {
  width: 100%;
  margin-bottom: 30px;
  background: url(tit_bg.png) no-repeat top center;
  height: 50px;
}

.con_title h3 {
  display: block;
  text-align: center;
  font-size: 36px;
  color: #e55b2c;
}

.con_box {
  width: 260px;
  float: left;
  margin: 20px;
  position: relative;
}

.con_box p {
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
}

.con_box p img {
  display: block;
  margin: 0 auto;
  width: 85px;
}

.con_box p span {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.submenu {
  display: none;
  position: absolute;
  z-index: 1;
  padding-top: 27px;
}

.submenu i {
  width: 37px;
  height: 22px;
  position: absolute;
  background: url(icon.png) no-repeat;
  top: 6px;
  left: 100px;
}

.submenu ul {
  border: 1px #3673b6 solid;
  padding: 10px;
  background-color: #fff;
}

.submenu ul li {
  height: 35px;
  line-height: 35px;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}

.submenu ul li a {
  display: block;
  line-height: 35px;
}

.submenu ul li:hover .li_box {
  display: block;
}

.li_box {
  position: absolute;
  right: -280px;
  top: -10px;
  display: none;
  z-index: 99;
  background-color: #fff;
  width: 260px;
  height: 127px;
  padding: 20px;
  font-size: 14px;
  line-height: 20px;
}

.con_box:hover .submenu {
  display: block;
  width: 100%;
}

.con_bot {
  margin-bottom: 30px;
}

.con_bot ul li {
  width: 260px;
  height: 60px;
  float: left;
  margin: 20px;
  background-color: #0799cb;
}

.con_bot ul li a {
  display: block;
  line-height: 60px;
}

.con_bot ul li a span {
  display: block;
  float: left;
  padding-left: 20px;
  font-size: 20px;
  color: #fff;
}

.con_bot ul li a img {
  height: 30px;
  margin-top: 15px;
  margin-right: 20px;
  display: block;
  float: right;
}
