* {
    padding: 0;
    margin: 0;
}
/* 大盒子 */
.containerbig {
    display:flex;
    flex-direction: column;
    width: 1920px;
    font-family: Microsoft YaHei;
    margin: auto;
    /* background-color: aqua; */
}
/* 头部区域 */
.container1 {
    display: flex;
    padding:69px 360px 28px 360px;
    z-index: 999;
}
            
/* 现头部区域样式 */
.nav {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    width: 100%;
    height: 30px;
    background: rgb(255, 255, 255);
    /* box-shadow: 0 -2px 2px #000; */
}
.nav-nav {
    display: flex;
    justify-content: space-between;
    /* margin-left: 148px; */
}
.nav-nav ul {
    list-style: none;
}
.nav-nav ul li {
    float: left;
    padding: 0 20px;
    /* width: 90px; */
    height: 30px;
    /* background: rgb(255, 255, 255); */
    margin-right: 1px;
    font-size: 14px;
}
/* .nav ul li:hover{
    color: #ffffff;
    background: rgb(255, 255, 255);
} */


.hangye {
    position: relative;    
}
.hangyeul {
    position: absolute;
    left:6px
    /* width: 100px; */
}
.nav ul li a {
    text-decoration: none;
    color: #333333;
    display: block;
    text-align: center;
    line-height: 30px;
    /* font-weight: bold; */
    text-transform: uppercase;
}



.nav ul li a:hover {
    color: #0066FF;
}


/* 清楚浮动 */
.nav ul li ul li {
    display: none;
    /* width: 90px; */
    height: 30px;
    clear: both;
    color: white;
    background: rgb(238, 238, 238);
    font-size: 10px;
}
.nav ul li ul li:hover{
    color: white;
}

/* 是否展示下拉菜单 */
/* .nav ul li:hover ul li{
    display: block;
}  */

.show1 {
    padding: 5px;
    font-size: 14px;
    background: #0066FF;
    color: white;
}
.show2 {
    padding: 5px;
    font-size: 14px; 
    background: #FFA200;
    margin-left: 13px;
    color: white;
}

.bullets {
    position: absolute;
    width: 400px;
    left: auto;
    right: 950px;
    bottom: 20px;
    text-align: right;
}

.bullets > a {
    /* margin: 0 4px; */                             
    display: inline-block;
    /* float: right; */                                               
    width: 6px;
    height: 6px;
    /* border: 2px solid #fff; */
    border-color: hsla(0,0%,100%,.3);
    border-radius: 10px;
    overflow: hidden;
    background: rgba(0,0,0,.4);
    opacity: 1;
}

.bullets > a.active {
    background: hsla(0,0%,100%,.4);
    border-color: rgba(0,0,0,.4);
}

/* 4.4 商品详情大全  */
.category {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: 234px;
    height: 460px;
    font-size: 14px;
    height: 420px;
    padding: 20px 0;
    border: 0;
    color: #fff;
    background: rgba(105,101,101,.6);
}

.category .category-item > a{
    position: relative;
    display: block;
    padding-left: 30px;
    height: 42px;
    line-height: 42px;
    color: white;
}
.category .category-item a em{
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 16px;
    line-height: 16px;
    color: #e0e0e0;
}

.category .category-item:hover {
    background: #ff6700;
}

.category .category-item .children {
    width: 992px;
    position: absolute;
    left: 234px;
    top: 0;
    
    display: none;
    z-index: 24;
    height: 458px;
    border: 1px solid #e0e0e0;
    border-left: 0;
    /* background: #fff; */
    box-shadow: 0 8px 16px rgba(0,0,0,.18);
}

/* 悬停显示 */
.category-item:hover .children{
    display: block;
}

.category .category-item .children .children-list {
    background: #fff;
    width: 248px;
    height: 458px;
    margin: 0;
    padding: 2px 0;
    list-style-type: none;
    float: left;
}
.category .category-item .children .children-list li {
    width: 265px;
}
.category .category-item .children .children-list li .link{
    display: block;
    padding: 18px 20px;
    line-height: 40px;
    color: #333;
    transition: color .2s;
}
.category .category-item .children .children-list li .link img{
    margin-right: 12px;
    vertical-align: middle;
    width: 40px;
    height: 40px;
}
.category .category-item .children .children-list li .link .text{
    width: 172px;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
}
/* 悬停字体变颜色 */
.category .category-item .children .children-list li:hover .text{
    color: #ff6700;
}






