﻿@charset "utf-8";

/* CSS Document */
body { min-width:1216px;
    font-family: "Microsoft YaHei","微软雅黑" !important;
    /*全局字体Microsoft Yahei  为流行的宋体字体，如不需要，删除即可*/
    font-size: 12px;
    /*全局字体大小*/
    color: #666666;
    /*全局字体颜色*/
    /*如果还需要定义网页的背景颜色或图片可以继续写*/
}

.clear {
    clear: both;
    /*建立一个通用的清除浮动选择符*/
}

body,
div,
ul,
ol,
li,
form,
p,
input,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
    /*这些标签默认存在一些外边距、内边距等，必须提前清除*/
    margin: 0;
    padding: 0;
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    /*有必要的时候把全局的图片边框去掉*/
    border: none;
}

a,
a:hover,
a:visited,
a:link {
    text-decoration: none;
}

.clearfix:after{
    content: "";
    display: table;
    clear: both;
    zoom: 1;
}
.index_part2:after {
    content: "";
    display: table;
    clear: both;
    zoom: 1;
}
.index_part7:after {
    content: "";
    display: table;
    clear: both;
    zoom: 1;
}
.elli {
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
}

.elli2 {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.conner {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.right_tip {
    position: fixed;
    right: 0px;
    top: 230px;
    width: 30px;
    height: auto;
}

    .right_tip > a {
        display: block;
        width: 100%;
        height: 65px;
        background: #25b361;
        margin-bottom: 5px;
    }

        .right_tip > a:first-child {
            border-top-left-radius: 10px;
        }

        .right_tip > a:last-child {
            border-bottom-left-radius: 10px;
        }

.index_top {
    width: 100%;
    height: 38px;
    background: #f4f8fa;
}

.content {
    width: 1226px;
    height: auto;
    margin: 0 auto;
}

.con_lr > div {
    width: 50%;
    height: 38px;
    float: left;
}

.top_left {
    font-size: 14px;
    color: #31a863;
    line-height: 38px;
    padding-left: 32px;
    background: url(../AImages/img/hi.png) left center no-repeat;
}

.top_right {
    display: inline-block;
    height: 100%;
    background: url(../AImages/img/top_head.png) left center no-repeat;
    padding-left: 35px;
}

    .top_right ul li {
        float: left;
        padding: 8px 10px;
        background: url(../AImages/img/line.png) right center no-repeat;
    }

        .top_right ul li:last-child {
            background: none;
        }

        .top_right ul li a {
            display: inline-block;
            font-size: 14px;
            color: #818181;
            line-height: 22px;
            padding: 0px 10px;
        }

        .top_right ul li.active a, .top_right ul li:hover a {
            background: #ff893b;
            color: #ffffff;
            border-radius: 3px;
        }

.index_logo {
    width: 100%;
    height: 128px;
    background: url(../AImages/img/logo_bg.png) left center no-repeat;
    background-size: 100% 100%;
}

.logo_right {
    display: inline-block;
    height: 100%;
}

    .logo_right > ul > li {
        float: left;
        padding: 8px 15px 0px;
        font-size: 12px;
        color: #000000;
        line-height: 20px;
        text-align: center;
    }

.index_nav {
    width: 100%;
    height: 49px;
    background: url(../AImages/img/nav_bg.jpg) left center repeat;
    background-size: 100% 100%;
}

    .index_nav ul li {
        float: left;
        display: inline-block;
        height: 100%;
        width: 135px;
    }

        .index_nav ul li a {
            font-size: 18px;
            color: #ffffff;
            line-height: 49px;
            text-align: center;
            display: block;
        }

        .index_nav ul li:hover a {
            background: url(../AImages/img/li_bg.png) left center no-repeat;
            background-size: 100% 100%;
        }

        .index_nav ul li.active a {
            background: #ff893b;
        }

.nav_er {
    position: absolute;
    z-index: 999;
    display: none;
    width: 136px;
    background: url(../AImages/img/eli_bg.png) bottom center no-repeat;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-size: 100% 100%;
}

.index_nav ul li:hover ul.nav_er {
    display: block;
}

.index_nav ul li ul.nav_er li {
    display: block;
    width: 100%;
    height: 38px;
}

    .index_nav ul li ul.nav_er li a {
        display: block;
        font-size: 16px;
        color: #333333;
        line-height: 38px;
        margin: 0px 10px;
        border-bottom: 1px #cccccc solid;
    }

    .index_nav ul li ul.nav_er li:last-child a {
        border-bottom: none;
    }

    .index_nav ul li ul.nav_er li:hover a {
        color: #31a863;
    }

.index_part1 {
    margin-top: 15px;
    display: flex;
    height: 285px;
    justify-content: space-between;
}

.iindex_part1 {
    height: 210px!important;
}

.part1_l {
    width: 424px;
    height: 100%;
    margin-right: 15px;
    position: relative;
    display:inline-block;
}

.part1_ltext {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 38px;
    background: rgba(0,0,0,0.75);
}

.part1_r {
    width: 774px;
    height: 100%;
    display:inline-block;
}

.ltext_p {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    color: #ffffff;
    font-size: 16px;
    padding: 0px 10px;
    width: 65%;
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
}

.part1_ltextc {
    display: inline-block;
    float: right;
    height: 38px;
    width: auto;
    margin: 0px 10px;
}

    .part1_ltextc span {
        display: inline-block;
        height: 10px;
        width: 10px;
        border-radius: 10px;
        background: #ffffff;
        margin: 14px 2px;
    }

        .part1_ltextc span.active {
            background: #00A37B;
        }

.index_tit {
    height: 35px;
    width: 100%;
    background: url(../AImages/img/tit_bg.jpg) left center no-repeat;
    background-size: 100% 100%;
    /*margin-top: 20px;*/
}

    .index_tit > div {
        float: left;
        width: 40%;
    }

.index_titl {
    padding: 9px 10px;
}

    .index_titl p {
        padding-left: 5px;
        border-left: 3px #35ad58 solid;
        line-height: 16px;
        font-size: 16px;
        color: #35ad58;
    }

.index_tit > div.index_titr {
    float: right;
    text-align: right;
    display: inline-block;
    width: auto;
}

.index_titr a {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0px 15px;
    color: #ffffff;
    font-size: 14px;
}

.list_ul {
    display: block;
    padding: 0px 10px;
    /*height: 250px;*/
    background: #ffffff;
    overflow: hidden;
}

    .list_ul li {
        width: 100%;
        height: 56px;
        border-bottom: 1px #cccccc solid;
        line-height: 37px;
        overflow: hidden;
        padding-left: 5px;
        font-size: 14px;
        display: block;
    }


        .list_ul li a {
            font-size: 14px;
            width:610px !important;
            /*display: block;*/
        }

        .list_ul li:last-child {
            border: none;
        }

        .list_ul li a span:first-child {
            float: left;
            color: #31a863;
            display: inline-block;
            font-size: 14px;
            line-height: calc(244px/7);
            padding: 0px 5px;
            /*margin-left: 20px;*/
        }

        .list_ul li a span:last-child {
            color: #666666;
            display: inline-block;
            font-size: 14px;
            line-height: calc(244px/7);
            width: 90%;
            overflow: hidden;
            /*white-space: nowrap;*/
            text-overflow: ellipsis;
        }

        .list_ul li:hover a span:last-child {
            color: #31a863;
        }

.index_part2 {
    height: 368px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.part1_rf {
    display: flex;
    justify-content: space-between;
}

.part1_r1 {
    height: 100%;
    width: 420px;
    margin-right: 15px;
    float:left;
}

.part1_r2 {
    float:right;
    height: 100%;
    width: 335px;
}

.dg {
    padding: 5px 10px;
    height: calc(100% - 45px);
    background: #ffffff;
}

.dg1 {
    width: 100%;
    height: 117px;
}

.list_ul1 {
    height: calc(100% - 120px);
}

    .list_ul1 li {
        height: 34px;
    }

.list_ul2 li a span:last-child {
    font-size: 12px;
    color: #999999;
    float: right;
    text-align: right;
    width: 75px;
}

.list_ul2 li a span:nth-child(2) {
    /*color: #666666;*/
    /*display: inline-block;*/
    font-size: 14px;
    line-height: 35px;
    width: 70%;
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
}

.lrh {
    width: 100%;
    height: 100%;
}

    .lrh > div {
        height: calc(100%/3);
    }
        /*.lrh_ul{
	margin-top: 5px;
}*/
        .lrh > div:last-child {
            margin-bottom: 0px;
        }

.lrh_ul > img {
    margin: 5px 0px;
    width: 116px;
}

.lrh_ul > div {
    float: right;
    width: 280px;
    display:inline-block;
}

.ul_new li {
    border-bottom: 1px #dadada solid;
    padding: 0px 3px 2px;
    margin-bottom: 10px;
}

    .ul_new li:last-child {
        margin-bottom: 0px;
    }

    .ul_new li a {
        font-size: 12px;
        color: #666666;
        line-height: 20px;
    }

.list_ul li a:visited {
    color: #31a863;
    text-decoration: none;
}

.red {
    color: #ff0000;
}

.index_part3 {
    margin-top: 15px;
}

    .index_part3 > img {
        width: 100%;
    }

.index_part4 {
    margin-top: 15px;
    padding: 10px 8px 12px;
    background: #ffffff;
}

.new_tit {
    border-bottom: 1px #e4e4e4 solid;
    height: 34px;
}

.new_tit {
    background: none;
}

    .new_tit > div:first-child {
        display: inline-block;
        width: 188px;
        background: url(../AImages/img/tit1_bg.png) left center no-repeat;
        background-size: 100% 100%;
    }

.new_titr ul li {
    float: left;
    margin-right: 5px;
    height: 24px;
    width: 90px;
    text-align: center;
    margin-top: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: url(../AImages/img/change.png) left center no-repeat;
    background-size: 100% 100%;
}

    .new_titr ul li a {
        color: #333333;
        font-size: 12px;
        line-height: 24px;
        padding: 0;
    }

    .new_titr ul li.active {
        background: url(../AImages/img/change_active.jpg) left center no-repeat;
        background-size: 100% 100%;
    }

        .new_titr ul li.active a {
            color: #ffffff;
        }

.index_table {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

    .index_table tr th, .index_table tr td {
        border-top: 1px #c9cacb solid;
        border-left: 1px #c9cacb solid;
        padding: 0px 8px;
        font-size: 14px;
        color: #666666;
    }

    .index_table tr th {
        height: 38px;
        text-align: center;
        background: #aaf0c8;
        word-break: keep-all;
    }

    .index_table tr td {
        height: 34px;
        text-align: left;
    }

        .index_table tr td:nth-child(1), .index_table tr td:nth-child(11) {
            text-align: center;
        }

        .index_table tr th:last-child, .index_table tr td:last-child {
            border-right: 1px #c9cacb solid;
        }

    .index_table tr:last-child td {
        border-bottom: 1px #c9cacb solid;
    }

.index_part5 {
    margin-top: 15px;
}

    .index_part5 > div {
        width: 600px;
        float: left;
        height: 405px;
        background: #ffffff;
    }

        .index_part5 > div:first-child {
            margin-right: 15px;
        }

.pd10 {
    /*padding: 10px 8px;*/
}

.index_titr a.green {
    color: #00A37B;
}

.index_part5img {
    position: relative;
    padding: 0px 5px;
    margin: 10px 0px;
}

    .index_part5img img {
        width: 100%;
        height: 125px;
    }

.part5_ltext {
    position: absolute;
    left: 5px;
    bottom: 0px;
    width: calc(100% - 10px);
    height: 48px;
    background: rgba(0,0,0,0.4);
}

.part5_ltext {
    padding: 10px 30px 0px;
    color: #ffffff;
    width: calc(100% - 70px);
    line-height: 20px;
    font-size: 14px;
}

    .part5_ltext p {
        width: 78%;
    }

.noline li {
    border-bottom: none;
}

    .noline li, .noline li a span {
        height: 29px;
        line-height: 29px !important;
    }

.index_part7 {
    display: flex;
    justify-content: space-between;
    height: 367px;
    margin-top: 15px;
}

    .index_part7 > div:first-child {
        margin-right: 15px;
        width: 855px;
        height: 100%;
        float:left;
    }

.add_width {
    width: 340px;
    float: left;
}

.list_ul7 {
    height: 330px;
}

    .list_ul7 li, .list_ul7 li a span:last-child, .list_ul7 li a span:first-child {
        height: calc(320px/9);
    }

.lrh_ul1 > img {
    width: 100%;
    height: 100%;
}

.lrh > div.lrh_ul1 {
    height: calc((100% - 20px)/4);
    margin-bottom: 5px;
}

    .lrh > div.lrh_ul1:last-child {
        margin-bottom: 0px;
    }

.index_part8 {
    margin-top: 15px;
    padding: 10px 8px 12px;
    background: #ffffff;
}

.part8_ul > li {
    float: left;
    margin: 10px 8px 0px 8px;
    width: 584px;
    padding-bottom: 5px;
    border-bottom: 2px #dddddd solid;
}

.part8_ul li img {
    border: 1px #dddddd solid;
    float: left;
}

.part8_ul > li > a > div {
    float: left;
    width: calc(100% - 164px);
    margin-left: 15px;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
}

    .part8_ul > li > a > div > p {
        /*margin-top: 5px;*/
    }

.btn_bg {
    background: url(../AImages/img/yao_btnbg.png) left center no-repeat;
    background-size: 100% 100%;
    height: 25px;
    width: 100px;
    border: 1px #c5c9cb solid;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    float: left;
    padding-left: 10px;
}

.lu_btn {
    border: none;
    height: 100%;
    width: 100%;
    color: #00A37B;
    font-size: 12px;
    padding-left: 10px;
    background: none;
    background-image: url(../AImages/img/yao_wx.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.index_part9 {
    margin: 15px 0px;
}

    .index_part9 > div {
        float: left;
        margin-right: 10px;
        height: 376px;
    }

        .index_part9 > div:last-child {
            margin-right: 0px;
        }

.part9_o, .part9_t {
    width: 425px;
    background: #ffffff;
    height: 100%;
}

.index_part9 > div.part9_thr {
    width: 336px;
    float:right;
    background: url(../AImages/img/img18.jpg) left center no-repeat;
    background-size: 100% 100%;
}

    .part9_thr p:first-child {
        margin-top: 20%;
    }

    .part9_thr p {
        font-size: 30px;
        color: #ffffff;
        padding: 5px 45px;
        font-weight: bold;
        text-shadow: 1px 2px 2px #333;
    }

    .part9_thr a {
        padding: 2px 6px;
        color: #ffffff;
        background: #ff893b;
        font-size: 24px;
        margin-left: 45px;
        margin-top: 20px;
        display: inline-block;
    }

.part9_olr {
    margin: 10px 0px;
    padding: 0px 0px 5px;
    border-bottom: 5px #eff1f2 solid;
    position: relative;
}

.fb_time {
    position: absolute;
    bottom: 4px;
    width: auto;
    height: 24px;
    line-height: 24px;
    right: 0px;
}

.part9_olr > img {
    margin-right: 10px;
    float: left;
}

.part9_olr > div {
    float: left;
    width: calc(100% - 108px);
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.part9_olr p {
    height: 25px;
    line-height: 23px;
}

.green {
    color: #00A37B;
}

.hui14b {
    font-size: 14px;
    color: #666666;
    font-weight: bold;
}

.index_part10 {
    margin-top: 20px;
    background: #ffffff;
    padding: 10px 0px;
    width: 100%;
}

.part10_img > img {
    margin-right: 13px;
}

    .part10_img > img:last-child {
        margin-right: 0px;
    }

.yqlj {
    margin: 20px 0px;
    position: relative;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #888888;
    font-size: 18px;
    font-weight: bold;
}

.yq_line {
    position: absolute;
    width: 100%;
    height: 1px;
    border-bottom: 1px #e4e4e4 dashed;
    top: 12px;
    left: 0px;
}

.yq_bg {
    position: relative;
    z-index: 2;
    padding: 0px 10px 0px 40px;
    background: url(../AImages/img/lj.png) left center no-repeat #ffffff;
    background-position-x: 10px;
}

.yq_ul {
    padding: 0px 60px;
}

    .yq_ul > div {
        float: left;
        width: 20%;
    }

        .yq_ul > div > p {
            font-size: 14px;
            color: #7c7c7c;
            line-height: 25px;
        }
/*foot*/
.foot {
    background: url(../AImages/img/foot_bg.png) left center repeat;
    background-size: 100% 100%;
    height: 195px;
    width: 100%;
}

    .foot > div {
        display: inline-block;
        margin-top: 20px;
    }

        .foot > div.foot_nav {
            margin-top: 30px;
        }

.foot_nav a {
    font-size: 16px;
    color: #ffffff;
    line-height: 16px;
    border-right: 1px #ffffff solid;
    padding: 0px 10px;
}

    .foot_nav a:last-child {
        border-right: none;
    }

.foot_text {
    line-height: 25px;
    font-size: 14px;
    color: #ffffff;
}

.foot_tw > li {
    float: left;
    margin: 0px 10px;
}

    .foot_tw > li > img {
        float: left;
        margin-right: 5px;
    }

    .foot_tw > li > p {
        float: left;
        line-height: 15px;
        font-size: 12px;
        color: #c6e4ff;
        text-align: left;
    }

a {
    color: #888;
}

.list_part1 {
    display: flex;
    background: #ffffff;
    justify-content: space-between;
    padding: 15px;
}

.list_ullist li {
    height: calc(210px/5);
    line-height: calc(210px/5);
}

    .list_ullist li a span:nth-child(2) {
        width: 70%;
    }

    .list_ullist li a span:nth-child(3) {
        font-size: 12px;
        color: #999999;
        float: right;
        margin-right: 10px;
    }

.word {
    background: url(../listimg/list_word.png) left center no-repeat;
    padding-left: 30px;
}

.yun {
    background: url(../listimg/list_yun.png) left center no-repeat;
    padding-left: 30px;
}

.x {
    background: url(../listimg/list_x.png) left center no-repeat;
    padding-left: 30px;
}

.pdf {
    background: url(../listimg/list_pdf.png) left center no-repeat;
    padding-left: 30px;
}

.list_part5 > div {
    height: auto;
}

.list_ul3 li {
    height: auto;
}

.list_ul3 a {
    line-height: 38px;
    height: 38px;
}

.list_ul3 li:hover a span {
    color: #31a863;
}

.list_ul3 li a span:first-child {
    height: 20px;
    width: 20px;
    border-radius: 20px;
    color: #ffffff;
    background: #31a863;
    padding: 0;
    margin: 0px 5px;
    text-align: center;
    line-height: 20px;
    float: left;
    margin-top: 8px;
}

.pdul {
    padding-left: 30px;
}

    .pdul li {
        line-height: 38px;
        height: 39px;
        background: url(../listimg/sj.png) left center no-repeat;
        padding-left: 30px;
        border-bottom: none;
        padding-right: 20px;
    }

        .pdul li a {
            display: block;
            color: #666666;
            font-size: 14px;
            line-height: 38px;
            border-bottom: 1px #cccccc solid;
        }

            .pdul li a span {
                display: block;
                width: 90%;
                overflow: hidden;
                /*white-space: nowrap;*/
                text-overflow: ellipsis;
                color: #666666;
            }

.pdul_dw {
    position: absolute;
    left: 10px;
    top: 0px;
    width: 50px;
    border-right: 1px #31a863 solid;
}

.pdul {
    position: relative;
}

.pdul_dw div {
    height: 39px;
    line-height: 38px;
    color: #31a863;
    font-size: 14px;
}

.part10_img {
    font-size: 0;
}

.m_nav {
    height: 40px;
    /*padding: 0px 15px;*/
    /*background: #ffffff;*/
    margin: 15px 0 10px;
}

    .m_nav p, .m_nav span {
        line-height: 40px;
        font-size: 14px;
        color: #999999;
    }

    .m_nav span {
        color: #999999;
    }

        .m_nav span:last-child {
            color: #333333;
        }

.xq_con {
    background: #ffffff;
    padding: 40px 20px 60px;
}

.xq_h1 {
    font-size: 28px;
    margin-bottom: 10px;
}

.xq_h2 {
    color: #797979;
    font-size: 16px;
}

.xq_tit {
    padding-bottom: 15px;
    text-align: center;
    border-bottom: 1px #dddddd solid;
}

.xq_con > p {
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    padding: 0px 15px;
}

.list_lr > div {
    float: left;
}

.list_l {
    width: 860px;
    margin-right: 10px;
}

.list_r {
    width: calc(100% - 890px);
    margin-top: 15px;
    background: #ffffff;
    padding: 5px 10px;
}

    .list_r > img {
        width: 100%;
        margin: 10px 0px 15px;
    }

.list_nav {
    padding: 5px 5px 0px;
    background: #ffffff;
}

.list_navlr {
    padding: 8px 8px 5px;
    border-bottom: 1px #888888 dashed;
}

    .list_navlr > div {
        float: left;
    }

.list_navl {
    font-size: 14px;
    color: #888888;
    line-height: 22px;
    width: 80px;
    text-align: right;
}

.list_navr > span {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #555555;
    padding: 0px 8px;
    margin: 0px 3px 5px;
}

.list_navr {
    width: calc(100% - 140px);
    padding-left: 60px;
    position: relative;
}

    .list_navr > span.active {
        position: absolute;
        left: 8px;
        top: 0px;
        background: #ff893b;
        color: #ffffff;
    }

.list_sc {
    padding-bottom: 5px;
    position: relative;
    display: inline-block;
}

    .list_sc > input[type="text"] {
        height: 30px;
        width: 380px;
        border: 1px #5bd48e solid;
        outline: none;
    }

.list_navlr:last-child {
    border-bottom: none;
}

.list_sc > input[type="button"] {
    border: none;
    background: url(../listimg/lv_jb.png) center no-repeat;
    background-size: 100% 100%;
    padding: 0px 15px;
    font-size: 14px;
    color: #ffffff;
    height: 32px;
    position: absolute;
    right: 0px;
    top: 0px;
    outline: none;
}

.list_li {
    background: #ffffff;
    padding: 10px;
    margin-top: 10px;
}

    .list_li ul li {
        border-bottom: 1px #dddddd solid;
        padding-bottom: 10px;
        padding-left: 22px;
        background: url(../listimg/s_icon1.png) left top no-repeat;
        margin-top: 10px;
    }

    .list_li > ul > li > a > div {
        position: relative;
    }

.lan_tit {
    font-size: 16px;
    color: #444; /*#0087dc;*/
    background: url(../listimg/new.png) right center no-repeat;
    padding-right: 30px;
}

.data_time {
    position: absolute;
    right: 5px;
    top: 0px;
    display: inline-block;
}

    .data_time > span {
        line-height: 22px;
        font-size: 14px;
        color: #666666;
    }

.sp_style > span {
    color: #666666;
    font-size: 14px;
    padding-right: 15px;
}

.fy {
    text-align: center;
    margin: 30px 0px;
}

    .fy > span {
        display: inline-block;
        height: 38px;
        min-width: 40px;
        font-size: 14px;
        color: #333333;
        line-height: 38px;
        border: 1px #b1b1b1 solid;
        background: url(../listimg/hui_jb.png) center no-repeat;
        background-size: 100% 100%;
        margin: 0px 5px;
    }

        .fy > span.active, .fy > span:hover {
            background: url(../listimg/lv_jb.png) center no-repeat;
            background-size: 100% 100%;
            color: #ffffff;
        }

.hb_wz tr th {
    background: #b4b7b8;
}

.sc_text {
    font-size: 14px;
    color: #888888;
    line-height: 32px;
    width: 80px;
    text-align: right;
    margin-right: 10px;
}

.sc_input {
    border: 1px #dddddd solid;
    width: 20%;
    margin-right: 20px;
    height: 30px;
    float: left;
    outline: none;
}

.sc_input1 {
    border: 1px #dddddd solid;
    width: 19%;
    margin-right: 20px;
    height: 30px;
    float: left;
    outline: none;
}

.more {
    height: 30px;
    width: 70px;
    color: #ff893b;
    background: #ffffff;
    border: 1px #ff893b solid;
    font-size: 14px;
}

    .more:hover {
        background: #ff893b;
        color: #ffffff;
    }

.list_rr {
    width: calc(100% - 900px);
    margin-top: 15px;
}

.new_btn {
    border-top: 1px #dddddd solid;
    padding: 10px 0px;
    text-align: center;
    margin-top: 10px;
}

    .new_btn > input {
        border-radius: 5px;
        height: 30px;
        border: none;
        width: 80px;
        margin: 0 10px;
        color: #ffffff;
        font-size: 14px;
    }

.four_parts > div {
    float: left;
    width: calc(50% - 4px);
    height: 116px;
    border-right: 1px #eeeeee solid;
    border-bottom: 1px #eeeeee solid;
}

    .four_parts > div:nth-child(2n) {
        border-right: none;
    }

    .four_parts > div:nth-child(3), .four_parts > div:nth-child(4) {
        border-bottom: none;
    }

    .four_parts > div > div {
        padding: 5px 10px 10px;
    }

.lan_t {
    font-size: 16px;
    color: #007bda;
    text-decoration: underline;
}

.lv_t {
    font-size: 16px;
    color: #31a863;
    text-decoration: underline;
}

.zx_lr {
    display: flex;
    justify-content: space-around;
}

    .zx_lr > div {
        float: left;
        margin-top: 15px;
    }

.zx_l {
    width: 740px;
    margin-right: 15px;
}

.zx_r {
    width: calc(100% - 755px);
    background: #ffffff;
}

.zxl_l {
    position: relative;
    width: 620px;
    height: 507px;
    float: left;
}

.zxl_r {
    float: left;
    width: calc(100% - 620px);
    height: 507px;
}

.zxl_lb {
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 0px;
    left: 0px;
    height: 120px;
    background: rgba(0,0,0,0.5);
}

.ten18 {
    font-size: 18px;
    color: #ffffff;
    line-height: 25px;
    margin-bottom: 10px;
}

.ten14 {
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
}

.zxl_r > div {
    width: 100%;
    height: calc((100% - 15px)/4);
    margin-bottom: 5px;
}

    .zxl_r > div:nth-child(1) {
        background: #ffae85;
    }

    .zxl_r > div:nth-child(2) {
        background: #44da82;
    }

    .zxl_r > div:nth-child(3) {
        background: #ffd750;
    }

    .zxl_r > div:nth-child(4) {
        background: #4ac8cf;
        margin-bottom: 0;
    }

    .zxl_r > div > p {
        display: inline-block;
        padding: 15px;
        font-size: 14px;
        color: #ffffff;
    }

.zk_lr {
    padding: 0px 27px;
}

    .zk_lr > div {
        float: left;
    }

        .zk_lr > div:nth-child(1) {
            width: calc(100% - 260px);
            margin-right: 10px;
        }

            .zk_lr > div:nth-child(1) img {
                width: 100%;
            }

        .zk_lr > div:nth-child(2) {
            width: 250px;
            font-size: 14px;
            color: #aaaaaa;
            position: relative;
            text-align: justify;
        }

.zktime {
    right: 10px;
    bottom: 0px;
    font-size: 14px;
    color: #aaaaaa;
    text-align: right;
}

.list_ul li.active {
    /*border: 1px #31A863 solid;*/
}

.add_uld {
    border-bottom: 1px #cccccc solid;
}

    .add_uld li {
        position: relative;
        height: 56px;
        line-height: 26px;
    }

        .add_uld li a {
            font-size: 14px;
            color: #333333;
        }

.p_time {
    position: absolute;
    bottom: 0;
    right: 0px;
    font-size: 14px;
    color: #999999;
}

.res_con {
    background: #ffffff;
    margin: 20px 0px;
    padding: 30px 0px 40px;
}

.res_r {
    float: right;
    width: 555px;
    border-left: 1px #cecece solid;
}

    .res_r > img {
        width: 100%;
    }

.res_tit {
    padding: 0px 40px;
    font-size: 20px;
    color: #353535;
    margin-bottom: 40px;
}

    .res_tit > div {
        float: left;
        width: 50%;
    }

        .res_tit > div:nth-child(2) {
            text-align: right;
        }

        .res_tit > div > a {
            color: #fa9f00;
        }

.res_con > div:nth-child(1) {
    width: calc(100% - 557px);
    float: left;
}

.res_form > div {
    margin-bottom: 28px;
    padding: 0px 30px 0px 20px;
}

.res_list > div {
    float: left;
}

    .res_list > div:nth-child(1) {
        width: 95px;
        margin-right: 5px;
        text-align: right;
        font-size: 14px;
        color: #666666;
        line-height: 45px;
    }

    .res_list > div:nth-child(2) {
        width: calc(100% - 120px);
        padding-right: 20px;
        position: relative;
        height: 45px;
        background: url(../login_img/xing.png) right center no-repeat;
    }

        .res_list > div:nth-child(2) > input {
            height: 43px;
            border: 1px #cecece solid;
            width: 100%;
        }

.res_b {
    text-align: center;
}

    .res_b > input {
        border: 1px #e6b200 solid;
        background: #e6b200;
        font-size: 20px;
        color: #ffffff;
        height: 45px;
        width: 340px;
    }

.res_t {
    position: absolute;
    left: 15px;
    font-size: 12px;
    color: #ff8400;
    top: 50px;
    background: url(../login_img/rea_tip.jpg) left center no-repeat;
    padding-left: 25px;
}

.res_list > div:nth-child(2) > input:focus {
    border: 1px #25B361 solid;
    outline: none;
    text-indent: 15px;
}

.res_list > div:nth-child(2) > input.hq {
    font-size: 14px;
    color: #ffffff;
    background: #44DA82;
    padding: 0px 15px;
    position: absolute;
    right: 19px;
    top: 1px;
    height: 43px;
    border: none;
    width: auto;
    display: inline-block;
}

.zs_con {
    padding: 15px;
    background: #ffffff;
    height: 974px;
}

.lyb_con {
    padding: 5px 15px 10px;
    background: #ffffff;
}

.lyb_tit {
    border-bottom: 1px #dddddd solid;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #31a863;
    padding-left: 50px;
    background: url(../AImages/images/lyb_xx.png) left center no-repeat;
    background-position-x: 10px;
}

.lyb_sc {
    padding: 15px 50px;
    margin-top: 10px;
}

.bgblue {
    background: #eaf7f0;
    border-radius: 10px;
}

.lyb_scl {
    float: left;
    margin-right: 20px;
    width: 60px;
}

.lyb_scr {
    float: left;
    width: calc(100% - 82px);
}

    .lyb_scr > input {
        width: 100%;
        margin-top: 5px;
        height: 50px;
        border: none;
        border-radius: 10px;
        background: #ffffff;
        text-align: center;
    }

.lyb_right {
    float: right;
    text-align: right;
}

.lyb_rightt {
    font-size: 18px;
    color: #ffffff;
    background: #25B361;
    border-radius: 5px;
    height: 35px;
    padding: 0px 30px;
    border: none;
    float: right;
    margin-left: 20px;
}

.lyb_righty {
    display: inline-block;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

    .lyb_righty > input {
        background: #ffffff;
        font-size: 18px;
        border-radius: 5px;
        height: 35px;
        padding: 0px 10px;
        border: none;
        float: right;
        width: 360px;
    }

    .lyb_righty > img {
        position: absolute;
        right: 0px;
        top: 0px;
        height: 35px;
        width: auto;
    }

.hui14f {
    font-size: 14px;
    color: #333333;
    line-height: 25px;
    padding: 5px 15px;
}

.font-gre {
    font-size: 16px;
    color: #31a863;
    padding: 10px 15px;
}

.zs_right {
    float: left;
    width: calc(100% - 382px);
}

.zs_bg {
    background: #f5f5f5;
    padding: 5px 10px;
}

    .zs_bg p {
        font-size: 16px;
        color: #000000;
        margin: 8px 0px;
    }

    .zs_bg span {
        color: #666666;
    }

.lv_phone {
    font-size: 20px;
    color: #25B361;
    padding-left: 30px;
    background: url(../AImages/images/lyb_dh.png) left center no-repeat;
}

.p_style p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.bc_style {
    margin-bottom: 25px;
}

.bc_tit {
    background: #ffe384;
    font-size: 16px;
    color: #000000;
    display: inline-block;
    height: 38px;
    min-width: 108px;
    line-height: 38px;
    border-radius: 30px;
    text-align: center;
}

.bc_style > p {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 10px;
}

.web_wrap { padding-top:15px; width:833px; overflow:auto;}


.web_wrap table { border-color: #ededed!important; width:800px!important; margin:0 auto!important; display:flexbox; }

.web_wrap table td { max-width:50px!important; text-align:center!important; text-indent:0!important; word-break: break-all;  color:#5c5c5c!important;   }


.web_wrap_2 { padding-top:15px; width:840px!important; overflow: hidden; border-top:1px solid #666666}
.web_wrap_2 .td_2 {width:830px!important; overflow-x:hidden; padding:5px 10px; font-family:'Microsoft YaHei'!important;  }
.web_wrap_2 .td_2  table { border:1px solid #ededed!important; width:100%!important; margin:0 auto!important; }
.web_wrap_2 .td_2 img { width:100%; }
.web_wrap_2  table { border:1px solid #ededed!important; width:100%!important; margin:0 auto!important; }

.web_wrap_2 table tr td { border:1px solid #ededed!important;  max-width:50px!important; text-align:center!important; text-indent:0!important; word-break: break-all;  color:#5c5c5c!important;   }
.web_wrap_2 img { width:100%!important; margin:0 auto; }

.web_wrap_2 span{ font-family:'Microsoft YaHei'; color: #000!important; font-size: 16px!important; font-weight: normal!important; line-height: 24px!important; }
.web_wrap_2 p{ font-family:'Microsoft YaHei'; color: #000!important; font-size: 16px!important; font-weight: normal!important; line-height: 24px!important; }
.web_wrap_2 div{ font-family:'Microsoft YaHei'; color: #000!important; font-size: 16px!important; font-weight: normal!important; line-height: 24px!important; }
.web_wrap_2 table{ font-family:'Microsoft YaHei'; color: #000!important; font-size: 16px!important; font-weight: normal!important; line-height: 24px!important; }


.web_wrap_2 .td_2 span{ font-family:'Microsoft YaHei'; color: #000!important; font-size: 16px!important; font-weight: normal!important; line-height: 24px!important; }
.web_wrap_2 .td_2 span p{ font-family:'Microsoft YaHei'; color: #000!important; font-size: 16px!important; font-weight: normal!important; line-height: 24px!important; }
.web_wrap_2 .td_2 span div{ font-family:'Microsoft YaHei'; color: #000!important; font-size: 16px!important; font-weight: normal!important; line-height: 24px!important; }
.web_wrap_2 .td_2 span table{ background:#fff; font-family:'Microsoft YaHei'; color: #000!important; font-size: 16px!important; font-weight: normal!important; line-height: 24px!important; }

.web_wrap_3 { border:none;} 
.text-indent0 {  text-indent:0!important;}
.zb_zyt { color:#35ad58!important; }

.fy { color:#ff893b!important; }


.web_fj_2 {  display:flex; align-items:center;  }
.web_fj_2 a { white-space:nowrap; overflow:hidden; max-width:700px; min-width:477px; display:block; text-overflow:ellipsis;}
.web_fj_2 a:hover {  opacity:0.8}
.web_fj_2 .s_img1 { height:35px; width:auto; margin-right:5px;}
.web_fj_2 .s_span { margin-left:10px; color:green;  margin-right:3px;  }
.web_fj_2 .s_img2 { height:15px; width:auto; padding-top:5px; vertical-align:-10%}


.web_fj_3 {font-size:14px;  color:#333;  margin-left:5px; margin-right:5px;  display:flex; align-items:center; border-bottom:1px dashed #eeeeee; justify-content:flex-start;  padding-bottom:5px;}
.web_fj_3 a {flex:1; text-align:left; white-space:nowrap; overflow:hidden; max-width:700px;  display:block; text-overflow:ellipsis; color:#333; font-size:14px; padding-left:0; margin-left:0;}
.web_fj_3 a:hover {  opacity:0.8}
.web_fj_3 .s_img1 { height:auto; width:30px; margin-right:15px; margin-left:30px!important; }
.web_fj_3 .s_span { margin-left:10px; color:green;  margin-right:3px;  }
.web_fj_3 .s_img2 { height:15px; width:auto; padding-top:5px; vertical-align:-10%}

.pb0 { margin-bottom:0!important; padding-bottom:5px!important;}

.web_zbcont { width:840px!important;overflow:hidden;  margin:0 auto;}

.web_zbcont .td_1 {width:840px!important; overflow-x:auto!important; padding:0 0; font-family:'Microsoft YaHei'!important;  }
.web_zbcont table {max-width:840px!important; margin:0!important; padding:0!important; border:1px solid #ededed!important; }

.web_zbcont div { color: #000!important; font-size: 16px!important; font-weight: normal!important; line-height: 24px!important; }
.web_zbcont ul li { color: #000!important; font-size: 16px!important; font-weight: normal!important; line-height: 24px!important; }
.web_zbcont table rt td { padding:5px 5px!important; width:100px!important;   color: #000!important; font-size: 16px!important; font-weight: normal!important; line-height: 28px!important;  border:1px solid #ededed!

important;}
.web_zbcont table th { padding:5px 5px!important;  color: #000!important; font-size: 16px!important; font-weight: bold!important; line-height: 28px!important;  border:1px solid #ededed!important;}
.web_zbcont p{ color:#000!important; font-size:16px!important; font-weight:normal!important; line-height:34px!important; }
.web_zbcont span{word-break: break-all; word-wrap: break-word; color:#000!important; font-size:16px!important; font-weight:normal!important; line-height:34px!important; }
.web_zbcont h1{ color:#000!important; font-size:16px!important; font-weight:normal!important; line-height:34px!important; }
.web_zbcont h2{ color:#000!important; font-size:16px!important; font-weight:normal!important; line-height:34px!important; font-sice:20px;}
.web_zbcont h3{ color:#000!important; font-size:16px!important; font-weight:normal!important; line-height:34px!important; }
.web_zbcont h4{ color:#000!important; font-size:16px!important; font-weight:normal!important; line-height:34px!important; }

.smb { width:100%!important; display:flex; justify-content:center; align-items:center;  border-bottom:1px solid #5c5c5c; padding-bottom:20px;}

.smb  p{ margin: 0 20px!important; display:block; color:#999; font-size:14px; }
.smb {  color:#333; font-size:14px;}
.smb a {  color:#25b361; font-size:14px;}

.smb span {  color:#333;}

.web_yg_list { display:flex;  align-items:center; justify-content:flex-star; flex: 1; }

.web_yg_list img { width:16px; margin:0; padding:0;}

.web_yg_list a{ display:block; padding:0;  text-indent:0.3em; color:#35ad58; width:607px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; margin:0; }

.web_yg_list a:hover { opacity:0.8}

.web_yg_list span { text-indent:0.5em;  margin:0; display:block; width:120px; }



.taTwo table tr th {
            text-align: center;
            font-size: 14px!important;
line-height:20px!important; 
font-size:14px!important; 
min-width:55px!important; 

 background-color: #d6dfeb !important;
      
            color: #35ad58!important;
        }

.web_zbcont { }
/*.web_zbcont table {width:100%!important; margin:0!important; padding:0!important; border:1px solid #ededed!important; }*/

.web_zbcont div { font-family: 微软雅黑!important;   color: #000!important; font-size: 16px!important; font-weight: normal!important; line-height: 24px!important; }
.web_zbcont ul li {font-family: 微软雅黑!important;  color: #000!important; font-size: 16px!important; font-weight: normal!important; line-height: 24px!important; }
.web_zbcont table td {font-family: 微软雅黑!important;  padding:5px 5px!important;  color: #000!important; font-size: 16px!important; font-weight: normal!important; line-height: 28px!important;  border:1px solid #ededed!

important;}
.web_zbcont table th {font-family: 微软雅黑!important;  padding:5px 5px!important;  color: #000!important; font-size: 16px!important; font-weight: bold!important; line-height: 28px!important;  border:1px solid #ededed!important;}
.web_zbcont p{font-family: 微软雅黑!important;  color:#000!important; font-size:16px!important; font-weight:normal!important; line-height:34px!important; }
.web_zbcont span{font-family: 微软雅黑!important;  word-break: break-all; word-wrap: break-word; color:#000!important; font-size:16px!important; font-weight:normal!important; line-height:34px!important; }
.web_zbcont h1{font-family: 微软雅黑!important;  color:#000!important; font-size:16px!important; font-weight:normal!important; line-height:34px!important; }
.web_zbcont h2{font-family: 微软雅黑!important;  color:#000!important; font-size:16px!important; font-weight:normal!important; line-height:34px!important; }
.web_zbcont h3{font-family: 微软雅黑!important;  color:#000!important; font-size:16px!important; font-weight:normal!important; line-height:34px!important; }
.web_zbcont h4{font-family: 微软雅黑!important;  color:#000!important; font-size:16px!important; font-weight:normal!important; line-height:34px!important; }
.web_zbcont font {font-family: 微软雅黑!important;  color:#000!important; font-size:16px!important; font-weight:normal!important; line-height:34px!important; }
.web_zbcont a{font-family: 微软雅黑!important;  font-size:16px!important; font-weight:normal!important; line-height:34px!important; }

