:root {
    --container-width: 1100px;
    --container-height: 600px;
    --title-height:150px;
}

@media (max-width:1100px) {
    :root {
        --container-width: 100%;
        --container-height: 600px;
        --title-height:150px;
    }

    .great div .box .tag p {
        font-size: 1.1rem !important;
        font-weight: 600;
    }

    .great div .box .tag {
        width: 80%;
        margin: 0 auto;
        height: 80px;
        vertical-align: auto;
        /* padding-top: 44% !important; */
    }

    .top1 .content img {
        /* height:100%; */
    }

    .hzzz li span:nth-child(1) {
        margin-left: 0px !important;
    }
    
    .content li {
        margin-left: 0px !important;
    }
    
    .great2 .box div {
        line-height: 1.2em !important;
        padding:30px 5px !important;
        width:60% !important;
        margin-left:5% !important;
    }

    .hzsy div .box .tag .icon img {
        height:unset !important;
    }
    
    .hzsy div .box .tag {
        width: 80%;
        margin: 0 auto;
        height: 80px;
        vertical-align: auto;
        padding-top: 10% !important;
    }
    
    .hzsy div .box .text {
        display: block;
        margin-top: 25%;
        font-size: .5rem !important;
        font-weight: 100 !important;
        width:90% !important;
        margin-left:5% !important;
    }

    .auto-section {
        height:auto !important;
    }

    .hzsy div {
        width: 33%;
        min-height:150px !important;
    }

    .great div .box .tag {
        height:80px !important;
        min-height: unset !important;
    }

    .great div .box {
        width: 95% !important;
    }

    .top1 {
        height:auto !important;
    }

    .top1 .content{
        height:auto !important;
    }

    .section .hzsy {
        width: unset !important;
    }
}

.continer {
    width:var(--container-width);
    margin:0 auto;
}

.continer .section {
    width:100%;
    height:var(--container-height);
}

.section .title {
    width:100%;
    height:var(--title-height);
    line-height: var(--title-height);
    text-align: center;
}

