﻿a {
  color: #555;
}

.mouse-in {
  color: #f01414;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

/*首页*/
.banner {
  position: relative;
  text-align: center;
  overflow: hidden;
  height: 423px;
  /* min-width: 1200px; */
  width: 100%;
}

.banner #swiper {
  height: 423px;
}

.banner #swiper .swiper-slide {
  background-position: center;
  background-size: cover;
}

.banner #swiper .swiper-slide:nth-child(1) {
  background-image: url("../images/1.jpg");
}

.banner #swiper .swiper-slide:nth-child(2) {
  background-image: url("../images/2.jpg");
}

.banner #swiper .swiper-slide:nth-child(3) {
  background-image: url("../images/3.jpg");
}

.banner #swiper .swiper-slide:nth-child(4) {
  background-image: url("../images/4.jpg");
}

.banner #swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 423px;
}

.swiper-slide a img {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.bannerne img {
  width: 1920px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}



#banner {
  width: 100%;
  height: 423px;
  position: relative;
  /* margin: 80px 0; */
}

#banner img {
  width: 100%;
  height: 423px;
}

#banner #play {
  width: 100%;
  height: 535px;
  list-style: none;
  position: absolute;
  top: 0px;
  left: 0px;
}

#banner #play li {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

#banner #play li img {
  float: left;
  width: 100%;
}

#button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  list-style: none;
}

#button li {
  margin-left: 10px;
  float: left;
}

#button li div {
  width: 12px;
  height: 12px;
  background: #dddddd;
  border-radius: 6px;
  cursor: pointer;
}

#prev {
  width: 40px;
  height: 63px;
  background: url(../images/beijing.png) 0px 0px;
  position: absolute;
  top: 170px;
  left: 10px;
  z-index: 1000;
}

#next {
  width: 40px;
  height: 63px;
  background: url(../images/beijing.png) -40px 0px;
  position: absolute;
  top: 170px;
  right: 10px;
  z-index: 1000;
}

#prev:hover {
  background: url(../images/beijing.png) 0px -62px;
}

#next:hover {
  background: url(../images/beijing.png) -40px -62px;
}

.date-table {
  position: relative;
  word-wrap: break-word;
  margin-bottom: 2px;
  float: left;
  width: 380px;
}

.pagebox {
  font-size: 12px;
  color: #212121;
  float: right;
}

.pagebox label {
  float: left;
  line-height: 20px;
}

.up {
  width: 70px;
  height: 22px;
  color: #fff;
  display: block;
  background-color: #f01414;
  border: none;
  border-radius: 4px;
  float: left;
  margin-left: 12px;
}

.down {
  width: 70px;
  height: 22px;
  color: #fff;
  display: block;
  background-color: #f01414;
  border: none;
  border-radius: 4px;
  float: left;
  margin-left: 12px;
}

.xiala {
  height: 22px;
  float: left;
  margin-left: 10px;
}

.inx-classification {
  width: 210px;
  height: 0px;
  margin: auto;
  position: relative;
  /* top: -560px; */
  top: -423px;
  left: -496px;
}

.inx-classification ul {
  width: 210px;
  /* height: 470px; */
  height: 424px;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
}

.inx-classification ul>li {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 52px;
  /* border-bottom: 1px rgb(213, 213, 213) dashed; */
  cursor: pointer;
  position: relative;
}

.inx-classification ul>.active {
  background: linear-gradient(to right, #0087fa, #03c1fa);
  /* color: #3a5f84; */
}

.inx-classification ul>.active .ification-item {
  display: block;
}

.ification>p {
  line-height: 56px;
  background-color: #048ffc;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  color: #fff;
}

.inx-classification>.ification {
  width: 210px;
  margin: auto;
}

.ification-item {
  width: 483px;
  position: absolute;
  top: -80px;
  left: 230px;
  background-color: #fff;
  border: 2px #048ffc solid;
  border-radius: 5px;
  z-index: 10;
  padding: 20px;
  text-align: left;
  display: none;
}

.ification-item>h6 {
  color: #048ffc;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
}

.subclass>h4 {
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  font-weight: bold;
  background-color: #048ffc;
  border-top-left-radius: 15px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.subclass>span {
  padding: 6px;
  color: #535353;
  font-size: 14px;
  position: relative;
}

.subclass>span::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: #c8c8c8;
  right: -3px;
  bottom: 6px;
}

.subclass>span:last-child::before {
  content: '';
  width: 0;
}

.civilServantContent>.img {
  width: 245px;
  height: 400px;
  background-color: #a39ee1;
  margin-top: 15px;
}

.ReferenceMaterialsbox {
  width: 959px;
  /* border-top: 1px #eaeaea solid; */
  padding: 14px 0px 14px 14px;
}

.ReferenceMaterials .title {
  font-size: 18px;
  font-weight: bold;
  margin-right: 20px;
  color: #464646
}

.ReferenceMaterials {
  width: 515px;
  padding: 0 10px;
}

.ReferenceMaterials .lks {
  line-height: 20px;
}

.ReferenceMaterials .lks>a {
  font-size: 14px;
  font-weight: bold;
  color: #717171;
  margin: 0px 10px;
  text-decoration: none;
  position: relative;
}

.ReferenceMaterials .lks>.curtap::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #048ffc;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 10;
}

.ReferenceMaterials .list {
  height: 170px;
  position: relative;
}

.list>ul {
  width: 100%;
  height: 170px;
  padding: 5px 0;
}

