/* @import url("master.css");
@import url("../font/iconfont.css");
@import url("roll.css");
@import url("animate.css"); */
:root {
  --bcr1: cubic-bezier(0.4, 0.4, 0, 1);
  --bcr2: cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* page case list */
.pageCase {
  background: none;
}

.pageCase::before {
  display: none;
}

/* page case detail */
.pageCaseDetail {
  padding-bottom: .5rem;
  /* background-color: rgba(33, 25, 25, 1); */
}

.caseInfo .zText {
  margin-top: -.2rem;
  margin-bottom: .2rem;
  padding: .48rem;
  width: 50%;
  background-color: rgba(48, 51, 132, 0.74);
  box-sizing: border-box;
  color: #fff;
}

.caseInfo .zText ._title {
  margin-bottom: .2rem;
  font-size: .4rem;
  line-height: 1.2;
}

.caseInfo .zText ._desc {
  font-size: .2rem;
  flex-direction: column;
}

.caseInfo .zText ._desc strong {
  font-weight: normal;
}
.caseInfoCon img{
  max-width: 100%;
  height: auto!important;
}
.caseInfoCon  iframe{
  display: block;
  width: 100%;
  height: 8rem;
}

/* page submenu & location */
.below {
  line-height: .69rem;
  border-bottom: 1px solid #D3D3D3;
}

.below .row {
  align-items: center;
  justify-content: space-between;
}

.slidenav {
  align-items: center;
}

.slidenav>div {
  margin-right: .3rem;
}

.slidenav>div a {
  position: relative;
  color: #4C4C4C;
}

.slidenav>div a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--views-theme);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.slidenav>div:hover a::before,
.slidenav>div.active a::before {
  width: 100%;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.below .path {
  font-size: .14rem;
  color: #9B9B9B;
}

.below .path a {
  color: #9B9B9B;
}

/* page news list */
._newsList ._item {
  padding: .3rem 0;
  width: 100%;
  align-items: stretch;
  position: relative;
}

._newsList ._item::before,
._newsList ._item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #f2f2f2;
  transition: ease-in-out .3s;
  -webkit-transition: ease-in-out .3s;
  -moz-transition: ease-in-out .3s;
  z-index: 1;
}

._newsList ._item::after {
  background: var(--views-theme);
  width: 0
}

._newsList ._item::first-child {
  padding-top: 0;
}

._newsList ._img {
  width: 30%;
  overflow: hidden;
}

._newsList ._img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease-in-out .3s;
  -webkit-transition: ease-in-out .3s;
  -moz-transition: ease-in-out .3s;
}

._newsList ._info {
  padding-left: .5rem;
  width: 70%;
}

._newsList .news_title {
  width: 100%;
  font-size: .24rem;
  font-weight: 600;
  color: #333333;
  transition: ease-in-out .3s;
  -webkit-transition: ease-in-out .3s;
  -moz-transition: ease-in-out .3s;
}

._newsList .news_time {
  width: 100%;
  font-size: .14rem;
  color: #999999;
  margin-bottom: .1rem;
  position: relative;
}

/* 
._newsList .news_time::after {
  content: "";
  display: block;
  width: .7rem;
  height: 1px;
  background-color: var(--views-theme);
  transform: translateY(.05rem);
} */

._newsList .news_desc {
  width: 100%;
  font-size: .16rem;
  line-height: 2;
  color: #333333;
  margin-top: .15rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;

}

._newsList ._item .news_more {
  margin-top: .1rem;
  margin-left: 0;
  margin-bottom: 0;
  padding: .1rem .15rem;
  display: inline-block;
  width: auto;
  line-height: 1;
  border: 1px solid #0E4D93;
  border-radius: 4px;
  font-size: .14rem;
  text-align: center;
  color: #333;
  transition: ease-in-out .3s;
  -webkit-transition: ease-in-out .3s;
  -moz-transition: ease-in-out .3s;
}

._newsList ._item:hover::after {
  width: 100%
}

._newsList ._item:hover .news_title {
  color: var(--views-theme);
}

._newsList ._item:hover .news_more {
  color: #fff;
  background-color: var(--views-theme);
}

._newsList ._item:hover ._img img {
  transform: scale(1.05);
}

/* 新闻详情 */
.newsDel {
  padding-bottom: 7.8125vw;
  padding-top: 0.4rem;
  background-color: #f0f4f7;
}

.newsDel ._cnt {
  margin-top: 0.5rem;
}

.newsDel ._info {
  background-color: #fff;
  padding: 3.125vw;
  margin-right: 0.2rem;
  padding-bottom: 4.166666666666667vw;
}

