/* 响应式布局CSS */
.noScroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}
.head_mobile{
    display: none;
    width: 100vw;
    padding-top: 8px;
}
.head_mobile1 img{
    width: 60vw;
}
.icon-menu{
    font-size: 32px;
}
.head-nav-box {
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    box-shadow: 0px 0px 8px #e1e1e1;
    transition: all 0.2s;
    opacity: 0;
    z-index: 22222;
    display: none;
}

.head-nav-box.on {
    right: 0%;
    opacity: 1;
    display: block;
}

.head-nav-cont {
    position: relative;
    left: 12vw;
    width: 88vw;
    height: 100vh;
    background: #fff;
    overflow: auto;
}

.head-nav-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
}

.head-nav-list {
    font-size: 14px;
    border-bottom: 1px solid #e3e4e5;
}

.head-nav-list1 {
    margin: 0 16px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-nav-list1 span {
    display: flex;
    align-items: center;
    transition: all 0.2s;
}
.head-nav-list.on .head-nav-list1 .iconfont {
    transform: rotate(-180deg);
}
.head-nav-list1 svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.head-nav-list2 {
    padding: 8px 0 8px 12px;
    flex-wrap: wrap;
    display: none;
    background: #f7faff;
}

.head-nav-list2 a {
    width: 50%;
    color: #333;
    line-height: 30px;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 13px;
}

.head-nav-list2 a:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #2f81ff;
    margin-right: 8px;
}

.head-nav-list.on .head-nav-list2 {
    display: flex;
}

.head-nav-list.on .iconarrow-bottom {
    display: inline-block;
    transform: rotate(180deg);
}

.head-nav-user-box {
    padding: 12px 16px;
    text-align: right;
}

.head-nav-user-box i{
    font-size: 30px;
}

.head-nav-user-box .button-g {
    width: 100px;
}

.head-nav-user {
    line-height: 28px;
    width: 100%;
}

.head-nav-tabs {
    border: 1px solid #2f81ff;
    border-radius: 4px;
    height: 32px;
    margin: 0 16px;
    display: flex;
}

.head-nav-tabs span {
    flex: 1;
    color: #2f81ff;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
}

.head-nav-tabs span.on {
    background-color: #2f81ff;
    color: #fff;

}

/* 平板电脑样式 (768px - 1024px) */
@media (max-width: 1024px) and (min-width: 769px) {

}

/* 移动端样式 (最大宽度 768px) */
@media (max-width: 768px) {
    .slideBox2{
        display: none;
    }
    .mmt-0{
        margin-top: 0 !important;
    }
    .mmb-0{
        margin-bottom: 0 !important;
    }
    body {
        font-size: 14px;
        min-width: 100vw;
    }
    .w1200{
        width: 100% !important;
        padding: 0 16px;
    }
    .head {
        display: none;
    }
    .head_mobile{
        display: block;
    }
    .picScroll-left{
        width: 100%;
    }
    .head-input input{
        border-radius: 4px 0 0 4px;
        line-height: 40px;
        height: 40px;
        padding-left: 12px;
        width: 100%;
    }
    .head-input span {
        border-radius: 0 4px 4px 0;
        line-height: 40px;
        height: 40px;
        width: 80px;
        font-size: 30px;
    }
    .mySwiper1Box{
        width: 100%;
    }
    .mySwiper1Box2{
        width: 100%;
        margin-left: 0;
        margin-top: 24px;
    }
    .mySwiper1 img{
        width: 96vw !important;
        height: 250px !important;
    }
    .swiper-banner-title{
        font-size: 14px;
        padding: 20px 0 8px;
        font-weight: bold;
    }
    .swiper-banner-title{
        width: 88%;
    }
    .swiper-banner-msg{
        font-size: 14px;
        width: 88%;
    }
    .index-banner{
        height: 86px;
    }
    .index-banner-img{
        background: url(../images/img31a.png) no-repeat;
        background-size:contain;
        width: 13vw;
        height: 29px;
        top: 0px;
        left: 16px;
    }
    .index-box{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 24px;
    }
    .index-box-cont{
        padding: 12px 16px;
        min-width: 100%;
        min-height: auto;
    }
    .index-box-title-tabs span{
        padding: 0 9px;
        font-size: 13px;
    }
    .index-box-cont > a p,.index-box-medium .index-box-cont > a p{
        width: 66vw;
    }
    .index-group-item{
        width: 46.2%;
    }
    .index-box-text{
        width: 100%;
        padding: 3px 0 5px 33%;
    }
    .index-box-text img{
        width: 30%;
        height: 60px;
        top: 3px;
    }
    .index-box-text1{
        font-size: 14px;
        line-height: 14px;
        padding: 0 0 5px;
        width: 100%;
    }
    .index-box-text2{
        line-height: 22px;
        height: 42px;
    }
    .index-box-img2{
        width: 100%;
    }
    .index-box-img1 a,.index-box-img2 a{
        width: 100%;
        height: auto;
        margin: 16px 0 0 0;
    }
    .foot-top-links{
        display: block;
        padding-top: 16px;
        line-height: 22px;
    }
    .foot-top-links > div{
        display: inline-block;
        width: 100%;
    }
    .foot-erweima{
        position: relative;
    }
    .foot-bottom-bg{
        line-height: 24px;
        padding-bottom: 16px;
    }
    .foot-bottom-bg a img{
        padding: 0;
        top: 10px;
    }
    .foot-top-links > div > a{
        padding-right: 0;
    }
    .foot-top-links > div > a:before{
        display: none;
    }
    .foot-erweima{
        display: none;
    }
    .picScroll-left .prev, .picScroll-left .next{
        width: 38px;
        height: 38px;
        background: rgba(0,0,0,0.5) url(../images/slider-arrow.png) -58px 9px no-repeat;
        background-size: 140px;
        margin-top: -20px;
    }
    .picScroll-left .next {
        background-position: 17px 9px;
    }

    .news-banner{
        background: none !important;
        width: 100%;
        margin-top: 16px;
        height: auto;
    }
    .news-banner img{
        display: block;
        width: 100vw;
    }
    .news-nav{
        display: none;
    }
    .news-right{
        width: 100%;
        padding: 0 16px 16px;
    }
    .news-detail-cont, .news-detail-cont p{
        font-size: 14px;
        line-height: 24px;
    }
    .news-right-cont > p:nth-child(1){
        font-size: 14px !important;
        font-weight: bold;
        margin-top: 24px !important;
    }
    .paging .num{
        display: none;
    }
    .news-right-link > a{
        font-size: 14px;
    }
    .news-right-link > a p{
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .news-detail-nav{
        display: flex;
    }
    .index-box-img .index-box-img1 img{
        width: 100%;
        height: auto;
    }

}

/* 小屏手机样式 (最大宽度 480px) */
@media (max-width: 480px) {

}

/* 移动端特殊优化 */
@media (max-width: 768px) {
    /* 移动端滚动优化 */
    body {
        -webkit-overflow-scrolling: touch;
    }
    
    /* 移动端点击优化 */
    a, button, input, textarea {
        -webkit-tap-highlight-color: transparent;
    }
    
    /* 移动端字体优化 */
    * {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    /* 移动端图片优化 */
    img {
        max-width: 100%;
        height: auto;
    }

}
