.swiper-container{width: 100%;position: relative;z-index: 997;overflow: hidden;}
.swiper-container .swiper-wrapper{height:auto;}
.swiper-container .swiper-slide{text-align: center;height:auto;}
.swiper-container .swiper-slide img{width:100%;margin:0 auto;}

.conBox2{background:url('../images/index-con2-bg.jpg') no-repeat center center;background-size: 100% 100%;height:894px;}
.conBox2 .arrowST{width: 72px;height: 70px;margin:0 auto;margin-top:-35px;z-index:998;position: relative;display: table;}
.conBox2 .w1440{width: 1440px;margin: 0 auto;}
.conBox2 .w1440 .conbox2-title{margin:0 auto;display: table;margin-top: 110px;}
.conBox2 .w1440 .titList{width: 780px;margin: 0 auto;overflow: hidden;margin-top: 17px;}
.conBox2 .w1440 .titList li{float: left;height:69px;line-height: 69px;padding:0 30px;border-radius:35px;background: #f8f8f8;font-size: 18px;color: #333;margin-left: 40px;box-shadow: 0px 0px 29px 3px rgba(198, 196, 198, 0.2);margin-top: 25px;}
.conBox2 .w1440 .titList li.cur{background: #ffedf0;color:#f63131;}
.conBox2 .w1440 .titList li:first-child{margin-left: 0;}
.conBox2 .w1440 .titList li:hover{cursor: pointer;}

.conBox2 .w1440 .swiper-container { padding-bottom:40px;margin-top: 65px; }
.conBox2 .w1440 .swiper-wrapper{ }
.conBox2 .w1440 .swiper-slide { width:500px; transition-timing-function:linear;box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);height:auto;}
@media only screen and (max-width:1200px){
    .conBox2 .w1440 .swiper-slide {
        width:770px;
    }
}
@media only screen and (max-width:980px){
    .conBox2 .w1440 .swiper-slide {
        width:471px;
    }
}
@media only screen and (max-height:480px){
    .conBox2 .w1440 .swiper-slide {
        width:471px;
    }
}
.conBox2 .w1440 .swiper-slide img{ width:100%; border-radius: 4px;}
.conBox2 .w1440 .conBox2 .w1440 .swiper-slide .title{ position:absolute; transform:rotate(90deg); transform-origin:left top; left:-3px; font-size:11px; color: rgb(102, 102, 102);}
.conBox2 .w1440 .swiper-button-next, .swiper-button-prev{ width:86px; height:112px; background-size:86px 112px; margin-top:-56px; outline:none;}
/* .conBox2 .w1440 .swiper-button-next{ background-image:url(img/cursor-next.png);}
.conBox2 .w1440 .swiper-button-prev{ background-image:url(img/cursor-prev.png);} */
.conBox2 .w1440 .swiper-pagination-bullet{ background:none; opacity:1; margin:0 6px !important; width:9px; height:9px; position:relative; outline:none; vertical-align:middle;}
.conBox2 .w1440 .swiper-pagination-bullet span{ width:3px; height:3px; background:#CCC; display:block; border-radius:50%; margin-top:3px; margin-left:3px; }
.conBox2 .w1440 .swiper-pagination-bullet i{ background:#000; height:1px; width:20px; position:absolute; top:4px; transform:scaleX(0); transform-origin:left; z-index:3; transition-timing-function:linear; }
.conBox2 .w1440 .swiper-pagination-bullet-active span,.conBox2 .w1440 .swiper-pagination-bullet:hover span{ width:9px; height:9px; margin-top:0; margin-left:0; background:#000; position:relative; z-index:1; }
.conBox2 .w1440 .swiper-pagination-bullet-active i{ animation:middle 6s; }
.conBox2 .w1440 .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i{ animation:first 6s; }
.conBox2 .w1440 .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i{ animation:last 6s; }
@keyframes first{
  0% {transform:scaleX(0.5);left:0px;}/*091*/
  100% {transform:scaleX(1);left:2px;} /*0915*/
}
@keyframes last{
  0% {transform:scaleX(0.7);left:-10px;}/*1090*/
  20% {transform:scaleX(0.3);left:2px;} /*090*/
  100% {transform:scaleX(0.3);left:0px;} /*090*/
}		
@keyframes middle{
  0% {transform:scaleX(0.7);left:-10px;}/*1091*/
  20% {transform:scaleX(0.45);left:2px;}/*092*/
  100% {transform:scaleX(1);left:2px;} /*0913*/
}

.conBox3{background:url('../images/index-con3-bg.jpg') no-repeat center center;background-size: 100% 100%;height:894px;}
.conBox3 .w1440{width: 1440px;margin: 0 auto;overflow: hidden;}
.conBox3 .w1440 .conbox3-title{margin:0 auto;display: table;margin-top: 110px;}
.conBox3 .w1440 .conbox3-img{width: 100%;margin-top: 165px;}

