/* 初始化CSS  重置浏览器样式*/
html {
  background-color: #fff;
}
* {
  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;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  border: 0 none;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 14px;
  margin: 0;
  outline: none;
}
textarea {
  resize: 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 !important;
}
a {
  color: #666;
  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;
  transition: 0.5s all;
}
a:hover {
  text-decoration: none;
  color: #c32331;
}
i,
b {
  font-style: normal;
}
html {
  font-size: 10vw;
}
.wapper {
  width: 1200px;
  margin: 0 auto;
}
#clear {
  clear: both;
}
.indexbox {
  background: url(../images/bjtp.png) top center no-repeat;
  padding-bottom: 104px;
}
.indexbox .banner {
  height: 948px;
}
.indexbox .hdxjdkd {
  margin: 0 auto;
  width: 1200px;
}
.indexbox .hdxjdkd .top {
  background: url(../images/hdxjdkd.png) center center no-repeat;
  margin: 0 auto;
  width: 420px;
  height: 114px;
}
.indexbox .hdxjdkd .dk-swiper {
  width: 100%;
  margin: 55px auto 0;
  height: 417px;
  position: relative;
}
.indexbox .hdxjdkd .dk-swiper .swiper-slide {
  width: 745px;
  height: 417px;
  position: relative;
}
.indexbox .hdxjdkd .dk-swiper .swiper-slide .pic {
  width: 100%;
  height: 100%;
}
.indexbox .hdxjdkd .dk-swiper .swiper-slide .pic a {
  display: block;
  width: 100%;
  height: 100%;
}
.indexbox .hdxjdkd .dk-swiper .swiper-slide .pic a img {
  width: 100%;
  height: 100%;
}
.indexbox .hdxjdkd .dk-swiper .swiper-slide .text {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 745px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
}
.indexbox .hdxjdkd .dk-swiper .swiper-slide .text a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-size: 18px;
}
.indexbox .hdxjdkd .dk-swiper .swiper-slide .text a::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 16px;
  background: url(../images/szwz.png) center center no-repeat;
  margin-right: 10px;
}
.indexbox .hdxjdkd .dk-swiper .swiper-slide-active .text {
  display: block;
}
.indexbox .hdxjdkd .dk-swiper .dk-left {
  width: 38px;
  height: 79px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/bjmhleft.png) center center no-repeat rgba(0, 0, 0, 0.5);
  z-index: 999999;
}
.indexbox .hdxjdkd .dk-swiper .dk-right {
  width: 38px;
  height: 79px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../images/bjmhright.png) center center no-repeat rgba(0, 0, 0, 0.5);
  z-index: 999999;
}
.indexbox .whdkdqd {
  margin: 63px auto 0;
  width: 1200px;
}
.indexbox .whdkdqd .top {
  background: url(../images/whdkdqd.png) center center no-repeat;
  width: 419px;
  height: 113px;
  margin: 0 auto;
}
.indexbox .whdkdqd .conter {
  margin: 54px auto 0;
  width: 1200px;
  height: 790px;
}
.indexbox .whdkdqd .conter .left {
  float: left;
  width: 397px;
  height: 789px;
  background-color: #266fd2;
}
.indexbox .whdkdqd .conter .left ul {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.indexbox .whdkdqd .conter .left ul::-webkit-scrollbar {
  width: 8px;
  height: 5px;
  /**/
}
.indexbox .whdkdqd .conter .left ul:-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 4px;
}
.indexbox .whdkdqd .conter .left ul::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 4px;
}
.indexbox .whdkdqd .conter .left ul::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.45);
}
.indexbox .whdkdqd .conter .left ul::-webkit-scrollbar-corner {
  background: rgba(255, 255, 255, 0.45);
}
.indexbox .whdkdqd .conter .left ul li {
  width: 100%;
  height: 179px;
  padding: 28px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}
