.txtEllipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 初始化CSS  重置浏览器样式*/
* {
  box-sizing: border-box;
}
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
ul,
ol,
li {
  list-style: none;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
body {
  font-size: 16px;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
a {
  color: #333333;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 16px;
}
a:hover {
  text-decoration: none;
  color: #ffeb65;
}
img {
  width: 100%;
  height: 100%;
}
.wrap {
  width: 1200px;
  position: relative;
  margin: 0 auto;
  height: 100%;
}
.index {
  background: url(../images/body_bg.jpg) no-repeat center top #ff7446;
}
.topPhoto {
  height: 705px;
}
.rmsjBox {
  height: 550px;
}
.rmsjBox .title {
  background: url(../images/title_rmsj.png) no-repeat;
  width: 292px;
  height: 102px;
  text-indent: -1978px;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}
.rmsjBox .line {
  width: 100%;
  height: 4px;
  background-color: #996257;
  border: solid 1px #000;
  margin-top: 60px;
}
.rmsjBox .rmsjSwiper {
  width: 1060px;
  height: 430px;
  padding-top: 55px;
  position: absolute;
  left: 50%;
  top: 120px;
  margin-left: -530px;
  z-index: 9;
}
.rmsjBox .rmsjSwiper .swiper-slide {
  width: 330px;
}
.rmsjBox .rmsjSwiper .swiper-slide a {
  display: block;
  position: relative;
}
.rmsjBox .rmsjSwiper .swiper-slide a::before {
  content: '';
  background: url(../images/icon_clamp.png) no-repeat;
  width: 63px;
  height: 63px;
  position: absolute;
  left: 20px;
  top: -55px;
  z-index: 9;
}
.rmsjBox .rmsjSwiper .swiper-slide a::after {
  content: '';
  background: url(../images/icon_clamp.png) no-repeat;
  width: 63px;
  height: 63px;
  position: absolute;
  right: 20px;
  top: -55px;
  z-index: 9;
}
.rmsjBox .rmsjSwiper .swiper-slide a .pic {
  width: 330px;
  height: 200px;
  overflow: hidden;
}
.rmsjBox .rmsjSwiper .swiper-slide a .txtCon {
  width: 330px;
  height: 170px;
  background-color: #eedbbb;
  border: solid 1px #000;
  border-top: none;
  overflow: hidden;
  position: relative;
}
.rmsjBox .rmsjSwiper .swiper-slide a .txtCon .type {
  height: 30px;
  line-height: 30px;
  background-color: #f91659;
  padding: 0 20px;
  color: #FFF;
  margin-top: 15px;
  display: inline-block;
}
.rmsjBox .rmsjSwiper .swiper-slide a .txtCon .tit {
  color: #333;
  line-height: 1;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 15px;
}
.rmsjBox .rmsjSwiper .swiper-slide a .txtCon .case {
  color: #f91659;
  line-height: 1;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 15px;
}
.rmsjBox .rmsjSwiper .swiper-slide a .txtCon .date {
  color: #555;
  line-height: 1;
  padding-left: 20px;
  position: absolute;
  left: 0;
  bottom: 15px;
  z-index: 9;
}
.rmsjBox .prev-rmsj {
  background: url(../images/left_arrow_active.png) no-repeat;
  width: 50px;
  height: 59px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: 70px;
  z-index: 9;
  cursor: pointer;
}
.rmsjBox .prev-rmsj.swiper-button-disabled {
  background: url(../images/left_arrow.png) no-repeat;
}
.rmsjBox .next-rmsj {
  background: url(../images/right_arrow_active.png) no-repeat;
  width: 50px;
  height: 59px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 70px;
  z-index: 9;
  cursor: pointer;
}
.rmsjBox .next-rmsj.swiper-button-disabled {
  background: url(../images/right_arrow.png) no-repeat;
}
.identity {
  height: 80px;
  margin-top: 118px;
}
.identity .wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.identity .wrap .iam {
  width: 75px;
  height: 35px;
}
.identity .wrap .item {
  display: block;
  width: 300px;
  height: 80px;
  background-color: #eedbbb;
  border: solid 5px #ffa517;
  border-radius: 40px;
  position: relative;
}
.identity .wrap .item .txt {
  text-indent: -1978px;
  overflow: hidden;
  margin: 25px 0 0 35px;
}
.identity .wrap .item .icon {
  position: absolute;
  bottom: 0;
  z-index: 9;
}
.identity .wrap .item:nth-of-type(1) .txt {
  background: url(../images/text_xxs.png) no-repeat;
  width: 90px;
  height: 22px;
}
.identity .wrap .item:nth-of-type(1) .icon {
  width: 142px;
  height: 148px;
  right: 20px;
}
.identity .wrap .item:nth-of-type(2) .txt {
  background: url(../images/text_cyz.png) no-repeat;
  width: 68px;
  height: 22px;
}
.identity .wrap .item:nth-of-type(2) .icon {
  width: 106px;
  height: 144px;
  right: 55px;
}
.identity .wrap .item:nth-of-type(3) .txt {
  background: url(../images/text_jyz.png) no-repeat;
  width: 68px;
  height: 22px;
}
.identity .wrap .item:nth-of-type(3) .icon {
  width: 92px;
  height: 143px;
  right: 50px;
}
.identity .wrap .item:hover {
  background-color: #ffa517;
  border-color: #eedbbb;
}
.identity .wrap .item:nth-of-type(1):hover .txt {
  background: url(../images/text_xxs_white.png) no-repeat;
}
.identity .wrap .item:nth-of-type(2):hover .txt {
  background: url(../images/text_cyz_white.png) no-repeat;
}
.identity .wrap .item:nth-of-type(3):hover .txt {
  background: url(../images/text_jyz_white.png) no-repeat;
}
.zcpBox .intro .title {
  background: url(../images/title_zcp.png) no-repeat;
  width: 453px;
  height: 102px;
  text-indent: -1978px;
  overflow: hidden;
  display: block;
  margin: 50px auto 0;
}
.zcpBox .intro .txtCon {
  padding: 20px 30px;
  background-color: #eedbbb;
  border: solid 13px #ffa517;
  position: relative;
  margin-top: 70px;
}
.zcpBox .intro .txtCon .subTit {
  background: url(../images/bg_title.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 248px;
  height: 61px;
  position: absolute;
  left: -13px;
  top: -40px;
  z-index: 9;
}
.zcpBox .intro .txtCon .subTit .icon {
  background: url(../images/icon_title.png) no-repeat;
  width: 34px;
  height: 35px;
  margin-right: 10px;
  transition: 0.5s all;
  display: none;
}
.zcpBox .intro .txtCon .subTit span {
  display: block;
  width: 174px;
  height: 22px;
  background: url(../images/title_zcp_sub01.png) no-repeat;
  text-indent: -1978px;
  overflow: hidden;
  transition: 0.5s all;
}
.zcpBox .intro .txtCon .subTit:hover .icon {
  display: block;
}
.zcpBox .intro .txtCon .desc {
  text-indent: 2em;
  line-height: 2;
  margin-top: 10px;
  text-align: justify;
}
.zcpBox .intro .txtCon .list {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.zcpBox .intro .txtCon .list .item {
  display: block;
  width: 270px;
  height: 160px;
  overflow: hidden;
  position: relative;
}
.zcpBox .intro .txtCon .list .item .pic {
  width: 100%;
  height: 100%;
}
.zcpBox .intro .txtCon .list .item .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: #000;
  opacity: 0.5;
  display: none;
}
.zcpBox .intro .txtCon .list .item .icon {
  background: url(../images/icon_full.png) no-repeat;
  width: 45px;
  height: 44px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  margin: -22px 0 0 -22.5px;
  display: none;
}
.zcpBox .intro .txtCon .list .item:hover .mask {
  display: block;
}
.zcpBox .intro .txtCon .list .item:hover .icon {
  display: block;
}
.zcpBox .zcwj {
  padding: 20px 30px;
  background-color: #eedbbb;
  border: solid 13px #ffa517;
  position: relative;
  margin-top: 70px;
}
.zcpBox .zcwj .subTit {
  background: url(../images/bg_title.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 463px;
  height: 61px;
  position: absolute;
  left: -13px;
  top: -40px;
  z-index: 9;
}
.zcpBox .zcwj .subTit .icon {
  background: url(../images/icon_title.png) no-repeat;
  width: 34px;
  height: 35px;
  margin-right: 10px;
  transition: 0.5s all;
  display: none;
}
.zcpBox .zcwj .subTit span {
  display: block;
  width: 367px;
  height: 22px;
  background: url(../images/title_zcp_sub02.png) no-repeat;
  text-indent: -1978px;
  overflow: hidden;
  transition: 0.5s all;
}
.zcpBox .zcwj .subTit:hover .icon {
  display: block;
}
.zcpBox .zcwj .zcwjSwiper {
  margin-top: 20px;
}
.zcpBox .zcwj .zcwjSwiper .swiper-slide a {
  display: flex;
  justify-content: space-between;
}
.zcpBox .zcwj .zcwjSwiper .swiper-slide a:hover {
  color: #ff7446;
}
.zcpBox .zcwj .zcwjSwiper .swiper-slide a .pic {
  width: 550px;
  height: 310px;
}
.zcpBox .zcwj .zcwjSwiper .swiper-slide a .txtCon {
  width: 530px;
  height: 310px;
  overflow: hidden;
}
.zcpBox .zcwj .zcwjSwiper .swiper-slide a .txtCon .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 18px;
}
.zcpBox .zcwj .zcwjSwiper .swiper-slide a .txtCon .date {
  color: #666;
  line-height: 1;
  margin-top: 20px;
}
.zcpBox .zcwj .zcwjSwiper .swiper-slide a .txtCon .type {
  display: inline-block;
  padding: 0 20px;
  background-color: #f91659;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  margin-top: 40px;
  border-radius: 5px;
}
.zcpBox .zcwj .zcwjSwiper .swiper-slide a .txtCon .case {
  color: #f91659;
  line-height: 1;
  margin-top: 20px;
}
.zcpBox .zcwj .zcwjSwiper .prev-zcwj {
  background: url(../images/left_arrow_active.png) no-repeat;
  width: 50px;
  height: 59px;
  position: absolute;
  right: 70px;
  bottom: 0;
  z-index: 9;
  cursor: pointer;
}
.zcpBox .zcwj .zcwjSwiper .prev-zcwj.swiper-button-disabled {
  background: url(../images/left_arrow.png) no-repeat;
}
.zcpBox .zcwj .zcwjSwiper .next-zcwj {
  background: url(../images/right_arrow_active.png) no-repeat;
  width: 50px;
  height: 59px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  cursor: pointer;
}
.zcpBox .zcwj .zcwjSwiper .next-zcwj.swiper-button-disabled {
  background: url(../images/right_arrow.png) no-repeat;
}
.showFull {
  display: none;
}
.showFull .mask {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
.showFull .pic {
  width: 80%;
  position: absolute;
  left: 10%;
  top: 100px;
  z-index: 9999;
}
.showFull .pic img {
  width: 100%;
  height: auto;
}
.xypBox .title {
  background: url(../images/title_xyp.png) no-repeat;
  width: 473px;
  height: 102px;
  text-indent: -1978px;
  overflow: hidden;
  display: block;
  margin: 50px auto 0;
}
.xypBox .txtCon {
  padding: 20px 30px;
  background-color: #eedbbb;
  border: solid 13px #ffa517;
  position: relative;
  margin-top: 70px;
}
.xypBox .txtCon .subTit {
  background: url(../images/bg_title.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 324px;
  height: 61px;
  position: absolute;
  left: -13px;
  top: -40px;
  z-index: 9;
}
.xypBox .txtCon .subTit .icon {
  background: url(../images/icon_title.png) no-repeat;
  width: 34px;
  height: 35px;
  margin-right: 10px;
  transition: 0.5s all;
  display: none;
}
.xypBox .txtCon .subTit span {
  display: block;
  width: 214px;
  height: 24px;
  background: url(../images/title_xyp_sub01.png) no-repeat;
  text-indent: -1978px;
  overflow: hidden;
  transition: 0.5s all;
}
.xypBox .txtCon .subTit:hover .icon {
  display: block;
}
.xypBox .txtCon .list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.xypBox .txtCon .list .item {
  display: block;
  position: relative;
}
.xypBox .txtCon .list .item .pic {
  width: 340px;
  height: 190px;
}
.xypBox .txtCon .list .item .tit {
  font-size: 18px;
  line-height: 1;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
}
.xypBox .txtCon .list .item .desc {
  text-align: center;
  color: #666;
  line-height: 1;
  margin-top: 10px;
}
.xypBox .txtCon .list .item .type {
  padding: 0 15px;
  background-color: #db8e15;
  color: #FFF;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 140px;
  z-index: 9;
}
.hdxqBox {
  background: url(../images/bg_map.jpg) no-repeat 5px -41px;
  min-height: 942px;
  width: 100%;
  max-width: 1920px;
  margin: 50px auto 0;
}
.hdxqBox .titleBox {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.hdxqBox .titleBox .subTit {
  background: url(../images/bg_title.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 430px;
  height: 61px;
}
.hdxqBox .titleBox .subTit .icon {
  background: url(../images/icon_title.png) no-repeat;
  width: 34px;
  height: 35px;
  margin-right: 10px;
  transition: 0.5s all;
  display: none;
}
.hdxqBox .titleBox .subTit span {
  display: block;
  width: 329px;
  height: 24px;
  background: url(../images/title_xyp_sub02.png) no-repeat;
  text-indent: -1978px;
  overflow: hidden;
  transition: 0.5s all;
}
.hdxqBox .titleBox .subTit:hover .icon {
  display: block;
}
.hdxqBox .titleBox .searchBox {
  width: 440px;
}
.hdxqBox .titleBox .searchBox form {
  width: 100%;
  height: 60px;
  background-color: #ffa517;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4px;
}
.hdxqBox .titleBox .searchBox form .txtInput {
  width: 378px;
  height: 52px;
  border-radius: 10px;
  background-color: #FFF;
  padding: 0 10px;
  line-height: 52px;
  border: none;
  outline: none;
}
.hdxqBox .titleBox .searchBox form .btnInput {
  width: 52px;
  height: 52px;
  background: url(../images/icon_fdj.png) no-repeat center center #ffa517;
  border: none;
  cursor: pointer;
}
.hdxqBox .titleBox .searchBox .keys {
  padding: 0 20px;
  line-height: 40px;
}
.hdxqBox .titleBox .searchBox .keys a {
  color: #FFF;
  margin-right: 10px;
}
.hdxqBox .titleBox .searchBox .keys a:hover {
  color: #ffeb65;
}
.hdxqBox .titleBox .searchBox .keys a:last-child {
  margin-right: 0;
}
.hdxqBox .areaBox {
  margin-top: 20px;
  padding: 0 15px;
}
.hdxqBox .areaBox h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #FFF;
}
.hdxqBox .areaBox h3::before {
  content: '';
  width: 5px;
  height: 18px;
  border-radius: 2px;
  background-color: #ffeb65;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}
.hdxqBox .areaBox .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.hdxqBox .areaBox .list a {
  display: block;
  width: 108px;
  height: 32px;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  border: solid 1px transparent;
}
.hdxqBox .areaBox .list a:nth-child(10n) {
  margin-right: 0;
}
.hdxqBox .areaBox .list a::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #FFF;
  opacity: 0.5;
}
.hdxqBox .areaBox .list a span {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 32px;
  color: #FFF;
  text-align: center;
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.hdxqBox .areaBox .list a:hover {
  border: solid 1px #ffeb65;
}
.hdxqBox .areaBox .list a:hover::after {
  background-color: #ff8e00;
}
.hdxqBox .areaBox .list a.active {
  border: solid 1px #ffeb65;
}
.hdxqBox .areaBox .list a.active::after {
  background-color: #ff8e00;
}
.hdxqBox .areaDetail {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.hdxqBox .areaDetail .map {
  width: 500px;
  height: 510px;
}
.hdxqBox .areaDetail .detailBox {
  width: 700px;
}
.hdxqBox .areaDetail .detailBox h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #FFF;
}
.hdxqBox .areaDetail .detailBox h4::before {
  content: '';
  width: 5px;
  height: 18px;
  border-radius: 2px;
  background-color: #ffeb65;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}
.hdxqBox .areaDetail .detailBox .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.hdxqBox .areaDetail .detailBox .list a {
  display: block;
  width: 345px;
  height: 32px;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  border: solid 1px transparent;
}
.hdxqBox .areaDetail .detailBox .list a:nth-child(2n) {
  margin-right: 0;
}
.hdxqBox .areaDetail .detailBox .list a::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #FFF;
  opacity: 0.5;
}
.hdxqBox .areaDetail .detailBox .list a span {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 32px;
  color: #FFF;
  text-align: center;
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.hdxqBox .areaDetail .detailBox .list a:hover {
  border: solid 1px #ffeb65;
}
.hdxqBox .areaDetail .detailBox .list a:hover::after {
  background-color: #ff8e00;
}
.hdxqBox .banner_jy {
  width: 1200px;
  height: 200px;
  margin: 0 auto;
  border: solid 5px #ffa517;
  border-radius: 15px;
  overflow: hidden;
}
.ydpBox {
  margin-top: 50px;
}
.ydpBox .titleBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ydpBox .titleBox .title {
  background: url(../images/title_ydp.png) no-repeat;
  width: 453px;
  height: 102px;
  text-indent: -1978px;
  overflow: hidden;
  display: block;
}
.ydpBox .titleBox .subTit {
  width: 670px;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.ydpBox .titleBox .subTit a {
  background: url(../images/bg_title.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 61px;
}
.ydpBox .titleBox .subTit a .icon {
  background: url(../images/icon_title.png) no-repeat;
  width: 34px;
  height: 35px;
  margin-right: 10px;
  transition: 0.5s all;
  display: none;
}
.ydpBox .titleBox .subTit a span {
  display: block;
  height: 22px;
  text-indent: -1978px;
  overflow: hidden;
  transition: 0.5s all;
}
.ydpBox .titleBox .subTit a:hover .icon {
  display: block;
}
.ydpBox .titleBox .subTit a:nth-of-type(1) span {
  background: url(../images/title_ydp_sub01.png) no-repeat;
  width: 91px;
}
.ydpBox .titleBox .subTit a:nth-of-type(2) span {
  background: url(../images/title_ydp_sub02.png) no-repeat;
  width: 90px;
}
.ydpBox .titleBox .subTit a:nth-of-type(3) span {
  background: url(../images/title_ydp_sub03_v2.png) no-repeat;
  width: 90px;
}
.ydpBox .swiperBox {
  margin-top: 20px;
  position: relative;
}
.ydpBox .swiperBox .bookSwiper {
  width: 1200px;
  height: 415px;
}
.ydpBox .swiperBox .bookSwiper .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.ydpBox .swiperBox .bookSwiper .swiper-slide .pic {
  width: 608px;
  height: 415px;
}
.ydpBox .swiperBox .bookSwiper .swiper-slide .txtCon {
  width: 555px;
  height: 415px;
  overflow: hidden;
}
.ydpBox .swiperBox .bookSwiper .swiper-slide .txtCon .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ydpBox .swiperBox .bookSwiper .swiper-slide .txtCon .tit a {
  font-size: 22px;
  color: #FFF;
  font-weight: 600;
}
.ydpBox .swiperBox .bookSwiper .swiper-slide .txtCon .tit a:hover {
  color: #ffeb65;
}
.ydpBox .swiperBox .bookSwiper .swiper-slide .txtCon .desc {
  color: #FFF;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.ydpBox .swiperBox .bookSwiper .prev-book {
  background: url(../images/left_arrow_active.png) no-repeat;
  width: 50px;
  height: 59px;
  position: absolute;
  right: 505px;
  bottom: 100px;
  z-index: 9;
  cursor: pointer;
}
.ydpBox .swiperBox .bookSwiper .prev-book.swiper-button-disabled {
  background: url(../images/left_arrow.png) no-repeat;
}
.ydpBox .swiperBox .bookSwiper .next-book {
  background: url(../images/right_arrow_active.png) no-repeat;
  width: 50px;
  height: 59px;
  position: absolute;
  right: 0;
  bottom: 100px;
  z-index: 9;
  cursor: pointer;
}
.ydpBox .swiperBox .bookSwiper .next-book.swiper-button-disabled {
  background: url(../images/right_arrow.png) no-repeat;
}
.ydpBox .swiperBox .bookSmallSwiper {
  width: 400px;
  height: 250px;
  position: absolute;
  bottom: 0;
  right: 78px;
  z-index: 9;
}
.ydpBox .swiperBox .bookSmallSwiper .swiper-slide {
  width: 180px;
  height: 250px;
}
.yxpBox {
  background: url(../images/bg_xkf.jpg) no-repeat center top;
}
.yxpBox .source {
  margin-top: 50px;
}
.yxpBox .source .subTit {
  background: url(../images/bg_title.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 61px;
  margin: 0 auto;
}
.yxpBox .source .subTit .icon {
  background: url(../images/icon_title.png) no-repeat;
  width: 34px;
  height: 35px;
  margin-right: 10px;
  transition: 0.5s all;
  display: none;
}
.yxpBox .source .subTit span {
  display: block;
  width: 138px;
  height: 22px;
  background: url(../images/title_ydp_sub04.png) no-repeat;
  text-indent: -1978px;
  overflow: hidden;
  transition: 0.5s all;
}
.yxpBox .source .subTit:hover .icon {
  display: block;
}
.yxpBox .source .list {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.yxpBox .source .list .item {
  display: block;
  width: 236px;
  height: 248px;
  background-color: #eedbbb;
  border-radius: 15px;
  border: solid 6px #ffa517;
  overflow: hidden;
}
.yxpBox .source .list .item:hover {
  color: #ffa517;
}
.yxpBox .source .list .item .icon {
  width: auto;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.yxpBox .source .list .item .icon img {
  width: auto;
  height: auto;
  max-height: 85px;
}
.yxpBox .source .list .item .tit {
  padding: 0 10px;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  margin-top: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yxpBox .source .list .item .desc {
  color: #999;
  text-align: center;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
}
.yxpBox .yxp {
  margin-top: 50px;
}
.yxpBox .yxp .title {
  background: url(../images/title_yxp.png) no-repeat;
  width: 577px;
  height: 102px;
  text-indent: -1978px;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}
.yxpBox .yxp .circle {
  background: url(../images/zp.png) no-repeat;
  width: 817px;
  height: 815px;
  position: relative;
  margin: 30px auto 0;
}
.yxpBox .yxp .circle.active {
  -webkit-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
}
.yxpBox .yxp .circle .item {
  position: absolute;
  z-index: 9;
  text-indent: -1978px;
  overflow: hidden;
}
.yxpBox .yxp .circle .item:nth-of-type(1) {
  left: 278px;
  top: 150px;
  width: 254px;
  height: 128px;
}
.yxpBox .yxp .circle .item:nth-of-type(2) {
  left: 490px;
  top: 320px;
  width: 184px;
  height: 158px;
}
.yxpBox .yxp .circle .item:nth-of-type(3) {
  left: 305px;
  top: 503px;
  width: 190px;
  height: 168px;
}
.yxpBox .yxp .circle .item:nth-of-type(4) {
  left: 148px;
  top: 327px;
  width: 174px;
  height: 158px;
}
.yxpBox .xkfBox {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.yxpBox .xkfBox h2 {
  background: url(../images/title_xkf.png) no-repeat;
  text-indent: -1978px;
  overflow: hidden;
  width: 135px;
  height: 319px;
  margin-right: 30px;
}
.yxpBox .xkfBox .list {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.yxpBox .xkfBox .list .item {
  display: block;
}
.yxpBox .xkfBox .list .item:nth-of-type(1) {
  width: 331px;
  height: 310px;
}
.yxpBox .xkfBox .list .item:nth-of-type(2) {
  width: 320px;
  height: 311px;
}
.yxpBox .xkfBox .list .item:nth-of-type(3) {
  width: 322px;
  height: 313px;
}
.hdpBox {
  margin-top: 50px;
}
.hdpBox .titleBox .title {
  background: url(../images/title_hdp.png) no-repeat;
  width: 536px;
  height: 102px;
  text-indent: -1978px;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}
.hdpBox .titleBox .subTit {
  color: #FFF;
  text-align: center;
  line-height: 1;
  margin-top: 10px;
}
.hdpBox .hdpCon {
  display: flex;
  justify-content: space-between;
}
.hdpBox .hdpCon .left {
  width: 270px;
  height: 126px;
  margin-top: 30px;
}
.hdpBox .hdpCon .right {
  width: 876px;
  height: 499px;
  background: url(../images/bg_dt.png) no-repeat;
  padding: 100px 0 0 150px;
  position: relative;
}
.hdpBox .hdpCon .right .total {
  color: #ff5d24;
  position: absolute;
  top: 60px;
  left: 150px;
  z-index: 9;
}
.hdpBox .hdpCon .right .question {
  width: 652px;
  display: flex;
  justify-content: space-between;
}
.hdpBox .hdpCon .right .question::before {
  content: '';
  width: 61px;
  height: 61px;
  display: block;
  background: url(../images/icon_Q.png) no-repeat;
  margin-right: 20px;
}
.hdpBox .hdpCon .right .question .detail {
  flex: 1;
  line-height: 1.8;
  text-align: justify;
}
.hdpBox .hdpCon .right .btn {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.hdpBox .hdpCon .right .btn a {
  display: block;
}
.hdpBox .hdpCon .right .btn a.correct {
  margin-right: 100px;
  position: relative;
  background: url(../images/btn_zq.png) no-repeat;
  width: 117px;
  height: 56px;
}
.hdpBox .hdpCon .right .btn a.wrong {
  position: relative;
  background: url(../images/btn_cw.png) no-repeat;
  width: 117px;
  height: 56px;
}
.hdpBox .hdpCon .right .btn a.active::after {
  content: '';
  background: url(../images/icon_dg.png) no-repeat;
  width: 53px;
  height: 53px;
  position: absolute;
  right: -15px;
  bottom: 0;
  z-index: 9;
}
.hdpBox .hdpCon .right .result {
  margin-top: 20px;
}
.hdpBox .hdpCon .right .result .correctImg {
  width: 249px;
  height: 120px;
  margin: 0 auto;
  display: none;
}
.hdpBox .hdpCon .right .result .wrongImg {
  align-items: center;
  justify-content: center;
  display: none;
  width: 100%;
}
.hdpBox .hdpCon .right .result .wrongImg .pic {
  width: 117px;
  height: 117px;
  margin-right: 10px;
}
.hdpBox .hdpCon .right .result .wrongImg .desc {
  font-size: 24px;
  color: #ff5d24;
}
.hdpBox .hdpBanner {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 100px;
}
.hdpBox .hdpBanner .item {
  display: block;
  width: 584px;
}
.hdpBox .hdpBanner .item img {
  height: auto;
}
.studyMap {
  width: 100%;
  margin: 0 auto;
  background: url(../images/map_hd.png) no-repeat 8px 143px;
  overflow: hidden;
  box-sizing: border-box;
}
.studyMap * {
  box-sizing: border-box;
}
.studyMap .mapWrap {
  width: 1200px;
  position: relative;
  margin: 0 auto;
  height: 730px;
  overflow: hidden;
}
.studyMap .mapWrap .mapBox {
  margin-left: 8px;
  margin-top: 143px;
  width: 464px;
  position: absolute;
  height: 477px;
}
.studyMap .mapWrap .mapBox a {
  z-index: 999;
  text-indent: -1952px;
}
.studyMap .mapWrap .mapBox .on1 {
  background: url(../images/hover_map_1.png) 819px 0px;
}
.studyMap .mapWrap .mapBox .on2 {
  background: url(../images/hover_map_1.png) 557px 1px;
}
.studyMap .mapWrap .mapBox .on3 {
  background: url(../images/hover_map_1.png) 350px 1px;
}
.studyMap .mapWrap .mapBox .on4 {
  background: url(../images/hover_map_1.png) 997px -11px;
}
.studyMap .mapWrap .mapBox .on5 {
  background: url(../images/hover_map_1.png) 1883px -260px;
}
.studyMap .mapWrap .mapBox .on6 {
  background: url(../images/hover_map_1.png) 1759px -265px;
}
.studyMap .mapWrap .mapBox .on7 {
  background: url(../images/hover_map_1.png) 1461px -278px;
}
.studyMap .mapWrap .mapBox .on8 {
  background: url(../images/hover_map_1.png) 143px 4px;
}
.studyMap .mapWrap .mapBox .on9 {
  background: url(../images/hover_map_1.png) 757px -425px;
}
.studyMap .mapWrap .mapBox .on10 {
  background: url(../images/hover_map_1.png) 996px -286px;
}
.studyMap .mapWrap .mapBox .on11 {
  background: url(../images/hover_map_1.png) 227px -295px;
}
.studyMap .mapWrap .mapBox .on12 {
  background: url(../images/hover_map_1.png) 620px -278px;
}
.studyMap .mapWrap .mapBox .on13 {
  background: url(../images/hover_map_1.png) 1483px -460px;
}
.studyMap .mapWrap .mapBox .on14 {
  background: url(../images/hover_map_1.png) 1606px -446px;
}
.studyMap .mapWrap .mapBox .on15 {
  background: url(../images/hover_map_1.png) 1860px -425px;
}
.studyMap .mapWrap .mapBox .on16 {
  background: url(../images/hover_map_1.png) 2001px -446px;
}
.studyMap .mapWrap .mapBox .on17 {
  background: url(../images/hover_map_1.png) 1094px -294px;
}
.studyMap .mapWrap .mapBox .map01 {
  width: 242px;
  height: 202px;
  position: absolute;
  top: 65px;
  left: 0px;
}
.studyMap .mapWrap .mapBox .map01 a {
  display: block;
  width: 127px;
  height: 130px;
  position: absolute;
  left: 40px;
  top: 30px;
}
.studyMap .mapWrap .mapBox .map02 {
  width: 194px;
  height: 263px;
  position: absolute;
  left: 151px;
}
.studyMap .mapWrap .mapBox .map02 a {
  position: absolute;
  left: 50px;
  top: 0px;
  display: block;
  width: 98px;
  height: 188px;
}
.studyMap .mapWrap .mapBox .map03 {
  width: 184px;
  height: 170px;
  position: absolute;
  top: 243px;
  left: 135px;
}
.studyMap .mapWrap .mapBox .map03 a {
  display: block;
  width: 83px;
  height: 74px;
  position: absolute;
  top: 60px;
  left: 70px;
}
.studyMap .mapWrap .mapBox .map04 {
  width: 128px;
  height: 133px;
  position: absolute;
  top: 183px;
  left: 247px;
}
.studyMap .mapWrap .mapBox .map04 a {
  display: block;
  width: 58px;
  height: 51px;
  position: absolute;
  top: 55px;
  left: 28px;
}
.studyMap .mapWrap .mapBox .map05 {
  width: 80px;
  height: 128px;
  position: absolute;
  top: 181px;
  left: 309px;
}
.studyMap .mapWrap .mapBox .map05 a {
  position: absolute;
  display: block;
}
.studyMap .mapWrap .mapBox .map05 a:nth-child(1) {
  width: 28px;
  height: 38px;
  position: absolute;
  top: 16px;
  left: 20px;
}
.studyMap .mapWrap .mapBox .map05 .sd02 {
  width: 42px;
  height: 40px;
  position: absolute;
  top: 71px;
  left: 25px;
}
.studyMap .mapWrap .mapBox .map06 {
  width: 80px;
  height: 90px;
  position: absolute;
  left: 339px;
  top: 164px;
}
.studyMap .mapWrap .mapBox .map06 a {
  display: block;
  height: 36px;
  width: 27px;
  position: absolute;
  left: 23px;
  top: 33px;
}
.studyMap .mapWrap .mapBox .map07 {
  width: 96px;
  height: 77px;
  position: absolute;
  right: 0px;
  top: 159px;
}
.studyMap .mapWrap .mapBox .map07 a {
  display: block;
  width: 30px;
  height: 53px;
  position: absolute;
  top: 10px;
  left: 35px;
}
.studyMap .mapWrap .mapBox .map08 {
  width: 101px;
  height: 66px;
  position: absolute;
  bottom: 32px;
  left: 208px;
}
.studyMap .mapWrap .mapBox .map08 a {
  display: block;
  width: 50px;
  height: 27px;
  position: absolute;
  top: 27px;
  left: 41px;
}
.studyMap .mapWrap .mapBox .map09 {
  width: 60px;
  height: 105px;
  position: absolute;
  left: 295px;
  bottom: 51px;
}
.studyMap .mapWrap .mapBox .map09 a {
  display: block;
  position: absolute;
  width: 22px;
  height: 80px;
  top: 15px;
  left: 10px;
}
.studyMap .mapWrap .mapBox .map10 {
  width: 65px;
  height: 67px;
  position: absolute;
  left: 305px;
  bottom: 120px;
}
.studyMap .mapWrap .mapBox .map10 a {
  display: block;
  width: 34px;
  height: 36px;
  position: absolute;
  left: 18px;
  top: 13px;
}
.studyMap .mapWrap .mapBox .map11 {
  width: 47px;
  height: 54px;
  position: absolute;
  bottom: 134px;
  right: 63px;
}
.studyMap .mapWrap .mapBox .map11 a {
  display: block;
  width: 27px;
  height: 40px;
  position: absolute;
  left: 10px;
  top: 5px;
}
.studyMap .mapWrap .mapBox .map12 {
  width: 79px;
  height: 70px;
  position: absolute;
  right: 19px;
  top: 237px;
}
.studyMap .mapWrap .mapBox .map12 a {
  position: absolute;
  display: block;
  width: 41px;
  height: 50px;
  left: 20px;
  top: 10px;
}
.studyMap .mapWrap .mapBox .map13 {
  width: 77px;
  height: 50px;
  position: absolute;
  left: 265px;
  bottom: 12px;
}
.studyMap .mapWrap .mapBox .map13 a {
  display: block;
  width: 61px;
  height: 20px;
  position: absolute;
  top: 20px;
  left: 5px;
}
.studyMap .mapWrap .mapBox .map14 {
  width: 65px;
  height: 60px;
  position: absolute;
  bottom: 0px;
  right: 74px;
}
.studyMap .mapWrap .mapBox .map14 a {
  display: block;
  width: 40px;
  height: 26px;
  position: absolute;
  top: 17px;
  left: 16px;
}
.studyMap .mapWrap .mapBox .map15 {
  width: 64px;
  height: 102px;
  position: absolute;
  right: 75px;
  bottom: 40px;
}
.studyMap .mapWrap .mapBox .map15 a {
  display: block;
  width: 36px;
  height: 73px;
  position: absolute;
  left: 8px;
  top: 15px;
}
.studyMap .mapWrap .mapBox .map16 {
  width: 72px;
  height: 78px;
  position: absolute;
  right: 29px;
  bottom: 78px;
}
.studyMap .mapWrap .mapBox .map16 a {
  display: block;
  width: 60px;
  height: 30px;
  position: absolute;
  top: 15px;
  left: 8px;
}
.studyMap .mapWrap .mapBox .map17 {
  width: 67px;
  height: 46px;
  position: absolute;
  right: 10px;
  bottom: 131px;
}
.studyMap .mapWrap .mapBox .map17 a {
  display: block;
  width: 44px;
  height: 30px;
  position: absolute;
  left: 10px;
  top: 5px;
}
.studyMap .mapWrap .xqBox {
  width: 676px;
  height: 730px;
  position: absolute;
  right: 0px;
}
.studyMap .mapWrap .xqBox .title {
  overflow: hidden;
  position: absolute;
  left: -504px;
  top: 20px;
  z-index: 999;
  color: #FFF;
}
.studyMap .mapWrap .xqBox .title h2 {
  float: left;
  font-size: 18px;
  margin-top: -2px;
  margin-left: 10px;
}
.studyMap .mapWrap .xqBox .title::before {
  content: '';
  display: block;
  width: 5px;
  height: 20px;
  border-radius: 2.5px;
  background-color: #ffde00;
  float: left;
}
.studyMap .mapWrap .xqBox .list17 {
  width: 1200px;
  overflow: hidden;
  position: absolute;
  left: -504px;
  top: 50px;
  z-index: 999;
}
.studyMap .mapWrap .xqBox .list17 li {
  float: left;
  width: 108px;
  height: 32px;
  background-color: #ff9569;
  margin-right: 11px;
  margin-bottom: 10px;
}
.studyMap .mapWrap .xqBox .list17 li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 32px;
  color: #FFF;
}
.studyMap .mapWrap .xqBox .list17 li a:hover {
  background-color: #ff8e00;
}
.studyMap .mapWrap .xqBox .list17 .on {
  border: solid 1px #ffde00;
  background-color: #ff8e00;
}
.studyMap .mapWrap .xqBox .list17 .on a {
  color: #FFF;
}
.studyMap .mapWrap .xqBox .list17 li:nth-child(10n) {
  margin-right: 0;
}
.studyMap .mapWrap .mapTextBox {
  width: 676px;
  height: 502px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 177px;
}
.studyMap .mapWrap .mapTextBox .slideTxt {
  width: 676px;
  position: absolute;
  left: 676px;
}
.studyMap .mapWrap .mapTextBox .slideTxt .title {
  overflow: hidden;
}
.studyMap .mapWrap .mapTextBox .slideTxt .title h2 {
  float: left;
  font-size: 18px;
  margin-top: -2px;
  margin-left: 10px;
  color: #FFF;
}
.studyMap .mapWrap .mapTextBox .slideTxt .title h2 span {
  color: #ffde00;
}
.studyMap .mapWrap .mapTextBox .slideTxt .title::before {
  content: '';
  display: block;
  width: 5px;
  height: 20px;
  border-radius: 2.5px;
  background-color: #ffde00;
  float: left;
}
.studyMap .mapWrap .mapTextBox .slideTxt .oHid {
  width: 100%;
  margin-top: 20px;
}
.studyMap .mapWrap .mapTextBox .slideTxt .oHid .w380 {
  width: 100%;
}
.studyMap .mapWrap .mapTextBox .slideTxt .oHid .w380 h3 {
  font-size: 18px;
}
.studyMap .mapWrap .mapTextBox .slideTxt .oHid .w380 h3 span {
  font-weight: bold;
  color: #a32a1d;
}
.studyMap .mapWrap .mapTextBox .slideTxt .oHid .w380 .schoolArea {
  overflow: hidden;
  width: 100%;
}
.studyMap .mapWrap .mapTextBox .slideTxt .oHid .w380 .schoolArea li {
  width: 332px;
  height: 30px;
  border: 1px solid transparent;
  float: left;
  text-align: center;
  line-height: 30px;
  margin-right: 12px;
  margin-bottom: 10px;
  font-size: 14px;
  cursor: pointer;
  background-color: #ff9569;
  color: #FFF;
}
.studyMap .mapWrap .mapTextBox .slideTxt .oHid .w380 .schoolArea li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #FFF;
}
.studyMap .mapWrap .mapTextBox .slideTxt .oHid .w380 .schoolArea li:hover {
  border: 1px solid #ffde00;
  background-color: #ff8e00;
}
.studyMap .mapWrap .mapTextBox .slideTxt .oHid .w380 .schoolArea li:nth-child(2n) {
  margin-right: 0;
}
.studyMap .mapWrap .mapTextBox .slideTxt .oHid .w190 {
  margin-top: 30px;
  width: 100%;
}
.studyMap .mapWrap .mapTextBox .slideTxt .oHid .w190 h3 {
  font-size: 18px;
}
.studyMap .mapWrap .mapTextBox .slideTxt .oHid .w190 h3 span {
  font-weight: bold;
  color: #a32a1d;
}
.studyMap .mapWrap .mapTextBox .slideTxt .oHid .w190 .schoolArea {
  overflow: hidden;
  width: 100%;
  margin-top: 18px;
}
.studyMap .mapWrap .mapTextBox .slideTxt .oHid .w190 .schoolArea li {
  width: 184px;
  height: 30px;
  border: 1px solid #f1f1f1;
  float: left;
  margin-right: 12px;
  margin-bottom: 10px;
}
.studyMap .mapWrap .mapTextBox .slideTxt .oHid .w190 .schoolArea li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}
.studyMap .mapWrap .mapTextBox .slideTxt .oHid .w190 .schoolArea li:hover {
  border: 1px solid #a32a1d;
}
.studyMap .mapWrap .mapTextBox .slideTxt .oHid .w190 .schoolArea li:nth-child(3n) {
  margin-right: 0;
}
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
