@charset "UTF-8";
.container {
  width: 83.3%;
}

.nav {
}

.nav .container {
  height: 64px;
  display: flex;
  justify-content: space-between;
}

.nav .container .left {
  display: flex;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.nav .container .left .nav-icon {
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  outline: none;
  color: #666;
}

.nav .container .left .nav-icon i {
  font-size: 20px;
}

.nav .container .left .nav-list {
  display: flex;
}

.nav .container .left .nav-list .nav-item {
  width: 230px;
  height: 64px;
  border-left: 1px solid #eee;
  position: relative;
}

.nav .container .left .nav-list .nav-item a {
  display: block;
  width: 230px;
  height: 64px;
  line-height: 64px;
  padding-left: 20px;
  font-size: 18px;
  color: #666;
  position: relative;
}

.nav .container .left .nav-list .nav-item a i {
  display: block;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%) rotateZ(0);
  transition: .2s;
}

.nav .container .left .nav-list .nav-item ul {
  width: 230px;
  background-color: #fff;
  border: 1px solid #eee;
  border-top: none;
  position: absolute;
  left: 0;
  top: 54px;
  box-sizing: border-box;
  display: none;
  transition: .2s;
  z-index: 10;
}

.nav .container .right {
  display: flex;
  border-right: 1px solid #eee;
}

.nav .container .right .nav-icon {
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  outline: none;
  color: #666;
  border-left: 1px solid #eee;
}

.nav .container .right .nav-icon i {
  font-size: 20px;
}

.getPage {
  width: 60%;
  margin: 0 auto;
  height: 50px;
  display: flex;
  justify-content: space-between;
  margin-top: 26px;
  margin-bottom: 110px;
}

.getPage > a {
  display: flex;
  border-radius: 50%;
}
.getPage > a i {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.getPage .pageNum {
  display: flex;
  justify-content: space-between;
  text-align: center;
  height: 50px;
  line-height: 50px;
}

.getPage .pageNum a {
  display: block;
  width: 26px;
  height: 40px;
  line-height: 50px;
  color: #999;
}

.getPage .pageNum a.pageActive {
  color: #333;
  border-bottom: 1px solid #333;
}

#investorTop {
  background-color: #28205c;
  color: #fff;
}

#investorTop .investorBanner {
  width: 83.3%;
  overflow: hidden;
}

#investorTop .investorBanner .inner .t {
  margin-top: 200px;
  font-size: 34px;
  color: #fff;
  margin-bottom: 24px;
}

#investorTop .investorBanner .inner .zhangdie {
  margin-bottom: 50px;
}

#investorTop .investorBanner .inner .zhangdie .ico {
  font-size: 22px;
  background: url(../images/dd.png) no-repeat scroll right center;
  padding: 0px 26px 0px 18px;
}

#investorTop .investorBanner .inner .zhangdie .ico.green {
  background: url(../images/zz.png) no-repeat scroll right center;
}

#investorTop .investorBanner .inner .zhangdie span {
  font-size: 46px;
  color: #fff;
}

#investorTop .investorBanner .inner .clearfix {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 456px;
  padding: 18px 0 18px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 62px;
}

#investorTop .investorBanner .inner .time {
  font-size: 14px;
  margin-bottom: 100px;
}

#government .message .message-table h3,
#government .rule h3 {
  font-size: 42px;
  color: #333;
}

#government .message .message-table span,
#government .rule span {
  display: block;
  font-size: 14px;
  color: #999;
  margin-top: 20px;
}

#government .message {
  margin-top: 100px;
  background-color: #f3f3f3;
  overflow: hidden;
}

#government .message .message-table {
  margin-left: 50px;
  width: 56.3%;
}

#government .message .message-table h3 {
  margin-top: 50px;
}

#government .message .message-table table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
}

#government .message .message-table table tr td {
  height: 52px;
  padding: 0 10px 0 0;
}
#government .message .message-table table tr td:nth-child(odd){font-weight:bold;}
#government .message .message-table table tr td:nth-child(2n-1) {
  width: 150px;
}

