* {
  padding: 0;
  margin: 0;
  border: none;
  font-family: 微软雅黑, serif;
}
fieldset,
img {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
sup,
sub {
  font-size: 100%;
  vertical-align: baseline;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
img {
  vertical-align: middle;
}
body {
  background-color: #ffffff;
  min-width: 1300px;
}
li {
  list-style: none;
}
.hide {
  display: none;
}
.clearfix {
  /* 触发 hasLayout */
  zoom: 1;
}
.clearfix:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.main {
  width: 100%;
  background: url("../images/bg_tsjb.jpg") no-repeat center center;
  background-size: 100% 100%;
  padding: 20px 0 50px;
}
.main .logos{
  width: 1200px;
  margin: 0 auto;
}
.main .banner {
  width: 1200px;
  margin: 0 auto;
}
.main .banner img {
  width: 100%;
}
.main .con {
  width: 1200px;
  margin: -100px auto 50px;
  position: relative;
  z-index: 2;
  background: #2592e7;
  color: #ffffff;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 20px;
  font-size: 22px;
  line-height: 42px;
  text-indent: 44px;
  font-weight: bold;
}
.main a.into {
  display: block;
  margin: 0 auto 50px;
  text-align: center;
  border-radius: 10px;
  color: #ffffff;
  background: #17a352;
  font-size: 22px;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
  width: 188px;
}