* {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.g-doc {
  width: 1300px;
  margin: 0 auto;
}

.f-cb:after {
  content: '';
  display: block;
  clear: both;
}

.f-fl {
  float: left;
}

.f-fr {
  float: right;
}

.top-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 35px;
  background: #0c5dad;
}

.top {
  font-size: 12px;
  line-height: 35px;
  color: #FFFFFF;
}

.bottom-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90px;
  background: rgba(0, 0, 0, 0.3);
}

.bottom {
  font-size: 12px;
  line-height: 40px;
  color: #FFFFFF;
}

.bottom select {
  width: 174px;
  height: 26px;
  margin-top: 32px;
}

.copyright {
  font-size: 14px;
  line-height: 30px;
  margin-top: 15px;
}


.main-wrapper {
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url('../sdubeuadoxhsdfiwhfhshfimage/banner.jpg');
  background-position: center;
  background-size: cover;
  min-width: 1300px;
}

.header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 115px;
  background-color: rgba(0, 123, 203, 0.8);
}

.header .logo {
  display: block;
  width: 300px;
  margin-top: 31px;
}

.nav-list {
  font-size: 0;
}

.nav-list li {
  display: inline-block;
  width: 90px;
  height: 115px;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  background-position: top 16px center;
  background-repeat: no-repeat;
  position: relative;
}

.nav-list li a {
  display: block;
  width: 100%;
  padding-top: 66px;
  position: relative;
  z-index: 10;
  height: 115px;
}

.nav-list li:hover,
.nav-list li.selected {
  color: #fff;
  background-color: #154675;
}

.nav-list li .ico{
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 25px;
  top: 26px;
  background-size: 100% auto !important;
  background-position: center;
  background-repeat: no-repeat;
}

.nav-list .zyss .ico {
  background-image: url('../sdubeuadoxhsdfiwhfhshfimage/ico_home_01.png');
}

/* .nav-list .zyss:hover,
.nav-list .zyss.selected {
  background-image: url('../sdubeuadoxhsdfiwhfhshfimage/未标题-1_30.png');
} */
.nav-list .bggk .ico {
  background-image: url('../sdubeuadoxhsdfiwhfhshfimage/ico_home_02.png');
}

/* .nav-list .bggk:hover,
.nav-list .bggk.selected {
  background-image: url('../sdubeuadoxhsdfiwhfhshfimage/未标题-1_31.png');
} */
.nav-list .xwdt .ico {
  background-image: url('../sdubeuadoxhsdfiwhfhshfimage/ico_home_03.png');
}

/* .nav-list .xwdt:hover,
.nav-list .xwdt.selected {
  background-image: url('../sdubeuadoxhsdfiwhfhshfimage/未标题-1_32.png');
} */
.nav-list .dzzn .ico {
  background-image: url('../sdubeuadoxhsdfiwhfhshfimage/ico_home_04.png');
}

/* .nav-list .dzzn:hover,
.nav-list .dzzn.selected {
  background-image: url('../sdubeuadoxhsdfiwhfhshfimage/未标题-1_33.png');
} */
.nav-list .dzhd .ico {
  background-image: url('../sdubeuadoxhsdfiwhfhshfimage/ico_home_05.png');
}

/* .nav-list .dzhd:hover,
.nav-list .dzhd.selected {
  background-image: url('../sdubeuadoxhsdfiwhfhshfimage/未标题-1_34.png');
} */
.nav-list .ydtj .ico {
  background-image: url('../sdubeuadoxhsdfiwhfhshfimage/ico_home_06.png');
}

/* .nav-list .ydtj:hover,
.nav-list .ydtj.selected {
  background-image: url('../sdubeuadoxhsdfiwhfhshfimage/未标题-1_35.png');
} */
.nav-list .sztj .ico {
  background-image: url('../sdubeuadoxhsdfiwhfhshfimage/ico_home_07.png');
}

/* .nav-list .sztj:hover,
.nav-list .sztj.selected {
  background-image: url('../sdubeuadoxhsdfiwhfhshfimage/未标题-1_36.png');
} */
.nav-list .zwgk .ico {
  background-image: url('../sdubeuadoxhsdfiwhfhshfimage/ico_home_08.png');
}

/* .nav-list .zwgk:hover,
.nav-list .zwgk.selected {
  background-image: url('../sdubeuadoxhsdfiwhfhshfimage/未标题-1_37.png');
} */
.nav-list .dzly .ico {
  background-image: url('../sdubeuadoxhsdfiwhfhshfimage/ico_home_09.png');
}

/* .nav-list .dzly:hover,
.nav-list .dzly.selected {
  background-image: url('../sdubeuadoxhsdfiwhfhshfimage/未标题-1_38.png');
} */






.page-list {
  position: absolute;
  top: 115px;
  bottom: 90px;
  left: 0;
  right: 0;
}

