@charset "utf-8";
@import url('reset.min.css');
@import url('/public/plugins/font-awesome-4.7.0/css/font-awesome.min.css');

* {
    font-family: "Microsoft YaHei";
    box-sizing: border-box;
}

.transition, .transition * {
    transition: all .5s;
}


:root {
    --common-background-color: #004293;
    --swiper-theme-color: var(--common-background-color) !important;
    --common-color: #004293;
}

a {
    text-decoration: none !important;
}

html {
    max-width: 1080px;
    margin: 0 auto;
    padding-bottom: 1.5rem;
}

body {
    font-size: 14px;
}

.introduction table {
    width: 100% !important;
    border-collapse: collapse
}

.introduction table, .introduction table tr, .introduction table td {
    border: 1px solid #666
}

.introduction table td {
    width: auto !important
}


.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0 !important;
}

@keyframes shadowShow {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.shadow {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99 !important;
    top: 0;
    left: 0;
    display: none;
}

.shadow.active {
    display: block;
    animation: shadowShow .5s 1;
}


/*app style begin*/
.all.active {
    height: 100vh;
    overflow: hidden;
}

/*header*/
.hb {
    width: 100%;
    height: 2.28rem;
}

header {
    width: 100%;
    min-height: 2.28rem;
    background: #fff;
}

header .logo {
    margin: 0 0 0 .3rem;
    font-size: .55rem;
    color: #000;
}

header .phones {
    margin-right: .38rem;
    line-height: 140%;
    font-size: .4rem;
    color: #000;
    padding-left: 1rem;
    background: url(../images/bg/headerPhone.png) no-repeat left center;
    background-size: .76rem auto;
}

header .nav {
    width: 1.05rem;
    height: .92rem;
    border: 0;
    padding: .11rem 0;
    margin-right: .56rem;
    background: none;
}

header .nav hr {
    width: .71rem;
    height: .07rem;
    background-color: #fff;
    border: 0;
    padding: 0;
    margin: .18rem 0;
    border-radius: 1px;
}

header .nav::before, header .nav::after {
    content: '';
    width: .71rem;
    height: .07rem;
    background-color: #fff;
    transition: all .6s;
    border-radius: 1px;
}

.leftNav {
    width: 50%;
    max-width: 400px;
    height: 100vh;
    background-color: #fff;
    z-index: 999 !important;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    transition: all .6s;
}

.leftNav.hide {
    transform: translateX(-100%);
}

.leftNav.active {
    transform: translateX(0);
}

.leftNav li {
    width: 100%;
    min-height: .8rem;
    border-bottom: 1px solid #e9e9e9;
    padding: 0 .1rem;
    font-size: .32rem;
    color: #383838;
}

.leftNav .angle {
    width: .3rem;
    height: .8rem;
}

.leftNav .angle i {
    font-size: .5rem;
}

.leftNav .angle.active i {
    transform: rotate(90deg);
}

.leftNav li.son {
    overflow: hidden;
    padding: 0 .4rem;
}

/*
.fade-enter, .fade-leave-to {
    max-height: 0;
}

.fade-enter-active, .fade-leave-active {
    transition: max-height 0.7s;
}

.fade-enter-to, .fade-leave {
    max-height: 150px;
}*/


.headerNavs {
    width: 100%;
    padding: .19rem .35rem 0 .35rem;
}

.headerNavs a {
    width: calc((100% - .58rem) / 3);
    margin: 0 .29rem .22rem 0;
    background-color: var(--common-background-color);
    font-size: .24rem;
    color: #fff;
}

.headerNavs a:nth-child(3n) {
    margin-right: 0;
}

.headerNavs a:hover, .headerNavs a.active {
    background-color: #1e8490;
}

.mySwiper {
    width: 100%;
}

.mySwiper .swiper-button-prev {
    left: 0;
    background-color: rgba(0, 0, 0, .5);
}

.mySwiper .swiper-button-next {
    right: 0;
    background-color: rgba(0, 0, 0, .5);
}

.mySwiper .swiper-button-next::after, .mySwiper .swiper-button-prev::after {
    font-size: .3rem !important;
    color: #fff !important;
}

/*footer*/
footer {
    background-color: #000;
    padding: .51rem;
    line-height: 170%;
    font-size: .35rem;
    color: #fff;
    margin: 0 auto;
}

footer .l {
    width: 2.06rem;
}

footer .r {
    margin-left: .35rem;
}

footer .r a {
    color: #fff;
}

footer .r a:hover {
    text-decoration: underline;
}

footer .r p {
    margin-top: .3rem;
}


footer .copyright {
    margin-top: .6rem;
}

.fixedBar {
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.5rem;
    background: #000;
    z-index: 90 !important;
    bottom: 0;
    left: 0;
    border-top: 1px solid #fff;
}

.fixedBar a {
    position: relative;
    width: 20%;
    font-size: .27rem;
    color: #fff;
    padding-top: .84rem;
    background-repeat: no-repeat;
    line-height: .45rem;
    font-size: .33rem;
    color: #fff;
    background-position: center .15rem;
}

.fixedBar a:last-child::after {
    display: none;
}

.fixedBar a:nth-child(1) {
    background-image: url(../images/icon/footerHome.png);
    background-size: .75rem auto;
}

.fixedBar a:nth-child(2) {
    background-image: url(../images/icon/footerPhone.png);
    background-size: .6rem auto;
}

.fixedBar a:nth-child(3) {
    margin-top: -.63rem;
    padding-top: 0;
}

.fixedBar a:nth-child(3) span.img {
    width: 1.33rem;
    height: 1.33rem;
    box-shadow: 0 0 .2rem #fff;
    border-radius: 50%;
    background-color: #000;
    background-image: url(../images/icon/footerPen.png);
    background-size: .68rem auto;
    background-position: center;
    background-repeat: no-repeat;
}

.fixedBar a:nth-child(3) span.title {
    width: 100%;
    height: .46rem;
    font-size: .27rem;
    color: #fff;
    margin-top: .1rem;
}

.fixedBar a:nth-child(4) {
    background-image: url(../images/icon/footerPos.png);
    background-size: .52rem auto;
}

.fixedBar a:nth-child(5) {
    background-image: url(../images/icon/footerTop.png);
    background-size: .71rem auto;
}


.fixedBar a:hover {
    color: #fff;
}

/*other*/
.banner {
    width: 100%;
    text-align: center
}

.banner img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

/*sidebar*/
.sidebar {
    padding: .2rem 0;
    background-color: #ededed;
    margin-bottom: .48rem;
}

.sidebar li {
    margin-right: .9rem;
}

.sidebar li:last-child {
    margin-right: 0;
}

.sidebar li a {
    line-height: .85rem;
    font-size: .43rem;
    color: #000;
}

.sidebar li a:hover, .sidebar li a.active {
    color: var(--common-color);
}

.sidebar li a.active::after {
    content: '';
    display: block;
    width: .14rem;
    height: .06rem;
    background: url(../images/icon/arrowDown.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: .44rem;
    left: 50%;
    transform: translateX(-50%);
}

.sidebar .positions {
    line-height: .85rem;
    font-size: .43rem;
    color: #000;
    padding: 0 .48rem;
}

main {
    min-height: 10vh;
}

/*main content*/
.position {
    margin: .22rem .35rem;
    line-height: .52rem;
    border-bottom: 1px solid #dedede;
    font-size: .24rem;
    color: #666;
}

.position::before {
    content: '';
    display: block;
    width: 1.21rem;
    height: .02rem;
    background-color: #259f53;
    position: absolute;
    left: 0;
    bottom: 0;
}

.position i {
    color: #999;
    font-size: .28rem;
    margin-right: .06rem;
}

.mainContent {
    margin-top: .5rem;
}

.typename {
    line-height: .77rem;
    font-size: .38rem;
    color: #000;
}

.typename::after {
    content: '';
    display: block;
    width: .59rem;
    height: .03rem;
    background-color: #bcbcbc;
}

.introduction {
    width: 100%;
    margin-top: .2rem;
    padding: .2rem .8rem;
    text-align: justify;
    line-height: 180%;
    font-size: .3rem;
    color: #000
}

.introduction *, .introduction div, .introduction p {
    font-size: .3rem;
    color: #000
}

.introduction iframe {
    width: 100% !important;
    height: 3.5rem !important
}

.introduction img {
    max-width: 100% !important;
    height: auto !important
}

.listDes {
    line-height: 170%;
    padding: .45rem 0;
    font-size: .4rem;
    color: #575759;
}

.imageDetail {
    margin-top: .36rem;
}

.imageDetail img {
    border: 1px solid #f7f1e8;
}

.articleTitle {
    margin: .3rem;
    line-height: 150%;
    font-size: .38rem;
    color: #000;
}

.articleTime {
    width: 100%;
    margin-bottom: .15rem;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: .25rem;
    text-align: center;
    line-height: 150%;
    font-size: .28rem;
    color: #636666
}

.articleContent {
    overflow: hidden;
    width: 100%;
    text-align: left;
    line-height: 180%;
    color: #555;
    font-size: 0.32rem !important;
    font-family: "Microsoft YaHei" !important
}

.articleContent img {
    max-width: 100% !important;
    height: auto !important
}

.articlePages {
    padding: .4rem;
}

.news .articlePages {
    padding: .3rem 0;
}

.news .introduction {
    padding: .2rem 0;
}

/*新闻列表*/
.newslist {
    margin: .4rem;
}

.newslist li {
    padding: .34rem .5rem;
    background-color: #fff;
    box-shadow: 0 0 .1rem #666;
}

.newslist li a .img {
    width: 3.43rem;
}

.newslist li a article {
    margin-left: .7rem;
}

.newslist li a .title {
    font-size: .28rem;
    color: #060606;
}

.newslist li a .time {
    line-height: 170%;
    font-size: .25rem;
    color: #636666;
}

.newslist li a .des {
    line-height: 160%;
    font-size: .22rem;
    color: #737373;
}

.newslist li a .details {
    line-height: 180%;
    padding: 0 .28rem;
    border: 1px solid #d4d4d4;
    font-size: .25rem;
    color: #212121;
}

.news {
    padding: 0 .2rem;
    margin-top: .37rem;
}

.news .title {
    line-height: 180%;
    font-size: .22rem;
    margin-top: .15rem;
    color: var(--common-background-color);
}

.news .time {
    line-height: .42rem;
    font-size: .18rem;
    color: #636666;
}

.news img {
    max-width: 50%;
    margin-top: .4rem;
}

/*问答列表*/
ul.faqlist li {
    width: 100%;
}

ul.faqlist li a {
    width: 100%;
    height: 1.05rem;
    background: #fff;
    margin-bottom: .18rem;
    padding: 0 .22rem;
}

ul.faqlist li a p {
    font-size: .33rem;
    color: #000;
}

ul.faqlist li a i {
    font-size: .3rem;
    color: #246359;
}

ul.faqlist li a:hover {
    background-color: #246359;
}

ul.faqlist li a:hover p, ul.faqlist li a:hover i {
    color: #fff;
}

/*在线留言*/
.guestbook {
    margin-top: .22rem;
    padding: 0 .36rem .4rem .36rem;
}

.guestbook li {
    overflow: hidden;
    width: 100%;
    padding-bottom: 0.22rem;
}

.guestbook .title {
    width: 2.35rem;
    height: .6rem;
    font-size: .3rem;
    color: #696969;
    padding-right: .2rem;
    flex-grow: 0;
    flex-shrink: 0;
}

.guestbook .wbk {
    width: 100%;
    height: .6rem;
    background: none;
    border: 1px solid #b5b5b5;
    border-radius: .04rem;
    padding: 0 .1rem;
    font-size: .22rem;
}

.guestbook .wbk2 {
    width: 1.74rem;
    height: 0.8rem;
    background: none;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    line-height: 0.8rem;
    text-indent: 5px;
    font-size: 0.32rem
}

.guestbook .wby {
    width: 100%;
    height: 1.47rem;
    background: none;
    border: 1px solid #b5b5b5;
    border-radius: .04rem;
    line-height: 160%;
    padding: 0 .1rem;
    font-size: 0.22rem;
}

.guestbook .wbk:focus, .guestbook .wbk2:focus, .guestbook .wby:focus {
    border-color: var(--common-background-color)
}

.guestbook button {
    width: 2rem;
    background: var(--common-background-color);
    border: 0;
    height: .6rem;
    font-size: .32rem;
    font-weight: bold;
    color: #fbfaf9;
    border-radius: .08rem;
    margin-left: 2rem;
}

#vercodeimg {
    width: .8rem;
    height: .35rem;
    margin: 0 0 0 .15rem
}

/*特色教育*/
.edulist {
    margin: .23rem .5rem;
}

.edulist li {
    margin-bottom: .42rem;
}

.edulist li:last-child {
    margin-bottom: 0;
}

.edulist li article {
    padding: .4rem .39rem .2rem .39rem;
    background-color: #c57a29;
}

.edulist li:nth-child(3n+2) article {
    background-color: #b02221;
}

.edulist li:nth-child(3n) article {
    background-color: #e19b2b;
}

.edulist li article .title {
    border-left: .02rem solid #fff;
    padding-left: .22rem;
}

.edulist li article .title h2 {
    font-size: .38rem;
    color: #fff;
    line-height: .6rem;
}

.edulist li article .title h3 {
    font-size: .38rem;
    color: #fff;
    line-height: .4rem;
}

.edulist li article p {
    line-height: 180%;
    font-size: .3rem;
    color: #fff;
    margin: .15rem 0 .3rem 0;
}

.edulist li article img {
    width: 100%;
}
/*图片列表*/
.picslist {
    width: 100%;
    padding: .56rem;
}

.picslist li {
    width: 100%;
}
.picslist li a {
    border-radius: .24rem;
}

.picslist li a img {
    width: 100%;
}

.picslist li a  .title {
    padding: .15rem .18rem;
    background-color: rgba(0,0,0,.5);
    bottom: 0;
    left: 0;
    font-size: .42rem;
    color: #fff;
    line-height: 160%;
    border-radius: 0 0 .24rem .24rem;
}

/*团队列表*/
.teamlist {
	margin: 17px 10px;
}

.teamlist li {
	width: 40%;
	width: calc( (100% - .54rem ) / 2);
	margin: 0 .54rem .66rem 0;
}

.teamlist li:nth-child(2n) {
	margin-right: 0;
}

.teamlist li a {
	box-shadow: 0 0 5px #ccc;
}

.teamlist li .img, .teamlist li img {
	width: 100%;
}

.teamlist li article {
	padding: .25rem .17rem;
}

.teamlist li .title {
	line-height: .6rem;
	font-size: .33rem;
	color: #000;
}

.teamlist li .des {
	line-height: 150%;
	font-size: .3rem;
	color: #676868;
}


.teamDetail {
    margin: 4px 7px;
}

.teamDetail .teamlist {
    width: 1.8rem;
    padding: 0;
    height: 100%;
}

.teamDetail .teamlist li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
}

