@charset "utf-8";
body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font: 12px/1 "SourceHanSansCN Bold", "微软雅黑", Arial, Helvetica, Verdana, SimSun, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
em,
i {
  font-style: normal;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
a {
  text-decoration: none;
}
body {
  color: #000;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.title {
  font-size: 36px;
  color: #fff;
  width: 395px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.title .icon_left {
  position: absolute;
  left: 0;
  top: 6px;
  width: 51px;
  height: 24px;
  background: url(../img/tit_l.png);
}
.title .icon_right {
  position: absolute;
  right: 0;
  top: 6px;
  width: 52px;
  height: 24px;
  background: url(../img/tit_r.png);
}
.title2 {
  font-size: 36px;
  color: #fff;
  width: 395px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.title2 .icon_left {
  position: absolute;
  left: 0;
  top: 6px;
  width: 51px;
  height: 24px;
  background: url(../img/tit_l.png);
}
.title2 .icon_left::before {
  content: '';
  position: absolute;
  left: -403px;
  top: 10px;
  width: 403px;
  height: 3px;
  background: #0291f5;
}
.title2 .icon_right {
  position: absolute;
  right: 0;
  top: 6px;
  width: 52px;
  height: 24px;
  background: url(../img/tit_r.png);
}
.title2 .icon_right::before {
  content: '';
  position: absolute;
  right: -403px;
  top: 10px;
  width: 403px;
  height: 3px;
  background: #0291f5;
}
.bg1 {
  background: url(../img/bg1.jpg) top center no-repeat;
  height: 856px;
  min-width: 1200px;
}
.bg1 .w1200 {
  height: 100%;
  position: relative;
}
.bg1 .w1200 strong {
  font-size: 28px;
  color: #fff;
  position: absolute;
  top: 376px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 2px solid #fff;
  padding: 13px 15px;
  border-radius: 15px;
  letter-spacing: 2px;
  font-family: '思源黑体';
}
.bg2 {
  background: url(../img/bg2.jpg) top center no-repeat;
  height: 921px;
  min-width: 1200px;
}
.bg2 .w1200 {
  padding-top: 38px;
}
.bg3 {
  background: url(../img/bg3.jpg) top center no-repeat;
  height: 484px;
  min-width: 1200px;
}
.bg3 .w1200 {
  padding-top: 30px;
}
.bg3 .left {
  float: left;
  width: 512px;
  font-size: 18px;
  margin-left: 25px;
  color: #17233c;
  margin-top: 125px;
}
.bg3 .left p {
  line-height: 40px;
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
}
.bg3 .left p::before {
  content: '';
  position: absolute;
  left: 3px;
  top: 15px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0abaef), to(#0d6efe));
  background: linear-gradient(to bottom, #0abaef, #0d6efe);
}
.bg3 ol {
  color: #fff;
  line-height: 50px;
  float: left ;
  margin-left: 140px;
  font-size: 18px;
  margin-top: 43px;
}
.bg4 {
  background: url(../img/bg4.jpg) top center no-repeat;
  height: 924px;
  min-width: 1200px;
}
.bg4 .w1200 {
  padding-top: 38px;
}
.bg4 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 45px;
}
.bg4 .container .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}
.bg4 .container .item .img {
  width: 180px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 25px;
}
.bg4 .container .item .intro {
  color: #fff;
  width: 348px;
}
.bg4 .container .item .intro strong {
  padding: 8px 28px;
  background: #0567fe;
  border-radius: 24px;
  font-size: 24px;
  margin-bottom: 15px;
  display: inline-block;
}
.bg4 .container .item .intro p {
  font-size: 16px;
  line-height: 30px;
}
.bg5 {
  background: url(../img/bg5.jpg) top center no-repeat;
  height: 744px;
  min-width: 1200px;
}
.bg5 .w1200 {
  padding-top: 28px;
}
.bg5 .container {
  padding-top: 38px;
}
.bg5 .container .row-tit {
  font-size: 26px;
  color: #fff;
  text-align: center;
  clear: both;
  line-height: 58px;
  height: 58px;
}
.bg5 .container .row-tit .time {
  float: left;
  width: 378px;
}
.bg5 .container .row-tit p {
  float: right;
  width: 815px;
}
.bg5 .container .row {
  font-size: 20px;
  color: #fff;
  text-align: center;
  clear: both;
  line-height: 43px;
  height: 43px;
  color: #063e5f;
  margin-bottom: 8px;
}
.bg5 .container .row .time {
  float: left;
  width: 378px;
}
.bg5 .container .row p {
  float: right;
  width: 815px;
}
.bg5 .container .row:nth-child(even) .time,
.bg5 .container .row:nth-child(even) p {
  background: #86cffb;
}
.bg5 .container .row:nth-child(odd) .time,
.bg5 .container .row:nth-child(odd) p {
  background: #fff;
}
.bg6 {
  background: url(../img/bg6.jpg) top center no-repeat;
  height: 472px;
  min-width: 1200px;
}
.bg6 .w1200 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 116px;
}
.bg6 .catong {
  margin-right: 50px;
  width: 180px;
  height: 206px;
  background: url(../img/catong.png) no-repeat;
}
.bg6 .right {
  width: 470px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.bg6 .top strong {
  font-size: 24px;
  display: inline-block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #0476fb;
  color: #fff;
  border-radius: 20px;
}
.bg6 .icon_right {
  margin-right: 205px;
  display: inline-block;
  width: 52px;
  height: 24px;
  position: relative;
  background: url(../img/tit_r.png);
}
.bg6 .icon_right::before {
  content: '';
  position: absolute;
  right: -208px;
  top: 10px;
  width: 208px;
  height: 3px;
  background: #0291f5;
}
.bg6 .icon_left {
  margin-left: 420px;
  margin-right: 205px;
  display: inline-block;
  width: 51px;
  height: 24px;
  position: relative;
  background: url(../img/tit_l.png);
}
.bg6 .icon_left::before {
  content: '';
  position: absolute;
  left: -400px;
  top: 10px;
  width: 400px;
  height: 3px;
  background: #0291f5;
}
.bg6 .content {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
  padding: 40px 0 40px 55px;
}
