@charset "utf-8";

abbr,
body,
caption,
code,
dd,
dl,
dt,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
img,
label,
legend,
li,
object,
p,
ul {
  margin: 0;
  padding: 0;
  list-style: none
}

body {
  overflow-x: hidden;
  font: 12px/26px '\5FAE\8F6F\96C5\9ED1', "\5B8B\4F53", "\9ed1\4f53", Arial, sans-serif;
  background: #fff;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  +overflow-x: hidden
}

img {
  border: 0
}

a {
  text-decoration: none;
  color: #000
}

a:hover {
  text-decoration: none;
  color: #273c7b
}

article,
aside,
footer,
header,
iframe,
img,
nav,
section {
  display: block
}

::selection {
  background-color: #dd2727;
  color: #fff
}

::-moz-selection {
  background-color: #dd2727;
  color: #fff
}

input::focus-inner {
  border: 0;
  padding: 0
}

input[type=button],
input[type=submit],
input[type=reset] {
  -webkit-appearance: none
}

input {
  outline: 0
}

em,
i {
  font-style: normal
}

del {
  color: #666
}

table {
  width: 100%;
  border-collapse: collapse
}

th {
  text-align: center
}

.clearfix:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0
}

.clear {
  clear: both
}

.z1 {
  position: relative;
  z-index: 1
}

.fl {
  float: left
}

.fr {
  float: right
}

.tl {
  text-align: left
}

.tr {
  text-align: right
}

.tc {
  text-align: center
}

.zz-red {
  color: #f00;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
  margin: 0 auto !important;
}

/*top.css*/
.topBox {
  height: 90px;
  background: #fff;
  position: relative;
  z-index: 10;
}

.topBox .logo {
  padding: 5px 0 0 13px;
  float: left;
}

.topBox .navBox {
  width: 720px;
  float: right;
}

.navBox .topBar {
  height: 43px;
  text-align: right;
  background: url(../images/topbg.gif) no-repeat #6c408a;
}

.navBox .topBar a {
  display: inline-block;
  line-height: 43px;
  padding-right: 15px;
  font-size: 14.7px;
  color: #fff;
  font-weight: bold;
  text-decoration: none
}

.navBox .navList {
  height: 32px;
  padding: 15px 0 0 0;
}

.navBox .navList li {
  width: 90px;
  height: 32px;
  float: left;
}

.navBox .navList .label {
  display: block;
  width: 90px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 16.71px;
  font-weight: bold;
  text-decoration: none
}

.navBox .navList .label:hover,
.navBox .navList .label.cur {
  background: #6285c9;
  border-radius: 4px;
  color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.47);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.47);
}

.navBox .navList li .navTwoLevel {
  width: 100%;
  height: 100px;
  background: url(../images/navbg.png) no-repeat;
  position: absolute;
  left: 0;
  top: 90px;
  text-align: center;
  display: none
}

.navBox .navList li .info a {
  background-image: url(../images/navicon.png);
  background-repeat: no-repeat;
}

.navBox .navList li .system a {
  background-image: url(../images/navicon02.png);
  background-repeat: no-repeat;
}

.navBox .navList li .certificate a {
  background-image: url(../images/navicon03.png);
  background-repeat: no-repeat;
}

.navBox .navList li .Talent a {
  background-image: url(../images/navicon04.png);
  background-repeat: no-repeat;
}

.navBox .navList li .policy a {
  background-image: url(../images/navicon05.png);
  background-repeat: no-repeat;
}

.navBox .navList li .company a {
  background-image: url(../images/navicon06.png);
  background-repeat: no-repeat;
}

.navBox .navList li .download a {
  background-image: url(../images/navicon07.png);
  background-repeat: no-repeat;
}

.navBox .navList li .navTwoLevel a {
  display: inline-block;
  vertical-align: middle;
  padding: 68px 40px 0;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
}

.navBox .navList li .navTwoLevel a.icon01 {
  background-position: center 0;
}

.navBox .navList li .navTwoLevel a.icon02 {
  background-position: center -100px;
}

.navBox .navList li .navTwoLevel a.icon03 {
  background-position: center -200px;
}

.navBox .navList li .navTwoLevel a.icon04 {
  background-position: center -300px;
}

.navBox .navList li .navTwoLevel a.icon05 {
  background-position: center -400px;
}

.navBox .navList li .navTwoLevel a.icon06 {
  background-position: center -500px;
}

.navBox .navList li .navTwoLevel a.icon07 {
  background-position: center -600px;
}

/*footer.css*/
.footer {
  height: 120px;
  background: #eee;
}

.footer p {
  padding: 11px 0 0 11px;
  line-height: 35px;
}

.footer .ewmBox {
  width: 90px;
  float: right;
  font-size: 13.89px;
  text-align: center;
  padding: 5px 2px 0 0;
}