.teamDetail .teamlist li img {
    max-width: 100%;
    margin: 0;
}

.teamDetail .teamlist li .title {
    margin-top: 0;
}

.teamDetail .texts {
    flex: 1;
    margin-left: .54rem;
}

.teamDetail .texts .ry {
    line-height: 160%;
    font-size: .24rem;
    color: var(--common-background-color);
    margin-top: 10px;
}

/*pages*/
.pages {
    text-align: center;
    margin-top: .3rem;
}

.pages li {
    display: inline;
}

.pages li.active a {
    background-color: red;
}

.pages a {
    display: inline-block;
    height: 28px;
    margin-right: 5px;
    padding: 0 8px;
    background: #f10011;
    border: 1px solid #fff;
    line-height: 28px;
    font-size: 0.16rem;
    color: #fff
}

.pages span {
    display: inline-block;
    height: 28px;
    margin-right: 5px;
    padding: 0 8px;
    line-height: 28px;
    font-size: 0.16rem;
    color: #fff
}

.pages span.disabled {
    background: #f10011;
    color: #fff
}

.pages span.current {
    background: var(--common-background-color);
    color: #fff
}

.sontype {
    width: 100%;
    padding: .35rem .2rem 0 .2rem;
}

.sontype a {
    line-height: .43rem;
    border: 1px solid var(--common-background-color);
    font-size: .2rem;
    color: var(--common-background-color);
    margin-right: .1rem;
    padding: 0 .2rem;
    margin-bottom: .1rem;
}

