* {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", "å¾®è½¯é›…é»‘";
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

body {
  min-width: 1400px;
}
#document{ min-width: 1400px;}
.header_swiper {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
}

.reslide .s_wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.reslide .s_wrap i {
  font-style: normal;
}

.reslide .s_wrap .box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  display: none;
}

.reslide .s_wrap .box.active {
  display: block;
  font-size: 0;
}

.reslide .s_wrap .box .s-img0 {
  width: 100%;
  height: 100%;
  background: url(../images/slide1.png) top center no-repeat;
  position: absolute;
}

.reslide .s_wrap .box .s-img1 {
  width: 100%;
  height: 100%;
  background: url(../images/slide2.png) top center no-repeat;
  position: absolute;
}

.reslide .s_wrap .box .s-img2 {
  width: 100%;
  height: 100%;
  background: url(../images/slide3.png) top center no-repeat;
  position: absolute;
}
.reslide .s_wrap .box .s-img3 {
  width: 100%;
  height: 100%;
  background: url(../images/slide4.png) top center no-repeat;
  position: absolute;
}
.reslide .s_wrap .box .s-font0 {
  width: 1400px;
  height: auto;
  margin: 0 auto;
  font-size: 58px;
  font-weight: bold;
  color: #fff;
  margin-top: 357px;
  letter-spacing: 4px;
}

.reslide .s_wrap .box .fadeInUp i {
  opacity: 0;
  display: inline-block;
  vertical-align: text-bottom;
  transform: translateY(120px);
  -webkit-transform: translateY(120px);
  transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
}

.reslide .s_wrap .box .fadeInUp.act i {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.reslide .s-pagination {
  width: 108px;
  height: 16px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}

.reslide .s-pagination span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 100%;
  margin: 0 5px;
  cursor: pointer;
  line-height: 12px;
  vertical-align: middle;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
}

.reslide .s-pagination-bullet-active:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 100%;
}

@keyframes s-img_an {
  0% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(1.2, 1.2);
  }
}

.header_index {
  width: 100%;
  height: 100vh;
  position: relative;
}

@media screen and (max-width: 980px) {
  .header_index {
    height: 1080px;
  }
}

/*.header_nav {
  width: 100%;
  padding-top: 20px;
  position: fixed;
  z-index: 5;
  transition: all 0.5s;
}

.header_nav_main {
  width: 1400px;
  height: 70px;
  margin: 0 auto;
  overflow: hidden;
}

.header_nav_main .logo {
  display: block;
  width: 395px;
  height: 52px;
  background: url(../images/logo_index.png) no-repeat center;
}

.header_nav_main .nav {
  width: 660px;
  margin-left: 270px;
}

.header_nav_main .nav ul {
  display: flex;
  justify-content: space-between;
}

.header_nav_main .nav ul li {
  line-height: 52px;
}

.header_nav_main .nav ul li .nav_c {
  display: block;
  height: 70px;
  font-size: 22px;
  color: #fff;
  position: relative;
}

.header_nav_main .nav ul li .nav_item {
  display: none;
  width: 100%;
  box-sizing: border-box;
  padding-left: 925px;
  border-top: 1px solid #ddd;
  line-height: 50px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 90px;
  transition: all .5s;
}

.header_nav_main .nav ul li:hover .nav_item {
  display: block;
  transition: all .5s;
}

.header_nav_main .nav ul li .nav_item a {
  font-size: 18px;
  color: #222;
  margin: 0 15px;
  opacity: 0;
  transition: all .5s;
}

.header_nav_main .nav ul li .nav_item a:first-child {
  margin-left: 0;
}

.header_nav_main .nav ul li:hover .nav_item a {
  opacity: 1;
  transition: all .5s;
}

.header_nav_main .nav ul li .nav_item a:hover {
  color: #005faf;
}

.header_nav_main .search_button {
  width: 22px;
  height: 22px;
  background: url(../images/sousuo.png) no-repeat center;
  margin-top: 15px;
}

.header_active {
  background: #fff;
  box-shadow: -4px 3px 5px 0 rgba(0, 0, 0, 0.2);
}

.header_active .header_nav_main .logo {
  background: url(../images/logo_index_hover.png) no-repeat center;
}

.header_active .header_nav_main .nav ul li a {
  color: #333;
}

.header_active .header_nav_main .nav ul li:hover .nav_c {
  height: 70px;
  color: #005faf;
}

.header_active .header_nav_main .nav ul li .nav_c::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 3px;
  background: #005faf;
  transition: width .3s;
}

.header_active .header_nav_main .nav ul li:hover .nav_c::after {
  width: 100%;
}

.header_active .header_nav_main .search_button {
  background: url(../images/sousuo_hover.png) no-repeat center;
}*/
.header_nav {
  width: 100%;
  padding-top: 20px;
  position: fixed;
  z-index: 5;
  transition: all 0.5s;
}

.header_nav_main {
  width: 1400px;
  height: 70px;
  margin: 0 auto;
  overflow: hidden;
}

.header_nav_main .logo {
  display: block;
  width: 471px;
  height: 58px;
  background: url(../images/logo_index.png) no-repeat center;
}

.header_nav_main .nav {
  width: 600px;
  height: 100%;
  margin-left: 70px;
}

.header_nav_main .nav ul {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.header_nav_main .nav ul li {
  line-height: 55px;
}

.header_nav_main .nav ul li .nav_c {
  display: block;
  height: 100%;
  font-size: 22px;
  color: #fff;
  position: relative;
}

.header_nav_main .nav ul li .nav_item {
  display: none;
  width: 100%;
  text-align: center;
  line-height: 70px;
  background: #eaeef7;
  position: absolute;
  left: 0;
  top: 90px;
  transition: all .5s;
}

.header_nav_main .nav ul li:hover .nav_item {
  display: block;
  transition: all .5s;
}

.header_nav_main .nav ul li .nav_item a {
  display: inline-block;
  font-size: 18px;
  color: #333;
  margin: 0 18px;
  position: relative;
  opacity: 0;
  transition: all .5s;
}

.header_nav_main .nav ul li:hover .nav_item a {
  opacity: 1;
  transition: all .5s;
}

.header_active .header_nav_main .nav ul li .nav_c::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 5px;
  border-radius: 3px;
  background: #0954a4;
  transition: width .3s;
}

.header_active .header_nav_main .nav ul li:hover .nav_c::after {
  width: 100%;
}

.header_active .header_nav_main .nav ul li .nav_item a:hover {
  font-weight: bold;
  color: #195da8;
}

.header_active .header_nav_main .nav ul li .nav_item a::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 5px;
  border-radius: 3px;
  background: #0954a4;
  transition: width .3s;
}

.header_active .header_nav_main .nav ul li .nav_item a:hover::after {
  width: 100%;
}

.header_nav_main .search {
  width: 211px;
  height: 28px;
  border: 1px solid #f5f5f5;
  border-radius: 15px;
  margin-top: 15px;
  position: relative;
}

