* {
    padding: 0;
    border: 0;
    margin: 0;
}

li {
    list-style: none;
}

a{
    text-decoration: none;
}
body {
    width: 100%;
    position: relative;
    /* background-color: #cbe8ff; */
    background: url(../images/backgroundImg.png) no-repeat;
    background-size: 100% 100%;
}

.howAsking {
    height: 800px;
    padding: 20px 100px;
}
.askTitle{
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
.robotImg{
    width: 90px;
    position: absolute;
    bottom: -25px;
    z-index: -2;
}

.askTitle h4 {
    padding-left: 70px;
    font-size: 32px;
    line-height: 54px;
    font-weight: bold;
    color: #fff;
    /* color: rgb(54, 54, 54); */
    /* font-style: oblique; */
    text-transform: uppercase;
    /* text-shadow: #cdebfb 0 2px 0; */
}

.askTitle h4 span {
    font-size: 26px;
    color: #fff;
    font-weight: normal;
}

.znzxTitle {
    padding-left: 205px;
    color: #fff;
    line-height: 38px;
}

.askMain {
    width: 1100px;
    height: 700px;
    margin: 0 auto;
    /* border: 1px solid rgb(188, 188, 188); */
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    display: flex;
    justify-content: flex-start;
    background-color: #fff;
    z-index: 999;
}

.askOther {
    width: 27%;
    border-right: 1px solid #dedede;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 5px 8px 10px rgba(0, 0, 0, 0.1);
    border-radius: 30px 0 0 30px;
    position: relative;
}

.hotTopics {
    width: 100%;
    height: 32px;
}

.topicsTitle {
    display: flex;
    justify-content: flex-start;
    float: left;
    align-items: center;
}

.topicsTitle i {
    font-size: 25px;
    color: rgb(255 93 70);
}

.topicsTitle span {
    font-size: 16px;
    line-height: 24px;
    margin-left: 5px;
}

.hyp {
    cursor: pointer;
}

.icon-huanyipi {
    font-size: 20px;
    color: #015293;
    line-height: 24px;
    float: right;
}

.hypSpan {
    font-size: 12px;
    color: #015293;
    line-height: 24px;
    float: right;
    cursor: pointer;
    margin-right: 2px;
}


.topicsUl li {
    /* border-bottom: 1px dashed #dedede; */
    /* padding-left: 25px; */
    height: 30px;
    line-height: 30px;
    /* background: url(../images/biaoqian.png) no-repeat left; */
    background-size: 15px;
    width: 50%;
    float: left;
}

.topicsUl li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 239px;
}

.toolbar {
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #10b6d9;
}

.toolbar i {
    font-size: 25px;
    margin: 0 16px;
    cursor: pointer;
}

.toolbar i:nth-child(1) {
    color: #229dfe;
}

.toolbar i:nth-child(2) {
    color: #067fde;
}

.toolbar i:nth-child(3) {
    color: #00447a;
}

.askPrimary {
    position: relative;
    width: 100%;
}

.askMessage {
    width: 100%;
    height: 86%;
    margin-top: 2%;
    position: absolute;
    border-bottom: 1px solid #f1f1f1;
    box-sizing: border-box;
    padding: 20px 25px;
    overflow-y: auto;
    overflow-x: hidden;
}

.askMessage::-webkit-scrollbar {
    width: 5px;
}

.askMessage::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    opacity: 0.2;
}

.askMessage::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
}



.askTemplate {
    margin-bottom: 20px;
    position: relative;
    animation-name: fadeInLeft;
    animation-duration: 1s;
    background: url(../images/robot.gif) no-repeat top left;
    background-size: 35px;
    float: left;
    width: 100%;
}

.robotIcon {
    display: inline-block;
    width: 100%;
}

.robotIcon i {
    font-size: 28px;
    color: #003b6a;
    display: none;
}

.robotIcon_question {
    text-align: right;
    display: inline-block;
    width: 100%;
    /* background: red url(../images/user.png) no-repeat right; */
    /* background-size: 100%; */
}

.askContent {
    font-size: 14px;
    padding: 10px 15px;
    color: #000;
    width: auto;
    background: #54a4ff24;
    border-radius: 0 15px 15px 15px;
    box-shadow: 8px 8px 10px -4px #b2dcff52;
    max-width: 566px;
    display: inline-block;
    margin-top: 15px;
    position: relative;
}

.askContent_question {
    border-radius: 15px 0 15px 15px !important;
    float: right;
}

.time {
    display: block;
    color: #777;
    font-size: 12px;
    line-height: 22px;
    position: absolute;
    top: -22px;
    left: 35px;
    width: 130px;
    margin: 0 10px;
}

.time_question {
    right: 25px;
    top: -22px;
    left: auto;
}

.askTemplate_question {
    animation-duration: 0.5s;
    animation-name: fadeInRight;
    margin-bottom: 20px;
    float: right;
    width: 100%;
    position: relative;
    background: url(../images/user.png) no-repeat top right;
    background-size: 35px;
}


@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.robotIcon_question i {
    float: right;
    display: none;
}

.askSending {
    position: absolute;
    bottom: 10px;
    display: flex;
    justify-content: flex-start;
    padding: 10px 20px;
}