#government .message .message-img {
  width: 37.5%;
  overflow: hidden;
}

#government .message .message-img img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1100px) {
  #government .message .message-table {
    margin-left: 0;
    width: 100%;
  }
  #government .message .message-table h3 {
    margin-top: 50px;
    text-align: center;
  }
  #government .message .message-table span {
    text-align: center;
  }
  #government .message .message-table table {
    width: 90%;
    margin: 20px auto 50px;
  }
  #government .message .message-table table tr td {
    height: 52px;
    padding: 0 10px 0 10px;
  }
  #government .message .message-table table tr td:nth-child(2n-1) {
    width: 150px;
  }
  #government .message .message-img {
    width: 100%;
    overflow: hidden;
  }
  #government .message .message-img img {
    display: block;
    width: 100%;
  }
}

#government .rule {
  padding-bottom: 80px;
}

#government .rule h3 {
  text-align: center;
  margin-top: 88px;
}

#government .rule > span {
  text-align: center;
}

#government .rule .rule-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 80px;
}

#government .rule .rule-content .rule-content-item {
  width: 46%;
  border: 1px solid #eee;
  box-sizing: border-box;
  padding: 40px 30px 32px 30px;
  margin-bottom: 36px;
}

#government .rule .rule-content .rule-content-item h4 {
  font-size: 18px;
  color: #333;
}

#government .rule .rule-content .rule-content-item i {
  display: block;
  margin-top: 18px;
  font-size: 16px;
  font-style: normal;
  color: #666;
}

#government .rule .rule-content .rule-content-item span {
  display: block;
  margin-top: 54px;
  font-size: 16px;
}

@media screen and (max-width: 1100px) {
  #government .rule .rule-content .rule-content-item {
    width: 80%;
  }
}

#publish .inputGroup .inputGroup-text input[type=text],
#publish .inputGroup .inputGroup-date .inputDate {
  height: 56px;
  border: 1px solid #eee;
  display: block;
  box-sizing: border-box;
}

#publish .inputGroup {
  width: 1000px;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
}

#publish .inputGroup .inputGroup-text {
  position: relative;
}

#publish .inputGroup .inputGroup-text input[type=text] {
  padding-left: 100px;
}

#publish .inputGroup .inputGroup-text .inputText {
  width: 260px;
}

#publish .inputGroup .inputGroup-text::before {
  content: '关键词';
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
}

#publish .inputGroup .inputGroup-text i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
  color: #004098;
}
#publish .inputGroup form{width: 100%;display: flex;
    justify-content: space-between;}
#publish .inputGroup input[type=submit] {
  width: 160px;
  height: 56px;
  display: block;
  background-color: #004098;
  font-size: 20px;
  color: #fff;
  box-sizing: border-box;
}

#publish .inputGroup .inputGroup-date {
  position: relative;
  width: 260px;
}

#publish .inputGroup .inputGroup-date .inputDate {
  width: 200px;
  padding-left: 50px;
}

#publish .inputGroup .inputGroup-date span {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
}

#publish .inputGroup .inputGroup-date i {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 30px;
}

#stock {
  color: #666;
}

#stock .top {
  width: 83.3%;
  padding: 100px 0 100px 0;
}

#stock .top .left {
  width: 50%;background-color: #f5f5f5;
}

#stock .top .left .investorBanner .inner {
  height: 400px;
  background-color: #f3f3f3;
  padding-left: 60px;
  overflow: hidden;
}

#stock .top .left .investorBanner .inner .t {
  margin-top: 50px;
  font-size: 34px;
  margin-bottom: 10px;
}

#stock .top .left .investorBanner .inner .zhangdie {
  margin-bottom: 20px;
}

#stock .top .left .investorBanner .inner .zhangdie .ico {
  font-size: 22px;
  background: url(../images/dd.png) no-repeat scroll right center;
  padding: 0px 26px 0px 18px;
}