.ReferenceMaterials .list>i {
  width: 1px;
  height: 80%;
  background-color: #d6d6d6;
  margin: 18px 0px;
  position: relative;
}


.ReferenceMaterials .list>ul a {
  font-size: 14px;
  color: #717171;
  cursor: pointer;
  line-height: 32px;
  /* font-weight: 600; */
}

.ReferenceMaterials .list>ul a:hover {
  color: #048ffc;
  text-decoration: underline;
}

.ReferenceMaterials .top {
  margin-bottom: 48px;
}

.questionBankbox {
  margin-bottom: 30px;
}

.questionBank>img {
  width: 160px;
  height: 100px;
  cursor: pointer;
}

.questionBank:hover img {
  transform: scale(1.02);
}

.questionBank>p {
  display: inline-block;
  font-size: 12px;
  width: 160px;
  margin: 5px;
  /* font-weight: 600; */
  color: #717171;
}

.questionBankbox {
  margin-top: 8px;
}

.civilServantContent-right>.item {
  padding: 14px;
  width: 364px;
  height: 195px;
  border: 1px #eaeaea solid;
  box-shadow: 2px #909090;
  background-color: #fff;
  border-radius: 10px;
}

.civilServantContent-right>.item>div {
  margin-bottom: 5px;
}

.civilServantContent-right>.item:first-child {
  margin: 0 0 13px 0;
}

.civilServantContent-right>.item:hover {
  box-shadow: 2px 2px 10px #909090;
}

.civilServantContent-right>.item h4 {
  font-size: 18px;
  font-weight: 600;
}

.civilServantContent-right>.item>ul>li {
  padding: 8px 0;
}

.civilServantContent-right>.item>ul i {
  display: inline-block;
  font-size: 14px;
  padding: 1px 5px;
  text-align: center;
  background-color: #dadada;
  color: #fff;
  margin-right: 4px;
}

.civilServantContent-right>.item>ul>li:nth-child(1) i {
  background-color: #66a4fe;
}

.civilServantContent-right>.item>ul>li:nth-child(2) i {
  background-color: #65c6fd;
}

.civilServantContent-right>.item>ul .Bluelabel {
  display: inline-block;
  color: #0eb7d8;
  font-size: 12px;
  background-color: #bff4ff;
  padding: 2px;
  margin-right: 10px;
  font-weight: 600;
}

.civilServantContent-right>.item>ul a {
  font-size: 14px;
  color: #717171;
}

.civilServantContent-right>.item>ul a:hover {
  color: #048ffc;
  text-decoration: underline;
  cursor: pointer;
}

.Headline {
  font-size: 22px;
  padding: 40px 0 10px 0;
  border-bottom: 1px #d6d6d6 solid;
}

.inx-everyProvince {
  background-color: #f0f0f0;
}

.siderBar {
  position: fixed;
  top: calc(50vh - 400px);
  left: calc(50% - 710px);
}

.siderBar .menu>ul {
  border-radius: 10px;
  overflow: hidden;
}

.siderBar .menu>ul>li {
  width: 68px;
  padding: 8px 10px;
  background-color: #c1c1c1;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border-bottom: 1px #8b8b8b solid;
  cursor: pointer;
}

.siderBar .menu>ul .cur {
  background-color: #048ffc;
}

.kf-box .grp {
  /* border-bottom: 1px solid #3c3c3c; */
  background: #1f6496;
  border-radius: 10px;

  margin: 6px 0;

}

.kf-box .icon {
  display: block;
  height: 58px;
}

.kf-box {
  position: fixed;
  right: 10px;
  bottom: 10%;
  z-index: 100;
  width: 58px;
  /* border: 1px solid #3c3c3c; */
  border-right: none;
}

.kf-box .tel {
  background: url(../images/ky/电话.png) no-repeat center;
  background-size: 45px;
}

.kf-box .vx {
  background: url(../images/ky/二维码.png) no-repeat center;
  background-size: 45px;
}

.kf-box .gotop {
  background: url(../images/ky/回顶部.png) no-repeat center;
  background-size: 45px;
}

.kf-box .icon:hover {
  /* background-color: #ff9800; */
}

/* .kf-box .tel:hover {
  background-image: url(../img/newimages/kf_01-1.png);
}

.kf-box .vx:hover {
  background-image: url(../img/newimages/kf_02-1.png);
}

.kf-box .gotop:hover {
  background-image: url(../img/newimages/kf_03-1.png);
} */

.phoneid,
.weixinid {
  background: #fff;
  position: fixed;
  right: 70px;
  bottom: 10.7%;
  z-index: 100;
  width: 180px;
  border-radius: 10px;
  /* border: 1px solid #3c3c3c; */
  padding: 20px;
  text-align: center;
  box-shadow: 0 7px 10px rgba(4, 0, 0, 0.16);
}

.weixinid {
  bottom: 10%;
}

.kf-box .grp:first-child .icon {
  border-radius: 10px 0 0 0;
}

.kf-box .grp:last-child {
  border-bottom: none;
}

.kf-box .grp:last-child .icon {
  border-radius: 0 0 0 10px;
}

.foot {
  background: #68738f;
  padding: 50px 0;
}

.copyright {
  padding: 10px 0 20px;
  text-align: center;
  color: #797c82;
  font-size: 14px;
  background-color: #2f3741;
  letter-spacing: 2px;
}

.copyright>p {
  padding: 16px 0;
  font-family: "PingFang Bold";
}

.copyright>p>a {
  color: #797c82;
  text-decoration: none;
}

.copyright .imgGA {
  vertical-align: middle;
  width: 23px;
  height: 23px;
}