.sontype a:nth-child(4n) {
    margin-right: 0;
}

.sontype a:hover, .sontype a.active {
    background-color: var(--common-background-color);
    color: #fff;
}


/*about*/
.about {
    margin-top: 50px;
}

.about .at .pic {
    margin-top: 9px;
}

.about .at .intro {
    width: 474px;
    line-height: 38px;
    font-size: 18px;
}

.about .ab {
    margin-top: 44px;
}

.groupMembers {
    margin: 38px 0
}

.groupMembers h2.title {
    line-height: 48px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #000;
    font-size: 28px;
}

.groupMembers ul {
    margin-top: 24px;
}

.groupMembers li {
    width: 50%;
    height: 60px;
}

.groupMembers li:nth-child(even) {
    justify-content: flex-end;
}

.groupMembers li a {
    font-size: 18px;
}

.groupMembers li::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    margin-right: 10px;
}

/*产品列表*/
.productslist {
    margin-top: .38rem;
}

.productslist li {
    width: 31%;
    margin-right: 3.5%;
}

.productslist li:nth-child(3n) {
    margin-right: 0;
}

.productslist li .img, .productslist li img {
    width: 100%;
    border: 1px solid #e1e1e1;
}


.productslist li p {
    line-height: .53rem;
    font-size: .33rem;
    color: #3b3833;
    margin: .15rem 0;
}

