* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
body {
  color: #000000;
  background: #f6f6f6;
  font: 12px / 1.5 "Microsoft YaHei", Arial;
}
a {
  text-decoration: none;
  color: #14171a;
}
a:hover {
  color: #2464B5;
}
.clear {
  clear: both;
}
img {
  border: 0;
}
.content {
  width: 1200px;
  margin: 0 auto;
  padding: 15px 10px;
  background: #fff;
}
.head {
  height: 120px;
  width: 100%;
  background: #006bb7;
}
.head .main {
  width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
  background: #006bb7 url(../images/header_bg.webp) no-repeat center top;
}
.head .top {
  height: 80px;
  position: relative;
}
.head .top .logo {
  display: block;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  width: 140px;
}
.head .top .logo img {
  width: 100%;
}
.head .top .app {
  display: block;
  float: right;
  height: 40px;
  padding-top: 10px;
}
.head .top .app img {
  height: 100%;
}
.head .nav {
  padding-left: 30px;
  height: 40px;
}
.head .nav ul {
  height: 40px;
  float: left;
}
.head .nav ul li {
  position: relative;
  margin-right: 23px;
  height: 40px;
  float: left;
}
.head .nav ul li a {
  padding: 5px 15px 0 10px;
  height: 35px;
  color: #fff;
  font-size: 16px;
}
.head .nav ul li .active {
  color: #00aeff;
}
.head .nav ul li a:hover {
  color: #00aeff;
}
.head .nav .user {
  height: 30px;
  float: right;
}
.head .nav .user img {
  height: 100%;
}
.box {
  width: 100%;
  background: url(../images/bg.webp) center 0 no-repeat;
}
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
}
.box1 .info1 {
  float: left;
  position: relative;
  width: 510px;
  height: 330px;
  overflow: hidden;
  padding-top: 10px;
}
.box1 .info1 .lb {
  width: 100%;
  height: 100%;
  position: relative;
}
.box1 .info1 .lb img {
  width: 100%;
  height: 100%;
}
.box1 .info1 .lb .mask {
  position: absolute;
  width: 100%;
  height: 82px;
  bottom: 0;
  left: 0;
  background: url(../images/mask.webp) no-repeat;
  z-index: 1;
  color: #fff;
  font-size: 18px;
  padding-left: 20px;
  padding-top: 20px;
}
.box1 .info1 .lb .mask h3 {
  font-weight: normal;
}
.box1 .info2 {
  margin: 0 10px 0 20px;
  width: 360px;
  height: 330px;
  overflow: hidden;
  float: left;
}
.box1 .info2 a {
  display: block;
  height: 87px;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  font-size: 14px;
}
.box1 .info2 a img {
  float: left;
  width: 83px;
  height: 67px;
  margin-right: 10px;
}
.box1 .info2 a a:hover {
  color: #2464b5;
}
.box1 .info3 {
  width: 278px;
  float: left;
  margin-top: 10px;
}
.box1 .info3 .tit {
  padding-left: 26px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  background: url(../images/tit_bg.webp) no-repeat;
}
.box1 .info3 .tit a {
  margin-right: 10px;
  padding-left: 25px;
  font-size: 14px;
  font-style: normal;
  cursor: pointer;
  float: right;
  color: #fff;
}
.box1 .info3 .yw {
  padding-top: 5px;
  height: 285px;
  overflow: hidden;
  background: #fafafa;
}
.box1 .info3 .yw a {
  padding: 0 12px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  height: 28px;
}
.box2 {
  margin-top: 15px;
  height: 740px;
}
.box2 .zx {
  float: left;
  background: #fff;
  width: 880px;
  height: auto;
}
.box2 .zx .tit {
  width: 880px;
  position: relative;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #E5E5E5;
  background: #fff;
  margin-bottom: 10px;
}
.box2 .zx .tit a {
  border-bottom: 3px solid #E11647;
  font-size: 22px;
  height: 36px;
  padding-bottom: 3px;
  color: #2464b5;
}
.box2 .zx .tit a img {
  vertical-align: middle;
}
.box2 .zx .zx_row1 {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}
.box2 .zx .zx_row1 .info {
  float: left;
  width: 49%;
  height: 300px;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}
