.indexbox {
  background: url(../images/banner.png) no-repeat top center;
}
.indexbox .banner {
  height: 310px;
}
.indexbox .ssl {
  width: 598px;
  height: 50px;
  border-radius: 10px;
  margin: 0 auto 162px;
  position: relative;
  border: solid 1px #dd4706;
}
.indexbox .ssl .searchTxt {
  border-radius: 10px;
  width: 498px;
  height: 50px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 27px;
  font-size: 16px;
  color: #999;
}
.indexbox .ssl .searchBtn {
  width: 100px;
  height: 50px;
  background: url(../images/ssfdj.png) no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
}
.indexbox .bmzc {
  width: 1200px;
  margin: 0 auto;
}
.indexbox .bmzc .top {
  width: 1156px;
  height: 82px;
  background: url(../images/bmzcyzhj.png) no-repeat;
}
.indexbox .bmzc .toplb {
  margin: 31px auto 0;
  width: 1200px;
  height: 70px;
  position: relative;
}
.indexbox .bmzc .toplb .bmzc-swiper {
  margin: 0 auto;
  width: 1084px;
  height: 70px;
}
.indexbox .bmzc .toplb .bmzc-swiper .swiper-wrapper {
  margin: 0 auto;
  width: 1084px;
  height: 70px;
}
.indexbox .bmzc .toplb .bmzc-swiper .swiper-wrapper .swiper-slide {
  width: 202px !important;
  height: 70px;
  margin-right: 19px;
}
.indexbox .bmzc .toplb .bmzc-swiper .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f5f3f2;
  border-radius: 20px;
  position: relative;
}
.indexbox .bmzc .toplb .bmzc-swiper .swiper-wrapper .swiper-slide a .pic {
  position: absolute;
  top: 10px;
  left: 25px;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
}
.indexbox .bmzc .toplb .bmzc-swiper .swiper-wrapper .swiper-slide a .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 28px;
  max-height: 26px;
}
.indexbox .bmzc .toplb .bmzc-swiper .swiper-wrapper .swiper-slide a .pic img:last-child {
  display: none;
}
.indexbox .bmzc .toplb .bmzc-swiper .swiper-wrapper .swiper-slide a p {
  position: absolute;
  top: 27px;
  left: 97px;
  font-size: 16px;
  color: #222;
}
.indexbox .bmzc .toplb .bmzc-swiper .swiper-wrapper .timeactive a {
  background-image: linear-gradient(0deg, #e1561a 0%, #f3a68c 100%);
}
.indexbox .bmzc .toplb .bmzc-swiper .swiper-wrapper .timeactive a .pic {
  background-image: linear-gradient(0deg, #ffcfbf 0%, #ffffff 100%);
}
.indexbox .bmzc .toplb .bmzc-swiper .swiper-wrapper .timeactive a .pic img:last-child {
  display: block;
}
.indexbox .bmzc .toplb .bmzc-swiper .swiper-wrapper .timeactive a p {
  color: #fff;
}
.indexbox .bmzc .toplb .prey {
  width: 48px;
  height: 68px;
  background: url(../images/left.png) center center no-repeat #fff;
  border-radius: 20px;
  border: solid 1px #e6e6e6;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.indexbox .bmzc .toplb .next {
  width: 48px;
  height: 68px;
  background: url(../images/rightwit.png) center center no-repeat #e25a23;
  border-radius: 20px;
  border: solid 1px #e6e6e6;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
.indexbox .bmzc .newshz {
  margin: 30px auto 0;
  width: 1200px;
  height: 400px;
}
.indexbox .bmzc .newshz .newone {
  display: none;
  width: 1200px;
  height: 400px;
  background-color: #faf7f7;
  border-radius: 20px;
  position: relative;
}
.indexbox .bmzc .newshz .newone ul {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 307px;
}
.indexbox .bmzc .newshz .newone ul li {
  margin: 24px auto 0;
  width: 1105px;
  height: 20px;
  position: relative;
}
.indexbox .bmzc .newshz .newone ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 15px;
  background-color: #e6e6e6;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/listbefore.png) no-repeat;
}
.indexbox .bmzc .newshz .newone ul li a {
  display: block;
  position: absolute;
  top: 50%;
  left: 21px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #222;
}
.indexbox .bmzc .newshz .newone ul li .tsk {
  display: block;
  width: 46px;
  height: 20px;
  background-color: #faf7f7;
  border-radius: 6px;
  border: solid 1px #e25a23;
  text-align: center;
  line-height: 20px;
  color: #e25a23;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 169px;
  transform: translateY(-50%);
}
.indexbox .bmzc .newshz .newone ul li .time {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #999999;
  font-size: 16px;
}
.indexbox .bmzc .newshz .newone ul li:hover a {
  color: #e25a23;
}
.indexbox .bmzc .newshz .newone .tzlj {
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
  width: 42px;
  height: 6px;
  background-color: #dd4706;
  border-radius: 3px;
}
.indexbox .bmzc .newshz .newone .tzlj a {
  display: block;
  width: 100%;
  height: 100%;
}
.indexbox .bsfw {
  width: 1200px;
  margin: 60px auto 0;
}
.indexbox .bsfw .top {
  width: 1156px;
  height: 82px;
  background: url(../images/bsfwyztb.png) no-repeat;
}
.indexbox .bsfw .gxserve {
  margin-top: 31px;
  width: 1200px;
  height: 164px;
}
.indexbox .bsfw .gxserve li {
  width: 222px;
  height: 70px;
  background-image: linear-gradient(#f5f3f2, #f5f3f2), linear-gradient(0deg, #ffd0c0 0%, #ffffff 100%);
  background-blend-mode: normal, 
                    normal;
  border-radius: 20px;
  float: left;
  margin-right: 22px;
  margin-bottom: 16px;
}
.indexbox .bsfw .gxserve li:nth-child(5n) {
  margin-right: 0;
}
.indexbox .bsfw .gxserve li .title {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.indexbox .bsfw .gxserve li .title .pic {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 53px;
  height: 70px;
}
.indexbox .bsfw .gxserve li .title .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 29px;
  max-height: 29px;
}
.indexbox .bsfw .gxserve li .title .pic img:last-child {
  display: none;
}
.indexbox .bsfw .gxserve li .title p {
  position: absolute;
  left: 63px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #222;
  width: 128px;
}
.indexbox .bsfw .gxserve .active {
  width: 222px;
  height: 70px;
  background-image: linear-gradient(0deg, #e1561a 0%, #f3a68c 100%);
}
.indexbox .bsfw .gxserve .active .title .pic img:last-child {
  display: block;
}
.indexbox .bsfw .gxserve .active .title p {
  color: #fff;
}
.indexbox .bsfw .servesx {
  margin: 20px auto 0;
  width: 1125px;
  height: 220px;
  background-color: #faf7f7;
  border-radius: 20px;
  padding: 34px 38px;
}
.indexbox .bsfw .servesx .serve {
  display: none;
  width: 1124px;
  height: 152px;
}
.indexbox .bsfw .servesx .serve li {
  float: left;
  margin: 0 35px 47px 0;
  width: 252px;
  height: 20px;
}
.indexbox .bsfw .servesx .serve li:nth-child(4n) {
  margin-right: 0;
}
.indexbox .bsfw .servesx .serve li::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 20px;
  background-color: #e6e6e6;
  background: url(../images/listbefore.png) center center no-repeat;
}
.indexbox .bsfw .servesx .serve li a {
  display: inline-block;
  width: 225px;
  height: 100%;
  color: #666;
  font-size: 16px;
  line-height: 20px;
  margin-left: 10px;
  color: #222;
}
.indexbox .qzyw {
  width: 1200px;
  margin: 60px auto 0;
}
.indexbox .qzyw .top {
  width: 1156px;
  height: 82px;
  background: url(../images/qzywyzjd.png) no-repeat;
}
.indexbox .qzyw .conter {
  margin-top: 31px;
  width: 1200px;
  height: 486px;
}
.indexbox .qzyw .conter li {
  width: 285px;
  height: 148px;
  background-image: linear-gradient(0deg, #ffd0c0 0%, #ffffff 100%);
  border-radius: 20px;
  margin: 0 20px 20px 0;
  float: left;
  position: relative;
}
.indexbox .qzyw .conter li:nth-child(4n) {
  margin-right: 0;
}
.indexbox .qzyw .conter li .left {
  position: absolute;
  top: 28px;
  left: 20px;
  width: 94px;
  height: 58px;
}
.indexbox .qzyw .conter li .left p {
  font-size: 16px;
  color: #222222;
}
.indexbox .qzyw .conter li .left a {
  display: none;
  margin-top: 13px;
  width: 92px;
  height: 26px;
  background-color: #ffffff;
  border-radius: 13px;
  color: #eb835d;
  font-size: 14px;
  text-align: center;
  line-height: 26px;
}
.indexbox .qzyw .conter li .right {
  position: absolute;
  top: 32px;
  right: 3px;
  width: 160px;
  height: 117px;
}
.indexbox .qzyw .conter li .right img {
  display: block;
  max-width: 160px;
  max-height: 117px;
  margin: 0 auto;
}
.indexbox .qzyw .conter li:hover {
  background-image: linear-gradient(0deg, #e1561a 0%, #f3a68c 100%);
}
.indexbox .qzyw .conter li:hover .left a {
  display: block;
}
.indexbox .qzyw .conter li:hover .left p {
  color: #fff;
}
.indexbox .corpuszt {
  width: 1200px;
  margin: 60px auto 0;
}
.indexbox .corpuszt .top {
  width: 1156px;
  height: 82px;
  background: url(../images/jcztyztl.png) no-repeat;
}
.indexbox .corpuszt .conter {
  margin: 31px auto;
  width: 1200px;
  height: 160px;
  position: relative;
}
.indexbox .corpuszt .conter .corpuszt-swiper {
  margin: 0 auto;
  width: 1088px;
  height: 160px;
  position: relative;
}
.indexbox .corpuszt .conter .corpuszt-swiper .swiper-wrapper {
  width: 1088px;
  margin: 0 auto;
}
.indexbox .corpuszt .conter .corpuszt-swiper .swiper-wrapper .swiper-slide {
  width: 201px !important;
  height: 158px;
  border-radius: 20px;
  border: solid 1px #e6e6e6;
}
.indexbox .corpuszt .conter .corpuszt-swiper .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.indexbox .corpuszt .conter .corpuszt-swiper .swiper-wrapper .swiper-slide a .pic {
  width: 100%;
  height: 56px;
  line-height: 56px;
  margin: 30px auto 23px;
}
.indexbox .corpuszt .conter .corpuszt-swiper .swiper-wrapper .swiper-slide a .pic img {
  display: block;
  margin: 0 auto;
  max-width: 59px;
  max-height: 56px;
}
.indexbox .corpuszt .conter .corpuszt-swiper .swiper-wrapper .swiper-slide a p {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #222;
}
.indexbox .corpuszt .conter .corpuszt-swiper .swiper-wrapper .swiper-slide:hover {
  border-radius: 20px;
  border: solid 1px #e25a23;
}
.indexbox .corpuszt .conter .corpuszt-swiper .swiper-wrapper .swiper-slide:hover a p {
  color: #e25a23;
}
.indexbox .corpuszt .conter .prey-jczt {
  width: 48px;
  height: 160px;
  background: url(../images/left.png) center center no-repeat #fff;
  border-radius: 20px;
  border: solid 1px #e6e6e6;
  position: absolute;
  left: 0;
  top: 0;
}
.indexbox .corpuszt .conter .next-jczt {
  width: 48px;
  height: 160px;
  background: url(../images/rightwit.png) center center no-repeat #e25a23;
  border-radius: 20px;
  border: solid 1px #e6e6e6;
  position: absolute;
  right: 0;
  top: 0;
}
.container .together-slider .tabWidget .slideTxtBox .bd ul li a:first-child {
  font-weight: 700;
}
rst-child li:first-child a{
  font-weight: 600;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  font-size: .48rem;
  width: 100%;
  height: auto;
  line-height: 0.7rem;
  white-space: pre-line;
}