* {
    margin: 0;
    padding: 0;
}
#carousel{
    width: 100%;
}
.carousel {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /* 超出部分隐藏 */
}
/* 标题-轮播图 */
h1 {
    text-align: center;
}
.carousel ul {
    list-style: none;
    /* 消除ul自带圆点 */
}
.carousel #list {
    width: 100%;
    position: relative;
    left: 0px;
    /* 初始位置 */
    transition: left 0.5s ease 0s;
    /*图片跳转的过渡效果*/
}
.carousel #list img {
    width: 100%;
}
.carousel #list li {
    float: left;
    /* li排成一排显示 */
}
/* 上一张/下一张控制按钮 */
.carousel>span {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 50px;
    /* 垂直居中，距顶部一半的父元素盒子宽度，再向上移动自身的一半 */
    top: 50%;
    margin-top: -25px;
    background-color: rgba(31, 45, 61,.11);

}
.carousel .leftbtn {
    display: none;
    border-radius: 50%;
    font-size: 30px;
    height: 50px;
    width: 50px;
    left: 50px;
    color: white;
}
.carousel .rightbtn {
    display: none;
    border-radius: 50%;
    font-size: 30px;
    height: 50px;
    width: 50px;
    right: 50px;
}
.leftbtn>img,.rightbtn>img{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
}
.rightbtn>img{
    left: 5px;
}
/* 底部定位圆点list */
.carousel #location_list {
    /* width: 120px; */
    position: absolute;
    bottom: 80px;
    left: 49%;
}
.carousel #location_list li {
    float: left;
    width: 40px;
    height: 3px;
    margin: 5px;
    border: 1px solid white;
    cursor: pointer;
    border-radius:3px;
}
/* 圆点被激活时的样式，动态为圆点增加class */
.carousel #location_list li.active {
    background-color: bisque;
}
.product{
    display: flex;
    flex-direction: column;
    width: 1200px;
    margin: 0 auto;
}
.wow{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(64,115,250,.1);
    height: 200px;
    margin: -60px auto 0;
    padding: 0 40px;
    position: relative;
    width: 1200px;
    z-index: 10;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.wow>div{
    align-items: center;
    display: flex;
    flex-direction: row;
}
.wow>div>div>div:nth-child(1){
    font-size: 20px;
}
.wow>div>div>div:nth-child(2){
    font-size: 14px;
    /* font-family: PingFang SC,Arial,Hiragino Sans GB,Microsoft YaHei,sans-serif; */
    margin-top: 10px;
    color: #999;
}
.like-product>h1{
    margin-bottom: 56px;
    font-size: 32px;
    font-weight: 500;
    margin-top: 80px;
}
.shop{
    border-radius: 10px;
    box-sizing: border-box;
    height: 760px;
    margin-bottom: 20px;
    padding: 33px 24px 50px 40px;
    width: 1200px;
    background: url(../image/bj.png) 100% no-repeat;
}
.shopping{
    border-radius: 10px;
    box-sizing: border-box;
    height: 760px;
    margin-bottom: 20px;
    padding: 33px 24px 50px 40px;
    width: 1200px;
    background: url(../image/bjor.png) 100% no-repeat;
}
.danshop{
    color: #fff;
    font-family: PingFang SC Medium;
    font-size: 34px;
    font-weight: 500;
    text-align: left;
}
.row-top{
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
    justify-content: space-between;
}
.row-left{
    color: #fff;
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: 400;
    text-align: left;
}
.row-right{
    width: 456px;
    color: #fff;
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin-right: 25px;
}
.row-right-url{
    cursor: pointer;
    align-items: center;
    display: flex;
    flex-direction: row;
}
.row-right-url>img{
    width: 26px;
    height: 26px;
    margin-left: 10px;
}
.ml-25{
    margin-left: 25px;
}
.index{
    background: #fff;
    border-radius: 17px;
    height: 569px;
    width: 60%;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}
.index>ul{
    width: 6000px;
    overflow: hidden;
    list-style: none;
    position: relative;
    transition: left 0.5s ease 0s;
}
.index>ul>li{
    float: left;
}
.index>ul img{
    height: 100%;
    width: 660px;
    border-radius: 17px;
    object-fit: contain;
}
.top{
    height: 569px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.top>div{
    background: hsla(0,0%,100%,.2);
    border-radius: 17px;
    height: 120px;
    margin-bottom: 27px;
    padding: 10px 15px 14px;
    width: 456px;
    box-sizing: border-box;
}
.top-top{
    color: #fff;
    font-family: Source Han Sans CN Bold;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 8px;
    text-align: left;
}
.top-bottom{
    color: #fff;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.left{
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 48%;
    height: 50px;
    width: 50px;
    background-color: rgba(31,45,61,.23);
    border-radius: 50%;
    display: none;
}
.left>img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: -3px;
}
.right{
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 48%;
    height: 50px;
    width: 50px;
    background-color: rgba(31,45,61,.23);
    border-radius: 50%;
    display: none;
}
.right>img{
    width: 100%;
    height: 100%;
    position: absolute;
    right: -3px;
}
#indexb{
    background: #fff;
    border-radius: 17px;
    height: 569px;
    width: 60%;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}