.header_nav_main .search input {
  width: 100%;
  font-size: 18px;
  color: #dcdcdc;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 35px;
  margin-top: 2px;
  border: none;
  outline: none;
  background: none;
}

.header_nav_main .search input::-webkit-input-placeholder {
  font-size: 16px;
  color: #fff;
}

.header_nav_main .search .button {
  width: 14px;
  height: 14px;
  background: url(../images/sousuo.png) no-repeat center;
  position: absolute;
  top: 7px;
  right: 15px;
  cursor: pointer;
  border: 0;
}
.header_active {
  height: 70px;
  background: #fff;
  box-shadow: -4px 3px 5px 0 rgba(0, 0, 0, 0.2);
}

.header_active .header_nav_main .logo {
  background: url(../images/logo_index_hover.png) no-repeat center;
}

.header_active .header_nav_main .nav ul li a {
  color: #333;
}

.header_active .header_nav_main .nav ul li:hover .nav_c {
  height: 70px;
  color: #0954a4;
  font-weight: bold;
}
.header_active .header_nav_main .search{  border: 1px solid #cbcccd;}
.header_active .header_nav_main .search input {

}

.header_active .header_nav_main .search input::-webkit-input-placeholder {
  color: #dcdcdc;
}

.header_active .header_nav_main .search .button {
  background: url(../images/sousuo_hover.png) no-repeat center;
}

.switch-bottom {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 5;
  text-align: center;
  opacity: 1;
  animation: switchB 2s linear 0s infinite;
  color: rgba(255, 255, 255, .6);
}

@keyframes switchB {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }

  20% {
    transform: translate(-50%, 3px);
    opacity: 1;
  }

  80% {
    transform: translate(-50%, 10px);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, 10px);
    opacity: 0;
  }
}

.floor1 {
  width: 1400px;
  margin: 50px auto;
  overflow: hidden;
}

.floor1 .column_name {
  height: 56px;
  line-height: 72px;
  background: url(../images/xwzx_title.png) no-repeat left top;
  margin-bottom: 68px;
}

.column_name .column_title {
  font-size: 40px;
  font-weight: bold;
  color: #333;
}

.column_name .more {
  display: inline-block;
  width: 78px;
  height: 16px;
  background: url(../images/index_more.png) no-repeat center;
  margin-top: 30px;
}

.floor1_main {
  overflow: hidden;
}

.floor1_left {
  width: 1004px;
  height: 472px;
}

.xwzx_swiper {
  height: 472px;
}

.xwzx_swiper .swiper-slide {
  overflow: hidden;
}

.xwzx_swiper .img_box {
  display: block;
  width: 649px;
  height: 100%;
  overflow: hidden;
}

.xwzx_swiper .img_box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.xwzx_swiper .img_box:hover img {
  transform: scale(1.1);
}

.xwzx_swiper .img_msg {
  width: 355px;
  height: 100%;
  background: #005faf;
  box-sizing: border-box;
  padding: 44px 28px 62px;
}

.xwzx_swiper .img_msg .img_time {
  font-size: 16px;
  color: #e5e2e2;
}

.xwzx_swiper .img_msg .img_title {
  font-size: 16px;
  color: #fff;
  margin: 48px auto 30px;
  line-height: 30px;
}

.xwzx_swiper .img_msg .img_det {
  font-size: 14px;
  color: #e5e2e2;
  padding-top: 26px;
  border-top: 1px solid #327ebe;
  height: 180px;
  line-height: 27px;
  text-indent: 2em;
}

.xwzx_swiper .img_msg a {
  font-size: 14px;
  color: #f8f8f8;
}

.xwzx_swiper .swiper-pagination-custom {
  width: 133px;
  height: 14px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 258px;
  bottom: 20px;
  cursor: pointer;
}

.xwzx_swiper .swiper-pagination-customs {
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 7px;
}

.xwzx_swiper .swiper-pagination-customs-active {
  background: #005faf;
}

.xwzx_swiper .swiper-button-next {
  display: none;
  width: 36px;
  height: 55px;
  background: url(../images/jt_r.png) no-repeat center;
  position: absolute;
  right: 355px;
  top: 50%;
  margin-top: -28px;
  z-index: 2;
}

.xwzx_swiper .swiper-button-prev {
  display: none;
  width: 36px;
  height: 55px;
  background: url(../images/jt_l.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -28px;
  z-index: 2;
}

.xwzx_swiper:hover .swiper-button-next {
  /* display: block; */
}

.xwzx_swiper:hover .swiper-button-prev {
  /* display: block; */
}

.floor1_right {
  width: 395px;
  height: 472px;
  background: #f8f8f8;
}

.floor1_right .msg_tab {
  height: 60px;
  border-bottom: 1px solid #d7dded;
  overflow: hidden;
}

.floor1_right .msg_tab li {
  float: left;
  margin: 0 20px;
  width: calc(100%/3 - 40px);
}

.floor1_right .msg_tab li a {
  display: block;
  height: 60px;
  line-height: 55px;
  box-sizing: border-box;
  font-size: 20px;
  color: #222;
  text-align:center;
}

.floor1_right .msg_tab .on a {
  color: #0954a4;
  border-bottom: 5px solid #195da8;
}

.floor1_right .msg_list {
  padding: 24px 20px;
}

.floor1_right .msg_list li {
  height: 45px;
  line-height: 45px;
  overflow: hidden;
}

.floor1_right .msg_list li:hover {
  padding-left: 20px;
  transition: all 0.3s;
}

.floor1_right .msg_list li a {
  font-size: 16px;
  color: #333;
}

.floor1_right .msg_list li:hover a {
  color: #0954a4;
}

.rdzt {
  width: 100%;
  height: 218px;
  margin-top: 60px;
  overflow: hidden;
}

.rdzt .rdzt_title {
  position:absolute;
  left:0;
  width: 49px;
  height: 100%;
  background: url(../images/rdzt_title.png) no-repeat center;
}

.control-box {
  width: 1336px;
  position: relative;
}

.cs-slide-btn2 .prev {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -28px;
  z-index: 2;
  display: none;
}

.cs-slide-btn2 .next {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -28px;
  z-index: 2;
  display: none;
}

.cs-slide-btn2 a {
  display: block;
  width: 36px;
  height: 55px;
}

.cs-slide-btn2 #cs-btn-l {
  background: url(../images/jt_l.png) no-repeat center;
}

.cs-slide-btn2 #cs-btn-r {
  background: url(../images/jt_r.png) no-repeat center;
}

.bigbox {
  overflow: hidden;
}

#switcher {
  height: 218px;
}

.box {
  float: left;
  transition: all .7s ease 0s;
}

.box a {
  display: block;
  width: 427px;
  height: 218px;
  overflow: hidden;
}

.box a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.box a:hover img {
  transform: scale(1.1);
}