.page-list>li {
  position: absolute;
  top: 0;

  left: 0;

  width: 100%;
  height: 100%;
  text-align: center;

  z-index: -1;

  opacity: 0;

}

.page-list>li.selected {

  z-index: 1;

  opacity: 1;
}

.page-list>li.slideright {
  animation: slideright .5s 1 forwards;
}

.page-list>li.slideleft {
  animation: slideleft .5s 1 forwards;
}

.page-list>li.selected.change {
  z-index: 1;
  opacity: 1;
}


@keyframes slideright {
  from {
    left: 100%;
    opacity: 0;
    z-index: 2;
    transform: scale(0);
  }

  to {
    left: 0;
    opacity: 1;
    z-index: 2;
    transform: scale(1);
  }
}

@keyframes slideleft {
  from {
    left: -100%;
    opacity: 0;
    z-index: 2;
    transform: scale(0);
  }

  to {
    left: 0;
    opacity: 1;
    z-index: 2;
    transform: scale(1);
  }
}

.page-list>li:after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.page-section {
  display: inline-block;
  vertical-align: middle;
  width: 1052px;
  height: 484px;
  background: #fff;
  padding: 0 32px;
  text-align: left;
}

.page-section>.head {
  border-bottom: 1px solid #bfbfbf;
  padding-top: 11px;
  padding-bottom: 6px;
}

.page-section>.head img {
  display: block;
  height: 35px;
}

.page-section>.content {
  margin-top: 28px;
  height: 373px;
  position: relative;
}



.page-section.home {
  background: rgba(300, 300, 300, 0.8);
  width: 1055px;
  height: 200px;
  padding: 30px 67px;
  box-sizing: border-box;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -528px;
  margin-top: -100px;
}

.page-section.home .form-wrapper {
  width: 100%;
}

.form-tabs li {
  width: 133px;
  margin-right: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  background-color: #73706E;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
}

.form-tabs li.selected {
  background: #235ED1;
}

.page-section.home .form-list {
  padding-top: 15px;
}

.page-section.home .form-list li {
  display: none;
}

.page-section.home .form-list li.selected {
  display: block;
}

.page-section.home form .search {
  overflow: hidden;
  font-size: 0;
}

.page-section.home form .search input {
  height: 45px;
  font-size: 12px;
  padding-left: 12px;
  padding-right: 12px;
  width: 844px;
  border: 1px solid #015293;
  border-radius: 5px 0px 0px 5px;
}

.page-section.home form .search button {
  width: 74px;
  height: 45px;
  background: #015293;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  border: none;
  border-radius: 0px 5px 5px 0px;
}
.page-section.home form .lab-list{
  padding-top: 15px;
}
.page-section.home .notice-msg{
  padding-top: 20px;
  padding-left: 23px;
  font-size: 14px;
  line-height: 20px;
  background: url('../sdubeuadoxhsdfiwhfhshfimage/ico_home_notice.png') no-repeat left 20px;
  background-size: 17px auto;
}

.page-section.home form .login {
  border: 1px solid #7e7e7e;
  border-radius: 5px;
  height: 36px;
  overflow: hidden;
  font-size: 0;
}

.page-section.home form .login label {
  font-size: 14px;
  padding-left: 2px;
  margin-left: 20px;
}

.page-section.home form .login input {
  height: 100%;
  width: 150px;
  vertical-align: baseline;
  margin: 0;
  background: none;
  border: none;
  outline: none;
}

.page-section.home form .login button {
  width: 60px;
  height: 100%;
  background: #015293;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  border: none;
}

.page-section.home form label {
  font-size: 12px;
  line-height: 28px;
}

.page-section.home form label input {
  vertical-align: -2px;
  margin-left: 17px;
  margin-right: 5px;
}

.zyss-nav {
  margin-top: 72px;
  font-size: 0;
}

.zyss-nav li {
  display: inline-block;
  width: 50px;
  height: 146px;
  margin-left: 12px;
  background: #154675;
  color: #FFFFFF;
}

.zyss-nav li:hover {
  background: #b20000;
}

.zyss-nav a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 45px 18px 13px 18px;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  background-repeat: no-repeat;
  background-position: center top 19px;
}

/*.zyss-nav a:hover {
color:#FF0000}*/




.zyss-nav .rgxz a {
  background-image: url('../sdubeuadoxhsdfiwhfhshfimage/首页_38.png');
}

.zyss-nav .kgsj a {
  background-image: url('../sdubeuadoxhsdfiwhfhshfimage/首页_40.png');
}

.zyss-nav .bzzn a {
  background-image: url('../sdubeuadoxhsdfiwhfhshfimage/首页_42.png');
}

.zyss-nav .jtzn a {
  background-image: url('../sdubeuadoxhsdfiwhfhshfimage/首页_35.png');
}