#stock .top .left .investorBanner .inner .zhangdie .ico.green {
  background: url(../images/zz.png) no-repeat scroll right center;
}

#stock .top .left .investorBanner .inner .zhangdie span {
  font-size: 46px;
}

#stock .top .left .investorBanner .inner .clearfix {
  display: flex;
  padding: 18px 0 18px 0;
  /* margin-bottom: 62px; */
}

#stock .top .left .investorBanner .inner .clearfix li {
  padding: 0 30px 0 30px;
  border-left: 1px solid #ccc;
}

#stock .top .left .investorBanner .inner .clearfix li:nth-child(1) {
  padding-left: 0;
  border: none;
}

#stock .top .left .investorBanner .inner .time {
  font-size: 14px;
  margin-bottom: 50px;
}

#stock .top .right {
  width: 50%;
  height: 400px;
  border: 1px solid #eee;
}

#stock .top .right .right-img {
  width: 96%;
  height: 80%;
  margin: 0 auto;
  margin-top: 20px;
  overflow-y: scroll;
}

#stock .top .right .right-img img {
  display: none;
  width: 100%;
}

#stock .top .right ul {
  display: flex;
  width: 40%;
  margin: 12px auto;
}

#stock .top .right ul li {
  flex-grow: 1;
  width: 10%;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

#stock .top .right ul li a {
  display: block;
  color: #666;
  cursor: pointer;
  border: 1px solid #d1d1d1;
}

#stock .top .right ul li a.active {
  color: #fff;
  background-color: #004098;
  border: 1px solid #004098;
}

#structure table {
  width: 83.3%;
  margin: 100px auto;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

#structure table tr {
  display: flex;
  border-bottom: 1px solid #ccc;
}

#structure table tr:last-child {
  border-bottom: none;
}

#structure table tr:nth-child(2n) {
  background-color: #f3f3f3;
}

#structure table tr th {
  background-color: #004098;
  color: #fff;
  padding: 30px 0 30px 0;
  flex-grow: 1;
	width: 33.333%
}

#structure table tr th:nth-child(1),
#structure table tr th:nth-child(2) {
  border-right: 1px solid #ccc;
}

#structure table tr td {
  text-align: center;
  color: #666;
  padding: 30px 0 30px 0;
  flex-grow: 1;
	width: 33.333%
}

#structure table tr td:nth-child(1),
#structure table tr td:nth-child(2) {
  border-right: 1px solid #ccc;
}

#feedback {
  padding: 100px 0 100px 0;
}

#feedback h3 {
  font-size: 42px;
  font-weight: normal;
  color: #333;
  text-align: center;
}

#feedback > span {
  display: block;
  color: #999;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 58px;
}

#feedback .input-inline {
  display: flex;
  justify-content: start;
  width: 36%;
  margin: 24px auto;
}

#feedback .input-inline span {
  display: block;
  width: 120px;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  padding-left: 20px;
  color: #666;
}

#feedback .input-inline input[type=text] {
  flex-grow: 1;
  display: block;
  height: 50px;
  border: 1px solid #ccc;
  outline: none;
  box-sizing: border-box;
  padding-left: 20px;
  color: #666;
}

#feedback .input-inline textarea {
  flex-grow: 1;
  display: block;
  height: 90px;
  border: 1px solid #ccc;
  outline: none;
  box-sizing: border-box;
  padding-left: 20px;
  resize: none;
  line-height: 30px;
  color: #666;
}

#feedback .input-inline input[type=submit] {
  flex-grow: 1;
  display: block;
  height: 50px;
  border: none;
  outline: none;
  background-color: #004098;
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
}

#feedback .input-inline input[type=submit]:hover {
  background-color: #084eb1;
}

#feedback .input-inline input[type=submit]:active {
  background-color: #0b479c;
}

#feedback .code {
  display: flex;
  justify-content: start;
  width: 36%;
  margin: 24px auto;
}

#feedback .code span {
  display: block;
  width: 120px;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  padding-left: 20px;
  color: #666;
}

