@charset "utf-8";
/* CSS Document */
body {
  font-size: 16px;
  line-height: 1;
  background-color: #FFF;
  color: white;
  -webkit-font-smoothing: antialiased;
}
/* 首页 */
#home {
  top: 0px;
  display: block;
  background: #f5f5f5;
}
.bscroll {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 1px;
  height: 100%;
  display: block;
}
.bscroll div {
  width: 100%;
  height: 200%;
  display: block;
}
.view {
  width: 100%;
  /* height: 100%; */
  position: relative;
  /* display: none; */
  overflow: hidden;
}
.view_bg {
  position: absolute;
}
.view_section {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
  z-index: 6;
  background: #fff;
}
.header {
  position: static;
}
.menu {
  position: relative;
  z-index: 10;
  width: 100%;
}

/* sy_con2 */
.sy_con2 {
  width: 100%;
}

.sol_con1 {
  width: 1100px;
  margin: 0 auto;
  padding: 55px 0;
}

.sol_con1 .swiper-slide {
  position: relative;
  width: 117px;
  height: 23px;
  transform: translateY(100px);
  opacity: 0;
}
@keyframes cc{
  0%{
    transform:translateY(100px);
    opacity: 0;
  }
  100%{
    transform:translateY(0px);
    opacity: 1;
  }
}
.view.current .sol_con1 .swiper-slide:nth-child(1){
  animation: cc .6s .2s both;
}
.view.current .sol_con1 .swiper-slide:nth-child(2){
  animation: cc .6s .4s both;
}
.view.current .sol_con1 .swiper-slide:nth-child(3){
  animation: cc .6s .6s both;
}
.view.current .sol_con1 .swiper-slide:nth-child(4){
  animation: cc .6s .8s both;
}
.view.current .sol_con1 .swiper-slide:nth-child(5){
  animation: cc .6s 1s both;
}
.view.current .sol_con1 .swiper-slide:nth-child(6){
  animation: cc .6s 1.2s both;
}
.view.current .sol_con1 .swiper-slide:nth-child(7){
  animation: cc .6s 1.4s both;
}
.view.current .sol_con1 .swiper-slide:nth-child(8){
  animation: cc .6s 1.6s both;
}

.sol_con1 .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
}

.sol_con1 .swiper-slide-thumb-active .ig1, .sol_con1 .swiper-slide .ig2 {
  opacity: 0;
}

.sol_con1 .swiper-slide-thumb-active .ig2 {
  opacity: 1;
}

.sol_con2 .swiper-slide {
  position: relative;
  border-radius: 120px 0 120px 0;
  overflow: hidden;
}

.sol_con2 .swiper-slide img {
  width: 100%;
  vertical-align: middle;
  opacity: 0;
}

.sol_con2 .swiper-slide .ig1 {
  width:100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .5s;
}
.sol_con2 .swiper-slide .ig1.on1{
  z-index: 10;
}
.sol_con2 .swiper-slide .ig1.on1 img{
  opacity: 1;
}

.sol_con2 .rq {
  width: 100%;
  height: 140px;
  position: absolute;
  bottom: 0;
  left: 0;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
}

.sol_con2 .rq button {
  width: 300px;
  height: 60px;
  padding-left: 30px;
  border: 1px solid #fff;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  transition: all .5s;
  transform: translateY(100px);
  opacity: 0;
}
.view.current .sol_con2 .swiper-slide-active button:nth-child(1){
  animation: cc .8s 0.4s both;
}
.view.current .sol_con2 .swiper-slide-active button:nth-child(2){
  animation: cc .8s 0.6s both;
}
.view.current .sol_con2 .swiper-slide-active button:nth-child(3){
  animation: cc .8s 0.8s both;
}
.view.current .sol_con2 .swiper-slide-active button:nth-child(4){
  animation: cc .8s 1.0s both;
}