.box2 .zx .zx_row1 .info > img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.box2 .zx .zx_row1 .info .mask {
  position: absolute;
  width: 100%;
  height: 82px;
  bottom: 0;
  left: 0;
  background: url(../images/mask.webp) no-repeat;
  z-index: 1;
  color: #fff;
  font-size: 18px;
  padding-left: 20px;
  padding-top: 30px;
}
.box2 .zx .zx_row1 .info h3 {
  font-size: 18px;
  background: url(../images/icon_news2.webp) no-repeat;
  height: 30px;
  line-height: 30px;
  background-position-y: 50%;
  padding-left: 30px;
  font-weight: normal;
}
.box2 .zx .zx_row1 .info:hover > img {
  transform: scale(1.2);
}
.box2 .zx .zx_row2 .info {
  margin-top: 10px;
  display: block;
  position: relative;
  float: left;
  width: 285px;
}
.box2 .zx .zx_row2 .info .img {
  width: 285px;
  height: 200px;
  overflow: hidden;
}
.box2 .zx .zx_row2 .info .img img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.box2 .zx .zx_row2 .info .text {
  line-height: 24px;
  font-size: 16px;
  display: inline-block;
  width: 285px;
  padding: 10px;
  border-right: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
.box2 .zx .zx_row2 .info .text h3 {
  font-weight: normal;
  color: #14171a;
  font-size: 16px;
}
.box2 .zx .zx_row2 .info .text p {
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box2 .zx .zx_row2 .info .text p span {
  font-size: 12px;
}
.box2 .zx .zx_row2 .info:hover {
  color: #006bb7;
}
.box2 .zx .zx_row2 .info:hover .img > img {
  transform: scale(1.2);
}
.box2 .zx .zx_row2 .info:hover h3 {
  color: #006bb7 !important;
}
.box2 .zx .more {
  width: 880px;
  height: 30px;
  line-height: 30px;
  color: #2464B5;
  font-size: 14px;
  text-align: center;
  background: #F0F0F0;
  display: block;
  cursor: pointer;
  margin-top: 10px;
  transition: 0.1s;
}
.box2 .zx .more:hover {
  background: #2464B5;
  color: #fff;
}
.box2 .pm {
  width: 295px;
  float: right;
}
.box2 .pm .tit {
  height: 40px;
}
.box2 .pm .tit a {
  display: block;
  width: 50%;
  height: 40px;
  float: left;
  line-height: 40px;
  text-align: center;
  font-size: 13px;
}
.box2 .pm .tit a:nth-child(1) {
  background: #2464b5;
  color: #fff;
}
.box2 .pm .tit a:nth-child(2) {
  background: #e5e5e5;
}
.box2 .pm .lm {
  height: 40px;
  border-bottom: 1px solid #E5E5E5;
}
.box2 .pm .lm a {
  display: block;
  width: 50%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  float: left;
  font-size: 15px;
}
.box2 .pm .lm a:nth-child(1) {
  color: #e11647;
  border-bottom: 4px solid #e11647;
}
.box2 .pm table {
  width: 100%;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.box2 .pm .a {
  background: #f4f4f4;
}
.box2 .pm .a td:nth-child(1) {
  background: #eaeaea;
}
.box2 .pm .b {
  background: #ffffff;
}
.box2 .pm .b td:nth-child(1) {
  background: #f4f4f4;
}
.box2 .pm tr {
  transition: 0.2s;
}
.box2 .pm .a:hover td {
  background: #e9e9e9;
}
.box2 .pm .a:hover td:nth-child(1) {
  background: #d6d5d5;
}
.box2 .pm .b:hover td {
  background: #e9e9e9;
}
.box2 .pm .b:hover td:nth-child(1) {
  background: #dedddd;
}
.box2 .pm th {
  padding: 3px 5px;
  text-align: center;
  font-size: 13px;
  font-weight: normal;
}
.box2 .pm td {
  line-height: 15px;
  padding: 1px 6px;
  font-weight: 600;
  color: #333;
  font-size: 13px;
  text-align: center;
  transition: 0.2s;
}
.box2 .pm .xm {
  text-align: left;
}
.box2 .pm .xm img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 5px;
}
.box2 .pm .xm a {
  color: #0064bb;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
}
.box2 .pm .xm a:hover {
  text-decoration: underline;
}
.box3 {
  margin-top: 20px;
  padding-bottom: 20px;
}
.box3 .tit {
  height: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.box3 .tit h2 {
  padding-left: 36px;
  width: 104px;
  height: 40px;
  line-height: 40px;
  color: #2464b5;
  font-size: 22px;
  background: url(../images/icon_video.webp) no-repeat 2px 9px;
  float: left;
}
.box3 .tit .tib {
  padding-top: 7px;
  width: 360px;
  height: 33px;
  float: left;
}
.box3 .tit .tib a {
  width: 120px;
  height: 33px;
  line-height: 33px;
  font-size: 16px;
  text-align: center;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  float: left;
  display: block;
}
.box3 .tit .tib a:nth-child(1) {
  color: #e11647;
  border-bottom: 3px solid #e11647;
}
.box3 .tit .tib a:hover {
  color: #e11647;
}
.box3 .info {
  position: relative;
  margin-right: 20px;
  padding-top: 10px;
  width: 278px;
  height: 235px;
  float: left;
  margin-bottom: 5px;
}
.box3 .info .img {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.box3 .info .img > img {
  height: 100%;
  width: 100%;
  transition: 1s;
}
.box3 .info .img .mask {
  position: absolute;
  width: 100%;
  height: 82px;
  bottom: 0;
  left: 0;
  background: url(../images/mask.webp) no-repeat;
  z-index: 1;
  color: #fff;
  font-size: 14px;
  padding-left: 10px;
  padding-top: 50px;
}
.box3 .info .img .mask img {
  vertical-align: middle;
}
.box3 .info .img .mask span {
  float: right;
  margin-right: 10px;
  padding-top: 2px;
}
.box3 .info h3 {
  font-weight: normal;
  height: 35px;
  line-height: 35px;
  width: 100%;
  overflow: hidden;
}
.box3 .info:hover .img > img {
  transform: scale(1.2);
}
.box3 .info:hover h3 {
  color: #0064bb;
}
.box4 {
  margin-top: 20px;
  padding-bottom: 20px;
}
.box4 .tit {
  height: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.box4 .tit h2 {
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: #2464b5;
  font-size: 22px;
  float: left;
}
.box4 .tit h2 img {
  height: 30px;
  vertical-align: sub;
}
.box4 .tit .tib {
  padding-top: 7px;
  width: 360px;
  height: 33px;
  float: left;
}
.box4 .tit .tib a {
  width: 120px;
  height: 33px;
  line-height: 33px;
  font-size: 16px;
  text-align: center;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  float: left;
  display: block;
}
.box4 .tit .tib a:nth-child(1) {
  color: #e11647;
  border-bottom: 3px solid #e11647;
}
.box4 .tit .tib a:hover {
  color: #e11647;
}
.box4 .info {
  display: block;
  width: 20%;
  float: left;
  border-right: 1px solid #eee;
  margin-top: 20px;
}
.box4 .info .info_tit {
  margin-left: 15px;
  height: 25px;
  line-height: 25px;
  background: url(../images/tit_bg2.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.box4 .info .info_tit span {
  color: #fff;
  margin-left: 10px;
  font-size: 15px;
}
.box4 .info .row1 .sj_logo {
  margin-left: 15px;
  height: 50px;
}
.box4 .info .row1 .row1_content {
  margin-left: 15px;
  margin-right: 15px;
  border-bottom: 1px solid #eee;
}
.box4 .info .row1 .row1_content img {
  padding-right: 10px;
  width: 50%;
  float: left;
}
.box4 .info .row1 .row1_content .text {
  width: 50%;
  float: left;
}
.box4 .info .row1 .row1_content .text h2 {
  font-size: 35px;
  font-weight: normal;
  color: #333;
}
.box4 .info .row1 .row1_content .text a {
  color: #356da0;
}
.box4 .info .row1 .row1_content .text a:hover {
  text-decoration: underline;
}
.box4 .info .row1 .row1_content .text span {
  display: block;
  font-size: 12px;
  color: #444;
}
.box4 .info .row1 .row1_list {
  border-bottom: 1px solid #eee;
  padding: 10px;
}
.box4 .info .row1 .row1_list img {
  width: 25%;
  padding: 10px;
  float: left;
}
.box4 .info .row1 .row1_list .text {
  position: relative;
  padding: 5px;
}
.box4 .info .row1 .row1_list .text a {
  color: #0064bb;
  font-size: 12px;
}
.box4 .info .row1 .row1_list .text a:hover {
  text-decoration: underline;
}
.box4 .info .row1 .row1_list .text span {
  display: block;
  font-size: 12px;
  color: #444;
}
.box4 .info .row1 .row1_list .text .score {
  position: absolute;
  right: 15px;
  top: 5px;
  color: #333;
  font-size: 15px;
}
.box5 {
  margin-top: 20px;
  padding-bottom: 20px;
}
.box5 .tit {
  height: 40px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.box5 .tit h2 {
  padding-left: 36px;
  width: 104px;
  height: 40px;
  line-height: 40px;
  color: #2464b5;
  font-size: 22px;
  background: url(../images/icon_zt.webp) no-repeat 2px 9px;
  float: left;
  font-weight: normal;
}
.box5 .zt_left {
  width: 880px;
  float: left;
}
.box5 .zt_left a {
  display: block;
  width: 279px;
  height: 200px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}
.box5 .zt_left a .zt_img {
  width: 100%;
  height: 200px;
}
.box5 .zt_left a img:nth-child(2) {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.box5 .zt_left a:nth-child(3) {
  margin-right: 0;
}
.box5 .zt_left a:nth-child(6) {
  margin-right: 0;
}
.box5 .zt_right {
  width: 285px;
  float: right;
}
.box5 .zt_right .tp {
  width: 100%;
  height: 320px;
}
.box5 .zt_right .tp h2 {
  height: 40px;
  line-height: 40px;
  background: #2464b5;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  padding: 0 15px;
}
.box5 .zt_right .tp .text {
  height: 280px;
  padding: 15px 15px 20px 15px;
  background: #f7f7f7;
}
.box5 .zt_right .tp .text > p {
  font-size: 14px;
}
.box5 .zt_right .tp .text img {
  width: 90%;
  margin: 10px 0;
}
.box5 .zt_right .tp .text a {
  display: block;
  margin: 0 auto;
  width: 120px;
  margin-top: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  background: #e5e5e5;
  color: #000;
}
.box5 .zt_right .sc {
  width: 100%;
  height: 100px;
  display: block;
}
.box5 .zt_right .sc img {
  width: 100%;
  height: 100%;
}
.foot_nav {
  width: 100%;
  height: 250px;
  background: url(../images/foot_bg.webp) no-repeat center 0 #012f50;
}
.foot_nav ul {
  width: 1200px;
  margin: 0 auto;
}
.foot_nav li {
  height: 250px;
  float: left;
  width: 210px;
}
.foot_nav li h3 {
  height: 65px;
  line-height: 65px;
  color: #fff;
  font-size: 18px;
  display: block;
  font-weight: normal;
}
.foot_nav li img {
  width: 120px;
}
.foot_nav li a {
  margin-bottom: 7px;
  color: #fff;
  font-size: 14px;
  display: block;
}
.foot_nav li a:hover {
  text-decoration: underline;
}
.foot {
  width: 100%;
  padding: 30px 0;
  text-align: center;
  background: #1f2428;
}
.foot p {
  line-height: 25px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-family: "Microsoft YaHei";
}
body {
  background-image: linear-gradient(to bottom right, rgb(114, 135, 254), rgb(130, 88, 186));
}
.login-container {
  width: 800px;
  height: 315px;
  margin: 0 auto;
  margin-top: 10%;
  border-radius: 15px;
  box-shadow: 0 10px 50px 0px rbg(59, 45, 159);
  background-color: rgb(95, 76, 194);
}
.left-container {
  display: inline-block;
  width: 630px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 60px;
  background-image: linear-gradient(to bottom right, rgb(118, 76, 163), rgb(92, 103, 211));
}
.title {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
}
.title span {
  border-bottom: 3px solid rgb(237, 221, 22);
}
.input-container {
  padding: 20px 0;
}
input {
  border: 0;
  background: none;
  outline: none;
  color: #fff;
  margin: 20px 0;
  display: block;
  width: 100%;
  padding: 5px 0;
  transition: .2s;
  border-bottom: 1px solid rgb(199, 191, 219);
}
input:hover {
  border-bottom-color: #fff;
}
::-webkit-input-placeholder {
  color: rgb(199, 191, 219);
}
.message-container {
  font-size: 14px;
  transition: .2s;
  color: rgb(199, 191, 219);
  cursor: pointer;
}
.message-container:hover {
  color: #fff;
}
.right-container {
  width: 145px;
  display: inline-block;
  height: calc(100% - 120px);
  vertical-align: top;
  padding: 60px 0;
}
.regist-container {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 200;
}
.regist-container span {
  border-bottom: 3px solid rgb(237, 221, 22);
}
.action-container {
  font-size: 10px;
  color: #fff;
  text-align: center;
  position: relative;
  top: 200px;
}
.action-container span {
  border: 1px solid rgb(237, 221, 22);
  padding: 10px;
  display: inline;
  line-height: 20px;
  border-radius: 20px;
  position: absolute;
  bottom: 10px;
  left: calc(72px - 20px);
  transition: .2s;
  cursor: pointer;
}
.action-container span:hover {
  background-color: rgb(237, 221, 22);
  color: rgb(95, 76, 194);
}
