/*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 * 
 * Copyright 2012-2013, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/


/* ===============================================================
Basic Swiper Styles 
================================================================*/

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -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;
}

.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;
}


/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
}


/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/

.swiper-container {
    /* Specify Swiper's Size: */
    /*width:200px;
	height: 100px;*/
}

.swiper-slide {
    /* Specify Slides's Size: */
    /* width: 100%;
	height: 100%;
	overflow: hidden; */
    width: 100%;
}

.swiper-slide-active {
    /* Specific active slide styling: */
}

.swiper-slide-visible {
    /* Specific visible slide styling: */
}


/* ===============================================================
Pagination Styles
================================================================*/

.swiper-pagination-switch {
    /* Stylize pagination button: */
}

.swiper-active-switch {
    /* Specific active button style: */
}

.swiper-visible-switch {
    /* Specific visible button style: */
}


/* 2019-12-18 */

.bannerBox {
    width: 100%;
    height: 45.2vw;
    overflow: hidden;
    position: relative;
    background: #f6f7fc;
}

.bannerBox .swiper-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    /* position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px; */
}

.bannerBox .pagination {
    width: 45%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 18.0729vw;
    margin: 0;
    z-index: 110;
    text-align: left;
}

.bannerBox .swiper-pagination-switch {
    display: inline-block;
    width: 0.7812vw;
    height: 0.3125vw;
    background: url(../image/switched.png) no-repeat center;
    background-size: 100%;
    cursor: pointer;
}

.bannerBox .swiper-active-switch {
    background: url(../image/switch.png) no-repeat center;
    background-size: 100%;
}

.bannerBox .bannerimg {
    height: auto;
    overflow: hidden;
    position: relative;
    /* transform:translate3d(0,0,0);overflow:hidden; */
}

.bannerBox img {
    margin: 0 auto;
    /* transform:translate3d(0,0,0) */
}

.bannerBox .pcbanner {
    width: 1920px;
    height: 794px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

.pcarrow_box {
    width: 100%;
    /* max-width: 1705px; */
    position: absolute;
    top: 46.5%;
    /* left: 50%;
	margin-left: -852.5px; */
    left: 0;
}

.pcbannertxtbox {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 329px;
    left: 50%;
    margin-left: -600px;
}

.pcbannertxtbox .more {
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    background-color: #4c92ff;
    /* 不支持线性的时候显示 */
    background-image: linear-gradient(to right, #4c92ff, #27b7ff);
}

.pcbannertxtbox .more span {
    margin-left: 35px;
}

.swiper-content .more:hover {
    opacity: .8;
}

.arrow_box {
    max-width: 1705px;
    height: 2.8645vw;
    margin: 0 auto;
    position: relative;
    /* z-index: 10; */
}

.arrow_box .arrow_left {
    position: absolute;
    top: 0;
    left: 8%;
    width: 2.8645vw;
    height: 2.8645vw;
    /* background: url(../img/one_left_arrow.png) no-repeat; */
    cursor: pointer;
    z-index: 10;
}

.arrow_box .arrow_right {
    position: absolute;
    top: 0;
    right: 6.0937vw;
    width: 2.8645vw;
    height: 2.8645vw;
    background: url(../image/one_right_arrow.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
    float: right;
    z-index: 10;
}


/* .pageIndexbox {
    float: left;
    line-height: 34px;
    color: #222;
} */

.pageIndex {
    width: 1.0416vw;
    text-align: center;
    box-sizing: border-box;
    font-size: 1.25vw;
    font-weight: 500;
    line-height: 2.0833vw;
    color: #222;
    display: inline-block;
    border-bottom: 0.3125vw solid #75AB29;
}

.pageIndexbox span {
    font-weight: 400;
    color: #000000;
    line-height: 2.0833vw;
    opacity: 0.6;
}

.pageIndexall {
    text-align: center;
    font-size: 0.8333vw;
    font-weight: 400;
    color: #000000;
    line-height: 2.0833vw;
    opacity: 0.6;
    display: inline-block;
}


/* 个人装备  */

.pr-banner {
    width: 45.1041vw;
    height: 26.25vw;
    position: relative;
}

.pr-banner-con {
    width: 36.4062vw;
    height: 20.8333vw;
    margin: 0 auto;
}

.pr-banner-con .swiper-wrapper {
    width: 36.4062vw;
    height: 20.8333vw;
    margin: 0 auto;
}

.pr-banner-con .swiper-wrapper .bannerimg {
    height: 100%;
    position: relative;
}

.pr-banner-con .swiper-wrapper .bannerimg img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.pr-banner .pageIndexbox {
    position: absolute;
    left: 4.0104vw;
    bottom: 0;
}

.pr-banner .arrow_box .arrow_left {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.8645vw;
    height: 2.8645vw;
    background: url(../image/turn_page_prev.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
    z-index: 10;
}

.pr-banner .arrow_box .arrow_right {
    position: absolute;
    top: 0;
    right: 0;
    width: 2.8645vw;
    height: 2.8645vw;
    background: url(../image/prnext.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
    float: right;
    z-index: 10;
}


/* 媒体查询 */


/*@media (max-width:1800px) {
	.bannerBox{height: 701px;}

}
@media (max-width:1700px) {
	.bannerBox{height: 623px;}
}*/

@media (max-width:1600px) {}

@media (max-width: 1440px) {}

@media (max-width: 1366px) {}

@media (max-width: 1280px) {}

@media (max-width: 1024px) {}

@media (max-width: 834px) {
    .bannerBox {
        height: 122.6667vw;
    }
    .pcarrow_box {
        top: 104.2vw;
    }
    .arrow_box .arrow_right {
        right: 8%;
        width: 6.4vw;
        height: 6.4vw;
        background: url(../image/one_right_arrow.png) no-repeat;
        background-size: 100%;
    }
    .bannerBox .swiper-pagination-switch {
        width: 3.2vw;
        height: 1.3333vw;
        background-size: 100%;
    }
    .bannerBox .pagination {
        left: 10.2667vw;
        bottom: 42.6667vw;
        transform: none;
    }
    /* 移动端 */
    .pr-banner {
        width: 100%;
        height: 96vw;
    }
    .pr-banner-con {
        width: 100%;
        height: 68vw;
    }
    .pr-banner .pcarrow_box {
        top: 53%;
        transform: translateY(-50%);
        z-index: 99;
    }
    .pr-banner .arrow_box .arrow_left {
        display: none;
    }
    .pr-banner .arrow_box .arrow_right,
    .pr-banner .arrow_box .arrow_left {
        width: 6.8vw;
        height: 6.8vw;
    }
    .pr-banner .arrow_box .arrow_right {
        right: 3vw;
    }
    .pr-banner .arrow_box {
        height: 7vw;
    }
    .pageIndex {
        width: 5.0416vw;
        font-size: 4.2667vw;
        font-weight: bold;
        line-height: 2;
        border-bottom: 1.0667vw solid #75AB29;
    }
    .pageIndexbox span {
        font-size: 2.9333vw;
        line-height: 2;
    }
    .pageIndexall {
        font-size: 2.9333vw;
        line-height: 2;
    }
}


/* 手机端 */

@media (max-width: 750px) {}