
/*保留*/
.section {
    width: 1200px;
    margin: 0 auto;
}
/*保留*/
.section-right-conn {
    margin: 40px 0 0px 0;
}
/*保留*/
.more {
    position: relative;
    width: 150px;
    margin: 50px auto 0 auto;
    height: 50px;
    z-index: 1;
    cursor: pointer;
    border-radius: 50px;
    behavior:url(/cms-chng-theme/js/PIE.htc);
    -ms-behavior:url(/cms-chng-theme/js/PIE.htc);
    color: #666;
    overflow: hidden;
    border: 1px solid #b9b9b9;
}
/*保留*/
.more span {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 1;
    font-size: 1.6rem;
    line-height: 50px;
    overflow: hidden;
    text-align: center;
    background-color: transparent;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
/*保留*/
.more span::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    top: 50%;
    z-index: -1;
    background: #0054A7;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
/*保留*/
.more span:hover {
    color: #fff;
}
@media (max-width: 1200px) {
/*保留*/
    .section {
        min-width: 0;
    }
}

@media(max-width:1200px) {
/*保留*/
    .section-right-conn {
        margin: 0px;
    }
/*保留*/
    .section {
        width: 100%;
    }
/*保留*/
    #a02 .head{
        height: 160px!important;
    }
    #a02 .tabs{
        height: 100px!important;
        margin-top: 15px!important;
    }
}
@media (min-width: 1200px) {
/*保留*/
    .section {
        width: 1200px;
        margin: 0 auto;
    }
/*保留*/
    #header .section {
        width: 1200px;
        margin: 0 auto;
        height: 96px;
    }
}