﻿body,html{
	height:inherit !important;
}
.link{cursor:pointer;}
html,
body,
#app {
  height:100%;
}

* {
  margin: 0;
}
.spot {
  display: inline-block;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #444444;
  margin-right: 10px;
}
.flex {
  display: flex;
}
.flex1 {
  flex: 1;
}

.flex-between {
  justify-content: space-between;
}

.flex-center {
  align-items: center;
}

.pointer {
  cursor: pointer;
}

.color-primary {
  color: #245399;
}

.bg-primary {
  background-color: #245399;
}

a {
  text-decoration: none;
}

.el-button {
  font-size: 16px;
}

.el-button--primary {
  background-color: #2a76b3;
  border-radius: 4px;
}
.color-333 {
  color: #333;
}
.color-ccc {
  color: #ccc;
}
.color-555 {
  color: #555;
}
.color-red {
  color: red;
}
.color-orange {
  color: #fe8f00;
}
.color-blue {
  color: rgb(1 149 255);
}
#getCode {
  width: 130px;
  margin: 0;
  line-height: 36px;
  background-color: #2a76b3;
  padding: 0;
  color: #fff;
  border-radius: 0;
}
.contentForm {
  margin-top: 20px;
}
.contentForm .content {
  overflow: hidden;
  margin-top: 30px;
}
.contentForm .content .title {
  color: #999;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 22px;
}
.contentForm .content .el-form-item {
  width: 48% !important;
  display: inline-block !important;
}
.contentForm .content .keepRight {
  float: right !important;
}
.contentForm .content .aLine {
  width: 100% !important;
}
.contentForm .content .el-form-item .el-form-item__label {
  background: #f5f5f5;
  color: #333;
  padding: 0 40px 0 0;
  font-size: 16px;
  border: 1px solid #dcdfe6;
  border-right: none;
  line-height: 38px;
}
.contentForm .content .el-form-item--medium .el-form-item__content,
.contentForm .el-form-item--medium .el-form-item__label,
.contentForm .el-input__inner {
  border-radius: 0 !important;
  /*padding-right: 64px;*/
}
.contentForm .content .el-form-item .el-textarea__inner{
  padding-right: 64px;
}
.contentForm .content .el-form-item .el-select {
  width: 100% !important;
  border-radius: 0 !important;
}
.contentForm .content .el-form-item .el-input {
  width: 100% !important;
  border-radius: 0 !important;
}
.contentForm .content .el-form-item .el-radio-group {
  margin-left: 10px;
}

.contentForm .content .el-form-item .el-textarea__inner {
  min-height: 150px !important;
}
.contentForm .content .el-form-item .el-input-group__append {
  background: #fff;
  border: none;
  padding: 0;
}
.contentForm .btnBox {
  text-align: center;
  padding: 40px 0;
}
.contentForm .btnBox .submitBtn {
  width: 160px;
  line-height: 50px;
  padding: 0;
  border-radius: 0;
  color: #fff;
  background-color: #2a76b3;
  font-size: 20px;
}
.contentForm .btnBox .resetBox {
  background: #b3b3b3;
  color: #fff;
  border-radius: 0;
  width: 160px;
  line-height: 50px;
  padding: 0;
  font-size: 20px;
}

.contentForm .radiocontent {
  color: #2a76b3;
  margin-left: 15px;
  font-size: 14px;
}
.contentForm .radiocontentContent {
  color: #999;
  font-size: 14px;
}
.contentForm .verificationCode {
  width: 100px;
  height: 30px;
}

