/*轮播图*/

#header-iframe{
    z-index: 999;
    position: relative;
}
#banner {
    width: 100%;
    position: absolute;
    top: 0;
    height: auto;
    overflow: hidden;
    z-index: -1;
}
.fader {
    position: relative;
    padding-top: 450px;
    font-family: "futura",arial;
    overflow: hidden;
}
.fader .slide {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
    opacity: 0;
}
.fader img.slide {
    height: 450px;
}
.fader .pager_list {
    position: absolute;
    width: 100%;
    height: 40px;
    padding: 0;
    line-height: 40px;
    bottom: 0;
    text-align: center;
    z-index: 4;
}
.fader .pager_list li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 7px;
    background: #fff;
    opacity: .7;
    text-indent: -9999px;
    border-radius: 999px;
    cursor: pointer;
    transition: all 150ms ease 0s;
}
.fader .pager_list li:hover, .fader .pager_list li.active {
    opacity: 1;
}
.swiper-container {
    width: 600px;
    height: 300px;
}
/*内容*/
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 1200px;
    }
}
.mtop {
    margin-top: 320px;
}
#news {
    width: 70%;
    float: left;
    height: auto;
}
.card-fouth {
    background: rgba(246,246,246,.31);
}
.news-title {
    border-bottom: #ddd solid 1px;
    margin-bottom: 10px;
}
.card-fouth .industry {
    font-size: 18px;
    color: #666;
    padding: 5px 0;
    display: inline-block;
    width: 100px;
    height: 37px;
}
.card-fouth .industry.first {
    padding-left: 0;
}
.card-fouth .industry span {
    font-family: PingFang SC;
}
.card-fouth .industry.active {
    padding-bottom: 14px;
}
.card-fouth .industry.active span {
    font-size: 18px;
    font-weight: 900;
    color: #015a96;
    border-bottom: 3px solid #015a96;
    padding-bottom: 5px;
}
.right {
    float: right;
}
.news-title .right {
    line-height: 40px;
    font-size: 14px;
}
.news_l {
    float: left;
    width: 52%;
    position: relative;
    height: auto;
    overflow: hidden;
    margin-right: 2%;
}
.news_r {
    width: 45%;
    float: left;
}
.card-fouth .case-panel {
    display: none;
}
.news_r li {
    width: 100%;
    height: 44px;
    line-height: 44px;
    position: relative;
    border-bottom: #ccc dashed 1px;
}
.left {
    float: left;
}
.right {
    float: right;
}
.card-fouth .case-panel {
    display: none;
}
.card-fouth .case-panel.active {
    z-index: 100;
    display: block;
    -webkit-transition: all .2s ease-out .1s;
    transition: all .2s ease-out .1s;
}
#container-right {
    float: right;
    width: 28%;
}
#nav-icon {
    position: relative;
}
@media screen and (min-width: 768px) {
    #nav-icon {
        height: 350px;
        margin-top: 10px;
        padding: 10px;
        background: #f0f7fd;
        box-shadow: 0 0 10px 2px #cbe5f5;
        /* background-image: url(nav-icon.jpg); */
    }
}
#nav-icon li {
    padding: 4px;
    float: left;
    color: #aaa;
    text-align: center;
    cursor: pointer;
}
@media screen and (min-width: 768px) {
    #nav-icon li {
        height: 103px;
        overflow: hidden;
        width: 33%;
        margin-top: 6px;
    }
}
@media screen and (min-width: 768px) {
    #nav-icon li a {
        transition: all .3s ease 0s;
        font-size: 14px;
    }
}
#nav-icon li i {
    display: block;
    padding: 4px;
}
@media screen and (min-width: 768px){
    #nav-icon li i {
        margin-left: 8px;
        width: 74px;
        height: 74px;
    }
}
@media screen and (min-width: 768px) {
    #nav-icon li i img {
        height: 100%;
        transition: all .3s ease 0s;
    }
}
.clear {
    width: 100%;
    overflow: hidden;
    clear: both;
}
.case-panel_tab-1_ul>.left{
    width: 75%!important;
}
.case-panel_tab-1_ul>.right{
    width: 25%!important;
}
.case-panel_tab-2_ul{
    height: 305px;
    overflow: hidden;
}
#footer-container{
    z-index: 99;
    position: relative;
}
/*底部*/

#footer {
    width: 100%;
    background-color: #0067ac;
    color: #ceeafd;
    padding: 15px 0;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px){
    .container {
        width: 1200px;
    }
}
.case-panel_tab-1_ul{
    height: 305px;
    overflow: hidden;
}
/* 移动端样式 */
@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;
    }
    .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;
    }
    .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: 580px;
        margin-top: 60px;
        background: linear-gradient(to bottom, rgba(240,247,253,1),rgba(227,240,251,1));
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .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;
    }
    .w-honors .container{
        display: flex;
        justify-content: flex-start;
    }
    .w-pics img{
        height: 163px!important;
    }
    #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;
    }
    #footer-container{
        position: relative;
        bottom: 0;
    }
    #footer {
        width: 100%;
        background-color: #0067ac;
        color: #ceeafd;
        padding: 15px 0;
        text-align: center;
        margin-top: 57px;
        font-size: 14px;
    }
}