html,
body {
  height: 100%;
  width: 100%;
}
.lpkbox {
  height: 100%;
  width: 100%;
}
.lpkbox > .swiper-container {
  height: 100%;
}
.w_1560 {
  width: 1560px;
  max-width: 94%;
  margin: auto;
}
.lpkItem {
  height: 100%;
  overflow: hidden;
}
.indexHead {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  padding: 2.125rem 0;
}
.indexHead .box .logo a img {
  height: 2.8125rem;
}
.indexHead .box .logo a .img2 {
  display: none;
}
.indexHead .menu .music {
  display: flex;
  align-items: center;
  margin-right: 2.5rem;
  text-align: center;
  position: relative;
}
.indexHead .menu .music img {
  height: 1.75rem;
}
.indexHead .menu .music .img2 {
  display: none;
}
.indexHead .menu .music span {
  position: absolute;
  background-color: #fff;
  width: 2px;
  height: 0;
  right: 0;
  left: 0.4375rem;
  margin: auto;
  top: 0.6rem;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.indexHead .menu .mon .img1 {
  display: block;
}
.indexHead .menu .mon .img2 {
  display: none;
}
.indexHead .menu .mon span {
  height: 64%;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.indexHead .menu .left {
  display: none;
  line-height: 3.375rem;
  margin-right: 1.875rem;
}
.indexHead .menu .left a {
  font-size: 1rem;
  color: #fff;
}
.indexHead .menu .left span {
  font-size: 1rem;
  color: #ddd;
}
.indexHead .menu .left .active {
  color: #ddd;
}
.indexHead .menu .right {
  position: relative;
  height: 2.375rem;
  background: #fff;
  border-radius: 50%;
  padding: 0.5rem;
}
.indexHead .menu .right img {
  height: 100%;
}
.indexHead .menu .right .img2 {
  display: none;
}
.indexHead .menu .right:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  -moz-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  -o-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
  border: solid 0.1875rem rgba(255, 255, 255, 0.32);
  border-radius: 100%;
  animation: navBut 1.2s ease 0s infinite;
  z-index: -1;
}
.indexHeadOn0 .box .logo a .img1 {
  display: block;
}
.indexHeadOn0 .box .logo a .img2 {
  display: none;
}
.indexHeadOn0 .box .menu .music .img1 {
  display: none;
}
.indexHeadOn0 .box .menu .music .img2 {
  display: block;
}
.indexHeadOn0 .box .menu .music span {
  background-color: #0068b7;
}
.indexHeadOn0 .box .menu .right:after {
  border: solid 0.1875rem rgba(0, 85, 161, 0.32);
}
.indexHeadOn0 .box .menu .right .img1 {
  display: block;
}
.indexHeadOn0 .box .menu .right .img2 {
  display: none;
}
.indexHeadOn {
  display: none;
}
.indexHeadOn .box .logo a .img1 {
  display: none;
}
.indexHeadOn .box .logo a .img2 {
  display: block;
}
.indexHeadOn .box .menu .music .img1 {
  display: none;
}
.indexHeadOn .box .menu .music .img2 {
  display: block;
}
.indexHeadOn .box .menu .music span {
  background-color: #0068b7;
}
.indexHeadOn .box .menu .right:after {
  border: solid 0.1875rem rgba(0, 85, 161, 0.32);
}
.indexHeadOn .box .menu .right .img1 {
  display: none;
}
.indexHeadOn .box .menu .right .img2 {
  display: block;
}
@keyframes navBut {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
    -o-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    -moz-transform: translate(-50%, -50%) scale(1.3);
    -ms-transform: translate(-50%, -50%) scale(1.3);
    -o-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
  }
}
.divPagination {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.divPagination ul li {
  width: 4.375rem;
  padding: 0.625rem 0;
}
.divPagination ul li .left {
  width: 2.125rem;
}
.divPagination ul li .left span {
  transition: all 0.3s;
  font-size: 0.9375rem;
  font-family: 'ariaBd';
  color: #ccc;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
}
.divPagination ul li .right {
  display: flex;
  align-items: center;
}
.divPagination ul li .right span {
  display: inline-block;
  width: 0rem;
  height: 2px;
  background: #0068b7;
  transition: all 0.3s;
  margin-top: 0.0625rem;
}
.divPagination ul .on .left span {
  color: #0068b7;
  font-weight: bold;
  border-bottom: 2px solid #0068b7;
}
.divPagination ul .on .right span {
  width: 2.25rem;
}
.pageBox1 {
  height: 100%;
  position: relative;
}
.pageBox1 .imgList {
  position: relative;
  height: 100%;
}
.pageBox1 .imgList img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pageBox1 .imgList canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pageBox1 .boxMain {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.pageBox1 .boxMain .clockBox {
  width: 40rem;
  height: 40rem;
  margin: 6rem auto 0;
  position: relative;
}
.pageBox1 .boxMain .clockBox > img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  position: relative;
  top: 0.09375rem;
  left: 0.09375rem;
}
.pageBox1 .boxMain .clockBox .box0 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pageBox1 .boxMain .clockBox .box0 canvas {
  transform: rotate(180deg);
}
.pageBox1 .boxMain .clockBox .time {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 18%;
  transform-origin: 50% 80%;
  height: 40%;
  width: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 1.6s ease-in-out;
  border-radius: 3.125rem 3.125rem 0 0;
}
.pageBox1 .boxMain .clockBox .minute {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 12%;
  transform-origin: 50% 74%;
  height: 50%;
  width: 6px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 3.125rem 3.125rem 0 0;
  animation-duration: 1.6s;
  animation-timing-function: cubic-bezier(0.59, 0, 0.42, 0.99);
}
.pageBox1 .boxMain .clockBox .on {
  animation-name: gorotate;
}
.pageBox1 .boxMain .clockBox .boxlist {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
.pageBox1 .boxMain .clockBox .boxlist .item {
  position: absolute;
}
.pageBox1 .boxMain .clockBox .boxlist .item .text {
  font-size: 1.375rem;
  text-align: center;
  color: #fff;
}
.pageBox1 .boxMain .clockBox .boxlist .item .img {
  text-align: center;
  width: 2.125rem;
  height: 2.125rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  margin: auto;
  transform: scale(0.5);
  transition: all 0.3s;
}
.pageBox1 .boxMain .clockBox .boxlist .item .img img {
  margin: auto;
  width: 1.125rem;
  opacity: 0;
  transition: all 0.3s;
}
.pageBox1 .boxMain .clockBox .boxlist .item .img span {
  opacity: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #82b5dc;
  margin: auto;
  transition: all 0.3s;
}
.pageBox1 .boxMain .clockBox .boxlist .item1 {
  top: -3.3rem;
  left: 50%;
  transform: translateX(-50%);
}
.pageBox1 .boxMain .clockBox .boxlist .item1 .img {
  margin-top: 0.375rem;
}
.pageBox1 .boxMain .clockBox .boxlist .item2 {
  top: 26%;
  transform: translateY(-50%);
  right: -11.2rem;
}
.pageBox1 .boxMain .clockBox .boxlist .item2 .img {
  margin-right: 1rem;
}
.pageBox1 .boxMain .clockBox .boxlist .item5 {
  bottom: 19%;
  transform: translateY(-50%);
  right: -11.2rem;
}
.pageBox1 .boxMain .clockBox .boxlist .item5 .img {
  margin-right: 1rem;
}
.pageBox1 .boxMain .clockBox .boxlist .item3 {
  bottom: -3.3rem;
  left: 50%;
  transform: translateX(-50%);
}
.pageBox1 .boxMain .clockBox .boxlist .item3 .img {
  margin-bottom: 0.375rem;
}
.pageBox1 .boxMain .clockBox .boxlist .item4 {
  bottom: 19%;
  transform: translateY(-50%);
  left: -11.2rem;
}
.pageBox1 .boxMain .clockBox .boxlist .item4 .img {
  margin-left: 1rem;
}
.pageBox1 .boxMain .clockBox .boxlist .item6 {
  top: 26%;
  transform: translateY(-50%);
  left: -11.2rem;
}
.pageBox1 .boxMain .clockBox .boxlist .item6 .img {
  margin-left: 1rem;
}
.pageBox1 .boxMain .clockBox .boxlist .active .img {
  transform: scale(1);
}
.pageBox1 .boxMain .clockBox .boxlist .active .img img {
  opacity: 1;
}
.pageBox1 .boxMain .clockBox .boxlist .active .img span {
  opacity: 1;
}
.pageBox1 .boxMain .imgBox {
  margin-top: 4.0625rem;
}
.pageBox1 .boxMain .imgBox img {
  width: 30rem;
}
.pageBox1 .boxMain .arrow {
  text-align: center;
  margin-top: 7rem;
}
.pageBox1 .boxMain .arrow img {
  width: 1.875rem;
  position: relative;
  animation: updown 1s infinite;
  -webkit-animation: updown 1s infinite;
}
@keyframes gorotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes updown {
  0% {
    top: 0px;
    opacity: 1;
  }
  100% {
    top: 1.875rem;
    opacity: 0;
  }
}
@-webkit-keyframes updown {
  0% {
    top: 0px;
    opacity: 1;
  }
  100% {
    top: 1.875rem;
    opacity: 0;
  }
}
.indexNav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../images/navbg.jpg) no-repeat 50% 50%;
  background-size: 100% 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  opacity: 0;
}
.indexNav > div {
  flex: 1;
  position: relative;
  opacity: 0;
  top: -1.875rem;
  background: #fff;
  transition-property: opacity,top,background;
  transition-duration: 0.5s, 0.5s, 0.5s;
  -webkit-transition-property: opacity,top,background;
  -webkit-transition-duration: 0.5s, 0.5s, 0.5s;
}
.indexNav > div .top {
  margin-top: 12.5rem;
}
.indexNav > div .top span {
  display: block;
  width: 1px;
  height: 3.4375rem;
  background: #fff;
  margin: auto;
}
.indexNav > div .bottom {
  text-align: center;
  margin-top: 4rem;
  transition-property: margin-top;
  transition-duration: 0.5s;
  -webkit-transition-property: margin-top;
  -webkit-transition-duration: 0.5s;
}
.indexNav > div .bottom h5 {
  font-size: 4.5rem;
  color: #ccc;
  opacity: 0.35;
  font-family: '010';
}
.indexNav > div .bottom > p {
  margin-top: 0rem;
}
.indexNav > div .bottom > p img {
  height: 1.875rem;
  opacity: 0;
  transition: all 0.5s;
}
.indexNav > div .bottom h6 {
  font-size: 1.5625rem;
  color: #000;
  margin-top: 1.25rem;
}
.indexNav > div .bottom > div {
  margin-top: 1.625rem;
}
.indexNav > div .bottom > div .p {
  line-height: 1.875rem;
}
.indexNav > div .bottom > div .p > a {
  font-size: 1.0625rem;
  font-weight: 100;
  color: #999;
}
.indexNav > div .bottom > div .p > a:hover {
  font-weight: bold;
}
.indexNav > div .bottom > div .p:hover .select {
  display: block;
}
.indexNav > div .bottom > div .select {
  margin: 0.75rem 0;
  display: none;
}
.indexNav > div .bottom > div .select > p {
  line-height: 1.875rem;
}
.indexNav > div .bottom > div .select > p a {
  font-size: 0.875rem;
  font-weight: 100;
  color: #ccc;
}
.indexNav > div .bottom > div .select > p a:hover {
  text-decoration: underline;
}
.indexNav > div:hover {
  background: none;
}
.indexNav > div:hover .bottom {
  margin-top: 2rem;
}
.indexNav > div:hover .bottom h5 {
  color: #fff;
  opacity: 1;
}
.indexNav > div:hover .bottom > p {
  margin-top: 2.1875rem;
}
.indexNav > div:hover .bottom > p img {
  opacity: 1;
}
.indexNav > div:hover .bottom h6 {
  color: #fff;
}
.indexNav > div:hover .bottom > div .p a {
  color: #fff;
}
.indexNav .xxx {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 11;
  background: none;
}
.indexNav .xxx div {
  text-align: right;
  line-height: 3.375rem;
  padding: 2.125rem 0;
}
.indexNav .xxx div span {
  font-size: 2.25rem;
  color: #cccccc;
  font-weight: bold;
  display: inline-block;
  width: 3.375rem;
  text-align: center;
  font-family: 'ariaBd';
}
.indexNav .active {
  background: none;
}
.indexNav .active .bottom {
  margin-top: 2rem;
}
.indexNav .active .bottom h5 {
  color: #fff;
  opacity: 1;
}
.indexNav .active .bottom > p {
  margin-top: 2.1875rem;
}
.indexNav .active .bottom > p img {
  opacity: 1;
}
.indexNav .active .bottom h6 {
  color: #fff;
}
.indexNav .active .bottom > div .p a {
  color: #fff;
}
.navActive {
  z-index: 10;
  opacity: 1;
}
.navActive > div {
  opacity: 1;
  top: 0;
}
.navActive > div:nth-child(1) {
  transition-delay: 0.4s, 0.4s, 0s;
  -webkit-transition-delay: 0.4s, 0.4s, 0s;
}
.navActive > div:nth-child(2) {
  transition-delay: 0.6s, 0.6s, 0s;
  -webkit-transition-delay: 0.6s, 0.6s, 0s;
}
.navActive > div:nth-child(3) {
  transition-delay: 0.8s, 0.8s, 0s;
  -webkit-transition-delay: 0.8s, 0.8s, 0s;
}
.navActive > div:nth-child(4) {
  transition-delay: 1s,1s,0s;
  -webkit-transition-delay: 1s,1s,0s;
}
.navActive > div:nth-child(5) {
  transition-delay: 1.2s, 1.2s, 0s;
  -webkit-transition-delay: 1.2s, 1.2s, 0s;
}
.navActive > div:nth-child(6) {
  transition-delay: 1.4s, 1.4s, 0s;
  -webkit-transition-delay: 1.4s, 1.4s, 0s;
}
.pageBox2 {
  position: relative;
}
.pageBox2 .box {
  padding-top: 5.75rem;
}
.pageBox2 .box .boxleft {
  width: 50%;
  position: relative;
  z-index: 1;
}
.pageBox2 .box .boxleft h5 {
  font-size: 2.3125rem;
  color: #0068b7;
  font-weight: bold;
}
.pageBox2 .box .boxleft h6 {
  color: #0a52a0;
  opacity: 0.25 !important;
  font-size: 2.8125rem;
  font-weight: bold;
  margin-top: 0.375rem;
}
.pageBox2 .box .boxleft .text {
  margin-top: 3.125rem;
  line-height: 1.8rem;
}
.pageBox2 .box .boxleft .text p {
  font-size: 1rem;
  color: #333;
  line-height: 1.875rem;
  margin-bottom: 1.75rem;
  text-align: justify;
}
.pageBox2 .box .boxleft .link {
  padding-top: 1rem;
}
.pageBox2 .box .boxleft .link a {
  font-size: 1rem;
  color: #0a52a0;
  display: inline-block;
  width: 9.5rem;
  line-height: 3.125rem;
  text-align: center;
  border: 1px solid #0a52a0;
}
.pageBox2 .box .boxleft .link a:hover {
  background: #0a52a0;
  color: #fff;
}
.pageBox2 .box .boxleft .four {
  box-shadow: 0px 0px 2rem #ddd;
  box-sizing: border-box;
  padding: 2.5rem 3.75rem;
  margin-top: 4.375rem;
  width: 100%;
  background: #fff;
}
.pageBox2 .box .boxleft .four .item {
  text-align: center;
}
.pageBox2 .box .boxleft .four .item .top1 img {
  height: 2.2rem;
}
.pageBox2 .box .boxleft .four .item .top2 {
  font-size: 1rem;
  margin-top: 1.125rem;
  color: #333;
}
.pageBox2 .box .boxleft .four .item .top3 {
  margin-top: 0.75rem;
  color: #000;
}
.pageBox2 .box .boxleft .four .item .top3 span {
  font-size: 2rem;
  font-weight: bold;
}
.pageBox2 .box .boxleft .four .item1 {
  display: flex;
  align-items: center;
  color: #ddd;
}
.pageBox2 .box .boxRight {
  width: 42%;
  height: 42.6875rem;
  overflow: hidden;
  position: relative;
}
.pageBox2 .box .boxRight img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.pageBox2 .box .boxRight img:hover {
  transform: scale(1.1);
}
.pageBox2 .box .boxRight .box {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.pageBox2 .lpkyuan {
  border-radius: 50%;
  position: absolute;
  animation: spin 6s infinite linear;
  background: #edf4fa;
}
.pageBox2 .lpkyuan1 {
  transform-origin: 50% 40%;
  width: 19rem;
  height: 19rem;
  top: 2.8125rem;
  left: 3.75rem;
  opacity: 0.8;
}
.pageBox2 .lpkyuan2 {
  width: 17.75rem;
  height: 17.75rem;
  right: 8.125rem;
  top: -10rem;
  transform-origin: 50% 40%;
  animation: spin2 8s infinite linear;
}
.pageBox2 .lpkyuan3 {
  width: 4rem;
  height: 4rem;
  left: 9.375rem;
  bottom: 3rem;
  animation: spin2 4s infinite linear;
  transform-origin: 40% 10%;
}
.pageBox2 .lpkyuan4 {
  width: 4.75rem;
  height: 4.75rem;
  bottom: 1.5rem;
  right: 8.75rem;
  animation: spin 6s infinite linear;
  transform-origin: 50% 1rem;
}
.pageBox2 .lpkyuan5 {
  width: 4rem;
  height: 4rem;
  left: 46%;
  top: 10.625rem;
  animation: spin 6s infinite linear;
  transform-origin: 50% 30%;
}
.pageBox2 .lpkyuan6 {
  width: 2.5rem;
  height: 2.5rem;
  top: 26.25rem;
  left: 40%;
  animation: spin2 4s infinite linear;
  transform-origin: 50% 30%;
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
@keyframes spin2 {
  to {
    transform: rotate(-1turn);
  }
}
.pageBox3 .item {
  width: 50%;
  position: relative;
}
.pageBox3 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pageBox3 .item .box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pageBox3 .item .box a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.pageBox3 .item .box .main {
  margin: auto;
  text-align: center;
}
.pageBox3 .item .box .main h5 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: bold;
}
.pageBox3 .item .box .main h6 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 100;
  opacity: 0.33;
  margin-top: 1.375rem;
}
.pageBox4 {
  padding-top: 5.75rem;
  box-sizing: border-box;
}
.pageBox4 .boxTop .boxLeft h5 {
  font-size: 2.3125rem;
  color: #0068b7;
  font-weight: bold;
}
.pageBox4 .boxTop .boxLeft h6 {
  color: #0a52a0;
  opacity: 0.25;
  font-size: 2.8125rem;
  font-weight: bold;
  margin-top: 0.375rem;
}
.pageBox4 .boxTop .boxRigth .link {
  padding-top: 2rem;
}
.pageBox4 .boxTop .boxRigth .link a {
  font-size: 1rem;
  color: #0a52a0;
  display: inline-block;
  width: 9.5rem;
  line-height: 3.125rem;
  text-align: center;
  border: 1px solid #0a52a0;
}
.pageBox4 .boxTop .boxRigth .link a:hover {
  background: #0a52a0;
  color: #fff;
}
.pageBox4 .boxBottom {
  margin-top: 3.4375rem;
}
.pageBox4 .boxBottom .item {
  width: 23%;
  border: 1px solid #ddd;
  box-sizing: border-box;
  margin-right: 2.667%;
  cursor: default;
}
.pageBox4 .boxBottom .item:last-child {
  margin-right: 0;
}
.pageBox4 .boxBottom .item a {
  display: block;
  width: 100%;
}
.pageBox4 .boxBottom .item a .img {
  height: 16.1875rem;
  width: 100%;
  overflow: hidden;
}
.pageBox4 .boxBottom .item a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.pageBox4 .boxBottom .item a .item0 {
  padding: 0 2rem 2rem;
}
.pageBox4 .boxBottom .item a .time {
  font-size: 0.875rem;
  color: #999;
  margin-top: 2.1875rem;
}
.pageBox4 .boxBottom .item a .title {
  font-size: 1.1875rem;
  color: #000;
  margin-top: 1.5625rem;
}
.pageBox4 .boxBottom .item a .text {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.5625rem;
  height: 3.125rem;
  margin-top: 1.5625rem;
}
.pageBox4 .boxBottom .item a .link {
  font-size: 0.875rem;
  margin-top: 2rem;
}
.pageBox4 .boxBottom .item a .link img {
  filter: grayscale(100);
}
.pageBox4 .boxBottom .item:hover {
  border: 1px solid #fff;
  box-shadow: 0px 0px 2rem #ddd;
}
.pageBox4 .boxBottom .item:hover .img img {
  transform: scale(1.1);
}
.pageBox4 .boxBottom .item:hover .title {
  color: #0068b7;
}
.pageBox4 .boxBottom .item:hover .link {
  color: #0068b7;
}
.pageBox4 .boxBottom .item:hover .link img {
  filter: grayscale(0);
}
.pageBox5 {
  min-height: 12.5rem;
  background: #000;
  position: relative;
}
.pageBox5 .go {
  position: absolute;
  top: -4.625rem;
  left: 50%;
  transform: translateX(-50%);
}
.pageBox5 .go img {
  width: 10.25rem;
}
.pageBox5 .box {
  padding: 3.125rem 0;
}
.pageBox5 .box .boxLeft {
  padding-top: 5.625rem;
  width: 10%;
}
.pageBox5 .box .boxLeft img {
  max-width: 100%;
}
.pageBox5 .box .boxCenter {
  width: 45%;
  padding: 2.1875rem 0 0;
}
.pageBox5 .box .boxCenter .item {
  margin: 0 1.25rem;
}
.pageBox5 .box .boxCenter .item div {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0.75rem;
  line-height: 1.5625rem;
}
.pageBox5 .box .boxCenter .item p {
  line-height: 1.875rem;
}
.pageBox5 .box .boxCenter .item p a {
  font-size: 0.875rem;
  color: #999;
}
.pageBox5 .box .boxCenter .item p a:hover {
  color: #fff;
}
.pageBox5 .box .boxRight {
  padding: 2.1875rem 0;
}
.pageBox5 .box .boxRight h5 {
  font-size: 1.1875rem;
  color: #fff;
  line-height: 1.5625rem;
  margin-bottom: 1.3rem;
}
.pageBox5 .box .boxRight .p {
  margin-top: 1.25rem;
}
.pageBox5 .box .boxRight .p p {
  font-size: 1rem;
  color: #999;
  line-height: 1.5625rem;
}
.pageBox5 .box .boxRight .p p span {
  font-size: 1.5625rem;
  color: #fff;
}
.pageBox5 .box .boxRight .p p img {
  animation: headanim 0.5s ease 0s infinite;
  -webkit-animation: headanim 0.5s ease 0s infinite;
  -moz-animation: headanim 0.5s ease 0s infinite;
  -o-animation: headanim 0.5s ease 0s infinite;
  vertical-align: baseline;
  height: 1.375rem;
  margin-right: 0.625rem;
}
.pageBox5 .box .boxRight div > img {
  width: 7.125rem;
}
.pageBox5 .box .boxMap {
  width: 10%;
  position: relative;
}
.pageBox5 .box .boxMap > img {
  width: 180%;
  position: relative;
  left: -80%;
}
.pageBox5 .box .boxMap span {
  position: absolute;
  display: block;
  right: 2.0625rem;
  top: 7rem;
}
.pageBox5 .box .boxMap span img {
  height: 1.625rem;
  animation: donghua 1s ease-in 0s infinite;
  -webkit-animation: donghua 1s ease-in 0s infinite;
  -moz-animation: donghua 1s ease-in 0s infinite;
  -o-animation: donghua 1s ease-in 0s infinite;
}
.pageBox5 .box1 {
  border-top: 1px solid #313131;
  font-size: 0.875rem;
  color: #999;
  line-height: 3.4375rem;
  text-align: center;
}
.pageBox5 .box1 a {
  color: #999;
  display: inline-block;
  margin-left: 1.25rem;
}
@keyframes headanim {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
  }
}
@-webkit-keyframes headanim {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
  }
}
@keyframes donghua {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  50% {
    transform: translateY(-12px);
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -o-transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}
@-webkit-keyframes donghua {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  50% {
    transform: translateY(-12px);
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -o-transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}
@-moz-keyframes donghua {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  50% {
    transform: translateY(-12px);
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -o-transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}
@-o-keyframes donghua {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  50% {
    transform: translateY(-12px);
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -o-transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}
.lpkBanne {
  position: relative;
}
.lpkBanne img {
  width: 100%;
}
.lpkBanne .box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-content: center;
  text-align: center;
}
.lpkBanne .box h5 {
  font-size: 2.1875rem;
  color: #fff;
}
.lpkBanne .box h6 {
  font-size: 1.6875rem;
  color: #fff;
  margin-top: 0.625rem;
}
.lpkBanne .arrow {
  position: absolute;
  bottom: 3.125rem;
  left: 50%;
  transform: translateX(-50%);
}
.lpkBanne .arrow img {
  width: 1.875rem;
  position: relative;
  animation: updown 1s infinite;
  -webkit-animation: updown 1s infinite;
}
@keyframes updown {
  0% {
    top: 0px;
    opacity: 1;
  }
  100% {
    top: 2rem;
    opacity: 0;
  }
}
@-webkit-keyframes updown {
  0% {
    top: 0px;
    opacity: 1;
  }
  100% {
    top: 2rem;
    opacity: 0;
  }
}
.lpkbard {
  border-bottom: 1px solid #ddd;
}
.lpkbard .box .boxLeft {
  font-size: 0.875rem;
  color: #999;
  line-height: 4rem;
}
.lpkbard .box .boxLeft img {
  vertical-align: sub;
}
.lpkbard .box .boxLeft a {
  font-size: 0.875rem;
  color: #999;
}
.lpkbard .box .boxLeft span {
  font-size: 0.875rem;
  color: #0068b7;
}
.lpkbard .box .boxRight p {
  margin-left: 4.375rem;
}
.lpkbard .box .boxRight p a {
  font-size: 0.875rem;
  color: #999;
  display: inline-block;
  line-height: 4rem;
}
.lpkbard .box .boxRight .active A {
  color: #0068b7;
  border-bottom: 3px solid #0068b7;
}
.newlist {
  margin-top: 5rem;
  margin-bottom: 2.5rem;
}
.newlist .item {
  margin-bottom: 2.5rem;
  background: #fff;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1.875rem;
}
.newlist .item:nth-child(3n) {
  margin-right: 0;
}
.newlist .item a {
  display: block;
}
.newlist .item a .boxTop {
  height: 16.0625rem;
  overflow: hidden;
}
.newlist .item a .boxTop img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.newlist .item a .boxBot {
  padding: 1.875rem 2.8125rem;
}
.newlist .item a .boxBot .boxLeft {
  border-right: 1px solid #dcdcdc;
  width: 22%;
}
.newlist .item a .boxBot .boxLeft div {
  font-size: 2.875rem;
  color: #666;
  font-weight: bold;
}
.newlist .item a .boxBot .boxLeft p {
  font-size: 1rem;
  color: #666;
}
.newlist .item a .boxBot .boxRight {
  width: 70%;
}
.newlist .item a .boxBot .boxRight h5 {
  font-size: 1.1875rem;
  color: #000;
}
.newlist .item a .boxBot .boxRight p {
  font-size: 0.875rem;
  color: #999;
  line-height: 1.875rem;
  margin-top: 0.5rem;
  height: 3.75rem;
}
.newlist .item a .boxBottom {
  margin: 0 2.8125rem;
  box-sizing: border-box;
  border-top: 1px solid #DCDCDC;
  line-height: 4.0625rem;
}
.newlist .item a .boxBottom div {
  font-size: 0.875rem;
  color: #999;
}
.newlist .item a .boxBottom p {
  display: flex;
  align-items: center;
}
.newlist .item a .boxBottom p img {
  width: 1.5rem;
  filter: grayscale(100%);
  opacity: 0.7;
  position: relative;
  transition: all 0.3s;
  left: -0.625rem;
}
.newlist .item a:hover {
  box-shadow: 0px 0px 1.25rem #ddd;
}
.newlist .item a:hover .boxTop img {
  transform: scale(1.1);
}
.newlist .item a:hover .boxBot .boxRight h5 {
  color: #0068b7;
}
.newlist .item a:hover .boxBottom div {
  color: #0068b7;
}
.newlist .item a:hover .boxBottom p img {
  filter: grayscale(0%);
  opacity: 1;
  left: 0rem;
}
.newlist1 {
  margin-bottom: 6.875rem;
}
.lpkPage {
  font-size: 1.0625rem;
  color: #999;
  text-align: center;
  cursor: default;
}
.lpkPage span {
  font-size: 1.5625rem;
  color: #0068b7;
  cursor: default;
}
.lpkPage a {
  font-size: 1.0625rem;
  color: #999;
}
.lpkPage a:hover {
  color: #000;
}
.newInfoList {
  margin-top: 5rem;
  margin-bottom: 10.625rem;
}
.newInfoList .boxLeft {
  width: 73%;
}
.newInfoList .boxLeft .newsInfo {
  background: #fff;
  padding: 0 5rem;
  box-sizing: border-box;
}
.newInfoList .boxLeft .newsInfo .top1 {
  padding: 3.75rem 0 3.125rem;
}
.newInfoList .boxLeft .newsInfo .top1 .left h5 {
  font-size: 1.875rem;
  color: #333;
}
.newInfoList .boxLeft .newsInfo .top1 .left h6 {
  font-size: 1.375rem;
  color: #999;
  margin-top: 1rem;
}
.newInfoList .boxLeft .newsInfo .top1 .right {
  font-size: 1.0625rem;
  color: #000;
  line-height: 4.0625rem;
}
.newInfoList .boxLeft .newsInfo .top2 {
  padding-top: 1.875rem;
  padding-bottom: 3.125rem;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.newInfoList .boxLeft .newsInfo .top2 p {
  color: #666;
  font-size: 1rem;
  line-height: 1.875rem;
}
.newInfoList .boxLeft .newsInfo .top2 p img {
  margin: 2.5rem auto;
  display: block;
  width: 100%;
}
.newInfoList .boxLeft .newsInfo .shang {
  padding: 1.875rem 0;
}
.newInfoList .boxLeft .newsInfo .shang .left {
  line-height: 3rem;
}
.newInfoList .boxLeft .newsInfo .shang .left a {
  font-size: 1rem;
  color: #333;
}
.newInfoList .boxLeft .newsInfo .shang .left a:hover {
  color: #064e9e;
}
.newInfoList .boxLeft .newsInfo .shang .right {
  text-align: center;
  line-height: 3rem;
}
.newInfoList .boxLeft .newsInfo .shang .right a img {
  width: 1.375rem;
}
.newInfoList .boxLeft .newsInfo .shang .right a p {
  font-size: 0.875rem;
  margin-top: 0.3125rem;
}
.newInfoList .boxRight {
  width: 25%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 2.1875rem;
}
.newInfoList .boxRight h5 {
  font-size: 1.5625rem;
  color: #333;
  padding: 1.875rem 0 1.25rem;
}
.newInfoList .boxRight .list .item {
  padding: 1.25rem 0;
  border-top: 1px solid #ddd;
}
.newInfoList .boxRight .list .item a {
  display: block;
}
.newInfoList .boxRight .list .item a .top {
  font-size: 1rem;
  color: #333;
}
.newInfoList .boxRight .list .item a .bottom {
  margin-top: 0.375rem;
  font-size: 0.9375rem;
  color: #666;
}
.newInfoList .boxRight .list .item:hover a .top {
  color: #0068b7;
}
.application {
  margin-top: 5rem;
  margin-bottom: 2.5rem;
}
.application .box .item {
  background: #fff;
  width: 32%;
  border-radius: 0.625rem 0.625rem 0 0;
  overflow: hidden;
  margin-right: 2%;
  padding-bottom: 2.8125rem;
  margin-bottom: 1.875rem;
  cursor: default;
}
.application .box .item:nth-child(3n) {
  margin-right: 0;
}
.application .box .item .top {
  height: 20.875rem;
  overflow: hidden;
}
.application .box .item .top img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.application .box .item .title {
  font-size: 1.5625rem;
  color: #000;
  text-align: center;
  margin-top: 2rem;
}
.application .box .item .text {
  text-align: center;
  font-size: 1.1875rem;
  color: #999;
  margin: 0.75rem 0 1.875rem;
}
.application .box .item .btn {
  text-align: center;
}
.application .box .item .btn p {
  font-size: 1.0625rem;
  color: #0068b7;
  display: inline-block;
  border-radius: 1.5rem;
  border: 1px solid #0068b7;
  line-height: 3.4375rem;
  padding: 0 2rem;
}
.application .box .item .btn p img {
  vertical-align: sub;
  width: 1.625rem;
  position: relative;
  top: -0.125rem;
}
.application .box .item .btn p .img1 {
  display: inline-block;
}
.application .box .item .btn p .img2 {
  display: none;
}
.application .box .item:hover .top img {
  transform: scale(1.1);
}
.application .box .item:hover .btn p {
  background: #0068b7;
  color: #fff;
}
.application .box .item:hover .btn p .img2 {
  display: inline-block;
}
.application .box .item:hover .btn p .img1 {
  display: none;
}
.layui_layer {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.layui_layer .main {
  width: 72rem;
  height: 40.5rem;
  margin-left: -36rem;
  margin-top: -20.25rem;
  position: absolute;
  left: 50%;
  top: 50%;
}
.layui_layer .main p {
  position: absolute;
  right: -1.875rem;
  top: -1.875rem;
  font-size: 2.25rem;
  color: #fff;
}
.layui_layer .main p span {
  cursor: default;
}
.layui_layer .main video {
  width: 100%;
  height: 100%;
}
.academy {
  margin-top: 5rem;
  margin-bottom: 2.5rem;
}
.academy .box .item {
  margin-bottom: 2.5rem;
  background: #fff;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1.875rem;
  box-sizing: border-box;
}
.academy .box .item:nth-child(3n) {
  margin-right: 0;
}
.academy .box .item a {
  display: block;
  box-sizing: border-box;
  padding: 1.875rem 1.875rem 0;
}
.academy .box .item a .boxTop {
  overflow: hidden;
  height: 16.25rem;
}
.academy .box .item a .boxTop img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
  border-radius: 0.9375rem;
}
.academy .box .item a .boxBot {
  margin-top: 1.75rem;
}
.academy .box .item a .boxBot .boxRight h5 {
  font-size: 1.375rem;
  color: #000;
}
.academy .box .item a .boxBot .boxRight p {
  font-size: 1rem;
  color: #999;
  line-height: 1.875rem;
  margin-top: 1rem;
  height: 3.75rem;
}
.academy .box .item a .boxBottom {
  box-sizing: border-box;
  border-top: 1px solid #DCDCDC;
  line-height: 4.0625rem;
  margin-top: 1.875rem;
}
.academy .box .item a .boxBottom div {
  font-size: 1rem;
  color: #999;
}
.academy .box .item a .boxBottom p {
  display: flex;
  align-items: center;
}
.academy .box .item a .boxBottom p img {
  width: 1.5rem;
  filter: grayscale(100%);
  opacity: 0.7;
  position: relative;
  transition: all 0.3s;
  left: -0.625rem;
}
.academy .box .item a:hover {
  box-shadow: 0px 0px 1.25rem #ddd;
}
.academy .box .item a:hover .boxTop img {
  transform: scale(1.1);
}
.academy .box .item a:hover .boxBot .boxRight h5 {
  color: #0068b7;
}
.academy .box .item a:hover .boxBottom div {
  color: #0068b7;
}
.academy .box .item a:hover .boxBottom p img {
  filter: grayscale(0%);
  opacity: 1;
  left: 0rem;
}
.academyInfo {
  min-height: 100px;
  border-bottom: 1px solid #ddd;
  padding-top: 2.8125rem;
}
.academyInfo h6 {
  font-size: 1.5625rem;
}
.academyInfo .boxBox {
  padding: 2.8125rem 0;
}
.academyInfo .boxBox .item {
  width: 48%;
}
.academyInfo .boxBox .item a {
  display: block;
}
.academyInfo .boxBox .item a .img {
  position: relative;
}
.academyInfo .boxBox .item a .img > img {
  width: 100%;
  height: 16rem;
  object-fit: cover;
}
.academyInfo .boxBox .item a .text {
  font-size: 1rem;
  text-align: center;
  color: #000;
  padding: 1.5625rem 0 2.1875rem;
}
.academyInfo .boxBox .item a .box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.academyInfo .boxBox .item a .box p {
  margin: auto;
  position: relative;
}
.academyInfo .boxBox .item a .box p span {
  display: inline-block;
  width: 2.6875rem;
  height: 2.6875rem;
  background: #fff;
  border-radius: 50%;
  animation: myfirst 1.5s infinite linear;
}
.academyInfo .boxBox .item a .box p img {
  width: 2.6875rem;
  position: absolute;
  top: 0;
  left: 0;
}
@keyframes myfirst {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
.service {
  margin-top: 5rem;
  margin-bottom: 11.25rem;
}
.service .box {
  max-width: 1150px;
  width: 94%;
  margin: auto;
}
.service .box h5 {
  font-size: 1.6875rem;
  color: #000;
  text-align: center;
}
.service .box h6 {
  font-size: 1rem;
  color: #333;
  line-height: 1.875rem;
  text-align: center;
  margin-top: 2.8125rem;
}
.service .box .main {
  background: #fff;
  margin-top: 3.75rem;
}
.service .box .main .boxLeft {
  width: 42%;
  height: 32.25rem;
  overflow: hidden;
}
.service .box .main .boxLeft img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  object-fit: cover;
}
.service .box .main .boxLeft img:hover {
  transform: scale(1.1);
}
.service .box .main .boxRight {
  width: 58%;
  box-sizing: border-box;
  padding: 1.5rem 4.0625rem 0;
}
.service .box .main .boxRight .item {
  margin-bottom: 1.25rem;
}
.service .box .main .boxRight .item input {
  border: 0;
  display: block;
  font-size: 1rem;
  color: #999;
  height: 3.4375rem;
  width: 100%;
  border-bottom: 1px solid #ddd;
  outline: none;
}
.service .box .main .boxRight .item select {
  border: 0;
  display: block;
  font-size: 1rem;
  color: #999;
  height: 3.4375rem;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.service .box .main .boxRight .item textarea {
  resize: none;
  border: 0;
  display: block;
  font-size: 1rem;
  color: #999;
  height: 3.4375rem;
  width: 100%;
  border-bottom: 1px solid #ddd;
  line-height: 3.4375rem;
}
.service .box .main .boxRight .item input::-webkit-input-placeholder {
  font-size: 1rem;
  color: #999;
}
.service .box .main .boxRight .item input::-moz-placeholder {
  font-size: 1rem;
  color: #999;
}
.service .box .main .boxRight .item input:-moz-placeholder {
  font-size: 1rem;
  color: #999;
}
.service .box .main .boxRight .item input:-ms-input-placeholder {
  font-size: 1rem;
  color: #999;
}
.service .box .main .boxRight .item1 {
  margin-bottom: 1.25rem;
}
.service .box .main .boxRight .item1 .select {
  width: 48%;
}
.service .box .main .boxRight .item1 .select select {
  border: 0;
  display: block;
  font-size: 1rem;
  color: #999;
  height: 3.4375rem;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.service .box .main .boxRight .item2 {
  text-align: center;
  padding-top: 1.25rem;
}
.service .box .main .boxRight .item2 input {
  font-size: 1.0625rem;
  width: 10.3125rem;
  height: 3.125rem;
  border: 1px solid #0068b7;
  color: #0068b7;
  border-radius: 0.3125rem;
  outline: none;
  background: #fff;
}
.service .box .main .boxRight .item2 input:hover {
  background: #0068b7;
  color: #fff;
}
.service1 {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 1000;
}
.service1 .box {
  border-radius: 10px;
  max-width: 1000px;
  width: 94%;
  margin: auto;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service1 .box .boxLeft {
  position: absolute;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0068b7;
  right: -30px;
  top: -30px;
}
.service1 .box .boxLeft img {
  max-width: 100%;
  vertical-align: middle;
}
.service1 .box h5 {
  font-size: 1.6875rem;
  color: #000;
  text-align: center;
  margin-top: 3rem;
}
.service1 .box h6 {
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
  text-align: center;
  margin-top: 0.5rem;
}
.service1 .box .main .boxRight {
  width: 100%;
  box-sizing: border-box;
  padding: 1.5rem 4.0625rem 4.0625rem;
}
.service1 .box .main .boxRight .item {
  margin-bottom: 1.25rem;
}
.service1 .box .main .boxRight .item input {
  border: 0;
  display: block;
  font-size: 1rem;
  color: #999;
  height: 3.4375rem;
  width: 100%;
  border-bottom: 1px solid #ddd;
  outline: none;
}
.service1 .box .main .boxRight .item select {
  border: 0;
  display: block;
  font-size: 1rem;
  color: #999;
  height: 3.4375rem;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.service1 .box .main .boxRight .item textarea {
  resize: none;
  border: 0;
  display: block;
  font-size: 1rem;
  color: #999;
  height: 3.4375rem;
  width: 100%;
  border-bottom: 1px solid #ddd;
  line-height: 3.4375rem;
}
.service1 .box .main .boxRight .item input::-webkit-input-placeholder {
  font-size: 1rem;
  color: #999;
}
.service1 .box .main .boxRight .item input::-moz-placeholder {
  font-size: 1rem;
  color: #999;
}
.service1 .box .main .boxRight .item input:-moz-placeholder {
  font-size: 1rem;
  color: #999;
}
.service1 .box .main .boxRight .item input:-ms-input-placeholder {
  font-size: 1rem;
  color: #999;
}
.service1 .box .main .boxRight .item1 {
  margin-bottom: 1.25rem;
}
.service1 .box .main .boxRight .item1 .select {
  width: 48%;
}
.service1 .box .main .boxRight .item1 .select select {
  border: 0;
  display: block;
  font-size: 1rem;
  color: #999;
  height: 3.4375rem;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.service1 .box .main .boxRight .item2 {
  text-align: center;
  padding-top: 1.25rem;
}
.service1 .box .main .boxRight .item2 input {
  font-size: 1.0625rem;
  width: 10.3125rem;
  height: 3.125rem;
  border: 1px solid #0068b7;
  color: #0068b7;
  border-radius: 0.3125rem;
  outline: none;
  background: #fff;
  cursor: pointer;
}
.service1 .box .main .boxRight .item2 input:hover {
  background: #0068b7;
  color: #fff;
}
.about1 {
  position: relative;
  overflow: hidden;
  padding-bottom: 1.25rem;
}
.about2 {
  background: #f9f9f9;
  min-height: 12.5rem;
  margin-top: 7.5rem;
  padding: 5rem 0 7.5rem;
}
.about2 h5 {
  font-size: 2.3125rem;
  color: #0068b7;
  font-weight: bold;
  text-align: center;
}
.about2 h6 {
  color: #0a52a0;
  opacity: 0.25 !important;
  font-size: 2.1875rem;
  font-weight: bold;
  margin-top: 0.375rem;
  text-align: center;
}
.about2 .box {
  margin-top: 4.375rem;
}
.about2 .box .item {
  width: 30%;
  background: #fff;
  box-shadow: 0px 0px 1.25rem #ddd;
}
.about2 .box .item .top {
  height: 15.625rem;
  overflow: hidden;
}
.about2 .box .item .top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.about2 .box .item .bottom {
  text-align: center;
  padding: 0 3.125rem 3.125rem;
}
.about2 .box .item .bottom div {
  font-size: 1.5625rem;
  margin-top: 2.5rem;
}
.about2 .box .item .bottom p {
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
  margin-top: 1.25rem;
}
.about2 .box .item:hover .top img {
  transform: scale(1.1);
}
.about3 {
  padding-top: 5rem;
}
.about3 h5 {
  font-size: 2.3125rem;
  color: #0068b7;
  font-weight: bold;
  text-align: center;
}
.about3 h6 {
  color: #0a52a0;
  opacity: 0.25 !important;
  font-size: 2.1875rem;
  font-weight: bold;
  margin-top: 0.375rem;
  text-align: center;
}
.about3 .box {
  margin-top: 4.0625rem;
}
.about3 .box .swiper-container {
  padding: 1.25rem;
}
.about3 .box a {
  display: block;
  box-shadow: 0px 0px 1.25rem #ccc;
  padding-top: 0.3125rem;
  padding-bottom: 1.5625rem;
}
.about3 .box a .top {
  height: 7.5rem;
  display: flex;
  align-items: center;
}
.about3 .box a .top img {
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}
.about3 .box a .bottom {
  font-size: 1rem;
  text-align: center;
  color: #999;
}
.about3 .box a:hover .bottom {
  color: #000;
}
.about3 .box .swiper-pagination {
  margin: 3.75rem auto 0;
  display: block;
  width: 100%;
  position: initial;
}
.about3 .box .swiper-pagination span {
  width: 0.8125rem;
  height: 0.8125rem;
  border: 1px solid #ccc;
  background: none;
  opacity: 1;
  outline: none;
  margin: 0 0.625rem;
}
.about3 .box .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #0068b7;
  background: #0068b7;
}
.about4 {
  margin-top: 5rem;
  padding-top: 5rem;
  background: #f9f9f9;
  padding-bottom: 7.5rem;
}
.about4 > h5 {
  font-size: 2.3125rem;
  color: #0068b7;
  font-weight: bold;
  text-align: center;
}
.about4 h6 {
  color: #0a52a0;
  opacity: 0.25 !important;
  font-size: 2.1875rem;
  font-weight: bold;
  margin-top: 0.375rem;
  text-align: center;
}
.about4 .box {
  margin-top: 4.0625rem;
  padding-bottom: 5rem;
}
.about4 .box .item {
  box-sizing: border-box;
  padding: 0 4.6875rem;
  cursor: pointer;
}
.about4 .box .item:nth-child(2n-1) {
  background: #fff;
}
.about4 .box .item .boxTop {
  padding: 2.8125rem 0;
}
.about4 .box .item .boxTop .boxLeft .top {
  font-size: 1.5625rem;
  color: #0068b7;
  font-weight: bold;
  height: 1.875rem;
  line-height: 1.875rem;
}
.about4 .box .item .boxTop .boxLeft .top span {
  display: inline-block;
  height: 100%;
  width: 0.3125rem;
  background: #0068b7;
  vertical-align: bottom;
  margin-right: 0.9375rem;
}
.about4 .box .item .boxTop .boxLeft .bottom {
  padding-left: 1.25rem;
  margin-top: 2.1875rem;
}
.about4 .box .item .boxTop .boxLeft .bottom p {
  font-size: 1rem;
  margin-right: 4.0625rem;
}
.about4 .box .item .boxTop .boxRight p {
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 0px 1.25rem #ddd;
  display: flex;
  align-items: center;
  text-align: center;
}
.about4 .box .item .boxTop .boxRight p img {
  margin: auto;
  width: 1.375rem;
}
.about4 .box .item .boxTop .boxRight p .img2 {
  display: none;
}
.about4 .box .item .boxTop .boxRight p span {
  font-size: 1.625rem;
  display: inline-block;
  margin: auto;
  font-weight: bold;
  color: #0068b7;
}
.about4 .box .item .boxTop .boxRight p:hover {
  background: #0068b7;
}
.about4 .box .item .boxTop .boxRight p:hover span {
  color: #fff;
}
.about4 .box .item .bpxBottom {
  border-top: 1px solid #ddd;
  padding: 2.1875rem 0 3.75rem;
  display: none;
}
.about4 .box .item .bpxBottom .list {
  padding: 0.8125rem 0;
}
.about4 .box .item .bpxBottom .list h5 {
  font-size: 1.375rem;
  margin-bottom: 0.9375rem;
}
.about4 .box .item .bpxBottom .list p {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #666;
}
.about4 .box .item .bpxBottom .btn {
  margin-top: 1.5625rem;
}
.about4 .box .item .bpxBottom .btn a {
  font-size: 1rem;
  color: #fff;
  display: inline-block;
  width: 7.5rem;
  line-height: 2.8125rem;
  text-align: center;
  background: #0068b7;
}
.about4 .box .active {
  box-shadow: 0px 0px 1.875rem #ddd;
}
.about4 .box .active .boxTop .boxRight p {
  background: #0068b7;
}
.about4 .box .active .boxTop .boxRight p .img1 {
  display: none;
}
.about4 .box .active .boxTop .boxRight p .img2 {
  display: block;
}
.about4 .box .active .boxTop .boxRight p span {
  color: #fff;
}
.about4 .box .active .bpxBottom {
  display: block;
}
.product {
  height: 100%;
}
.product .swiper-container {
  height: 100%;
}
.product .swiper-container .swiper-slide {
  height: 100%;
}
.productBox {
  height: 100%;
  position: relative;
}
.productBox .yuan {
  position: absolute;
  width: 30rem;
  height: 30rem;
  background: #edf4fa;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20%;
}
.productBox .lpkyuan {
  border-radius: 50%;
  position: absolute;
  animation: spin 8s infinite linear;
}
.productBox .lpkyuan1 {
  width: 4rem;
  height: 4rem;
  background: #edf4fa;
  top: 10rem;
  right: 12rem;
  transform-origin: 50% 30%;
}
.productBox .lpkyuan2 {
  background: #edf4fa;
  width: 8.125rem;
  height: 8.125rem;
  top: 60%;
  transform-origin: 40% 40%;
  left: 5.875rem;
  animation: spin2 8s infinite linear;
}
.productBox .lpkyuan3 {
  width: 6.875rem;
  height: 6.875rem;
  background: #edf4fa;
  right: 4%;
  bottom: 15%;
  transform-origin: 50% 3.125rem;
}
.productBox .boxMain {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 100%;
  overflow: hidden;
}
.productBox .boxMain .item {
  width: 33.875rem;
  position: absolute;
  transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
}
.productBox .boxMain .item > div .left {
  display: flex;
  align-items: center;
  opacity: 0;
}
.productBox .boxMain .item > div .left h5 {
  font-size: 2.1875rem;
  font-weight: bold;
  color: #000;
}
.productBox .boxMain .item > div .left h6 {
  font-size: 1.375rem;
  margin-top: 0.375rem;
  color: #666;
}
.productBox .boxMain .item > div .left p {
  margin-top: 1.875rem;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  line-height: 3.75rem;
  text-align: center;
  display: inline-block;
  border: 1px solid #999;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.productBox .boxMain .item > div .left p span {
  font-size: 1.5625rem;
  color: #999;
}
.productBox .boxMain .item > div .left p:hover {
  background: #0068b7;
  border: 1px solid #0068b7;
}
.productBox .boxMain .item > div .left p:hover span {
  color: #fff;
}
.productBox .boxMain .item > div .right {
  width: 19rem;
  height: 18.4375rem;
  display: flex;
  align-items: center;
}
.productBox .boxMain .item > div .right img {
  margin: auto;
  max-width: 96%;
  max-height: 96%;
}
.productBox .boxMain .b1 {
  bottom: 27%;
  left: 33%;
}
.productBox .boxMain .b2 {
  bottom: 40%;
  left: -8%;
  transform: scale(0.5);
}
.productBox .boxMain .b3 {
  bottom: 65%;
  left: 14%;
  transform: scale(0.4);
}
.productBox .boxMain .b4 {
  bottom: 65%;
  left: 46%;
  transform: scale(0.4);
}
.productBox .boxMain .b5 {
  bottom: 40%;
  left: 70%;
  transform: scale(0.5);
}
.productBox .boxMain .on > div .left {
  opacity: 1;
}
.productBox .index {
  position: absolute;
  left: 0;
  bottom: 18%;
}
.productBox .index .return {
  display: block;
  background: #0068b7;
  display: flex;
  justify-content: space-around;
  line-height: 3.75rem;
  width: 16.25rem;
  box-sizing: border-box;
  padding: 0 1.25rem;
  transition: all 0.3s;
}
.productBox .index .return img {
  transition: all 0.3s;
  height: 0.875rem;
}
.productBox .index .return em {
  font-size: 1.0625rem;
  color: #fff;
}
.productBox .index .return:hover {
  transform: translateX(-5px);
}
.productBox .index .return:hover img {
  transform: translateX(-8px);
}
.productBox .info {
  position: absolute;
  right: 0;
  bottom: 16%;
  transition: all 0.3s;
}
.productBox .info .left {
  text-align: right;
}
.productBox .info .left h5 {
  font-size: 2.1875rem;
  font-weight: 200;
  color: #999;
}
.productBox .info .left h6 {
  font-size: 1.5rem;
  color: #000;
  font-weight: bold;
}
.productBox .info .right {
  display: flex;
  align-items: center;
  margin-left: 2.1875rem;
  transition: all 0.3s;
}
.productBox .info .right img {
  width: 2.2rem;
}
.productBox .info:hover {
  transform: translateX(5px);
}
.productBox .info:hover .right {
  transform: translateX(8px);
}
.productInfo {
  background: #fff;
  min-height: 12.5rem;
  margin-top: 3.75rem;
  position: relative;
}
.productInfo .lpkyuan {
  border-radius: 50%;
  position: absolute;
  animation: spin 8s infinite linear;
  z-index: -1;
}
.productInfo .lpkyuan1 {
  width: 4.5rem;
  height: 4.5rem;
  background: #edf4fa;
  bottom: 10rem;
  right: -8rem;
  transform-origin: 50% 30%;
}
.productInfo .lpkyuan2 {
  background: #edf4fa;
  width: 11.25rem;
  height: 11.25rem;
  top: 14%;
  transform-origin: 40% 40%;
  left: -7.875rem;
  animation: spin2 8s infinite linear;
}
.productInfo .yuanhuan {
  width: 4.375rem;
  height: 4.375rem;
  border: 2px solid #0068b7;
  opacity: 0.1;
  border-radius: 50%;
  top: -2.25rem;
  left: 50%;
}
.productInfo .yuanhuan1 {
  width: 2.375rem;
  height: 2.375rem;
  border: 2px solid #0068b7;
  opacity: 0.1;
  border-radius: 50%;
  bottom: -3.25rem;
  left: 40%;
}
.productInfo .boxLeft {
  width: 50%;
  padding: 5.9375rem 0;
}
.productInfo .boxLeft .banner0 {
  position: relative;
}
.productInfo .boxLeft .banner0 .box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  z-index: 2;
  align-items: center;
}
.productInfo .boxLeft .banner0 .box p {
  margin: auto;
  position: relative;
}
.productInfo .boxLeft .banner0 .box p span {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background: #0068b7;
  border-radius: 50%;
  animation: my 1.5s infinite linear;
}
.productInfo .boxLeft .banner0 .box p img {
  width: 3rem;
  position: absolute;
  top: 0;
  left: 0;
}
.productInfo .boxLeft .swiper-container {
  margin: auto;
  width: 70%;
}
.productInfo .boxLeft .swiper-container .swiper-slide {
  height: 24.375rem;
  display: flex;
  align-items: center;
  position: relative;
}
.productInfo .boxLeft .swiper-container .swiper-slide > img {
  margin: auto;
  max-width: 94%;
  max-height: 94%;
}
.productInfo .boxLeft .swiper-pagination {
  margin-top: 4.375rem;
  position: inherit;
}
.productInfo .boxLeft .swiper-pagination span {
  margin: 0 0.3125rem;
  background: none;
  border: 1px solid #666;
  width: 0.75rem;
  height: 0.75rem;
  outline: none;
}
.productInfo .boxLeft .swiper-pagination .swiper-pagination-bullet-active {
  background: #0068b7;
  border: 1px solid #0068b7;
}
.productInfo .boxRight {
  width: 50%;
  padding: 5rem 7.25rem 0 0;
  box-sizing: border-box;
}
.productInfo .boxRight > h5 {
  font-size: 2.5rem;
}
.productInfo .boxRight > h6 {
  font-size: 1.5625rem;
  color: #999;
  margin-top: 0.9375rem;
}
.productInfo .boxRight .main {
  border-top: 1px solid #ddd;
  padding-top: 2.5rem;
  margin-top: 2.5rem;
}
.productInfo .boxRight .main h5 {
  font-size: 1.375rem;
  color: #0068b7;
}
.productInfo .boxRight .main p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.875rem;
  margin-top: 1.25rem;
  text-align: justify;
}
@keyframes my {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.4);
    opacity: 0.4;
  }
}
.productInfo1 {
  min-height: 12.5rem;
  margin-top: 1.875rem;
}
.productInfo1 .boxLeft {
  width: 49%;
  background: #fff;
  padding: 1rem 3.875rem;
  box-sizing: border-box;
}
.productInfo1 .boxLeft h5 {
  font-size: 1.5625rem;
  border-bottom: 1px solid #ddd;
  padding: 2.5rem 0;
}
.productInfo1 .boxLeft h5 span {
  display: inline-block;
  width: 0.375rem;
  background: #0068b7;
  border-radius: 0.375rem;
  height: 1.625rem;
  margin-right: 1.25rem;
  vertical-align: middle;
}
.productInfo1 .boxLeft .table table {
  width: 100%;
}
.productInfo1 .boxLeft .table table td {
  border: 0;
  border-top: 1px solid #ddd;
  height: 4.6875rem;
  font-size: 1.0625rem;
}
.productInfo1 .boxLeft .table table td:first-child {
  color: #999;
  width: 11rem;
}
.productInfo1 .boxRight {
  width: 49%;
  background: #fff;
  padding: 1rem 3.875rem;
  box-sizing: border-box;
}
.productInfo1 .boxRight h5 {
  font-size: 1.5625rem;
  border-bottom: 1px solid #ddd;
  padding: 2.5rem 0;
}
.productInfo1 .boxRight h5 span {
  display: inline-block;
  width: 0.375rem;
  background: #0068b7;
  border-radius: 0.375rem;
  height: 1.625rem;
  margin-right: 1.25rem;
  vertical-align: middle;
}
.productInfo1 .boxRight .box a {
  border-top: 1px solid #ddd;
  height: 4.6875rem;
  font-size: 1.0625rem;
  line-height: 4.6875rem;
  color: #000;
}
.productInfo1 .boxRight .box a img {
  height: 1.875rem;
}
.productInfo1 .boxRight .box .swiper-pagination {
  border-top: 1px solid #ddd;
  position: inherit;
  padding-top: 1.875rem;
}
.productInfo1 .boxRight .box .swiper-pagination span {
  margin: 0 0.3125rem;
  background: none;
  border: 1px solid #666;
  width: 0.75rem;
  height: 0.75rem;
  outline: none;
}
.productInfo1 .boxRight .box .swiper-pagination .swiper-pagination-bullet-active {
  background: #0068b7;
  border: 1px solid #0068b7;
}
.productInfo2 {
  padding-top: 5rem;
  padding-bottom: 7.5rem;
  position: relative;
  overflow: hidden;
}
.productInfo2 .lpkyuan {
  border-radius: 50%;
  position: absolute;
  animation: spin 8s infinite linear;
  z-index: -1;
}
.productInfo2 .lpkyuan1 {
  width: 6.25rem;
  height: 6.25rem;
  background: #edf4fa;
  top: -1rem;
  right: 14rem;
  transform-origin: 50% 30%;
}
.productInfo2 .lpkyuan2 {
  width: 4.375rem;
  height: 4.375rem;
  background: #edf4fa;
  left: 14rem;
  transform-origin: 50% 40%;
}
.productInfo2 .lpkyuan3 {
  width: 11.875rem;
  height: 11.875rem;
  background: #edf4fa;
  transform-origin: 40% 30%;
  right: -4%;
  bottom: -10%;
}
.productInfo2 .w_1560 > h5 {
  text-align: center;
}
.productInfo2 .w_1560 > h5 span {
  font-size: 1.875rem;
  position: relative;
}
.productInfo2 .w_1560 > h5 span::before {
  content: '';
  width: 3.75rem;
  height: 2px;
  background: #0068b7;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 110%;
}
.productInfo2 .w_1560 > h5 span::after {
  content: '';
  width: 3.75rem;
  height: 2px;
  background: #0068b7;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 110%;
}
.productInfo2 .box {
  margin-top: 3.4375rem;
}
.productInfo2 .box .item {
  padding: 2.8125rem 0;
  position: relative;
  background-color: #fff;
}
.productInfo2 .box .item .left {
  width: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  width: 250px;
  height: 180px;
}
.productInfo2 .box .item .left img {
  max-width: 90%;
  margin: auto;
  max-height: 90%;
}
.productInfo2 .box .item .right {
  width: 50%;
  box-sizing: border-box;
  padding: 0 1.5625rem;
}
.productInfo2 .box .item .right span {
  display: block;
  position: absolute;
  right: 1.25rem;
  bottom: 1.5625rem;
  width: 2.5rem;
  height: 2.5rem;
  box-shadow: 0px 0px 0.9375rem #ddd;
  border-radius: 50%;
  font-size: 1.8rem;
  color: #0068b7;
  text-align: center;
  line-height: 2.5rem;
}
.productInfo2 .box .item .right span:hover {
  background: #0068b7;
  color: #fff;
}
.productInfo2 .box .item .right h5 {
  font-size: 1.5625rem;
  color: #000;
}
.productInfo2 .box .item .right h6 {
  font-size: 1.125rem;
  margin: 1rem 0 ;
  color: #000;
}
.productInfo2 .box .item .right div {
  height: 8.75rem;
}
.productInfo2 .box .item .right p {
  font-size: 0.9375rem;
  line-height: 1.875rem;
  color: #666;
}
.productInfo2 .box .swiper-pagination {
  position: inherit;
  margin-top: 4.375rem;
}
.productInfo2 .box .swiper-pagination span {
  margin: 0 0.3125rem;
  background: none;
  border: 1px solid #666;
  width: 0.75rem;
  height: 0.75rem;
  outline: none;
}
.productInfo2 .box .swiper-pagination .swiper-pagination-bullet-active {
  background: #0068b7;
  border: 1px solid #0068b7;
}