.sendIcon {
    display: flex;
}

.sendIcon i {
    margin-right: 10px;
    line-height: 45px;
    cursor: pointer;
}

.sendTips {
    position: absolute;
    bottom: 55px;
    z-index: 10086;
    background: #f2f1f1;
    left: 100px;
    width: 705px;
    display: none;
}

.sendTips ul li {
    font-size: 14px;
    line-height: 26px;
    padding: 0 10px;
    color: #333;
    cursor: pointer;
}

.sendText {
    display: flex;
}

.sendText textarea {
    width: 710px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    border: 1px solid #abdaff;
    outline: none;
    resize: none;
    box-sizing: border-box;
    padding-left: 10px;
    border-radius: 5px;
}

.sendBtn {
    width: 30px;
    height: 30px;
    margin-left: 6px;
    background-color: #10b6d9;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 8px;
}

.sendBtn i {
    color: #fff;
    font-size: 16px;
    display: block;
    text-align: center;
    line-height: 30px;
}

.dialog_key {
    width: 300px;
    height: 150px;
    border-radius: 8px;
    border: 1px solid #dadada;
    position: absolute;
    background-color: #fff;
    bottom: 60px;
    z-index: 10086;
    display: block;
    padding: 15px;
}

.dialog_key::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 60px;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #dadada;
    border-style: none none solid solid
}

ul.ask_key li {
    float: left;
    margin: 8px 5px;
}

ul.ask_key li a {
    display: block;
    padding: 6px 10px;
    background: #cbe8ff;
    text-decoration: none;
    color: #086ad8;
    font-size: 14px;
    border-radius: 15px;
    line-height: 16px;
    box-shadow: 1px 2px 2px #086ad8;
}


.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20000;
    height: 100%;
    background-color: rgb(0 0 0 / 20%);
    overflow: auto;
    display: none;
}

.dialog_help {
    width: 440px;
    height: 300px;
    border-radius: 8px;
    position: absolute;
    background-color: #fff;
    top: 200px;
    left: 35%;
    padding: 20px;
}

.dialog_help_title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.dialog_help_title h5 {
    font-size: 18px;
}

.dialog_help_title i {
    cursor: pointer;
}

.dialog_help_con {
    width: 100%;
    text-align: left;
    line-height: 24px;
    color: #333;
    font-size: 14px;
}

.dialog_feedback_con {
    width: 100%;
    text-align: left;
    line-height: 24px;
    color: #333;
    font-size: 14px;
}

.feedback_question h5 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.feedback_question h5 span {
    color: #920000;
}

.feedback_text {
    border: 1px solid #666;
    border-radius: 5px;
    width: 85%;
    margin: 0 auto;
    display: block;
    margin-top: 15px;
    padding-left: 10px;
    line-height: 24px;
    outline: none;
}

.feedback_submit {
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: center;
}

.feedback_btn {
    padding: 6px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.btn_submit {
    background-color: #438fcc;
    color: #fff;
}

.askContent p {
    font-size: 14px;
    line-height: 22px;
}

.askContent ul {
    margin-top: 10px;
}

.askContent ul li a,
.askContent ul li button {
    font-size: 14px;
    color: #1369c0;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    line-height: 24px;
    max-width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    display: inline-table;
    background: url(../images/biaoji.png) no-repeat left;
    padding-left: 22px;
    background-size: 15px;
    display: block;
}

.lifeCycle {
    width: 100%;
    height: 300px;
}

.lifeContent {
    width: 100%;
    padding-top: 40px;
}

.lifeContent ul {
    display: flex;
    justify-content: space-around;
}

.lifeContent ul li a {
    color: #777;
    text-decoration: none;
    font-size: 14px;
}

.life_active {
    color: #003b6a !important;
    font-size: 16px;
    font-weight: bold;
}

.lifeWords {
    margin-top: 10px;
}

.lifeWords div a {
    float: left;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    color: #086ad8;
    line-height: 24px;
    border: 1px solid #086ad8;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 3px 19px;
    margin: 5px;
}

.lifeWords div:nth-child(2) a {
    padding: 3px 55px;
}

.lifeWords div a i {
    margin-right: 5px;
}

.life_active_a {
    background-color: #086ad8;
    color: #fff !important;
}

.life_active_a i {
    color: #fff;
}

.govIcon {
    width: 100%;
    margin-top: 40px;
}

.govIconTitle {
    color: #10b6d9;
    display: flex;
    justify-self: start;
    position: absolute;
    left: 0;
    height: 25px;
}

.govIconTitle span {
    font-size: 14px;
    line-height: 24px;
    margin: 0 8px 0 8px;
}

.govIconTitle i {
    font-size: 25px;
    cursor: pointer;
}

.govIcon ul.newUl {
    height: 225px;
    padding-top: 35px;
}

.govIcon ul.newUl li {
    margin: 5px 0;
    float: left;
    width: 39%;
    padding: 0 10px;
}

.govIcon ul.threeUl li {
    margin-top: 45px;
    float: left;
    width: 33%;
}

.govIcon ul.newUl li a {
    display: block;
    text-decoration: none;
    text-align: center;
    background: #1583ff9c;
    border-radius: 15px;
    padding: 5px 0;
}

.govIcon ul.threeUl li a {
    display: block;
    text-decoration: none;
    text-align: center;
}

.govIcon ul.newUl li a i {
    font-size: 32px;
    color: #fff;
}

.govIcon ul.newUl li a span {
    line-height: 24px;
    font-size: 13px;
    color: #fff;
}

.govIcon ul.threeUl li a i {
    font-size: 32px;
    color: #003b6a;
}

.govIcon ul.threeUl li a span {
    line-height: 24px;
    font-size: 12px;
    color: #333;
}

.govUrl {
    display: block;
    margin-top: 15px;
}

.govUrl img {
    width: 100%;
}



.bodybg {
    padding: 30px 0;
}

.b-content {
    position: relative;
    margin: 0 auto;
    width: 1180px;
    height: 45px;
    padding: 25px 30px;
    background-color: #0e6ccc;
    border-radius: 15px 15px 0 0;
}

.b-content-right {
    display: -webkit-inline-box;
    float: right;
    margin-top: 10px;
}

.b-content-right p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-left: 5px;
}