.productslist li a:hover p {
    color: #0168b7;
}

/*index*/
.wrap {
    padding: 0 .5rem;
}

.indexNavs {
    padding: 1.05rem .44rem 0 .44rem;
}

.indexNavs a {
    width: 25%;
    margin-bottom: .4rem;
}

.indexNavs .img {
    width: 1.32rem;
    height: 1.32rem;
    background-color: #f3f3f3;
    border-radius: .3rem;
}

.indexNavs .img img {
    height: .8rem;
    object-fit: contain;
}

.indexNavs a .title {
    line-height: .74rem;
    font-size: .34rem;
    color: #656565;
}

.indexTop h2 {
    line-height: 180%;
    font-size: .61rem;
    color: #0c0407;
}

.indexTop p {
    line-height: 180%;
    font-size: .36rem;
    color: #000;
}

.indexAbout {
    margin-top: .5rem;
}

.indexAbout .c {
    padding: .4rem 1rem;
    line-height: 170%;
    font-size: .39rem;
    color: #595757;
}

.indexAbout .list {
    padding: .4rem 0;
}

.indexAbout .list li {
    width: calc( (100% - .48rem) /3 );
    margin-right: .24rem;
}

.indexAbout .list li:nth-child(3n) {
    margin-right: 0;
}

.indexProcess {
    margin-top: .7rem;
}

