.banner {
    margin-bottom: 40px;
}

.sect-title {
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    display: block;
    position: relative;
}

.sect-title span:before,
.sect-title span:after {
    content: '●';
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    padding: 0 20px;
    color: #fff;
}

.sect1 {
    padding: 20px 0 50px;
    text-align: center;
}

.products-sect {
    border-top: 2px solid #004098;
    border-bottom: 2px solid #004098;
    position: relative;
}

.products-sect .sect-title {
    border-top: 34px solid #0047a8;
    border-right: 34px solid transparent;
    border-bottom: 0px solid transparent;
    text-align: center;
    line-height: 1.4;
    position: absolute;
    z-index: 4;
}

.products-sect .sect-title span {
    position: relative;
    top: -28px;
}

.products-sect .ibtn.more {
    width: 60px;
    height: 62px;
    background: url(../../images/common/index/pmore.png) 0 0 no-repeat;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 6;
}

.products-sect .ibtn.more:hover {
    background-position: 0 100%;
}

.products-list {
    margin: 0 0px;
}

.products-list .item {
    width: 25%;
}

.products-list .box {
    position: relative;
    margin: 0px auto;
}



.sect2 {
    background: url('../../images/common/index/sec2bg.png') no-repeat 50% 0;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.about-sect {
    display: block;
    margin: 0 auto;
}

.about-sect:hover {
    opacity: 0.8;
}

.products2-sect,
.about-sect {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.products2-sect {
    position: relative;
    border-right: 1px solid #303030;
}

.products2-sect .sect-title,
.about-sect .sect-title {
    text-align: center;
}

.products2-sect .sect-title:after,
.about-sect .sect-title:after {
    content: '';
    border-top: 3px solid #1730ae;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    display: block;
}

.products2-sect .sect-title:after{
    top: 0;
}

.products2-sect .sect-title span,
.about-sect .sect-title span {
    background: #0047a8;
    padding: 3px 10px;
    z-index: 10;
    position: relative;
    display: inline-block;
}

.products2-sect .ibtn.more {
    width: 60px;
    height: 62px;
    background: url(../../images/common/index/nmore.png) 0 0 no-repeat;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 6;
}

.products2-sect .ibtn.more:hover {
    background-position: 0 100%;
}

.products2-list .item{
    width: calc((100% / 3) - 0.1px);
    padding: 0px 15px 68px;
}

.products2-list .pro2-more{
    display: block;
    line-height: 1;
    text-align: center;
    position: relative;
    margin: 20px 0;
    color: #ACAC9D;
    transition: all .2s;
    font-size: 12px;
}
.products2-list a:hover .pro2-more{
    color: #fff;
}

.about-sect {
    position: relative;
}

.about-sect .sect-title {
    margin: -15px 0 10px 0;
}

.about-sect .ibtn.more {
    width: 60px;
    height: 62px;
    background: url(../../images/common/index/pmore.png) 0 0 no-repeat;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 6;
}

.about-sect .ibtn.more:hover {
    background-position: 0 100%;
}

.about-sect .editor .index-about-txt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 100px;
    margin: 0 0 18px 0;
}

@media screen and (max-width: 1200px) {
    .sect2 .container{
        padding: 0;
    }
    .products2-list .item{
        padding: 0 15px 30px;
    }
    .products2-sect,
    .about-sect {
        float: none;
        width: 100%;
        border-right: none;
        padding: 0 15px;
    }
    .about-sect {
        padding: 40px 15px 35px;
        box-sizing: border-box;
    }
    .about-sect .sect-title {
        top: 40px;
        position: absolute;
        text-align: center;
        box-sizing: border-box;
        left: 15px;
        right: 15px;
    }
    .about-sect .editor {
        padding: 15px 0px;
    }
}

@media screen and (max-width: 1000px) {
    .products-list .item{
        width: 50%;
    }
    .products-list .item:nth-child(2n+1) {
        clear: none;
    }
}

@media screen and (max-width: 767px) {
    .products2-list .item{
        width: auto;
        padding: 0 0 30px;
    }
}

@media screen and (max-width: 520px) {
    .products-list .item,
    .products2-list .item {
        width: 100%;
    }
}