.newsDel ._info ._top {
  border-bottom: 1px solid #eee;
  padding-bottom: 0.2rem;
}

.newsDel ._info ._top ._title {
  font-size: 0.36rem;
  margin-bottom: 0.25rem;
}

.newsDel ._info ._top ._line {
  color: #999;
}

.newsDel ._sell {
  width: 4.9rem;
  position: sticky;
  top: .9rem;
}

.newsDel ._sell ._cont {
  padding: 3.125vw 0.3rem;
  background-color: #fff;
}

.newsDel ._sell ._title {
  font-weight: bold;
  color: var(--views-theme);
}

.newsDel ._sell ._list {
  margin-top: 0.3rem;
}

.newsDel ._sell ._list ._item>a {
  border-bottom: 1px solid #ddd;
  position: relative;
}

.newsDel ._sell ._list ._item>a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid var(--views-theme);
  transition: width 0.6s ease;
}

.newsDel ._sell ._list ._item ._img {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.20608899297423%;
  overflow: hidden;
}

.newsDel ._sell ._list ._item ._img>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.newsDel ._sell ._list ._item ._txt {
  padding: 0.4rem 0;
  line-height: 1;
}

.newsDel ._sell ._list ._item ._txt ._name {
  color: #333;
  margin-bottom: 0.2rem;
  transition: color 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsDel ._sell ._list ._item ._txt ._time {
  color: #999;
}

.newsDel ._info ._contin {
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
  color: #666;
  line-height: 2.5;
}
#main .newsDel ._info ._contin img{
  display: inline-block;
}
.newsDel ._info ._skip {
  align-items: center;
  padding-top: 0.6rem;
  border-top: 1px solid #eee;
}

.newsDel ._info ._skip ._jump {
  padding-right: 0.2rem;
  text-align: justify;
}

.newsDel ._info ._skip ._jump>div {
  margin-bottom: 0.15rem;
}

.newsDel ._info ._skip ._jump a {
  transition: color 0.3s ease;
  color: #666;
  display: inline-block;
}

.newsDel ._info ._skip ._jump>div:last-child {
  margin-bottom: 0;
}

.newsDel ._info ._skip ._back {
  margin-left: auto;
}

.newsDel ._info ._skip ._back>a {
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  z-index: 2;
  position: relative;
  transition: box-shadow 0.5s var(--bcr1);
  background-color: var(--views-theme);
  font-weight: bold;
}

.newsDel ._info ._skip ._back>a:before,
.newsDel ._info ._skip ._back>a:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s var(--bcr1);
  background-color: var(--views-theme);
}

.newsDel ._info ._skip ._back>a:before {
  z-index: -1;
  opacity: 0.2;
}

.newsDel ._info ._skip ._back>a:after {
  z-index: -2;
  opacity: 0.1;
}
@media (max-width:767px){
  .newsDel ._cnt{
    flex-direction: column;
  }
  .newsDel ._info{
    margin-right: 0;
    margin-bottom: .3rem;
  }
  .newsDel ._info ._skip{
    flex-direction: column;
  }
  .newsDel ._info ._skip ._jump a{
    display: contents;
  }
  .newsDel ._info ._skip ._back>a{
    font-size: 12px;
  }
  .newsDel ._sell{
    width: 100%;
  }
  .newsDel ._sell ._list ._item>a{
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
  }
  .newsDel ._sell ._list ._item ._img{
    width: 40%;
    height: auto;
    margin-right: .2rem;
    padding: 0;
  }
  .newsDel ._sell ._list ._item ._img>img{
    position: initial;
  }
  .newsDel ._sell ._list ._item ._txt{
    width: calc(60% - .2rem);
    padding: 0;
  }
  .newsDel ._sell ._list ._item ._txt ._name{
    overflow: auto;
    text-overflow: initial;
    white-space: normal;
  }
}

/*pages*/
.pages {
  margin-top: 0.3rem;
  padding-bottom: 0.3rem;
  text-align: center;
}
.pages a,
.pages b {
  margin: 5px;
  display: inline-block;
  font-size: 0.14rem;
  color: #777777;
  border: none;
  line-height: 32px;
  height: 32px;
  padding: 0 12px;
  background-color: #f6f6f6;
}

.pages b {
  background: var(--views-theme);
  color: #fff;
}

.pages a:hover {
  color: var(--views-theme);
}

.pages a:first-child {
  display: none;
}