.footer .ewmBox img {
  width: 89px;
  height: 89px;
  margin: 0 auto;
}

.footer02 {
  background: #eee;
  -webkit-box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.17) inset;
  -moz-box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.17) inset;
  box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.17) inset;
  padding: 35px 0 20px;
}

.footer02 p {
  line-height: 39px;
  text-align: center;
  font-size: 12px;
  color: #000;
}

.footer02 p span {
  font-family: '微软雅黑';
}

.footer02 ul {
  height: 180px;
  width: 1200px;
  margin: 0 auto;
}

.footer02 ul li {
  float: left;
  font-size: 12px;
  line-height: 36px;
  text-align: left;
  padding-right: 15px;
}

.footer02 ul li p {
  text-align: left;
  line-height: 36px;
}

.footer02 ul li h2 {
  height: 33px;
  line-height: 33px;
  font-weight: normal;
  font-size: 18px;
  color: #162e73
}

.footer02 ul li.yqlj {
  width: 446px;
  padding-right: 0;
}

.footer02 ul li.yqlj a {
  width: 50%;
  float: left;
}

.footer02 ul li.xglm {
  width: 80px;
  line-height: 32px;
}

.footer02 ul li.xglm a {
  width: 120px;
  float: left;
}

.footer02 ul li.xglm span {
  padding-top: 10px;
  float: left;
}

.footer02 ul li.xglm span img {
  width: 56px;
}

.footer02 ul li.lxwm {
  width: 256px;
  padding-right: 30px;
}

.footer02 ul li.nbyx {
  width: 366px;
}

.footer02 ul li.nbyx span {
  width: 100%;
  float: left;
}

.footer02 ul li.wx {
  width: 130px;
  text-align: center;
  line-height: 35px;
  padding-right: 0;
}

.footer02 ul li.wx img {
  margin: 0 auto;
}

.footer02 p.copyright {
  padding-top: 50px;
}


/*热点聚焦*/
.xxsdBox {
  width: 1085px;
  margin: 0 auto;
  padding: 20px 0;
}

.hotBanner {
  width: 480px;
  height: 372px;
  float: left;
  position: relative;
}

.hotBanner article {
  width: 480px;
  height: 330px;
  display: none;
}

.hotBanner article img {
  width: 480px;
  height: 330px;
}

.hotBanner .hotPage {
  padding: 20px 0;
  width: 100%;
  height: 2px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
}

.hotBanner .hotPage .pagination-switch {
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #e3e3e3;
  overflow: hidden;
  border-radius: 0;
  vertical-align: top;
  margin: 0 8px;
}

.hotBanner .hotPage .pagination-switch-active {
  background: #162e73;
}

.hotList {
  width: 586px;
  float: right;
}

.hotList li {
  height: 100px;
  margin: 0 10px 0 8px;
  cursor: pointer;
  padding: 5px 10px;
}

.hotList li .date {
  width: 80px;
  height: 80px;
  line-height: 50px;
  float: left;
  font-size: 56.73px;
  color: #898787;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}

.hotList li .date time {
  display: block;
  width: 80px;
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
}

.hotList li h3 {
  color: #898787;
  font-size: 20px;
  line-height: 44px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hotList li p {
  color: #c7c7c7;
  font-size: 16px;
  line-height: 20px;
}

.hotList li:hover,
.hotList li.cur {
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.14)
}

.hotList li:hover .date,
.hotList li:hover h3,
.hotList li.cur .date,
.hotList li.cur h3 {
  color: #ed1b23;
}

.hotList li:hover p,
,
.hotList li.cur p {
  color: #3e3a39;
}

/*friendlink.css*/
.firendLink {
  padding: 35px 0 50px;
}

.firendLink h2 {
  line-height: 37px;
  color: #162e73;
  font-size: 22px;
  text-align: center;
  margin-bottom: 29px;
}

.firendLinkBox {
  position: relative;
}

.firendLinkBanner {
  width: 1016px;
  height: 180px;
  margin: 0 auto;
}

.firendLinkBanner li {
  width: 230px;
  height: 72px;
  line-height: 72px;
  float: left;
  border: 2px solid #d2d2d2;
  margin: 8px 10px;
}

.firendLinkBanner li:hover {
  -webkit-box-shadow: 0px 12px 9px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 12px 9px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 12px 9px rgba(0, 0, 0, 0.07)
}

.firendLinkBanner li img {
  display: inline-block;
  vertical-align: middle
}

.firendLink-next,
.firendLink-prev {
  width: 53px;
  height: 75px;
  position: absolute;
  top: 52.5px;
  z-index: 2;
}

.firendLink-prev {
  background: url(../images/prevnext.png) no-repeat 0 0;
  left: 0;
}

.firendLink-next {
  background: url(../images/prevnext.png) no-repeat -53px 0;
  right: 0;
}

/*page.css*/
.pageBox {
  padding: 30px 0;
  text-align: center;
  height: 30px;
  line-height: 30px;
}

.pageBox a {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  border: 1px solid #eee;
  padding: 0 10px;
  vertical-align: top;
}

.pageBox a:hover,
.pageBox a.cur {
  border: 1px solid #f8f9fb;
  color: #ed1b23;
}

.pageBox a.nostyle {
  border: none;
}

.pageBox .text {
  display: inline-block;
  width: 30px;
  height: 28px;
  line-height: 28px;
  padding: 0;
  border: 1px solid #eee;
  background: #f8f9fb;
  text-align: center;
  vertical-align: top;
}

.pageBox .btn {
  display: inline-block;
  width: 43px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #6285c9;
  background: #6285c9;
  text-align: center;
  color: #fff;
  cursor: pointer;
  vertical-align: top;
}

/*btn.css*/
.lookMore {
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 34px;
  line-height: 34px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.47);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.47);
  font-size: 16px;
  color: #162e73;
  background: #e2eaf2;
  text-align: center;
}