.indexbox .whdkdqd .conter .left ul li .pic {
  float: left;
  width: 187px;
  height: 126px;
}
.indexbox .whdkdqd .conter .left ul li .pic img {
  width: 100%;
  height: 100%;
}
.indexbox .whdkdqd .conter .left ul li .wzjs {
  float: right;
  width: 150px;
  height: 126px;
}
.indexbox .whdkdqd .conter .left ul li .wzjs p {
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.indexbox .whdkdqd .conter .left ul .active {
  background: rgba(255, 255, 255, 0.45);
}
.indexbox .whdkdqd .conter .right {
  float: right;
  width: 781px;
  height: 789px;
  background-image: linear-gradient(0deg, #f3f3f3 0%, #fcfcfc 100%), linear-gradient(#266fd2, #266fd2);
  background-blend-mode: normal, 
          normal;
  padding: 18px 16px 0 18px;
}
.indexbox .whdkdqd .conter .right .item {
  display: none;
  width: 100%;
  height: 100%;
}
.indexbox .whdkdqd .conter .right .item .jslct {
  width: 360px;
  float: left;
  height: 100%;
}
.indexbox .whdkdqd .conter .right .item .jslct .jstop {
  width: 100%;
  height: 224px;
  background-color: #f2f5ff;
  padding-top: 20px;
}
.indexbox .whdkdqd .conter .right .item .jslct .jstop h2 {
  margin: 0 auto;
  width: 330px;
  font-size: 18px;
  color: #222;
  font-weight: 700;
  text-align: center;
}
.indexbox .whdkdqd .conter .right .item .jslct .jstop p {
  margin: 25px auto 0;
  width: 330px;
  font-size: 16px;
  line-height: 24px;
  color: #676767;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.indexbox .whdkdqd .conter .right .item .jslct .jstop .ckxq {
  margin: 49px auto 0;
  width: 150px;
  height: 44px;
  background-color: #266fd2;
  border-radius: 20px;
}
.indexbox .whdkdqd .conter .right .item .jslct .jstop .ckxq a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
  line-height: 44px;
  text-align: center;
  border-radius: 20px;
}
.indexbox .whdkdqd .conter .right .item .jslct .jsbtm {
  margin: 30px auto 0;
  width: 259px;
  height: 498px;
}
.indexbox .whdkdqd .conter .right .item .jslct .jsbtm ul {
  width: 100%;
  height: 100%;
  background: url(../images/qdtb.png) center center no-repeat;
  position: relative;
}
.indexbox .whdkdqd .conter .right .item .jslct .jsbtm ul li {
  font-size: 20px;
  color: #fff;
  position: absolute;
  text-align: center;
  width: 80px;
  font-weight: 700;
}
.indexbox .whdkdqd .conter .right .item .jslct .jsbtm ul li:nth-child(2) {
  top: 79px;
  left: 143px;
}
.indexbox .whdkdqd .conter .right .item .jslct .jsbtm ul li:nth-child(3) {
  top: 140px;
  left: 38px;
}
.indexbox .whdkdqd .conter .right .item .jslct .jsbtm ul li:nth-child(4) {
  top: 200px;
  left: 143px;
}
.indexbox .whdkdqd .conter .right .item .jslct .jsbtm ul li:nth-child(5) {
  top: 268px;
  left: 38px;
}
.indexbox .whdkdqd .conter .right .item .jslct .jsbtm ul li:nth-child(6) {
  bottom: 144px;
  left: 143px;
}
.indexbox .whdkdqd .conter .right .item .jspic {
  float: right;
  width: 386px;
  height: 100%;
}
.indexbox .whdkdqd .conter .right .item .jspic ul {
  width: 100%;
  height: 284px;
  padding-left: 20px;
  padding-right: 4px;
}
.indexbox .whdkdqd .conter .right .item .jspic ul li {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  padding: 15px 0;
}
.indexbox .whdkdqd .conter .right .item .jspic ul li:last-child {
  border-bottom: none;
}
.indexbox .whdkdqd .conter .right .item .jspic ul li p {
  width: 100%;
  color: #222222;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.indexbox .whdkdqd .conter .right .item .jspic .piclist {
  width: 100%;
}
.indexbox .whdkdqd .conter .right .item .jspic .piclist img {
  width: 386px;
  height: 216px;
  margin-bottom: 18px;
}
.indexbox .chillsh {
  margin: 56px auto 0;
  width: 1200px;
}
.indexbox .chillsh .top {
  margin: 0 auto;
  background: url(../images/dkhdchillsh.png) no-repeat;
  width: 419px;
  height: 114px;
}
.indexbox .chillsh .qhnamebox {
  margin: 47px auto 0;
  width: 1200px;
  height: 675px;
  position: relative;
  background: url(../images/qhnameboxbj.png) center top no-repeat;
}
.indexbox .chillsh .qhnamebox .textplay {
  position: absolute;
  top: 220px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 90px;
}
.indexbox .chillsh .qhnamebox .textplay a {
  display: block;
  width: 100%;
  height: 100%;
}
.indexbox .chillsh .qhnamebox .textplay a img {
  width: 100%;
  height: 100%;
}
.indexbox .chillsh .qhnamebox .titname {
  position: absolute;
  top: 350px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}
.indexbox .chillsh .qhnamebox .titname a {
  display: block;
  width: 100%;
}
.indexbox .chillsh .qhnamebox .titname a p {
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indexbox .chillsh .qhnamebox .listbox {
  position: absolute;
  bottom: 58px;
  left: 140px;
  width: 920px;
}
.indexbox .chillsh .qhnamebox .listbox ul {
  width: 800px;
  height: 135px;
  float: left;
}
.indexbox .chillsh .qhnamebox .listbox ul li {
  width: 240px;
  height: 135px;
  float: left;
  margin-right: 40px;
}
.indexbox .chillsh .qhnamebox .listbox ul li:last-child {
  margin-right: 0;
}
.indexbox .chillsh .qhnamebox .listbox ul li .pic {
  width: 100%;
  height: 100%;
}
.indexbox .chillsh .qhnamebox .listbox ul li .pic a {
  display: block;
  width: 100%;
  height: 100%;
}
.indexbox .chillsh .qhnamebox .listbox ul li .pic a img {
  width: 100%;
  height: 100%;
}
.indexbox .chillsh .qhnamebox .listbox ul li span {
  display: none;
  width: 100%;
  font-size: 20px;
}
.indexbox .chillsh .qhnamebox .listbox .more {
  width: 63px;
  height: 24px;
  float: right;
  margin-top: 50px;
}
.indexbox .chillsh .qhnamebox .listbox .more a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/more.png) center top no-repeat;
}
.indexbox .chillsh .shzb {
  margin: 55px auto 0;
  width: 1200px;
  height: 458px;
}
.indexbox .chillsh .shzb .zbitem {
  float: left;
  margin-right: 19px;
  height: 458px;
}
.indexbox .chillsh .shzb .zbitem:last-child {
  margin-right: 0;
}
.indexbox .chillsh .shzb .zbitem .firbox {
  width: 200px;
  height: 458px;
  background-color: #e8feff;
  box-shadow: 0px 6px 0px 0px #84d9fe;
  border-radius: 20px;
  border: solid 5px #ffcc66;
  padding-top: 117px;
  text-align: center;
}
.indexbox .chillsh .shzb .zbitem .firbox img {
  width: 131px;
  height: 131px;
}
.indexbox .chillsh .shzb .zbitem .firbox p {
  color: #4f90f1;
  margin-top: 35px;
  font-size: 36px;
  font-weight: 700;
}
.indexbox .chillsh .shzb .zbitem .zkbox {
  display: none;
  width: 542px;
  height: 458px;
  background-color: #3876d2;
  box-shadow: 0px 6px 0px 0px #84d9fe;
  border-radius: 20px;
  border: solid 5px #8efdf4;
  padding-top: 44px;
}
.indexbox .chillsh .shzb .zbitem .zkbox h2 {
  text-align: center;
  width: 100%;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
}
.indexbox .chillsh .shzb .zbitem .zkbox .fgimg {
  margin: 7px auto 0;
  width: 318px;
  height: 46px;
}
.indexbox .chillsh .shzb .zbitem .zkbox .fgimg img {
  width: 100%;
  height: 100%;
}
.indexbox .chillsh .shzb .zbitem .zkbox .listx {
  margin: 44px auto 0;
  width: 426px;
  height: 190px;
}
.indexbox .chillsh .shzb .zbitem .zkbox .listx ul {
  width: 100%;
  height: 100%;
}
.indexbox .chillsh .shzb .zbitem .zkbox .listx ul li {
  float: left;
  width: 48%;
}
.indexbox .chillsh .shzb .zbitem .zkbox .listx ul li a {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indexbox .chillsh .shzb .zbitem .zkbox .listx ul li:nth-child(2n) {
  float: right;
}
.indexbox .chillsh .shzb .zbactive .firbox {
  display: none;
}
.indexbox .chillsh .shzb .zbactive .zkbox {
  display: block;
}
