/*<!--内容--图片区域-->*/
/*pc端样式：*/
#banner_about {
    width: 100%;
    height: auto;
}
#banner_about img {
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 768px) {
    #banner_about .banner_m {
        display: none;
    }
}
#banner_about img {
    width: 100%;
    height: 100%;
}
/*<!--内容--文本区域-->*/
#about {
    width: 100%;
}
#about .position {
    width: 100%;
    height: 46px;
    line-height: 46px;
    background-color: #ecf4fc;
    color: #1b80d9;
    font-size: 14px;
    margin-top: -4px;
    margin-bottom: 20px;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px){
    .container {
        width: 1200px;
    }
}
.yygk {
    display: flex;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
    padding: 20px 0;
}
.yygk .active a {
    color: #0067AC;
}
.yygk li {
    width: 12%;
    margin-left: 10px;
}
.yygk li a i {
    display: block;
    font-size: 40px;
}
#about .content {
    line-height: 30px;
}
@media screen and (min-width: 768px){
    .wrapper .w-right {
        width: 48%;
        float: right;
        margin-top: 90px;
    }
}
@media screen and (min-width: 768px) {
    .wrapper .w-right img {
        width: 100%;
    }
}
@media screen and (min-width: 768px){
    .wrapper .w-left {
        width: 48%;
        float: left;
    }
}
.w-sub-title span {
    display: block;
    font-size: 20px;
    color: #ddd;
    text-transform: uppercase;
    font-family: arial;
    margin-bottom: 0px;
    opacity: 1;
}
.w-sub-title p {
    display: block;
    font-size: 26px;
    color: #333;
    position: relative;
    top: 0;
    font-weight: bold;
}
.w-content {
    margin-top: 15px;
}
.w-content p {
    font-size: 16px;
    color: #333;
    line-height: 1.8em;
    margin-bottom: 10px;
    text-indent: 35px;
}
.w-content .w-more {
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #CA1212;
    margin-top: 30px;
}
.w-content .w-more a {
    color: #fff;
}
.clear {
    width: 100%;
    overflow: hidden;
    clear: both;
}
.w-honors {
    width: 100%;
    height: 480px;
    margin-top: 60px;
    background: linear-gradient(to bottom, rgba(240,247,253,1),rgba(227,240,251,1));
    padding-top: 50px;
    padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
    .w-honors .w-left {
        margin: 0 1%;
        padding: 1%;
        width: 46%;
        float: left;
        box-shadow: 0 0 5px #deedfa;
    }
}
@media screen and (min-width: 768px) {
    .w-honors .w-right {
        margin: 0 1%;
        padding: 1%;
        width: 46%;
        float: left;
        box-shadow: 0 0 5px #deedfa;
    }
}
.w-honors .w-content img {
    margin-bottom: 30px;
    width: 250px;
    height: 200px;
    border: solid 5px #fff;
    box-shadow: 0px 0px 10px #ddd;
    margin-right: 5px;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    background-color: #000;
    opacity: .6;
    color: white;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
#myBtn i {
    font-size: 24px;
}
/* 移动端样式 */
@media only screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }
    .pageBody{
        position: relative;
        z-index: 1;
        width: 1006px;
        margin: 0 auto;
        overflow-y: scroll;
    }
    #header {
        width: 100%;
        height: 70px;
        margin: 15px auto;
        min-width: 100vw!important;
        z-index: 1000;
        position: relative;
        display: flex;
        justify-content: space-evenly;
    }
    #banner_about {
        width: 100%;
        height: auto;
    }
    #banner_about img {
        width: 100%;
        height: 100%;
    }
    #banner_about img {
        width: 100%;
        height: 100%;
    }
    .wrapper .w-right {
        text-align: center;
    }
    /*<!--内容--文本区域-->*/
    #about {
        width: 100%;
    }
    #about .position {
        width: 100%;
        height: 46px;
        line-height: 46px;
        background-color: #ecf4fc;
        color: #1b80d9;
        font-size: 14px;
        margin-top: -4px;
        margin-bottom: 20px;
    }
    .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}