#indexb>ul{
    width: 6000px;
    overflow: hidden;
    list-style: none;
    position: relative;
    transition: left 0.5s ease 0s;
}
#indexb>ul>li{
    float: left;
}
#indexb>ul img{
    height: 100%;
    width: 660px;
    border-radius: 17px;
    object-fit: contain;
}
#leftb{
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 48%;
    height: 50px;
    width: 50px;
    background-color: rgba(31,45,61,.23);
    border-radius: 50%;
    /* display: none; */
}
#leftb>img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: -3px;
}
#rightb{
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 48%;
    height: 50px;
    width: 50px;
    background-color: rgba(31,45,61,.23);
    border-radius: 50%;
    /* display: none; */
}
#rightb>img{
    width: 100%;
    height: 100%;
    position: absolute;
    right: -3px;
}
.chanpin{
    color: white;
}
.title-con{
    background: #f8fafd;
    margin: 20px auto;
    padding: 60px 80px;
    text-align: center;
    width: 1200px;
}
.title-con>div:nth-child(1){
    display: inline-block;
    position: relative;
}
.title-con>div:nth-child(1)>h1{
    font-size: 32px;
    font-weight: 500;
}
.title-con>div:nth-child(1)>div{
    background: #fe4444;
    border-radius: 8px 0 8px 0;
    color: #fff;
    font-size: 12px;
    padding: 3px 8px;
    position: absolute;
    right: -75px;
    top: -20px;
}
.title-con>div:nth-child(3)>button{
    background: #ecf1ff;
    border-color: #b3c7fd;
    color: #4073fa;
    margin-right: 10px;
    border: 1px solid hsla(0,0%,90%,.898);
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    outline: none;
    padding: 12px 20px;
    text-align: center;
    transition: .1s;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.introduction-con{
    margin: 90px auto 0;
    width: 1200px;
}
.introduction-con>div{
    background: #f8fafd;
    height: 700px;
    margin: 70px 0;
    align-items: center;
    display: flex;
    flex-direction: row;
}
.col-top{
    margin: 80px auto 0;
    width: 1200px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}
.col-top>div{
    padding: 0 0 29px;
    width: 25%;
    visibility: visible;
}
.col-top>div>div{
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 40px;
}
.col-top>div>div>div{
    margin-top: 15px;
    font-size: 20px;
}
.col-top>div>div>p{
    color: #999;
    font-size: 16px;
}
.ts{
    height: 100px;
    width: 100px;
    transform: rotate3d(0, 1, 0, 0deg);
}
.ts:hover{
    transform: rotate3d(0, 1, 0, -360deg);
    transition: transform 1s ease 0s;
}