.b-content-right li#phone {
    position: relative;
}

.server {
    width: 120px;
    text-align: center;
    background: rgb(255 255 255 / 20%);
}

.server li a {
    display: inline-block;
}

.server p {
    margin-top: 5px;
    color: #216bd4;
}

.server a img {
    width: 80px;
}

.server li {
    margin-top: 45px;
}

.server li:nth-of-type(1) {
    margin-top: 20px;
}

.server li:nth-last-of-type(1) {
    margin-top: 90px;
}

.server li:nth-last-of-type(1) img {
    width: 100%;
}

#phone p {
    margin-left: 0;
}

.b-content>img {
    width: 86px;
}

.b-content-right li {
    /* width: 140px; */
    /* line-height: 43px; */
    font-size: 15px;
    font-family: "微软雅黑";
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

.b-content-right li img {
    vertical-align: middle;
}

.b-content-right li:not(:nth-last-child(1)) {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #FFF;
}

.b-right {
    margin-left: 30px;

}

.b-right li {
    min-width: 135px;
    width: auto;
    padding-right: 50px;
    background: url(../images/kcl-2@2x.png) no-repeat right;
}

.b-right li img {
    margin-right: 5px;
    display: inline-block;

}

.b-right li span {
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
    bottom: 5px;
}

.b-right li:nth-of-type(2) {
    background: url(../images//hdwt-2@2x.png) no-repeat right;
}

.Guess {
    margin-bottom: 10px;
}

.main-content {
    display: flex;
    justify-content: center;
    min-width: 1240px;
}

.main-content-left {
    width: 780px;
    position: relative;
    background: rgba(255, 255, 255, .2);
}

.main-content-right {
    background: rgba(255, 255, 255, .2);
    text-align: center;
    width: 310px;
    overflow: hidden;
    border-bottom-right-radius: 15px;
    padding: 15px 15px 25px 15px;
}

.right-top,
.right-bottom {
    text-align: left;
    width: 310px;
    background-color: #fff;
    position: relative;
    border-radius: 15px;
}

.znlx {
    margin: 10px 0;
    padding: 0 20px;
    height: 205px;
}

.znlx li {
    padding: 8px 0;
    /* border-bottom: 1px dashed #e1d3d3; */
}

.znlx li:not(:nth-last-of-type(1)) {
    border-bottom: 1px dashed #eaeaea;
}

.znlx li a {
    display: inline-block;
    width: calc(100% - 20px);
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #676767;
    background: url(../images/16.png) no-repeat left;
    background-size: 4%;
    padding-left: 20px;
    line-height: 20px;
}

.znlx li a:hover {
    color: #2472c4;
    background: url(../images/16hover.png) no-repeat left;
    background-size: 4%;
}

.nananxin li a:hover {
    color: #0a81d6;
}

.nananxin li i {
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left-color: #ddc562;
    display: inline-block;
    margin-bottom: 3px;
}

.nananxin li span {
    font-size: 12px;
    color: #b9c1ca;
}

.nananxin li span:nth-of-type(2) {
    float: right;
}

/* .right-top ul{ margin-top:55px;
    height: 90px;
    padding: 0 10px;
}
.right-top ul li{
    width: 39px;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
} */
/* .right-top ul li{
    margin-right: 10px;
}
.right-top ul li:nth-last-of-type(1){
    margin-right: 0;
}
.right-top ul li img{
    position: absolute;
    top: -20px;
    left: 0;
}
.right-top ul li span {
    margin-top: 30px;
    display: block;
    font-size: 15px;
} */

.right-bottom {
    margin-top: 15px;

}

.dialog_tab {
    background: #f7faff;
    /* border: 1px solid #e1e1e1; */
    padding: 10px 12px;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    margin-right: 41px;
    margin-left: 20px;
    border-radius: 0 10px 10px 10px;
    position: relative;
    width: 65%;
    max-width: 100%;
    animation-name: fadeInLeft;
    animation-duration: 1s;
    font-size: 14px;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.one-s {
    display: block !important;
}

.right_arrow {
    width: 45px;
    height: 45px;
    position: absolute;
    left: -45px;
    top: -20px;
    background: url(../images/tx-1@2x.png) no-repeat right;
    background-size: 100%;
    z-index: 3;
}

.triangle {
    display: none;
    width: 22px;
    height: 27px;
    /* background: url(../images/triangle.png) no-repeat; */
    position: absolute;
    left: -13px;
    top: 2px;
}

.tab2_title {
    width: 100%;
}

.tab2_title {
    width: 100%;
}

.tab2_title ul {
    height: 30px;
    /*width: 100%;*/
    float: left;
    /*border-bottom: 1px solid #e9e9e9;*/
    /* border: 1px solid #e2791f;border-radius: 2px; */
    margin-bottom: 5px;
    padding: 9px 0;
    box-sizing: border-box;
}

.tab2_title ul li {
    /* line-height: 2.5 !important; */
}

.tab2_title ul li {
    /* padding: 0px 6px; */
    padding: 0px 13px;
    float: left;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    color: #8e8e8e;
    font-size: 14px;
    /* background:#efefef; */
    /* border: 1px solid #dfdfdf; */
    /* border: 1px solid #e2791f; */
    /* width:70px; */
    background: url(../images/dash-bg.png) no-repeat center right;
    background-size: 1px 20px;
}

.tab2_title ul li:last-child {
    background: none;
}

.slected2 {
    /* background: #fff!important; */
    /* color: #333 !important; */
    color: #003b6a !important;
    border: 0;
}

.tab2_top {
    display: flex;
    justify-content: space-between;
    margin: 0 25px;
}

.tab2_top span {
    font-weight: 600;
    display: inline-block;
}

#changjian ul {
    height: 126px;
    padding: 0 30px;
    background: url(../images/xiankuang@2x.png) no-repeat;
    background-size: 100%;
}

#changjian ul li {
    display: inline-block;
    width: 30%;
    line-height: 38px;
    background: url("../images/tuoyuan@2x.png") no-repeat;
    background-position: 3px 14px;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
}

#message {
    padding: 0 20px 0 40px;
    height: 545px;
    overflow-y: auto;
    overflow-x: hidden;
}

