.xxgk_wrap {
  background: url(/uploads/image/simages/xxgk_bg.png) no-repeat top center;
  background-size: cover;
}
.xxgk_header {
  padding-top: 0.65rem;
}
.xxgk_title {
  font-size: 0;
  margin: 0 auto 0.65rem;
  width: 4.52rem;
  height: 0.76rem;
  background: url(/uploads/image/simages/xxgk_title.png) no-repeat center;
  background-size: contain;
}
.xxgk_content {
  background-color: #ecf3fb;
  padding: 0.3rem;
}
.xxgk_search_box {
  margin: 0.5rem auto 0.8rem;
  text-align: center;
  width: 510px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 50px;
}
.xxgk_search_box .search_input {
  outline: none;
  border: none;
  padding: 0 1em;
  flex: 1;
  width: calc(100% - 78px);
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #4e95d7;
  border-radius: 9px 0 0 9px;
  font-size: 18px;
  font-weight: normal;
  color: #333;
}
.xxgk_search_box .search_input::placeholder {
  color: #999;
}
.xxgk_search_box .search_btn {
  outline: none;
  border: none;
  flex-shrink: 0;
  width: 78px;
  height: 50px;
  background-color: #4e95d7;
  border-radius: 0px 9px 9px 0px;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  transition: opacity 0.3s;
}
.xxgk_search_box .search_btn img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
.xxgk_search_box .search_btn:hover {
  opacity: 0.7;
}
@media (max-width: 600px) {
  .xxgk_search_box {
    width: 100%;
  }
}
/* 宸︿晶淇℃伅鍏紑鏍� 寮€濮� */
ul.info-tree {
  padding-bottom: 15px;
  margin-left: -5px;
}
ul.info-tree i {
  display: inline;
}
ul.info-tree li a {
  display: block;
  width: 100%;
  padding: 4px 20px 4px 83px;
  font-size: 23px;
  color: #003366;
  line-height: 28px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
}
ul.info-tree .current > ul {
  display: block;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  width: 100%;
}
ul.info-tree li.level-1 > i,
ul.info-tree li.level-2 > i,
ul.info-tree li.level-3 > i {
  cursor: pointer;
  position: absolute;
  top: 26px;
  right: 3%;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/uploads/image/simages/xxgk_plus01.png);
}
ul.info-tree li.level-2 > i,
ul.info-tree li.level-3 > i {
  top: 5px;
  right: 5%;
  background-size: 77%;
}
ul.info-tree li.level-1:hover > i {
  background-image: url(/uploads/image/simages/xxgk_plus02.png);
}
ul.info-tree li.level-1.current > i {
  background-image: url(/uploads/image/simages/xxgk_minus02.png);
}
ul.info-tree li.level-2.current > i,
ul.info-tree li.level-3.current > i {
  background-image: url(/uploads/image/simages/xxgk_minus01.png);
}
ul.info-tree > li {
  position: relative;
  font-size: 18px;
}
ul.info-tree > li > a {
  padding-right: 0px;
  height: 70px;
  display: flex !important;
  align-items: center;
}
ul.info-tree > li.current > a,
ul.info-tree > li:hover > a {
  color: #fff;
  background-color: #4e95d7;
}
ul.info-tree > li > a i {
  position: absolute;
  top: 16px;
  left: 20px;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-image: url(/uploads/image/simages/xxgk_icons.png);
  background-size: 380px auto;
  transition: transform 0.3s;
}
ul.info-tree > li > a i.s1 {
  background-position: -6px -5px;
}
ul.info-tree > li > a i.s2 {
  background-position: -51px -4px;
}
ul.info-tree > li > a i.s3 {
  background-position: -99px -4px;
}
ul.info-tree > li > a i.s4 {
  background-position: -146px -3px;
}
ul.info-tree > li > a i.s5 {
  background-position: -197px -3px;
}
ul.info-tree > li > a i.s6 {
  background-position: -250px -4px;
}
ul.info-tree > li > a i.s7 {
  background-position: -303px -4px;
}
ul.info-tree > li > a i.s8 {
  background-position: -3px 131px;
}
ul.info-tree > li > a i.s9 {
  background-position: -54px 132px;
}
ul.info-tree > li > a i.s10 {
  background-position: -103px 132px;
}
ul.info-tree > li > a i.s11 {
  background-position: -146px 132px;
}
ul.info-tree > li > a i.s12 {
  background-position: -196px 131px;
}
ul.info-tree > li.current > a i.s1,
ul.info-tree > li > a:hover i.s1 {
  background-position: -3px -52px;
}
ul.info-tree > li.current > a i.s2,
ul.info-tree > li > a:hover i.s2 {
  background-position: -51px -51px;
}
ul.info-tree > li.current > a i.s3,
ul.info-tree > li > a:hover i.s3 {
  background-position: -98px -51px;
}
ul.info-tree > li.current > a i.s4,
ul.info-tree > li > a:hover i.s4 {
  background-position: -146px -52px;
}
ul.info-tree > li.current > a i.s5,
ul.info-tree > li > a:hover i.s5 {
  background-position: -198px -51px;
}
ul.info-tree > li.current > a i.s6,
ul.info-tree > li > a:hover i.s6 {
  background-position: -250px -52px;
}
ul.info-tree > li.current > a i.s7,
ul.info-tree > li > a:hover i.s7 {
  background-position: -303px -52px;
}
ul.info-tree > li.current > a i.s8,
ul.info-tree > li > a:hover i.s8 {
  background-position: -3px 85px;
}
ul.info-tree > li.current > a i.s9,
ul.info-tree > li > a:hover i.s9 {
  background-position: -54px 85px;
}
ul.info-tree > li.current > a i.s10,
ul.info-tree > li > a:hover i.s10 {
  background-position: -103px 85px;
}
ul.info-tree > li.current > a i.s11,
ul.info-tree > li > a:hover i.s11 {
  background-position: -146px 85px;
}
ul.info-tree > li.current > a i.s12,
ul.info-tree > li > a:hover i.s12 {
  background-position: -196px 85px;
}
ul.info-tree > li   li {
  margin-top: 15px;
}
ul.info-tree > li ul {
  display: none;
}
ul.info-tree > li > ul {
  padding: 10px 0;
}
ul.info-tree > li li {
  position: relative;
  line-height: 32px;
}
ul.info-tree > li li a {
  position: relative;
  width: 100%;
  padding-left: 40px;
  font-size: 15px;
  color: #333;
  line-height: 24px;
  border: none;
  background-color: #fff;
}
ul.info-tree > li li a:after {
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background: #102b63;
  border-radius: 100px;
}
ul.info-tree > li li a:hover {
  background-color: #e7f5ff;
  text-decoration: none;
  color: #003366;
  font-weight: bold;
}
ul.info-tree li.level-1.current ul li ul li a:hover,
ul.info-tree li.level-1.current ul li ul li a.current {
  background: #fff;
  font-weight: normal;
}
ul.info-tree li.level-2.current ul li a {
  padding-left: 55px;
}
ul.info-tree li.level-2.current ul li a:after {
  left: 40px;
}
ul.info-tree li.level-3.current ul li a {
  padding-left: 65px;
}
ul.info-tree li.level-3.current ul li a:after {
  left: 50px;
}
@media (max-width: 992px) {
  ul.info-tree li a,
  ul.info-tree .current > ul {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  ul.info-tree li a {
    padding: 15px 0px 15px 65px;
  }
  ul.info-tree li.level-2 > i,
  ul.info-tree li.level-3 > i {
    top: 16px;
  }
}
/* 宸︿晶淇℃伅鍏紑鏍� 缁撴潫 */
.xxgk_main {
  background-color: #ffffff;
  padding: 0.3rem;
}
@media (min-width: 993px) {
  .xxgk_main {
    min-height: 1000px;
  }
}
.xxgk_main_title {
  font-size: 24px;
  font-weight: bold;
  color: #003366;
  margin-bottom: 30px;
  text-align: center;
}
.xxgk_jg_ul {
  box-sizing: border-box;
  margin-left: -9px;
  margin-right: -9px;
}
.xxgk_jg_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.xxgk_jg_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 9px;
  padding-right: 9px;
  float: left;
}
.xxgk_jg_ul > li:nth-child(n) {
  margin-top: 0;
}
.xxgk_jg_ul > li:nth-child(n)::after {
  display: block;
}
.xxgk_jg_ul > li:nth-child(n   3) {
  margin-top: 18px;
}
.xxgk_jg_ul > li:nth-child(3) {
  margin-top: 0;
}
.xxgk_jg_ul > li:nth-child(3n)::after,
.xxgk_jg_ul > li:last-child::after {
  display: none;
}
.xxgk_jg_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .xxgk_jg_ul {
    margin-left: -9px;
    margin-right: -9px;
  }
  .xxgk_jg_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .xxgk_jg_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 9px;
    padding-right: 9px;
    float: left;
  }
  .xxgk_jg_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .xxgk_jg_ul > li:nth-child(n)::after {
    display: block;
  }
  .xxgk_jg_ul > li:nth-child(n   3) {
    margin-top: 18px;
  }
  .xxgk_jg_ul > li:nth-child(3) {
    margin-top: 0;
  }
  .xxgk_jg_ul > li:nth-child(3n)::after,
  .xxgk_jg_ul > li:last-child::after {
    display: none;
  }
  .xxgk_jg_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .xxgk_jg_ul {
    margin-left: -9px;
    margin-right: -9px;
  }
  .xxgk_jg_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .xxgk_jg_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 9px;
    padding-right: 9px;
    float: left;
  }
  .xxgk_jg_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .xxgk_jg_ul > li:nth-child(n)::after {
    display: block;
  }
  .xxgk_jg_ul > li:nth-child(n   1) {
    margin-top: 10px;
  }
  .xxgk_jg_ul > li:nth-child(1) {
    margin-top: 0;
  }
  .xxgk_jg_ul > li:nth-child(1n)::after,
  .xxgk_jg_ul > li:last-child::after {
    display: none;
  }
  .xxgk_jg_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.xxgk_jg_ul li a {
  transition: all 0.3s;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 84px;
  line-height: 84px;
  text-align: center;
  background-color: #f2f9ff;
  padding: 0 20px;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (max-width: 600px) {
  .xxgk_jg_ul li a {
    height: 50px;
    line-height: 50px;
  }
}
.xxgk_jg_ul li:hover a {
  background-color: #0b4aa1;
  color: #fff;
}
.leaders li {
  padding-bottom: 36px;
}
.leaders li   li {
  padding-top: 36px;
  border-top: 2px dashed #e4e4e4;
}
@media (min-width: 993px) {
  .leader_img img {
    width: 100%;
  }
}
.leader_text {
  height: 100%;
  position: relative;
  padding: 15px 0 60px;
}
.leader_text h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #003366;
  margin-bottom: 12px;
}
.leader_text h5 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  color: #003366;
  margin-bottom: 32px;
}
.leader_text h6 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #003366;
  margin-bottom: 12px;
}
.leader_text p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  color: #666666;
  text-align: justify;
}
.leader_text .more_btn {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 87px;
  height: 34px;
  background-color: #4e95d7;
  border-radius: 4px;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
}
.leader_text .more_btn img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
.blue_box {
  background-color: #f2f8ff;
  padding: 20px;
}
@media (max-width: 600px) {
  ul.info-tree > li li a:after {
    top: 28px;
  }
  .leader_img {
    text-align: center;
  }
  .leader_img img {
    width: 150px;
  }
  .leader_text h6 {
    text-align: center;
  }
}