.zyss-nav .yybz a {
  background-image: url('../sdubeuadoxhsdfiwhfhshfimage/首页_45.png');
}


.bgkk-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 556px;
}

.bgkk-content p {
  font-size: 14px;
  line-height: 40px;
  color: #333;
}

.bgkk-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 0;
}

.bgkk-nav a {
  display: inline-block;
  width: 90px;
  text-align: center;
  padding-top: 58px;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
  background-position: center top 9px;
  background-repeat: no-repeat;
  background-color: #999;
}

.bgkk-nav a+a {
  margin-left: 6px;
}


.bgkk-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 397px;
}

.bgkk-image img {
  position: absolute;
  display: block;
}

.bgkk-image .img1 {
  top: 0;
  right: 0;
  z-index: 2;
}

.bgkk-image .img2 {
  left: 0;
  bottom: 0;
}



.page-section.xwdt>.content img {
  display: block;
  width: 476px;
  height: 373px;
}

.xwdt-content {
  height: 100%;
  margin-left: 492px;
  border-left: 1px solid #bfbfbf;
  padding-left: 16px;
}

.xwdt-head {
  border-bottom: 2px solid #154675;
  height: 35px;
}

.xwdt-tabs li {
  padding: 0 9px;
  font-size: 17px;
  line-height: 35px;
  color: #000;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.xwdt-tabs li.selected {
  color: #fff;
  background: #154675;
}

.xwdt-head .more {
  font-size: 12px;
  line-height: 25px;
}

.xwdt-list>li {
  /* display: none; */
}

.xwdt-list>li.selected {
  display: block;
}

.xwdt-news-list li {
  border-bottom: 1px dashed #a1a1a1;
  color: #333;
  font-size: 14px;
  line-height: 38px;
  margin-top: 4px;
}

.xwdt-news-list li a:hover {
  text-decoration: underline;
}
.xwdt-list .more{
  margin-top: 6px;
}
.xwdt-list .more a{
  color: #147AC1;
  display: inline-block;
  font-size: 14px;
}


.dzzn-content {
  width: 650px;
  color: #333;
  font-size: 14px;
  line-height: 42px;
  border-right: 1px solid #bfbfbf;
}

.dzzn-nav {
  margin: 0 -24px -17px 698px;
  width: 310px;
}

.dzzn-nav a {
  display: block;
  width: 131px;
  padding-top: 51px;
  line-height: 62px;
  font-size: 16px;
  margin-right: 24px;
  margin-bottom: 17px;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center top 25%;
  background-color: #999;
}



.dzhd-nav {
  margin: 0 -24px -17px 0;
  width: 310px;
}

.dzhd-nav a {
  display: block;
  width: 131px;
  padding-top: 51px;
  line-height: 62px;
  font-size: 16px;
  margin-right: 24px;
  margin-bottom: 17px;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center top 25%;
  background-color: #999;
}

.dzhd-list {
  margin-left: 335px;
  border-left: 1px solid #bfbfbf;
  padding-left: 19px;
}

.dzhd-list li {
  border-bottom: 1px dashed #a1a1a1;
  color: #333;
  font-size: 14px;
  line-height: 36px;
  margin-top: 5px;
}

.dzhd-list li a:hover {
  text-decoration: underline;
}



.ydtj-tabs {
  text-align: center;
}

.ydtj-tabs li {
  display: inline-block;
  padding: 0 14px;
  margin: 0 23px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 36px;
  color: #000;
  cursor: pointer;
}

.ydtj-tabs li:hover,
.ydtj-tabs li.selected {
  color: #fff;
  background: #154675;
}

.ydtj-list {
  margin-top: 52px;
  width: 100%;
  overflow: auto;
  white-space: nowrap;
  font-size: 0;
}

.ydtj-list li {
  display: inline-block;
  width: 152px;
}

.ydtj-list li+li {
  margin-left: 14px;
}

.ydtj-list a {
  display: block;
  width: 100%;
}

.ydtj-list a:hover {
  text-decoration: underline;
}

.ydtj-list img {
  display: block;
  width: 100%;
  height: 188px;
}

.ydtj-list .name {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}



.sztj-tabs {
  text-align: center;
}

.sztj-tabs li {
  display: inline-block;
  padding: 0 14px;
  margin: 0 23px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 36px;
  color: #000;
  cursor: pointer;
}

.sztj-tabs li:hover,
.sztj-tabs li.selected {
  color: #fff;
  background: #154675;
}

.sztj-list {
  margin-top: 52px;
  width: 100%;
  overflow: auto;
  white-space: nowrap;
  font-size: 0;
}

.sztj-list li {
  display: inline-block;
  width: 152px;
}

.sztj-list li+li {
  margin-left: 14px;
}

.sztj-list a {
  display: block;
  width: 100%;
}

.sztj-list a:hover {
  text-decoration: underline;
}