.section .title h1{
    line-height: var(--title-height);
    font-size:3rem;
    font-weight: 300;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.section .title h1::after{
    width:90px;
    height:3px;
    content:'';
    display: block;
    background-image: linear-gradient(to right, #517bfb , #0e327a);
    margin:0 auto;
    margin-top: -30px;
}
.section .hzzz-t h1::after{
    background-image: linear-gradient(to right, #ffffff , #f3bb20);
}

.section .content {
    width:100%;
    height:calc(var(--container-height) - var(--title-height));
    text-align: center;
    color:#000;
}

.great {
    width:100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.great div {
    width:33%;
    height:48%;
}

.great div .box {
    width:85%;
    height:90%;
    margin:0 auto;
    margin-top:5%;
    border-radius: 2px;
    box-shadow: 0 0 10px #dfdfdf;
    text-align: center;
}

.great div .box:hover{
    box-shadow: 0 0 10px silver;
}

.great div .box:hover .tag{
    display: none;
}

.great div .box:hover .text{
    display: block;
}

.great div .box .tag {
    width:80%;
    margin:0 auto;
    height:80px;
    vertical-align: auto;
    padding-top: 15%;
}

.great div .box .tag .icon {
    background: #0e327a;
    border-radius: 500px;
    width:60px;
    border:1px solid #0e327a;
    margin:0 auto;
    box-shadow: 0 0 4px 0px #0e327a;
    padding: 8px;
}

.great div .box .tag p {
    font-size:1.3rem;
    font-weight: 400;
    font-family:'Microsoft yahei', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.great div .box .text {
    width:80%;
    margin-left:10%;
    display: none;
    padding-top:25%;
    user-select: none;
    font-size:1rem;
    font-weight: 600;
}

.section .hzzz {
    background: #1d1e20;
    color:#fff;
}


.hzzz li {
    text-align: left;
    list-style: none;
    color:#fff;
    height:5em;
    line-height: 5em;
    margin-top:1em;
    position: absolute;
    width: 100%;
    border-left: 10px solid #1d1e20;
}

.hzzz li span:nth-child(1) {
    margin-left:50px;
}
.hzzz li span:nth-child(2) {
    margin-left:10px;
}

.hzzz li img {
    width:20px;
    height:20px;
}

.great2 {
    width:90%;
    height:100%;
    padding-top:3%;
    margin-left:10%;
    position: relative;
    overflow: hidden;
}

.great2 .list {
    width:100%;
    height:100%;
}

.great2 .list ul {
    height:100%;
    width:100%;
}

.great2 .box {
    position: absolute;
    top: 0px;
    width: 100%;
    height:100%;
    background:#2f333d;
    text-align: left;
    left: 30%;
    padding-top:5%;
}

.great2 .box div {
    height:5em;
    line-height: 5em;
    background:#1d1e20;
    color:#fff;
    width: 50%;
    margin-left: 10%;
    margin-top: 1em;
    text-align: center;
    padding: 0 5px;
}

.hzzz-t {
    background:#01397c;
    color:#fff;
}

.section .hzsy {
    width:80%;
    margin:0 auto;
}

.hzsy div {
    width: 33%;
    height:100%;
}

.hzsy div .box:hover .tag{
    display: block;
}

.hzsy div .box:hover .text{
    display: block;
}

.hzsy div .box .text {
    display: block;
    margin-top:25%;
    font-size:1.3rem;
    font-weight: 400;
}

.hzsy div .box .tag .icon {
    background: #fff;
    border:none;
    box-shadow: none;
    height:100px;
    width:auto;
}

.hzsy div .box .tag .icon img {
    height:100%;
}

.great div .box .tag p{
    font-size:1.5rem;
    font-weight: 600;
}

.height-unset {
    height: unset !important;
}

.bbig{
    position: absolute;
    top: 0;
    margin-left: 0;
    left: 0;
    z-index: 333;
    display: block;
}

.bbit{
    z-index: 999;
    background:url(/template/default/images/cooperation/top.jpg);
    height:700px !important;
    background-position: 0 0;
    background-size: auto 700px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    color:#fff;
}

.bbit h1::after {
    content:'' !important;
    height:0 !important;
}

.bbit h1 {
    /* margin-top:40%; */
}

.great2 .list{
    position:absolute;
}

.hzzz li:nth-child(1) { top:0; }
.hzzz li:nth-child(2) { top:6em; }
.hzzz li:nth-child(3) { top:12em; }
.hzzz li:nth-child(4) { top:18em; }

.hzzz li div {
    position: absolute;
    top:0;
    right:20%;
    z-index: 555;
    width:40%;
    text-align: center;
    background:rgb(29, 30, 32)
}


.form-control{
    font-size:20px;
    margin-top:20px;
}
.form-container{
    width:50%;
}

input::-webkit-input-placeholder {
    color: silver !important;
    font-size: 15px;
}
textarea::-webkit-input-placeholder {
    color: silver !important;
    font-size: 15px;
}

@media (max-width: 768px) {
    .form-container{
        width:auto;
    }

    .hzzz li div {
        position: absolute;
        top: 0;
        right: 2%;
        z-index: 555;
        width: 66%;
        text-align: center;
        background: rgb(29, 30, 32);
        height:100%;
        line-height: normal;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hzzz li{
        overflow: hidden;
    }

    .great2 {
        margin-left:2%;
        width:98%;
    }
    
    .great div .box .text {
        width: 80%;
        margin-left: 10%;
        display: none;
        padding-top: 25%;
        user-select: none;
        font-size: .3em;
        font-weight: 600;
    }

    .bbit{
        height:auto !important;
    }
}

.comeon {
    text-align: center;
    font-size:1.3rem;
    color:#fff;
}

.section .xx {
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mt3{
    margin-top:3%;
}

.join-box {
    width: 100%;
    height: 100%;
    padding-top: 438px;
    padding-left: 34%;
}

.join-box button {
    background: #1f4a7d;
    width: 180px;
    height: 60px;
    display: block;
    line-height: 60px;
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    box-shadow: 5px 5px #295c97;
    border:0 none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #01397c;
    border-color: #01397c;
}

.sp-title {
    height: 100px !important;
}