@media (max-width: 760px) {

  .pages a,
  .pages b {
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
  }
}
/* 
#pages li {
  margin: 0 2px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #e6e6e6;
  color: #333;
  display: inline-block;
}

#pages li a {
  font-size: 14px;
  display: block;
  padding: 0 12px;
  color: #333;
}

#pages li span {
  font-size: 14px;
  display: block;
  padding: 0 12px;
}

#pages li.active {
  text-align: center;
  background: var(--views-theme);
  color: #fff;
  display: inline-block;
}

#pages li:hover {
  color: #fff;
  background: var(--views-theme);
}

#pages li:hover a {
  color: #fff;
} */

/***选择新益为，咨询热线***/
.zxlx {
  width: 441px;
  text-indent: 66px;
  margin-top: 40px;
  height: 51px;
  line-height: 51px;
  background-color: #e53830;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  border-radius: 26px;
}

.zxlx .zxlxs {
  width: 32%;
  height: 51px;
  text-indent: 0;
  text-align: center;
  line-height: 51px;
  background-color: #ffffff;
  font-size: 16px;
  color: #e53830;
  border-radius: 26px;
  border: solid 1px #e53830;
  cursor: pointer;
  float: right;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.zxlx .zxlxs a {
  font-size: 16px;
  color: #e53830;
}

.zxlx .zxlxs:hover {
  opacity: 0.9;
}

.sj_black {
  display: none !important;
}

/* 关于我们 */
.mnavfix {
  display: none;
  position: fixed;
  left: 0;
  top: 30%;
  background: #fff;
  border-radius: 10px;
  z-index: 99;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.mnavfix dt {
  width: 160px;
  height: 50px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  position: relative;
  border-radius: 20px;
  display: flex;
  align-items: center;
  border: solid 2px rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(109deg, #f1f5f8 0%, #fefefe 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  box-shadow: 0px 0px 15px 0px rgba(57, 61, 162, 0.2);
}

.mnavfix dt img {
  margin: 0 16px;
}

.mnavfix dt span {
  position: absolute;
  right: 20px;
  font-size: 14px;
  color: #333;
  line-height: 23px;
}

.mnavfix .mavul {
  margin-left: 17.5px;
  margin-top: 20px;
  padding-left: 13.5px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.mnavfix .mavul li {
  font-size: 13px;
  color: #999;
  line-height: 36px;
  margin-left: -15px;
  cursor: pointer;
  display: none;
}

.mnavfix .mavul li.have,
.mnavfix .mavul li a {
  display: flex;
  align-items: center;
}

.mnavfix .mavul li span {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-right: 17px;
  background-color: #dfe1e1;
}

.mnavfix .mavul li:hover a,
.mnavfix .mavul li.on a {
  color: #303384;
}

.mnavfix .mavul li:hover a span,
.mnavfix .mavul li.on a span {
  width: 7px;
  height: 7px;
  margin-left: -4px;
  background: #fff;
  border-radius: 10px;
  border: solid 2px #303384;
}

.f3f6f9 {
  background-color: #f3f6f9;
}


.dth {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: .71rem;
  position: relative;
  text-align: center;
  margin-bottom: .2rem;
}

.dth img {
  max-width: 100%;
  height: auto;
}

.dth dt {
  font-size: .4rem;
  color: #333333;
  line-height: 1.6;
  display: inline-block;
  padding: 0 .3rem;
}

.f3f6f9 .dth dt {
  background-color: #f3f6f9;
}

.dth dt strong {
  color: #333;
}
.public-page-contact-box{
  margin-top: .45rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: .4rem;
}
.public-page-contact-box .public-page-contact{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--views-theme);
  border-radius: 4px;
  color: var(--views-theme-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: .16rem;
  padding: 0 .25rem;
  height: 100%;
}
.public-page-contact-box .public-page-contact b{
  font-size: .18rem;
  font-weight: 600;
}
.public-page-contact-box .public-page-btn{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px var(--views-theme-6);
  border-radius: 4px;
  color: var(--views-theme-6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .2rem;
  font-weight: 400;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 20px;
  height: 100%;
  padding: 0 .22rem;
}
.public-page-contact-box .public-page-btn:hover{
  background: var(--views-theme);
  border-color: var(--views-theme);
  color: var(--views-theme-white);
}

.pageCulture .row {
  width: 100%;
}

.pageCulture ul {
  background: url(../images/p-cul-bg.webp) no-repeat center;
  height: 656px;
  display: flex;
  width: 100%;
}

.pageCulture .sect_1200 {
  width: 100%;
}

.pageCulture ul li {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: calc(100% / 8);
  transition: all 0.3s;
  cursor: pointer;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, .2);
}

.pageCulture ul li img {
  filter: brightness(1000%);
  margin-top: 33px;
  transition: all 0.3s;
}

.pageCulture ul li:hover {
  background-color: #f1f4f8;
  transition: all 0.3s;
}

.pageCulture ul li:hover img {
  filter: none;
  transition: all 0.3s;
}

.pageHistory {
  padding-bottom: .61rem;
  position: relative;
}

.pageHistory .fzlclist {
  height: auto;
  position: relative;
}

.pageHistory .fzlclist .bd {
  width: 100%;
  overflow: hidden;
}

.pageHistory .fzlclist .bd ul {
  height: auto;
}

.pageHistory .fzlclist .bd ul li {
  width: 173px;
  margin: 0 20px;
  margin-top: 140px;
  margin-bottom: 40px;
  height: 550px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  position: relative;
  border: solid 2px #ffffff;
  cursor: pointer;
  transition: all 0.3s;
}

.pageHistory .fzlclist .bd ul li:hover {
  box-shadow: 0px 0px 30px 0px rgba(32, 38, 129, 0.53);
  background-color: #303384;
  border: solid 2px #303384;
}

.pageHistory .fzlclist .bd ul li:hover strong {
  color: #fff;
}

.pageHistory .fzlclist .bd ul li:hover dt {
  color: #fff;
}

.pageHistory .fzlclist .bd ul li:hover p {
  color: #fff;
}

.pageHistory .fzlclist .bd ul li .dian {
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -90px;
  left: calc(50% - 8px);
  height: 16px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 100px;
}

.pageHistory .fzlclist .bd ul li .dian strong {
  width: 8px;
  height: 8px;
  background-color: #999999;
  border-radius: 10px;
}

.pageHistory .fzlclist .bd ul li .dyuan {
  width: 123px;
  height: 123px;
  background-color: #f3f6f9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  position: absolute;
  top: -61.5px;
  left: calc(50% - 61.5px);
}

.pageHistory .fzlclist .bd ul li .dyuan span {
  width: 90px;
  height: 90px;
  background-color: #202681;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-weight: bold;
}

.pageHistory .fzlclist .bd ul li dt {
  margin-top: 105px;
  color: #202681;
  font-size: 24px;
  text-align: center;
  margin-bottom: 24px;
}

.pageHistory .fzlclist .bd ul li .text {
  display: flex;
  justify-content: center;
}

.pageHistory .fzlclist .bd ul li p {
  font-family: "Helvetica";
  width: 14px;
  text-align: left;
  margin: 0 6px;
  writing-mode: tb;
}

.pageHistory .fzlclist .bd ul li p strong {
  color: #303384;
  font-size: 20px;
}

.pageHistory .uhx {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 256px;
  background-color: #dbe1e8;
  z-index: 0;
}

.pageHistory .fzlclist .prev {
  position: absolute;
  top: calc(50% - 60.5px);
  left: -61px;
  width: 61px;
  height: 61px;
  opacity: 0.5;
  border-radius: 100px;
  background: url(../images/wetpre.png) no-repeat center;
}

.pageHistory .fzlclist .next {
  position: absolute;
  top: calc(50% - 60.5px);
  right: -61px;
  width: 61px;
  height: 61px;
  border-radius: 100px;
  background: url(../images/wetpre.png) no-repeat center;
  transform: rotate(180deg);
  opacity: 0.5;
}

.pageHistory .sect_1520>p {
  line-height: 36px;
  font-size: 16px;
  color: #333;
  text-align: center;
}

.pageHistory .sect_1520>p strong {
  color: #303384;
}

.pageHonor {
  padding-bottom: 70px;
}

.pageHonor ul {
  margin-right: 0%;
  overflow: hidden;
}

.pageHonor ul li {
  width: 10%;
  cursor: pointer;
  float: left;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}


.pageHonor .sect_1200.ssqd .hdong>dl>dt {
  background: none;
  height: 70px;
}

.pageHonor .sect_1200.ssqd .hdong>dl>dt span {
  background: #303384;
  margin-right: 5px;
}

.pageHonor .sect_1200.ssqd ul li {
  height: auto;
  min-height: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.pageHonor .sect_1200.ssqd ul li p {
  margin-top: 30px;
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
  border: none;
  text-align: center;
}

.pageHonor ul li {
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  box-sizing: border-box;
}

.pageHonor ul li:nth-child(4n) {
  border-right: none;
}

/* .pageHonor ul li:nth-child(-n+12) {
  display: block;
} */

.morea {
  cursor: pointer;
  margin-top: 30px;
}

.pageHonor ul li p {
  line-height: 1.4;
  display: none;
}

.pageHonor ul li:nth-child(4n) {
  margin-right: 0;
}

.pageHonor ul li .tpic {
  margin-bottom: 0px;
  height: 1.52rem;
  overflow: hidden;
}
.pageHonor ul li .tpic img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pageHonor ul li:hover p {
  color: #202681;
}

.morea {
  width: 184px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  font-size: 15px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 23px;
  display: block;
  color: #202681;
  margin: 0 auto;
  margin-top: 30px;
  border: solid 1px #202681;
}

.pageTeam {
  padding-bottom: 90px;
}

.pageTeam ul li {
  width: 291px;
  margin-right: 80px;
  float: left;
}

.pageTeam ul li .tpic {
  margin-bottom: 39px;
}
#main .pageTeam ul li .tpic img{
  height: auto;
}

.pageTeam ul li dt {
  color: #333333;
  font-size: 22px;
  margin-bottom: 39px;
}

.pageTeam ul li dt strong {
  color: #b80b26;
  letter-spacing: 1px;
}

.pageTeam ul li p {
  font-size: 18px;
  line-height: 40px;
}

.pageTeam ul li p strong {
  color: #0054a3;
}

.pageTeam ul {
  display: flex;
}

.pageTeam .row>p {
  text-align: center;
  line-height: 36px;
  color: #333;
  font-size: 16px;
  margin-top: 64px;
}

.pageTeam .row>p span {
  font-size: 20px;
  color: #222222;
}

.pageTeam .row>p span strong {
  color: #bf3246;
}

.pageTeam .row>p {
  text-align: center;
  line-height: 36px;
  color: #333;
  font-size: 16px;
  margin-top: 64px;
}

.pageTeam .row>p span {
  font-size: 20px;
  color: #222222;
}

.pageTeam .row>p span strong {
  color: #bf3246;
}

.pageBook {
  padding-bottom: .45rem;
}

.pageBook ul {
  display: flex;
  flex-wrap: wrap;
}

.pageBook ul li {
  width: calc((100% - .9rem)/3);
  align-items: center;
  margin-right: .45rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(57, 61, 162, 0.2);
  padding: 20px 36px;
  border-radius: 10px;
  margin-bottom: .45rem;
  cursor: pointer;
}

.pageBook ul li:nth-child(3n) {
  margin-right: 0;
}

.pageBook ul li .tpic {
  float: left;
  width: 102px;
  margin-right: .2rem;
  height: 156px;
  overflow: hidden;
}

.pageBook ul li .tpic img {
  width: 100%;
  float: left;
  margin-top: .2rem;
}

.pageBook ul li dt {
  font-size: .22rem;
  color: #333333;
  max-height: 58px;
  margin-top: 12px;
  margin-bottom: 19px;
}

.pageBook ul li p {
  color: #666666;
  font-size: 14px;
  height: 38px;
  overflow: hidden;
}

.pageBook ul li span {
  width: 240px;
  height: 32px;
  line-height: 32px;
  background-color: #1e2480;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  border-radius: 5px;
  color: #fff;
}

.pageMusic {
  padding-bottom: 1.1rem;
}

#main .pageMusic img {
  display: inline-block;
}
.pageMusic .music__list__item.play:before{
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/icon-volume.svg) no-repeat center;
  background-size: contain;
}

.player-control__btn img {
  width: 16px;
}

.player-control__btn--play i,
.player-control__volume .player-control__btn i {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
}

.player-control__btn--play i img,
.player-control__volume .player-control__btn i img {
  position: absolute;
}

.player-control__btn--play i.icon-play img:nth-child(2),
.player-control__volume .player-control__btn i img:nth-child(2) {
  opacity: 0;
}

.player-control__btn--play i.icon-pause img:nth-child(1),
.player-control__volume .player-control__btn i.icon-muted img:nth-child(1) {
  opacity: 0;
}

.player-control__btn--play i.icon-pause img:nth-child(2),
.player-control__volume .player-control__btn i.icon-muted img:nth-child(2) {
  opacity: 1;
}

.pageJoinUs {
  padding-bottom: .98rem;
}

.pageJoinUs li {
  margin-bottom: 20px;
  height: 75px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.pageJoinUs ul>dl>dt {
  background-color: #e9e9f3;
  height: 80px;
  line-height: 80px;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 0 50px;
}

.pageJoinUs ul>dl>dt span {
  font-size: 18px;
  width: 260px;
  display: inline-block;
  color: #333;
  font-weight: bold;
}

.pageJoinUs li .zptext {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 10px;
  padding: 40px 50px;
  padding-top: 0px;
}

.pageJoinUs li .zptext dt {
  height: 70px;
  line-height: 70px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}

.pageJoinUs li .zptext dt span {
  font-size: 18px;
  width: 260px;
  display: inline-block;
  color: #333;
}

.pageJoinUs li .zptext .text p {
  font-size: 16px;
  line-height: 30px;
}

.pageJoinUs li .zptext .text strong {
  margin-bottom: 10px;
  display: block;
}

.pageJoinUs li .zptext .text a {
  color: #1e2480;
  font-size: 16px;
  line-height: 30px;
}

.pageJoinUs li .zptext dt .kg {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 70px;
  cursor: pointer;
}

.pageJoinUs li.on {
  height: auto;
}

.pageJoinUs li.on .zptext dt {
  border-bottom: 1px solid #e1e1e1;
}

.pageContact {
  padding-bottom: .53rem;
}

.pageContact .hd1 {
  height: 300px;
  background: linear-gradient(90deg, rgba(254, 254, 254, 1) 0%, rgba(243, 245, 248, 1) 100%);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.pageContact .hd1::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/xscd1.jpg) no-repeat 0 bottom;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.pageContact .hd1 .left {
  padding-left: 50px;
  padding-top: 50px;
  position: relative;
}

.pageContact .hd1 .left dt {
  font-size: 28px;
  color: #333;
  margin-bottom: 50px;
}

.pageContact .hd1 .left span {
  font-size: 30px;
  color: #c70000;
  font-weight: bold;
}

.pageContact .hd1 .right {
  width: 570px;
  border-left: 1px solid #fff;
  height: 100%;
  position: relative;
}

.pageContact .hd1 .right .text {
  float: left;
  padding-top: 50px;
  padding-left: 56px;
}

.pageContact .hd1 .right .text dt {
  font-size: 28px;
  color: #333;
  margin-bottom: 30px;
}

.pageContact .hd1 .right .text p {
  line-height: 36px;
  font-size: 14px;
  color: #666;
}

.pageContact .hd1 .right .text p strong {
  color: #c70000;
}

.pageContact .hd1 .right .text .zx {
  width: 144px;
  text-align: center;
  line-height: 38px;
  color: #c70000;
  height: 38px;
  display: inline-block;
  margin-top: 20px;
  background-color: #f5f7f9;
  border-radius: 5px;
  border: solid 1px #c70000;
}

.pageContact .hd1 .right .ewm {
  float: right;
  margin-right: 40px;
  margin-top: 50px;
}

.pageContact .hd1 .right .ewm img {
  width: 97px;
  height: 95px;
  margin-right: 18px;
}

.pageContact ul {
  margin-top: 40px;
  align-items: stretch;
  flex-wrap: wrap;
}

.pageContact ul li {
  width: calc((100% - .9rem)/3);
  padding: .5rem .48rem;
  cursor: pointer;
  background-color: #ffffff;
  margin-right: .45rem;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 40px;
}

.pageContact ul li:nth-child(3n) {
  margin-right: 0;
}

.pageContact ul li dt {
  font-size: 22px;
  margin-bottom: 24px;
}

.pageContact ul li p {
  line-height: 36px;
  font-size: 16px;
}

.pageContact ul li:hover {
  box-shadow: 0px 0px 15px 0px rgba(57, 61, 162, 0.8);
  transition: all 0.3s;
}
.pageCases{
  background: transparent;
}
.pageCases .hd ul {
  display: flex;
}

.pageCases .hd ul li {
  width: 9%;
  margin: 0 0.5%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  color: #666666;
  background-image: linear-gradient(109deg, #f1f5f8 0%, #fefefe 100%), linear-gradient(#e53932, #e53932);
  background-blend-mode: normal, normal;
  box-shadow: 0px 0px 15px 0px rgba(57, 61, 162, 0.2);
  border-radius: 28px;
  border: solid 2px rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: all 0.3s;
}

.pageCases .hd ul li:hover,
.pageCases .hd ul li.on {
  background: #303384;
  transition: all 0.3s;
  color: #fff;
}

.pageCases .hd ul li.on a,
.pageCases .hd ul li.hover a {
  color: #fff;
}
.pageCases::before{
  display: none;
}
.pageCases .bd {
  margin-top: 40px;
}

.pageCases .bd ul {
  display: flex;
  flex-wrap: wrap;
}

.pageCases .bd ul li {
  width: 23.5%;
  margin-right: 1.6%;
  margin-bottom: 2%;
  border-radius: 5px;
  position: relative;
  border: solid 2px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(57, 61, 162, 0.2);
  transition: all 0.4s;
}

.pageCases .bd ul li:nth-child(4n) {
  margin-right: 0;
}

.pageCases .bd ul li .tpic {
  /*min-height:192px;*/
}

.pageCases .bd ul li .tpic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.pageCases .bd ul li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 44px;
  text-align: center;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  box-sizing: border-box;
  padding: 0 9%;
  z-index: 10;
}

.pageCases .bd ul li .text dt {
  color: #fff;
  font-size: 14px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pageCases .bd ul li span {
  font-size: 13px;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  color: #fff;
  display: block;
  text-align: left;
}

.pageCases .bd ul li:hover {
  transition: all 0.4s;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  border: solid 2px rgba(255, 255, 255, 0.1);
}

.pageCases .bd ul li:hover .text {
  height: 100%;
  background: rgba(48, 51, 132, 0.8);
  transition: all 0.3s;
}

.pageCases .bd ul li:hover .text dt {
  font-size: 18px;
  margin: 20px auto 0;
}

.pageCases .bd ul li:hover .botmore {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  transition: all 0.3s;
}

.pageCases .bd ul li:hover .botmore a {
  display: inline-block;
  font-size: 13px;
  padding: 0 17px;
  color: #fff;
  height: 34px;
  line-height: 34px;
  margin: 0 6px;
  border-radius: 16px;
  text-align: center;
  background: rgba(48, 51, 132, 0.5);
  border: solid 1px #d5d5d5;
  transition: all 0.3s;
}

.pageCases .bd ul li:hover .botmore a:hover {
  transition: all 0.3s;
  background-color: rgba(48, 51, 132, 1);
}
.pagePartner{padding-bottom:.93rem;}
.pagePartner ul{display: flex;flex-wrap: wrap;margin-top:30px;}
.pagePartner ul li{width:9%;margin:0.5%;border-radius:5px;overflow:hidden;box-shadow: 0px 0px 15px 0px rgba(57, 61, 162, 0.2);}
.pagePartner ul li img{width:100%;height:auto;}

@media screen and (min-width: 1025px) {
  .newsDel ._info ._skip ._back>a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .newsDel ._info ._skip ._back>a:hover:before {
    transform: scale(1.4);
  }

  .newsDel ._info ._skip ._back>a:hover:after {
    transform: scale(1.8);
  }

  .newsDel ._info ._skip ._jump a:hover {
    color: var(--views-theme);
  }

  .newsDel ._sell ._list ._item>a:hover:after {
    width: 100%;
  }
}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {
  .below .row {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
  }

  ._newsList {
    margin-top: 0;
  }

  ._newsList ._item {
    flex-direction: column;
  }

  ._newsList ._img {
    width: 100%;
    height: 4.12rem;
  }

  ._newsList ._info {
    padding: .3rem 0 0;
    width: 100%;
  }

  ._newsList .news_time {
    font-size: .266rem;
  }

  ._newsList .news_title {
    font-size: .4rem;
  }

  ._newsList .news_desc {
    font-size: .3rem;
  }

  ._newsList ._item .news_more {
    display: none;
  }
  .pageAboutUs ul{ padding: 10px; display: block; width: 100%; height: auto; box-sizing: border-box;}
	.pageAboutUs ul .text dt{font-size:20px;margin-bottom: 10px; }
	.pageAboutUs ul .text{ width: 100%;display: block;}
	.pageAboutUs{ padding-bottom: 30px; }
	.pageAboutUs ul .text p{font-size:15px;line-height: 1.6;}
  .pageAboutUs ul .tpic{
    margin-top: 5px;
    width: 100%;
  }
  .pageAboutUs ul .tpic img{
    width: 100%;
    height: auto;
  }
  .public-page-contact-box{height: .68rem;}
  .public-page-contact-box .public-page-contact,.public-page-contact-box .public-page-contact b{font-size: .266rem;}
  .public-page-contact-box .public-page-btn{font-size: .28rem;}
	.pageCulture ul li{ width: 25%; display: inline-block; height: 5rem; box-sizing: border-box;}
	.pageCulture ul li img{ margin: auto; display: block;}
	.pageCulture ul{ height: auto; display: block;background-size: auto 100%; font-size: 0;}
	.tempWrap{ margin: auto;}
	.pageHistory .fzlclist .prev{left: 0;}
	.pageHistory .fzlclist .next{right: 0;}
.pageHistory .sect_1520 > p{font-size:18px;margin-top:5px; line-height:30px;}
	.pageHonor ul li{ width: 50%; padding: 10px; height: 177px; }
	.pageTeam ul{ display:block; }
	.pageTeam ul li{ width: 50%; margin-right: 0; text-align: center;}
	.pageTeam ul li .tpic{ text-align: center;}
	.pageTeam ul li .tpic img{ width: 100%; height: auto;}
.pageTeam ul li dt{ font-size:15px;margin-bottom: 10px;text-align:left;}
.pageTeam ul li p{ font-size:12px;line-height:22px;text-align:left;}
	.pageTeam,.pageMusic,.pageJoinUs,.pageContact{ padding-bottom: 30px; }
	.pageTeam .row > p{ line-height: 1.8; margin-top: 20px; clear: both; padding-top: 15px;}
	.pageBook ul{ display: block; }
	.pageBook ul li{ width: 100%; height:auto; box-sizing: border-box;padding: 10px 18px; margin-bottom: 10px; margin-right: 0;}
	.pageBook ul li .tpic img{ margin-top: 0; }
.pageBook ul li dt{font-size:20px;margin-bottom:10px;}
.pageBook ul li .tpic{height:auto; margin-bottom: 10px; }
	.playert p{font-size: .24rem !important; margin-bottom: 10px; line-height: 1.8 !important;}
	.playert p span{ display: inline-block;}
	.pageBook ul li span{ width: 100%;height: auto; margin-top: 0; }
	.music-player__list{ padding-top: 10px !important; padding-bottom: 10px !important;width: 100%;}
  .music-player__main{
    height: 200px;
  }
	.pageJoinUs .row>ul{ overflow-x: auto;}
	.pageJoinUs .row>ul>*{width: 710px;}
.pageJoinUs li .zptext dt span{ width: 130px; font-size: 12px; }
	.pageJoinUs ul > dl > dt span{ width: 130px; font-size: 12px; }
	.pageJoinUs li .zptext dt{ height: 50px; line-height: 50px; }
	.pageJoinUs li{ height: 50px; }
	.pageJoinUs li .zptext .text strong{ font-size: 12px !important; }
	.pageJoinUs li .zptext .text p{ font-size: 12px !important; line-height: 1.6; }
  .pageContact .hd1{height: auto;padding-bottom: .2rem;}
	.pageContact .hd1 .left{ padding-right: 20px; padding-top: 20px; float: none; padding-left: 10px;}
	.pageContact .hd1 .left dt{ margin-bottom: 15px;font-size:15px;}
.pageContact .hd1 .left span{ font-size:22px;}
	.pageContact .hd1 .right{ width: 100%; float: none;}
	.pageContact .hd1 .right .ewm{  margin-right: 10px; margin-top: 50px; width: calc(100% - 176px);display: flex;}
	.pageContact .hd1 .right .text{ padding-left: 10px; padding-top: 20px; }
.pageContact .hd1 .right .text dt{font-size:26px; margin-bottom: 0; }
	.pageContact .hd1 .right .ewm img{ width: 46%; margin: 1%; height:auto;display: inline-block;}
	.pageContact ul li{ width: 100%; height: auto;box-sizing: border-box;padding: 15px 15px; }
	.pageContact ul li dt{font-size:22px;line-height: 1.8; margin: auto;}
	.pageContact ul li p{font-size:15px;line-height: 1.6; }
	.pageContact ul li{ margin-right: 0; margin-bottom: 10px; }
  .pc_black{
    display: none !important;
  }
  .zxlx{width: 100%;text-indent:7%;height:40px;line-height:40px;font-size:14px;}
	.zxlx .zxlxs{width:30%;height:40px;line-height:40px;box-sizing: border-box;font-size:14px;}
  .pageCases .hd ul{ padding: 10px 0;flex-wrap: wrap;}
	.pageCases .hd ul li{ display: inline-block;height:35px;width:31.33%; margin:1%;box-sizing: border-box; line-height:30px; font-size:15px;box-shadow: 0 0 5px rgba(0,0,0,.5);vertical-align:middle;}
	.pageCases .hd ul li:nth-child(10){display:none}
	.pageCases .bd{margin-top:20px;}
	.pageCases .bd ul li{ width:46.6%;margin:5px 1%;height: auto;display: none;}
	.pageCases .bd ul li span{ height: 36px; }
	.pageCases .bd ul li:nth-child(-n+8){display: block;}
	.pageCases .bd ul li .tpic{margin-top:0;}
	.pageCases .bd ul li:hover .text dt{width:94%;margin:10px 3% 0 3%;font-size:14px;height:30px;line-height:30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.pageCases .bd ul li:hover .botmore{margin-top:5px;}
	.pageCases .bd ul li:hover .botmore a{font-size:12px;padding: 0 5px;height:24px;line-height:24px;margin:0 2px;}
  .pagePartner{padding-bottom:30px;}
	.pagePartner .dspan{ width: 100%; text-align: center;}
	.pagePartner ul{ margin-top: 20px; }
	.pagePartner ul li{ width: 19%;}
}

@media screen and (max-width: 768px) {
  .sj_black {
    display: inline-block !important;
  }
}