html,
body {
  font-family: "pinghei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
  font-size: 14px;
  line-height: 1.45;
  color: #444;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
}
a:hover {
  color: #c91611;
  text-decoration: underline;
}
.nav {
  background: #222;
  color: #fff;
  height: 109px;
}
.nav .content {
  margin: auto;
  position: relative;
  overflow: hidden;
}
.nav .logo {
  float: left;
  width: 93px;
}
.nav .logo span {
  display: none;
}
.nav .nav-m {
  float: right;
}
.nav .nav-m a {
  line-height: 109px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  padding: 0 1.1em;
}
.nav .nav-m a:hover {
  background: #333;
  color: #c91611;
}
.nav .nav-m a.active {
  color: #c91611;
  font-weight: bold;
}
.nav .logo a {
  display: block;
  background: url("../img/logo2.png") 0 0 no-repeat;
  width: 93px;
  height: 103px;
}
.nav .logo.w a {
  display: block;
  margin-top: 10px;
  background: url("../img/logo.png") 0 50% no-repeat;
  width: 60px;
  height: 90px;
  background-size: 100%;
}
section {
  min-width: 1000px;
}
.content {
  min-width: 1000px;
  margin: auto;
  position: relative;
  max-width: 1000px;
}
.register_form{
  width: 350px;
  height: 180px;
  line-height: 25px;
  position: absolute;
  top: 5%;
  left: 0%;
  text-align: center;
  vertical-align: middle;
}
.p-title {
  font-family: "Geometr706-BlkCn-BT-Black", 'Arial Narrow Bold', sans-serif;
  font-size: 55px;
  line-height: 1.2;
  position: relative;
  padding-top: 50px;
  margin-top: 0;
  margin-bottom: 50px;
}
.p-title::before {
  position: absolute;
  bottom: 0;
  width: 200px;
  left: 0;
  content: '';
  display: inline-block;
  border-bottom: solid 7px #eaeced;
}
.p-title::after {
  position: absolute;
  bottom: 0;
  width: 150px;
  left: 0;
  content: '';
  display: inline-block;
  border-bottom: solid 7px #cb1610;
}
.p-title span {
  color: #555;
  position: relative;
  z-index: 2;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
}
#logo_top {
  background: url("../img/logo2.png") 0 0 no-repeat;
  width: 93px;
  height: 103px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.about_pic {
  width: 495px;
  height: 349px;
  float: right;
  position: relative;
}
.about_pic .tit {
  position: absolute;
  padding: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
  background: rgba(4, 108, 156, 0.5);
}
.p1 {
  background: url("../img/bg1.jpg") 50% 0 no-repeat;
  max-width: 1920px;
  width: 100%;
  height: 696px;
}
.p1 .p1_main {
  text-align: center;
  padding-top: 212px;
  width: 740px;
  margin: auto;
}
.p1 .p1_main p {
  margin-top: 2.5em;
  color: #fff;
  opacity: .7;
}
.p2 {
  background: url("../img/bg2.jpg") 50% 0 repeat-y;
  max-width: 1920px;
  width: 100%;
  height: 830px;
}
.p2 .p-title::before {
  width: 284px;
  box-sizing: border-box;
}
.p2 .p-title::after {
  width: 230px;
}
.p2 .p-title span {
  color: #ffffff;
}
.p2 .p-main {
  margin-left: -12px;
  overflow: hidden;
}
.p2 .p-main .box {
  width: 494px;
  height: 280px;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
.p2 .p-main .box h5 {
  margin: 0;
}
.p2 .p-main .box img {
  float: left;
}
.p2 .p-main .box .info {
  padding-left: 127px;
}
.p2 .p-main .box .info p {
  font-size: 12px;
  margin-top: 10px;
}
.p2 .p-main .box4 .info p {
  font-size: 12px;
  line-height: 1.3;
}
.event-com {
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.event-com .tit {
  margin: .5em 0;
  font-size: 1.1rem;
}
.event-com .tit a {
  text-decoration: none;
  color: #333;
}
.event-com .tit a:hover {
  text-decoration: underline;
}
.event-com .info {
  padding-right: 410px;
  font-size: 1rem;
}
.event-com .thumb {
  float: right;
}
.event-list {
  display: block;
  margin: 0;
  padding: 0;
}
.event-list li {
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 20px;
  border: solid 1px #ddd;
  padding: 15px;
}
.event-list .tit {
  margin: .5em 0;
  font-size: 1.1rem;
}
.event-list .info {