.ui-nowrap {
  white-space: nowrap;
}
.ui-flex-wrap {
  flex-wrap: wrap;
}
.ui-flex {
  display: flex;
}
.ui-flex-1 {
  flex: 1;
}
.ui-jtop {
  justify-content: flex-start;
}
.ui-jright {
  justify-content: flex-end;
}
.ui-cont-sb {
  justify-content: space-between;
}
.ui-cont-sa {
  justify-content: space-around;
}
.ui-jcenter {
  justify-content: center;
}
.ui-cont-center {
  align-items: center;
}
.ui-cont-flex-start {
  align-items: flex-start;
}
.ui-cont-flex-end {
  align-items: flex-end;
}
.ui-cont-baseline {
  align-items: baseline;
}
.ui-inline-block {
  display: inline-block;
}
.ui-row {
  flex-direction: row;
}
.ui-column {
  flex-direction: column;
}
.box_s {
  display: flex;
  flex-direction: column;
}
.ui-cous {
  cursor: pointer;
}
.header {
  background-image: linear-gradient(to right, #a74b5a 50%, #ffffff 50%);
  box-shadow: 0px 10px 15px 0px rgba(237, 220, 217, 0.3);
  height: 70px;
}
.header .wrapper {
  background: #ffffff;
}
.header .logo img {
  width: 383px;
  height: 70px;
}
.topbar .link {
  line-height: 67px;
  border: 0;
  color: #414541;
  position: relative;
  font-weight: bold;
}
.topbar .link i {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 65px;
  height: 4px;
  border-color: #fff;
}
.topbar .link.active {
  color: #a74b5a;
}
.topbar .link.active i {
  background: #a74b5a;
}
#navbar {
  right: 10px;
}
#navbar li {
  width: 18px;
  height: 21px;
  background: url(../image/icon.png) no-repeat;
}
#navbar li.active {
  background: url(../image/icon-h.png) no-repeat;
}
.onlineService {
  position: fixed;
  width: 66px;
  height: 320px;
  border-radius: 33px;
  padding-top: 10px;
  box-sizing: border-box;
  top: calc(50% - 200px);
  right: 40px;
  list-style: none;
  z-index: 200;
  background-image: linear-gradient(to bottom, #b65161, #d26e7e);
}
.onlineService a {
  display: block;
}
.onlineService dl {
  width: 66px;
  height: 70px;
  text-align: center;
  padding-top: 10px;
  box-sizing: border-box;
}
.onlineService dl dt img {
  width: 40px;
  height: 40px;
}
.onlineService dl dd {
  padding-top: 5px;
  font-size: 12px;
  color: #fff;
}
.onlineService a {
  position: relative;
}
.onlineService a:hover > div {
  display: block;
}
.onlineService a > div {
  display: none;
  width: 180px;
  height: 40px;
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 40px;
  text-align: center;
  color: #b65161;
}
.pages .page {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pages .page-inner {
  width: 1200px;
  margin: 0 auto;
}
.pages .propic {
  position: relative;
  width: 42%;
  padding-top: 70px;
  margin: 0 70px 0 80px;
  box-sizing: border-box;
}
.pages .propic img {
  width: 100%;
}
.pages .propic .an {
  position: absolute;
  -moz-animation: float ease-in-out 1.5s 0s infinite;
  -webkit-animation: float ease-in-out 1.5s 0s infinite;
  animation: float ease-in-out 1.5s 0s infinite;
}
.pages .propic .an img {
  transform: scale(0.8);
}
.pages .propic .an.an1 {
  top: 450px;
  left: -60px;
}
.pages .propic .an.an2 {
  top: 40px;
  right: 70px;
}
.pages .propic .an.an4 {
  top: 5px;
  right: -5px;
}
.pages .propic .an.an3 {
  top: 540px;
  left: -80px;
}
.pages .propic .an.an5 {
  top: 50px;
  left: 0px;
}
.pages .propic .an.an6 {
  top: 50px;
  left: -120px;
}
.pages .propic .an.an7 {
  top: 60px;
  right: 100px;
}
.pages .propic .an.an8 {
  top: 260px;
  right: 20px;
}
.pages .propic .an.an9 {
  top: 90px;
  left: 20px;
}
.pages .page1 {
  width: 100%;
  height: 100%;
  background: url(../image/page1-bg.jpg) no-repeat top center;
  background-size: cover;
}
.pages .page1 .page-inner {
  height: calc(100vh - 70px);
  width: 100%;
  margin-top: 70px !important;
}
.pages .page1 .top-log {
  width: 100%;
  height: 330px;
  background: url(../image/page1-bg1.jpg) top center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pages .page1 .top-log img {
  width: 250px;
}
.pages .page1 .bot-log {
  width: 1300px;
  margin: 0 auto;
  margin-top: -70px;
}
.pages .page1 .bot-log .left-logo {
  width: 200px;
  height: 200px;
}
.pages .page1 .bot-log .left-logo img {
  width: 100%;
}
.pages .page1 .bot-log .right-text {
  padding-top: 80px;
  padding-left: 34px;
  font-size: 24px;
  color: #464646;
  font-weight: 600;
}
.pages .page1 .page1-text {
  width: 1300px;
  margin: 0 auto;
  font-size: 14px;
  color: #757070;
  line-height: 30px;
}
.pages .page1 .page1-text p {
  text-indent: 2em;
  padding-top: 15px;
}
.pages .page2 {
  width: 100%;
  height: 100%;
}
.pages .page2.bg1 {
  background: url(../image/page2/page2_bg.jpg) no-repeat top center;
  background-size: cover;
}
.pages .page2.bg2 {
  background: url(../image/page2/2-1.jpg) no-repeat top center;
  background-size: cover;
}
.pages .page2.bg3 {
  background: url(../image/page2/3-1.jpg) no-repeat top center;
  background-size: cover;
}
.pages .page2 .page-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pages .page2 .page-inner img {
  transform: scale(0.8, 0.8);
}
.pages .page3-all {
  width: 100%;
  height: 100%;
}
.pages .page3-all .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pages .page3-all .page3-1 {
  height: 600px;
  width: 1720px;
  transform: scale 0.8;
  -webkit-transform: scale(0.8);
  /*兼容-webkit-引擎浏览器*/
  -moz-transform: scale(0.8);
  /*兼容-moz-引擎浏览器*/
}
.pages .page3-all .page3-1.big-left .left {
  margin-right: 600px;
}
.pages .page3-all .page3-1 .left {
  width: 580px;
  margin-right: 180px;
}
.pages .page3-all .page3-1 .left .top img {
  margin-right: 20px;
}
.pages .page3-all .page3-1 .left .in-title {
  padding-top: 100px;
  padding-bottom: 20px;
}
.pages .page3-all .page3-1 .left p {
  font-size: 22px;
  color: #fff;
  padding-bottom: 60px;
}
.pages .page3-all .page3-1 .left .imgs {
  height: 35px;
}
.pages .page3-all .page3-1 .left .jrgw {
  width: 220px;
  height: 65px;
  display: block;
  margin-top: 60px;
}
.pages .page3-all .page3-1 .right {
  max-width: 670px;
}
.pages .page3-all .third-bottom {
  width: 1370px;
  background: rgba(14, 14, 14, 0.2);
}
.nextPage {
  display: block;
  width: 40px;
  height: 56px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
  z-index: 9999;
  -moz-animation: float ease-in-out 1.5s 0.4s infinite;
  -webkit-animation: float ease-in-out 1.5s 0.4s infinite;
  animation: float ease-in-out 1.5s 0.4s infinite;
}
.nextPage.s_1 {
  background: url("../image/page1-icon-b.png") no-repeat;
  background-position: bottom center;
}
.nextPage.s_2 {
  background: url("../image/page1-icon-a.png") no-repeat;
  background-position: bottom center;
}
.nextPage.s_3 {
  background: url("../image/to-top-1.png") no-repeat;
  background-position: bottom center;
}
.page41 {
  width: 100%;
  height: 100%;
  background: url("../image/page41/page41_bg.png") no-repeat;
  background-size: cover;
}
.page41 .swiper-container {
  width: 100%;
  height: 600px;
}
.page41 .swiper-slide {
  background: rgba(255, 255, 255, 0.8);
  width: 1200px;
  border-radius: 20px;
  overflow: hidden;
  transition: 300ms;
  transform: scale(0.8);
}
.page41 .swiper-slide .inner-title {
  width: 1100px;
  margin: 0 auto;
  padding-top: 40px;
  box-sizing: border-box;
}
.page41 .swiper-slide .inner-title img {
  width: 100%;
}
.page41 .swiper-slide .inner-box {
  width: 1200px;
  height: 500px;
  position: relative;
  font-size: 16px;
  color: #5a6484;
  line-height: 26px;
}
.page41 .swiper-slide.one .inner-box > dl {
  position: absolute;
  display: flex;
  align-items: center;
  width: 400px;
  height: 100px;
}
.page41 .swiper-slide.one .inner-box > dl i {
  position: absolute;
  height: 1px;
  background-color: #ff8c64;
  transform-origin: right top;
  display: none;
}
.page41 .swiper-slide.one .inner-box > dl i::before {
  content: "";
  background: #ff8c64;
  width: 8px;
  height: 8px;
  left: -4px;
  top: -4px;
  border-radius: 50%;
  position: absolute;
}
.page41 .swiper-slide.one .inner-box > dl i::after {
  content: "";
  background: url(../image/icon/lc1.png) no-repeat center;
  width: 14px;
  height: 14px;
  position: absolute;
  right: -7px;
  top: -7px;
}
.page41 .swiper-slide.one .inner-box > dl dt {
  margin: 0 16px;
  width: 96px;
  height: 109px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.page41 .swiper-slide.one .inner-box > dl dt img {
  width: 88px;
  height: 100px;
}
.page41 .swiper-slide.one .inner-box > dl:hover i {
  display: block;
}
.page41 .swiper-slide.one .inner-box > dl:hover dd {
  color: #ff764a;
}
.page41 .swiper-slide.one .inner-box > dl:hover dt {
  background: url(../image/page41/page41_4-bg.png) center center;
}
.page41 .swiper-slide.one .inner-box > dl.left {
  justify-content: flex-end;
}
.page41 .swiper-slide.one .inner-box > dl.left dd {
  text-align: right;
}
.page41 .swiper-slide.one .inner-box > dl.right dd {
  text-align: left;
}
.page41 .swiper-slide.one .inner-box > dl.l-1 {
  top: 35px;
  left: 90px;
}
.page41 .swiper-slide.one .inner-box > dl.l-1 i {
  transform: rotate(40deg);
  top: 121px;
  right: -35px;
  width: 80px;
}
.page41 .swiper-slide.one .inner-box > dl.l-2 {
  top: 130px;
  left: 45px;
}
.page41 .swiper-slide.one .inner-box > dl.l-2 i {
  transform: rotate(13deg);
  top: 90px;
  right: -57px;
  width: 85px;
}
.page41 .swiper-slide.one .inner-box > dl.l-3 {
  top: 240px;
  left: 50px;
}
.page41 .swiper-slide.one .inner-box > dl.l-3 i {
  transform: rotate(5deg);
  top: 38px;
  right: -71px;
  width: 98px;
}
.page41 .swiper-slide.one .inner-box > dl.l-4 {
  top: 340px;
  left: 120px;
}
.page41 .swiper-slide.one .inner-box > dl.l-4 i {
  transform: rotate(-41deg);
  top: -30px;
  right: -40px;
  width: 90px;
}
.page41 .swiper-slide.one .inner-box > dl.r-1 {
  top: 35px;
  right: 90px;
}
.page41 .swiper-slide.one .inner-box > dl.r-1 i {
  transform: rotate(-218deg);
  top: 120px;
  left: -124px;
  width: 87px;
}
.page41 .swiper-slide.one .inner-box > dl.r-2 {
  top: 130px;
  right: 45px;
}
.page41 .swiper-slide.one .inner-box > dl.r-2 i {
  transform: rotate(-193deg);
  top: 91px;
  left: -144px;
  width: 87px;
}
.page41 .swiper-slide.one .inner-box > dl.r-3 {
  top: 240px;
  right: 50px;
}
.page41 .swiper-slide.one .inner-box > dl.r-3 i {
  transform: rotate(-178deg);
  top: 25px;
  left: -155px;
  width: 92px;
}
.page41 .swiper-slide.one .inner-box > dl.r-4 {
  top: 340px;
  right: 120px;
}
.page41 .swiper-slide.one .inner-box > dl.r-4 i {
  transform: rotate(-132deg);
  top: -35px;
  left: -117px;
  width: 86px;
}
@-webkit-keyframes roda {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(3600deg);
  }
}
@-moz-keyframes roda {
  0% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(3600deg);
  }
}
.page41 .swiper-slide.one .inner-box .center {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 200px;
  height: 200px;
}
.page41 .swiper-slide.one .inner-box .center::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: -10px;
  border: 1px dashed #df6536;
  border-radius: 50%;
  -webkit-animation: roda 5s 0s linear infinite;
  -moz-animation: roda 5s 0s linear infinite;
}
.page41 .swiper-slide.one .inner-box .center img {
  width: 100%;
}
.page41 .swiper-slide.two .inner-box {
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 0 30px;
  box-sizing: border-box;
  padding-top: 90px;
}
.page41 .swiper-slide.two .inner-box dl {
  width: 260px;
  height: 280px;
  cursor: pointer;
}
.page41 .swiper-slide.two .inner-box dl dt {
  width: 160px;
  margin: 0 auto;
  transition: all 0.3s ease-out;
}
.page41 .swiper-slide.two .inner-box dl dt img {
  width: 100%;
  display: none;
}
.page41 .swiper-slide.two .inner-box dl dt img:nth-of-type(1) {
  display: block;
}
.page41 .swiper-slide.two .inner-box dl:hover dt {
  transform: scale(1.03);
}
.page41 .swiper-slide.two .inner-box dl:hover dt img {
  display: block;
}
.page41 .swiper-slide.two .inner-box dl:hover dt img:nth-of-type(1) {
  display: none;
}
.page41 .swiper-slide.two .inner-box dl:hover dd {
  color: #a74b5a;
}
.page41 .swiper-slide.two .inner-box .img {
  padding-top: 70px;
  -moz-animation: floatRight ease-in-out 1.5s 0.4s infinite;
  -webkit-animation: floatRight ease-in-out 1.5s 0.4s infinite;
  animation: floatRight ease-in-out 1.5s 0.4s infinite;
}
.page41 .swiper-slide.three {
  background: url(../image/logo-bg.png) no-repeat center right;
}
.page41 .swiper-slide.three ul {
  display: flex;
  flex-wrap: wrap;
}
.page41 .swiper-slide.three ul li {
  width: 400px;
  cursor: pointer;
  border: 1px solid #fff;
  box-sizing: border-box;
  height: 150px;
  transition: all 1s;
  background-color: rgba(255, 255, 255, 0.6);
}
.page41 .swiper-slide.three ul li:hover {
  background-color: #a74b5a;
}
.page41 .swiper-slide.three ul li img {
  width: 100%;
  height: 100%;
}
.page41 .swiper-slide-active,
.page41 .swiper-slide-duplicate-active {
  transform: scale(1);
}
.page51 {
  background: url("../image/page8/page8_bg.jpg") no-repeat;
  background-size: cover;
  position: relative;
}
.page51 .p {
  position: absolute;
}
.page51 .p.p1 {
  top: 90px;
  left: 10%;
}
.page51 .p.p3 {
  top: 80vh;
  left: 12%;
}
.page51 .p.p4 {
  top: 190px;
  right: 10%;
}
.page51 .p.p5 {
  top: 76vh;
  right: 15%;
}
.page51 .p5-items {
  width: 1400px;
  margin: 33px auto 0 auto;
  position: relative;
}
.page51 .p5-items .p2 {
  position: absolute;
  top: 230px;
  left: 20px;
  z-index: 9;
}
.page51 .p5-items .cont {
  width: 1270px;
  height: 780px;
  background: url(../image/page5/p5-c-bg.png) no-repeat;
}
.page51 .p5-items .cont .top-tabs {
  width: 1240px;
  height: 76px;
  margin: 0 auto;
  background: url(../image/page5/p5-c-t-bg.png) no-repeat;
}
.page51 .p5-items .cont .top-tabs a {
  width: 296px;
  height: 62px;
  display: block;
  font-size: 23px;
  color: #fff;
  line-height: 62px;
  text-align: center;
  transition: all 0.3s;
}
.page51 .p5-items .cont .top-tabs a.ac,
.page51 .p5-items .cont .top-tabs a:hover {
  background: url(../image/page5/p5-b-bg.png) no-repeat;
  color: #5a6484;
}
.page51 .p5-items .cont .items {
  text-align: center;
  padding-top: 45px;
  box-sizing: border-box;
}
.page51 .p5-items .cont .items .item {
  display: none;
}
.page51 .p5-items .cont .items .item h4 {
  font-size: 20px;
  color: #5a6484;
  margin-bottom: 30px;
  line-height: 36px;
}
.page51 .p5-items .cont .items .item img {
  margin-bottom: 18px;
}
.page51 .p5-items .cont .items .item:nth-of-type(1) {
  display: block;
}
.page6 {
  background: url("../image/page6/p6-bg.jpg") no-repeat;
  background-size: cover;
}
.page6 .titlebox img {
  width: 100%;
}
.page6 .qipaos {
  width: 1200px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  transform: scale(0.9);
}
.page6 .qipaos > img {
  padding-top: 20px;
  width: 80%;
}
.page6 .qipaos .q {
  position: absolute;
  -moz-animation: float ease-in-out 1.5s 0s infinite;
  -webkit-animation: float ease-in-out 1.5s 0s infinite;
  animation: float ease-in-out 1.5s 0s infinite;
}
.page6 .qipaos .q img {
  width: 80%;
}
.page6 .qipaos .q.q9 {
  top: -10px;
  left: -100px;
}
.page6 .qipaos .q.q10 {
  top: 475px;
  left: 100px;
}
.page6 .qipaos .q.q11 {
  top: 50px;
  right: 40px;
}
.page6 .qipaos .q.q12 {
  top: 160px;
  right: 80px;
}
.page6 .qipaos .q.q1 {
  top: 120px;
  left: -70px;
}
.page6 .qipaos .q.q2 {
  top: 400px;
  left: -170px;
}
.page6 .qipaos .q.q3 {
  top: 10px;
  left: 180px;
}
.page6 .qipaos .q.q4 {
  top: 300px;
  left: 70px;
}
.page6 .qipaos .q.q5 {
  top: 0px;
  right: 250px;
}
.page6 .qipaos .q.q6 {
  top: 100px;
  right: -70px;
}
.page6 .qipaos .q.q7 {
  top: 300px;
  right: 150px;
}
.page6 .qipaos .q.q8 {
  top: 450px;
  right: -30px;
}
.page7 {
  background: url("../image/page7/p7-bg.jpg") no-repeat;
  background-size: cover;
}
.page7 .conts {
  text-align: center;
}
.page7 .conts .title-7 {
  padding-top: 60px;
  box-sizing: border-box;
  padding-bottom: 40px;
}
.page7 .conts .items > img {
  width: 163px;
  height: 188px;
}
.page7 .conts .items dl {
  width: 163px;
  height: 188px;
  padding-top: 50px;
  box-sizing: border-box;
  font-size: 16px;
}
.page7 .conts .items dl dt {
  height: 29px;
  padding-bottom: 17px;
}
.page7 .p7-f {
  width: 1400px;
  margin: 0 auto;
  color: #5a6484;
  line-height: 30px;
  font-size: 20px;
  padding-top: 15px;
}
.page7 .p7-f p {
  padding-right: 50px;
}
.page7 .p7-f > div {
  padding-top: 10px;
}
.page7 .p7-f > div .p7-title {
  width: 150px;
  text-align: right;
  color: #5a6484;
  padding-right: 25px;
  font-weight: bolder;
}
.page5 {
  background: url("../image/page5/p5-bg.png") no-repeat;
  background-size: cover;
}
.page5 .page-inner {
  width: 1400px;
  transform: scale(0.75);
}
.page5 .page-inner .joinus {
  width: 1410px;
  height: 760px;
  margin-top: 6px;
  background: url("../image/page8/p8-c-bg.png") no-repeat;
  background-size: cover;
  padding: 55px 65px;
  box-sizing: border-box;
}
.page5 .page-inner .joinus .swiper-pagination .swiper-pagination-bullet {
  width: 25%;
  height: 4px;
  border-radius: 0;
  margin: 0;
}
.page5 .page-inner .joinus .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffa286 !important;
}
.page5 .page-inner .joinus .zhu {
  width: 710px;
  height: 450px;
}
.page5 .page-inner .joinus .info {
  padding-top: 33px;
}
.page5 .page-inner .joinus .info h6 {
  font-size: 24px;
  color: #5a6484;
  font-weight: 500;
}
.page5 .page-inner .joinus .info .line {
  width: 100%;
  height: 3px;
  background: url(../image/page8/p8-subt-bg.png) no-repeat center;
  margin-bottom: 15px;
}
.page5 .page-inner .joinus .info p {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #5a6484;
}
.page5 .page-inner .joinus .rightBox {
  width: 562px;
  height: 652px;
  background: url("../image/page8/p8-r-bg.png") no-repeat;
  background-size: cover;
}
.page5 .page-inner .joinus .rightBox label {
  font-size: 22px;
  font-weight: 500;
  color: #5a6484;
}
.page5 .page-inner .joinus .rightBox h5 {
  font-size: 27px;
  color: #ffffff;
  line-height: 24px;
  font-weight: 500;
  text-shadow: 1px 1px 0px rgba(140, 60, 29, 0.47);
  padding-top: 5px;
}
.page5 .page-inner .joinus .rightBox .inner-cont {
  padding: 45px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  color: #5a6484;
  line-height: 28px;
}
.page5 .page-inner .joinus .rightBox .inner-cont .detail {
  padding: 0;
  padding-top: 25px;
}
.page5 .page-inner .joinus .rightBox .inner-cont .detail li {
  margin-bottom: 15px;
}
.page5 .page-inner .joinus .rightBox .inner-cont .detail li span {
  color: #a74b5a;
}
.page5 .page-inner .joinus .swiper-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.page91 {
  background-color: #ffffff;
}
.page91 .page-inner {
  margin-top: 90px !important;
  width: 1300px;
  height: 600px;
  border-radius: 5px;
  text-align: center;
}
.page91 .page-inner h3 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.page91 .page-inner .line {
  width: 58px;
  height: 2px;
  background: #a74b5a;
  margin: 5px auto 15px auto;
}
.page91 .page-inner .top_cont {
  margin-bottom: 40px;
  box-sizing: border-box;
}
.page91 .page-inner .top_cont .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  line-height: 30px;
  margin-top: 15px;
}
.page91 .page-inner .top_cont .btns .btn {
  color: #5a6484;
  margin: 0 30px;
  font-size: 16px;
}
.page91 .page-inner .top_cont .btns .btn img {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
.page91 .page-inner .top_cont .logos-1 {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
  align-items: center;
}
.page91 .page-inner .top_cont .logos-1 a {
  display: block;
  width: auto;
  height: 40px;
}
.page91 .page-inner .top_cont .logos-1 a img {
  width: auto;
  height: 100%;
}
.page91 .page-inner .top_cont .logos-3 {
  display: flex;
  justify-content: space-around;
}
.page91 .page-inner .top_cont .logos-3 dl {
  margin: 20px 20px 0px 20px;
}
.page91 .page-inner .top_cont .logos-3 dl dt {
  text-align: center;
}
.page91 .page-inner .top_cont .logos-3 dl dt img {
  width: 40px;
  height: 40px;
}
.page91 .page-inner .top_cont .logos-3 dl dd {
  color: #5a6484;
  font-size: 10px;
  padding-top: 5px;
}
.page91 .page-inner .top_cont .logos-4 {
  width: 100%;
}
.page91 .page-inner .top_cont .logos-4 li {
  float: left;
  width: 150px;
  margin: 0 5px 10px 5px;
  box-sizing: border-box;
}
.page91 .page-inner .top_cont .logos-4 li img {
  width: 100%;
}
.toTop {
  position: fixed;
  right: 80px;
  bottom: 70px;
  left: auto;
  z-index: 99;
}
.toTop img {
  width: 57px;
  height: 57px;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10%;
}
.swiper-button-next:hover,
.swiper-container-rtl .swiper-button-prev:hover {
  opacity: 0.6;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10%;
}
.swiper-button-prev:hover,
.swiper-container-rtl .swiper-button-next:hover {
  opacity: 0.6;
}