#feedback .code input[type=text] {
  width: 150px;
  display: block;
  height: 50px;
  border: 1px solid #ccc;
  outline: none;
  box-sizing: border-box;
  padding-left: 20px;
  color: #666;
}

#feedback .code img {
  display: block;
  margin-left: 10px;
}

#downCenter {
  width: 83.3%;
}

#downCenter > p {
  height: 50px;
  line-height: 50px;
  position: relative;
  padding-left: 40px;
}

#downCenter > p i {
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#downCenter > p a {
  color: #2954a2;
  text-decoration: underline;
}

#downCenter .tab {
  display: flex;
  justify-content: space-between;
  width: 800px;
  margin: 50px auto;
}

#downCenter .tab .tab-item {
  width: 200px;
  height: 180px;
  background-color: #f3f3f3;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
}

#downCenter .tab .tab-item i {
  display: block;
  font-size: 50px;
  margin-top: 50px;
}

#downCenter .tab .tab-item p {
  height: 50px;
  line-height: 50px;
}

#downCenter .join {
  box-sizing: border-box;
  background: #fff;
}

#downCenter .join_p {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  max-width: 84%;
  margin: 0 auto 48px;
}

#downCenter .jobsearch {
  overflow: hidden;
}

#downCenter .jobsearch {
  margin-bottom: 24px;
}

#downCenter .jobsearch form {
  height: 100px;
  line-height: 100px;
}

#downCenter .jobsearch form i {
  color: #004098;
}

#downCenter .jobsearch form img {
  width: 16px;
  margin-top: -1px;
  margin-right: 8px;
}

#downCenter .jobsearch form input {
  height: 46px;
  line-height: 46px;
  padding: 0 16px;
  font-size: 15px;
  border: 1px solid #eee;
  border-radius: 0;
}

#downCenter .jobsearch form input:first-child {
  margin-left: 10px;
}

#downCenter .jobsearch form input[type="text"] {
  width: 80%;
  background-color: #fff;
}

#downCenter .jobsearch form input[type="submit"] {
  background: #004098;
  color: #fff;
  width: 108px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-color: transparent;
}

#downCenter .jobsearch div {
  padding: 20px;
  background: #f8f8f8;
  font-size: 15px;
  line-height: 1.4;
}

#downCenter .jobsearch div:first-child {
  margin-bottom: 12px;
}

#downCenter .jobsearch div:first-child {
  padding: 10px 20px;
}

#downCenter .jobsearch b {
  display: inline-block;
  text-transform: capitalize;
  width: 100px;
  line-height: 1.2;
  vertical-align: top;
}

#downCenter .jobsearch form b {
  vertical-align: middle;
}

#downCenter .jobsearch p {
  display: inline-block;
  text-transform: capitalize;
  width: calc(100% - 108px);
}

#downCenter .jobsearch .list-2 p {
  display: none;
}
#downCenter .jobsearch .list-2 p.active {
  display: inline-block;
}

#downCenter .jobsearch span {
  display: inline-block;
  margin-right: 24px;
  padding: 0 5px;
  vertical-align: top;
  line-height: 1.2;
  cursor: pointer;
}

#downCenter .jobsearch span a {
  position: relative;
}

#downCenter .jobsearch span a.active {
  color: #004098;
}

#downCenter .jobsearch span a i {
  display: block;
  transform: rotateZ(0);
  transition: .3s;
  position: absolute;
  right: -20px;
  top: 0;
}

#downCenter .jobsearch span a.active i {
  transform: rotateZ(180deg);
}

#downCenter .jobsearch span:last-of-type {
  margin-right: 0;
}

#downCenter .join-job {
  background: #fff;
}

#downCenter .join-job .index-title h1 {
  display: inline-block;
}

#downCenter .join-job .index-title a {
  float: right;
  margin-top: 1%;
}

#downCenter .join-job-box {
  overflow: hidden;
}

#downCenter .join-job .title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #004098;
  font-size: 14px;
  color: #ffffff;
}

