@charset "utf-8";

.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
html {
  width: 100%;
  height: 100%;
  font-size: 14px;
}
body {
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  overflow: hidden;
  padding-left: 302px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1560px) {
  body {
    padding-left: 220px;
  }
}
@media screen and (max-width: 1100px) {
  body {
    padding-left: 0;
    padding-top: 60px;
  }
}
@media screen and (max-width: 769px) {
  body {
    padding-left: 0;
    padding-top: 50px;
  }
}
.swiper-container .swiper-container {
  cursor: url(//memberpic.114my.com.cn/shengf88/uploadfile/image/20220106/20220106140918_619742296.png), default;
}
.swiper-container .swiper-container img {
  cursor: url(//memberpic.114my.com.cn/shengf88/uploadfile/image/20220106/20220106140918_619742296.png), default;
}
.inHeader {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  height: 100%;
  width: 302px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.inHeader * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inHeader .logo {
  display: block;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.inHeader .logo a {
  width: 100%;
  align-items: center;
  padding: 0 20px;
  display: table;
}
.inHeader .logo a img {
  display: table-cell;
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 44px;
  object-fit: contain;
}
.inHeader .inMenu {
  width: 100%;
  flex: 1;
  padding: 3vh 0 0;
}
.inHeader .inMenu .inNavico {
  display: none;
}
.inHeader .inMenu ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.inHeader .inMenu ul li {
  position: relative;
  width: 100%;
  flex: 1;
}
.inHeader .inMenu ul li > a {
  height: 100%;
  width: 200px;
  padding-left: 40px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  color: #4c4c4c;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inHeader .inMenu ul li > a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
}
.inHeader .inMenu ul li > a i {
  line-height: 1;
  text-transform: uppercase;
  display: block;
  font-family: Arial;
  font-size: 12px;
  margin-top: 10px;
  color: #d8d8d8;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inHeader .inMenu ul li:hover > a,
.inHeader .inMenu ul li.another > a {
  color: #0254a6;
}
.inHeader .inMenu ul li:hover > a i,
.inHeader .inMenu ul li.another > a i {
  color: #0254a6;
}
.inHeader .inMenu ul li .dow {
  position: absolute;
  left: 100%;
  top: 0;
  background: #0254a6;
  width: 200px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform-origin: left;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  transform: perspective(400px) rotateY(90deg);
  -webkit-transform: perspective(400px) rotateY(90deg);
  -moz-transform: perspective(400px) rotateY(90deg);
}
.inHeader .inMenu ul li .dow a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-size: 15px;
  line-height: 46px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 20px;
  padding: 0 10px;
}
.inHeader .inMenu ul li .dow a:hover {
  padding-left: 20px;
}
.inHeader .inMenu ul li:hover .dow,
.inHeader .inMenu ul li.on .dow {
  transform: perspective(400px) rotateY(0);
  -webkit-transform: perspective(400px) rotateY(0);
  -moz-transform: perspective(400px) rotateY(0);
}
.inHeader .icoBox {
  height: 16.5vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.inHeader .icoBox .icon {
  font-size: 0;
  text-align: center;
  height: 30px;
}
.inHeader .icoBox .icon .tel {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: relative;
}
.inHeader .icoBox .icon .tel:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(//memberpic.114my.com.cn/shengf88/uploadfile/image/20220106/20220106141102_1880041650.png) center center no-repeat;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  border: 1px #0254a6 solid;
  border-radius: 100%;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
.inHeader .icoBox .icon .tel .telDow {
  position: absolute;
  width: 200px;
  left: -30px;
  bottom: 36px;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  background: #0254a6;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  visibility: hidden;
  z-index: 6;
}
.inHeader .icoBox .icon .tel .telDow:before {
  content: "";
  display: block;
  position: absolute;
  left: 40px;
  top: 100%;
  border-left: 5px transparent solid;
  border-right: 5px transparent solid;
  border-top: 7px #0254a6 solid;
}
.inHeader .icoBox .icon .tel:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.inHeader .icoBox .icon .tel:hover .telDow {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: inherit;
}
.inHeader .icoBox .icon .zxLink {
  margin-left: 26px;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  position: relative;
  background: url(//memberpic.114my.com.cn/shengf88/uploadfile/image/20220106/20220106141143_1873890607.png) center center no-repeat;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  border: 1px #0254a6 solid;
  border-radius: 100%;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inHeader .icoBox .icon .zxLink:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.inHeader .icoBox .icon .searchBox {
  margin-left: 26px;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: relative;
}
.inHeader .icoBox .icon .searchBox:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(//memberpic.114my.com.cn/shengf88/uploadfile/image/20220106/20220106141230_1326929866.png) center center no-repeat;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  border: 1px #0254a6 solid;
  border-radius: 100%;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
.inHeader .icoBox .icon .searchBox .search {
  position: absolute;
  width: 200px;
  right: -30px;
  bottom: 36px;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  background: #0254a6;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  visibility: hidden;
  z-index: 6;
}
.inHeader .icoBox .icon .searchBox .search:before {
  content: "";
  display: block;
  position: absolute;
  right: 40px;
  top: 100%;
  border-left: 5px transparent solid;
  border-right: 5px transparent solid;
  border-top: 7px #0254a6 solid;
}
.inHeader .icoBox .icon .searchBox .search .searchInp {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 30px 0 0 30px;
  background: none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inHeader .icoBox .icon .searchBox .search .searchInp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.inHeader .icoBox .icon .searchBox .search .searchInp::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.inHeader .icoBox .icon .searchBox .search .searchInp:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.inHeader .icoBox .icon .searchBox .search .searchInp:focus::-webkit-input-placeholder,
.inHeader .icoBox .icon .searchBox .search .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.inHeader .icoBox .icon .searchBox .search .searchInp:focus::-moz-placeholder,
.inHeader .icoBox .icon .searchBox .search .searchInp:active::-moz-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.inHeader .icoBox .icon .searchBox .search .searchInp:focus:-ms-input-placeholder,
.inHeader .icoBox .icon .searchBox .search .searchInp:active:-ms-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.inHeader .icoBox .icon .searchBox .search .submitBtn {
  background: url(//memberpic.114my.com.cn/shengf88/uploadfile/image/20220106/20220106141325_1386177049.png) center center no-repeat;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.inHeader .icoBox .icon .searchBox .search .submitBtn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.inHeader .icoBox .icon .searchBox:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.inHeader .icoBox .icon .searchBox:hover .search {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: inherit;
}
.inHeader .icoBox .xunpan {
  margin-top: 20px;
  position: relative;
  cursor: pointer;
  text-align: center;
  color: #a4a4a4;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
}
.inHeader .icoBox .xunpan .xunpantip {
  z-index: 999;
  position: absolute;
  bottom: 130%;
  left: 50%;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  background-color: #0254a6;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(235, 97, 0, 0.15);
}
.inHeader .icoBox .xunpan .xunpantip:after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top-color: #0254a6;
}
.inHeader .icoBox .xunpan:hover .xunpantip {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
@media screen and (max-width: 1560px) {
  .inHeader {
    width: 220px;
  }
  .inHeader .logo {
    height: 80px;
  }
  .inHeader .logo a img {
    max-height: 30px;
  }
  .inHeader .menu ul li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .inHeader {
    width: 100%;
    height: 60px;
    flex-direction: row;
    justify-content: space-between;
  }
  .inHeader .logo {
    width: auto;
    height: 100%;
    border-bottom: none;
  }
  .inHeader .icoBox {
    display: none;
  }
  .inHeader .inMenu {
    padding-top: 0;
    width: auto;
    flex: none;
  }
  .inHeader .inMenu .inNavico {
    width: 24px;
    height: 20px;
    position: relative;
    display: block;
    margin-right: 20px;
    padding: 9px 0;
  }
  .inHeader .inMenu .inNavico i {
    display: block;
    width: 100%;
    height: 2px;
    background: #999;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .inHeader .inMenu .inNavico:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #999;
    left: 50%;
    margin-left: -12px;
    top: 50%;
    margin-top: -10px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .inHeader .inMenu .inNavico:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #999;
    left: 50%;
    margin-left: -12px;
    bottom: 50%;
    margin-bottom: -10px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .inHeader .inMenu ul {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 150px;
    background: #fff;
    top: 100%;
    height: auto;
    padding: 20px 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .inHeader .inMenu ul li > a {
    padding: 10px 30px;
  }
  .inHeader .inMenu ul li .dow {
    display: none;
  }
  .inHeader .inMenu.on .inNavico i {
    opacity: 0;
  }
  .inHeader .inMenu.on .inNavico:before {
    margin-top: -1px;
    -webkit-transform: scale(1) rotate(45deg);
    -moz-transform: scale(1) rotate(45deg);
    -o-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg);
  }
  .inHeader .inMenu.on .inNavico:after {
    margin-bottom: -1px;
    -webkit-transform: scale(1) rotate(-45deg);
    -moz-transform: scale(1) rotate(-45deg);
    -o-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
  }
  .inHeader .inMenu.on ul {
    visibility: inherit;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 640px) {
  .inHeader {
    height: 50px;
  }
}
.inSwiper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.inSwiper * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inSwiper .in-page {
  position: fixed;
  z-index: 8;
  right: 1%;
  top: 50%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}
.inSwiper .in-page .in-pagination {
  width: 10px;
  margin: auto;
}
.inSwiper .in-page .in-pagination li {
  width: 10px;
  height: 10px;
  background-color: #a3a3a3;
  border-radius: 100%;
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.18, 0.96);
  transition: all 0.4s cubic-bezier(0, 0, 0.18, 0.96);
}
.inSwiper .in-page .in-pagination li:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-left: 1px solid #4d4c4a;
  border-bottom: 1px solid #4d4c4a;
  border-radius: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.18, 0.96);
  transition: all 0.4s cubic-bezier(0, 0, 0.18, 0.96);
  opacity: 0;
}
.inSwiper .in-page .in-pagination li:hover span {
  opacity: 1;
  background: #0254a6;
}
.inSwiper .in-page .in-pagination li.active {
  background: #4d4c4a;
}
.inSwiper .in-page .in-pagination li.active:before {
  opacity: 1;
}
.inSwiper .in-page .pageNum {
  font-weight: bold;
  font-family: Arial;
  font-size: 18px;
  color: #4e5050;
  line-height: 1;
  padding-top: 15px;
  letter-spacing: -1px;
}
@media screen and (max-width: 769px) {
  .inSwiper .in-page .pageNum {
    display: none;
  }
}
.inSwiper .in-page .pageNum:before {
  content: "";
  display: block;
  width: 1px;
  height: 45px;
  background-color: #a3a3a3;
  margin: auto;
  margin-bottom: 15px;
}
.inSwiper .in-page .pageNum .num1 {
  font-size: 24px;
  color: #0254a6;
}
.inBox {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.inBox .indexNav {
  height: 120px;
  border-bottom: 1px solid #eeeeee;
  padding: 0 3%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1560px) {
  .inBox .indexNav {
    height: 80px;
  }
}
.inBox .indexNav .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  height: 100%;
}
.inBox .indexNav .title h3 {
  font-size: 24px;
  color: #585858;
  white-space: nowrap;
}
.inBox .indexNav .title h4 {
  text-transform: uppercase;
  font-family: Arial;
  font-size: 12px;
  line-height: 10px;
  color: #d6d6d6;
  margin-top: 10px;
  white-space: nowrap;
}
.inBox .indexNav .more {
  float: right;
  height: 100%;
  display: block;
  width: 184px;
  font-family: Arial;
  font-size: 12px;
  border-left: 1px #eeeeee solid;
  border-right: 1px #eeeeee solid;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9599a2;
  white-space: nowrap;
}
@media screen and (max-width: 1560px) {
  .inBox .indexNav .more {
    width: 140px;
  }
}
.inBox .indexNav .more:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 5px;
  background: url(//memberpic.114my.com.cn/shengf88/uploadfile/image/20220106/20220106141525_1343098343.png) 0 center no-repeat;
  margin-left: 15px;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.inBox .indexNav .more i {
  min-width: 5px;
}
@media screen and (min-width: 1110px) {
  .inBox .indexNav .more:hover {
    color: #0254a6;
  }
  .inBox .indexNav .more:hover:after {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
    filter: alpha(opacity=100);
    animation: zyfd 1.5s linear infinite;
  }
}
.inBox .indexNav ul {
  flex: 1;
  justify-content: flex-end;
  display: flex;
  height: 100%;
}
.inBox .indexNav ul li {
  border-left: 1px #eeeeee solid;
  font-size: 14px;
  height: 100%;
  display: flex;
  align-items: center;
}
.inBox .indexNav ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #8c8c8c;
  padding: 0 35px;
}
.inBox .indexNav ul li a:hover {
  color: #0254a6;
}
@media screen and (max-width: 1560px) {
  .inBox .indexNav ul li a {
    padding: 0 15px;
  }
}
@media screen and (max-width: 769px) {
  .inBox .indexNav {
    height: 50px;
  }
  .inBox .indexNav .title h3 {
    font-size: 18px;
    font-weight: bold;
  }
  .inBox .indexNav .title h4 {
    margin-top: 6px;
  }
  .inBox .indexNav ul {
    display: none;
  }
}
.inBox .indexCont {
  flex: 1;
  display: flex;
  align-items: center;
}
.inBox.inBox5 .indexNav ul li {
  width: 180px;
}
.inBox.inBox5 .indexNav ul li a span {
  padding: 0;
}
.pcBanner {
  width: 100%;
  height: 100%;
  position: relative;
  margin-left: 0;
}
.pcBanner .swiper-slide {
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pcBanner .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
}
.pcBanner img {
  width: 100%;
  display: block;
}
.pcBanner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(//memberpic.114my.com.cn/shengf88/uploadfile/image/20220106/20220106141637_820347622.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.pcBanner .banner-prev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.pcBanner:hover .banner-prev {
  left: 2%;
}
.pcBanner .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(//memberpic.114my.com.cn/shengf88/uploadfile/image/20220106/20220106141711_693519200.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.pcBanner:hover .banner-next {
  right: 2%;
  cursor: pointer;
}
.pcBanner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 60px;
  z-index: 3;
  text-align: center;
}
.pcBanner .banner-pagination span {
  width: 15px;
  height: 4px;
  background-color: #f7f7f7;
  margin: 0 10px;
  display: inline-block;
  background: #fff;
  border-radius: 5px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pcBanner .banner-pagination span.swiper-pagination-bullet-active {
  width: 30px;
  background-color: #0254a6;
}
.wapBanner {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
}
.wapBanner .swiper-slide {
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wapBanner .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
}
.wapBanner img {
  width: 100%;
  display: block;
}
.wapBanner .wapBanner-pagination {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .pcBanner {
    display: none;
  }
  .wapBanner {
    display: block;
  }
}
.proBox {
  padding: 0 3% 0 100px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .proBox {
    padding-left: 3%;
  }
}
.proBox .proSwiper {
  margin: 0 -25px;
}
@media screen and (max-width: 1560px) {
  .proBox .proSwiper {
    margin: 0 -15px;
  }
}
.proBox .proSwiper ul li {
  width: 25%;
  padding: 0 25px;
  padding-top: 50px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 1560px) {
  .proBox .proSwiper ul li {
    padding: 0 15px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .proBox .proSwiper ul li {
    padding-top: 0;
  }
}
.proBox .proSwiper ul li .item {
  padding-top: 20px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.proBox .proSwiper ul li .item .series {
  height: 46px;
  background: url(//memberpic.114my.com.cn/shengf88/uploadfile/image/20220106/20220106141828_1473736878.png) right 0 no-repeat;
  padding-right: 30px;
  margin: 0 20px;
}
.proBox .proSwiper ul li .item .series .t1 {
  font-family: Arial;
  font-size: 14px;
  height: 16px;
  line-height: 16px;
  text-transform: uppercase;
}
.proBox .proSwiper ul li .item .series .t2 {
  height: 20px;
  line-height: 20px;
  margin-top: 8px;
  color: #1c2023;
  font-family: Arial;
  font-size: 18px;
}
.proBox .proSwiper ul li .item .pic {
  display: block;
  height: 0;
  width: 86%;
  padding-top: 86%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0 7%;
}
.proBox .proSwiper ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 1110px) {
  .proBox .proSwiper ul li .item:hover .pic img {
    -webkit-transform: scale(1.1) rotate(0);
    -moz-transform: scale(1.1) rotate(0);
    -o-transform: scale(1.1) rotate(0);
    transform: scale(1.1) rotate(0);
  }
}
.proBox .proSwiper ul li .item .cont {
  height: 200px;
  padding: 14px 8% 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.proBox .proSwiper ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.proBox .proSwiper ul li .item .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.proBox .proSwiper ul li .item .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #9599a2;
  margin-top: 14px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.proBox .proSwiper ul li .item .cont .more {
  margin-top: 20px;
  display: inline-block;
  height: 100%;
  display: block;
  font-family: Arial;
  font-size: 12px;
  color: #9599a2;
  line-height: 20px;
  height: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.proBox .proSwiper ul li .item .cont .more:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 5px;
  background: url(//memberpic.114my.com.cn/shengf88/uploadfile/image/20220106/20220106141853_1507462430.png) right center no-repeat;
  margin-left: 15px;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.proBox .proSwiper ul li .item .cont .more i {
  min-width: 5px;
}
@media screen and (min-width: 1110px) {
  .proBox .proSwiper ul li .item .cont .more:hover {
    color: #0254a6;
  }
  .proBox .proSwiper ul li .item .cont .more:hover:after {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
    filter: alpha(opacity=100);
    animation: zyfd 1.5s linear infinite;
  }
}
@media screen and (max-width: 1560px) {
  .proBox .proSwiper ul li .item .cont {
    height: 160px;
    padding-top: 10px;
  }
  .proBox .proSwiper ul li .item .cont p {
    margin-top: 6px;
  }
  .proBox .proSwiper ul li .item .cont .more {
    margin-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .proBox .proSwiper ul li {
    padding: 0 25px;
  }
}
@media screen and (min-width: 1100px) {
  .proBox .proSwiper ul li.swiper-slide-next {
    padding-top: 0;
  }
  .proBox .proSwiper ul li.swiper-slide-next .item {
    padding-top: 30px;
  }
  .proBox .proSwiper ul li.swiper-slide-next .item .pic {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .proBox .proSwiper ul li.swiper-slide-next .item .cont {
    background: #0254a6;
  }
  .proBox .proSwiper ul li.swiper-slide-next .item .cont .bt {
    color: #fff;
  }
  .proBox .proSwiper ul li.swiper-slide-next .item .cont p {
    color: #fff;
  }
  .proBox .proSwiper ul li.swiper-slide-next .item .cont .more {
    color: #fff;
  }
  .proBox .proSwiper ul li.swiper-slide-next .item .cont .more:after {
    background: url(//memberpic.114my.com.cn/shengf88/uploadfile/image/20220106/20220106141917_707205458.png) right center no-repeat;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media screen and (min-width: 1110px) {
  .proBox .proSwiper ul li:hover {
    padding-top: 0;
  }
  .proBox .proSwiper ul li:hover .item {
    padding-top: 30px;
  }
  .proBox .proSwiper ul li:hover .item .pic {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .proBox .proSwiper ul li:hover .item .cont {
    background: #0254a6;
  }
  .proBox .proSwiper ul li:hover .item .cont .bt {
    color: #fff;
  }
  .proBox .proSwiper ul li:hover .item .cont p {
    color: #fff;
  }
  .proBox .proSwiper ul li:hover .item .cont .more {
    color: #fff;
  }
  .proBox .proSwiper ul li:hover .item .cont .more:after {
    background: url(//memberpic.114my.com.cn/shengf88/uploadfile/image/20220106/20220106141917_707205458.png) right center no-repeat;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media screen and (min-width: 1100px) {
  .proBox .pro-prev {
    position: absolute;
    left: 16px;
    bottom: 0;
    width: 28px;
    height: 28px;
    background-color: #404040;
    border-radius: 100%;
    font-family: SimSun;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .proBox .pro-prev:before {
    content: "<";
  }
  .proBox .pro-prev:hover {
    background-color: #0254a6;
  }
  .proBox .pro-next {
    position: absolute;
    left: 54px;
    bottom: 0;
    width: 28px;
    height: 28px;
    background-color: #404040;
    border-radius: 100%;
    font-family: SimSun;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .proBox .pro-next:before {
    content: ">";
  }
  .proBox .pro-next:hover {
    background-color: #0254a6;
  }
}
.ysSwiper {
  height: 100%;
  width: 100%;
  cursor: url(//memberpic.114my.com.cn/shengf88/uploadfile/image/20220106/20220106142000_115929518.png), default;
}
.ysSwiper img {
  cursor: url(//memberpic.114my.com.cn/shengf88/uploadfile/image/20220106/20220106142000_115929518.png), default;
}
.ysSwiper ul {
  height: 100%;
  width: 100%;
}
.ysSwiper ul li {
  height: 100%;
  width: 25%;
  border-left: 1px solid #f1f1f1;
  float: left;
  overflow: hidden;
}
.ysSwiper ul li .pic {
  width: 100%;
  height: 62.5%;
}
.ysSwiper ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ysSwiper ul li:hover .pic img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.ysSwiper ul li .cont {
  height: 37.5%;
  width: 100%;
  position: relative;
}
.ysSwiper ul li .cont .box1 {
  height: 100%;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ysSwiper ul li .cont .box1 .line1 {
  width: 1px;
  height: 30px;
  background-color: #e2e2e2;
  margin: 0 auto 20px;
}
.ysSwiper ul li .cont .box1 .num {
  font-family: "Swiss721BT Light", "MicrosoftYaHei Light";
  font-size: 30px;
  line-height: 20px;
  color: #b0b0b0;
  font-weight: 100;
}
.ysSwiper ul li .cont .box1 h4 {
  margin-top: 24px;
  font-size: 18px;
  color: #404040;
  line-height: 1;
}
.ysSwiper ul li .cont .box1 h5 {
  line-height: 1;
  font-family: Arial;
  font-size: 12px;
  color: #afafaf;
  margin-top: 12px;
}
.ysSwiper ul li .cont .box1 .line2 {
  width: 1px;
  height: 30px;
  background-color: #e2e2e2;
  margin: 20px auto 0;
}
.ysSwiper ul li .cont .box2 {
  position: absolute;
  background: #0254a6;
  z-index: 2;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 56px 10%;
  color: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ysSwiper ul li .cont .box2 .num {
  font-family: "Swiss721BT Light", "MicrosoftYaHei Light";
  font-size: 36px;
  line-height: 24px;
  font-weight: 100;
}
.ysSwiper ul li .cont .box2 h4 {
  margin-top: 20px;
  line-height: 1;
  font-size: 30px;
}
.ysSwiper ul li .cont .box2 h5 {
  line-height: 1;
  font-family: Arial;
  font-size: 12px;
  margin-top: 15px;
}
.ysSwiper ul li .cont .box2 .text {
  line-height: 30px;
  text-align: left;
  height: 166px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ysSwiper ul li .cont .box2 .add {
  display: block;
  text-align: center;
  line-height: 20px;
  font-size: 36px;
  font-family: "MicrosoftYaHei Light";
  font-weight: 100;
}
.ysSwiper ul li .cont .box2 .add:before {
  content: "+";
}
.ysSwiper ul li:hover .cont .box2,
.ysSwiper ul li.on .cont .box2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1025px) {
  .ysSwiper ul li .cont .box1 {
    display: none;
  }
  .ysSwiper ul li .cont .box2 {
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 30px;
    min-height: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .ysSwiper ul li .cont .box2 .num {
    font-size: 30px;
  }
  .ysSwiper ul li .cont .box2 h4 {
    font-size: 20px;
    margin-top: 12px;
  }
  .ysSwiper ul li .cont .box2 h5 {
    margin-top: 10px;
  }
  .ysSwiper ul li .cont .box2 .text {
    height: auto;
    padding: 15px 0;
  }
}
.case {
  width: 100%;
  height: 100%;
  background-size: 100%;
  position: relative;
}
@media screen and (max-width: 769px) {
  .case {
    background: none;
  }
}
.case .caseSwiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .caseSwiper ul li {
  height: 100%;
  overflow: hidden;
}
.case .caseSwiper ul li .pic {
  display: block;
  width: 56.2%;
  height: 100%;
  float: right;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li:hover .pic img {
  -webkit-transform: scale(1.04) rotate(0);
  -moz-transform: scale(1.04) rotate(0);
  -o-transform: scale(1.04) rotate(0);
  transform: scale(1.04) rotate(0);
}
.case .caseSwiper ul li .cont {
  float: left;
  width: 43.8%;
  height: 100%;
  padding: 7% 6% 0;
}
.case .caseSwiper ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  line-height: 1.8;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseSwiper ul li .cont .bt:hover {
  color: #0254a6;
}
.case .caseSwiper ul li .cont .en {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Arial;
  font-size: 12px;
  line-height: 1.5;
  color: #cdcdcd;
  text-transform: uppercase;
}
.case .caseSwiper ul li .cont .text {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 48px;
  height: 144px;
  margin-top: 7%;
  color: #939393;
}
.case .caseSwiper ul li .cont .text span {
  font-family: Arial;
  font-size: 18px;
  color: #0254a6;
}
.case .caseSwiper ul li .cont .text p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .caseSwiper ul li .cont .more {
  margin-top: 12%;
  display: block;
  height: 56px;
  width: 152px;
  position: relative;
}
.case .caseSwiper ul li .cont .more em {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border: solid 2px #0254a6;
  border-radius: 100%;
}
.case .caseSwiper ul li .cont .more em:before {
  content: "";
  display: block;
  position: absolute;
  left: 16px;
  top: 50%;
  width: 109px;
  height: 1px;
  background-color: #eaeaea;
}
.case .caseSwiper ul li .cont .more span {
  float: right;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  height: 56px;
  width: 56px;
  padding: 7px;
}
.case .caseSwiper ul li .cont .more span:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px #0254a6 dashed;
  position: absolute;
  right: 0;
  top: 0;
}
.case .caseSwiper ul li .cont .more span i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: solid 1px #eaeaea;
  padding: 17px;
}
.case .caseSwiper ul li .cont .more span i:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #0254a6;
}
.case .caseSwiper ul li .cont .more:hover span:before {
  animation: casemore 8s linear infinite;
}
@keyframes casemore {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1025px) {
  .case .caseSwiper ul li .pic {
    float: none;
    width: 100%;
    height: 50%;
  }
  .case .caseSwiper ul li .cont {
    width: 100%;
    float: none;
    padding-right: 75px;
  }
  .case .caseSwiper ul li .cont .bt {
    font-size: 16px;
  }
  .case .caseSwiper ul li .cont .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 30px;
    height: 90px;
    margin-top: 3%;
  }
  .case .caseSwiper ul li .cont .more {
    margin-top: 5%;
    height: 36px;
    width: 132px;
  }
  .case .caseSwiper ul li .cont .more em {
    width: 12px;
    height: 12px;
    margin-top: -6px;
  }
  .case .caseSwiper ul li .cont .more em:before {
    width: 95px;
  }
  .case .caseSwiper ul li .cont .more span {
    width: 36px;
    height: 36px;
  }
  .case .caseSwiper ul li .cont .more span i {
    padding: 7px;
  }
}
.case .casePage {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 43.8%;
  width: 60px;
  margin-left: -30px;
  z-index: 2;
}
.case .casePage .case-prev {
  width: 60px;
  height: 60px;
  background: url(//memberpic.114my.com.cn/shengf88/uploadfile/image/20220106/20220106142053_1529031299.png) center center no-repeat;
  background-color: #525252;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.case .casePage .case-prev:hover {
  background-color: #0254a6;
}
.case .casePage .case-next {
  width: 60px;
  height: 60px;
  background: url(//memberpic.114my.com.cn/shengf88/uploadfile/image/20220106/20220106142135_1438668262.png) center center no-repeat;
  background-color: #525252;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.case .casePage .case-next:hover {
  background-color: #0254a6;
}
.case .casePage ul li {
  width: 60px;
  height: 60px;
  border: solid 1px #b0b0b0;
  margin-top: -1px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .casePage ul li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .casePage ul li.active {
  border: solid 3px #0254a6;
}
@media screen and (max-width: 1025px) {
  .case .casePage {
    left: 100%;
    margin-left: -60px;
    width: 40px;
  }
  .case .casePage .case-prev,
  .case .casePage .case-next {
    width: 40px;
    height: 40px;
  }
  .case .casePage ul li {
    height: 40px;
    width: 40px;
  }
}
.case .cageNum {
  position: absolute;
  left: 6%;
  bottom: 18%;
  font-family: Impact;
  font-size: 18px;
  line-height: 1;
  color: #a2a2a2;
}
@media screen and (max-width: 1025px) {
  .case .cageNum {
    left: auto;
    bottom: 20px;
    right: 75px;
  }
}
.case .cageNum .cageNum1 {
  color: #0254a6;
  font-size: 36px;
}
.about {
  width: 100%;
  height: 100%;
  background: url(//memberpic.114my.com.cn/shengf88/uploadfile/image/20220106/20220106142159_1219393363.png) center bottom no-repeat;
  background-size: 100%;
  position: relative;
}
.about .aboutPic {
  float: right;
  width: 47%;
  position: relative;
  z-index: 1;
  top: 8.15%;
}
.about .aboutPic:before {
  content: "";
  left: 27.4%;
  top: -10px;
  display: block;
  position: absolute;
  z-index: -1;
  width: 47.24%;
  height: 52.5%;
  background: url(//memberpic.114my.com.cn/shengf88/uploadfile/image/20220106/20220106143141_1655585371.jpg) center 0 no-repeat;
  background-size: 100%;
}
.about .aboutPic .pic {
  width: 58.2%;
  height: 79.3848%;
}
.about .aboutPic .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about .aboutText {
  float: left;
  width: 53%;
  height: 100%;
  padding: 7% 6% 0;
}
.about .aboutText .t1 {
  background: #0254a6;
  padding-left: 5px;
  letter-spacing: 5px;
  color: #ffffff;
  font-family: Arial;
  font-size: 18px;
  width: 204px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  text-transform: uppercase;
}
.about .aboutText .t2 {
  font-weight: bold;
  font-family: Arial;
  font-size: 36px;
  line-height: 1;
  margin-top: 8%;
  text-transform: uppercase;
}
.about .aboutText .text {
  color: #a1a1a1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 48px;
  height: 144px;
  margin-top: 6%;
}
.about .aboutText .tip {
  font-family: Arial;
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 30px;
  height: 90px;
  color: #a1a1a1;
  margin-top: 4%;
}
@media screen and (max-width: 1025px) {
  .about .aboutPic {
    float: none;
    width: 75%;
    margin-left: 25%;
    margin-top: 8%;
    top: 0;
  }
  .about .aboutText {
    float: none;
    width: 100%;
    padding: 5% 20px 0;
  }
  .about .aboutText .t1 {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    width: 172px;
  }
  .about .aboutText .t2 {
    font-size: 22px;
    margin-top: 4%;
    white-space: normal;
  }
  .about .aboutText .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 25px;
    height: 75px;
    margin-top: 4%;
  }
  .about .aboutText .tip {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 18px;
    height: 54px;
    margin-top: 4%;
  }
}
.news {
  width: 100%;
  height: 100%;
}
.news .newsSwiper {
  height: 100%;
}
.news .newsSwiper ul {
  height: 100%;
}
.news .newsSwiper ul li {
  width: 25%;
  border-left: 1px solid #eeeeee;
  height: 100%;
  padding: 0 3%;
  display: flex;
  align-items: center;
}

.news .newsSwiper ul li .item img{width: 100%;}
.news .newsSwiper ul li .item {
  width: 100%;
}
.news .newsSwiper ul li .item .day {
  font-family: Arial;
  font-size: 60px;
  line-height: 1;
  color: #d6d6d6;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper ul li .item .date {
  font-family: Arial;
  font-size: 14px;
  color: #363636;
  line-height: 1;
  margin-top: 20%;
}
.news .newsSwiper ul li .item .bt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 5%;
}
.news .newsSwiper ul li .item .bt:hover {
  color: #0254a6;
}
.news .newsSwiper ul li .item .more {
  display: inline-block;
  margin-top: 5%;
  line-height: 2;
  color: #c2c2c2;
  font-family: Arial;
  font-size: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper ul li .item .more i {
  min-width: 5px;
}
.news .newsSwiper ul li .item .more:hover {
  color: #0254a6;
}
.news .newsSwiper ul li .item .pic {
  margin-top: 12%;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 58.2%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper ul li .item p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 30px;
  height: 90px;
  color: #959595;
  margin-top: 10%;
}
.news .newsSwiper ul li .item .more2 {
  height: 20px;
  width: 65px;
  display: block;
  margin-top: 10%;
  background: url(//memberpic.114my.com.cn/shengf88/uploadfile/image/20220106/20220106143255_164359050.png) right center no-repeat;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper ul li .item .more2:hover {
  animation: zyfd 1.5s linear infinite;
}
@media screen and (min-width: 769px) {
  .news .newsSwiper ul li .item:hover .day {
    color: #0254a6;
  }
  .news .newsSwiper ul li .item:hover .pic img {
    -webkit-transform: scale(1.1) rotate(0);
    -moz-transform: scale(1.1) rotate(0);
    -o-transform: scale(1.1) rotate(0);
    transform: scale(1.1) rotate(0);
  }
  .news .newsSwiper ul li .item:hover .more2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}
@media screen and (max-width: 769px) {
  .news .newsSwiper ul li {
    padding: 0 8%;
  }
  .news .newsSwiper ul li .item .day {
    font-size: 30px;
  }
  .news .newsSwiper ul li .item .date {
    margin-top: 5%;
  }
  .news .newsSwiper ul li .item .bt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 25px;
    height: 50px;
    margin-top: 3%;
  }
  .news .newsSwiper ul li .item .more {
    margin-top: 3%;
  }
  .news .newsSwiper ul li .item .pic {
    margin-top: 4%;
  }
  .news .newsSwiper ul li .item p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 25px;
    height: 75px;
    margin-top: 3%;
  }
  .news .newsSwiper ul li .item .more2 {
    margin-top: 3%;
  }
}
.contact {
  width: 100%;
  height: 100%;
}
.contact:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.contact .lxList {
  float: left;
  width: 33.33%;
  padding: 0 3%;
  height: 100%;
  display: flex;
  align-items: center;
}
.contact .lxList .box .t1 {
  background: #0254a6;
  padding-left: 5px;
  letter-spacing: 5px;
  color: #ffffff;
  font-family: Arial;
  font-size: 18px;
  width: 204px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  text-transform: uppercase;
}
.contact .lxList .box .t2 {
  font-weight: bold;
  font-family: Arial;
  font-size: 36px;
  line-height: 1;
  margin-top: 8%;
  text-transform: uppercase;
}
.contact .lxList .box .t3 {
  font-size: 24px;
  line-height: 1;
  margin-top: 3%;
}
.contact .lxList .box ul {
  padding-top: 5%;
}
.contact .lxList .box ul li {
  padding-left: 10px;
  color: #838383;
  line-height: 28px;
  margin-top: 8%;
}
.contact .lxList .box .ewm {
  margin-top: 16%;
  padding-left: 70px;
  background: url(//memberpic.114my.com.cn/shengf88/uploadfile/image/20220106/20220106143322_1000429950.png) 0 0 no-repeat;
}
.contact .lxList .box .ewm img {
  display: block;
  width: 60%;
  height: 60%;
  background-color: #fff;
  border: solid 10px #b0b0b0;
}
.contact .message {
  float: left;
  background-color: #ffffff;
  width: 33.33%;
  height: 100%;
  padding: 0 3%;
  display: flex;
  align-items: center;
}
.contact .message .formbox {
  max-width: 325px;
  margin: auto;
}
.contact .message .formbox .tit {
  color: #8c8c8c;
  line-height: 26px;
}
.contact .message .formbox .textarea {
  height: 100%;
  position: relative;
  padding-top: 40%;
  margin-top: 10%;
}
.contact .message .formbox input,
.contact .message .formbox textarea {
  display: block;
  border: none;
  background: none;
  width: 100%;
  height: 50px;
  margin-top: 10%;
  border: solid 1px #f7f7f7;
  line-height: 48px;
  padding: 0 10px 0 48px;
  font-weight: normal;
  font-size: 14px;
  color: #333;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.contact .message .formbox input.username,
.contact .message li:nth-child(1){
  background: url(//memberpic.114my.com.cn/shengf88/uploadfile/image/20220106/20220106200645_588143616.png) 22px center no-repeat;
  background-color: #f7f7f7;
}
.contact .message li:nth-child(2){
  background: url(//memberpic.114my.com.cn/shengf88/uploadfile/image/20220106/20220106200645_588143616.png) 22px center no-repeat;
  background-color: #f7f7f7;
}
.contact .message li:nth-child(3){
  background: url(//memberpic.114my.com.cn/shengf88/uploadfile/image/20220106/20220106200645_588143616.png) 22px center no-repeat;
  background-color: #f7f7f7;
}
.contact .message li:nth-child(4){
  background: url(//memberpic.114my.com.cn/shengf88/uploadfile/image/20220106/20220106200645_588143616.png) 22px center no-repeat;
  background-color: #f7f7f7;
}
.contact .message li:nth-child(5){
  background: url(//memberpic.114my.com.cn/shengf88/uploadfile/image/20220106/20220106200645_588143616.png) 22px center no-repeat;
  background-color: #f7f7f7;
}



.contact .message .formbox input::-webkit-input-placeholder,
.contact .message .formbox textarea::-webkit-input-placeholder {
  color: #bbbbbb;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.contact .message .formbox input::-moz-placeholder,
.contact .message .formbox textarea::-moz-placeholder {
  color: #bbbbbb;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.contact .message .formbox input:-ms-input-placeholder,
.contact .message .formbox textarea:-ms-input-placeholder {
  color: #bbbbbb;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.contact .message .formbox input:focus,
.contact .message .formbox textarea:focus,
.contact .message .formbox input:active,
.contact .message .formbox textarea:active {
  border-color: #0254a6;
}
.contact .message .formbox input:focus::-webkit-input-placeholder,
.contact .message .formbox textarea:focus::-webkit-input-placeholder,
.contact .message .formbox input:active::-webkit-input-placeholder,
.contact .message .formbox textarea:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.contact .message .formbox input:focus::-moz-placeholder,
.contact .message .formbox textarea:focus::-moz-placeholder,
.contact .message .formbox input:active::-moz-placeholder,
.contact .message .formbox textarea:active::-moz-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.contact .message .formbox input:focus:-ms-input-placeholder,
.contact .message .formbox textarea:focus:-ms-input-placeholder,
.contact .message .formbox input:active:-ms-input-placeholder,
.contact .message .formbox textarea:active:-ms-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.contact .message .formbox .code {
  position: relative;
  display: block;
}
.contact .message .formbox .code .imgCode {
  position: absolute;
  width: 90px;
  height: 36px;
  right: 10px;
  bottom: 7px;
  border: none;
  display: block;
  z-index: 2;
}
.contact .message .formbox .submitform {
  margin-top: 10%;
  display: block;
  text-align: center;
  width: 100%;
  height: 50px;
  background-color: #0254a6;
  line-height: 50px;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.contact .message .formbox .submitform i {
  min-width: 5px;
}
.contact .message .formbox .submitform:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #0254a6;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.contact .message .formbox .submitform:hover {
  background: none;
  color: #0254a6;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  box-shadow: 0 10px 10px -5px rgba(235, 97, 0, 0.5);
}
.contact .message .formbox .submitform:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.contact .map {
  background: url(//memberpic.114my.com.cn/shengf88/uploadfile/image/20220106/20220106195612_1575404067.jpg) center center no-repeat;
  width: 33.33%;
  height: 100%;
  float: left;
}
@media screen and (max-width: 769px) {
  .contact .lxList {
    width: 100%;
    font: none;
    height: 50%;
    padding: 0 20px;
  }
  .contact .lxList .box .t1 {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    width: 172px;
  }
  .contact .lxList .box .t2 {
    margin-top: 3%;
    font-size: 20px;
    white-space: normal;
  }
  .contact .lxList .box .t3 {
    font-size: 16px;
    margin-top: 2%;
  }
  .contact .lxList .box ul {
    padding-top: 3%;
  }
  .contact .lxList .box ul li {
    margin-top: 0;
    line-height: 25px;
    padding-left: 0;
  }
  .contact .lxList .box .ewm {
    margin-top: 3%;
    display: none;
  }
  .contact .lxList .box .ewm img {
    width: 80px;
    height: 80px;
    border-width: 2px;
  }
  .contact .message {
    width: 100%;
    height: 50%;
    font: none;
    padding: 0 20px;
  }
  .contact .message .formbox {
    max-width: 360px;
    width: 100%;
  }
  .contact .message .formbox .tit {
    line-height: 20px;
    font-size: 13px;
    text-align: center;
  }
  .contact .message .formbox .textarea {
    padding-top: 16%;
    margin-top: 2%;
  }
  .contact .message .formbox input,
  .contact .message .formbox textarea {
    height: 26px;
    margin-top: 2%;
    line-height: 24px;
    padding: 0 10px 0 34px;
  }
  .contact .message .formbox input.username,
  .contact .message .formbox textarea.username {
    background-position: 10px center;
  }
  .contact .message .formbox input.usertel,
  .contact .message .formbox textarea.usertel {
    background-position: 10px center;
  }
  .contact .message .formbox input.codeText,
  .contact .message .formbox textarea.codeText {
    background-position: 10px center;
  }
  .contact .message .formbox input.xqcontent,
  .contact .message .formbox textarea.xqcontent {
    background-position: 10px 6px;
    line-height: 20px;
    padding-top: 4px;
  }
  .contact .message .formbox .code {
    position: relative;
    display: block;
  }
  .contact .message .formbox .code .imgCode {
    width: 70px;
    height: 24px;
    right: 10px;
    bottom: 3px;
  }
  .contact .message .formbox .submitform {
    margin-top: 2.5%;
    height: 30px;
    line-height: 30px;
  }
  .contact .map {
    display: none;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  animation-fill-mode: forwards;
}
.fadeInUp {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  animation-fill-mode: forwards;
}
.fadeInRight {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  animation-fill-mode: forwards;
  animation-delay: 0;
}
.fadeInLeft {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  animation-fill-mode: forwards;
  animation-delay: 0;
}
.ani-slide .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-fill-mode: forwards;
  opacity: 0;
}
.ani-slide .fadeInDown:nth-child(1) {
  animation-delay: 0.12s;
}
.ani-slide .fadeInDown:nth-child(2) {
  animation-delay: 0.24s;
}
.ani-slide .fadeInDown:nth-child(3) {
  animation-delay: 0.36s;
}
.ani-slide .fadeInDown:nth-child(4) {
  animation-delay: 0.48s;
}
.ani-slide .fadeInDown:nth-child(5) {
  animation-delay: 0.6s;
}
.ani-slide .fadeInDown:nth-child(6) {
  animation-delay: 0.72s;
}
.ani-slide .fadeInDown:nth-child(7) {
  animation-delay: 0.84s;
}
.ani-slide .fadeInDown:nth-child(8) {
  animation-delay: 0.96s;
}
.ani-slide .fadeInDown:nth-child(9) {
  animation-delay: 1.08s;
}
.ani-slide .fadeInDown:nth-child(10) {
  animation-delay: 1.2s;
}
.ani-slide .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-fill-mode: forwards;
  opacity: 0;
}
.ani-slide .fadeInUp:nth-child(1) {
  animation-delay: 0.12s;
}
.ani-slide .fadeInUp:nth-child(2) {
  animation-delay: 0.24s;
}
.ani-slide .fadeInUp:nth-child(3) {
  animation-delay: 0.36s;
}
.ani-slide .fadeInUp:nth-child(4) {
  animation-delay: 0.48s;
}
.ani-slide .fadeInUp:nth-child(5) {
  animation-delay: 0.6s;
}
.ani-slide .fadeInUp:nth-child(6) {
  animation-delay: 0.72s;
}
.ani-slide .fadeInUp:nth-child(7) {
  animation-delay: 0.84s;
}
.ani-slide .fadeInUp:nth-child(8) {
  animation-delay: 0.96s;
}
.ani-slide .fadeInUp:nth-child(9) {
  animation-delay: 1.08s;
}
.ani-slide .fadeInUp:nth-child(10) {
  animation-delay: 1.2s;
}
.ani-slide .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-fill-mode: forwards;
}
.ani-slide .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-fill-mode: forwards;
}


.links {
  margin-top: 0px;
  position: relative;
  width: 180px;
}
.links .tit {
    height: 40px;
    border-radius: 30px;
    border: solid 1px #f2f2f2;
    padding: 0 34px;
    line-height: 40px;
}
.links .list {
  width: 100%;
  background: #fff;
  border-radius: 25px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 0 20px;
  position: absolute;
  bottom: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.links .list .box {
  max-height: 200px;
  overflow: auto;
  padding: 0 10px;
}
.links .list .box::-webkit-scrollbar {
  width: 2px;
}
.links .list a {
  display: block;
  color: #333;
  height: 40px;
  line-height: 40px;
}
.links .list a:hover {
  color: #06997d;
}
.links:hover .list {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: inherit;
}





/*浮动*/
.qqkefu{position: fixed;top:60%;_position: absolute;_top: expression(eval(document.documentElement.scrollTop + 365));z-index: 990;right: 10px;width:39px;}
.qqkefu ul li{width: 45px;height:45px;margin-bottom:1px;float:right;background:url("//memberpic.114my.com.cn/shengf88/uploadfile/image/20220225/20220225151933_1005232041.png") no-repeat;background-color:#0254a6;line-height:45px;font-size:14px;cursor:pointer;position:relative;}
.qqkefu ul li a{color:#fff;overflow: hidden;display: block;height: 45px;padding-left: 10px;}
.qqkefu ul li.qq_cza{overflow:hidden}
.qqkefu ul li:hover{background-color:#dc352f;}
.qqkefu ul li.top{background-position: 0 0;position:relative;width:45px;height: 45px;cursor:pointer;}
.qqkefu ul li b{width:45px;height:45px;display:block;overflow:hidden;float:right;}
.qqkefu ul li span{font-size: 14px;font-weight: bold;color: #FFF;}
.qqkefu ul li.qq_phone{background-position: right -46px;}
.qqkefu ul li.qq_ku{background-position: right -92px;}
.qqkefu ul li.qq_ms{background-position: right -138px;}
.qqkefu ul li.qq_czb{background-position: right -184px;}
.qqkefu ul li.qq_czc{background-position: right -184px;}
.qqkefu ul li.qq_app{background-position: right -228px;}
.qqkefu ul li.qq_czae{ line-height:15px !important}
.erweima{width: 130px;height: 150px;position: absolute;top: -107px;left: -150px;background: #FFF; border: 1px solid #CCC;float: left;cursor: default !important;display:none;}
.erweima p{line-height: 20px;color: #000;font-size: 12px;text-align: center;float: left;width: 130px;}
.erweima p img{width: 110px;height: 110px;margin: 10px 10px 0px 10px;}
.erweima .arrow3 {width: 5px;height: 10px;display: block;position: absolute;right: -5px;top: 122px;}
.app{width: 130px;height: 150px;position: absolute;top: -107px;left: -150px;background: #FFF;border: 1px solid #CCC;float: left;cursor: default !important;display:none;}
.app p{line-height: 20px;color: #000;font-size: 12px;text-align: center;float: left;width: 130px;}
.app p img{width: 110px;height: 110px;margin: 10px 10px 0px 10px;}
.app .arrow3 {width: 5px;height: 10px;display: block;position: absolute;right: -5px;top: 132px；}
.erweima1{width: 130px;height: 150px;position: absolute;top: -107px;left: -150px;background: #FFF;border: 1px solid #CCC;float: left;cursor: default !important;display:none;}
.erweima1 p{line-height: 20px;color: #000;font-size: 12px;text-align: center;float: left;width: 130px;}
.erweima1 p img{width: 110px;height: 110px;margin: 10px 10px 0px 10px;}
.erweima1 .arrow3 {width: 5px;height: 10px;display: block;position: absolute;right: -5px;top: 122px;}