.content-mes {
    background-color: #fff;
    height: 680px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    margin-top: 15px;
}

.con-l-b {
    height: 100px;
    position: absolute;
    z-index: 1;
    bottom: 35px;
    left: 20px;
    width: calc(100% - 40px);
    background: #f7f6fb;
    border-radius: 25px;
    /* box-shadow: 0 0 10px rgb(0 0 0 / 20%); */
}

#messCon {
    background: #f7f6fb;
    width: 82%;
    overflow: hidden;
    height: 65px;
    margin-top: 20px;
    outline: none;
    resize: none;
    margin-left: 25px;
    box-sizing: border-box;
    margin-top: 5px;
    font-size: 14px;
    /* line-height: 62px; */
    color: #333;
    float: left;
    border: 0;
    padding-top: 10px;

}

#sendMess {
    width: 90px;
    height: 35px;
    font-size: 16px;
    border: 0;
    position: absolute;
    top: 50px;
    right: 30px;
    cursor: pointer;
    color: #fff;
    border-radius: 30px;
    background: linear-gradient(to right, #015293, #01aaed);
}

#talkmess_btn {
    background: #115eae url(../images//yy@2x.png) no-repeat center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: absolute;
    border: none;
    right: 15px;
    top: 20px;
    cursor: pointer;
}

#keywords {
    position: absolute;
    top: -40px;
    left: 30px;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

#keywords li {
    display: inline-block;
    animation: slideInRight .8s ease-in-out both;
}

#keywords li:nth-of-type(1) {
    color: #133966;
}

#keywords li {
    background: #fff;
    border-radius: 20px;
    margin-right: 10px;
}

#keywords li a {
    color: #fff;
    background-color: #2473c2;
    border-radius: 10px;
    width: 80px;
    line-height: 30px;
    display: block;
    text-align: center;
    font-size: 15px;
}

.change {
    background-color: #fff;
    color: #2372c1;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 14px;
    margin-right: 2px;
    cursor: pointer;
}

.change img {
    width: 17px;
    transform: rotateX(360deg);
}

#changjian {
    height: 126px;
    background: url(../images/cnxw-bj@2x.png) no-repeat;
    background-size: cover;
    padding: 18px 25px;

}

/* 发送信息样式 */


.dialog {
    overflow: hidden;
    padding-right: 20px;
    /* background: url(../images/man.png) no-repeat right; */
    background-size: 9%;
    position: relative;
    margin: 40px 0px;
    /* height: 50px; */
    animation-duration: 0.5s;
    animation-name: fadeInRight;
}

.triangle2 {
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    right: 4px;
    background: url(../images/tx2@2x.png) no-repeat;
    z-index: 1;
    top: 0;
    background-size: 100%;
}

.center {
    float: right;
    background: #daecff;
    color: #FFF;
    font-size: 14px;
    line-height: 28px;
    margin: 18px 0px;
    padding: 5px 17px 5px 10px;
    border-radius: 0 10px 10px 10px;
    position: relative;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    margin-right: 20px;
}

