/*公共样式*/
html,body {font-family:"微软雅黑";color:#333;position:relative;background:#fff;padding:0;margin:0 auto;box-sizing:border-box;}
* {margin:0;padding:0;list-style:none;box-sizing:border-box;}
h1,h2,h3,h4,h5,h6 {margin:0;font-weight:normal;}
h1 {font-size:50px;}
h2 {font-size:40px;}
h3 {font-size:30px;}
h4 {font-size:26px;}
p,a {font-size:16px;color:#666666;}
a {text-decoration:none;color:#333;}
a:hover {text-decoration:none;}
b,i {font-weight:normal;font-style:normal;}
img {width:100%;border:0;}
.flex-between {display:flex;justify-content:space-between;flex-wrap: wrap;}
.flex-around {display:flex;justify-content:space-around;flex-wrap: wrap;}
.flex-left {display:flex;justify-content:left;flex-wrap: wrap;}
.fl {float:left;}
.fr {float:right;}
.container {width:1170px;margin:auto;}
.clearfix:after {content:" ";display:block;clear:both;}
.red {color:#ff3333;}
.container .til {text-align:center;}
.container .til p {margin:20px auto;width:60px;height:20px;background:#ff9900;border-radius:10px;}
/*导航*/nav {height:80px;line-height:80px;}
nav .top {width:100%;position:fixed;top:0;height:80px;background:#fff;box-shadow:1px 1px 1px;z-index:9999;}
nav a img {vertical-align:middle;}
nav ul li:first-child {width:170px;margin-right:50px;}
nav ul li:nth-child(2) {width:55px;}
nav ul li:nth-child(3) {width:110px;}
nav ul li:nth-child(6) {width:140px;}
nav ul li {width:95px;text-align:left;float:left;}
nav ul li:last-child {width:170px;}
nav ul li:last-child p{color: #f00;font-size: 20px;background: url(../images/phone.png)no-repeat left center;background-size: 18%;padding-left: 30px;}
nav ul li:hover a,nav ul li a.active {padding-bottom:8px;border-bottom:2px solid #ff9900;color: #ff9900;}
/*轮播*/
.banner .swiper-pagination-bullet {width:50px;height:6px;display:inline-block;border-radius:0;background:#fff;opacity:1;}
.banner .swiper-pagination-bullet-active {background:#2c96ea;}
.banner .swiper-button-next,.swiper-button-prev {margin-top:-45px!important;}
.banner .swiper-button-prev,.banner .swiper-button-next {background:rgba(0,0,0,0.3);color:#8890a4;width:50px;height:75px;line-height:75px;text-align:center;border-radius:5px;font-size:35px;}
.banner .swiper-button-prev:hover,.banner .swiper-button-next:hover {background:rgba(0,0,0,0.5);color:#fff;}


/*表单*/
.form {margin-top:60px;}
.form .fl,.form .fr {width:523px;height:554px;border-radius:10px;border:1px solid #ff9900;padding:30px;box-shadow:3px 3px 10px 8px #fffcf8;}
.form .fl div {margin:40px 0;}
.form .fl .h4 {display: block;float:left;padding:15px;text-align:center;width:100px;height:100px;line-height:35px;border-radius:10px;color:#fff;font-size: 28px;}
.form .fl p {line-height:30px;font-size:18px;float:right;width:340px;height:100px;}
.form .blue .h4 {background:#00a0e9;}
.form .yel .h4 {background:#ff9900;}
.form .yel p {padding-top:20px;}
.form .fr {width:625px;}
.form .fr .h2 {text-align:center;font-size: 26px;}
.form .fr ul {margin-top:45px;}
.form .fr ul li {font-size:24px;color:#333;margin-bottom:36px;}
.form .fr ul input {font-size:24px;width:435px;height:45px;border-radius: 3px;border: 1px solid rgba(204,204,204,1);}
.form .fr ul .submit {width:100%;margin:auto;text-align:center;}
.form .fr ul .submit input {width:200px;height:60px;background:#ff9900;color:#fff;border:0;outline:none;cursor:pointer;}
.form .fr ul .submit input:hover {background:#ff9000;}
.form .fl .form_phone{position: relative;}
.form .fl .form_phone strong{font-size: 35px;color: #f00;position: absolute;left: 115px;top: 45px;}
.form .fl h2{color: #ff9900;text-align: center;letter-spacing: 8px;font-weight: 900;}
/*页脚*/
footer {padding-top:35px;margin-top:75px;background:#2c3035;color:#fff;height:270px;}
footer .yel {color:#ff9900;}
footer .fs {font-size:19px;}
footer .container {text-align:center;display:flex;justify-content:space-between;}
footer .container ul {width:800px;display:flex;justify-content:space-between;}
footer .container ul li a,footer .container b {color:#fff;font-size:19px;}
footer .container h3 {font-size:28px;margin:20px 0;}
footer .container p img {width:390px;margin-bottom:20px;}
footer ul li a:hover {color:#ff9900;}
footer .container div:last-child img {width: 100px;margin-left: 34px;margin-top: 63px;}
/*悬浮窗*/
.slidebar {background:#ff9900;position:fixed;top:43%;right:8px;z-index:10000;border-radius:12px 12px 12px 12px;height:160px;}
.contacts li {border-bottom:solid 1px #E6E4E4;height:55px;line-height:55px;display:flex;justify-content:center;align-items:center;text-align:center;}
.contacts li:nth-child(1) a {display:block;width:140px;height:40px;line-height:40px;background:#ff9900;border-radius:6px;color:#fff;font-weight:bold;font-size:20px;}
.contacts li:nth-child(2) a {display:block;width:140px;background: url(../images/shopnc.png)no-repeat right 18px;text-align: left}
.contacts li img {width: 130px;height: 130px;}
.contacts li:nth-child(4) {height:150px;}
.slidebar .button {width:36px;float:left;position:relative;z-index:1;margin-top:10px;height:181px;}
.slidebar .button a {font-style:0;text-indent:-999em;display:block;}
.floatR {float:left;overflow:hidden;width:180px;border:12px solid #ff9900;border-radius:12px;}
.contacts {background:#F7F7F7;border-radius:6px;text-align:center;}
.contacts strong {display: block; height:45px;line-height:45px;font-weight:600;}
.contacts p {color:#333;}
.btnOpen,.btnCtn {position:relative;z-index:9;background:url(../images/shopnc.png)no-repeat;display:block;height:146px;padding:8px;}
.btnCtn {background-position:10px -143px;}
.btnOpen {background-position:-41px -143px;}


/*首页*/
/*五块栏目*/
.subnav ul {margin:60px 0;display:flex;justify-content:space-between;}
.subnav ul li {text-align:center;width:220px;height:389px;padding:35px 10px;box-shadow:1px 1px 10px 5px #fff0d8;}
.subnav ul li:hover {border:1px solid #ff8105;box-shadow:1px 1px 10px 5px #fff0d8;transform:scale(1.05);transition:.4s;}
.subnav ul li a{display: block;}
.subnav ul li strong {font-size:28px;display: block;}
.subnav ul li img {width:120px;height:120px;margin:25px 0;}
.subnav ul li p {height:65px;}
.subnav ul li span {display:inline-block;width:118px;line-height:30px;background:#ff9900;color:#fff;}
.subnav ul li:nth-child(1) strong {color:#fd723b;}
.subnav ul li:nth-child(2) strong {color:#bc64ff;}
.subnav ul li:nth-child(3) strong {color:#43b5fd;}
.subnav ul li:nth-child(4) strong {color:#ffb648;}
.subnav ul li:nth-child(5) strong {color:#6ccc6a;}

/*good优势*/
.advantage ul {display:flex;justify-content:space-between;}
.advantage ul li {width:370px;}
.advantage ul li strong {display: block; color:#ff9900;margin:10px 0;font-size: 35px;}
.advantage ul li b{display: block;font-size: 28px;}
.advantage ul li p {margin-top:17px;height:87px;}
.advantage ul li a {display:inline-block;width:160px;line-height:50px;background:#ff9900;color:#fff;text-align:center;font-size:20px;}
/*支付资质*/
.zizhi {padding:55px 0 40px;margin:60px 0;width:100%;height:520px;background:linear-gradient(#f7d9a9,#e6c285);}
.zizhi ul {display:flex;justify-content:space-between;}
.zizhi ul li {text-align:center;width:390px;height:350px;}
.zizhi ul li:nth-child(1) img {width:373px;height:265px;margin:20px 0 10px;}
.zizhi ul li p {color:#333;}
.zizhi ul li:nth-child(1) p {font-size:16px;}
.zizhi ul li:nth-child(3) p {text-align:left;line-height:30px;margin: 10px 0px 0px 12px;}
/*新闻资讯*/
.index-news {display:flex;justify-content:space-between;}
.index-news div {padding:25px 30px;width:377px;height:524px;border:1px solid #f3f3f3;box-shadow:2px 2px 10px 5px #f3f3f3;}
.index-news div b {display:inline-block;background:url(../images/index-15.jpg)no-repeat center left;padding-left:35px;margin-right:30px;font-size: 23px;}
.index-news div img {margin:10px 0 20px;width: 300px;height: 200px;}
.index-news div ul li {padding-left:20px;background:url(../images/index-14.jpg)no-repeat center left;height:35px;line-height:35px;}
.index-news div ul li p:hover {color:#ff9900;}
.index-news div ul li p {margin-right:17px;width:215px;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.index-news div ul li span {color:#999;position:relative;bottom:10px;}



/*新闻列表*/
.news {margin:60px 0;}
.news .container {display:flex;justify-content:space-between;}
/*左侧*/ .news-list {width:780px;}
.news-list .title {border-bottom:2px solid #ff9900;}
.news-list .title a {display: inline-block;text-align:center;display:inline-block;margin-right:40px;width:200px;border:2px solid #ff9900;border-bottom:0; border-radius:8px 8px 0 0;font-size:22px;padding:5px 0;}
.news-list .title .active {background:#ff9900;color:#fff;}
.news-list .cont li {padding:25px 0;height:258px;border-bottom:1px solid #d6d6d6;border-right:1px solid #d6d6d6;}
.news-list .cont li img {width:300px;height:200px;}
.news-list .cont li div {float:right;width:460px;}
.news-list .cont li div b {display: block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size: 20px;margin-top: .5rem;}
.news-list .cont li div p {margin-top:20px;min-height:7.2em;overflow:hidden;line-height: 1.6;}
.news-list .cont li div span{margin-right: 15px;}
.news-list .cont li:hover b,.news-right .main li:hover b {color:#ff9900;}
/*右侧*/.news-right {width:370px;margin-top:48px;}
.news-right .title {display:flex;justify-content:space-between;}
.news-right .title div {padding:10px 0;width:110px;height:110px;border-radius:5px;text-align:center;}
.news-right .title div a {color:#fff;}
.news-right .title div img {width:50px;}
.news-right .title div b{display: block;font-size: 24px;}
.news-right .title div:nth-child(1) {background:#ff9411;}
.news-right .title div:nth-child(2) {background:#8b93f9;}
.news-right .title div:nth-child(3) {background:#54bbf9;}
.news-right .ewm {padding:20px 0;}
.news-right .ewm img {width:150px;border:1px solid #d6d6d6;}
.news-right .ewm div {float:right;text-align:right;width:150px;padding-top:15px;}
.news-right .ewm div b {display: inline-block;font-size: 28px;border-bottom:1px solid #d6d6d6;height:60px;margin-bottom:10px;}
.news-right .main li {padding:10px 0;}
.news-right .main li img {width:150px;height:120px;border:1px solid #d6d6d6;padding:5px;}
.news-right .main li b {display: block;font-size:20px;height:2.65em;overflow:hidden;}
.news-right .main li div span {display:inline-block;margin-top:30px;color:#666;}
.news-right .main li div {width:200px;float:right;}
.blue {color:#ff9900;}
.pageBox {text-align:left;margin-top:20px;}
.pageBox b {text-align:left;width:23px;display:inline-block;}
.pageBox a {border:1px solid #32c58e;display:inline-block;text-align:center;margin-right:10px;color:#707070;width:45px;height:34px;font:bold 14px/34px arial;}
.pageBox .cur {background:#32c58e;border:1px solid #32c58e;text-decoration:none;}
.pageBox a.cur {color:#fff;}
.pageBox .disabled {width:79px;}


/*文章内容*/
.article-news {margin:60px 0;}
.article-news .container {display:flex;justify-content:space-between;}
/*左侧*/
.article-news-list {width:780px;}
.article-news-list .title {padding:10px 0;border-top:1px solid #ff9900;border-bottom:1px dashed #d9d9da;text-align:center;}
.article-news-list .title p {display:inline-block;margin:10px 20px 0;}
.article-news-list .list-main {padding:20px 0;}
.article-news-list .list-main p {margin:10px 0 30px;}
.article-news-list .bom {width:780px;height:180px;background:url(../images/list-1.jpg)no-repeat left top;}
.article-news-list .bom ul {padding-left:375px;padding-top:28px;}
.article-news-list .bom ul li {margin-bottom:16px;}
.article-news-list .bom ul li p {font-size:16px;}
.article-news-list .bom ul li:last-child {position:relative;left:250px;top:-160px;width:120px;}
.article-nav{margin-top: 70px;}
.article-nav div{margin-bottom: 10px;}







/*星通宝POS*/
/*优势*/
.good {margin:60px 0;}
.good-main {display:flex;justify-content:space-between;}
.good-main ul {width:693px;}
.good-main ul li strong,.good-main ul li .h4 {display:inline-block;}
.good-main ul li strong {color:#ff9900;margin-right:20px;font-size: 30px;}
.good-main ul li .h4{font-size: 26px;}
.good-main ul li {margin-bottom:35px;}
.good-main ul li p {margin-top:5px;}
/*功能*/
.fun ul {display:flex;justify-content:space-between;flex-wrap:wrap;text-align:center;}
.fun ul li {padding:30px;width:375px;height:260px;margin-bottom:20px;color:#fff;}
.fun ul li p {color:#fff;}
.fun ul li b {font-size:35px;display: block;}
.fun ul li .h3 {margin:26px 0 12px;font-size: 26px;}
.fun ul li:nth-child(1) {background:url(../images/product-2.jpg)no-repeat center;}
.fun ul li:nth-child(2) {background:url(../images/product-3.jpg)no-repeat center;}
.fun ul li:nth-child(3) {background:url(../images/product-4.jpg)no-repeat center;}
.fun ul li:nth-child(4) {background:url(../images/product-5.jpg)no-repeat center;}
.fun ul li:nth-child(5) {background:url(../images/product-6.jpg)no-repeat center;}
.fun ul li:nth-child(6) {background:url(../images/product-7.jpg)no-repeat center;}


/*代理页面*/
/*市场前景*/
.qianjing {margin:60px 0;}
.qianjing .h3 {text-align:center;color:#ff9900;margin-bottom:20px;font-size: 26px;}
.qianjing .yel {color:#cc6600;}
.qianjing p {margin-top:15px;}
/*政策*/
.policy .yel {color:#ff9900;}
.zc1 {margin-bottom:35px;}
.zc1 ul {display:flex;justify-content:space-between;}
.zc1 ul li {width:368px;height:411px;background:#ffebce;border-radius:10px;padding:30px 20px;}
.zc1 ul li .til {text-align:left;}
.zc1 ul li .til span {float:left;width:20px;height:40px;background:#fff;border:1px solid #ff9900;border-radius:10px;}
.zc1 ul li .til b.h3{font-size: 30px;}
.zc1 ul li .til .h3 {display:inline-block;height:40px;line-height:40px;margin-left:20px;color:#ff9900;font-size: 26px;}
.zc1 .zc1-main {width:326px;height:284px;background:#fff;text-align:center;border-radius:10px;margin-top:20px;padding:50px 30px;}
.zc1 li:last-child p {text-align:left;margin-bottom:10px;line-height:30px;}
.zc1 li:nth-child(2) p {margin-top:20px;line-height: 50px;}
.zc1 .tab-til {width:326px;height:107px;text-align:center;margin:20px 0;padding:20px 0;background:#fff;border-radius:10px;}
.zc1 table {width:327px;height:166px;border-radius:10px;background:#fff;border:0;text-align:center;border-collapse:collapse;}
.zc1 table td {border-color:#ffebce;}
.policy .zc2 li {height:622px;}
.policy .zc2 .tab-til {height:155px;padding:20px;}
.policy .zc2 .tab-til b{font-size: 18px;}
.policy .zc2 .tab-til p {text-align:left;}
.policy .zc2 li:first-child table {height:210px;margin-bottom:20px;}
.zc2 li:last-child {width:770px;}
.zc2 li:last-child table {width:733px;height:120px;margin:20px 0;}
.zc1 .yel {font-weight:600;font-size:22px;}
.zc2 .tab-til h3 {font-size:18px;}

/*星通宝APP下载*/
.app {margin:60px 0;}
.app ul {display:flex;justify-content:space-between;margin-top:60px;}
/*.app li:first-child {width:370px;}*/
/*.app li:last-child {width:770px;height:365px;}*/
.app ul li img{width: 1170px;margin: 0 auto;}
.app .down div {width:355px;height:170px;border-radius:10px;float:left;text-align:center;color:#fff;padding:20px;cursor:pointer;margin-bottom:20px;}
.app .down div:first-child {background:#99cc33;margin-right:55px;}
.app .down div:last-child {background:#ffb515;}
.app .down div img {width:61px;}
.app .tishi p {margin-top:20px;}

/*关于我们*/
.about {margin:60px 0;}
.about ul {display:flex;justify-content:space-between;}
.about ul li:first-child {width:418px;height:530px;}
.about ul li:last-child {width:721px;}
.about ul li p {line-height:30px;margin-bottom:30px;letter-spacing:1px;}
.about ul li .yel {color:#cc6600;}

/*联系我们*/
.lxme {margin:60px 0;}
.lxme .yel {color:#ff9900;}
.lxme ul {display:flex;justify-content:space-between;}
.lxme ul li:first-child {width:400px;height:425px;}
.lxme ul li:last-child {width:754px;height:425px;}
.lxme ul li:first-child .main1 {padding:12px;width:400px;height:200px;border:1px solid #ff9900;}
.lxme ul li:first-child .main1 p {margin-top:10px;}
.lxme ul li:first-child .main2 {padding:20px 0;height:90px;border-bottom:1px dashed #999;}
.lxme ul li:first-child .main2 img {width:54px;margin-right:20px;}
.lxme ul li:first-child .main2 div {display:inline-block;}
.lxme ul li:first-child .main2 p {font-size:16px;}
.lxme ul li:first-child .main3 {padding-top:20px;}
.lxme ul li:first-child .main3 p {display:inline-block;width:260px;margin-right:35px;}
.lxme ul li:first-child .main3 img {width:100px;}
.lxme ul li:first-child .main3 .blue {color:#0066ff;}


/**
 * Swiper 4.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2018
 */
 .swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}