.head_container {
    width: 100%;
    height: 100px;
    background-color: #f1f1f1;
    z-index: 99;
}

.head_content {
    max-width: 1200px;
    width: auto;
    height: 100px;
}

.head_blank {
    width: 100%;
    height: 100px;
}

.index_banner {
    position: relative;
    width: 100%;
    height: auto;
}

.index_banner > video {
    width: 100%;
    height: auto;
}

.banner_div_content {
    max-width: 1200px;
    width: auto;
    z-index: 99;
}

.banner_div_content > div {
    width: 97%;
    text-align: right;
    color: #FFFFFF;
}

.bdc1 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: bold;
}

.banner_img_container {
    width: auto;
    height: auto;
    position: relative;
}

.banner_img_container > img {
    width: 100%;
    height: auto;
}

.index_content_container {
    max-width: 1200px;
    height: auto;
    margin-top: 25px;
}

.more {
    width: 100%;
    height: 100px;
    background-color: #f3f3f3;
}

.more > span {
    width: auto;
    height: 100px;
    line-height: 100px;
    font-size: 13px;
    color: #689e6b;
}

.more > img {
    width: 14px;
    height: 14px;
    margin: 43px 20px 0 8px;
}

.index_content_block {
    width: 100%;
    height: auto;
}

.ib1_title {
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-size: 26px;
    color: #838383;
    font-weight: bold;
    text-indent: 15px;
}

.b1_tab_container, .b1t_content {
    width: 100%;
    height: 41px;
}

.b1t_content {
    width: 100%;
    height: 40px;
}

.b1t_content > div {
    width: 25%;
    height: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    float: left;
    cursor: pointer;
}

.b1t_content > div:hover {
    color: #04be04 !important;
}

.b1t_line {
    width: 100%;
    height: 3px;
}

.b1t_line_block {
    width: 25%;
    height: 2px;
    float: left;
    background-color: #04be04;
}

.bl_content_container {
    width: 100%;
    margin-top: 15px;
}

.blc_block {
    position: relative;
    width: 50%;
    height: 100%;
}

.blc_block > div {
    position: absolute;
    color: #FFFFFF;
}

.bcb_s1 {
    width: calc(100% - 40px);
    height: auto;
    font-size: 15px;
}

.bcb_s2 {
    width: calc(100% - 42px);
    height: 1px;
    background-color: #FFFFFF;
    opacity: 0.3;
}

.bcb_s3 {
    width: auto;
    height: auto;
    font-size: 12px;
    opacity: 0.6;
}

.b2_content_container {
    position: relative;
    width: 100%;
    height: 200px;
    margin-top: 15px;
    border-top: solid 1px #d9d9d9;
    border-bottom: solid 1px #d9d9d9;
}

.b2c_block, .b3c_block {
    position: relative;
    height: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.b2c_block > div {
    position: absolute;
    width: calc(100% - 50px);
    margin-left: 20px;
}

.b2c_block:hover {
    background-color: #04be04;
}

.b2c_block:hover > div {
    color: #ffffff !important;
}

.b2b_s1  {
    top: 20%;
    font-size: 17px;
    font-weight: bold;
    color: #423d3a;
}

.b2b_s2 {
    top: 45%;
    font-size: 16px;
    line-height: 30px;
}

.hor_line {
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #d9d9d9;
}

.b3_content_container {
    position: relative;
    width: 100%;
    height:auto;
    margin-top: 15px;
    border-top: solid 1px #d9d9d9;
    border-bottom: solid 1px #d9d9d9;
}

.b3b_s1 {
    width: calc(100% - 40px);
    height: 40px;
    line-height: 20px;
    margin: 30px 0 0 20px;
    text-align: center;
    font-size: 14px;
}

.b3c_block > img {
    width: calc(100% - 40px);
    height: auto;
    margin: 30px 0 30px 20px;
    float: left;
}

.b1_active {
    color: #04be04;
}

.b1_inactive {
    color: #000000;
}

.more_btn {
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.more_btn:hover {
    transform: scale(1.2, 1.2);
}