.baoquan-industries > div {
    float: left; width: 380px; height: 210px; margin-right: 30px; margin-bottom: 30px; text-align: center; color: #fff; padding-top: 60px;
}
.baoquan-industries > div:nth-child(3n){margin-right: 0px}

.baoquan-industries > div:nth-child(1) {background: url("../images/bg-1.png") no-repeat center center}
.baoquan-industries > div:nth-child(2) {background: url("../images/bg-2.png") no-repeat center center}
.baoquan-industries > div:nth-child(3) {background: url("../images/bg-3.png") no-repeat center center}
.baoquan-industries > div:nth-child(4) {background: url("../images/bg-4.png") no-repeat center center}
.baoquan-industries > div:nth-child(5) {background: url("../images/bg-5.png") no-repeat center center}
.baoquan-industries > div:nth-child(6) {background: url("../images/bg-6.png") no-repeat center center}

.baoquan-industries > div label{display: block; margin: 20px auto 0; font-size: 20px;}


.baoquan-tab .el-tabs__item{
    color: #fff;
    font-size: 20px;
    padding-bottom: 10px;
    height: auto;
    width: 120px;
    text-align: center;
}
.baoquan-tab .el-tabs__item.is-active{
    color: #3C7EE5;
    font-weight: bold;
}

.baoquan-tab .el-tabs__active-bar{
    background-color: #3C7EE5;
}
.baoquan-tab .el-tabs__nav-wrap::after{
    background-color: rgba(255,255,255,0.4);
}

.baoquan-example > h3 {
    font-size: 14px; color: #fff; font-weight: bold; text-align: center; margin-top: 50px;
}
.baoquan-example > h3 span{
    height: 20px; line-height: 20px; background-color: #3C7EE5; padding: 0 10px;
    border-radius: 12px 12px 12px 0;
    font-size: 12px; color: rgba(255, 255, 255,.7);
    font-weight: normal;
    display: inline-block;
}

.baoquan-example > ul {
    width: 500px;
    margin: 20px auto 30px;
}
.baoquan-example > ul li {
    float: left; width: 240px; margin-right: 10px;
    height: 34px;
    background: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.4);
    text-align: center;
    line-height: 34px;
}
.baoquan-example > ul li:last-child{margin-right: 0}

.baoquan-example-description > h4 {
    width: 114px;
    height: 32px;
    background: #3C7EE5;
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 32px;
    position: relative;
    padding-left: 30px;
}
.baoquan-example-description > h4:before{
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 8px solid #fff;
    border-bottom: 6px solid transparent;
    line-height: 100%;
    position: absolute;
    left: 15px;
    top: 11px;

}
.baoquan-example-description > p {
    color: rgba(255, 255, 255, 0.6);
    line-height: 160%;
    margin-bottom: 30px;
}

.baoquan-products ul li  {
    width: 360px; float: left;
    margin-right: 30px;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
    padding-bottom: 50px;
}

.baoquan-products ul li:last-child {
    margin-right: 0;
}

.baoquan-products ul li > h3 {
    height: 100px; text-align: center; color: #fff; font-size: 28px;
    background: url("../images/bg-white-1.png") no-repeat right center, linear-gradient(270deg, #4EB8FF 0%, #668FFE 100%);
    line-height: 100px;
    width: 100%;
}
.baoquan-products ul li > div { width: 280px; margin: 50px auto 50px;}
.baoquan-products ul li > button {
    width: 160px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #507CF3;
    cursor: pointer;
    font-size: 16px;
    color: #507CF3;
}
.baoquan-products ul li > button:hover{
    background: #3C7EE5;
    border: 1px solid #507CF3;
    color: #fff;
}

.baoquan-products ul li:nth-child(2) > h3{
    background: url("../images/bg-white-2.png") no-repeat right center, linear-gradient(270deg, #8EADFF 0%, #4C7CFF 100%);
}

.baoquan-products ul li:nth-child(3) > h3{
    background: url("../images/bg-white-3.png") no-repeat right center, linear-gradient(270deg, #A099FF 0%, #7066FF 100%);
}