#downCenter .join-job .title p {
  width: 21%;
  float: left;
  text-align: center;
  text-transform: capitalize;
  font-size: 17px;
  font-family: 'Montserrat-Bold';
}

#downCenter .join-job .title p.one {
  width: 24%;
}

#downCenter .join-job .title p:last-of-type {
  text-align: center;
  width: 13%;
}

#downCenter .join-job .join-list-ul {
  width: 100%;
  text-align: left;
}

#downCenter .join-job .join-list-ul a {
  display: block;
}

#downCenter .join-job .tit {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  padding: 20px 2px;
  line-height: 2;
  cursor: pointer;
  border-bottom: 1px solid #f2f2f2;
}

#downCenter .join-job .tit p {
  display: block;
  float: left;
  width: 21%;
  text-align: center;
  text-transform: capitalize;
}

#downCenter .join-job .tit p span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

#downCenter .join-job li.hot .tit p span {
  float: right;
  text-align: left;
  width: calc(100% - 32px);
}

#downCenter .join-job .tit p.one {
  width: 24%;
  text-align: left;
}

#downCenter .join-job .tit p:last-of-type {
  text-align: center;
  width: 13%;
  font-size: 14px;
}

#downCenter .join-job .tit p img {
  width: 24px;
  position: relative;
  top: -3px;
  margin-right: 8px;
}

#downCenter .join-job .tit p:last-of-type {
  /* text-align: right; */
  color: #f15a29;
  text-transform: capitalize;
}

#downCenter .join-job .join-list-ul li:hover .tit p {
  color: #f15a29;
}

#message .message-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

#message .message-content .left {
  width: 50%;
  background-color: #f3f3f3;
  box-sizing: border-box;
  padding: 50px 66px 0 100px;
}

#message .message-content .left input {
  display: block;
  outline: none;
  border: none;
  background-color: #fff;
  height: 50px;
  box-sizing: border-box;
  font-size: 14px;
  padding: 0 20px 0 20px;
}

#message .message-content .left textarea {
  display: block;
  line-height: 50px;
  outline: none;
  border: none;
  background-color: #fff;
  resize: none;
  box-sizing: border-box;
  font-size: 14px;
  padding: 0 20px 0 20px;
}

#message .message-content .left h3 {
  font-size: 36px;
  color: #333;
  margin-bottom: 40px;
}

#message .message-content .left .form-inline {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

#message .message-content .left .form-inline > div {
  position: relative;
}

#message .message-content .left .form-inline > div span {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}

#message .message-content .left .form-inline:nth-child(1) div {
  width: 46%;
}

#message .message-content .left .form-inline:nth-child(1) div input {
  width: 100%;
  padding-left: 100px;
}

#message .message-content .left .form-inline:nth-child(2) div {
  width: 46%;
}

#message .message-content .left .form-inline:nth-child(2) div input {
  width: 100%;
}

#message .message-content .left .form-inline:nth-child(4) {
  /* 详细描述 */
}

#message .message-content .left .form-inline:nth-child(4) div span {
  top: 25px !important;
}

#message .message-content .left .form-inline .email input {
  padding-left: 100px;
}

#message .message-content .left .form-inline .company input {
  padding-left: 130px;
}

#message .message-content .left .form-inline .demand {
  width: 100%;
}

#message .message-content .left .form-inline .demand input {
  width: 100%;
  padding-left: 170px;
}

#message .message-content .left .form-inline .detailed {
  width: 100%;
}

#message .message-content .left .form-inline .detailed textarea {
  width: 100%;
  padding-top: 50px;
}

#message .message-content .left .form-inline .submitBtn {
  width: 100%;
  margin-bottom: 50px;
}

#message .message-content .left .form-inline .submitBtn input {
  width: 160px;
  font-size: 16px;
  background-color: #004098;
  color: #fff;
}

#message .message-content .right {
  width: 50%;
  box-sizing: border-box;
  background: url(../images/message.jpg) no-repeat center center;
  background-size: auto 100%;
}












