﻿body {
    font-size:16px
}

li {
    list-style: none;
}
/*全局连接样式*/

a:link {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #ff0000;
    text-decoration: underline;
}

.fenge {
    height: 10px;
}

.navbigtext {
    color: brown;
    font-size: 20px;
    font-weight: bold;
  
}

.list li {
    float: left;
    padding: 5px;
}

.list a {
    color: #333;
    text-decoration: none;
}

.list a:hover {
    color:#16ad55;
    text-decoration: none;
}

.nav0 {
    padding: 0px !important;
}

.newlist li {
    padding: 5px;
    border-bottom: 1px dotted #ccc;
}

.text-overflow {
    overflow: hidden; /*内容超出宽度时隐藏超出部分的内容 */
    text-overflow: ellipsis; /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
    white-space: nowrap; /*不换行 */
}

.newlist a {
    color: #333;
    text-decoration: none;
}

    .newlist a:hover {
        color: #0094ff;
        text-decoration: underline;
    }



a:hover img {
        filter: alpha(Opacity=80);
        -moz-opacity: 0.6;
        opacity: 0.6;
    }
.pages {
            color: #999;
        }

            .pages a, .pages .cpb {
                text-decoration: none;
                float: left;
                padding: 0 5px;
                border: 1px solid #ddd;
                background: #ffff;
                margin: 0 2px;
                /*font-size: 11px;*/
                color: #000;
            }

                .pages a:hover {
                    background-color: #E61636;
                    color: #fff;
                    border: 1px solid #E61636;
                    text-decoration: none;
                }

            .pages .cpb {
                font-weight: bold;
                color: #fff;
                background: #E61636;
                border: 1px solid #E61636;
            }

            /*首页右侧客服窗口*/
.floating_ck{position:fixed;right:20px;top:30%;}
.floating_ck dl dd{position:relative;width:80px;height:80px;background-color:#646577;border-bottom:solid 1px #555666;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;}
.floating_ck dl dd:hover{background-color:#e40231;border-bottom:solid 1px #a40324;}
.floating_ck dl dd:hover .floating_left{display:block;}
.consult,.words{background-image:url(../images/icon0701/zxicon.png);}
.quote{background-image:url(../images/icon0701/kficon.png);}
.qrcord{background-image:url(../images/icon0701/erweima.png);}
.android{background-image:url(../images/icon0701/android.png);}
.ios{background-image:url(../images/icon0701/ios.png);}
.return{background-image:url(../images/icon0701/fanhui.png);}
.floating_ck dd span{color:#fff;display:block;padding-top:54px;}
.floating_left{position:absolute;left:-160px;top:0px;width:160px;height:80px;background-color:#e40231;border-bottom:solid 1px #a40324;display:none;}
.floating_left a{color:#fff;line-height:80px;}
.floating_ewm{height:260px;top:-180px;}
.floating_ewm i{background-image:url(../images/erweima.png);display:block;width:145px;height:145px;margin:auto;margin-top:7px;}
.floating_ewm p{color:#fff;margin-top:5px;}

.floating_android{height:260px;top:-180px;}
.floating_android i{background-image:url(../images/down_android.png);display:block;width:145px;height:145px;margin:auto;margin-top:7px;}
.floating_android p{color:#fff;margin-top:5px;}


.floating_ios{height:260px;top:-180px;}
.floating_ios i{background-image:url(../images/new_down_ios.png);display:block;width:145px;height:145px;margin:auto;margin-top:7px;}
.floating_ios p{color:#fff;margin-top:5px;}

 .qrcord_p01{font-size:12px;line-height:20px;}
 .qrcord_p02{font-size:18px;}
            /*结束*/
/*专家背景*/
.teacher {
    background-image:url('../images/teacher.jpg');
    background-position:center;
    background-repeat:no-repeat;
    height:150px;

}
       