/* CSS Document */
* {
  margin: 0 auto;
  list-style: none;
}

body {
  background: #eee;
}

a {
  text-decoration: none;
  color: #000;
}

h3 {
  font-size: 24px;
}

p {
  margin-bottom: 20px;
}

.clear {
  clear: both;
}

div {
  box-sizing: border-box;
}

.page {
  width: 1200px;
  background: #fff;
  padding: 10px 40px;
  box-sizing: border-box;
}

.main {
  width: 1200px;
  margin: 0 auto;
}

.nav {
  height: 80px;
}

a:hover {
  text-decoration: underline;
}

.head {
  width: 100%;
  height: 100px;
  background: #6c8efb;
}

.head .left {
  float: left;
  width: 400px;
  height: 100px;
  line-height: 100px;
  color: #fff;
  font-size: 30px;
}

.head .left img {
  height: 100%;
}

.head .right {
  width: 35%;
  float: right;
  text-align: right;
}

.head .right a {
  display: block;
  height: 100px;
  line-height: 100px;
  float: right;
  text-align: right;
  color: #fff;
  margin: 0 20px;
  font-weight: 600;
}

.banner {
  width: 100%;
  height: 400px;
  text-align: center;
  background: #6c8efb;
  position: relative;
}

.banner img {
  height: 100%;
}

.banner .time {
  position: absolute;
  top: 0;
  left: 38%;
  width: 400px;
  text-align: left;
  display: none;
}

.banner .time h1 {
  font-size: 50px;
  margin-bottom: 20px;
  font-weight: 300;
  color: #fff;
}

.banner .time h3 {
  font-weight: 300;
  font-size: 36px;
  color: #fff;
}

.zuo {
  float: left;
  width: 150px;
}

.lunbo {
  height: 300px;
  text-align: center;
}

.lunbo img {
  height: 100%;
}

h2 {
  padding: 10px 0;
  width: 200px;
  margin: 0 auto;
  margin-bottom: 20px;
  border-top: 2px solid #6c8efb;
  border-bottom: 2px solid #6c8efb;
  text-align: center;
}

.zuo {
  width: 65%;
  box-sizing: border-box;
}

.neirong1 {
  margin: 20px 0;
  padding-bottom: 20px;
}

.blue {
  color: #167bb1;
}

table th {
  padding: 3px 10px;
}

table td {
  padding: 10px 10px;
  text-align: center;
  color: #dd0000;
}

.tongzhi {
  width: 100%;
}

.tongzi li {
  list-style-type: disc;
  margin: 20px 0;
  margin-left: 30px;
}

.title {
  position: relative;
  padding-right: 20px;
}

.title span {
  background: #6c8efb;
  color: #fff;
  font-size: 14px;
  padding: 2px 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
}

.denglu {
  padding: 20px;
  padding-top: 0;
  box-sizing: border-box;
}

.input {
  width: 100%;
  border-radius: 20px;
  border: 2px solid #ccc;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.denglu_btn {
  width: 100%;
  border-radius: 20px;
  border: 2px solid #ccc;
  text-align: center;
  background: #ccc;
  padding: 10px 0;
  margin-bottom: 20px;
  box-sizing: border-box;
  font-weight: 600;
  cursor: pointer;
}

.you {
  width: 30%;
  float: left;
}

.you .title {
  padding-right: 0;
}

.you .title span {
  right: 0;
}

.neirong1-tu {
  width: 300px;
  overflow: hidden;
  float: right;
  margin-right: 10px;
  margin-left: 20px;
}

.neirong1-tu img {
  width: 300px;
  transition: 0.3s;
}

.neirong1:hover img {
  transform: scale(1.1);
}

.neirong1 p {
  line-height: 1.8;
  font-size: 14px;
}

.neirong2 .title {
  margin-bottom: 10px;
}

.banner2 {
  width: 100%;
}

.banner2 img {
  width: 100%;
}

.foot {
  font-size: 14px;
  color: #FFF;
  background-color: #6c8efb;
  text-align: center;
  padding-top: 20px;
  cursor: default;
  height: 100px;
}

.foot a {
  color: #fff;
  display: inline-block;
}

.foot a:hover {
  color: #333;
}