/* ############## content ############## */
body {
  font-size: 16px;
  margin: 0;
  font-family: "Microsoft YaHei";
}
#header {
  width: 100%;
  height: 110px;
  float: none;
  margin: 0 auto;
  padding: 0;
  min-height: 0px;
  min-width: 0px;
  background: #ff5f67;
  position: relative;
  z-index: 100;
}
#header img {
  margin-top: 10px;
  height: 90px;
  float: left;
}
#header h2 {
  height: 110px;
  line-height: 110px;
  color: white;
}
#header .menu {
  height: 110px;
  float: left;
  position: relative;
  margin-left: 150px;
}
#header .menu .menu-item {
  transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  /* IE */
  -moz-transition: all 0.2s ease-in;
  /* Firefox 4 */
  -webkit-transition: all 0.2s ease-in;
  /* Safari and Chrome */
  -o-transition: all 0.2s ease-in;
  /* Opera */
  min-width: 100px;
  height: 110px;
  color: white;
  line-height: 110px;
  float: left;
  text-align: center;
  cursor: pointer;
}
#header .menu .menu-item:hover {
  background: #ff9097;
  box-shadow: 0px 1px 1px 1px #ff7783;
  -moz-box-shadow: 0px 1px 1px 1px #ff7783;
  -ms-box-shadow: 0px 1px 1px 1px #ff7783;
  -o-box-shadow: 0px 1px 1px 1px #ff7783;
}
#header .menu .current-item {
  background: #ff9097;
  box-shadow: 0px 1px 1px 1px #ff7783;
  -moz-box-shadow: 0px 1px 1px 1px #ff7783;
  -ms-box-shadow: 0px 1px 1px 1px #ff7783;
  -o-box-shadow: 0px 1px 1px 1px #ff7783;
}
#simpleHeader {
  width: 100%;
  height: 30px;
  float: none;
  margin: 0 auto;
  padding: 0;
  min-height: 0px;
  min-width: 0px;
  line-height: 30px;
  color: white;
  background: #ff5f67;
  position: fixed;
  top: 0px;
  z-index: 50;
}
#simpleHeader img {
  height: 30px;
  margin-left: 60px;
  float: left;
}
#simpleHeader .menu {
  height: 30px;
  float: left;
  position: relative;
  margin-left: 292px;
}
#simpleHeader .menu .menu-item {
  transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  /* IE */
  -moz-transition: all 0.2s ease-in;
  /* Firefox 4 */
  -webkit-transition: all 0.2s ease-in;
  /* Safari and Chrome */
  -o-transition: all 0.2s ease-in;
  /* Opera */
  min-width: 100px;
  height: 30px;
  color: white;
  line-height: 30px;
  float: left;
  text-align: center;
  cursor: pointer;
}
#simpleHeader .menu .menu-item:hover {
  background: #ff9097;
  box-shadow: 0px 1px 1px 1px #ff7783;
  -moz-box-shadow: 0px 1px 1px 1px #ff7783;
  -ms-box-shadow: 0px 1px 1px 1px #ff7783;
  -o-box-shadow: 0px 1px 1px 1px #ff7783;
}
#simpleHeader .menu .current-item {
  background: #ff9097;
  box-shadow: 0px 1px 1px 1px #ff7783;
  -moz-box-shadow: 0px 1px 1px 1px #ff7783;
  -ms-box-shadow: 0px 1px 1px 1px #ff7783;
  -o-box-shadow: 0px 1px 1px 1px #ff7783;
}
.container {
  width: 100%;
  float: none;
  margin: 0 auto;
  padding: 0;
  min-height: 0px;
  min-width: 0px;
  margin-bottom: 45px;
  background: white;
}
.container .img {
  width: 100%;
  height: 100%;
}
.container .banner {
  width: 100%;
  float: none;
  margin: 0 auto;
  padding: 0;
  min-height: 0px;
  min-width: 0px;
}
.container .banner img {
  width: 100%;
}
.container .subcontent_wrapper {
  width: 100%;
  float: none;
  margin: 0 auto;
  padding: 0;
  min-height: 0px;
  min-width: 0px;
}
.container .subcontent_wrapper .subcontent {
  width: 80%;
  float: none;
  margin: 0 auto;
  padding: 10px;
  min-height: 0px;
  min-width: 0px;
  color: gray;
}
.container .subcontent_wrapper .subcontent h3 {
  text-align: center;
  color: #515151;
}
.container .subcontent_wrapper .subcontent .jtable {
  width: 100%;
  font-size: 14px;
  box-shadow: 0px 1px 1px 1px #c6c6c6;
  -moz-box-shadow: 0px 1px 1px 1px #c6c6c6;
  -ms-box-shadow: 0px 1px 1px 1px #c6c6c6;
  -o-box-shadow: 0px 1px 1px 1px #c6c6c6;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background: white;
}
.container .subcontent_wrapper .subcontent .jtable tr:nth-child(2n-1) {
  background: #fff4e6;
}
.container .subcontent_wrapper .subcontent .jtable tr:nth-child(1) {
  font-weight: bold;
  color: #515151;
  font-size: 16px;
  background: #ffe9a2;
}
.container .subcontent_wrapper .subcontent .jtable tr:nth-child(1) td {
  height: 40px;
  line-height: 40px;
}
.container .subcontent_wrapper .subcontent .jtable tr:nth-child(1) td:nth-child(1) {
  border-radius: 8px 0px 0px 0px;
  -moz-border-radius: 8px 0px 0px 0px;
  -webkit-border-radius: 8px 0px 0px 0px;
}
.container .subcontent_wrapper .subcontent .jtable tr:nth-child(1) td:nth-child(3) {
  border-radius: 0 8px 0 0;
  -moz-border-radius: 0 8px 0 0;
  -webkit-border-radius: 0 8px 0 0;
}
.container .subcontent_wrapper .subcontent .jtable tr td {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #d8d8d8;
}
.container .subcontent_wrapper .subcontent .jtable tr td:nth-child(1) {
  padding-left: 10px;
}
.container .subcontent_wrapper .subcontent #baiduMap {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  height: 500px;
  width: 100%;
  overflow: hidden;
}
.container .submenu {
  width: 98%;
  height: 340px;
  float: none;
  margin: 0 auto;
  padding: 1%;
  min-height: 0px;
  min-width: 0px;
  background: #fffbf4;
}
.container .submenu h3 {
  text-align: center;
}
.container .submenu .submenu-content {
  width: 80%;
  height: 250px;
  float: none;
  margin: 0 auto;
  padding: 1%;
  min-height: 0px;
  min-width: 0px;
  background: #fffbf4;
}
.container .submenu .submenu-content .submenu-item {
  box-shadow: 1px 1px 1px 0px #e1e1e1;
  -moz-box-shadow: 1px 1px 1px 0px #e1e1e1;
  -ms-box-shadow: 1px 1px 1px 0px #e1e1e1;
  -o-box-shadow: 1px 1px 1px 0px #e1e1e1;
  width: 28%;
  height: 200px;
  float: left;
  margin: 1%;
  padding: 1%;
  min-height: 0px;
  min-width: 0px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  /* IE */
  -moz-transition: all 0.2s ease-in;
  /* Firefox 4 */
  -webkit-transition: all 0.2s ease-in;
  /* Safari and Chrome */
  -o-transition: all 0.2s ease-in;
  /* Opera */
  text-decoration: none;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.71);
  color: #425770;
}
.container .submenu .submenu-content .submenu-item span {
  font-size: 16px;
  font-weight: bold;
  margin-left: 55px;
}
.container .submenu .submenu-content .submenu-item img {
  width: 60px;
}
.container .submenu .submenu-content .submenu-item p {
  font-size: 14px;
}
.container .submenu .submenu-content .submenu-item:hover {
  background: #ffffff;
}
.container b {
  color: #515151;
}
.footer {
  width: 100%;
  height: 45px;
  float: none;
  margin: 0 auto;
  padding: 0;
  min-height: 0px;
  min-width: 0px;
  position: fixed;
  bottom: 0px;
  font-size: 14px;
  text-align: center;
  line-height: 45px;
  color: white;
  background: #c64b53;
}