header {
  height: 180px;
  background-image: url(../images/top-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-width: 1200px;
}

header .header-ctn {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

header .btn-area {
  display: flex;
  justify-content: flex-end;
  padding: 15px 0;
}

header .btn-area .btn {
  color: #245399;
  font-size: 15px;
  cursor: pointer;
}

header .btn-area .btn:hover {
  color: #3079e6;
}

header .btn-area .devide {
  width: 1px;
  height: 15px;
  vertical-align: middle;
  background-color: #245399;
  margin: 0 10px;
  margin-top: 4px;
}

header .header-ctn .platform-gov {
  font-size: 42px;
  color: #245399;
  font-weight: bold;
  margin-bottom: 10px;
}

header .header-ctn .platform-plat {
  font-size: 16px;
  color: #245399;
}

header .header-ctn .platform-site {
  font-size: 16px;
  color: #606266;
}

header .header-ctn .header-logo {
  width: 92px;
  height: 97px;
}

header .header-ctn .plat-form {
  margin-left: 25px;
  flex: 1;
}

header .search-form {
  width: 560px;
  font-size: 0;
}

header .search-form .third-party {
  cursor: pointer;
  vertical-align: middle;
  margin-right: 10px;
}

header .search-form .search-input {
  margin-top: 10px;
}

header .search-form .search-input /deep/ .el-input__inner {
  border-color: #245399;
}

header .search-form .search-input /deep/ .el-input__inner:hover {
  border-color: #3079e6;
}

header .search-form .search-input /deep/ .el-icon-search {
  color: #245399;
  font-size: 17px;
}

header .search-form .search-input input::-webkit-input-placeholder {
  color: #245399;
}
header .search-form .search-input input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #245399;
}
header .search-form .search-input input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #245399;
}
header .search-form .search-input input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #245399;
}

nav {
  height: 50px;
  background-color: #245399;
  min-width: 1200px;
}

nav .navigator {
  height: 50px;
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
  display: flex;
  position: relative;
}

nav .navigator .nav .nav-title {
  line-height: 50px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 0 50px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

nav .navigator .nav .nav-title.active::after,
nav .navigator .nav .nav-title:hover::after,
nav .navigator .nav .sec-navigator:hover + .nav-title::after {
  display: inline-block;
  width: 0;
  height: 0;
  border: 9px solid #fff;
  content: "";
  position: absolute;
  bottom: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  left: 50%;
  transform: translate(-50%, 20%);
}

.first-navigator {
  position: relative;
}
nav .navigator .nav#zwxxgk:hover #zwxxgk-child,
nav .navigator .sec-navigator:hover,
nav .navigator .first-navigator:hover .sec-navigator {
  display: flex;
}
nav .navigator .sec-navigator {
  display: inline-block;
}
nav .navigator .sec-navigator {
  height: 70px;
  line-height: 70px;
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 0;
  /* -ms-transform:translate(calc(100px - 50%));
  -webkit-transform:translate(calc(100px - 50%));
  -moz-transform:translate(calc(100px - 50%));
  transform:translate(calc(100px - 50%)); */
  -ms-transform: translate(-40%);
  -webkit-transform: translate(-40%);
  -moz-transform: translate(-40%);
  transform: translate(-40%);
  

  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.12);
  border: 1px solid #f7f7f7;
  justify-content: space-around;
  align-items: center;
  display: none;
  background-color: #fff;
}

nav .navigator .sec-navigator .sec-nav {
  font-size: 18px;
  color: #2a5faf;
  font-weight: normal;
  margin: 0 25px;
  text-align: center;
  flex-shrink: 0;
  min-width: 170px;
}

nav .navigator .sec-navigator .sec-nav:hover {
  color: #153d78;
}

nav .navigator .devide {
  border-left: 1px solid #3b6db7;
  border-right: 1px solid #113e81;
  display: inline-block;
  height: 50px;
}

.currentLocation {
  width: 1200px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 64px;
  margin: auto;
}

.contentAll {
  width: 1200px;
  margin: auto;
  background: #fff;
  padding: 30px 0;
}

.contentBox {
  width: 1000px;
  margin: auto;
  position: relative;
}
.contentBox2 {
  width: 1150px;
  position: relative;
}
.contentTitle {
  width: 100%;
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  height: 120px;
  line-height: 120px;
  background: #2a76b3;
  text-align: center;
}

.tipsBox {
  width: 960px;
  background: #f2f6fc;
  padding-bottom: 10px;
}

.reminder {
  color: #222222;
}

.noticeWrite {
  margin-left: 20px;
  color: #2a76b3 !important;
}

.tipsContent div {
  color: #666666;
  line-height: 28px;
}

#write-notice {
  color: #555;
}

#write-notice .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 38px;
}

#write-notice .el-dialog__header {
  padding: 30px 0;
}

#write-notice .content {
  font-size: 16px;
  line-height: 38px;
  text-indent: 1cm;
}

#write-notice .el-dialog__body {
  height: 500px;
  overflow-y: auto;
  padding: 0 40px;
}

#write-notice .el-dialog__footer {
  padding: 30px 0;
}

#write-notice .dialog-footer .agree-btn,
#write-notice .dialog-footer .cancel-btn {
  width: 100px;
  border: none;
}