/* 第三部分 */
.container3 {
    padding:67px 360px 80px 360px;
}

.container3-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.box-top {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}
.top-text1 {
    font-size: 33px;
    color: #333333;
}
.top-text2 {
    font-size: 15px;
    color: #999999;
    margin-top: 15px;
}
.box-centet {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
/* .center-left {
    display: flex;
    width: 375px;
    height: 620px;
    flex-direction: column;
}
:hover .center-left {
    border: 1px solid #0066FF;
} */
/* :hover .center-right {
    border: 1px solid #0066FF;
} */
/* :hover .center-left-top {
    background: linear-gradient(107deg, #0066FF 0%, #468EFB 100%);
    padding: 34px 0px 18px 46px;
} */
/* .center-left-top {
  
    padding: 34px 0px 18px 46px;
}
.center-left-top-text1 {
    font-size: 18px;
    color: #ffffff;
}
.center-left-top-text2 {
    font-size: 14px;
    color: #ffffff;
    margin-top: 11px;
}
.centetr-left-bum {
    padding-left: 40px;
    padding-top: 44px;
    padding-right: 44px;
}
.bum-bum1 {
    display: flex;
}
.bum-bum2 {
    display: flex;
    margin-top: 20px;
}
.bum-bum3 {
    display: flex;
    margin-top: 20px;
}
.bum1-img-right {
    margin-left: 25px;
}
.bum1-text1 {
    font-size: 15px;
    color: #333333;
}
.bum1-text2 {
    font-size: 13px;
    color: #999999;
    margin-top: 6px;
} */



.center-left-top {
    background: linear-gradient(107deg, #0066FF 0%, #468EFB 100%);
    padding: 34px 0px 18px 46px;
}

.center-left-top-text1 {
    font-size: 18px;
    color: #ffffff;
}
.center-left-top-text2 {
    font-size: 14px;
    color: #ffffff;
    margin-top: 11px;
}
.centetr-left-bum {
    padding-left: 40px;
    padding-top: 44px;
    padding-right: 44px;
    background-color: #fff;
}
.bum-bum1 {
    display: flex;
}
.bum-bum2 {
    display: flex;
    margin-top: 20px;
}
.bum-bum3 {
    display: flex;
    margin-top: 20px;
}
.bum1-img-right {
    margin-left: 25px;
}
.bum1-text1 {
    font-size: 15px;
    color: #333333;
}
.bum1-text2 {
    font-size: 13px;
    color: #999999;
    margin-top: 6px;
}
.info{
    opacity: 0;
    transform: scale(0);
    position: absolute;
    transition: all .0.01s ease-in-out;
    border: 1px solid #0066FF;
    width: 340px;
    height: 620px;
    z-index: 1;
    left: -35px;
    top: -50px;
    text-align: left;
    background-color: #ffffff;
    border-radius: 4px;
}
/* .center-center1:hover .info{
    opacity: 1;
    transform: scale(1);
} */

.actived {
    opacity: 1;
    transform: scale(1);
}

/* .activedd {
    transform: scale(1);
} */























.center-right {
    display: flex;
    /* width: 831px; */
    height: 470px;
    /* border: 1px solid #999999; */
    margin-top: 40px;
    
}
.center-center1 {
    position: relative;
    display: flex;
    width: 275px;
    text-align: center;
    flex-direction: column;
    border: 1px solid #f1f1f1;
    padding-top: 45px;
}
/* .center-center1 :hover {
    border: 1px solid skyblue;
} */
.center1-1-text1 {
    font-size: 18px;
    margin-top: 42px;
    color: #333333;
}
.center1-1-text2 {
    font-size: 13px;
    color: #999999;
    margin-top: 12px;
}
.center1-1-text3 {
    font-size: 15px;
    color: #333333;
    margin-top: 31px;
}
.center1-1-text4 {
    font-size: 15px;
    color: #333333;
    margin-top: 26px;
}
.center1-1-text5 {
    font-size: 15px;
    color: #333333;
    margin-top: 26px;
}
.centerfoot {
    width: 180px;
    text-align: center;
    line-height: 46px;
    height: 46px;
    background: #0066FF;
    margin-top: 176px;
    border-radius: 4px;
}
.container6 {
    padding:67px 360px 67px 360px;
}
.container6-box {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: center; */
    /* align-items: center; */
}
.c6-center {
    display: flex;
    flex-direction: column;
}
.c6-center-top {
    display: flex;
    justify-content: space-between;
    margin-top: 68px;
    /* flex-direction: column; */
}
.c6-center-top1 {
    /* width: 144px; */
    text-align: center;
} 
.c6-center-top-text1 {
    font-size: 17px;
    color: #333333;
}
.c6-center-top-text2 {
    font-size: 13px;
    color: #999999;
}
.c6-center-bum {
    display: flex;
    justify-content: space-between;
    margin-top: 61px;
}
.centerfoot1 {
    width: 180px;
    text-align: center;
    line-height: 46px;
    height: 46px;
    background: #0066FF;
    margin-left: 520px;
    margin-top: 72px;
    border-radius: 4px;
}
.container8 {
    padding: 67px 360px 67px 360px;
}




/* 底部区域 */

/* 底部 */
.foot {
    /* width: 1919px; */
    display: flex;
    flex-flow: column;
    height: 364px;
    background: #393C41;
    margin-top: 67px;
}
.foot-box {
    display: flex;
    /* width: 300px; */
    margin-left: 357px;
    margin-top: 55px;
    margin-right: 360px;
    /* background-color: bisque; */
    /* border: 1px solid red;  */
}
.foot-box-text1 {
    margin-right: 81px;
}
.foot-box-text1-1 {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 7px;
}
.foot-box-text1-2 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #999999;
    margin-bottom: 11px;
}
.foot-box-text1-22 {
    display: flex;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #999999;
    margin-bottom: 11px;
}
.text1-22 {
    color: #0066FF;
}
.foot-img {
    margin-left: 57px;
    margin-top: 25px;
}
.foot-img2 {
    margin-left: 20px;
    margin-top: 25px;
}
.foot-img3 {
    margin-left: 20px;
    margin-top: 25px;
}
.foot-img-text {
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 17px;
    color: #FFFFFF;
}
.foot-box2 {
    margin-top: 40px;
    margin-left: 360px;
    margin-right: 360px;
}
.foot-box2-text1 {
    border-bottom: 1px solid #838588;
    border-radius: 20px;
}
.foot-box2-text2 {
    font-size: 14px;
    margin-top: 15px;
    color: #999999;;
}
.foot-box2-text3 {
    border-bottom: 1px solid #838588;
    border-radius: 20px;
    margin-top: 17px;
}
.foot-box2-text4 {
    margin-top: 17px;
    font-size: 14px;
    color: #999999;;
}

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    display: flex;
    flex-direction: column;
    margin: 67px 360px;
    overflow: hidden;
}
.container-head {
    text-align: center;
    margin-bottom: 70px;
}
.head-title {
    font-size: 30px;
    color: #333;
    margin-bottom: 15px;
}
.head-subtitle {
    font-size: 15px;
    color: #999;
}
.swiper-container2 {
    position: relative;
}

.swiper-container2 .swiper-slide {
    display: flex;
    justify-content: space-between;
    padding: 0 80px;
}
.swiper-pagination2 {
    position: absolute;
    left: 76px !important;
    bottom: 0 !important;
    z-index: 1;
}
.swiper-pagination2 .swiper-pagination-bullet {
    width: 16px;
    height: 2px;
    border-radius: 0;
}
.swiper-slide-left {
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 30px;
    padding-right: 10px;
    overflow: hidden;
}
.swiper-slide-right {
    width: 460px;
    height: 260px;
}
.swiper-slide-left .slide-left-title {
    font-size: 22px;
    color: #333;
    margin-bottom: 26px;
}
.swiper-slide-left .slide-left-content {
    line-height: 26px;
    font-size: 14px;
    color: #999;
    text-align: left;
    overflow-y: scroll;
}
.swiper-slide-left .slide-left-content::-webkit-scrollbar{
    width: 2px;
    /* background-color: #eee; */
}

.swiper-slide-left .slide-left-content::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.swiper-slide-left .slide-left-content::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: rgba(0,0,0,0.1);
}
.container-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}
.container-btn a {
    width: 160px;
    height: 42px;
    font-size: 15px;
    color: #fff;
    background: #0066FF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}