.onoff {
    right: 0;
    height: 100%;
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    margin-top: 10px;
    background: url(../images/1.png) no-repeat 0px 2px;
    position: absolute;
    top: 0px;
    left: -23px;
}

.center a {
    color: #333333;
}

.trangle2 {
    display: none;
    width: 20px;
    height: 27px;
    background: url(../images/triangleRight.png) no-repeat;
    position: absolute;
    right: -10px;
    top: 3px;
    background-position: -6px;
}

/* 发送信息样式 */

.tab2_content {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.dialog_tab p span {
    color: #cd3e45;
    text-overflow: ellipsis;
}

.tab2_content p {
    color: #333;
    /* font-weight: 600; */
    /* font-size: 15px; */
    /* border-bottom: 1px dashed #eee; */
    /* line-height: 40px; */
}

.dialog_tab>ul>li {
    border-bottom: 1px dashed #eee;
    /* line-height: 25px; */
    /* padding-top: 7px; */
    padding: 8px 0;
    background: url(../images/bt@2x.png) no-repeat left;
    padding-left: 15px;
    display: flex;
}

.dialog_tab>ul>li:nth-child(1) {
    /* border-top: 1px dashed #eee; */
    margin-top: 10px;
}

.list_info_tab .tab2_content .news li:nth-child(1) {
    /* border-top: 1px dashed #eee; */
    margin-top: 10px;
}

.dialog_tab li a {
    display: inline-block;
    width: 83%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 15px;
}

li .bszn {
    color: #387dbf;
    flex-shrink: 0;
    display: none;
    line-height: 24px;
}

.dialog_tab li button {
    background: 0 none;
    outline: none;
    border: 0 none;
    float: left;
    cursor: pointer;
    font-size: 14px;
    /* line-height: 19px; */
    color: #333;
    font-family: "Microsoft YaHei";
    padding: 0 !important;
    width: 83%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    /* margin-right: 10px; */
    /* border-bottom: 1px; */
}

.dialog_tab>p {
    line-height: 32px;
    font-size: 14px;
}

.g-man {
    position: absolute;
    left: 1px;
    bottom: -45px;
    line-height: 30px;
    font-size: 13px;
    display: flex;
}

.wntj {
    font-weight: 900;
    /* margin-left: 40px; */
    font-size: 12px;
    color: #0d89e1;
    margin-bottom: 25px;
    bottom: -67px;
    display: inline-block !important;
}

.wntj>span {
    display: inline-block;
    margin-right: 25px;
    padding: 0 10px;
    line-height: 25px;
    color: #666 !important;
    font-size: 15px;
    position: relative;
    /* background-color: #fff; */
    border: 1px solid #dcdfe6;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    font-weight: normal;
}

.wntj>span>span {
    /* display: inline-block; */
    position: absolute;
    width: 20px;
    line-height: 20px;
    background-color: #fff;
    border-radius: 50%;
    top: -10px;
    /* left: 77px; */
    text-align: center;
    z-index: 0;
    background-color: #1369c0;
    color: #fff;
}

.g-man span {
    color: #333;
    font-size: 12px;
}

.g-man1,
.g-man2 {
    cursor: pointer;
    font-size: 13px;
}

.left {
    float: left;
}

.g-man1 span {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 5px;
    vertical-align: unset;
    background: url(../images/haoping.png) no-repeat left center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    cursor: pointer;
    /* float: left; */
}

.g-man2 span {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 5px;
    vertical-align: unset;
    background: url(../images/chaping.png) no-repeat left center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    cursor: pointer;
    /* float: left; */
}

#fenye {
    background: none;
    border: none;
}

#fenye ul li:hover {
    color: #387dbf;
}

.dialog_tab li button:hover {
    color: #387dbf;
}

.wntj>span:hover {
    color: #409eff;
    border-color: #c6e2ff;
    background-color: #ecf5ff;
}

.dialog_tab li a:hover {
    color: #387dbf;
}

#fenye ul {
    display: flex;
    justify-content: center;
}

#fenye ul li {
    width: 20px;
    cursor: pointer;
}

#fenye ul li:hover {
    color: #387dbf;
}

#fenye ul .select {
    color: #387dbf;
}

.c_text {
    line-height: 26px;
    height: 85px;
    overflow: hidden;
    color: #666;
    word-break: break-all;
}

.c_text img {
    height: 160px !important;
    width: auto !important;
    display: block;
    margin: 0 auto;
    float: left;
    margin-right: 8px;

}

.c_text1 {
    line-height: 26px;
    overflow: hidden;
    color: #666;
}

.c_text1 img {
    max-width: 100%;
    width: 85px;
    height: 100px;
    margin-right: 10px;

}

.daan {
    width: 70%;
    margin-bottom: 70px;
}

.adwz {
    font-size: 13px;
    line-height: 28px;
    color: #50a2ff;
    float: right;
    display: inline-block;
    margin-right: 20px;
    background: url(../images/lianjie.png) no-repeat left;
    background-size: 20px;
    padding-left: 22px;
}

.adwz:hover {
    color: #a4a2a2;
    text-decoration: none;
}

.more-dan {
    color: #50a2ff !important;
    cursor: pointer;
    line-height: 20px !important;
    width: 92% !important;
    text-align: left !important;
    /*padding-left:20px;*/
}