.indexProcess .c {
    padding: .5rem 1rem;
}

.indexProducts {
    margin-top: .7rem;
    padding: 0 .71rem;
}

.indexProducts .list {
    margin-top: .6rem;
}

.indexProducts .list li {
    width: calc( (100% - .16rem) / 2 );
    margin-right: .16rem;
    margin-bottom: .15rem;
}

.indexProducts .list li a {
    border: .03rem solid #e9e9e9;
    border-radius: .05rem;
}

.indexProducts .list li:nth-child(even) {
    margin-right: 0;
}

.indexProducts .list li .img, .indexProducts .list li img {
    width: 100%;
}

.indexQualityCustomization {
    margin-top: .8rem;
}

.indexQualityCustomization .tabs {
    margin-top: .31rem;
}

.indexQualityCustomization .tabs li:not(.hr) {
    line-height: .61rem;
    padding: 0 .4rem;
    font-size: .36rem;
    color: #0c0407;
    border-radius: .31rem;
}

.indexQualityCustomization .tabs .tabs li.hr {
    display: block;
    width: .04rem;
    height: .39rem;
    background-color: #0c0407;
    margin: 0 .14rem;
}

.indexQualityCustomization .tabs li.hr:last-child {
    display: none;
}

.indexQualityCustomization .tabs li.active {
    background-color: #35377b;
    color: #fff;
}

