html, body {
    position: relative;
    height: 100%;
    background: #f6f6f6;
}
.swiper-container {
    width: 100%;
}
.col-md-12{
    overflow: hidden;
}
.nero{padding: 0;}
.guanggao{
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 80px;
}
/* 顶部 */
.tbox{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* height: 47px; */
    background: #fff;
    position: relative;
}
.seachbox{
    display: flex;
    align-items: center;
}
.seachbox a{
    color: #333333;
}
.seach{
    position: relative;
    margin-left: 6px;
}
.seach input{
    background: #f2f1ef;
    width: 198px;
    height: 31px;
    border-radius: 31px;
    padding-left: 16px;
}
.seach img{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
/* 轮播logo */
.logo{
    position: absolute;
    width: 320px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 666;
    text-align: center;
    left: 18%;
}
.logo_t1{
    opacity: 1;
    width: 100%;
}
.logo_t2{
    background: #fff;
    box-sizing: border-box;
    padding: 20px 10px;
    color: #333333;
    display:none
}

.logo_name{
    font-weight: 600;font-size: 16px;margin-bottom: 8px;color: #000;
}
.navbox{
    width: 100%;background: #3c84d8;
}
.navboxc{
    width: 100%;background: #e2e2e2;
    padding: 15px;
    display: none;
}
.navboxc a{
    color: #777;
}
@media screen and (max-width: 768px) {
    .logo {display: none;}
    .time{display: none;}
    .banner1{display: none;}
    .navbox{display: none;}
    #goToTop{display: none!important}
}

/* 导航 */
.nav{
    height: 70px;
    color: #fff;
    overflow: hidden;
}
.nav .col-md-1{
    padding: 0!important;
    text-align: center;
    height: 80px;
    background: #3c84d8;
}
.nav .col-md-1:hover{
    color: #000;
}
.nav .col-md-1:hover p{
    border: 0!important;
}
.nav .col-md-1 p{
    margin-top: 22px;
    box-sizing: border-box;
    border-left: 1px solid #2871c6;
}
.nav .col-md-1 p a{
    color: #fff;
}
/* 当前位置 */
.weizhi{
    padding-left: 30px;
    box-sizing: border-box;
    margin-top: 20px;
    font-size: 18px;
}
.weizhi a{
    color: #000;
}
/* 内容盒子头部（含标题） */
.news{
    width: 100%;
    background: #fff;
    border-radius: 4px;
    padding-bottom: 20px;
}
.news_title{
    width: 100%;
    height: 57px;
    background-image: url(../img/bg1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0 5%;
}
.title_msg{
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #d5d3d3;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.left{
    align-items: center;
    display: flex;
    font-weight: bold;
}
.left p{
    font-size: 18px;
}
.right{
    color: #999999;
    display: flex;
    align-items: center;
}
.right span{
    display: inline-block;
    margin: 0 8px;
}
/* 每日更新 */
.dongtai_list{
    padding: 0 5%;
    margin-top: 15px;
}
.dongtai_item2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 0;
    color: #000;
}
.dongtai_item>p{
    color: #999999;
    font-size: 16px;
}
.item_left{
    display: flex;
    align-items: center;
    width: 100%;
}
/* 活动专题 */
.zhuanxiang_list{
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
}
.zhuanxiang_item{
    width: 150px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;

    border-radius: 8px;
    background-repeat: no-repeat;
    background-size: 100%;
}
.zhuanxiang_item:hover{
    color: #777;
}
@media screen and (max-width: 1200px) {
    .zhuanxiang_item{
        width:100%
    }
}
/* 重点推荐 */
.zhongdian{
    padding: 0 5%;
    margin-top: 10px;
}
.zhongdian{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; 
    margin-top: 20px;                                   
}
.zhongdian_item{
    width: 48%;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}
.zhongdian_item img{
    margin-bottom: 6px;
    border-radius: 4px;
    width: 100%;
}
/* 友情链接 */
.Flink{
    margin-top: 40px;
    width: 1140px;
    border: 1px solid #d5d3d3;
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-align: center;
    line-height: 30px;
}
.Flink>p>a{
    color: #000;
}
.title{
    width: 20%;
    margin: 0 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6f6f6;
    transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
    .title {
        width: auto;
        margin: 0;
    }
    .Flink{
        width: 94%;
    }
    .seachbox{padding: 0 10px;width: 100%;justify-content: space-between;}
    .topa{
        padding: 0;
        position: fixed;
        z-index: 666;
        width: 100%;
        top: 0;
    }
    body{padding-top:88px ;}
}
.title p{
    margin: 0 15px;
    font-size: 18px;
    font-weight: 600;
}
/* 页尾 */
.yewei{
    padding-bottom: 15px;
    text-align: center;
    line-height: 25px;
    color: #666666;
}
.yewei p{
    font-size: 12px!important;
}
.yewei a{
    color: #fff;
    background: #3c84d8;
    border-radius: 4px;
    font-size: 12px;
    padding: 2px 4px;
}
.yewei a{
    color: #fff;
    background: #3c84d8;
    font-size: 12px;
}
/* 侧滑导航 */
* {margin:0;padding:0;}
#mobile-menu {overflow-y: auto;position:fixed;top:0;left:0;width:220px;height:100%;background-color:#f4f4f4;z-index:9999;}
a:hover ,a:focus{text-decoration:none}
.catbox{
    padding-left: 16px;
    /* display: none; */
}
.mobile-nav ul li a {color:gray;display:block;padding:1em 5%;    border-top:1px solid #ddd;border-bottom:1px solid #ddd;transition:all 0.2s ease-out;cursor:pointer;}#mobile-menu {position:fixed;top:0;left:0;width:220px;height:100%;background-color:#373737;z-index:9999;transition:all 0.3s ease-in;}
.mobile-nav ul li a:hover {background-color: #23A1F6;color: #ffffff;}
.show-nav {transform:translateX(0);transition: .2s;}
.hide-nav {transform:translateX(-220px);transition: .2s;} /*侧滑关键*/
.mobile-nav-taggle {height:35px;line-height:35px;width:35px;color:#000;display:inline-block;text-align:center;cursor:pointer}
.nav.avbar-inverse{position:relative;}
.nav-btn {}
@media screen and (min-width: 768px) {
    .nav-btn{display: none;}
}
/* 返回顶部 */
#goToTop{
    text-align: center;
    position: fixed;
    bottom:60px;
    right:60px;
}

/* 公共 */
.zhenfu{
    width: 100%;

}
.zhenfu_top{
    margin: 0 5%;
    width: 90%;
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding-bottom: 18px;
    border-bottom: 1px dashed #e2e2e2;
}
.zhenfu_right{
    width: 85%;
    margin-left: 10px;
}
.zhenfu_t1{
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
    color: #000;
}
.zhenfu_t2{
    width: 100%;
    color: #999999;
    font-size: 12px;
    line-height: 20px;
}
.item_left1{
    display: flex;
    align-items: center;
    width: 70%;
}
.dongtai_item2>p{
    color: #666;
}
@media screen and (max-width: 768px) {
    .zhenfu_right{
    width: 65%;
    margin-left: 10px;
}
}