/*.com-top{padding:20px 40px;font-size:16px;overflow: hidden;}*/
.totop{position: fixed;right:30px;bottom:80px;display:none;width:60px;height:60px}
.totop img{width:100%;cursor: pointer;}
.com-top {
    font-size: 16px;
  
    width: 100%;
    padding: 0 5%;
    height: 90px;
    padding-top:20px;
    position: fixed;top:0;
    z-index:9999;
    background:#fff;
    box-shadow: 0 3px 4px #efefef;;
   
}
.com-top2{height:90px;}
.com-top .top-logo{vertical-align: middle;width: 120px;}
.top-nav {display:inline-block;margin-left:20px;}
.top-nav>li{display:inline-block;margin:0 25px;cursor: pointer;position: relative;}
.top-nav>li:hover>a{color:#199ed8}

.top-nav  li ul{position: absolute;left:-10px;top:20px;width:120px;display: none;padding-top:15px;z-index: 99999;background:#fff}
.top-nav  li:hover ul{display: block;}
.top-nav  li ul li a{display:block ;padding-left:10px;line-height: 30px;;}
.top-nav  li a.current{color:#199ed8}
.top-nav  li ul li:hover a{background:#199ed8;color:#fff;}
.top-tel{float:right;text-align: right;}
.top-tel img{vertical-align:middle;}
.top-tel span {
    color: #666;
    font-size: 18px;
    font-weight:bold;
    line-height: 40px;
}
.com-btn-blue{
    display:inline-block;
    background:#199ed8;
    padding: 10px 15px;
    color:#fff;
    margin-left:15px;
    border-radius: 5px;
    cursor: pointer;
}
.com-btn-blue:hover{color:#fff;background:#0c98d4}
.com-btn-yellow{
    display: inline-block;
    background: #ff8359;
    padding: 10px 15px;
    color: #fff;
    margin-left: 20px;
    border-radius: 5px;
    cursor: pointer;
}
.com-btn-yellow:hover{color:#fff;background:#ff4b0f}

/* 底部 */
.com-footer{background:#414141;padding-top:50px;color:#fff;margin-top:30px;}
.com-footer .f-item h4{font-size:20px;line-height: 40px;}
.com-footer .f-item ul li a{display:block;line-height: 25px;color:#aaa;}
.com-footer .f-item .text-wx{font-size:18px;text-align: center;line-height: 25px;color:#aaa;}
.com-footer .banquan{height:50px;line-height:50px;background:#000;color:#fff;text-align: center;}

/* 公用路径 */
.com-tree{margin:20px 0;border-bottom:1px solid #ccc;}
.com-tree a{display: inline-block;margin-right:10px;line-height:40px;color:#199ed8}
.com-tree a.current{color:#555;}

/* 轮播图按钮 */
#myCarousel{z-index: 1;}
.carousel-indicators {
    bottom: 10px;
}

.carousel-indicators li {
    background: #ccc;
    border: none;
    margin-right: 10px;
    width: 100px;
}

.carousel-indicators li.active {
    background: #e70;
    margin-right: 10px;
    width: 100px;
}



.data-area {
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    padding: 10px 0 0 0;
}

.data-area .navlist {
    width: 10%;
    height: 300px;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    text-align: center;
}

.data-area .navlist .maintitle {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #666666;
    color: #cccccc;
    cursor: pointer;
}

.data-area .navlist .subtitletitle {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #666666;
    color: #cccccc;
    cursor: pointer;
}

.data-area .boxlist {
    width: 85%;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.boxlist {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}

/**类别**/
.classify {
    width: 100%;
    height: auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.bt_classify_name {
    margin: 5px;
    width: 18%;
    height: 130px;
    border-radius: 8px;
    cursor: pointer;
}

.bt_classify_name img{
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.bt_classify_name:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.box-img {
    width: 100px;
    margin: 0 auto;
}

.box-text {
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 1.25rem;
    letter-spacing: .2rem;
}

.bt_classify_name_empty{
    margin: 5px;
    width: 18%;
    height: 0px;
}

/* 公用标题 */
.com-title{margin-bottom:40px;text-align:center}
.com-title .c-title{display:inline-block;margin:0 auto;padding:0 20px;line-height: 60px;border-bottom:3px solid #ef730c;clear:both;font-size:32px;}
.com-title .c-description {line-height:30px;margin-top:30px;}


.button_su{
    overflow: hidden;
    position: relative;
    display: inline-block;
    border-radius: 3px;
}

.su_button_circle{
    background-color: red;
    border-radius: 1000px;
    position: absolute;
    left:0;
    top:0;
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    pointer-events: none;
    /*animation-timing-function: ease-in-out; */
}

.button_su_inner{
    display: inline-block;
    background: #2eb2da;
    color: #F4F4F4;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    border-radius: 5px;
    transition: 400ms;
    text-decoration: none;
    padding: 10px 30px;
    z-index: 100000;
    width: 100%;
}

.button_text_container{
    position:relative;
    z-index: 10000;
}

.explode-circle {
    animation: explode 0.5s forwards;

}

.desplode-circle{
    animation: desplode 0.5s forwards;
}

@keyframes explode {
    0% {
        width: 0px;
        height: 0px;
        margin-left: 0px;
        margin-top: 0px;
        background-color: rgba(42, 53, 80,0.2);
    }
    100% {
        width: 400px;
        height: 400px;
        margin-left: -200px;
        margin-top: -200px;
        background-color: rgba(20, 180, 87,0.8);
    }
}

@keyframes desplode {
    0% {
        width: 400px;
        height: 400px;
        margin-left: -200px;
        margin-top: -200px;
        background-color: rgba(20, 180, 87,0.8);
    }
    100% {
        width: 0px;
        height: 0px;
        margin-left: 0px;
        margin-top: 0px;
        background-color: rgba(129, 80, 108,0.6);
    }
}


/* --------------------我的动态---------------- */
.com-article-ul{display:block;width: 100%;}
.com-article-ul li{ list-style: disc;height:40px;line-height: 40px;border-bottom:1px solid #efefef;}
.com-article-ul li .date{display:inline-block;float: right;color:#666}