.floor2 {
  width: 100%;
  height: 937px;
  background: url(../images/dzkc_bg.png) no-repeat center;
  background-size: cover;
  transition: all 0.5s;
}

.floor2_main {
  width: 1400px;
  margin: 0 auto;
  padding-top: 80px;
}

.floor2_main .column_name {
  height: 58px;
  line-height: 68px;
  background: url(../images/cybk_title.png) no-repeat left top;
  margin-bottom: 80px;
}

.floor2_main .column_name .column_title {
  color: #fff;
}

.cybk_main {
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.cybk_main .col_tab {
  width: 278px;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.cybk_main .col_tab li {
  width: 100%;
  height: 150px;
  box-sizing: border-box;
  padding-right: 7px;
  text-align: center;
  padding-top: 39px;
}

.cybk_main .col_tab li:hover {
  padding-right: 0;
  border-right: 7px solid #005faf;
}

.cybk_main .col_tab .now {
  padding-right: 0;
  border-right: 7px solid #005faf;
}

.cybk_main .col_tab li a {
  font-size: 24px;
  color: #adadad;
}

.cybk_main .col_tab li:hover a {
  color: #fff;
}

.cybk_main .col_tab .now a {
  color: #fff;
}

.cybk_main .col_tab .dzkc i {
  display: block;
  width: 60px;
  height: 32px;
  background: url(../images/dzkc_icon.png) no-repeat center;
  margin: 0 auto 18px;
}

.cybk_main .col_tab .kykf {
  padding-top: 38px;
}

.cybk_main .col_tab .kykf i {
  display: block;
  width: 40px;
  height: 35px;
  background: url(../images/kykf_icon.png) no-repeat center;
  margin: 0 auto 16px;
}

.cybk_main .col_tab .stzl i {
  display: block;
  width: 34px;
  height: 32px;
  background: url(../images/stzl_icon.png) no-repeat center;
  margin: 0 auto 18px;
}

.cybk_main .col_tab .xxfw i {
  display: block;
  width: 35px;
  height: 32px;
  background: url(../images/xxfw_icon.png) no-repeat center;
  margin: 0 auto 18px;
}

.cybk_main .col_tab .dzkc:hover i {
  background: url(../images/dzkc_icon_hov.png) no-repeat center;
}

.cybk_main .col_tab .kykf:hover i {
  background: url(../images/kykf_icon_hov.png) no-repeat center;
}

.cybk_main .col_tab .stzl:hover i {
  background: url(../images/stzl_icon_hov.png) no-repeat center;
}

.cybk_main .col_tab .xxfw:hover i {
  background: url(../images/xxfw_icon_hov.png) no-repeat center;
}

.cybk_main .col_tab .dzkc.now i {
  background: url(../images/dzkc_icon_hov.png) no-repeat center;
}

.cybk_main .col_tab .kykf.now i {
  background: url(../images/kykf_icon_hov.png) no-repeat center;
}

.cybk_main .col_tab .stzl.now i {
  background: url(../images/stzl_icon_hov.png) no-repeat center;
}

.cybk_main .col_tab .xxfw.now i {
  background: url(../images/xxfw_icon_hov.png) no-repeat center;
}

.cybk_main .col_list {
  width: 1122px;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 35px 50px 30px;
}

.cybk_main .col_list .col_name {
  width: 100%;
  height: 54px;
  background: url(../images/col_name_bg.png) no-repeat center bottom;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}

.cybk_main .col_list .col_msg {
  overflow: hidden;
  margin-top: 40px;
}

.cybk_main .col_list .col_msg ul {
  width: 500px;
  height: 443px;
  background: url(../images/cybk_msg_line.png) no-repeat left center;
  box-sizing: border-box;
  padding-left: 22px;
}

.cybk_main .col_list .col_msg ul li {
  width: 100%;
  height: 94px;
  box-sizing: border-box;
  padding: 0 6px;
  margin-top: 14px;
}

.cybk_main .col_list .col_msg ul li p {
  width: 100%;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}

.cybk_main .col_list .col_msg ul li a {
   display:block;	
  font-size: 16px;
  color: #e4e4e4;
}

.cybk_main .col_list .col_msg ul li:hover {
  background: #005faf;
  border-radius: 10px 0 0 10px;
}

.floor3 {
  width: 100%;
  height: 911px;
  background: url(../images/ddjs_bg.png) no-repeat center;
  background-size: cover;
}

.floor3_main {
  width: 1400px;
  margin: 0 auto;
  padding-top: 80px;
}

.floor3_main .column_name {
  height: 56px;
  line-height: 68px;
  background: url(../images/ddjs_title.png) no-repeat left top;
  margin-bottom: 58px;
}

.ddjs_main ul {
  display: flex;
  justify-content: space-between;
}

.ddjs_main ul li {
  width: 442px;
  height: 543px;
  border-radius: 0 0 40px 0;
  box-shadow: 2px 4px 9px 0 rgba(0, 0, 0, 0.25);
}

.ddjs_main ul li .img_l {
  display: block;
  width: 100%;
  height: 247px;
  overflow: hidden;
}

.ddjs_main ul li .img_l img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.ddjs_main ul li .img_l:hover img {
  transform: scale(1.1);
}

.ddjs_main ul li .msg_box {
  width: 100%;
  height: 296px;
  box-sizing: border-box;
  padding: 14px 20px 26px;
  background: #fff;
  border-radius: 0 0 40px 0;
}

.ddjs_main ul li .msg_box .msg_title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  height:64px;
  line-height: 32px;
}

.ddjs_main ul li .msg_box .msg_det {
  font-size: 16px;
  color: #666;
  height:128px;
  line-height: 32px;
  text-indent: 2em;
  margin-top: 14px;
  margin-bottom: 32px;
}

.ddjs_main ul li .msg_box .msg_bottom {
  overflow: hidden;
}

.ddjs_main ul li .msg_box .msg_bottom .know {
  display: inline-block;
  font-size: 14px;
  color: #e22d1c;
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.8s ease-out;
}

@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.ddjs_main ul li:hover .msg_box .msg_bottom .know {
  animation: slideInFromRight 0.5s forwards;
}

.ddjs_main ul li .msg_box .msg_bottom .msg_time {
  font-size: 14px;
  color: #999;
}

.footer {
  width: 100%;
  height: 225px;
  background: #005faf;
}

.footer .footer_top {
  width: 100%;
  height: 80px;
  border-bottom: 2px solid #2f6cad;
}

.footer .footer_top .footer_top_main {
  width: 1400px;
  height: 100%;
  line-height: 80px;
  margin: 0 auto;
}

.footer_top_left {
  transform: translateX(-200px);
  opacity: 0;
  transition: all 0.5s ease-out;
}

.footer_top_right {
  transform: translateX(200px);
  opacity: 0;
  transition: all 0.5s ease-out;
}

.footer .footer_top .footer_top_main p {
  font-size: 16px;
  color: #d6d6d6;
}

.footer .footer_top .footer_top_main p a {
  color: #d6d6d6;
}

.footer .footer_top .footer_top_main p a img {
  vertical-align: sub;
  margin-right: 10px;
}

.footer .footer_top .footer_top_main p span {
  display: inline-block;
  height: 23px;
  line-height: 23px;
  padding: 0 5px;
  background: #06589e;
  border-radius: 10px;
  color: #d6d6d6;
}

.footer .footer_bottom {
  width: 1400px;
  margin: 0 auto;
  padding-top: 30px;
  position: relative;
}

.footer_bottom .red_line {
  width: 178px;
  height: 3px;
  background: #e22d1c;
  position: absolute;
  top: -2px;
  left: 0;
}

.footer_bottom_left {
  transform: translateX(-200px);
  opacity: 0;
  transition: all 0.8s ease-out;
}

.footer .footer_bottom .footer_bottom_left .weixin_img {
  position: relative;
  cursor: pointer;
  width: 165px;
}

.footer .footer_bottom .footer_bottom_left .weixin_img img {
  vertical-align: middle;
  margin-right: 21px;
}

.footer .footer_bottom .footer_bottom_left .weixin_img span {
  font-size: 16px;
  color: #d6d6d6;
}

.footer .footer_bottom .footer_bottom_left .weixin_img .weixin_code {
  width: 100px;
  height: 100px;
  background: #fff;
  position: absolute;
  left: 180px;
  top: -39px;
  visibility: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: 10px;
  opacity: 0;
  z-index: 99;
  transition: all 0.2s ease-out 0s;
}

.footer .footer_bottom .footer_bottom_left .weixin_img .weixin_code img {
  margin-right: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.footer .footer_bottom .footer_bottom_left .weixin_img .weixin_code::after {
  content: '';
  position: absolute;
  left: -16px;
  top: 50%;
  margin-top: -8px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-right-color: #fff;
}

.footer .footer_bottom .footer_bottom_left .weixin_img:hover .weixin_code {
  visibility: visible;
  opacity: 1;
}

.footer .footer_bottom .footer_bottom_left p {
  font-size: 16px;
  color: #d6d6d6;
  margin-top: 21px;
}

.footer_bottom_right {
  transform: translateX(200px);
  opacity: 0;
  transition: all 0.8s ease-out;
}

.footer .footer_bottom .footer_bottom_right .zfwz {
  display: inline-block;
  width: 165px;
  height: 41px;
  line-height: 41px;
  background-image: linear-gradient(0deg, #c5c5c5 0%, #ececec 100%), linear-gradient(#2265ad, #2265ad);
  box-sizing: border-box;
  border: 1px solid rgba(221, 221, 221, 0.5);
  border-radius: 5px;
  font-size: 16px;
  color: #666;
  position: relative;
  cursor: pointer;
}

.footer .footer_bottom .footer_bottom_right .zfwz img {
  vertical-align: sub;
  margin-left: 33px;
  margin-right: 7px;
}

.footer .footer_bottom .footer_bottom_right .zfwz .down {
  display: inline-block;
  width: 7px;
  height: 3px;
  background: url(../images/down_icon.png) no-repeat center;
  float: right;
  margin-top: 19px;
  margin-right: 10px;
  transition: all .3s;
}

.footer .footer_bottom .footer_bottom_right .zfwz:hover .down {
  transform: rotate(-180deg);
}

.footer .footer_bottom .footer_bottom_right .zfwz .link_list {
  width: 165px;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  left: -1px;
  bottom: 38px;
  display: none;
}

.footer .footer_bottom .footer_bottom_right .zfwz:hover .link_list {
  display: block;
}

.footer .footer_bottom .footer_bottom_right .zfwz .link_list a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
  color: #666;
}

.footer .footer_bottom .footer_bottom_right .zfwz .link_list a:hover {
  color: #005faf;
}

.footer .footer_bottom .footer_bottom_right .jtwq {
  display: inline-block;
  width: 165px;
  height: 41px;
  line-height: 41px;
  background-image: linear-gradient(0deg, #c5c5c5 0%, #ececec 100%), linear-gradient(#2265ad, #2265ad);
  box-sizing: border-box;
  border: 1px solid rgba(221, 221, 221, 0.5);
  border-radius: 5px;
  font-size: 16px;
  color: #666;
  margin-left: 20px;
}

.footer .footer_bottom .footer_bottom_right .jtwq img {
  vertical-align: sub;
  margin-left: 33px;
  margin-right: 7px;
}

.footerFadeIn {
  transform: translateX(0);
  opacity: 1;
}

.page_aside {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -102px;
  z-index: 9;
  width: 70px;
  transform: translateX(100%);
  opacity: 0;
  transition: all .3s;
}

.page_aside.show {
  transform: translateX(0);
  opacity: 1;
}

.page_aside .item {
  display: block;
  border-radius: 5px 0 0 5px;
  margin-bottom: 1px;
  transition: transform .4s;
}

.page_aside .item:hover {
  transform: translateX(-10px);
}

.page_aside .main {
  width: 70px;
  height: 66px;
  background: #005faf;
  border-radius: 5px 0 0 5px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 14px;
}

.page_aside .main .title {
  font-size: 14px;
  color: #fff;
}

.page_aside .item .wx_main {
  position: relative;
}

.page_aside .item .wx_main .zxcode {
  position: absolute;
  right: 88px;
  top: 50%;
  margin-top: -60px;
  background: #fff;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.17);
  padding: 10px;
  opacity: 0;
  transform: translateX(20px);
  z-index: -999;
  transition: all 0.5s;
}

.page_aside .item .wx_main .zxcode img {
  display: block;
  width: 100px;
  height: 100px;
}

.page_aside .item .wx_main .zxcode::after {
  content: '';
  position: absolute;
  right: -16px;
  top: 50%;
  margin-top: -8px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left-color: #fff;
}

.page_aside .item .wx_main:hover .zxcode {
  opacity: 1;
  transform: translateX(0);
  z-index: 1;
}

.page_aside .item.gotop {
  width: 80px;
  background: #ddd;
}

.page_aside .item.gotop img {
  display: block;
  width: 70px;
  height: 66px;
}





/* æ–°é—»ä¸­å¿ƒ */
.banner_box {
  width: 100%;
  height: 420px;
  box-sizing: border-box;
  padding-top: 160px;
  overflow: hidden;
  position: relative;
}

.banner {
  width: 100%;
  height: 100%;
  background-size: cover;
  animation: banner_ani 0.8s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -5;
}

.xwzx .banner {
  background: url(../images/xwzx_bg.png) no-repeat center;
}
.xwzx .banner-xwzx {
	 width: 100%;
  height: 100%;
  background-size: cover;
  animation: banner_ani 0.8s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -5;
  background: url(../images/banner-xwzx.png) no-repeat center;
}
.xwzx .banner-cybk {
	 width: 100%;
  height: 100%;
  background-size: cover;
  animation: banner_ani 0.8s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -5;
  background: url(../images/banner-cybk.png) no-repeat center;
}
.xwzx .banner-wzdt{
	 width: 100%;
  height: 100%;
  background-size: cover;
  animation: banner_ani 0.8s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -5;
  background: url(../images/banner-wzdt.png) no-repeat center;
}
.xwzx .banner-ddjs{
  width: 100%;
  height: 100%;
  background-size: cover;
  animation: banner_ani 0.8s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -5;
  background: url(../images/ddjs_bg_cl.png) no-repeat center;
}
.xwzx .banner_lxwm{
  width: 100%;
  height: 100%;
  background-size: cover;
  animation: banner_ani 0.8s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -5;
  background: url(../images/lxwm-banner.png) no-repeat center;
}
@keyframes banner_ani {
  0% {
    transform: scale(1.2, 1.2);
  }

  100% {
    transform: scale(1, 1);
  }
}

.title_img {
  display: block;
  width: 66px;
  height: 214px;
  margin: 0 auto;
  animation: slideInFromBottom 0.8s;
}
.title_img span{
	font-size: 38px;
    color: #fff;
    border-right: 1px solid #fff;
    padding-right: 27px;
}
@keyframes slideInFromBottom {
  from {
    transform: translateY(45px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.main_wrap {
  width: 100%;
  background: #f9f9f9;
}
.main_nav {
  max-width: 1400px;
  height: 120px;
  line-height: 120px;
  position: relative;
  top: -50px;
  margin: 0 auto;
}

.main_nav ul {
  display: flex;
  height: 100%;
  justify-content: center;

}

.main_nav ul li {
  position: relative;
  text-align: center;
  transition: all 0.35s linear;
  width:255px;
    background: #fff;
}

.main_nav ul li.active {
  height: 156px;
  background: #0954a4;
  margin-top: -19px;
  box-shadow: -4px 4px 12px 0 rgba(9, 84, 164, 0.55);
}

.main_nav ul li a {
  display: block;
  font-size: 20px;
  color: #333;
text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 20px;
}

.main_nav ul li.active a {
  line-height: 156px;
  color: #fff;
}

.main_nav ul li.active:hover a {
  color: #fff;
}

.main_nav ul li:hover a {
  color: #0954a4;
}

.main_nav ul li a:after {
  content: '';
  width: 1px;
  height: 19px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  background: #ddd;
  transform: rotate(35deg);
}

.main_nav ul li.active a:after {
  display: none;
}

.main_nav ul li:last-child a:after {
  display: none;
}

.title_bar {
  padding: 50px 0;
  line-height: 1;
}

.title_bar .en {
  display: inline-block;
  width: 737px;
  background: #0954a4;
  font-size: 16px;
  color: #fff;
  text-align: right;
  line-height: 12px;
  padding: 8px 10px;
  margin-right: 26px;
  vertical-align: middle;
}

.title_bar .cn {
  font-size: 28px;
  color: #444;
  vertical-align: middle;
}

.first_new {
  width: 1400px;
  height: 531px;
  padding-bottom: 85px;
  margin: 0 auto;
  overflow: hidden;
}

.first_new .first_new_img {
  display: block;
  width: 730px;
  height: 100%;
  overflow: hidden;
}

.first_new .first_new_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.first_new .first_new_msg {
  width: 600px;
  height: 100%;
}

.first_new .first_new_msg .first_new_time {
  overflow: hidden;
}

.first_new .first_new_msg .first_new_time span {
  font-size: 52px;
  font-weight: lighter;
  color: #0954a4;
}

.first_new .first_new_msg .first_new_time .year {
  display: inline-block;
  margin-top: 16px;
  font-size: 16px;
  transform: rotate(90deg);
}

.first_new .first_new_msg .first_new_title {
  font-size: 26px;
  color: #333;
  margin-top: 45px;
  margin-bottom: 75px;
}

.first_new .first_new_msg .first_new_content {
  height: 84px;
  line-height: 28px;
  font-size: 16px;
  color: #333;
  margin-bottom: 88px;
}

.first_new .first_new_msg .first_new_more {
  font-size: 16px;
  color: #0954a4;
}
.baselist-wrap{padding-bottom:50px;}
.news_list {
  width: 1400px;
  margin: 0 auto;
  padding-top: 35px;

}

.news_list ul {
  margin-bottom: 54px;
}

.news_list ul li {
  width: 100%;
  height: 221px;
  box-sizing: border-box;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  position: relative;
}

.news_list ul li:hover {
  border-bottom: none;
  padding-bottom: 31px;
}

.news_list ul li .news_img {
   display: block; 
 
  height: 100%; 
  
}

.news_list ul li .news_img img {
  display: block;
  width: 275px;
  height: 100%;
  object-fit: cover;
  margin-right: 40px;
}

.news_list ul li .new_content {
  width: 1260px;
  height: 100%;
  box-sizing: border-box;
  padding: 0;
}

.news_list ul li .new_content .news_title {
  font-size: 18px;
  color: #333;
  padding-top: 30px;
}

.news_list ul li:hover .new_content .news_title {
  color: #0954a4;
}

.news_list ul li .new_content .news_del {
  line-height: 36px;
  font-size: 16px;
  color: #666;
  margin-top: 12px;
  /* padding-bottom: 30px; */
}

.news_list ul li .news_time {
  width: 140px;
  height: 100%;
  box-sizing: border-box;
  padding: 27px 0;
  text-align: center;
}

.news_list ul li .news_time .day {
  font-size: 36px;
  font-weight: bold;
  color: #0954a4;
}

.news_list ul li .news_time .year_month {
  font-size: 16px;
  color: #999;
  margin: 10px 0;
}

.news_list ul li .news_time .news_more {
  font-size: 14px;
  color: #999;
}

.news_list ul li .bottom_line {
  width: 0;
  height: 1px;
  background: #0954a4;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .5s;
}

.news_list ul li:hover .bottom_line {
  width: 100%;
}





/* å…šçš„å»ºè®¾ */
.ddjs .banner {
  background: url(../images/ddjs_bg_cl.png) no-repeat center;
}

.ddjs .main_wrap {
  background: url(../images/ddjs_bg_top.png) no-repeat center top;
}

.ddjs .main_nav ul li.active {
  background: #e22d1c;
  box-shadow: -4px 4px 12px 0 rgba(226, 45, 28, 0.55);
}

.ddjs .main_nav ul li.active:hover a {
  color: #fff;
}

.ddjs .main_nav ul li:hover a {
  color: #e22d1c;
}

.ddjs .title_bar .en {
  background: #e22d1c;
}

.ddjs_main {
  width: 1400px;
  margin: 0 auto;
}

.ddjs .ddjs_main {
  padding-bottom: 58px;
}

.news_list_wrap {
  width: 100%;
  background: url(../images/ddjs_bg_bot.png) no-repeat center bottom;
  padding-bottom:50px;
}

.ddjs .news_list ul li:hover .new_content .news_title {
  color: #e22d1c;
}

.ddjs .news_list ul li .news_time .day {
  color: #e22d1c;
}

.ddjs .news_list ul li .bottom_line {
  background: #e22d1c;
}





/* é›†å›¢é¢†å¯¼ */
.gywm .banner {
  background: url(../images/gywm_bg.png) no-repeat center;
}

.gywm .main_wrap {
  padding-bottom: 50px;
}

.jtld_list {
  width: 1400px;
  margin: 0 auto;
}

.jtld_list ul li {
  width: 100%;
  height: 105px;
  background-image: linear-gradient(0deg, #fff 0%, #eaedf3 100%), linear-gradient(#fff, #fff);
  margin-bottom: 25px;
  box-sizing: border-box;
  padding-left: 205px;
  overflow: hidden;
  transform: translateZ(0);
  backface-visibility: hidden;
  position: relative;
  transition-property: color;
  transition-duration: .5s;
}


.jtld_list ul li:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   
    /*transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: .5s;
    transition-timing-function: ease-out;*/
}
.jtld_list ul li:hover:before{
	 background-image: linear-gradient(#0954a4, #0954a4), linear-gradient(#fff, #fff);
    /*transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, .37, .66);*/
}
.jtld_list ul li .ldname {
      width: 80px;
    height: 100%;
    line-height: 105px;
    font-size: 26px;
    color: #182c46;
    text-align: justify;
    padding-left: 160px;
}
.jtld_list ul li .ldname::after {
            content: '';
            width: 100%;
            display: inline-block;
        }		
.jtld_list ul li .ldname span{
	 margin-right: 0 !important;
}
.jtld_list ul li:hover .ldname {
  color: #fff;
}

.jtld_list ul li .ldzhiwei {
  height: 100%;
  line-height: 105px;
  font-size: 18px;
  color: #333;
  padding-left: 30px;
}

.jtld_list ul li:hover .ldzhiwei {
  color: #fff;
}





/* å†…è®¾æœºæž„ */
.nsjg_list {
  width: 1400px;
  margin: 0 auto;
}

.nsjg_list ul {
  overflow: hidden;
}

.nsjg_list ul li {
  width: 335px;
  height: 64px;
  background: #fff;
  line-height: 64px;
  margin-bottom: 20px;
  margin-right: 20px;
  float: left;
}

.nsjg_list ul li:nth-child(4n) {
  margin-right: 0;
}

.nsjg_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 12px;
  font-size: 16px;
  color: #333;
  text-align:center;
}

.nsjg_list ul li a:hover {
  background: #0954a4;
  color: #fff;
}





/* é›†å›¢ç®€ä»‹ */
.jtjj_main {
  width: 1400px;
  margin: 0 auto;
}

.jtjj_box1 {
  width: 100%;
  height: 1325px;
  background: #fff;
  box-sizing: border-box;
  padding: 50px 50px 58px;
}

.jtjj_box1 .jtjj_img1 {
  display: block;
  width: 100%;
  height: 425px;
}

.jtjj_box1 .jtjj_msg {
  margin-bottom: 122px;
}

.jtjj_box1 .jtjj_msg p {
  line-height: 32px;
  font-size: 16px;
  color: #333;
  margin-top: 30px;
}

.jtjj_box1 .jtjj_icon_list ul {
  display: flex;
}

.jtjj_box1 .jtjj_icon_list ul li {
  position: relative;
  flex-grow: 1;
  text-align: center;
  cursor: pointer;
}

.jtjj_box1 .jtjj_icon_list ul li img {
  margin-bottom: 24px;
}

.jtjj_box1 .jtjj_icon_list ul li:hover img {
  transition: transform 0.7s;
  transform: rotateY(360deg);
}

.jtjj_box1 .jtjj_icon_list ul li p {
  font-size: 18px;
  color: #6d6c6c;
}

.jtjj_box1 .jtjj_icon_list ul li:hover p {
  color: #0954a4;
}

.jtjj_box1 .jtjj_icon_list ul li:after {
  content: '';
  width: 1px;
  height: 136px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -68px;
  background: #ddd;
  transform: rotate(35deg);
}

.jtjj_box1 .jtjj_icon_list ul li:last-child:after {
  display: none;
}

.jtjj_box2 {
  width: 100%;
  height: 356px;
  margin: 60px auto 0px;
  overflow: hidden;
  position: relative;
}

.jtjj_box2 .jtjj_des {
  width: 848px;
  margin-top: 50px;
  margin-right: 68px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
}

.jtjj_box2 .digital {
  width: 1123px;
  height: 128px;
  background: #fff;
  box-shadow: -2px 2px 8px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  padding: 32px 0;
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: flex;
}

.jtjj_box2 .digital .num_box {
  flex-grow: 1;
  text-align: center;
}

.jtjj_box2 .digital .num_box .num .timer {
  font-size: 34px;
  font-weight: bold;
  color: #555;
}

.jtjj_box2 .digital .num_box .num .quantifier {
  font-size: 16px;
  color: #555;
}

.jtjj_box2 .digital .num_box .num_des {
  font-size: 16px;
  color: #333;
}





/* ç½‘ç«™é›†ç¾¤ */
.wzjq .banner {
  background: url(../images/wzjq_bg.png) no-repeat center;
}

.wzjq .main_nav {
  width: 233px;
  margin-left: -116.5px;
}

 .zttj_box {
            padding-left: 70px;
            background-repeat: no-repeat;
            box-sizing: border-box;
            background-position: left center;
        }

        .zttj_box .swiper {
            width: 100%;

        }

        .zttj_box .swiper-slide {
            text-align: center;
            font-size: 18px;
            background: #fff;

            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
			
        }

        .zttj_box .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
        }
/*map*/
.mapbox{
	padding: 0;
	background:#fff;
	overflow:hidden;
}
.map-module{

	margin-bottom:30px;
	overflow:hidden;
}
.map-title h3{position:relative;font-size:22px; font-weight:bold; color:#0954a4;padding-left:20px;height:50px;line-height:50px;margin-top:20px;background-color: #f8f8f8;}
.map-title h3 a{color:#0954a4;}
.map-title h3:before{position:absolute; top:50%; left:0; content:""; width:5px; height:18px; margin-top:-8px; background-color:#0954a4; border-radius: 2px;}
.maplist{padding:30px 0;overflow:hidden;border-bottom: 1px dashed #e5e5e5;}
.maplist li{float:left; width:25%;    position: relative;text-indent:20px;font-size: 18px;line-height: 26px;overflow: hidden;}
.maplist li:before{content:''; position:absolute; left:2px; top: 50%; margin-top: -2px;  background: #0954a4; transform: rotate(45deg);width:5px; height:5px; border-radius:50%;}
.maplist li:nth-child(4n+1){
    margin-left: 0;
}
.maplist li a {
	display:block;
    line-height: 35px;
    text-align: left;
    color: #222;
    font-size: 18px;
    transition: all .5s;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.maplist li a:hover{
    color: #0954a4;
}
/*ç½‘ç«™é›†ç¾¤*/
.site-box{
	width:1400px;
	height:460px;
	margin:0 auto;
}		
.site-menu{
	height:260px;
	background:#f1f3f7;
	overflow:hidden;
}
.menu-box{
	width:1400px;
	margin:0 auto;
	
}
.menu-box ul{
	width:900px;
	padding-top: 58px;
    height: 144px;
	overflow: hidden;
}
.menu-box ul li{
	float:left;
	width:calc(100%/7 - 18px);
	margin-right:13px;
	height:72px;
	line-height:72px;
	
}

.menu-box ul li a{
	color:#333;
	font-size:16px;
}
.menu-box ul li.active a{border-bottom:1px solid #007ad8;color:#007ad8;}
.menu-box ul li:nth-child(7n){margin-right:0;}

.s-left {
  float:left;
  width: 620px;
  height: 460px;
}

.s-left .msg_tab {
  height: 60px;
  border-bottom: 1px solid #d7dded;
  overflow: hidden;
}
/*ç¾ŽåŒ–æ»šåŠ¨æ¡ */

.s-left .msg_list::-webkit-scrollbar {

    width: 8px;

}

.s-left .msg_list::-webkit-scrollbar-track {

    background-color: #ecf5ff;

    -webkit-border-radius: 2em;

    -moz-border-radius: 2em;

    border-radius: 2em;

}

.s-left .msg_list::-webkit-scrollbar-thumb {

    background-color: #2764b7;

    -webkit-border-radius: 2em;

    -moz-border-radius: 2em;

    border-radius: 2em;

}


.s-left .msg_tab li {
  float: left;
  margin-right:20px;
  width: calc(100%/3 - 60px);
}

.s-left .msg_tab li a {
  display: block;
  height: 60px;
  line-height: 55px;
  box-sizing: border-box;
  font-size: 20px;
  color: #333;
  text-align:center;
  cursor:pointer;
}

.s-left .msg_tab .on a {
  color: #0954a4;
  border-bottom: 5px solid #195da8;
}

.s-left .msg_list {
margin: 20px 0;
    overflow-y: auto;
    height: 360px;
}

.s-left .msg_list li {
  height: 60px;
    line-height: 30px;
    overflow: hidden;
    width: calc(50% - 20px);
    float: left;
    margin-right: 40px;
}
.s-left .msg_list li:nth-child(2n){
	margin-right:0;
}


.s-left .msg_list li a {
  font-size: 16px;
  color: #333;
 
}
.s-left .msg_list li .img-icon{width:8px;height:8px;margin-right:8px;}
.s-left .msg_list li:hover a {
  color: #0954a4;
   padding-left: 20px;
  transition: all 0.3s;
}
.s-right{width: 717px;
    margin-left: 680px;
    height: 525px;
    overflow: hidden;}
/*footer*/
.link-box{
	padding:30px 0;
	width:1400px;
	margin:0 auto;
	overflow:hidden;
}
.link-box ul{
	overflow:hidden;
	
}
.link-box ul li{
	float:left;
	
	width:calc(100%/3 - 32px);
	height:48px;
	line-height:48px;
	background:#0268bf;
	margin-left:47px;
	box-sizing: border-box;
	border:1px solid #0268bf;
}
.link-box ul li:first-child{
	margin-left:0;
}
.link-box ul li a{
	display:block;
	color:#fff;
	font-size:16px;
	text-align:center;
	
}
.link-box ul li:hover {background:#0373D3;}	
.foo-group{
	font-size:16px;
	color:#fff;
	overflow:hidden;
	width:1400px;
	margin:0 auto;
	overflow:hidden;
}
.foo-left{float:left;line-height:30px;}
.foo-left img{vertical-align:middle;margin-right: 8px;margin-top: -3px;
}
.foo-left a{color:#fff;}
.foo-left a:hover{
	border-bottom: 1px solid #fff;
}
.foo-right{float:right;}
.foo-right .wxcode{width:85px;height:85px;margin-top: 2px;
float: left;}
.foo-right .ipv6{width:110px;height:55px;margin-left: 20px;margin-top: 18px;float: left;}
.foo-menu a{color:#fff;margin:0 10px;}
.foo-menu a:hover{
	border-bottom: 1px solid #fff;
	
}
.foo-menu a:first-child{margin-left:0;}

.dk-tt{
	height:80px;
	overflow:hidden;
}
.ttimg{float:left;margin-top: 8px;}
.dk-tt a{
	    display: block;
    width: 80%;
    height: 100%;
	color:#333;
	font-size:32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	margin-left: 126px;
}
.xxbox{
	width: 1100px;
    margin: 30px auto 0;
}
.linkbox{
	 position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}
.linkwrap{
		
	width:1400px;
	margin:0 auto;
}
.slink {
    float: left;
    width: 260px;
    height: 50px;
    line-height: 50px;
    background: #0268bf;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-left: 25px;
}

.slink:first-child {
    margin-left: 0;
}
.slink{
	display:block;
	color:#fff;
	font-size:16px;
	text-align:center;
	
}
.slink:hover {background:#0373D3;color:#fff;}	
.sublink {
    width: 1400px;
    margin: 0 auto;
}

.linkwrap .link-ul {
    width: 855px;
    margin-left: 545px;
    *zoom: 1;

}

.linkwrap .link-ul:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.linkwrap .link-ul li {
    float: left;
    width: 260px;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
    margin-left: 25px;
    transition: all .5s;
}



.linkwrap .link-ul li .name {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 50px;
    cursor: pointer;
    background: #0268bf;
    color: #fff;
    


}

.linkwrap .link-ul li .name img {
    margin-top: -3px;
    margin-left: 10px;
    vertical-align: middle;
    transition: all .5s;
}

.linkwrap .link-ul li .link-con {
    display: block;
    position: absolute;
    left: 0;
    bottom: 110px;
    width: 100%;
    height: 0;
    background:#0f6eb3;
    z-index: 11;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    overflow: hidden;
}

.linkwrap .link-ul li .link-con .link-ul {
    width: 100%;
    margin: 0 auto;
}

.linkwrap .link-ul li .link-con .link-ul dt {
    width: 25%;
    float: left;
    height: 36px;
    line-height: 36px;
    text-align: left;
    overflow: hidden;
}

.linkwrap .link-ul li .link-con .link-ul dt a {
    width: 100%;
    height: 100%;
    text-align: left;
    font-size: 16px;

    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.linkwrap .link-ul li .link-con .link-ul dt a:hover {

    text-decoration: underline;
}

.linkwrap .link-ul .active .name {

}

.linkwrap .link-ul .active .name img {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
}

.linkwrap .link-ul .active .link-con {
    display: block;
    padding: 25px 0;
    height: auto;
}
.lxwm-map{
	height:350px;
	background:url(../images/lxwm-bg.png) no-repeat center bottom;
}
/*leader*/
.cs-ldzc {
    padding-top: 20px;
	padding-bottom: 40px;
    overflow: hidden;
}

.cs-ld-box2 {
   
    overflow: hidden;
}


.ld-item {

    overflow: hidden;
}

.ld-info {
    width: 370px;
    text-align: center;
    margin-top: 35px;
    background: url(../images/ld-bg3.png) no-repeat right top;
    overflow: hidden;
}

.ldimg {
    width: 204px;
    height: 277px;
}

.ld-info .ldname {
    font-size: 22px;
    color: #000;
    padding: 15px 0;
}

.ldzhiwei {
    font-size: 18px;
    color: #000;
    padding-bottom: 20px;
    height: 50px;
    line-height: 25px;
}

.ldxiexin {
    display: block;
    width: 275px;
    height: 66px;
    line-height: 66px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #2764b7;
    color: #2764b7;
    font-size: 18px;

}

.ldxiexin img {
    vertical-align: middle;
    margin-top: -3px;
}




.ld-right {
    width: 930px;
    overflow: hidden;
    margin-right: 28px;
}

.ld-wk {
    height: 60px;
    border-bottom: 1px solid #c0d7f5;
    overflow: hidden;
}

.ld-wk a {
    float: left;
    height: 57px;
    line-height: 60px;
    border-bottom: 3px solid #2764b7;
    color: #2764b7;
    font-size: 20px;
}

.ld-wk a img {
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 5px;
    margin-right: 10px;
}

.ld-info-jj {
    color: #000;
    font-size: 18px;
    margin: 20px 0 10px;
    height: 118px;
    overflow-y: auto;
    line-height: 34px;
}

.ld-info-jj2 {
    color: #000;
    font-size: 18px;
    margin: 20px 0 10px;
    line-height: 34px;
}
.gltitle {
    margin-top: 20px;
    font-size: 18px;
    color: #2764b7;
    line-height: 45px;
    border-bottom: 1px solid #bfd5e6;
}
.glold {
    overflow: hidden;
}

.glold li a {
    font-size: 16px;
    color: #000;
    line-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*site-newmap*/
.newmap{
	width:1400px;
	height:1000px;
	margin:0 auto;
	background:url(../images/newmap-bg.png) no-repeat center top;
	overflow:hidden;
	position:relative;
}
.mitem{
	
	position:absolute;
	overflow:hidden;

}
.mitem li a{
	display:block;
	line-height:22px;
	  font-size: 13px;
  color: #fff;
}

.mitem li.kggs a{
/*	color:#a9e1ca;*/
}
.mitem li a img{vertical-align:middle;}
/*å‘¼å’Œæµ©ç‰¹å¸‚åŒ…å¤´å¸‚å‘¼ä¼¦è´å°”å¸‚å…´å®‰ç›Ÿé€šè¾½å¸‚èµ¤å³°å¸‚é”¡æž—éƒ­å‹’ç›Ÿä¹Œå…°å¯Ÿå¸ƒå¸‚é„‚å°”å¤šæ–¯å¸‚å·´å½¦æ·–å°”å¸‚ä¹Œæµ·å¸‚é˜¿æ‹‰å–„ç›Ÿ*/
.aa1{
	top: 720px;
    left: 680px;
    width: 620px;
}
.aa1 li a{
	float: left;
    min-width: 230px;
    padding-right: 10px;
}
.aa2{
	     top: 615px;
	     left: 470px;
	     width: 220px;
}
.a3{
	    top: 210px;
    right: 200px;
}
.a4{
	top: 380px;
    right: 140px;
}
.a5{
	    /*top: 530px;
    right: 70px;*/
	top: 480px;
    right: 0px;
    width: 200px;
}

.a6{
	    top: 560px;
    left: 970px;
}
.a7{
	top: 490px;
    left: 640px;
}
.a8{
	    top: 610px;
    left: 700px;

}
.a9{
	top: 760px;
    left: 460px;
    width: 200px;
}
.a10{
	    top: 613px;
	    left: 120px;
	    width: 270px;
}

.a11{
	top: 720px;
    left: 350px;
}
.a12{
	top: 675px;
    left: 120px;
}
.mapbiao{
	    position: absolute;
    top: 350px;
    left: 350px;
}
.mapbiao span{
	display:block;
	font-size:20px;
}
.mapbiao span img{margin-right:8px;}
.mapbiao .zgs{color:;}
.mapbiao .ylqy{color:;}
/*new  jtld*/
.box_wrap {
  width: 1400px;
  margin:0 auto;
  background: #fff;
  padding-bottom: 42px;
  overflow:hidden;
}
.ld-fl {
      float: left;
      width: 300px;
      margin-left: 60px;
      margin-top: 60px;
    }

    .ld-fr {
      float: right;
      width: 850px;
      margin-right: 60px;
      margin-top: 60px;
    }

    .list-ldname {
      width: 100%;
      /* min-height: 870px; */
      overflow: hidden;
    }

    .list-box li {
      height: 57px;
      line-height: 57px;
      text-align: center;
      margin-top: 15px;
	  background-image: linear-gradient(0deg, #fff 0%, #eaedf3 100%), linear-gradient(#fff, #fff);
	  transform: translateZ(0);
  backface-visibility: hidden;
  position: relative;
  transition-property: color;
  transition-duration: .5s;
    }



.list-box li:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(#0954a4, #76a1e5), linear-gradient(#fff, #fff);
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: .5s;
    transition-timing-function: ease-out;
}
.list-box li:hover:before{
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, .37, .66);
}
.list-box li.current:before{
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, .37, .66);
}
    .list-box li:first-child {
      margin-top: 0;
    }

    .list-box li a {
      display: block;
	  width: 80px;
      font-size: 26px;
       color: #182c46;
       text-align: justify;
       padding-left: 110px;
	      height: 57px;
      line-height: 57px;
    }
.list-box li a::after {
            content: '';
            width: 100%;
            display: inline-block;
        }
    .list-box li:hover a{
      color: #fff;
    }

    .list-box li.current a{
      color: #fff;
    }

    .ld-img {
      display: block;
      width: 167px;
      height: 221px;
      margin: 0 auto;
    }

    .ld-name {
      font-size: 22px;
      color: #2764b7;
      padding-top: 20px;
      padding-bottom: 10px;
      font-weight: bold;
    }

    .ld-zw {
      font-size: 20px;
      color: #222;
      padding-bottom: 30px;
    }

    .ld-rn-box {
      border-top: 1px solid #e1e1e1;
    }

    .ld-tit {
      height: 80px;
      line-height: 80px;
      color: #2764b7;
      font-weight: bold;
      font-size: 20px;
    }

    .ld-rn-box p {
      font-size: 18px;
      color: #222;
      line-height: 36px;
    }

	