.sol_con2 .rq button::before {
  width: 39px;
  height: 25px;
  content: '';
  background-image: url(../images/img13.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 55%;
  left: 30%;
  transform: translateY(-50%);
  transition: all .5s;
}

.sol_con2 .rq button:nth-child(2)::before {
  background-image: url(../images/img14.png);
}

.sol_con2 .rq button:nth-child(3)::before {
  background-image: url(../images/img15.png);
}

.sol_con2 .rq button:nth-child(4)::before {
  background-image: url(../images/img16.png);
}

.sol_con2 .rq button::after {
  width: 6px;
  height: 9px;
  content: '';
  background-image: url(../images/img18.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 55%;
  left: 65%;
  transform: translateY(-50%);
}

.sol_con2 .rq button.on {
  background: rgba(223, 222, 222, 0.7);
  border: none;
  border-bottom: 6px solid rgb(31, 82, 78);
  color: #3a6764;
}

.sol_con2 .rq button.on::before {
  background-image: url(../images/sy_18.png);
}

.sol_con2 .rq button:nth-child(2).on::before {
  background-image: url(../images/sy_19.png);
}

.sol_con2 .rq button:nth-child(3).on::before {
  background-image: url(../images/sy_20.png);
}

.sol_con2 .rq button:nth-child(4).on::before {
  background-image: url(../images/sy_21.png);
}

.sol_con2 .rq button.on::after {
  background-image: url(../images/img18_1.png);
}


/* sy_con3 */

.sy_bt,
.sy_fbt{
  transform: translateY(100px);
  opacity: 0;
}
.view.current .sy_bt{
  animation: cc 1s 0.4s both;
}
.view.current .sy_fbt{
  animation: cc 1s 0.6s both;
}

.sy_con3{
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 165px;
  display: flex;
}
.sy_con3 .foot-container{
  width: 40%;
  padding-left: 100px;
}
.sy_con3 .rig{
  width: 60%;
  /* position: absolute; */
  /* right: 0; */
  top: 165px;

}
.sy_con3 .swiper-container{
  padding: 20px 0;
  padding-left: 20px;
  padding-bottom: 110px;
}
.sy_con3 .swiper-slide img{
  width: 100%;
}
.sy_con3 .swiper-slide{
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: skewY(10deg) scale(0.85);
  transition: all .5s;
  border-radius: 15px;
  box-shadow: 0px 0px 20px 0px rgba(90, 91, 95, 0.8);
}
.sy_con3 .swiper-slide-active{
  transform: skewY(0deg) scale(1);
  position: relative;
  z-index: 3;
}
.sy_con3 .swiper-slide-next{
  position: relative;
  z-index: 2;
}
.sy_con3 .swiper-slide-duplicate-active,
.sy_con3 .swiper-slide-duplicate,
.sy_con3 .swiper-slide-prev,
.swiper-slide-duplicate-next{
  opacity: 0;
}
.sy_con3 .swiper-slide-active,
.sy_con3 .swiper-slide-next,
.sy_con3 .swiper-slide-duplicate-prev{
  opacity: 1 !important;
}
.sy_con3 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 45px;
}
.sy_con3 .swiper-pagination-bullet{
  background: #fff;
  opacity: 1;
  position: relative;
  transition: all .5s;
}
.sy_con3 .swiper-pagination-bullet-active{
  background: #fff;
}
.sy_con3 .swiper-pagination-bullet-active::before{
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.sy_con3 .bot{
  width: 100%;
  height: 30%;
  background: rgb(31,82,78);
  position: absolute;
  bottom: 0;
  left: 0;
}
.sy_con3 .sy_bt{
  font-size: 45px;
  line-height: 50px;
}
.sy_con3 .sy_fbt{
  line-height: 33px;
}
.sy_con3 .a{
  font-size: 16px;
  color: #1f524e;
  font-family: "light";
  display: inline-block;
  margin-top: 120px;
  position: relative;
  padding-left: 130px;
  transform: translateY(100px);
  opacity: 0;
}
.view.current .sy_con3 .a{
  animation: cc 1s 0.8s both;
}
.sy_con3 .a::before{
  content: '';
  width: 106px;
  height: 70px;
  background-image: url(../images/sy_33.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
transform: translateY(-50%);
}

/* sy_con4 */

.sy_con4 {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 10vw;
}

.sy_con4 .bj {
  width: 100%;
  position: relative;
  bottom: 0;
  left: 0;
  vertical-align: middle;
}
@media (max-width: 991px){
  .sy_con4 .bj {
    display: none;
  }
}

.sy_con4 .rq {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}

.sy_con4 .rq .bj2 {
  width: 100%;
}

.sy_con4 .rq1 {
  width: 100%;
  height: 100%;
  padding: 60px 85px;
  position: absolute;
  top: 0;
  left: 0;
}

.sy_bt {
  font-size: 50px;
  font-family: "light";
  color: #1f524e;
  position: relative;
}

.sy_con4 .sy_bt::before {
  content: '';
  width: 13px;
  height: 15px;
  background-image: url(../images/sy_28.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -33px;
  transform: translateY(-50%);
}

.sy_fbt {
  font-size: 26px;
  font-family: "light";
  color: #1f524e;
  margin-top: 10px;
  text-transform: uppercase;
}

.sy_con4 .rq2 {
  margin-top: 50px;
  margin-bottom: 60px;
}

.sy_con4 input {
  font-size: 18px;
  color: #333333;
  font-family: "light";
  width: 290px;
  height: 50px;
  background: #fff;
  border-radius: 5px;
  padding-left: 15px;
  margin-right: 20px;
  vertical-align: middle;
  transform: translateY(100px);
  opacity: 0;
}
.view.current .sy_con4 input:nth-child(1){
  animation: cc 1s 0.4s both;
}
.view.current .sy_con4 input:nth-child(2){
  animation: cc 1s 0.6s both;
}


.sy_con4 button{
  font-size: 18px;
  color: #fff;
  font-family: "light";
  width: 290px;
  height: 50px;
  vertical-align: middle;
  border-radius: 5px;
  background: #666;
  transition: all .5s;
  transform: translateY(100px);
  opacity: 0;
}
.view.current .sy_con4 button{
  animation: cc 1s 0.8s both;
}
.sy_con4 button:hover{
  background: rgb(31, 82, 78);
}

.sy_con4 .p1 {
  font-size: 30px;
  color: #1f524e;
  font-family: "normal";
  transform: translateY(100px);
  opacity: 0;
}
.view.current .sy_con4 .p1 {
  animation: cc 1s 1.0s both;
}

.sy_con4 .p2 {
  font-size: 16px;
  color: #666666;
  font-family: "light";
  margin-top: 10px;
  margin-bottom: 140px;
  transform: translateY(100px);
  opacity: 0;
}
.view.current .sy_con4 .p2 {
  animation: cc 1s 1.2s both;
}

.sy_con4 .p3 {
  font-size: 22px;
  color: #1f524e;
  font-family: "light";
  margin-top: 15px;
  transform: translateY(100px);
  opacity: 0;
}
.view.current .sy_con4 .p3 {
  animation: cc 1s 1.4s both;
}

.sy_con4 .a1 {
  width: 190px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 35%;
  left: 40%;
  background: #666;
  transform: translate(-50%,0%);
  opacity: 0;
}
@keyframes cc2{
  0%{
    transform: translate(-50%,0%);
    opacity: 0;
  }
  100%{
    transform: translate(-50%,-50%);
    opacity: 1;
  }
}
.view.current .sy_con4 .a1{
  animation: cc2 1s 1.6s both;
}
.sy_con4 .a1:hover{
  background: rgb(31, 82, 78);
}

.sy_con4 .a1 img {
  margin-right: 25px;
  width: 19px;
  height: 14px;
}

.sy_con4 .a2 img {
  margin-right: 25px;
  width: 14px;
  height: 19px;
  margin-bottom: -3px;
}

.sy_con4 .a2 {
  top: 74%;
}

/* .sy_con5 */

.sy_con5 {
  width: 100%;
  height: 50vw;
  position: relative;
}

.sy_con5 .bj {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  vertical-align: middle;
}

.sy_con5 .rq {
  height: 45%;
  padding-top: 230px;
  padding-left: 100px;
}
.sy_con5 .sy_con5_sjs {
  display: flex;
}

.sy_con5 .p1 {
  font-size: 22px;
  color: #1f524e;
  font-family: "light";
  margin-top: 20px;
  transform: translateY(100px);
  opacity: 0;
}
.view.current .sy_con5 .p1 {
  animation: cc 1s 0.4s both;
}

.sy_con5 .rq1 {
  width: 55%;
  position: relative;
  right: 100px;
  top: 205px;
  white-space: nowrap;
}

.sy_con5 .div {
  width: 300px;
  position: relative;
  margin-right: 80px;
  display: inline-block;
}

.sy_con5 .div div {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 2;
}

.sy_con5 .div div img {
  width: 100%;
}

.sy_con5 .div p {
  font-size: 20px;
  color: #ffffff;
  font-family: "light";
  height: 60px;
  line-height: 60px;
  width: 100%;
  background: rgb(31, 82, 78);
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: center;
  z-index: 1;
  transition: all .5s;
  text-transform: uppercase;
}

.sy_con5 .div:hover p {
  bottom: -55px;
}
.mCSB_horizontal.mCSB_inside>.mCSB_container{
  margin: 0;
  padding-bottom: 110px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal{
  width: 80%;
  margin: 0 auto;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background: rgba(255,255,255,.8);
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
	width: 16px;
	height: 16px;
	background-image: url(../images/sy_35.png);
	background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color:rgba(255,255,255,.3);
}



/* sy_con6 */
.sy_con6{
  width: 100%;
  height: 100%;
  position: relative;
}
.sy_con6 .content5 a{
  border-radius: 5px;
  overflow: hidden;
}
.sy_con6 .content5 .rq1 p{
  transform: translateY(100px);
  opacity: 0;
}
.view.current .content5 .rq1:nth-child(1) p{
  animation: cc 1s 0.4s both;
}
.view.current .content5 .rq1:nth-child(2) p{
  animation: cc 1s 0.6s both;
}
.view.current .content5 .rq1:nth-child(3) p{
  animation: cc 1s 0.8s both;
}
.view.current .content5 .rq1:nth-child(4) p{
  animation: cc 1s 1.0s both;
}
.view.current .content5 .rq1:nth-child(5) p{
  animation: cc 1s 1.2s both;
}
.view.current .content5 .rq1:nth-child(6) p{
  animation: cc 1s 1.4s both;
}


/* sy_con7 */
.sy_con7{
  width: 100%;
  height: 100%;
  position: relative;
  background: rgb(222,229,228);
}
.sy_con7 .rq1{
  padding: 65px 0;
}
.sy_con7 .rq1 img{
  margin-top: 20px;
  transform: translateY(100px);
  opacity: 0;
}
.view.current .sy_con7 .rq1 img{
  animation: cc 1s 2.2s both;
}
.sy_con7 .rq2{
  width: 100%;
  position: relative;
}
.sy_con7 .rq2 .bj{
  width: 100%;
}
.sy_con7 .rq2 .rq3{
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sy_con7 .swiper-container{
  margin-top: 130px;
  padding-bottom: 100px;
}
.sy_con7 .swiper-slide{
  height: 410px;
  position: relative;
}
.sy_con7 .swiper-slide:nth-child(1),
.sy_con7 .swiper-slide:nth-child(2),
.sy_con7 .swiper-slide:nth-child(3){
  transform: translateY(100px);
  opacity: 0;
}
.view.current .sy_con7 .swiper-slide:nth-child(1){
  animation: cc 1s 0.6s both;
}
.view.current .sy_con7 .swiper-slide:nth-child(2){
  animation: cc 1s 0.8s both;
}

.view.current .sy_con7 .swiper-slide:nth-child(3){
  animation: cc 1s 1.0s both;
}


.sy_con7 .swiper-slide .top{
  width: 85%;
  border-radius: 15px 0 0 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.sy_con7 .swiper-slide .top img{
  width: 100%;
}
.sy_con7 .swiper-slide .bot{
  width: 100%;
  height: 300px;
  background: rgb(246,246,246);
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 15px 0;
  z-index: 1;
  padding: 0 25px;
  padding-top: 120px;
  transition:all .5s;
}
.sy_con7 .swiper-slide:hover .bot{
  background: rgb(31, 82, 78);
}
.sy_con7 .bot .p1{
  font-family: "din";
  font-size: 34px;
  color: #1f524e;
  transition:all .5s;
}
.sy_con7 .bot .p2{
  font-size: 16px;
  color: #1f514c;
  margin-top: 5px;
  transition:all .5s;
}
.sy_con7 .bot .p3{
  font-size: 16px;
  color: #666666;
  margin-top: 12px;
  transition:all .5s;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.sy_con7 .swiper-slide:hover p{
  color: #fff;
}
.sy_con7 .swiper-slide:hover h3{
  color: #fff;
}
.sy_con7 .bot div{
  width: 60px;
  height: 1px;
  background: #1f514c;
  margin-top: 42px;
  transition:all .5s;
}
.sy_con7 .swiper-slide:hover .bot div{
  background: #fff;
}
.sy_con7 .swiper-pagination-bullet{
  width: 145px;
  height: 1px;
  background: rgb(217,217,217);
  transition:all .5s;
  opacity: 1;
}
.sy_con7 .swiper-pagination-bullet-active{
    background: #1f514c;
}



/* sy_con8 */
.sy_con8{
  width: 100%;
  height: 100%;
}
.content7 .rq {
  width: 100%;
  padding-top: 130px;
  padding-bottom: 80px;
}
.content7 .rq .rq1{
  transform: translateY(100px);
  opacity: 0;
}
.view.current .content7 .rq .rq1:nth-child(1){
  animation: cc 1s 0.4s both;
}
.view.current .content7 .rq .rq1:nth-child(2){
  animation: cc 1s 0.6s both;
}
.view.current .content7 .rq .rq1:nth-child(3){
  animation: cc 1s 0.8s both;
}
.view.current .content7 .rq .rq1:nth-child(4){
  animation: cc 1s 1.0s both;
}
.view.current .content7 .rq .rq1:nth-child(5){
  animation: cc 1s 1.2s both;
}




@media (max-width: 1680px){
  .sy_con4 .rq1 {
    padding: 45px 65px;
}
.sol_con2 .rq button{
  width: 228px;
  height: 50px;
}
.sol_con2 .rq button::after {
  left: 68%;
}
.sol_con2 .rq button::before {
  width: 34px;
  height: 25px;
}
.sol_con2 .rq {
  height: 110px;
}
.sol_con1 {
  width: 990px;
  padding: 40px 0;
}
.sy_con3 {
  padding-top: 120px;
}
.sy_con3 .rig {
  top: 120px;
}
.sy_con3 .sy_bt {
  font-size: 34px;
  line-height: 40px;
}
.sy_fbt {
  font-size: 20px;
}
.sy_con3 .sy_fbt {
  line-height: 26px;
}
.sy_con3 .a {
  font-size: 16px;
  margin-top: 91px;
  padding-left: 130px;
}
.sy_con3 .swiper-container {
  padding: 20px 0;
  padding-left: 20px;
  padding-bottom: 83px;
}
.sy_bt {
  font-size: 38px;
}
.sy_con4 input {
  font-size: 14px;
  width: 220px;
  height: 38px;
  margin-right: 10px;
}
.sy_con4 button{
  font-size: 14px;
  width: 220px;
  height: 38px;
}
.sy_con4 .rq2 {
  margin-top: 38px;
  margin-bottom: 45px;
}
.sy_con4 .p1 {
  font-size: 22px;
}
.sy_con4 .p2 {
  font-size: 14px;
  margin-bottom: 106px;
}
.sy_con4 .p3 {
  font-size: 16px;
  margin-top: 15px;
}
.sy_con4 .a1 {
  width: 145px;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  font-size: 12px;
}
.sy_con4 .a1 img {
  margin-right: 10px;
  width: 15px;
  height: 11px;
}
.sy_con4 .a2 img {
  width: 10px;
  height: 14px;
}

.sy_con5 .rq {
  padding-top: 174px;
}
.sy_con5 .p1 {
  font-size: 16px;
}
.sy_con5 .rq1 {
  top: 155px;
}
.sy_con5 .div p {
  font-size: 16px;
  height: 45px;
  line-height: 50px;
}
.sy_con5 .div:hover p {
  bottom: -35px;
}
.mCSB_horizontal.mCSB_inside>.mCSB_container {
  padding-bottom: 88px;
}
.sy_con5 .div{
  width: 228px;
  margin-right: 60px;
}
.sy_con7 .rq1 {
  padding: 49px 0;
}
.sy_con7 .swiper-container {
  margin-top: 100px;
  padding-bottom: 76px;
}
.sy_con7 .swiper-slide {
  height: 311px;
}
.sy_con7 .swiper-slide .bot {
  height: 228px;
  padding: 0 25px;
  padding-top: 90px;
}
.sy_con7 .bot .p1 {
  font-size: 25px;
}
.sy_con7 .bot .p2 {
  font-size: 14px;
}
.sy_con7 .bot .p3 {
  font-size: 14px;  -webkit-line-clamp: 2;
}
.sy_con7 .bot div {
  margin-top: 30px;
}
.sy_con7 .swiper-pagination-bullet {
  width: 110px;
}


}
@media (max-width: 1366px){
  .sy_con5 .div {
    width: 213px;
    margin-right: 40px;
}
.content7 .rq {
  padding-top: 65px;
  padding-bottom: 50px;
}
.sy_con3 .swiper-container {
  padding: 20px 0;
  padding-left: 20px;
  padding-bottom: 65px;
}
.sy_con5 .rq {
  padding-top: 124px;
}
.sy_con5 .rq1 {
  top: 125px;
}
.sy_con7 .rq1 {
  padding: 30px 0;
}
.sy_con7 .swiper-container {
  margin-top: 100px;
  padding-bottom: 50px;
}
.sy_con5 .p1{
  margin-top: 15px;
}

}
@media (max-width: 1260px){
  .sy_con3 .sy_bt {
    font-size: 29px;
    line-height: 36px;
}
.sy_con3 .sy_fbt {
  line-height: 22px;
}
.sy_fbt {
  font-size: 16px;
}
.sy_con3 .a::before {
  width: 76px;
  height: 50px;
}
.sy_con3 .a {
  font-size: 14px;
  margin-top: 59px;
  padding-left: 90px;
}
.sy_con3 {
  padding-top: 100px;
}
.sy_con3 .rig {
  top: 100px;
}
.sy_con3 .swiper-container {
  padding-bottom: 54px;
}
.sy_bt {
  font-size: 30px;
}
.sy_con4 .rq1 {
  padding: 30px 42px;
}
.sy_con4 .sy_bt::before {
  width: 9px;
  height: 15px;
  left: -18px;
}
.sy_con4 .rq2 {
  margin-top: 32px;
  margin-bottom: 39px;
}
.sy_con4 .p1 {
  font-size: 18px;
}
.sy_con4 .p2 {
  font-size: 14px;
  margin-bottom: 90px;
}
.sy_con4 .p3 {
  font-size: 14px;
  margin-top: 10px;
}
.sy_con4 .a1 {
  top: 43%;
}
.sy_con4 .a2 {
  top: 79%;
}
.sy_con5 .rq {
  padding-top: 140px;
}
.mCSB_horizontal.mCSB_inside>.mCSB_container {
  padding-bottom: 72px;
}
.sy_con5 .p1 {
  font-size: 14px;
  margin-top: 10px;
}
.sy_con7 .rq1 {
  padding: 40px 0;
}
.sy_con7 .swiper-slide .bot {
  height: 195px;
  padding: 0 25px;
  padding-top: 65px;
}
.sy_con7 .swiper-slide {
  height: 270px;
}
.sy_con7 .bot div {
  width: 34px;
  margin-top: 33px;
}
.sy_con7 .swiper-container {
  margin-top: 85px;
  padding-bottom: 65px;
}


}







/* app */
@media (max-width: 991px){

  @keyframes cc{
    0%{
      transform:translateY(0px);
      opacity: 1;
    }
    100%{
      transform:translateY(0px);
      opacity: 1;
    }
  }

  .sol_con1 .swiper-slide,
  .sol_con2 .rq button,
  .sy_bt,
.sy_fbt,
.sy_con3 .a,
.sy_con4 input,
.sy_con4 button,
.sy_con4 .p1,
.sy_con4 .p2,
.sy_con4 .p3,
.sy_con4 .a1,
.sy_con5 .p1,
.sy_con6 .content5 .rq1 p,
.sy_con7 .rq1 img,
.sy_con7 .swiper-slide,
.content7 .rq .rq1{
    transform: translateY(0px);
    opacity: 1;
  }
  .sy_con7 .swiper-slide:nth-child(1),
  .sy_con7 .swiper-slide:nth-child(2),
  .sy_con7 .swiper-slide:nth-child(3){
    transform: translateY(0px);
    opacity: 1;
  }


  .sol_con1{
    width: 100%;
    padding: 110px 110px;
    position: relative;
  }
  .sol_con1 .swiper-button-next,
  .sol_con1 .swiper-button-prev{
    width: 9px;
    height: 15px;
    background-image: url(../images/img253.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
    top: 45%;
  }
  .sol_con1 .swiper-button-next {
    background-image: url(../images/img252.png);
    right: 50px;
}
.sol_con1 .swiper-button-prev{
  left: 50px;
}
.sol_con2 .rq{
  background: none;
  flex-wrap: wrap;
  height: auto;
  bottom: 20px;
}
.sol_con2 .rq button {
  width: 40%;
  height: 50px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.sy_con3 .rig{
  position: static;
  width: 100%;
}
.sy_con3 .sy_fbt,
.sy_con3 .sy_bt{
  text-align: center;
}
.sy_con3 .a{
  display: block;
  text-align: center;
  margin: 0 auto;
  padding-top: 126px;
  padding-bottom: 60px;
  padding-left: 0;
}
.sy_con3 .a::before{
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.sy_con4{
  padding-top: 110px;
  padding-bottom: 80px;
}
.sy_con4 .rq{
  max-width: 100%;
  position: static;
  transform: translate(0%,0%);
}
.sy_con4 .rq1{
  padding-top: 85px;
}
.sy_con4 button{
  display: block;
  margin-top: 20px;
}
.sy_con4 .a1{
  position: static;
  transform: translate(0%,0%);
  display: block;
  margin-top: 32px;
  margin-bottom: 90px;
}
.sy_con4 .p2{
  margin-bottom: 0;
}
.sy_con5{
  padding-bottom: 115px;
}
.sy_con5 .rq1{
  position: static;
  transform: translate(0%,0%);
  margin: 0 auto;
  margin-top: 86px;
}
.sy_con5 .rq{
  padding-top: 90px;
}
.sy_con5 .p1,
.sy_con5 .sy_fbt,
.sy_con5 .sy_bt{
  text-align: center;
}
.content5 .rq1{
  width: 50%;
  border-bottom: 1px solid rgb(239,240,241);
}
.content5 .rq1:nth-child(3n){
  border-right: 1px solid rgb(239,240,241);
}
.content5 .rq1:nth-child(2n){
  border-right: none;
}
.content5 .rq1:nth-child(5),
.content5 .rq1:nth-child(6){
  border-bottom: none;
}
.sy_con7 .swiper-slide {
  height: 300px;
}


}
@media (max-width: 768px){
  .foot-container,
  .sy_ind_con{
    padding: 0 15px !important;
  }
  .sol_con1 {
    padding: 50px 30px;
}
.sol_con1 .swiper-button-next {
  right: 15px;
}
.sol_con1 .swiper-button-prev {
  left: 15px;
}
.sol_con2 .swiper-slide {
  border-radius: 80px 0 80px 0;
}
.sy_con3 {
  padding-top: 55px;
  padding-bottom: 100px;
  display: block;
}
.sy_con3 .a {
  padding-top: 78px;
  padding-bottom: 30px;
}
.sy_con3 .swiper-slide-duplicate-prev{
  opacity: 0 !important;
}
.sy_con3 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 20px;
}
.sy_con5{
  padding-top: 50px;
  height: auto;
}
.sy_con5 .rq1 {
  width: 85%;
}
.content5 .rq {
  width: 90%;
}
.content5 .rq1 {
  height: 130px;
}
.content5 .foot-container{
  margin-top: 50px;
}
.sy_con7 .rq1{
  padding-top: 50px !important;
  padding-bottom: 30px !important;
}
.sy_con7 .swiper-pagination-bullet {
  width: 40px;
}
.sy_con7 .swiper-slide {
  height: 260px;
}

}
@media (max-width: 414px){
  .sol_con2{
    height: 436px;
  }
  .sol_con2 .swiper-slide {
    border-radius: 40px 0 40px 0;
}
.sol_con2 .rq button {
  width: 18%;
  height: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  padding-left: 0;
}
.sol_con2 .rq button::before {
  width: 28px;
  height: 19px;
  left: 24%;
  display: none;
}
.sol_con2 .rq button::after {
  left: 75%;
  display: none;
}
.sol_con2 .rq{
  bottom: 10px;
}
.sy_con3 .sy_bt {
  font-size: 22px;
  line-height: 25px;
}
.sy_con3 .sy_fbt {
  line-height: 14px;
}
.sy_fbt {
  font-size: 14px;
}
.sy_con3 a::before {
  width: 60px;
  height: 45px;
}
.sy_con3 {
  padding-top: 55px;
  padding-bottom: 45px;
}
.sy_con4 {
  padding-top: 55px;
  padding-bottom: 50px;
}
.sy_con4 .rq1 {
  padding-top: 30px;
}
.sy_con4 input {
  font-size: 14px;
  width: 139px;
  height: 34px;
  margin-right: 8px;
}
.sy_con4 input:nth-child(2n){
  margin-right: 0;
}
.sy_con4 button {
  font-size: 13px;
  width: 139px;
  height: 34px;
}
.sy_con4 .rq2 {
  margin-top: 27px;
  margin-bottom: 23px;
}
.sy_con4 .a1 {
  margin-top: 15px;
  margin-bottom: 32px;
}
.sy_bt {
  font-size: 22px;
}
.sy_con4 .a1 {
  width: 139px;
  height: 35px;
}
.sy_con4 .a2 img {
  margin-bottom: -3px;
}
.sy_con4 .sy_bt::before {
  width: 7px;
  height: 8px;
  left: -15px;
}
.sy_con4 .a1,
.sy_con4 button{
  background: rgb(31, 82, 78);
}
.sy_con5 .rq1 {
  margin-top: 40px;
}
.sy_con5 .rq1 {
  width: 90%;
}
.sy_con5 .div {
  width: 159px;
  margin-right: 15px;
}
.sy_con5 .div:last-child{
  margin-right: 0;
}
.mCSB_horizontal.mCSB_inside>.mCSB_container {
  padding-bottom: 60px;
}
.sy_con5 {
  padding-bottom: 60px;
}
.sy_con5 .div p {
  font-size: 14px;
  height: 40px;
  line-height: 45px;
  bottom: -35px;
}
.content5 .rq1 {
  height: 100px;
}
.content5 .foot-container {
  margin-top: 40px;
}
.sy_con7 .swiper-slide {
  height: 300px;
}
.sy_con7 .swiper-container {
  margin-top: 90px;
  padding-bottom: 40px;
}


/* 修改 */
.sol_con1 .swiper-button-next, .sol_con1 .swiper-button-prev{
  display: none;
}
.sol_con1 {
  padding: 50px 10px;
}
.sol_con1 .swiper-slide img {
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}


}
@media (max-width: 375px){
  .sy_con7 .swiper-container {
    margin-top: 60px;
    padding-bottom: 40px;
  }
  .sol_con2 {
    height: 395px;
}
}