@charset "utf-8";
/* CSS Document */

/********************** 员工采访 ****************************/
.ygcf-con{ width:1060px; margin:0 auto; overflow:hidden;}
.ygcf{ }
.ygcf .swiper-container{height: 360px;}
.ygcf .staff-main{margin: 0 80px 0 20px;}
.ygcf .staff-img{width: 60px;height: 60px;border-radius: 50%;padding: 1px;background: #fff;border: 2px solid #ededed;margin-right: 26px;behavior: url(pie.htc);}
.ygcf .staff-img img{}
.ygcf .staff-tit h4{font-family: pingFangSC-Regular;}
.ygcf .staff-tit h5{color: #999;}
.ygcf .staff-con{margin-top: 26px;line-height: 30px;color: #999; font-weight:400;}
.ygcf .staff-con span{width: 24px;height: 22px;background: url(//bk-test12.oss-cn-beijing.aliyuncs.com/images/wyw315/staff_i.png) no-repeat left;background: url(//bk-test12.oss-cn-beijing.aliyuncs.com/images/wyw315/staff_i.svg) no-repeat left, none;float: left;margin-right: 16px;margin-left: 3px;}
.ygcf .pagination{position: absolute;z-index: 20;left: 50%;bottom: 10px; margin-left:-120px;cursor: pointer !important;}
.ygcf .swiper-pagination-switch{display: inline-block;width: 10px;height: 10px;border-radius: 10px;background: #fff;margin-right: 8px;opacity: 0.8;border: 1px solid #ccc;cursor: pointer !important;behavior: url(pie.htc);}
.ygcf .swiper-visible-switch{background: #fff;}
.ygcf .swiper-active-switch{background: #FF0025;width: 10px; border:1px solid #FF0025; opacity:1 }


/********************** 员工视频 ****************************/
.culture-main{ overflow:hidden;}
.device-pc{width:980px; height:300px; margin:0 auto; margin-top:4%;}
.device-pc .swiper-container-pc{}
.device-pc .swiper-container-pc{}
.device-pc .swiper-pc-wrapper{ transform:none !important; padding:0 !important; width:inherit !important; height:inherit !important;}
.device-pc .swiper-pc-slide { position: relative; float:left; width:150px !important;  margin:0 6.5px; height:inherit !important; padding:0 !important; }
.device-pc .swiper-pc-slide img,.news-banner .arrow-left,.news-banner .arrow-right{ -webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.device-pc .swiper-pc-slide p{ display:none;  transition: all 2s linear;position: absolute; z-index:2; top: 26%; left: 50%; width: 54px; height: 54px; margin-left: -27px;  }
.device-pc .swiper-pc-slide:hover p{display:block; transition: all 2s linear;background: url(//bk-test12.oss-cn-beijing.aliyuncs.com/images/wyw315/i_white_1_42x42.png) no-repeat center; background: url(//bk-test12.oss-cn-beijing.aliyuncs.com/images/wyw315/i_white_1.svg) no-repeat center,none; background-size: cover; animation:myxin 1.4s; -webkit-animation:myxin 1.4s; }
.device-pc .swiper-pc-slide:hover img{border-radius: 8px;box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.4);-webkit-transform:scale(1.3);-moz-transform:scale(1.3);transform:scale(1.3);  transition: box-shadow 0.5s, transform 0.5s; z-index: 2; position: relative;}
.device-pc .swiper-pc-slide h5{ display: none; margin:0px;}
.device-pc .swiper-pc-slide:hover h5{ display:block; font-size:16px; color:#666; line-height:22px; text-align:center; padding-top:60px;}
@-webkit-keyframes myxin {0%{ opacity:0;}100%{ opacity:1;}}
@-moz-keyframes myxin {0%{ opacity:0;}100%{ opacity:1;}}
@keyframes myxin{0%{ opacity:0;}100%{ opacity:1;}}


/********************** 新闻推荐图片  ****************************/
.news-banner{width: 860px; height: 500px; margin: 0 auto; position: relative; margin-bottom:4%;}
.news-banner .arrow-left{ position:absolute; top:42%; left:0%; z-index:3;  width: 50px; height: 50px; background: url(//bk-test12.oss-cn-beijing.aliyuncs.com/images/wyw315/icon_left.png) no-repeat; background-position: inherit !important;cursor: pointer;opacity: 0.7;filter:alpha(opacity=70);-moz-opacity: 0.7;-khtml-opacity: 0.7; transition: all 1s}
.news-banner .arrow-right{ position:absolute; top:42%; right:0%; z-index:3; width: 50px; height: 50px; background: url(//bk-test12.oss-cn-beijing.aliyuncs.com/images/wyw315/icon_right.png) no-repeat; background-position: inherit !important;cursor: pointer;opacity: 0.7;filter: alpha(opacity=70);-moz-opacity: 0.7;-khtml-opacity: 0.7;transition: all 1s}
.news-banner .swiper-container{ width: 860px; height: 500px;display: inline-block; vertical-align:middle; text-align:center;}
.news-banner .swiper-slide a{ position:relative;display: block; height: 500px;}
.news-banner .swiper-slide img{ vertical-align:middle; width: 100%;height: 100%; object-fit:cover;}
.news-banner .swiper-slide p{ position:absolute; z-index:2; bottom: 0px;width: 100%; left:0%;  text-align:left; line-height:110px; padding-left:30px;  background-image: linear-gradient(-180deg,transparent 13%,rgba(0,0,0,.65) 97%); font-size:22px; color:#fff; margin: 0;}
.news-banner .swiper-slide p{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#8f000000,endColorstr=#8f000000);}
.news-banner .pagination{position: absolute; left: 30px;  bottom:15px; width: 100%; z-index: 3; margin: 0;}
.news-banner .swiper-pagination-switch{display: inline-block; width: 20px; height: 3px;  background: #999;  margin: 0 4px; cursor: pointer;}
.news-banner .swiper-active-switch{background: #fff;}
.news-banner .arrow-left:hover,.news-banner .arrow-right:hover{opacity: 1;filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;transition: all 1s }
.page-navigation{ opacity:0;}
.news-banner:hover .page-navigation {opacity: 1;}
.news-banner .pagination{ }
.news-banner .swiper-pagination-switch{background: #ccc;}
.news-banner .swiper-active-switch{ background: #FF0025 !important;}

/********************** 薪酬福利-活动-环境 ****************************/
.xcfl,.xcfl-2{width: 860px;height: 420px;margin: 0 auto;position: relative;}
.xcfl .arrow-left,.xcfl-2 .arrow-left{ display:none;}
.xcfl .arrow-right,.xcfl-2 .arrow-right{display:none;}
.xcfl .swiper-container,.xcfl-2 .swiper-container{width: 100%; height: 100%;}
.xcfl .pagination,.xcfl-2 .pagination{position: absolute;left: 0;text-align: center;bottom:5px;width: 100%; margin-bottom:10px; z-index:4;}
.xcfl .swiper-pagination-switch,.xcfl-2 .swiper-pagination-switch{display: inline-block;width: 9px;height: 9px;border-radius: 50%;background: #fff;margin-right: 8px;opacity: 0.8;border: 1px solid #ccc;cursor: pointer !important;behavior: url(pie.htc);}
.xcfl .swiper-active-switch,.xcfl-2 .swiper-active-switch{background: #FF0025;width: 9px; border:1px solid #FF0025; opacity:1 }

/********************** 服务-媒体报道 ****************************/
.mtbd{width: 920px;margin: 0 auto; overflow:hidden;}
.mtbd .swiper-container{ width: 940px; padding-top:10px;}
.mtbd .mtbd-con{ width:inherit; height:inherit; transform: none }
.mtbd .swiper-slide{ width:446px; height:100px ; padding:35px 0; margin-bottom:30px; text-align:center; float:left;  margin-right:20px;border: 1px solid #E4E4E4; box-shadow: 3px 3px 1px 0 rgba(204,204,204,0.20);-webkit-transition: all .2s linear;  transition: all .2s linear; }
.mtbd .swiper-slide:hover{border: 1px solid #E4E4E4; box-shadow: 0px 0px 10px #cccccc; border-radius: 0px; -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0);transition: all .15s ease-in-out;}
.mtbd .swiper-slide img{ height:46px; margin:0 auto; margin-bottom:10px; }
.mtbd .swiper-slide h4{ text-align:center; font-size:16px; }

/********************** 校园招聘-视频 ****************************/
.xyzp-video { width:940px; margin:0 auto; overflow:hidden; margin-top:5%;}
.xyzp-video .xyzp-ul{ width:1000px;}
.xyzp-video .xyzp-li{ width:460px; margin-right:40px;}
.xyzp-video .swiper-slide figure { position: relative; overflow: hidden;  width: 100%; cursor: pointer; background-color: #000; }
.xyzp-video .swiper-slide figure img {  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
.xyzp-video .swiper-slide figure img:hover { transform: scale(1.1); filter: alpha(opacity=75); opacity: 0.75; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
.xyzp-video .swiper-slide figure p { display: inherit; }
.xyzp-video .swiper-slide figure .vide-icon {position: absolute; top: 40%; left: 44%; background: url(//bk-test12.oss-cn-beijing.aliyuncs.com/images/wyw315/i_white_1_42x42.png) no-repeat; background: url(//bk-test12.oss-cn-beijing.aliyuncs.com/images/wyw315/i_white_1.svg) no-repeat,none; background-size: cover; width: 50px; height: 50px; }






/****ipad ****/
@media (max-width: 1024px) {
.ygcf-con{ width:980px; margin:0 auto; overflow:hidden;}
.ygcf{ }
.ygcf .swiper-container {height: 330px;}
.ygcf .staff-main {margin-left: 20px;margin-right: 100px;}
.ygcf .pagination{position: absolute;z-index: 20;left: 50%;bottom: 10px; width: inherit; margin:0; margin-left:-120px;}
.xyzp-video { width:850px; margin:0 auto; overflow:hidden; margin-top:5%;}
.xyzp-video .xyzp-ul{ width:1000px;}
.xyzp-video .xyzp-li{ width:410px; margin-right:40px;}
.device-pc{width:880px; height:300px; margin:0 auto; margin-top:10%;}
.device-pc .swiper-pc-slide { position: relative; float:left; width:133px !important;  margin:0 6.5px; height:inherit !important; padding:0 !important; }
.device-pc .swiper-pc-slide img{ width:133px;}
.mtbd{width: 850px;margin: 0 auto; overflow:hidden;}
.mtbd .swiper-slide{ width:410px; height:100px ; padding:35px 0; margin-bottom:30px; text-align:center; float:left;  margin-right:20px;border: 1px solid #E4E4E4; box-shadow: 3px 3px 1px 0 rgba(204,204,204,0.20);-webkit-transition: all .2s linear;  transition: all .2s linear; }
}


/****小屏 720 ****/
@media (max-width: 720px) {
/*员工采访*/
.ygcf-con{ width: inherit !important; }
.ygcf{ width:360px; height:280px; overflow:hidden;}
.ygcf .swiper-container {width: 720px;height: 280px;}
.ygcf .staff-main {margin-left: 30px;margin-right: 30px;}
.ygcf .staff-img{width: 68px;height: 68px;padding: 2px;margin-right: 20px;border: 1px solid #ededed; behavior: url(../pie.htc);}
.ygcf .staff-con{margin-top: 10px;line-height: 24px;color: #999;}
.ygcf .staff-con span{width: 20px;height: 18px; background-size:cover;}
.ygcf .pagination{position: absolute;z-index: 20;left: 25%;bottom: 10px; width:200px; margin:0; margin-left:-100px;}
.ygcf .swiper-pagination-switch{display: inline-block;width: 10px; height: 2px;margin: 0 !important; overflow:hidden; border-radius:0px; border:none;background: #ccc;opacity: 0.4;cursor: pointer;}
.ygcf .swiper-visible-switch{background: #ccc;}
.ygcf .swiper-active-switch{background: #FF0025;width: 16px;opacity:1 }
/*员工视频*/
.device{position: relative; width:110%; height:420px; margin:0 auto; overflow:hidden; left:-15px;}
.device .swiper-container{width: 120%;height: 340px;padding-top: 10%;text-align: center;}
.device .swiper-wrapper{margin-left: -10% !important;}
.device .swiper-slide {margin:0;}
.device .swiper-slide {height: 100%;-webkit-transition: 300ms;-moz-transition: 300ms;-ms-transition: 300ms;-o-transition: 300ms;transition: 300ms;-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);-o-transform: scale(0);transform: scale(0);}
.device .swiper-slide p,.device .swiper-slide h5{ display:none;}
.device .swiper-slide-visible{margin: 0;-webkit-transform: scale(0.8);-moz-transform: scale(0.8);-ms-transform: scale(0.8);-o-transform: scale(0.8);transform: scale(0.8);}
.device .swiper-slide-active{top: 0;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1); }
.device .swiper-slide-active p{display:block;background: url(//bk-test12.oss-cn-beijing.aliyuncs.com/images/wyw315/i_white_1_42x42.png) no-repeat center; background: url(//bk-test12.oss-cn-beijing.aliyuncs.com/images/wyw315/i_white_1.svg) no-repeat center,none; background-size: cover;position: absolute; z-index:2; top: 28%; left: 50%; width: 58px; height: 58px; margin-left: -29px; opacity:0.8; }
.device .swiper-slide-active h5{ display:block; margin-top:20px; line-height:22px; }
.device .swiper-slide-active img{border-radius: 8px;box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.4);}
/*新闻推荐图片*/
.news-banner{width: 100%; height: 200px; margin: 0 auto; position: relative;margin-top: 50px;}
.news-banner .swiper-container{ width: 100%; height: 200px;display: inline-block; vertical-align:middle; text-align:center;}
.news-banner .swiper-slide a{ height: 200px;}
.news-banner .swiper-slide p{ width: 100%; left:0%; height:40px; line-height: 40px; padding:0 10px; font-size:14px; bottom: 0px;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden; }
/*薪酬福利*/
.xcfl,.xcfl-2{width: 100% !important;height:200px !important; display: inline-block; vertical-align:middle;}
.xcfl img,.xcfl-2 img{ width:100%;}
.xcfl .pagination,.xcfl-2 .pagination{ margin-bottom:0px;}

/*媒体报道*/
.mtbd{width: 100%; height:180px; overflow:hidden; position: relative;}
.mtbd .mtbd-con-w{ width: 900px; padding-top:10px;}
.mtbd .swiper-container{ width: 100%; height:160px; text-align:center;}
.mtbd .swiper-slide { padding:0; margin:0;border:0;box-shadow:none; -webkit-transition: all .2s linear;  transition: all .2s linear;  }
.mtbd .swiper-slide:hover{ border:none; box-shadow:none; }
.mtbd .swiper-slide a{ display:block; border: 1px solid #E4E4E4;box-shadow: 3px 3px 1px 0 rgba(204,204,204,0.20); margin-right:4px; }
.mtbd img{display: block; width: initial !important; margin: 0 auto !important; height: 60px !important; padding-top:20px;}
.mtbd h4 { font-size: 14px !important;font-weight: 300; line-height:140%; margin:10px 20px 10px 20px; height:42px; }

.mtbd .pagination,.xyzp-video .pagination{position: absolute;left: 0;text-align: center;bottom:5px;width: 100%; margin-bottom:10px; z-index:4;}
.mtbd .swiper-pagination-switch,.xyzp-video .swiper-pagination-switch{display: inline-block;width: 10px;height: 10px;border-radius: 10px;background: #fff;margin-right: 8px;opacity: 0.8;border: 1px solid #ccc;cursor: pointer !important;behavior: url(pie.htc);}
.mtbd .swiper-active-switch,.xyzp-video .swiper-active-switch{background: #FF0025;width: 10px; border:1px solid #FF0025; opacity:1}


/*校园招聘*/
.xyzp-video { position:relative; width:92%;height:290px;  margin:0 auto; margin-top:5%;}
.xyzp-video .xyzp-ul{ width: inherit;}
.xyzp-video .swiper-container{height:260px;}
.xyzp-video .swiper-slide { margin:0;}
.xyzp-video .swiper-slide h5{ height: 50px; line-height: 160%; margin: 2% 0; margin: 5% 0;font-size: 14px; font-weight:300;text-align:center;}
.xyzp-video .swiper-slide figure .vide-icon {position: absolute; top: 30%; left: 42%; background: url(//bk-test12.oss-cn-beijing.aliyuncs.com/images/wyw315/i_white_1_42x42.png) no-repeat; background: url(//bk-test12.oss-cn-beijing.aliyuncs.com/images/wyw315/i_white_1.svg) no-repeat,none; background-size: cover; width: 42px; height: 42px; }
.xyzp-video .swiper-slide figure:hover p { display: inherit;}
.xyzp-video .pagination{position: absolute;left: 0;text-align: center;bottom:0px;width: 100%; margin-bottom:0px; z-index:4;}


}




@media (max-width: 414px) {
.ygcf{ width:400px; height:280px; overflow:hidden;}
.ygcf .swiper-container {width: 800px;height: 280px;}
.ygcf .staff-main {margin-left: 10px;margin-right:40px;}
.ygcf .pagination{position: absolute;z-index: 20;left: 24%;bottom: 10px; width:200px; margin:0; margin-left:-100px;}
.device{ height:320px;}
.device .swiper-wrapper{margin-left: -10% !important;}
.device .swiper-slide-visible{margin: 0 10px; opacity: 0.9;-webkit-transform: scale(0.88);-moz-transform: scale(0.88);-ms-transform: scale(0.88);-o-transform: scale(0.88);transform: scale(0.88);}
.device .swiper-slide-visible{margin: 0;-webkit-transform: scale(0.88);-moz-transform: scale(0.88);-ms-transform: scale(0.88);-o-transform: scale(0.88);transform: scale(0.88);}
.device .swiper-slide-active{top: 0;-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1); }
.device .swiper-slide-active p{display:block;background: url(//bk-test12.oss-cn-beijing.aliyuncs.com/images/wyw315/i_white_1_42x42.png) no-repeat center; background: url(//bk-test12.oss-cn-beijing.aliyuncs.com/images/wyw315/i_white_1.svg) no-repeat center,none; background-size: cover;position: absolute; z-index:2; top: 24%; left: 50; width: 58px; height: 58px; margin-left: -29px; opacity:0.8; }
.device .swiper-slide-active h5{ display:block; margin-top:20px; line-height:22px; width:156px !important; }
.xcfl,.xcfl-2{height:220px !important;}
.xyzp-video {width:90%; height:270px;}
.xyzp-video .swiper-slide figure .vide-icon { top: 38%; left: 42%; }

}

@media (max-width: 375px) {
.ygcf{ width:340px; height:320px; overflow:hidden;}
.ygcf .swiper-container{height: 300px;}
.ygcf .staff-main {margin-left: 10px;margin-right: 20px;}
.ygcf .swiper-container {width: 680px;}
.ygcf .pagination{position: absolute;z-index: 20;left: 26%;bottom: 10px; width:200px; margin:0; margin-left:-100px;}
.device{ height:300px;}
.device .swiper-wrapper{margin-left: -10% !important;}
.device .swiper-slide-visible{margin: 0 15px; opacity: 0.9;-webkit-transform: scale(0.78);-moz-transform: scale(0.78);-ms-transform: scale(0.78);-o-transform: scale(0.78);transform: scale(0.78);}
.device .swiper-slide-visible{margin: 0;-webkit-transform: scale(0.78);-moz-transform: scale(0.78);-ms-transform: scale(0.78);-o-transform: scale(0.78);transform: scale(0.78);}
.device .swiper-slide-active{top: 0;-webkit-transform: scale(0.94);-moz-transform: scale(0.94);-ms-transform: scale(0.94);-o-transform: scale(0.94);transform: scale(0.94); }
.device .swiper-slide-active p{display:block;background: url(//bk-test12.oss-cn-beijing.aliyuncs.com/images/wyw315/i_white_1_42x42.png) no-repeat center; background: url(//bk-test12.oss-cn-beijing.aliyuncs.com/images/wyw315/i_white_1.svg) no-repeat center,none; background-size: cover;position: absolute; z-index:2; top: 24%; left: 54%; width: 58px; height: 58px; margin-left: -29px; opacity:0.8; }
.device .swiper-slide-active h5{ display:block; margin-top:20px; line-height:22px; width:156px !important; }
.xcfl,.xcfl-2{height:200px !important;}
.xyzp-video {width:90%; height:270px;}


}

/**** 最小屏 320 ****/
@media (max-width: 320px) {
.ygcf{ width:100%; height:320px; overflow:hidden;}
.ygcf .staff-main {margin-left: 10px;margin-right: 40px;}
.ygcf .swiper-container {width: 640px;}
.ygcf .pagination{position: absolute;z-index: 20;left: 24%;bottom: 10px; width:200px; margin:0; margin-left:-100px;}
.device{ height:280px;}
.device .swiper-wrapper{margin-left: -12% !important;}
.device .swiper-slide-visible{margin: 0 20px; opacity: 0.9;-webkit-transform: scale(0.68);-moz-transform: scale(0.68);-ms-transform: scale(0.68);-o-transform: scale(0.68);transform: scale(0.68);}
.device .swiper-slide-visible{margin: 0;-webkit-transform: scale(0.68);-moz-transform: scale(0.68);-ms-transform: scale(0.68);-o-transform: scale(0.68);transform: scale(0.68);}
.device .swiper-slide-active{top: 0;-webkit-transform: scale(0.88);-moz-transform: scale(0.88);-ms-transform: scale(0.88);-o-transform: scale(0.88);transform: scale(0.88); }
.device .swiper-slide-active p{display:block;background: url(//bk-test12.oss-cn-beijing.aliyuncs.com/images/wyw315/i_white_1_42x42.png) no-repeat center; background: url(//bk-test12.oss-cn-beijing.aliyuncs.com/images/wyw315/i_white_1.svg) no-repeat center,none; background-size: cover;position: absolute; z-index:2; top: 24%; left: 60%; width: 58px; height: 58px; margin-left: -29px; opacity:0.8; }
.device .swiper-slide-active h5{ display:block; margin-top:20px; line-height:22px; width:156px !important; }
.xcfl,.xcfl-2{height:180px !important;}
.xcfl img,.xcfl-2 img{}
.xyzp-video {width:90%; height:240px;}

}


/* * Swiper 2.7.6
================================================================*/
.swiper-container{margin:0 auto;position:relative;overflow:hidden;direction:ltr;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;/* Fix of Webkit flickering*/z-index:1;}
.swiper-wrapper{position:relative;width:100%;-webkit-transition-property:-webkit-transform, left, top;-webkit-transition-duration:0s;-webkit-transform:translate3d(0px,0,0);-webkit-transition-timing-function:ease;-moz-transition-property:-moz-transform, left, top;-moz-transition-duration:0s;-moz-transform:translate3d(0px,0,0);-moz-transition-timing-function:ease;-o-transition-property:-o-transform, left, top;-o-transition-duration:0s;-o-transform:translate3d(0px,0,0);-o-transition-timing-function:ease;-o-transform:translate(0px,0px);-ms-transition-property:-ms-transform, left, top;-ms-transition-duration:0s;-ms-transform:translate3d(0px,0,0);-ms-transition-timing-function:ease;transition-property:transform, left, top;transition-duration:0s;transform:translate3d(0px,0,0);transition-timing-function:ease;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}
.swiper-free-mode > .swiper-wrapper{-webkit-transition-timing-function: ease-out;-moz-transition-timing-function: ease-out;-ms-transition-timing-function: ease-out;-o-transition-timing-function: ease-out;transition-timing-function: ease-out;margin: 0 auto;}
.swiper-slide{float: left;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}
/* IE10 Windows Phone 8 Fixes*/.swiper-wp8-horizontal{-ms-touch-action: pan-y;}
.swiper-wp8-vertical{-ms-touch-action: pan-x;}
.swiper-container{/* Specify Swiper's Size:*//*width:200px;height: 100px;*/}
.swiper-slide{/* Specify Slides's Size:*//*width: 100%;height: 100%;*/}
.swiper-slide-active{/* Specific active slide styling:*/}
.swiper-slide-visible{/* Specific visible slide styling:*/}
.swiper-pagination-switch{/* Stylize pagination button:*/}
.swiper-active-switch{/* Specific active button style:*/}
.swiper-visible-switch{/* Specific visible button style:*/}
