* {
  margin: 0;
  padding: 0;
}
.body {
  background-color: #f5f7fc;
}
li {
  cursor: pointer;
}
.center_body {
  width: 1200px;
  margin: 0 auto;
}
.title {
  font-size: 32px;
  text-align: center;
  margin: 10px 0;
}
.title span {
  color: #4966d2;
}
.orange_button {
  color: #fff;
  padding: 6px 35px;
  border-radius: 5px;
  text-align: center;
  background-color: #ee8833;
}
.red_text {
  color: red;
}
.redbgc_text {
  background-color: red;
}
.orangebgc_text {
  background-color: #ee8833;
}
.sub_title {
  font-size: 16px;
  text-align: center;
  margin: 10px 0;
  color: #182222;
}
ul li {
  list-style: none;
}
.header {
  background-color: #fff;
  height: 70px;
}
.header .header_body {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header_body .left {
  display: flex;
  align-items: center;
}
.header .header_body .left img {
  width: 40px;
  height: 42px;
}
.header .header_body .left p {
  font-size: 22px;
  margin-left: 20px;
}
.header .header_body .year {
  height: 50px;
}
.nav_body {
  background-color: #3755cb;
  height: 60px;
}
.nav {
  display: flex;
  align-items: center;
  height: 100%;
  color: #fff;
}
.nav li {
  margin: 0 44px;
  cursor: pointer;
}
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
}
.interpret {
  margin-top: 40px;
}
.interpret .interpret_body {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.interpret .interpret_body .interpret_item {
  background-color: #fff;
  width: 32.5%;
  border-top: 10px solid #3e5ccf;
  box-shadow: 0px 0px 7px 5px #dbdbdb;
}
.interpret .interpret_body .interpret_item .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 15px;
}
.interpret .interpret_body .interpret_item .top p {
  font-size: 22px;
  font-weight: bold;
}
.interpret .interpret_body .interpret_item .top span {
  color: #3d5dce;
  font-size: 14px;
  margin-top: 3px;
}
.interpret .interpret_body .interpret_item .bottom .list_top {
  margin-left: 8%;
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.interpret .interpret_body .interpret_item .bottom .list_top p {
  background-color: #3e5dcf;
  text-align: center;
  border-radius: 15px;
  padding: 3px 15px;
  color: #fff;
}
.interpret .interpret_body .interpret_item .bottom .list_top span {
  font-size: 14px;
  color: #8b8688;
  margin-left: 19.2%;
}
.interpret .interpret_body .interpret_item .menu_list li {
  margin: 0 15px 18px 15px;
  color: #8b8688;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
}
.interpret .interpret_body .interpret_item .menu_list li .text {
  font-size: 15px;
}
.interpret .interpret_body .interpret_item .ge_list {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  color: #8b8688;
}
.interpret .interpret_body .interpret_item .ge_list li {
  border-right: 1px solid #ccc;
  padding: 0 8.5%;
  margin: 10px 0 0 0;
}
.interpret .interpret_body .interpret_item .ge_list li:nth-child(3n) {
  margin-right: 0;
  border-right: none;
}
.interpret .interpret_body .orange_top {
  border-top: 10px solid #ee8833;
}
.introduce {
  background-color: #fff;
  margin-top: 20px;
  position: relative;
  z-index: 1000;
}
.introduce ul {
  width: 80%;
  margin-left: 10%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 60px;
}
.introduce ul li {
  text-align: center;
  width: 20%;
  margin-right: 5%;
  color: #3d5dcf;
  margin-top: 60px;
}
.introduce ul li img {
  width: 60px;
  height: 60px;
}
.introduce ul li h2 {
  width: 85%;
  margin: 0 auto;
  padding: 5px 0;
  margin-bottom: 10px;
  border-bottom: 2px solid #3d5dcf;
}
.introduce ul li p {
  font-size: 14px;
  line-height: 24px;
}
.introduce ul li .button {
  width: 62%;
  margin: 0 auto;
  border-radius: 15px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  margin-top: 5px;
}
.introduce ul li:nth-child(4n) {
  margin-right: 0;
}
.date_time {
  margin-top: -270px;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  background-color: #3e5dcf;
}
.date_time h2 {
  font-size: 30px;
  padding-top: 330px;
  text-align: center;
  color: #fff;
}
.date_time p {
  color: #fff;
  text-align: center;
}
.date_time .tips {
  padding: 10px 0 60px 0;
}
.date_time .menu_body {
  display: flex;
  justify-content: center;
}
.date_time .time {
  display: flex;
  align-items: center;
}
.date_time .time .time_day {
  background-color: #fff;
  font-size: 40px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-weight: bold;
}
.date_time .time span {
  display: inline-block;
  margin: 0 20px;
  color: #fff;
  font-size: 15px;
}
.date_time .menu_list {
  width: 550px;
  margin: 0 auto;
  padding: 40px 0 55px 0;
  display: flex;
  justify-content: space-between;
}
.date_time .menu_list li {
  font-size: 16px;
}
.city_search {
  margin-top: 60px;
}
.city_search .city_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 25px;
}
.city_search .city_list li {
  text-align: center;
  border: 1px solid #3e5dcf;
  height: 34px;
  line-height: 34px;
  width: 108px;
  border-radius: 5px;
  margin-bottom: 8px;
}
.city_search .city_list li:nth-child(1),
.city_search .city_list li:nth-child(4),
.city_search .city_list li:nth-child(9),
.city_search .city_list li:nth-child(10),
.city_search .city_list li:nth-child(11),
.city_search .city_list li:nth-child(17),
.city_search .city_list li:nth-child(19),
.city_search .city_list li:nth-child(30) {
  background: #3e5ccf no-repeat 76px 3px;
  background-image: url(../img/hot.png);
  background-size: 22%;
  color: #fff;
}
.city_search .city_list li:nth-child(30) {
  background-image: none;
}
.city_search .button {
  width: 160px;
  font-size: 18px;
  margin: 0 auto;
  margin-top: 20px;
}
.notice {
  margin-top: 60px;
}
.notice ul {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.notice ul li {
  width: 23.3%;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 7px 5px #dbdbdb;
}
.notice ul li .notice_title {
  border-bottom-right-radius: 23px;
  border-top-right-radius: 23px;
  background: #3d5ccf;
  color: #fff;
  font-size: 26px;
  height: 46px;
  line-height: 46px;
  font-weight: bold;
  text-align: center;
  width: 180px;
  margin-top: 30px;
}
.notice ul li span {
  line-height: 30px;
  color: #8e8e8e;
  display: inline-block;
  margin: 20px;
}
.notice ul li .button {
  width: 120px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 20px;
}
.white_body {
  background-color: #fff;
  margin-top: 45px;
}
.upload_file {
  padding-top: 60px;
  min-height: 300px;
}
.upload_file .upload_body {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.upload_file .upload_body .zip {
  width: 65%;
}
.upload_file .upload_body .zip .upload_title {
  max-width: 46%;
  color: #fff;
  background-color: #3e5ccf;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 12px;
  font-size: 20px;
  margin-bottom: 50px;
}
.upload_file .upload_body .zip .upload_ziplist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.upload_file .upload_body .zip .upload_ziplist li {
  width: 17%;
  margin-right: 8%;
  text-align: center;
  margin-bottom: 35px;
}
.upload_file .upload_body .zip .upload_ziplist li img {
  width: 80px;
}
.upload_file .upload_body .zip .upload_ziplist li p {
  margin: 8px 0 15px 0;
  font-size: 13px;
  color: #3d3d3d;
}
.upload_file .upload_body .zip .upload_ziplist li span {
  font-size: 15px;
  color: orange;
}
.upload_file .upload_body .zip .upload_ziplist li .button {
  width: 90%;
  margin: 0 auto;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  background-color: #ef8933;
  color: #fff;
  border-radius: 20px;
  margin-top: 15px;
}
.upload_file .upload_body .zip .upload_ziplist li:nth-child(4n) {
  margin-right: 0;
}
.upload_file .upload_body .list {
  width: 29%;
  box-shadow: 0px 0px 5px 3px #dbdbdb;
}
.upload_file .upload_body .list .list_title {
  margin: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.upload_file .upload_body .list .list_title p {
  font-size: 20px;
  padding-left: 30px;
  background: url(../img/menu.png) no-repeat 0 0;
  background-size: 17px;
  margin: 15px 0;
}
.upload_file .upload_body .list .list_title span {
  color: #3e5ccf;
}
.upload_file .upload_body .list .list_menu {
  margin-top: -10px;
}
.upload_file .upload_body .list .list_menu li {
  color: #787878;
  background: url(../img/disc.png) no-repeat 23px center;
  background-size: 10px;
  font-size: 15px;
  padding-left: 45px;
  line-height: 35px;
}
.upload_file .upload_body .list .follow {
  display: flex;
  flex-wrap: wrap;
}
.upload_file .upload_body .list .follow li {
  min-width: 35%;
}
.upload_file .upload_body .list .download_menu {
  margin: 0 20px;
}
.upload_file .upload_body .list .download_menu li {
  min-width: 0;
  border: 2px solid #ccc;
  margin-right: 5%;
  text-align: center;
  padding: 4px 12px;
  margin-bottom: 10px;
}
.upload_file .upload_body .list .download_menu li:nth-child(3n) {
  margin-right: 0;
}
.upload_file .upload_body .list .download_menu li:nth-child(1) {
  color: orange;
  border-color: orange;
}
.upload_file .upload_body .list .download_menu li:nth-child(2) {
  color: #67b980;
  border-color: #67b980;
}
.upload_file .upload_body .list .download_menu li:nth-child(3) {
  color: #3e5dd0;
  border-color: #3e5dd0;
}
.upload_file .upload_body .list .download_menu li:nth-child(4) {
  color: #7b5ab7;
  border-color: #7b5ab7;
}
.upload_file .upload_body .list .download_menu li:nth-child(5) {
  color: #81d5b8;
  border-color: #81d5b8;
}
.upload_file .upload_body .list .download_menu li:nth-child(6) {
  color: #e75256;
  border-color: #e75256;
}
.system {
  padding-top: 50px;
  padding-bottom: 20px;
}
.system ul {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.system ul li {
  width: 23.3%;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 7px 5px #dbdbdb;
}
.system ul li img {
  width: 150px;
  height: 150px;
  transform: translateX(-50%);
  margin-left: 50%;
  margin-top: 30px;
}
.system ul li .system_title {
  color: #3d5ccf;
  font-size: 26px;
  text-align: center;
  margin-top: 6px;
}
.system ul li span {
  line-height: 28px;
  color: #8e8e8e;
  display: inline-block;
  margin: 10px 20px 30px 20px;
}
.system ul li .button {
  width: 120px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 20px;
}
.footer {
  background-color: #111a2d;
}
.footer p {
  color: #999;
  padding: 30px 0;
}
.suspend-left{
  width: 200px;
  position: fixed;
  top: 22%;
  left: 70px;
  cursor:pointer;
}
.suspend-left img{
  width: 100%;
  height: 100%;
  border-radius: 15px;
}