.more-dann {
    color: #ef5757 !important;
    cursor: pointer;
    line-height: 28px;
    /* background: url(../images/zhankai.png) no-repeat right center; */
    width: 75px;
    background-size: 15px;
}

.more-new3 {
    display: block;
    padding: 4px 27px 4px 10px;
    text-decoration: none;
    color: #086ad8;
    width: 57px;
    border-radius: 15px;
    margin: 8px 0px 0px;
    background: #cbe8ff url(../images/gengduoxinxi.png) no-repeat 70px;
    background-size: 17px;
    cursor: pointer;
}

.choosebtn {
    display: inline-block;
    padding: 5px 10px;
    background: #cbe8ff;
    text-decoration: none;
    color: #086ad8;
    font-size: 12px;
    border-radius: 15px;
    line-height: 14px;
    box-shadow: 1px 2px 2px #086ad8;
    margin: 5px;
    cursor: pointer;
}

.list_info_tab .tab2_content .news li {
    background: url(../images/bt@2x.png) no-repeat left center;
    overflow: hidden;
    padding: 7px 0 7px 20px;
    border-bottom: 1px dashed #eee;
    line-height: 21px;
    display: flex;
}

.link_p {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
}

.dialog_tab.tabmore6.list_info_tab {
    margin-bottom: 46px;
}

.answer_li li p {
    line-height: 20px;
    /* font-weight: 600; */
}

/* 表格样式 */
.cusul {
    width: 100%;
    /* background: #fff; */
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #2877e9;
}

.cusul li.activespan {
    background: #2877e9 !important;
    border-radius: 5px 5px 0 0;
    box-shadow: 4px 0 0px #143f7d;
}

.cusul li {
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    list-style: none;
    background: none !important;
    padding: 0;
}

.cusul li span {
    float: none !important;
    margin-left: 0 !important;
    cursor: pointer;
}

.activespan span {
    color: #fff !important;
}

.tab2_content>div {
    height: auto;
}

.ul_con {
    width: 95%;
    /* min-height: 250px; */
    display: block;
    font-size: 14px;
    color: #343434;
    line-height: 24px;
    text-align: left;
    padding: 5px;
    /* background: #fff; */
}

.tab2_content table {
    background: #CCC;
    width: 100%;
    table-layout: fixed;
}

.tab2_content table tr td:nth-child(1) {
    background: #f3f3f3;
    width: 25%;
    text-align: center;
    color: #333;
}

.ul_con table tr td:nth-child(1) {
    background: #f3f3f3;
    width: 15%;
    text-align: center;
    color: #333;
}

.tab2_content table td {
    background: #FFF;
    line-height: 24px;
    font-size: 14px;
    padding: 5px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ul_con table td {
    background: #FFF;
    line-height: 24px;
    font-size: 13px;
    padding: 5px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 表格样式 */

/* 意见反馈 */
.prompting1,
.prompting2,
.prompting3 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000, endColorstr=#BF000000);
}

.pro-box {
    width: 360px;
    min-height: 240px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 10px;
    margin-left: -170px;
    margin-top: -150px;
    /* padding:15px; */
    box-sizing: border-box;
}

.pro-box h5 {
    line-height: 36px;
    color: #d1474e;
    line-height: 36px;
    background: #1e76d1;
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 18px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.pro-box textarea {
    width: 100%;
    padding-left: 5px;
    border: 0 none;
    border: 1px solid #CCC;
    border-radius: 4px;
    max-width: 305px;
    min-width: 305px;
    line-height: 24px;
    min-height: 24px;
    outline: none;
    resize: none;
    margin: 28px;
}

.modal-footer {
    border-top: 1px solid #ccc;
    padding-top: 8px;
    text-align: right;
    padding-right: 30px;
}

#submitBtn,
#cancelBtn {
    border: 0 none;
    outline: none;
    color: #FFF;
    width: 60px;
    height: 30px;
    cursor: pointer;
    background-color: #2877e9;
}

#submitBtn1,
#cancelBtn1,
#cancelBtn2,
#cancelBtn3 {
    border: 0 none;
    outline: none;
    color: #FFF;
    width: 85px;
    height: 30px;
    cursor: pointer;
    background-color: #1e76d1;
    border-radius: 5px;
    font-size: 14px;
}

.text-center {
    text-align: center;
}

#cancelBtn {
    background-color: #777;
    margin-right: 10px;
}

#cancelBtn1 {
    background-color: #777;
    margin-right: 10px;
}

/* 意见反馈 */
/* 问答技巧 */
.modal_show {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.modal {
    max-height: 85%;
    margin: 0 auto 0 calc(50% - 122px);
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
    left: 0;
    top: 150px;
    width: 1000px;
    background: none !important;
    box-sizing: border-box;
    /* background: #efefef; */
    display: block !important;
}

#modal_close_help {
    position: absolute;
    right: 5px;
    z-index: 2;
    float: right;
    padding-top: 5px;
    background: url(../images/helpclose.png) no-repeat;
    background-size: 80%;
    margin-right: 5px;
    color: #fff;
    cursor: pointer;
    width: 25px;
    text-align: center;
    height: 25px;
    line-height: 24px;
    color: #000;
    margin-top: 7px;
}