#write-notice .dialog-footer .cancel-btn {
  margin-left: 20px;
  background-color: #eceef1;
}

footer {
  height: 210px;
  border-top: 10px solid #245399;
  box-sizing: border-box;
  background-color: #f7f7f7;
}

footer .footer-ctn {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  box-sizing: border-box;
}

footer .footer-ctn .footer-logo {
  width: 56px;
  height: 68px;
  margin-top: 35px;
  margin-left: 160px;
}

footer .footer-ctn .information {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  flex: 1;
  font-size: 14px;
  color: #666666;
}

footer .footer-ctn .information .link a {
  color: #666666;
}

footer .footer-ctn .information .link a:hover {
  color: #245399;
}

footer .footer-ctn .information .devide {
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: #666666;
  vertical-align: middle;
  margin: 0 10px;
}

footer .footer-ctn .information .gov {
  margin-top: 12px;
}

footer .footer-ctn .information .ghs {
  vertical-align: middle;
}

footer .footer-ctn .information .gov-info {
  margin-top: 8px;
}

footer .footer-ctn .information .entry {
  margin-top: 10px;
}

footer .footer-ctn .information .entry a {
  color: #82a5d9;
  margin-right: 15px;
}

footer .footer-ctn .qrcode-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-right: 20px;
}

footer .footer-ctn .qrcode-wrap .qr-info {
  color: #666;
  font-size: 14px;
  text-align: center;
}

.main-ctn {
  min-height: calc(100% - 180px - 50px - 210px);
  background-color: #f7f7f7;
  padding-bottom: 50px;
  box-sizing: border-box;
  min-width: 1200px;
}

/*分页*/
.page_block {
  width: 100%;
  line-height: 30px;
  text-align: center;
  margin-top: 45px;
}
.pageTotal {
  border: 1px solid #ddd;
  color: #606266;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 14px;
}
.my-btn {
  padding: 8px 10px;
}

/* .el-pagination button, */
.el-pagination span:not([class*="suffix"]) {
  height: 30px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.pageBtn {
  border: 1px solid #ddd;
  color: #606266;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
}
.el-pager li {
  border: 1px solid #ddd;
  height: 31px;
  line-height: 31px !important;
}
.el-pager li.active + li {
  border-left: 1px solid #ddd;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
  background: #113e81;
}
.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
  background: #fff;
}
/*表格*/
.el-table th {
  background: #f4f4f4 !important;
  text-align: center !important;
  font-size: 16px;
  color: #555555;
}
.el-table--enable-row-transition .el-table__body td {
  text-align: center !important;
  color: #555555;
}
.tableBox {
  margin-top: 18px;
}
.tableBox .cell {
  font-size: 16px;
  color: #555;
}

#img-validate {
  display: inline-block;
  width: 80px;
  height: 40px;
  background-color: #f0f0f0;
  text-align: center;
  cursor: pointer;
}
#img-validate img {
  width: 100%;
}

.g-title {
  line-height: 40px;
  background-color: #f2f2f2;
}
.g-title .text {
  font-size: 18px;
  font-weight: bold;
  padding: 0 20px;
  height: 100%;
  display: inline-block;
  background-color: #245399;
  color: #fff;
}

/* //滚动条的宽度 */
::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}
/* //滚动条的滑块 */
::-webkit-scrollbar-thumb {
  background-color: #063b5a27;
  border-radius: 5px;
}
.font-bold {
  font-weight: bold;
}

.clear_both {
  clear: both;
  display: block;
  overflow: hidden;
}

/* loading遮罩 */
.loading-modal {
  z-index: 99999 !important;
}
.timeBox {
  display: inline-block;
  width: 130px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  border: 1px solid #ddd;
  background: #000;
  opacity: 0.5;
  margin-left: 10px;
}

/* 修改loading大小 */
.el-loading-spinner {
  font-size: 25px;
}
.el-loading-spinner i,
.el-loading-spinner .el-loading-text {
  color: #104ead;
  font-weight: bold;
}
.el-link{
	font-size: 16px;
	vertical-align: inherit;
}
.itemBtn.ending {
  background-color: #cdcdcd;
}
.operate{
  width: 100%;
  text-align: right;
  line-height: 40px;
  height: 40px;
}
.operate .area{
  float: right;
  width: 50%;
}
.operate span{
  font-size: 14px;
}
.f_title{
  width: 370px;
}
.rich-text img{
  max-width: 1000px;
}