.general {
  width: calc(100% - 444px);
  float: left;
}
.generalPic {
  float: left;
  width: calc(100% - 350px);
  height: 474px;
  overflow: hidden;
}
.generalPic .swiper {
  width: 100%;
  height: 100%;
}
.generalPic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.generalPic .swiper-slide:hover img {
  transform: scale(1.1);
}
.generalPic .swiper-button-next, .generalPic .swiper-button-prev {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
}
.generalPic .swiper-button-next::after, .generalPic .swiper-button-prev:after {
  font-size: 16px;
}
.generalPic:hover .swiper-button-next, .generalPic:hover .swiper-button-prev {
  opacity: 1;
}
.generalPic .swiper-button-next:hover, .generalPic .swiper-button-prev:hover {
  background: #8a2ac1;
}
.generalPic .box {
  width: 100%;
  height: 100%;
}
.picFocus {
  position: relative;
}
.picFocus .prev, .picFocus .next {
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  margin: 2px 0;
  position: relative;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.picFocus .next::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -7px;
  display: inline-block;
  height: 9px;
  width: 9px;
  border-width: 1px 1px 0 0;
  border-color: #fff;
  border-style: solid;
  -webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
  transform: matrix(.71, .71, -.71, .71, 0, 0);
}
.picFocus .prev::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -2px;
  display: inline-block;
  height: 9px;
  width: 9px;
  border-width: 0 0 1px 1px;
  border-color: #fff;
  border-style: solid;
  -webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
  transform: matrix(.71, .71, -.71, .71, 0, 0);
}
.picFocus .next {
  right: 0;
}
.generalCont {
  margin-top: 40px;
}
.generalText {
  float: right;
  width: 350px;
}
.generalText li {
  transition: all 0.5s;
  padding: 19px 0 19px 30px;
  border-bottom: 1px solid #d5d3d0;
}
.generalText li span {
  line-height: 1;
  font-size: 15px;
  color: #8a2ac1;
  display: block;
  margin-bottom: 8px;
  transition: all 0.3s;
}
.generalText li p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5;
  font-size: 18px;
  color: #2f2f2f;
  line-height: 28px;
  height: 56px;
}
.generalText li.on {
  padding: 19px 10px 19px 30px;
  background: #8a2ac1;
}
.generalText li.on span {
  color: #ffffff;
}
.generalText li.on p {
  color: #ffffff;
} /*.notice { float: right; width: 384px;}.noticeList li { margin-bottom: 35px; overflow: hidden;}.noticeList li:last-child { margin-bottom: 0;}.noticeList { margin-top: 44px;}.noticeList li:hover .newsTag { color: #8a2ac1;}*/ .newsDate {
  float: left;
  width: 66px;
  text-align: center;
}
.newsDate p {
  font-size: 13px;
  color: #ffffff;
  line-height: 24px;
  background: #8a2ac1;
}
.newsDate span {
  display: block;
  font-size: 28px;
  color: #8a2ac1;
  background: #ebf2f6;
  line-height: 42px;
}
.newsTag {
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 27px;
  height: 66px;
  float: right;
  width: calc(100% - 88px);
  font-size: 18px;
  color: #333333;
  border-bottom: 1px solid #d5d3d0;
}
.cellBanner img {
  display: block;
  width: 100%;
}
.titleCell a:hover {
  color: #fea200;
}
.serviceCont {
  background: url(../images/bg1.png) center bottom no-repeat;
  padding-bottom: 240px;
}
.servicePic {
  transition: all 0.5s;
  margin: 0 auto 17px;
  position: relative;
  box-sizing: border-box;
  border: 1px dashed #d3d3d3;
  border-radius: 50%;
  width: 118px;
  height: 118px;
}
.servicePic img {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.servicePic img:nth-child(2) {
  opacity: 0;
}
.seriveList {
  max-width: 100%;
  width: 1500px;
  margin: 0 auto;
}
.seriveList ul {
  overflow: hidden;
}
.seriveList li {
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.03);
  padding-top: 60px;
  text-align: center;
  float: left;
  width: 16.666666%;
}
.serviceType {
  margin-bottom: 50px;
}
.serviceType p {
  font-size: 22px;
  color: #131313;
}
.serviceTit p {
  font-weight: bold;
  font-size: 26px;
  color: #8a2ac1;
  line-height: 1;
  margin-bottom: 13px;
}
.serviceTit span {
  display: block;
  font-size: 16px;
  color: #9b9b9b;
  font-family: 'Times New Roman';
}
.serviceTit {
  background: url(../images/sline.png) center bottom no-repeat;
  margin-bottom: 26px;
  padding-bottom: 36px;
}
.serviceType:hover .servicePic::after {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  border: 1px dashed #2553a6;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  animation: circles 5s infinite linear;
  transform: translateX(-50%) translateY(-50%);
}
.serviceType:hover .servicePic {
  background: #8a2ac1;
  border: 1px solid #8a2ac1;
}
.serviceType:hover img:nth-child(1) {
  opacity: 0;
}
.serviceType:hover img:nth-child(2) {
  opacity: 1;
}
@keyframes circles {
  0% {
    transform: translateX(-50%) translateY(-50%) rotate(0);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}
.partyWork {
  float: left;
  width: calc(100% - 770px);
}
.partyWork ul {
  margin-top: 45px;
}
.partyWork li {
  margin-bottom: 28px;
}
.partyWork li h2 {
  transition: all 0.3s;
  line-height: 1;
  margin-bottom: 28px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  color: #2f2f2f;
}
.partyWork li p {
  position: relative;
}
.partyWork li span {
  line-height: 1;
  background: #ffffff;
  position: relative;
  z-index: 2;
  padding-right: 8px;
  font-size: 14px;
  color: #8a2ac1;
}
.partyWork li p::after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  background: #dbdbdb;
  transform: translateY(-50%);
}
.partyWork li:hover h2 {
  color: #fea200;
  padding-left: 8px;
}
.workCont {
  padding: 100px 0;
}
.bidding {
  float: right;
  width: 730px;
}
.bidding ul {
  margin-top: 45px;
}
.bidding ul::after {
  content: '';
  clear: both;
  display: block;
  height: 0;
}
.bidding li {
  transition: all 0.5s;
  background: #15489e;
  box-sizing: border-box;
  float: left;
  padding: 32px 30px 0;
  height: 209px;
  width: 48.35%;
  margin-bottom: 3.3%;
}
.bidding li:nth-child(2n) {
  float: right;
}
.bidding li p {
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 18px;
}
.bidding li span {
  display: block;
  font-size: 14px;
  color: #ffffff;
  opacity: .51;
}
.bidding li:nth-child(2), .bidding li:nth-child(3) {
  background: url(../images/art.png) right bottom no-repeat;
  background-size: cover;
}
.bidding li:nth-child(2) p, .bidding li:nth-child(3) p {
  color: #2f2f2f;
}
.bidding li:nth-child(2) span, .bidding li:nth-child(3) span {
  color: #15489e;
  opacity: 1;
}
.bidding li:hover {
  box-shadow: 0 0 10px rgba(21, 72, 158, .5);
  transform: translateY(-6px);
}
.bidding li:hover p {
  color: #ffdf30;
}
.bidding li:nth-child(2):hover p {
  color: #8a2ac1;
}
.bidding li:nth-child(3):hover p {
  color: #8a2ac1;
}
.special {
  background: url(../images/specialbg.jpg) center no-repeat;
  background-size: cover;
}
.specialPic {
  height: 132px;
  overflow: hidden;
}
.specialPic img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.specialCont {
  padding-bottom: 70px;
  margin-top: 55px;
}
.specialCont ul::after {
  content: '';
  clear: both;
  display: block;
  height: 0;
}
.specialCont li {
  text-align: center;
  float: left;
  width: 22.66%;
  margin-right: 3.12%;
}
.specialCont li:last-child {
  margin-right: 0;
}
.specialCont li p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
  font-size: 17px;
  color: #2a2a2a;
  line-height: 57px;
}
.specialCont li:hover img {
  transform: scale(1.1);
}
.specialCont li:hover p {
  background: #8a2ac1;
  color: #ffffff;
} /*.footer { background: #15489e;}.footerAside h2 { position: relative; font-size: 24px; color: #ffffff; position: relative; line-height: 52px;}.footerAside h2::after { content: ''; background: #adccff; position: absolute; bottom: 0; left: 0; width: 47px; height: 2px;}.footerTop { position: relative; border-bottom: 1px solid #6083bd;}.footerPic { position: absolute; right: 0; bottom: 0; width: calc(100% - 850px);}.footerText { width: 850px;}.frLink { margin: 32px 0 65px;}.frLink a { line-height: 44px; font-size: 16px; width: 33%; display: inline-block; color: #ffffff; opacity: .56; transition: all 0.3s;}.frLink a:hover { opacity: 1;}.contactInfor { margin: 36px 0 45px;}.contactInfor p { line-height: 44px; font-size:16px; color: #ffffff;}.contactInfor p:nth-child(1) { opacity: .56}.contactInfor p a { color: #ffffff;}.contactInfor p span { margin-right: 3.645vw; color: #ffffff; transition: all 0.3s; opacity: .56;}.contactInfor p span:hover { opacity: 1;}.footerTop { padding-top: 72px;}.footerPic img { display: block; width: 100%;}.scanEwm {position: relative; float: right;} .copyRight p { margin-right: 45px; float: left; font-size: 16px; color:rgba(255,255,255,.56);}.copyRight p a { transition: all 0.3s; color: rgba(255,255,255,.56);}.copyRight p a:hover {color: rgba(255,255,255,1);}.copyRight { line-height: 85px;}*/ .zthz {
  margin: 0 auto;
  width: 100%;
}
.zthz_nr {
  width: 100%;
  clear: both;
  display: flex;
  flex-direction: column-reverse;
}
.zthz_nr .zuo {
  max-width: 100%;
  height: auto;
  margin-top: -0.12rem;
}
.zthz_nr .zuo li {
  width: 20%;
  margin-right: 0%;
  line-height: .39rem;
  border-bottom: 0px solid #ddd;
  padding-top: 0px;
}
.zthz_nr .zuo li a {
  font-size: .15rem;
  color: #333;
}
.zthz_nr .zuo li a:hover {
  color: #8a2ac0;
}
.zthz_nr .you {
  display: none;
  max-width: 100%;
}
.zthz_nr .you ul {
  overflow: hidden;
}
.zthz_nr .you li {
  float: left;
  width: 33.33%;
  padding-left: .3rem;
}
.zthz_nr .you:first-child li {
  padding-left: 0rem;
}
.zthzbox img {
  width: 100%;
  margin-bottom: .2rem;
}
.wby2 {
  width: 100%;
  height: .42rem;
  padding: 0 15px;
  border: 1px solid #dddddd;
  font-size: 15px;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  background: url(../images/a_48.png) no-repeat 95% center;
}
.dbby {
  background: url(../images/a_46.png) no-repeat center center;
  background-size: 100% auto;
  height: 42px;
}
.footer {
  padding: 53px 0 46px;
  background: url(../images/footer.jpg) no-repeat bottom center;
  display: flex;
}
.footer .footLogo {
  float: left;
  width: 30%;
  margin-right: 1.1rem;
}
.footer .footLogo img {
  display: block;
  width: 100%;
  margin-top: 15px;
}
.footer .banQuan {
  float: left;
  color: #ffffff;
  margin-top: 15px;
}
.footer .banQuan p {
  font-size: 16px;
  line-height: 36px;
}
.footer .banQuan p span {
  margin-left: 50px;
}
.footer .ewm {
  float: right;
  overflow: hidden;
}
.footer .ewm p {
  float: right;
  width: .4rem;
  padding: .09rem .1rem;
  font-size: .15rem;
  color: #ffffff;
  text-align: center;
  background: #c074eb;
  box-sizing: border-box;
  line-height: 1.1;
  height: 1rem;
}
.footer .ewm img {
  display: block;
  width: .99rem;
  float: left;
}
.scanEwm span {
  cursor: pointer;
  display: block;
  margin-top: 20px;
}
.ewmAlt {
  transform: scale(0);
  transition: all 0.3s;
  transform-origin: center bottom;
  border-radius: 4px;
  left: 50%;
  margin-left: -60px;
  overflow: hidden;
  position: absolute;
  bottom: 90px;
  width: 120px;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(255, 255, 255, .2);
}
.ewmAlt img {
  display: block;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.scanEwm:hover .ewmAlt {
  transform: scale(1);
}
.menu_btn {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  float: right;
  width: 40px;
  position: relative;
  margin-right: 0px;
  margin-top: 32px;
  display: none;
}
.menu_btn .nav-toggle .lines {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}
.menu_btn .nav-toggle .lines .line {
  background: #ffffff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.menu_btn .nav-toggle .lines.open {
  margin: -11px 0 0 -11px;
  width: 22px;
  height: 25px;
  cursor: pointer;
}
.menu_btn .nav-toggle .lines.open .line {
  position: relative;
  width: 22px;
  height: 2px;
  -webkit-animation: open-in 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.3s 1 normal forwards;
  animation: open-in 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.3s 1 normal forwards;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.menu_btn .nav-toggle .lines.open .line + .line, .menu_btn .nav-toggle .lines.open .line + .line + .line {
  margin-top: 5px;
}
.menu_btn .nav-toggle .lines.open .line:nth-child(2) {
  -webkit-animation-delay: 0.36s;
  animation-delay: 0.36s;
}
.menu_btn.is-opened .nav-toggle .open .line {
  -webkit-animation: open-out-1 0.4s linear 0s 1 normal forwards;
  animation: open-out-1 0.4s linear 0s 1 normal forwards;
  -webkit-transform: scaleX(1) translateX(0);
  transform: scaleX(1) translateX(0);
}
.menu_btn.is-opened .nav-toggle .open .line:nth-child(1) {
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
}
.menu_btn.is-opened .nav-toggle .open .line:nth-child(2) {
  -webkit-animation-delay: 0.08s;
  animation-delay: 0.08s;
  -webkit-animation-name: open-out-2;
  animation-name: open-out-2;
}
.menu_btn .nav-toggle .lines.close {
  margin: -17px 0 0 -17px;
  width: 28px;
  height: 28px;
  -webkit-transform: rotateX(0.1deg) rotateZ(45deg);
  transform: rotateX(0.1deg) rotateZ(45deg);
  display: none;
}
.shiftLeft .menu_btn .nav-toggle .lines.close {
  display: block;
}
.menu_btn .nav-toggle .lines.close .line {
  position: absolute;
  background: #fff;
}
.menu_btn .nav-toggle .lines.close .line:nth-child(1) {
  top: 0;
  left: 12px;
  width: 3px;
  height: 28px;
  -webkit-animation: close-out-1 0.3s linear 0.1s 1 normal forwards;
  animation: close-out-1 0.3s linear 0.1s 1 normal forwards;
}
.menu_btn .nav-toggle .lines.close .line:nth-child(2) {
  top: 12px;
  left: 0;
  width: 28px;
  height: 3px;
  -webkit-animation: close-out-2 0.3s linear 0s 1 normal forwards;
  animation: close-out-2 0.3s linear 0s 1 normal forwards;
}
.menu_btn.is-opened .nav-toggle .close .line:nth-child(1) {
  -webkit-animation: close-in-1 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.6s 1 normal forwards;
  animation: close-in-1 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.6s 1 normal forwards;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.menu_btn.is-opened .nav-toggle .close .line:nth-child(2) {
  -webkit-animation: close-in-2 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.5s 1 normal forwards;
  animation: close-in-2 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.5s 1 normal forwards;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.menu_btn:hover .nav-toggle .i1 {
  width: 11px;
}
.menu_btne:hover .nav-toggl .i2 {
  width: 16px;
}
.menu_btn .nav-toggle .lines.close {
  display: block;
}
@-webkit-keyframes open-in {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@keyframes open-in {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@-webkit-keyframes open-out-1 {
  0% {
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  35% {
    -webkit-transform: scaleX(0.9) translateX(-5px);
    transform: scaleX(0.9) translateX(-5px);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  100% {
    -webkit-transform: scaleX(0) translateX(5px);
    transform: scaleX(0) translateX(5px);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
}
@keyframes open-out-1 {
  0% {
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  35% {
    -webkit-transform: scaleX(0.9) translateX(-5px);
    transform: scaleX(0.9) translateX(-5px);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  100% {
    -webkit-transform: scaleX(0) translateX(5px);
    transform: scaleX(0) translateX(5px);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
}
@-webkit-keyframes open-out-2 {
  0% {
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  35% {
    -webkit-transform: scaleX(0.9) translateX(5px);
    transform: scaleX(0.9) translateX(5px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(0) translateX(-5px);
    transform: scaleX(0) translateX(-5px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@keyframes open-out-2 {
  0% {
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  35% {
    -webkit-transform: scaleX(0.9) translateX(5px);
    transform: scaleX(0.9) translateX(5px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(0) translateX(-5px);
    transform: scaleX(0) translateX(-5px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@-webkit-keyframes close-in-1 {
  0% {
    -webkit-transform: scaleY(0) translateY(-10px);
    transform: scaleY(0) translateY(-10px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleY(1) translateY(0);
    transform: scaleY(1) translateY(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@keyframes close-in-1 {
  0% {
    -webkit-transform: scaleY(0) translateY(-10px);
    transform: scaleY(0) translateY(-10px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleY(1) translateY(0);
    transform: scaleY(1) translateY(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@-webkit-keyframes close-in-2 {
  0% {
    -webkit-transform: scaleX(0) translateX(-10px);
    transform: scaleX(0) translateX(-10px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@keyframes close-in-2 {
  0% {
    -webkit-transform: scaleX(0) translateX(-10px);
    transform: scaleX(0) translateX(-10px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@-webkit-keyframes close-out-1 {
  0% {
    -webkit-transform: scaleY(1) translateY(0);
    transform: scaleY(1) translateY(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scaleY(0) translateY(10px);
    transform: scaleY(0) translateY(10px);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
}
@keyframes close-out-1 {
  0% {
    -webkit-transform: scaleY(1) translateY(0);
    transform: scaleY(1) translateY(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scaleY(0) translateY(10px);
    transform: scaleY(0) translateY(10px);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
}
@-webkit-keyframes close-out-2 {
  0% {
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scaleX(0) translateX(10px);
    transform: scaleX(0) translateX(10px);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
}
@keyframes close-out-2 {
  0% {
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scaleX(0) translateX(10px);
    transform: scaleX(0) translateX(10px);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
}
@-webkit-keyframes backward-infinite {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(calc((-100% / 3) - .125em), 0, 0);
    transform: translate3d(calc((-100% / 3) - .125em), 0, 0);
  }
}
@-moz-keyframes backward-infinite {
  0% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(calc((-100% / 3) - .125em), 0, 0);
    -moz-transform: translate3d(-moz-calc((-100%/3) - .125em), 0, 0);
    transform: translate3d(calc((-100% / 3) - .125em), 0, 0);
  }
}
@keyframes backward-infinite {
  0% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(calc((-100% / 3) - .125em), 0, 0);
    -moz-transform: translate3d(-moz-calc((-100%/3) - .125em), 0, 0);
    transform: translate3d(calc((-100% / 3) - .125em), 0, 0);
  }
}
.fixRight {
  z-index: 2;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.fixRight a {
  display: block;
  position: absolute;
  width: 120px;
  height: 36px;
}
.fixRight a.link1 {
  top: 290px;
  left: 10px;
}
.fixRight a.link2 {
  top: 340px;
  left: 10px;
}
.gspl_nr {
  overflow: hidden;
  width: 100%;
}
.gspl_left {
  float: left;
  width: 66%; /*padding-right: 20px;*/ overflow: hidden;
  position: relative;
}
.tpnr {
  height: 4.95rem;
  overflow: hidden;
}
.tpnr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.tptext {
  width: calc(100% - .6rem);
  margin: -.5rem auto 0 auto;
  background-image: linear-gradient(#8a2ac1, #6d05a9);
  position: relative;
  z-index: 10;
  padding: .25rem .25rem .2rem .25rem;
}
.tptext h2 {
  color: #fff;
  font-size: .22rem;
  margin-bottom: .16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  transition: All 0.4s ease-in-out;
}
.tptext h2:before {
  position: absolute;
  border-bottom: 2px solid #fff;
  width: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: All 0.4s ease-in-out;
  content: "";
}
.tptext p {
  font-size: .15rem;
  color: #fff;
  padding-left: .3rem;
  line-height: .16rem;
  background: url(../images/a_04.png) no-repeat left center;
}
.tpbox a:hover h2 {
  padding-left: .3rem;
}
.tpbox a:hover h2:before {
  width: .15rem;
}
.tpbox a:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.gspl_left .swiper-pagination {
  text-align: right;
  bottom: .2rem;
  padding-right: .5rem;
}
.gspl_left .swiper-pagination-bullet {
  border-radius: 4px;
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 1;
}
.gspl_left .swiper-pagination-bullet-active {
  width: .3rem;
}
.gspl_left .swiper-button-next {
  width: .3rem;
  height: .5rem;
  margin-top: -.25rem;
  background: rgba(138, 42, 193, .7);
  right: -50px;
  transition: All 0.4s ease-in-out;
}
.gspl_left .swiper-button-next:after, .gspl_left .swiper-button-prev:after {
  font-size: 24px;
  color: #fff;
}
.gspl_left .swiper-button-next:hover {
  background: rgba(138, 42, 193, 1) url(../images/a_09.png) no-repeat center;
}
.gspl_left .swiper-button-next {
  width: .3rem;
  height: .5rem;
  margin-top: -.25rem;
  background: rgba(138, 42, 193, .7)url(../images/a_09.png) no-repeat center;
  right: -50px;
  transition: All 0.4s ease-in-out;
}
.gspl_left .swiper-button-next:after, .gspl_left .swiper-button-prev:after {
  font-size: .22rem;
  color: #fff;
}
.gspl_left .swiper-button-prev {
  width: .3rem;
  height: .5rem;
  margin-top: -.25rem;
  background: rgba(138, 42, 193, .7) url(../images/a_099.png) no-repeat center;
  left: -50px;
  transition: All 0.4s ease-in-out;
}
.gspl_left .swiper-button-prev:hover {
  background: rgba(138, 42, 193, 1) url(../images/a_099.png) no-repeat center;
}
.gspl_left:hover .swiper-button-prev {
  left: 0;
}
.gspl_left:hover .swiper-button-next {
  right: 0;
}
.gspl_right {
  float: right;
  width: 34%;
  padding-left: .4rem;
}
.gspl_right li {
  border-bottom: 1px solid #e7e7e7;
}
.gspl_right a {
  display: block;
  padding: .16rem 0;
  position: relative;
} /*.gspl_right a:before{position: absolute; content: ""; height: 100%; left: 0; top: 0;background-image: linear-gradient(#6d05a9, #8a2ac1); transition: all .8s ease 0s;transition: All 0.4s ease-in-out;width: 0;}*/ .gsnr {
  overflow: hidden;
}
.gsnr {
  overflow: hidden;
}
.rqnr {
  float: left;
  width: .68rem;
  height: .76rem;
  text-align: center; /*background-image: linear-gradient(#6d05a9, #8a2ac1);*/ padding-top: 10px;
  position: relative;
  z-index: 1;
}
.rqnr h2 {
  font-size: .32rem;
  margin-bottom: .08rem;
  line-height: 1;
  color: #000;
}
.rqnr p {
  font-size: .14rem;
  line-height: 1;
  color: #5e5e5e;
}
.rqxw {
  float: right;
  width: calc(100% - .87rem);
  position: relative;
  z-index: 1;
  height: .76rem;
  display: flex;
  align-items: center;
}
.rqxw p {
  font-size: .18rem;
  line-height: .30rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-right: .15rem;
}
.gspl_right a:hover:before {}
.gspl_right a:hover p {
  color: #8a2ac1;
}
.gspl_right a:hover h2 {
  color: #8a2ac1;
}
@media screen and (max-width:1550px) {
  .generalText li p, .newsTag {
    font-size: 16px;
  }
  .serviceTit p {
    margin-bottom: 6px;
    font-size: 20px;
  }
  .seriveList li {
    padding-top: 30px;
  }
  .serviceTit span {
    font-size: 14px;
  }
  .serviceType p {
    font-size: 16px;
  }
  .servicePic {
    width: 80px;
    height: 80px;
  }
  .servicePic img {
    height: 40px;
  }
  .serviceType:hover .servicePic::after {
    width: 100px;
    height: 100px;
  }
  .serviceType {
    margin-bottom: 30px;
  }
  .serviceTit {
    padding-bottom: 20px;
  }
  .workCont, .topNotice {
    padding: 60px 0;
  }
  .partyWork li h2 {
    font-size: 16px;
    line-height: 18px;
  }
  .generalText li {
    padding: 14px 0 10px 30px;
  }
  .generalText li span {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .generalText li p {
    line-height: 24px;
    height: 48px;
  }
  .generalText li.on {
    padding: 14px 10px 10px 30px;
    background: #8a2ac1;
  }
  .noticeList li {
    margin-bottom: 14px;
  }
  .generalPic {
    height: auto;
  }
}
@media screen and (max-width:1320px) {
  .fixRight {
    display: none;
  }
}
@media screen and (max-width:1280px) {
  .notice, .general, .seriveList li, .bidding, .partyWork {
    width: 100%;
    float: none;
  }
  .topNotice {
    padding: 20px 0;
  }
  .titleCell h2 {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .titleCell h2 a {
    font-size: 14px;
  }
  .titleCell p {
    font-size: 14px;
  }
  .generalPic {
    float: none;
    height: auto;
    width: 640px;
    margin: 0 auto;
    max-width: 100%;
  }
  .generalText {
    float: none;
    margin: 0 auto;
    max-width: 100%;
    width: 640px;
  }
  .generalText li p, .newsTag {
    font-size: 14px;
    line-height: 1.5;
  }
  .generalText li p {
    height: auto;
  }
  .notice {
    margin-top: 20px;
  }
  .noticeList {
    margin-top: 10px;
  }
  .newsDate span {
    font-size: 20px;
  }
  .serviceType {
    display: inline-block;
    width: 30%;
  }
  .serviceType p {
    font-size: 14px;
  }
  .serviceCont {
    padding-bottom: 60px;
  }
  .generalCont {
    margin-top: 10px;
  }
  .workCont, .topNotice {
    padding: 20px 0;
  }
  .partyWork ul {
    margin-top: 10px;
  }
  .partyWork li h2 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .partyWork li {
    margin-bottom: 8px;
  }
  .bidding {
    margin-top: 20px;
  }
  .bidding ul {
    margin-top: 10px;
  }
  .bidding li {
    padding: 10px;
    height: 140px;
  }
  .bidding li p {
    height: auto;
    font-size: 14px;
  }
  .specialCont {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .specialCont li p {
    font-size: 14px;
  }
  .specialCont li {
    width: 100%;
    margin-bottom: 2%;
  }
  .specialPic {
    height: auto;
  }
  .frLink a {
    font-size: 14px;
    width: auto;
    margin-right: 10px;
    line-height: 2;
    display: inline-block;
  }
  .contactInfor p {
    font-size: 14px;
    line-height: 1.5;
  }
  .contactInfor, .frLink {
    margin: 10px 0;
  }
  .scanEwm {
    display: none;
  }
  .generalText li {
    padding: 14px 10px 10px 10px;
  }
  .generalText li.on {
    padding: 14px 10px 10px 16px;
  }
  .zthz_nr {
    display: block;
  }
  .zthz_nr .zuo {
    max-width: 100%;
    width: 100%;
  }
  .zthz_nr .zuo li {
    width: 50%;
    margin-right: 0;
  }
  .zthz_nr .you li {
    width: 100%;
    padding-left: 2%;
  }
  .footer {
    padding: 23px 0 23px;
  }
  .footer .footLogo {
    width: 300px;
    float: none;
    margin: 0 auto 15px;
  }
  .footer .banQuan p {
    display: none;
  }
  .footer .ewm {
    margin: 0 auto;
    float: none;
    width: 1.4rem;
  }
  .foot_left {
    float: none;
    width: 100%;
  }
  .footerbox {
    padding: 30px 0;
  }
  .foot_left img {
    width: 250px;
    margin: 0 auto 10px auto;
  }
  .foot_left p {
    padding: 0;
    font-size: 12px;
    text-align: center;
  }
  .foot_right {
    float: none;
    width: 100%;
    padding-top: 30px;
    text-align: center;
  }
  .foot_right li {
    display: inline-block;
    padding: 0 10px;
    float: none;
  }
  .foot_right img {
    width: 80px;
    margin: 0 auto;
  }
  .footer .ewm p {}
  .gspl_left {
    float: none;
    width: 100%;
  }
  .gspl_right {
    float: none;
    width: 100%;
    padding-left: 0rem;
  }
  .tpnr {
    height: 2.35rem;
  }
}