.indexQualityCustomization .list {
    margin: .75rem .28rem 0 .28rem;
}

.indexQualityCustomization .list>li {
    background-color: #fff;
    border-radius: .2rem;
    box-shadow: 0 0 .2rem #666;
    display: none;
}

.indexQualityCustomization .list>li.active {
    display: block;
    animation: fadeIn 1s;
}

.indexQualityCustomization .list>li .img, .indexQualityCustomization .list>li img {
    width: 100%;
}

.indexQualityCustomization .list article {
    background-color: #f6fffc;
}

.indexQualityCustomization .list article ul {
    padding: 1.18rem 0;
}

.indexQualityCustomization .list article li {
    width: 33.33333%;
}

.indexQualityCustomization .list article li:nth-child(1), .indexQualityCustomization .list article li:nth-child(2) {
    border-right: 1px dashed #000;
}

.indexQualityCustomization .list article .title {
    top: -.38rem;
    left: 0;
    width: 100%;
}

.indexQualityCustomization .list article .title h2 {
    line-height: .87rem;
    padding: 0 .45rem;
    border-radius: .22rem;
    background-color: #f6fffc;
    font-size: .45rem;
    color: #35377b;
}

.indexQualityCustomization .list article li .stitle {
    line-height: 180%;
    font-size: .53rem;
    color: #000;
}

.indexQualityCustomization .list article li .sdes {
    line-height: 180%;
    font-size: .28rem;
    color: #000;
}

.indexCases {
    margin-top: 1rem;
}

#casesSwiper {
    margin: .5rem 0;
}

#casesSwiper .swiper-slide {
    width: 80%;
}

#casesSwiper .swiper-slide a {
    box-shadow: 0 0 .1rem #ccc;
}

#casesSwiper .swiper-slide article {
    background-color: #fafdfc;
    padding: .4rem;
}

#casesSwiper .swiper-slide article .title {
    line-height: 160%;
    font-size: .38rem;
    color: #0c0407;
}

#casesSwiper .swiper-slide article .des {
    margin-top: .85rem;
    line-height: 160%;
    font-size: .3rem;
    color: #636363;
}

.indexStrategy {
    margin-top: .99rem;
    padding: .8rem .3rem;
    background-color: #f7f7f7;
}

.indexStrategy .list {
    margin-top: .7rem;
}

.indexStrategy .list li {
    width: 100%;
}

.indexStrategy li a {
    background-color: #fff;
    margin-bottom: .3rem;
    padding: .3rem .1rem;
}

.indexStrategy li a .img {
    flex-shrink: 0;
    flex-grow: 0;
}

.indexStrategy li a .img, .indexStrategy li a .img img {
    width: 5.03rem;
}

.indexStrategy li a article {
    width: 4rem;
}

.indexStrategy li a article .tts {
    margin-top: .3rem;
    font-size: .22rem;
}

.indexStrategy li a article .tts i {
    margin-right: .1rem;
    color: #c5c5c5;
}


@media (min-width: 1080px) {
    footer {
        max-width: 1080px;
        margin: 0 auto;
        left: 50%;
    }
}

.swiper-button-next, .swiper-button-prev {
    color: #cbcbcb !important;
}

/*productslist*/
.productslist {
    padding: 0 .56rem;
}

.productslist li {
    width: 100%;
}

.productslist li .title {
    padding: .35rem 0 .6rem 0;
    line-height: .6rem;
    font-size: .38rem;
    color: #0c0407;
}

.productsSwiperWrap {
    z-index: 99999;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.productsSwiperShadow {
    z-index: 9999;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
}

.productsSwiperWrap .swiper-button-next, .productsSwiperWrap .swiper-button-prev {
    width: 1.04rem;
    height: 1.04rem;
    background-color: rgba(0, 0, 0, .5);
}

.productsSwiperWrap .swiper-button-next::after, .productsSwiperWrap .swiper-button-prev::after {
    width: .39rem;
    height: .25rem;
    background: url(../images/icon/productsSwiperArrow.png) no-repeat;
    background-size: 100%;
    content: '';
}

.productsSwiperWrap .swiper-button-prev::after {
    transform: rotate(-180deg);
}