.demo{
	padding: 2em 0;
}
a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
.ProductSection {
    /*box-shadow: 0px 0px 15px #dbe9f2;*/
    /*border-radius: 10px;*/
    /*padding: 0px 40px;*/
    --swiper-navigation-size: 30px;/* 设置按钮大小 */
    /*background-color: #ffffff;*/
    /*margin-top: -105px;*/
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 15px  rgba(0, 0, 0, 0.03), 0px 2px 3px  rgba(1, 40, 79, 0.25);
}
.ProuctPrev {
    left: 0px;
    right: auto;
    width: 50px;
    height: 100%;
    top: auto;
    bottom: 0;
}
.ProuctNext {
    right: 0px;
    left: auto;
    width: 50px;
    height: 100%;
    top: auto;
    bottom: 0;
}
.tab .nav-tabs{
    border: none;
    /* border-bottom: 2px solid #0070c0; */
    margin: 0;
    /*background: #ffffff;*/
    /*box-shadow: 0px 0px 15px #dbe9f2;*/
    display: flex;
    flex-wrap: nowrap;
    /*border-radius: 10px;*/
    justify-content: center;
    /*justify-content: space-between;*/
    align-items: center;
}
.nav-tabs>li {
    margin: 0px;
}
.tab .nav-tabs li a{
    width: 200px;
    padding: 30px;
    margin: 0px 20px;
    /*margin: 0px;*/
    font-size: 17px;
    /*font-weight: 600;*/
    color: #000000;
    text-transform: uppercase;
    /*border: 2px solid #e6e5e1;*/
    border: none;
    /*border-radius: 0px;*/
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
    display: flex;
    justify-content: center;
    border-radius: 0px;
}
.tab .nav-tabs li a:hover {
    color: #0084FF;
    font-weight: 600;
    background: #EBF5FF;
    border-radius: 0px;
}
.tab .nav-tabs li.active a{
    /*background: #ffffff;*/
    background: #EBF5FF;
    font-weight: 600;
    color: #0084FF;
    border: none;
    border-bottom-color: transparent;
}
.tab .nav-tabs li a:before{
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    /*border-radius: 10px;*/
    background: #0084FF;
    position: absolute;
    bottom: 0px;
    /*left: 0;*/
    /*right: 0;*/
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before{ 
    transform: scaleX(1); 
}
/*.tab-content>.active {
    display: inline-block;
}*/
/*.tab-content>.active {
    display: flex;
}*/
.tab .tab-content{
    padding: 10px;
    font-size: 17px;
    color: #6f6f6f;
    line-height: 30px;
    letter-spacing: 1px;
    position: relative;
}
.ProductSection {
    padding: 0px 50px;
}
/*.ProductcColBox {
    height: 550px;
}*/
@media only screen and (max-width: 479px){
/*    .ProductcColBox {
        height: 400px;
    }*/
    .ProductcCol {
        height: 300px;
    }
    .tab .nav-tabs{ 
        border: none; 
    }
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        /*margin-bottom: 15px;*/
    }
    .tab .nav-tabs li a{
        margin: 0;
        width: 100px;
        padding: 10px;
        margin: 0px 5px;
        /* margin: 0px; */
        font-size: 12px;
        /*border-bottom: 2px solid transparent;*/
    }
    .tab .nav-tabs li a:before {
        height: 2px;
    }
    .ProductCenter .ProductCenterButton {
        padding: 2px 15px;
        margin-bottom: 10px;
        font-size: 13px;
        color: #ffffff;
        background: rgba(0,132,255,1);
        border: 0px;
    }
    .ProductCenter .ProductCenterButton i {
        font-size: 18px;
        color: #ffffff;
    }
    .team-info.text-center {
        padding: 0px;
    }
/*    .tab .nav-tabs li a:before{
        content: "";
        width: 100%;
        height: 2px;
        background: #0070c0;
        position: absolute;
        bottom: -2px;
        left: 0;
    }*/
}
/*@media only screen and (max-width: 1580px){
    .ProductSection {
        padding: 0px 50px;
    }
}*/