.content-help-con .con-div {
    padding: 10px 0;
    height: 645px;
    box-sizing: border-box;
    overflow-y: auto;
    /* margin-top: 50px; */
    width: 150%;
}

.content-help-con .swiper-slide img {
    height: auto;
    width: 82%;
    margin-left: 70px;
}

/* 问答技巧 */
/* 历史记录 */
.right-bottom>p,
.right-top>p {
    display: inline-block;
    width: calc(100% - 40px);
    margin-top: 20px;
    font-weight: 600;
    font-family: cursive;
    font-size: 22px;
    padding: 0 20px;
}

.right-bottom>span,
.right-top>span {
    margin-top: 10px;
    display: inline-block;
    font-size: 15px;
    margin-left: 180px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    color: #1d7bce;
    right: 25px;
}

.right-bottom>span img,
.right-top>span img {
    width: 16px;
    margin: 0 5px 0 0;
}

.right-top>span img {
    margin-top: 3px;
}

.bottom2 {
    text-align: center;
    padding-bottom: 20px;

}

.bottom2 li {
    display: inline-block;
    width: calc((100% - 30px)/4);
}

.bottom2 li p {
    font-size: 15px;
}

.bottom2 li:nth-last-of-type(1) p {
    margin-bottom: 1px;
}

.bottom2 a {
    display: inline-block;
    padding-top: 15px;
    text-align: center;
    border-radius: 10px;
}

.bottom2 span {
    display: inline-block;
    line-height: 56px;
    margin-left: 20px;
}

.historydiv ul li {
    line-height: 40px;
    font-size: 14px;
    padding: 0 15px 0 20px;
    display: flex;
}

.historydiv ul li a {
    color: #676767;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
}

.historydiv ul li:hover {
    background-color: #eee;
    font-weight: bold;

}

.historydiv ul li span {
    line-height: 39px;
    color: #676767;
    display: inline-block;
    cursor: pointer;
}

.historydiv {
    /* margin:0 10px 0 0; */
    height: 125px;
    overflow: auto;
    padding: 10px 0;
}

/* 历史记录 */

/* 滚动条 */
.bodybg ::-webkit-scrollbar {
    width: 5px;
    height: 2px;
    /* background: #f8f8f8; */
    border-radius: 10px;
}

.bodybg ::-webkit-scrollbar-thumb {
    display: block;
    width: 3px;
    margin: 0 auto;
    border-radius: 10px;
    background: #ccc;
}

/* 滚动条 */


.tipDiv {
    background-color: #fff;
    width: 100%;
    z-index: 9;
    position: absolute;
    bottom: 100px;
    border-bottom: 3px solid #2776e9;
    color: #333;
}

.tipDiv ul {
    margin: 2px 10px;
}

.tipDiv ul li {
    line-height: 25px;
    cursor: pointer;
    font-size: 15px;
}

.tipDiv ul li:hover {
    background: #ecf5ff;
}

.con-overflow {
    overflow: hidden;
    position: relative;
    height: 90px;
    line-height: 24px !important;
}

/* 数据自带标签样式 */
.styletwo img {
    height: 160px !important;
    width: auto !important;
    display: block;
    margin: 0 auto;
    float: left;
    margin-right: 8px;
}

.styletwo p {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #333;
    text-indent: 2em;
    line-height: 24px;
}

.stylefour div {
    float: left;
    margin: 9px;
}

.stylefour p {
    text-align: center;
    line-height: 22px;
    height: 22px;
}

.stylefour img {
    max-width: 100px;
    width: 100px;
    height: 100px;
}

.styleone p {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #333;
    text-indent: 2em;
}

.styleone img {
    width: 80%;
    height: auto;
    border-radius: 5px;
    border: 1px solid #eee;
    margin: 0 10%;
}

/* 数据自带标签样式 */



.answer_li {
    overflow: hidden;
    position: relative;
    /* height: 90px!important; */
    line-height: 24px !important;
}

.answer_li li {
    padding-left: 18px;
    position: relative;
}

.answer_li>li::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 15px;
    left: 4px;
    background: #003b6a;
    top: 7px;
}

.answer_li li p {
    line-height: 20px;
    color: #000;
}

.answer_li li p:nth-child(2) {
    overflow: auto;
    /* max-height: 150px !important; */
    margin: 5px 0;
    font-weight: 400;
    font-size: 14px;
    color: #848484;
}

.answer_li li p:nth-child(2) img {
    width: 100%;
}

.more-dann {
    color: #870000 !important;
    width: 90px;
    height: 34px;
    margin: 10px 0;
    font-weight: initial !important;
}

ul.answer_btn {
    width: 100%;
    height: 35px;
    margin: 10px 0;
    border-top: 1px solid;
    padding-top: 10px;
}

ul.answer_btn li {
    float: left;
    margin: 0 5px;
}

ul.answer_btn li a {
    padding: 6px 10px;
    background: #cbe8ff;
    text-decoration: none;
    color: #086ad8;
    font-size: 14px;
    border-radius: 15px;
    line-height: 16px;
    box-shadow: 1px 2px 2px #086ad8;
    margin-right: 10px;
    display: inline-block;
}

