* {
  margin: 0px;
  padding: 0px;
  font-family: Microsoft Yahei;
  font-size: 18px;
  box-sizing: border-box;
  color: #272727;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img,
input {
  border: 0px;
  outline: none;
}
ul li {
  list-style: none;
}
em,
i {
  font-style: normal;
}
.left {
  float: left;
}
.right {
  float: right;
}
.main {
  width: 1200px;
  margin: 0 auto;
}
/* header */
.header,
.logo,
.logo img {
  width: 100%;
}
.header .main {
  display: flex;
  justify-content: space-between;
}
.header .right {
  line-height: 70px;
  color: #6F6F6F;
}
.header .right a {
  color: #001886;
  margin-left: 20px;
}
/* menu */
.menu {
  width: 1200px;
  margin: 0 auto;
}
.menu ul {
  margin: 30px -3px;
  display: flex;
  justify-content: space-between;
}
.menu ul li {
  width: 10%;
  padding: 0 3px;
  position: relative;
}
.menu ul a,
.menu ul i {
  display: block;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #A6155F;
  border: 2px solid #A6155F;
  font-size: 16px;
}
.menu ul a.sel,
.menu ul i.sel {
  background: #fff;
  color: #A6155F;
  font-weight: bold;
}
.menu ul i {
  padding-right: 10px;
  background: url(../images/bg_04.png) no-repeat 92% center #A6155F;
}
.menu ul i.sel {
  background: url(../images/bg_04-sel.png) no-repeat 92% center #fff;
}
.menu ul li:hover p {
  display: block;
}
.menu ul p {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0 3px;
  background: #fff;
  display: none;
}
.menu ul p a {
  margin-top: 2px;
}
/* 登录 */
.dl_main {
  /*background: url(../images/bg_03.png) no-repeat left bottom;*/
  background-size: 100%;
  min-height: 100vh;
  padding-bottom: 40px;
}
.dl_one {
  width: 100%;
  padding: 70px 0;
  line-height: 42px;
  font-size: 20px;
}
.dl_two {
  line-height: 60px;
  font-size: 28px;
  color: #272727;
  font-weight: normal;
  letter-spacing: 3px;
  text-align: center;
  width: 100%;
}
.dl_three {
  margin: 0 auto;
  width: 440px;
}
.dl_three li {
  padding-top: 25px;
}
.dl_three .txt {
  border: 1px solid #8B8D90;
  width: 100%;
  height: 46px;
  line-height: 46px;
  padding-left: 65px;
  border-radius: 3px;
  font-size: 18px;
  outline: none;
}
.dl_three .txt:focus {
  border: 1px solid #001886;
}
.dl_three .txt_name {
  background: url(../images/bg_01.png) no-repeat 20px center;
}
.dl_three .txt_pwd {
  background: url(../images/bg_02.png) no-repeat 22px center;
}
.dl_three .btn {
  width: 100%;
  background: #001886;
  padding: 0;
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  outline: none;
  display: block;
  height: 46px;
}
.dl_three .btn:hover {
  background: #001886;
}
/* 信息 */
.xx_one {
  width: 100%;
  padding: 15px 0;
  color: #272727;
}
.xx_one .title {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
.xx_one .desc {
  line-height: 36px;
  padding: 15px 0;
}
.xx_two {
  padding-top: 20px;
  padding-bottom: 50px;
}
.xx_two .title {
  color: #001886;
  margin-bottom: 20px;
}
.xx_two p {
  line-height: 40px;
}
.xx_two label {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.xx_two .ck {
  width: 18px;
  height: 18px;
  margin-right: 15px;
}
.xx_four {
  color: red;
  line-height: 38px;
  margin-top: -40px;
  margin-bottom: 50px;
}
.xx_info {
  padding: 15px 0;
}
.xx_info .title {
  color: #F90808;
  font-size: 20px;
  font-weight: bold;
}
.xx_info .desc {
  padding: 15px 0;
  line-height: 36px;
}
.xx_info .desc p {
  padding-top: 8px;
}
.xx_bottom {
  width: 100%;
  line-height: 40px;
  margin-bottom: 20px;
}
.xx_bottom .desc {
  color: red;
  margin-bottom: 20px;
  margin-top: -20px;
}
/* table */
.tb_one {
  width: 100%;
  border: 1px solid #D2D2D2;
  padding: 20px 30px;
  margin-bottom: 30px;
}
.tb_one th {
  color: #5F5F5F;
  text-align: left;
  font-weight: normal;
  position: relative;
  vertical-align: top;
  line-height: 26px;
  padding: 10px 0;
  padding-top: 20px;
}
.tb_one th i {
  position: absolute;
  left: -15px;
  color: #FE0202;
  font-weight: bold;
  top: 22px;
}
.tb_one td {
  padding: 10px;
}
.tb_one .txt {
  width: 50%;
  border: 1px solid #D2D2D2;
  height: 46px;
  line-height: 46px;
  padding-left: 20px;
  outline: none;
}
.tb_one .tj_three_td {
  padding: 0;
}
.tb_one .btn_up,
.tb_one .btn_get {
  border: 1px solid #D2D2D2;
  height: 46px;
  line-height: 46px;
  width: 15%;
  background: none;
  cursor: pointer;
  outline: none;
  margin-left: 10px;
}
.tb_one .btn_get {
  background: #EEEEEE;
  width: 18%;
}
.tb_one .p_btn {
  padding-bottom: 0;
  padding: 15px 0;
  padding-top: 30px;
}
.tb_one .cp_desc {
  padding-top: 15px;
  line-height: 34px;
  color: #5F5F5F;
  width: 100%;
  display: block;
}
.tb_one .cp_desc span {
  color: red;
}
.tb_one .ts_desc {
  line-height: 34px;
  color: #5F5F5F;
  width: 100%;
  display: block;
  font-size: 16px;
}
.tb_one .ts_desc span {
  color: red;
}
.tb_one .fujian {
  width: 580px;
  height: 300px;
  display: flex;
  align-items: center;
  border: 1px solid #D2D2D2;
  overflow: hidden;
  justify-content: center;
}
.tb_one .fujian img {
  max-height: 100%;
  object-fit: cover;
  max-width: 100%;
  cursor: pointer;
}
.tb_two {
  margin-bottom: 0;
}
.tb_two td {
  width: 25%;
  padding-left: 0;
}
.tb_three .txt {
  width: 80%;
}
.tb_three .txt[disabled] {
  background: #EEEEEE;
}
.tb_three .txt1 {
  width: 100px;
  text-align: center;
  padding: 0;
}
.tb_three .txt2 {
  width: 200px;
  text-align: center;
  padding: 0;
}
.tb_three .s {
  text-align: center;
  width: 4%;
}
.tb_three td {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tb_three .bottom {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.tb_three .bottom .img {
  width: 174px;
  height: 100px;
  object-fit: cover;
}
.tb_three .bottom .desc {
  color: red;
  line-height: 30px;
  padding-left: 20px;
}
.tb_three label {
  padding-left: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 40px;
  margin-left: 10px;
  margin-right: 20px;
}
.tb_three label input {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.tb_three .nei {
  border: 1px solid #D2D2D2;
  width: 80%;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
.tb_three .nei p {
  width: 33.333%;
  position: relative;
}
.tb_three .nei label {
  margin-left: 0px;
  margin-right: 0px;
}
.tb_three .txt_desc {
  height: 120px;
  padding: 12px 20px;
  line-height: 30px;
}
.tb_three .txt_desc2 {
  height: 100px;
  line-height: 36px;
  margin-bottom: 5px;
}
.tb_three .tishi {
  color: red;
  font-size: 16px;
  padding-top: 5px;
  margin-bottom: 10px;
}
.tb_three .sel {
  background: url(../images/bg_05.png) no-repeat 11px 30px;
  background-size: auto 10px;
}
.tb_three .ej {
  width: 100%;
  background: #EEEEEE;
  top: 100%;
  z-index: 111;
  left: 0;
  padding: 15px;
  display: none;
  position: relative;
}
.tb_three .ej label {
  width: 33.33%;
  float: left;
}
.tb_three .ej i {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 10px;
  background-size: auto 100%;
}
.tb_four {
  border: 1px solid #D2D2D2;
  border-left: 0;
  width: 100%;
  margin-bottom: 50px;
}
.tb_four .tr {
  padding: 6px;
}
.tb_four th {
  background: #EEEEEE;
  height: 70px;
  border-left: 1px solid #D2D2D2;
}
.tb_four td {
  padding: 20px 15px;
  text-align: center;
  line-height: 32px;
  border-left: 1px solid #D2D2D2;
  border-top: 1px solid #D2D2D2;
}
.tb_four .red {
  color: red;
}
.tb_four .desc {
  text-align: left;
}
.tb_four .ck {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.tb_four .zuo {
  line-height: 34px;
}
.tb_four .zuo a {
  text-decoration: none;
  cursor: pointer;
  margin: 0px 15px;
}
.tb_four .zuo a:hover {
  color: #001886;
}
.tb_four .zuo .btn {
  background: none;
  cursor: pointer;
  line-height: 40px;
  outline: none;
}
.tb_four .zuo .btn:hover {
  color: #001886;
}
.tb_four .zuo .btn_add {
  width: 170px;
  background: #7F878F;
  height: 34px;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
}
.tb_five .txt {
  width: 100%;
}
.tb_five .nei {
  width: 100%;
}
.tb_five .txt_up {
  width: 84%;
}
.tb_five .btn_up {
  margin-left: 1%;
}
.tb_five .cp_img {
  width: 400px;
  height: 230px;
  object-fit: cover;
  margin-top: 20px;
}
.tb_five .txt_date {
  background: url(../images/bg_06.png) no-repeat 95% center;
  width: 48%;
}
.p_btn {
  width: 100%;
  padding-bottom: 100px;
  text-align: center;
}
.p_btn .btn {
  min-width: 200px;
  height: 64px;
  background: #001886;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
  padding: 0 25px;
}
/* 提交 */
.tj_one {
  border: 1px solid #D2D2D2;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  line-height: 44px;
}
.tj_one .btn {
  height: 44px;
  background: #001886;
  color: #fff;
  padding: 0 30px;
  cursor: pointer;
  margin-left: 10px;
  width: 120px;
}
.tj_one .right {
  display: flex;
}
.tj_one .right dl {
  display: flex;
  justify-content: space-between;
  margin-left: 40px;
  background: #B4B4B4;
  height: 54px;
  border-radius: 8px  8px  0 0;
  margin-bottom: -10px;
  overflow: hidden;
}
.tj_one .right dl dd {
  padding: 0 20px;
  height: 54px;
  background: #B4B4B4;
  line-height: 54px;
  cursor: pointer;
}
.tj_one .right dl .sel {
  background: #6E218B;
  color: #fff;
  border-radius: 8px  8px  0 0;
}
.tj_two {
  width: 100%;
  background: #001886;
  color: #fff;
  line-height: 66px;
  padding-left: 30px;
  border-radius: 10px 10px 0 0;
  font-size: 22px;
}
.tj_three {
  background: #EDEDED;
  padding: 15px 30px;
  margin-bottom: 30px;
  line-height: 40px;
  width: 102%;
  margin-left: -1%;
}
.tj_three span {
  color: #FE0707;
}
.tj_three a {
  color: #0053FA;
  border-bottom: 1px solid #0053FA;
}
/* 分页 */
.fenye {
  padding-bottom: 50px;
  color: #272727;
  margin-top: -20px;
}
.fenye a {
  color: #272727;
  margin: 0px 10px;
  text-decoration: none;
}
.fenye a:hover {
  color: #001886;
}
.fenye .sel {
  color: #001886;
  font-weight: bold;
}
/* 弹框*/
.tan_fu {
  background: #fff;
  width: 800px;
  border-radius: 10px;
  overflow: hidden;
}
.tan_fu .top {
  background: #001886;
  color: #fff;
  line-height: 54px;
  padding: 0 20px;
  font-size: 20px;
}
.tan_fu .title {
  text-align: center;
  padding: 35px 0;
  color: #080808;
  font-size: 28px;
  font-weight: bold;
}
.tan_fu .title strong {
  color: red;
  font-size: 28px;
}
.tan_fu .nei {
  width: 80%;
  margin-left: 10%;
}
.tan_fu .tb_four {
  margin-bottom: 0;
}
.tan_fu .tb_four th {
  height: 50px;
}
.tan_fu .tb_four td {
  padding: 15px;
  font-size: 16px;
}
.tan_fu .desc {
  color: #191B1B;
  padding: 25px 0;
  line-height: 32px;
}
.tan_fu .btn_fu {
  width: 100%;
  background: #001886;
  color: #fff;
  height: 50px;
  font-size: 20px;
  cursor: pointer;
  margin-bottom: 40px;
}
/* 申请 */
.sq_main {
  border: 1px solid #D2D2D2;
  margin-bottom: 20px;
  margin-top: 40px;
}
.sq_main .top {
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #D2D2D2;
  line-height: 80px;
  font-size: 24px;
}
.sq_main .bottom {
  padding: 40px;
  line-height: 40px;
}
/* 图片弹窗 */
#hi-img-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-img-pop * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-img-pop .hi-close {
  position: fixed;
  top: 86%;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  cursor: pointer;
}
#hi-img-pop .hi-close:after,
#hi-img-pop .hi-close:before {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 10px;
  width: 30px;
  height: 2px;
  background: #333;
  transition: 0.5s;
}
#hi-img-pop .hi-close:hover {
  background: #001886;
}
#hi-img-pop .hi-close:hover:after,
#hi-img-pop .hi-close:hover:before {
  background: #fff;
}
#hi-img-pop .hi-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hi-img-pop .hi-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hi-img-pop .img {
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 90%;
  max-height: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#hi-img-pop .pin {
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 90%;
  max-height: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* 邮件 */
.yj_one {
  display: flex;
  margin-bottom: 50px;
}
.yj_one .tb_six {
  padding-top: 30px;
  margin-bottom: 0;
  padding-bottom: 30px;
  width: 70%;
}
.yj_one .tb_six .ll {
  padding-left: 0;
  color: #5F5F5F;
}
.yj_one .tb_six .ll a {
  color: #0D55F8;
}
.yj_one .tb_six .txt {
  width: 60%;
}
.yj_one .tb_six .btn_get {
  width: 25%;
}
.yj_one .rr_info {
  width: 30%;
  border: 1px solid #D2D2D2;
  border-left: 0;
  background: #EEEEEE;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.yj_one .rr_info .nei {
  padding: 15px 0;
  color: #5F5F5F;
  font-size: 16px;
  font-weight: bold;
}
.yj_one .rr_info .nei img {
  width: 125px;
  height: 125px;
  margin-bottom: 20px;
}
.yj_info {
  border: 1px solid #D2D2D2;
  background: #EEEEEE;
  margin-bottom: 50px;
  max-width: 1200px;
}
.yj_info .img_banner {
  width: 100%;
}
.yj_info .img_banner img {
  width: 100%;
}
.yj_info .tit1 {
  text-align: center;
}
.yj_info .tit1 img {
  height: 70px;
}
.yj_info .tit2 {
  padding: 70px 0;
  text-align: center;
  font-size: 28px;
  line-height: 50px;
}
.yj_info .tit2 span {
  font-size: 28px;
}
.yj_info .tit2 h1 {
  color: #001886;
  font-size: 28px;
  font-weight: normal;
}
.yj_info .biao {
  width: 100%;
  background: url(../images/yj4.png) no-repeat center center;
  line-height: 80px;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}
.yj_info .biao span {
  color: #001886;
  font-size: 28px;
}
.yj_info .desc {
  width: 100%;
  padding: 0px 60px;
  font-size: 22px;
  line-height: 42px;
  margin-bottom: 70px;
}
.yj_info .ul_cp {
  display: flex;
  padding: 0 40px;
  margin-bottom: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.yj_info .ul_cp li {
  width: 48.5%;
  border: 2px solid #001886;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  height: 340px;
  margin-bottom: 30px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yj_info .ul_cp .img {
  width: 360px;
  height: 207px;
  object-fit: cover;
}
.yj_info .ul_cp .text-box {
  padding: 30px;
}
.yj_info .ul_cp .text-box .title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.yj_info .ul_cp .text-box .bottom {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  margin-top: 10px;
}
.tan_add {
  width: 950px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.tan_add .tb_one {
  margin-bottom: 0;
}
.tan_add .tb_one th,
.tan_add .tb_one td {
  font-size: 16px;
}
.tan_add .tb_one .txt {
  width: 270px;
  padding-left: 10px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
}
.tan_add .tb_one .txt_tell {
  width: 160px;
}
.tan_add .tb_one .btn_get {
  width: 100px;
  font-size: 16px;
  margin-left: 6px;
  height: 42px;
  line-height: 42px;
}
.tan_add .tb_one .p_btn {
  padding: 0;
  padding-top: 30px;
}
.tan_add .tb_one .p_btn .btn {
  height: 46px;
  font-size: 18px;
}
.tan_add .tj_three {
  font-size: 16px;
  line-height: 34px;
}
.tan_add .tj_three span,
.tan_add .tj_three a {
  font-size: 16px;
}
.tan_add .tj_two {
  font-size: 18px;
  line-height: 50px;
  font-weight: bold;
}
