* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
i {
  font-style: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
}
body {
  background-color: #358CEF;
  width: 100%;
  height: 100%;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
.root {
  background-image: url(../images/background.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 78px;
  padding-bottom: 721px;
}
.root header .logo {
  margin-bottom: 182px;
}
.root header .logo img {
  display: block;
  margin: 0 auto;
  width: 692px;
  height: 48px;
}
.root header .title img {
  display: block;
  margin: 0 auto;
  width: 806px;
  height: 366px;
}
.root header .time {
  width: 567px;
  height: 140px;
  background-image: url(../images/juxing-2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 37px;
}
.root header .time p {
  font-size: 39px;
  font-family: DingTalk JinBuTi;
  color: #FFFFFF;
  text-shadow: 0px 24px 36px rgba(0, 0, 0, 0.93);
  line-height: 130px;
  text-align: center;
  margin-left: 15px;
}
.root header .txt {
  width: 1028px;
  margin: 0 auto;
  font-size: 24px;
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  color: #1B91EF;
  line-height: 36px;
  text-indent: 2em;
}
main {
  margin-top: -500px;
}
main .m-title .tit-bg {
  width: 415px;
  height: 117px;
  background-image: url(../images/juxing.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
}
main .m-title .tit-bg p {
  font-size: 48px;
  color: #FFFFFF;
  font-weight: bold;
  letter-spacing: 10px;
  text-align: center;
  margin-left: 15px;
  margin-top: -15px;
}
main .m-mould {
  margin-top: 34px;
}
main .m-mould ul {
  display: flex;
  flex-wrap: wrap;
}
main .m-mould ul li {
  width: 360px;
  height: 200px;
  border-radius: 20px;
  background: linear-gradient(0deg, #E1EEFA, #FFFFFF);
  padding: 30px 45px 30px 33px;
  margin-right: 60px;
  margin-bottom: 66px;
}
main .m-mould ul li .l-top {
  display: flex;
}
main .m-mould ul li .l-top .icon-left {
  margin-right: 17px;
}
main .m-mould ul li .l-top .icon-left img {
  width: 84px;
  height: 84px;
}
main .m-mould ul li .l-top .txt-right .scrool {
  font-size: 20px;
  color: #333333;
  margin-bottom: 19px;
}
main .m-mould ul li .l-top .txt-right .time-icon {
  display: flex;
  align-items: center;
}
main .m-mould ul li .l-top .txt-right .time-icon .t-icon {
  margin-right: 10px;
}
main .m-mould ul li .l-top .txt-right .time-icon .t-icon img {
  width: 12px;
  height: 12px;
}
main .m-mould ul li .l-top .txt-right .time-icon p {
  font-size: 16px;
  color: #333333;
}
main .m-mould ul li .l-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}
main .m-mould ul li .l-bottom .xuexiao {
  width: 120px;
  height: 36px;
  background: #FFFFFF;
  border: 1px solid #0E4DF0;
  border-radius: 18px;
  text-align: center;
  line-height: 36px;
  color: #333;
}
main .m-mould ul li .l-bottom .xuexiao img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
main .m-mould ul li .l-bottom .zhibo {
  width: 120px;
  height: 36px;
  background: #0E4DF0;
  border-radius: 18px;
  text-align: center;
  line-height: 36px;
  color: #fff;
}
main .m-mould ul li .l-bottom .zhibo img {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
main .m-mould ul li:nth-child(3n) {
  margin-right: 0;
}
footer {
  background-color: #0E4DF0;
  margin-top: 27px;
  height: 123px;
  padding-top: 35px;
}
footer p {
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  line-height: 30px;
}