div.con-overflow {
    overflow: hidden;
    position: relative;
    height: 138px;
    line-height: 24px !important;
}

.ma {
    position: absolute;
    top: 25px;
    left: -60px;
    width: 140px;
    height: 170px;
    background: #848181;
    z-index: 10;
    border-radius: 10px;
    text-align: center;
    display: none;
}

.icon-tran {
    right: 63px;
    position: absolute;
    z-index: 2;
    width: 10px;
    height: 10px;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #848181;
    border-top: 10px solid transparent;
    top: -18px;
    transform: rotate(0deg);
}

.ma>p {
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 40px;
    margin-top: 0;
    text-align: center !important;
}

.ma>img {
    /* width: 89%; */
    height: 121px;
    border-radius: 5px;
    margin: 0 !important;
}

.key_h5 {
    font-size: 17px;
    height: 30px;
}

.key_h5 i {
    display: block;
    width: 30px;
    height: 25px;
    background: url(../images/wenti@2x.png) no-repeat;
    background-size: 80% 95%;
    float: left;
}

.areAsk {
    margin-top: 10px;
}

.areAsk li {
    display: inline-block;
    margin-right: 20px;
}

.areAsk li a {
    display: inline-block !important;
    width: auto !important;
    padding: 10px 20px !important;
    font-size: 13px !important;
    line-height: 15px !important;
    border-radius: 30px !important;

    background-color: #fff;
}

.mainColor {
    background: #086ad8;
    left: 0px;
    top: 0px;
    width: 100%;
    /* position: fixed; */
    z-index: 999;
    /* margin-bottom: 80px; */
}

.mainColorIndex {
    background: #086ad8;
}

.bgGray {
    background: #f9f7f7;
}

.bgWhite {
    background: #fff;
}

.disNone {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.commWidth {
    width: 1200px;
    margin: 0px auto;
}

.commBigWidth {
    width: 1300px;
    margin: 0px auto;
}

.addShadow {
    transition: box-shadow 0.6s, transform 0.5s;
    box-shadow: 0px 0px 7px 3px #eee;
}

.addShadow:hover {
    box-shadow: 0px 0px 12px 6px #ccc;
    transition: box-shadow 0.5s;
}

.addNoShadow {
    transition: box-shadow 0.6s, transform 0.5s;
}

.addNoShadow:hover {
    box-shadow: 0px 0px 12px 6px #ccc;
    transition: box-shadow 0.5s;
}

.top .commWidth {
    overflow: auto;
    zoom: 1;
}

.logo {
    display: block;
    float: left;
    margin-top: 15px;
}

.navigation {
    float: left;
    overflow: auto;
    zoom: 1;
    margin-left: 50px;
}

.navigation li {
    float: left;
}

.navigation li a {
    font-size: 24px;
    color: #fff;
    display: block;
    line-height: 80px;
    font-weight: 150;
    padding: 0px 20px;
    text-decoration: none;
}

.navigation li a:hover {
    background: #3a94f9;
}

.aidedNavigation {
    float: right;
    overflow: auto;
    zoom: 1;
}

.aidedNavigation li {
    float: left;
    font-size: 16px;
    color: #fff;
    margin-left: 25px;
    line-height: 80px;
    font-weight: 100;
    cursor: pointer;
}

.aidedNavigation .accessibility img {
    margin-right: 10px;
}

.m-navigation-list {
    display: none;
}

/* header */


/* breadcrumb */


/* footer */
.footer {
    background: #55595c;
    min-height: 190px;
}

.footer .left {
    float: left;
    width: 900px;
}

.footerInfo {
    font-size: 16px;
    color: #d7d7d7;
    line-height: 30px;
    margin-top: 23px;
}

.footerInfo p {}

.footerInfo p a {
    font-size: 16px;
    color: #d7d7d7;
}

.footer .right {
    float: right;
    width: 260px;
    text-align: right;
}

.footer .right a {
    display: inline-block;
}

.footer .right .dangzheng {
    margin-top: 56px;
}

.footer .right .jiucuo {
    margin: 62px 0px 0px 28px;
}

/* sitemap */
/* friendship link */
.friendshipLinkBox {
    background: #4e5358;
    margin-top: 40px;
}

.friendshipLink {
    display: flex;
    justify-content: space-between;
    padding: 0px;
}

.friendshipLink li {}

.friendshipLink li a {
    line-height: 48px;
    font-size: 14px;
    color: #fff;
    display: block;
    padding-right: 20px;
    background: url(http://www.mengyin.gov.cn/images/select.png) no-repeat right center;
}

.friendshipLink .child-nav {
    position: fixed;
    /*bottom: 238px;*/
    top: 90px;
    left: 50%;
    margin-left: -600px;
    width: 1200px;
    overflow: auto;
    zoom: 1;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 10px 0px;
    border-radius: 3px;
    display: none;
}

.friendshipLink .child-nav li {
    width: 20%;
    float: left;
}

.friendshipLink .child-nav li a {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    padding: 0px 20px;
}

.friendshipLink .child-nav li a:hover {
    background: #f5f5f5;
}

.jd100zn {
    display: block;
}

.dangjian {
    display: none;
}