* {
  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: #48abff;
  width: 100%;
  height: 100%;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
.root header {
  width: 100%;
  background-image: url(../images/background.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 51px;
  padding-bottom: 55px;
}
.root header .logo img {
  display: block;
  width: 385px;
  height: 42px;
  margin: 0 auto;
}
.root header .title img {
  display: block;
  width: 814px;
  height: 251px;
  margin: 0 auto;
  margin-top: 104px;
}
.root header .time {
  width: 551px;
  height: 92px;
  background-image: url(../images/juixng.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-top: 132px;
}
.root header .time p {
  text-align: center;
  font-size: 28px;
  font-family: OPPOSans;
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
  -webkit-text-stroke: 0px #013DDB;
  text-stroke: 2px #013DDB;
  line-height: 125px;
}
.root .mould {
  width: 1191px;
  background-image: url(../images/guanzhu.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 58px 146px 95px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 16px;
}
.root .mould .m-txt {
  font-size: 27px;
  color: #FFFFFF;
  text-indent: 2em;
  line-height: 49px;
}
.root main .m-title {
  width: 401px;
  height: 122px;
  background-image: url(../images/juixng-2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.root main .m-title .tit-bg p {
  font-size: 42px;
  color: #2E5CD8;
  font-weight: bold;
  line-height: 135px;
  -webkit-text-stroke: 1px #FFFFFF;
  text-stroke: 1px #FFFFFF;
  text-align: center;
}
.root main .list {
  margin-top: 50px;
}
.root main .list ul {
  display: flex;
  flex-wrap: wrap;
}
.root main .list ul li {
  width: 352px;
  height: 257px;
  background-image: url(../images/li.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 60px;
  margin-right: 45px;
  margin-bottom: 42px;
}
.root main .list ul li .l-top {
  margin-bottom: 45px;
}
.root main .list ul li .l-top p {
  text-align: center;
  font-size: 25px;
  color: #000000;
}
.root main .list ul li .l-bottom {
  display: flex;
}
.root main .list ul li .l-bottom .icon img {
  width: 68px;
  height: 68px;
  margin-left: 59px;
  margin-right: 35px;
}
.root main .list ul li .l-bottom .href .xuexiao {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 117px;
  height: 29px;
  background-image: url(../images/kuang.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-bottom: 12px;
}
.root main .list ul li .l-bottom .href .xuexiao img {
  width: 20px;
  height: 17px;
  margin-right: 7px;
}
.root main .list ul li .l-bottom .href .xuexiao span {
  font-size: 17px;
  color: #0047E1;
}
.root main .list ul li .l-bottom .href .zhibo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 117px;
  height: 29px;
  background-image: url(../images/kuang.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.root main .list ul li .l-bottom .href .zhibo img {
  width: 19px;
  height: 20px;
  margin-right: 7px;
}
.root main .list ul li .l-bottom .href .zhibo span {
  font-size: 17px;
  color: #0047E1;
}
.root main .list ul li:nth-child(3n) {
  margin-right: 0;
}
.root footer {
  margin-top: 92px;
  background-color: #FFDC78;
  height: 197px;
  padding-top: 60px;
}
.root footer p {
  font-size: 16px;
  font-weight: bold;
  color: #034CDF;
  line-height: 30px;
  text-align: center;
}