.sztj-list img {
  display: block;
  width: 100%;
  height: 188px;
}

.sztj-list .name {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.zwgk-nav {
  margin: 0 -24px -17px 0;
  width: 310px;
}

.zwgk-nav a {
  display: block;
  width: 131px;
  padding: 62px 5px 0;
  line-height: 20px;
  min-height: 112px;
  font-size: 16px;
  margin-right: 24px;
  margin-bottom: 17px;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center top 25%;
  background-color: #999;
}

.zwgk-list {
  margin-left: 335px;
  border-left: 1px solid #bfbfbf;
  padding-left: 19px;
}

.zwgk-list li {
  border-bottom: 1px dashed #a1a1a1;
  color: #333;
  font-size: 14px;
  line-height: 36px;
  margin-top: 5px;
}

.zwgk-list li a:hover {
  text-decoration: underline;
}




.dzly-content {
  width: 890px;
  margin: 0 auto;
}

.dzly-tabs {
  font-size: 0;
  text-align: right;
}

.dzly-tabs li {
  cursor: pointer;
  display: inline-block;
  width: 112px;
  text-align: center;
  color: #fff;
  font-size: 19px;
  line-height: 35px;
  background: #009966;
}

.dzly-tabs li.selected {
  background: #91baff;
}

.dzly-list {
  margin-top: 28px;
}

.dzly-list li {
  border: 1px solid #7e7e7e;
  margin-bottom: 19px;
  background: #fffcf7;
}

.dzly-list .head {
  background: #c8dcfd;
  font-size: 13px;
  line-height: 25px;
  color: #333;
  border-bottom: 1px solid #7e7e7e;
}

.dzly-list .head .name {
  width: 124px;
  margin-left: 9px;
}

.dzly-list .question {
  margin: 4px 10px 0;
  font-size: 12px;
  line-height: 22px;
  color: #333;
}

.dzly-list .anwser {
  margin: 0 10px 5px;
  font-size: 12px;
  line-height: 22px;
  color: #996633;
}

.dzly-list .anwser a {
  color: #009966;
}

.dzly-list .anwser a:hover {
  text-decoration: underline;
}


#contenr {
  width: 475px;
  margin: auto;
  float: left
}

.contenr1 {
  width: 475px;
  height: 373px;
  background: #FFFFFF;
}

.contenr1 img {
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  width: 475px;
  height: 373px;
  color: #FFFFFF
}

.yx-rotaion {
  width: 475px;
  height: 373px;
  overflow: hidden;
  float: left;
  color: #FFFFFF
}

.yx-rotaion-btn,
.yx-rotaion-title,
.yx-rotation-focus,
.yx-rotation-t,
.yx-rotaion-btn {
  position: absolute
}

.yx-rotation-title {
  position: absolute;
  width: 100%;
  margin-left: 0px;
  height: 40px;
  line-height: 40px;
  background: #000;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  left: 0;
  bottom: 0;
  _bottom: -1px;
  z-index: 1;
  color: #FFFFFF
}

.yx-rotation-t {
  color: #fff;
  font-size: 16px;
  font-family: microsoft yahei;
  z-index: 2;
  bottom: 0;
  left: 15px;
  line-height: 40px
}

.yx-rotation-focus span,
.yx-rotaion-btn span {
  background: url(../sdubeuadoxhsdfiwhfhshfimage/ico.png) no-repeat;
  display: block;
  color: #FFFFFF
}

.yx-rotation-focus {
  height: 40px;
  line-height: 40px;
  right: 20px;
  bottom: 0;
  z-index: 2;
  color: #FFFFFF
}

.yx-rotation-focus span {
  width: 12px;
  height: 12px;
  line-height: 12px;
  float: left;
  margin-left: 5px;
  position: relative;
  top: 14px;
  cursor: pointer;
  background-position: -24px -126px;
  text-indent: -9999px;
  color: #FFFFFF
}

.yx-rotaion-btn {
  width: 100%;
  height: 41px;
  top: 50%;
  margin-top: -20px;
  display: none;
}

.yx-rotaion-btn span {
  width: 41px;
  height: 41px;
  cursor: pointer;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  position: relative
}

.yx-rotaion-btn .left_btn {
  background-position: -2px -2px;
  float: left;
  left: 10px;
  display: none
}

.yx-rotaion-btn .right_btn {
  background-position: -2px -49px;
  float: right;
  right: 10px;
  display: none
}

.yx-rotaion-btn span.hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  color: #FFFFFF
}

.yx-rotation-focus span.hover {
  background-position: -10px -126px;
  color: #FFFFFF
}

.rotaion_list {
  width: 0;
  height: 0;
  overflow: hidden;
  color: #FFFFFF
}

.yaow {
  width: 475px;
  height: 373px;
  float: right;
  margin-top: 10px;
}