.lookMore:hover {
  color: #162e73;
  text-decoration: none
}

/*2020.11.30 add*/
.headerBox {
  position: relative;
  height: 108px;
  background-image: -webkit-linear-gradient(left, transparent 45%, rgba(36, 99, 170, 1) 60px, rgba(107, 63, 138, 1));
  background-image: -o-linear-gradient(left, transparent 45%, rgba(36, 99, 170, 1) 60px, rgba(107, 63, 138, 1));
  background-image: -moz-linear-gradient(left, transparent 45%, rgba(36, 99, 170, 1) 60px, rgba(107, 63, 138, 1));
  background-image: -ms-linear-gradient(left, transparent 45%, rgba(36, 99, 170, 1) 60px, rgba(107, 63, 138, 1) 100%);
  background-image: linear-gradient(90deg, transparent 45%, rgba(36, 99, 170, 1) 60px, rgba(107, 63, 138, 1));
  background-repeat: no-repeat;
  background-position: left 45% top 0;
  background-size: 100% 42px;
}

.headerBox::before {
  position: absolute;
  left: 44%;
  top: 0;
  width: 60px;
  height: 42px;
  content: '';
  background-image: url(../images/topbg.gif);
}

.headerBox .logo {
  float: left;
  padding-top: 24px;
}

.headerBox .logo img {
  display: block;
}

.headerBox .navTop {
  height: 42px;
  line-height: 42px;
  text-align: right;
  font-size: 16px;
  color: #fff;
}

.headerBox .navTop a {
  color: #fff;
  padding-left: 25px;
}

