﻿body
{
}
#headerwrap {
    width: 100%;
    height: 280px !important;
    background: url(content/img/product/banner.png)center no-repeat;
    overflow: hidden;
}
.section-inner{
    padding:0;
}
.img-responsive{
    height:100%;
}
.left-title {
    border-bottom: 1px solid #e2e2e2;
    font-size: 18px;
    font-weight: 500;
    line-height: 41px;
    text-align: center;
    margin-top: 41px;
    margin-bottom: 32px;
}
#square {
    width: 9px;
    height: 9px;
    background: #4373ff;
    position: relative;
    left: 191px;
    top: -37px;
    z-index: 999;
}
.left-content {
    background: url(../img/product/left.png)right no-repeat;
    height: 40px;
    width:95%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
}
#square1 {
    width: 9px;
    height: 9px;
    background: #4373ff;
    position: relative;
    left: 191px;
    top: -25px;
    z-index: 999;
}
.right-img{
    float:left;
    width:47%;
    margin-left:3%;
    margin-top:80px;
}
.right-word {
    float: left;
    width: 47%;
    margin-left: 3%;
    margin-top: 50px;
}
    .right-word h4 {
        font-size: 20px;
        font-weight:500;
        line-height: 44px;
        text-align:center;
        color:#000;
    }
    .right-word p {
        font-size: 16px;
        line-height: 30px;
        color: #000;
        text-indent: 2em;
    }
.left-section{
    margin-bottom:50px;
}
.inner_title:after {
    content: '';
    width: 34px;
    height: 2px;
    display: block;
    background: #108cee;
    margin: 0 auto 0;
}