﻿* {
    margin: 0;
    padding: 0;
}

.mr0 {
    margin-right: 0 !important;
}

.show-content {
    display: block !important;
}

#lz-index {
    width: 100%;
}

.bnner_cg {
    position: relative;
}

.zcgh_bn {
    position: absolute;
    display: block;
    bottom:10%;
    left: 50%;
    margin-left: -280px;
    width: 560px;
    height: 84px;
    background: url(zcgh.png) no-repeat;
    background-size: 100% 100%;
}

.lz-banner {
    width: 100%;
}

.lz-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1200px;
    margin: 0 auto;
}

.lz-options-item {
    display: flex;
    width: 235px;
    height: 50px;
    margin: 0 6px 10px 0;
    background-color: #fff;
    box-shadow: inset 0px -7px 15px 0px rgba(28, 89, 210, 0.25);
    border-radius: 25px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 50px;
    color: #1d51cd;
    cursor: pointer;
}

.lz-options-item-logo {
    width: 36px;
    height: 36px;
    margin: 6px 0 8px 7px;
}

.lz-options-item-text {
    flex: 1;
    margin-right: 13px;
    text-align: center;
}

.lz-buttons {
    display: flex;
    justify-content: center;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 47px;
}

.lz-buttons-item {
    display: block;
    width: 165px;
    height: 50px;
    margin: 0 8px 10px 0;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    background: url('buttons-bgc.png') no-repeat 100% 100%;
    cursor: pointer;
}

.lz-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1200px;
    padding-bottom: 30px;
    margin: 0 auto;
    padding-top: 2px;
    background-color: #E8EDFA;
    border-radius: 8px 8px 0 0;
}

.lz-tabs-item {
    width: 360px;
    height: 50px;
    margin: 0 20px 10px 0;
    text-align: center;
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    line-height: 50px;
    color: #014bcd;
    background-color: #fff;
    cursor: pointer;
}

.lz-tabs-item-active {
    background: url('tab-1.png') no-repeat 100% 100%;
    color: #fff;
}

.lz-content {
    display: none;
    width: 1200px;
    margin: 0 auto;
    padding: 0 10px 20px 10px;
    background-color: #E8EDFA;
    border-radius: 0 0 8px 8px;
}

.lz-content-item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 260px;
    margin-bottom: 20px;
    padding: 20px 0 20px 20px;
    background-color: #fff;
}

.lz-content-item-left {
    width: 320px;
    height: 220px;
    margin: 0 20px 10px 0;
}

.lz-content-item-right {
    flex: 1;
    margin-bottom: 10px;
}

.lz-content-item-right-title {
    display: block;
    width: 580px;
    height: 60px;
    margin-bottom: 10px;
    padding-left: 39px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    line-height: 75px;
    color: #fff;
    background: url('title-bgc.png') no-repeat 100% 100%;
    cursor: pointer;
}

.lz-content-item-right-item {
    display: inline-block;
    width: 186px;
    height: 50px;
    margin: 25px 10px 0 0;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 45px;
    color: #333;
    background: url('content-button-bgc.png') no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.newStyle .lz-options{
    width: 100%;
}
.newStyle .lz-options-item{
    display: flex;
    width: 365px;
    height: 50px;
    font-size: 34px;
}
.newStyle .lz-buttons {
    width: 100%;
}
.newStyle .lz-buttons-item{
    display: block;
    width: 260px;
    height: 82px;
    margin: 0 8px 10px 0;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 34px;
    line-height: 82px;
    color: #fff;
    background: url(buttons-bgc.png) no-repeat 100% 100%;
    background-size: 100%;
    cursor: pointer;
}

.newStyle .lz-tabs-item-active {
    font-size: 34px;
}

.newStyle .lz-tabs-item{
    font-size: 34px;
}

.newStyle .lz-content{
    width: 1600px;
}
.newStyle .lz-content-item-right-title {
    display: block;
    width: 1075px;
    height: 110px;
    margin-bottom: 10px;
    padding-left: 39px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 34px;
    line-height: 125px;
    color: #fff;
    background: url(title-bgc.png) no-repeat 100% 100%;
    background-size: 100%;
    cursor: pointer;
}

.newStyle .lz-content-item{
    height: 300px;
}
.newStyle .lz-tabs{
    width: 1600px;
}

.newStyle .lz-content-item-right-item {
    font-size: 34px;
}
@media screen and (max-width: 768px) {

    .lz-index,
    .lz-banner,
    .lz-options,
    .lz-buttons,
    .lz-tabs,
    .lz-content,
    .lz-content-item,
    .lz-content-item-left,
    .lz-content-item-right {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .lz-content-item-right-title {
        width: 90%;
        height: auto;
        padding: 0;
        margin: 0 auto;
        margin-top: 10px;
        line-height: normal;
    }

    .lz-content-item-right-item {
        display: inline-block;
        margin: 0 5px 10px 0;
    }

    .lz-content-item-left {
        width: 90%;
        margin: 0 5%;
    }

    .lz-tabs-item {
        margin: 10px 0;
    }

    .lz-buttons {
        display: block;
    }

    .lz-buttons-item {
        width: 45%;
    }


}