.headerBox .navList {
  padding-top: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.headerBox .navList li {
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
}

.headerBox .navList li a {
  display: block;
}

.headerBox .navList li a:hover,
.headerBox .navList li.cur a,
.headerBox .navList li.curPage a {
  line-height: 36px;
  background: #2861a8;
  border-radius: 3px;
  color: #fff;
}

.headerBox .twoLevelBg {
  display: none;
  position: absolute;
  left: 0;
  top: 108px;
  width: 100%;
  height: 100px;
  z-index: 2;
  background-image: -webkit-linear-gradient(linear, left top, right top, from(rgba(36, 99, 170, 0.8)), to(rgba(107, 63, 138, 0.8)));
  background-image: -o-linear-gradient(left, rgba(36, 99, 170, 0.8), rgba(107, 63, 138, 0.8));
  background-image: -moz-linear-gradient(left, rgba(36, 99, 170, 0.8), rgba(107, 63, 138, 0.8));
  background-image: -ms-linear-gradient(left, rgba(36, 99, 170, 0.8), rgba(107, 63, 138, 0.8));
  background-image: linear-gradient(90deg, rgba(36, 99, 170, 0.8), rgba(107, 63, 138, 0.8));
}

.headerBox .twoLevelBox {
  position: absolute;
  left: 0;
  top: 108px;
  z-index: 3;
  width: 100%;
  height: 100px;
}

.headerBox .twoLevelBox article {
  display: none;
  text-align: center;
}

.headerBox .twoLevelBox article a {
  display: inline-block;
  vertical-align: middle;
  padding: 68px 40px 0;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
}

.headerBox .twoLevelBox article.info a {
  background-image: url(../images/navicon.png);
  background-repeat: no-repeat;
}

.headerBox .twoLevelBox article.system a {
  background-image: url(../images/navicon02.png);
  background-repeat: no-repeat;
}

.headerBox .twoLevelBox article.certificate a {
  background-image: url(../images/navicon03.png);
  background-repeat: no-repeat;
}

.headerBox .twoLevelBox article.Talent a {
  background-image: url(../images/navicon04.png);
  background-repeat: no-repeat;
}

.headerBox .twoLevelBox article.policy a {
  background-image: url(../images/navicon05.png);
  background-repeat: no-repeat;
}

.headerBox .twoLevelBox article.company a {
  background-image: url(../images/navicon06.png);
  background-repeat: no-repeat;
}

.headerBox .twoLevelBox article.download a {
  background-image: url(../images/navicon07.png);
  background-repeat: no-repeat;
}

.headerBox .twoLevelBox article a.icon01 {
  background-position: center 0;
}

.headerBox .twoLevelBox article a.icon02 {
  background-position: center -100px;
}

.headerBox .twoLevelBox article a.icon03 {
  background-position: center -200px;
}

.headerBox .twoLevelBox article a.icon04 {
  background-position: center -300px;
}

.headerBox .twoLevelBox article a.icon05 {
  background-position: center -400px;
}

.headerBox .twoLevelBox article a.icon06 {
  background-position: center -500px;
}

.headerBox .twoLevelBox article a.icon07 {
  background-position: center -600px;
}

.footerBox {
  background: #273c75;
  padding-top: 40px;
  color: #afafb0;
  font-size: 16px;
  line-height: 37px;
}

.footerBox ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footerBox ul li:nth-of-type(1) {
  width: 550px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footerBox ul li:nth-of-type(1) a {
  display: inline-block;
  width: 50%;
  color: #afafb0;
}

.footerBox ul li:nth-of-type(1) a:nth-child(odd) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
}

.footerBox ul li:nth-of-type(2) {
  width: 230px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 20px;
}

.footerBox ul li:nth-of-type(3) {
  width: 250px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footerBox ul li:nth-of-type(3) span {
  display: inline-block;
  width: 100%;
}

.footerBox ul li:nth-of-type(3) a {
  color: #afafb0;
}

.footerBox ul li:nth-of-type(4) {
  width: 90px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footerBox ul li:nth-of-type(4) a {
  display: inline-block;
  width: 100%;
  color: #afafb0;
}

.footerBox ul li h2 {
  height: 40px;
  font-size: 22px;
  color: #d8d8d9;
}

.footerBox .footer-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.footerBox .footer-copy .ewmBox {
  width: 200px;
  height: 90px;
  padding: 0 40px;
  color: #fff;
}

.footerBox .footer-copy .ewmBox img {
  display: inline-block;
  width: 89px;
  height: 89px;
  vertical-align: top;
}

.footerBox .footer-copy .ewmBox span {
  display: inline-block;
  width: 101px;
  height: 69px;
  padding-top: 20px;
  line-height: 24px;
}

.footerBox .footer-copy .copyBox {
  width: 540px;
  padding: 0 40px;
}

.footerBox .footer-copy .copyBox a {
  color: #afafb0;
}

/*2023.09.08 add*/
.headerBox .twoLevelBox article.remark a.icon08{
  background: url(../images/remark01.png) no-repeat center 10px;
  background-size: 60px;
}
.headerBox .twoLevelBox article.remark a.icon09{
  background: url(../images/remark02.png) no-repeat center 10px;
  background-size: 60px;
}
.headerBox .twoLevelBox article.remark a.icon10{
  background: url(../images/remark03.png) no-repeat center 10px;
  background-size: 60px;
}
.headerBox .twoLevelBox article.remark a.icon11{
  background: url(../images/remark04.png) no-repeat center 10px;
  background-size: 60px;
}
.headerBox .twoLevelBox article.remark a.icon12{
  background: url(../images/remark05.png) no-repeat center 10px;
  background-size: 60px;
}
.headerBox .twoLevelBox article.remark a.icon13{
  background: url(../images/remark06.png) no-repeat center 10px;
  background-size: 60px;
}

@media (max-width:1200px) {

  html,
  body {
    min-width: 1260px;
  }

  body {
    overflow-x: scroll;
  }

  .indexWrap {
    width: 100%;
    margin: 0 auto;
  }

  .headerBox .navList li {
    width: 95px;
  }

  footerBox ul li:nth-of-type(1) {
    width: 500px;
  }

  .footerBox ul li:nth-of-type(2) {
    width: 210px;
    padding-right: 10px;
  }

  .footerBox ul li:nth-of-type(3) {
    width: 395px;
  }

}

@media (min-width: 1200px) {
  .indexWrap {
    width: 1260px;
    margin: 0 auto;
  }

  .headerBox .navList li {
    width: 90px;
  }

  .footerBox ul li:nth-of-type(1) {
    width: 510px;
  }

  .footerBox ul li:nth-of-type(1) a:nth-child(odd) {
    padding-left: 0;
  }

}

@media (min-width: 1600px) {
  .indexWrap {
    width: 1380px;
    margin: 0 auto;
  }

  .headerBox .navList li {
    width: 100px;
  }

  /* .footerBox ul li:nth-of-type(1) {
   width: 550px;
  } */
}