* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    list-style: none;
}

body {
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../images/background@2x.png);
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline: none;
}

a {
    text-decoration: none;
}

body {
    font-family: "Microsoft YaHei", "SimSun";
}

div.body {
    /* position: absolute; */
    z-index: 9;
    width: 100%;
    transform-origin: top;
    transform: scale(90%);
}

.bodybg {
    width: 100%;
    /* background: #e0ecfa; */
    height: auto;
    /* padding: 0px 24px; */
    margin: 0 auto;
    /* box-shadow: 1px 2px 10px rgba(0,0,0,0.1); */
    border-radius: 20px;
    /* margin-top: -30px; */
    /* padding-bottom: 18px; */
    /* position: relative; */
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}

/* 无障碍 */
.wza_logo {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 66px;
    height: 66px;
    cursor: pointer;
    background: url(../images/show.png);
}

.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;
}

.triangle-left {
    left: 0px;
    position: absolute;
    top: 0px;
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    z-index: 88;
    display: none;
    /* border-bottom: 35px solid #3e8bcd;  */
}

.triangle-right {
    right: 0px;
    position: absolute;
    top: 0px;
    width: 0;
    height: 0;
    border-right: 22px solid transparent;
    z-index: 88;
    /* border-bottom: 35px solid #3e8bcd; */
    display: none;
}

.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;
}

.main-content {
    /* margin-top: -35px; */
    /* display: flex; */
    border-radius: 20px;
    /* margin-left: 20px; */
    /* position: relative; */
    width: 1400px;
    height: auto;
    /* padding-left: 52px; */
    box-sizing: border-box;
    position: relative;
    padding-top: 10px;
    padding-bottom: 30px;
}

.main-content-right {
    height: 100%;
    width: calc(100% - 380px);
    top: 10px;
    position: absolute;
    right: 0px;
    padding-bottom: 30px;
}

.main-content-left {
    /* padding: 0 0 0 15px; */
    /* background: #f9f9f9; */
    /* float: left; */
    /* padding: 15px 0px; */
    /* margin-right: 40px; */
    width: 360px;
    /* margin-right: 48px; */
    /* position: absolute; */
    z-index: 19;
    height: 100%;
    /* left: 11%; */
    /* border-radius: 20px;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.4); */
}

.main-content-left .znwd {
    width: 60px;
    text-align: center;
    position: absolute;
    color: #fff;
    top: 115px;
    right: -60px;
    background: url(../images/cb.png) no-repeat;
    background-size: 100%;
}

.main-content-left .znwd h1 {
    width: 20px;
    margin: 25px auto;
    font-size: 24px;
}

.right-top,
.right-bottom,
.right-middle {
    /* background: #fff; */
    border-radius: 10px;
    width: 290px;
}

.b-content-right {
    font-size: 12px;
}

.b-content-right li {
    margin-bottom: 20px;
    cursor: pointer;
}

.b-content-right #phone {
    position: relative;
}

.b-content-right li p {
    margin-top: 10px;
}

.right-top {
    text-align: left;
    width: 280px;
    margin: 15px 0 5px 0;
    height: auto;
    /* background-color: #f2f7ff; */
}

.right-top h4 {
    margin-left: 12px;
    color: #035190;
}

.right-top ul {
    margin-top: 10px;
    height: auto;
    padding: 0 12px;
}

.right-top ul li {
    width: 99px;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    background: #fff;
}

.right-top ul li {
    margin-bottom: 15px;
    padding: 10px;
    text-align: center;
    background: #fff;
}

.right-top ul li:nth-of-type(2n+1) {
    margin-right: 12px;
}

.right-top ul li:nth-last-of-type(1) {
    margin-right: 0;
}

.right-top ul li img {
    width: 30px;
    /* position: absolute;
    top: -20px;
    left: 0; */
    display: block;
    margin: auto;
}

.right-top ul li span {
    margin-top: 5px;
    display: inline-block;
    font-size: 15px;
}

.right-top ul.relatequestion {
    margin-top: 0;
    overflow: hidden;
}

.right-top ul.relatequestion li a {
    margin-left: 2px;
}

.right-top ul.relatequestion li a:hover {
    color: #1856ac;
}

.right-top ul.relatequestion li {
    display: block;
    margin-bottom: 0;
    background: none;
    width: 96%;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    animation: question 1s;
}

.right-middle {
    text-align: left;
    width: 280px;
    margin: 15px 0 5px 0;
    height: auto;
    /* background-color: #f2f7ff; */
}

.right-middle h4 {
    margin-left: 12px;
}

.right-middle ul {
    margin-top: 10px;
    height: auto;
    padding: 0 12px;
}

.right-middle ul li {
    width: 119px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.right-middle ul li {
    margin-bottom: 15px;
    text-align: center;
}

.right-middle ul li:nth-of-type(2n+1) {
    margin-right: 12px;
}

.right-middle ul li:nth-last-of-type(1) {
    margin-right: 0;
}

/*.right-middle ul li img{
    width: 100%;

    display: block;
    margin: auto;
} */
.right-middle ul li a {
    display: block;
    /* width: 50px; */
    height: 57px;
    padding-top: 10px;
    background-color: #f2f7fe;
    border-radius: 5px;
    box-shadow: 0 0px 8px 0px rgba(182, 182, 182, .5);
    font-size: 16px;
    color: #2c6bc1;
    font-weight: bold;
    margin: 0 auto;
}

.right-middle ul li a img {
    width: 31%;
}

@keyframes question {
    from {
        opacity: 0;
        transform: translate(50%);
    }

    to {
        opacity: 1;
        transform: translate(0);
    }
}

#clear {
    color: #333;
}

#clear img {
    margin-right: 3px;
}

.right-bottom {
    height: 280px;
    margin-top: 25px;
    text-align: left;
    width: 275px;
}

.right-bottom h4 {
    margin-left: 12px;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.dialog_tab {
    background: #FFFFFF;
    /* border: 1px solid #e1e1e1; */
    padding: 15px 12px;
    color: #333;
    /* margin-bottom: 35px; */
    display: block;
    position: relative;
    margin-right: 41px;
    margin-left: 60px;
    margin-top: 18px;
    border-radius: 0px 10px 10px 10px;
    position: relative;
    width: fit-content;
    max-width: 78%;
    animation-name: fadeInLeft;
    animation-duration: 2s;
    font-size: 14px;
    /* padding-bottom:3px; */
    /* box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1); */
}

.startContent {
    position: relative;
}

.startContent::before {
    content: "";
    display: inline-block;
    height: 14px;
    width: 2px;
    background-color: #4e9ec2;
    position: absolute;
    top: 3px;
}

.startContent p {
    padding-left: 5px;
}

.startContent ul {
    margin-top: 10px;
}

.startContent li {
    height: 40px;
    padding: 0 20px;
    border-radius: 20px;
    background-color: #eff5f9;
    color: #999;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
    cursor: pointer;
    margin-bottom: 5px;
}

.startContent li:last-child {
    margin-right: 0;
}

.right_arrow {
    width: 55px;
    height: 55px;
    position: absolute;
    left: -60px;
    top: -18px;
    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_top {
    display: flex;
    justify-content: space-between;
}

.tab2_top span {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}

#message {
    /* margin-top: -32px; */
    height: calc(100% - 202px);
    overflow-y: auto;
    overflow-x: hidden;
    /* border-top-left-radius: 20px; */
    border-radius: 20px;
    /* background: rgba(255,255,255,0.4); */
    /* border-top-right-radius: 20px; */
    padding-bottom: 20px;
}

#message::-webkit-scrollbar {
    display: none;
}

.con-l-b {
    height: 190px;
    position: relative;
    width: 100%;
    border-radius: 8px;
    box-sizing: border-box;
    border: #fff solid 2px;
    padding: 8px;
}

#messCon {
    /* background: #f9f9f9 url(../images/shuru@2x.png) no-repeat left;
    background-position: 20px 20px;
    background-size: 1.5%; */
    width: 100%;
    overflow: hidden;
    height: 125px;
    background: linear-gradient(to right, #4f8dff, #005aff);
    outline: none;
    resize: none;
    box-sizing: border-box;
    margin-top: 10px;
    font-size: 14px;
    /* line-height: 62px; */
    color: #fff;
    float: left;
    border: 0;
    border-radius: 8px;
    padding: 15px;
}

#messCon::placeholder {
    color: #fff;
}

#sendMess {
    width: 100px;
    height: 43px;
    font-size: 16px;
    font-weight: 600;
    border: 0;
    position: absolute;
    bottom: 30px;
    right: 26px;
    cursor: pointer;
    color: #2d548f;
    border-radius: 10px;
    background: linear-gradient(to bottom, #fff, #a3d3ff 75%);
}

#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;
}

.change img {
    width: 14px;
}

.change span {
    cursor: pointer;
    margin-right: 15px;
    color: #3297df;
    font-size: 15px;
}

#changjian {
    height: 180px;
    position: relative;
    /* overflow: hidden; */
}

#changjian .before {
    display: none;
    width: 100%;
    height: 100%;
    float: left;
    background-color: #fff;
    border-radius: 10px;
}


@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.dialog {
    /* overflow: hidden; */
    padding-right: 20px;
    /* background: url(../images/man.png) no-repeat right; */
    background-size: 9%;
    position: relative;
    margin-bottom: 8px;
    /* max-width: 30%; */
    /* width: auto; */
    /* min-width: 10%; */
    height: 76px;
    animation-duration: 1s;
    animation-name: fadeInLeft;
}

.triangle2 {
    width: 55px;
    height: 55px;
    display: block;
    position: absolute;
    right: 0;
    background: url(../images/tx-2@2x.png) no-repeat;
    z-index: 1;
    top: 0;
    background-size: 100%;
}

.center {
    float: right;
    background: #fff;
    color: #333;
    font-size: 14px;
    line-height: 28px;
    margin-right: 60px;
    margin-top: 18px;
    padding: 10px 10px 10px 10px;
    border-radius: 10px 0px 10px 10px;
    /* box-shadow: 0 5px 10px rgb(0 0 0 / 20%); */
    margin-left: 19px;
}

.onoff {
    right: 0;
    height: 100%;
    width: 13px;
    cursor: pointer;
    display: block;
    zoom: 1;
    margin-top: 10px;
    background: url(../images/1.png) no-repeat 0px 2px;
    position: absolute;
    top: 5px;
    right: -17px;
    display: none;
}

.center a {
    color: #333;
}

.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; */
    margin-bottom: 0px;
    /* 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: 2px 0;
    background: url(../images/li_bg.png) no-repeat left;
    padding-left: 15px;
    display: flex;
    padding: 7px 0 7px 20px
}

.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: 85%;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    color: #000;
}

li .bszn {
    color: #3d90e1;
    flex-shrink: 0;
}

.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: 85%;
    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;
    right: -8px;
    bottom: -45px;
    line-height: 45px;
    font-size: 13px;
    display: flex;
}

.g-man3 {
    position: absolute;
    left: -2px;
    bottom: -45px;
    line-height: 30px;
    font-size: 13px;
    display: flex;
}

.wntj {
    font-weight: 900;
    /* margin-left: 40px; */
    font-size: 15px;
    color: #0d89e1;
    /* margin-bottom: 25px; */
    bottom: -50px;
    display: inline-block;
    left: 0px;
}

.wntj>span {
    display: inline-block;
    margin-right: 25px;
    padding: 0 15px;
    line-height: 30px;
    color: #666 !important;
    font-size: 15px;
    position: relative;
    /* background-color: #fff; */
    border: 1px solid #dcdfe6;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
}

.wntj>span>span {
    /* display: inline-block; */
    position: absolute;
    width: 25px;
    line-height: 25px;
    background-color: #fff;
    border-radius: 50%;
    top: -10px;
    /* left: 77px; */
    text-align: center;
    z-index: 0;
    background-color: #58a8f5;
    color: #fff;
}

.g-man span {
    color: #333;
    font-size: 15px;
}

.g-man1,
.g-man2 {
    width: 80px;
    height: 31px;
    margin: 0 3px;
    line-height: 30px;
    text-align: center;
    color: #666;
    /* background: #fff; */
    border: 1px solid #dcdfe6;
    border-radius: 18px;
    /* box-shadow: 0px 0px 10px rgb(177 201 246 / 90%); */
    box-sizing: border-box;
    cursor: pointer;
    font-size: 13px;
}

.left {
    float: left;
}

.g-man1 span {
    display: inline-block;
    width: 15px;
    height: 13px;
    margin-right: 5px;
    vertical-align: unset;
    background: url(../images/zan.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: 15px;
    height: 13px;
    margin-right: 5px;
    vertical-align: unset;
    background: url(../images/nozan.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: #3d90e1;
}

#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;
}

.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;
}

.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;
    bottom: 17px !important
}

.choosebtn {
    margin: 10px 10px 10px 0;
    background: #f0f5f9;
    font-size: 14px;
    /* box-shadow: 1px 2px 5px #969696; */
    color: #999;
    border-radius: 24px;
    line-height: 24px;
    outline: none;
    border: 0;
    padding: 3px 18px;
    cursor: pointer;
}

.list_info_tab .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,
.prompting4,
.prompting5 {
    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: 50%;
    min-height: 240px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 10px;
    /* margin-left:-170px; */
    margin-top: -150px;
    /* padding:15px; */
    transform: translate(-50%, -50%);
    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;
    /* margin: 0 auto; */
    border: 1px solid #CCC;
    border-radius: 4px;
    /* max-width: 328px; */
    /* min-width: 305px; */
    line-height: 24px;
    min-height: 24px;
    outline: none;
    resize: none;
    margin: 26px 0px;
    /* margin: 12px 0px; */
}

.modal-footer {
    border-top: 1px solid #ccc;
    padding-top: 8px;
    text-align: right;
    /* padding-right: 30px; */
}

.modal-title {
    padding: 0 50px;
    font-size: 20px;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    text-align: center;
    line-height: 10px;
    background-color: #015293;
    position: relative;
}

#submitBtn,
#cancelBtn {
    border: 0 none;
    outline: none;
    color: #FFF;
    width: 60px;
    height: 30px;
    cursor: pointer;
    background-color: #2877e9;
}

#submitBtn1,
#cancelBtn1,
#cancelBtn2 {
    border: 0 none;
    outline: none;
    color: #FFF;
    width: 85px;
    height: 30px;
    cursor: pointer;
    background-color: #1e76d1;
    border-radius: 5px;
    font-size: 14px;
}

#cancelBtn3,
#cancelBtn4,
#cancelBtn5 {
    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;
    top: 14px;
    border: none;
    color: #000;
    margin-top: 7px;
}

.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% - 13%);
    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;
}

.top-logo {
    display: flex;
    width: 100%;
    /* flex: 1; */
    height: 122px;
    box-sizing: border-box;
    padding: 0 calc(50% - 700px);
    padding-top: 40px;
    justify-content: space-between;
}

.znwd-logo {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    /* flex: 1; */
    height: 100%;
}

.top-right {
    display: flex;
    height: 100%;
    align-items: center;
}

.znwd-logo img {
    height: 100%;
    margin-right: 10px;
}

.znwd-logo h1 {
    color: #023e7a;
    letter-spacing: 2px;
}

.znwd-fw {
    position: relative;
    /* float: right; */
    display: inline-flex;
    height: 32px;
    background-color: #fff;
    border-radius: 32px;
    margin-left: 30px;
}

.znwd-fw li {
    width: 120px;
    text-align: center;
    color: #333;
    height: 32px;
    line-height: 32px;
    padding: 0px 15px;
}

.znwd-fw li p {
    float: left;
    margin-left: 8px;
    font-size: 14px;
    /* line-height: 40px; */
}

#advice {
    display: block;
    cursor: pointer;
    position: relative;
}

#advice::after {
    content: "|";
    color: #999;
    position: absolute;
    right: 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;
}


.styletwo img {
    height: auto !important;
    width: 120px !important;
    /* object-fit: cover; */
    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;
    display: inline-block;
    width: 400px;
}

.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 auto 10px auto;
    font-size: 13px;
    color: #333;
    text-indent: 3em;
    width: 80%;
}

.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;
    background: url(../images/li_bg1.png) no-repeat left 6px;
    background-size: 7px auto;
}

.answer_li li p {
    line-height: 20px;
}

.answer_li li p:nth-child(2) {
    overflow: auto;
    max-height: 150px !important;
    margin: 5px 0;
    font-weight: 400;
    font-size: 14px;
}

.more-dann {
    color: #0d6dc3 !important;
    cursor: pointer;
    line-height: 34px !important;
    /* padding-left: 15px; */
    background: #f3f9ff url(../images/zhankai.png) 75px center no-repeat;
    border-radius: 15px;
    /* width: 90px; */
    text-align: center;
    height: 34px;
    font-size: 13px;
    margin: 10px 0;
    font-weight: initial !important;
}

ul.answer_btn {
    width: 100%;
    height: 35px;
    margin: 10px 0;
    margin-bottom: 0px;
}

ul.answer_btn li {
    width: 100%;
    float: left;
    margin: 0 5px;
}

ul.answer_btn li a {
    text-decoration: none;
    /* display: block; */
    text-align: center;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    padding: 3px 13px;
    border-radius: 16px;
    color: #409eff;
    border: 1px solid #f1f1f1;
    display: inline-block;
    margin-right: 15px;
    width: 100px;
    line-height: 24px;
}

div.con-overflow {
    overflow: hidden;
    position: relative;
    height: 88px;
    line-height: 24px !important;
}

.ma {
    position: absolute;
    top: 89px;
    right: -14px;
    width: 140px;
    height: 174px;
    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: 30px;
}

.ma>img {
    /* width: 89%; */
    height: 121px;
    border-radius: 5px;
    margin: 0 !important;
}

.change span {
    cursor: pointer;
    margin-right: 15px;
    color: #3297df;
    font-size: 14px;
}

.change img {
    width: 10px;
}

.answer_li li a {
    width: auto;
    display: inline;
}

.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% - 13%);
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
    left: -158px;
    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: 100%;
}

.content-help-con .swiper-slide img {
    height: auto;
    width: 82%;
    margin-left: 70px;
}

#help {
    /* position: absolute; */
    bottom: 40px;
    left: 259px;
    display: block;
    /* height: auto; */
    cursor: pointer;
}

.dialog_tab2 {
    width: 100px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5px;
    margin: 20px auto;
    padding-top: 5px;
    position: relative;
    border-radius: 4px;
    position: relative;
    background-color: #ccc;
}

.dialog_tab2 span {
    color: #fff;
}

.cjwt>ul>li.news-act>.title_box>.cjwt_title,
.qy_active {
    /* text-decoration: none; */
    font-size: 18px !important;
    font-weight: bold !important;
    padding-left: 10px;
    line-height: 33px;
}

.cjwt>ul>li img {
    vertical-align: middle;
    width: 33px;
    height: 33px;
}

.cjwt>ul>li .cjwt_title {
    font-size: 16px;
    color: #333;
    /* float: right; */
    font-family: "Microsoft YaHei";
    vertical-align: middle;
}

.cjwt>ul {
    height: 34px;
    position: relative;
    width: 100%;
    border-radius: 0 0 5px 5px;
}

.topRightBtn {
    width: 108px;
    height: 38px;
    position: absolute;
    top: -5px;
    right: 22px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
}

.cjwt .topRightBtn {
    top: 0px;
}

.cjwt .changeBtn img {
    margin-right: 10px;
}

.cjwt {
    padding: 10px 15px;
    width: 100%;
    height: 245px;
    background: url(../images/cjwt-bj@2x.png) no-repeat;
    background-size: 100% calc(100% + 20px);
    position: relative;
}

.title_box {
    margin-bottom: 10px;
    font-size: 0;
}

#changjian>ul>li {
    list-style-type: circle;
    line-height: 40px;
    font-size: 14px;
}

#changjian>ul {
    /* padding: 0px 26px; */
}

#changjian>ul>li:hover {
    color: #1c659f;
    cursor: pointer;
}

.qytbdiv {
    height: 270px;
    width: 100%;
    background: url(../images/ztfw-bj@2x.png) no-repeat;
    background-size: 100% calc(100% + 15px);
    margin-top: 15px;
    padding: 15px 15px;
    position: relative;
}

.qytbdiv .topRightBtn {
    top: -7px;
}

.qytb {
    /* border-bottom: 1px solid #e9eef3; */
    height: 33px;
    font-size: 0;
}

.qytb img {
    vertical-align: middle;
    width: 33px;
    height: 33px;
}

.qytb span {
    vertical-align: middle;
}

.qytbdiv .djtyBtn img {
    margin-right: 3px;
}

.qytbdiv .fw-item {
    position: absolute;
    border-radius: 50%;
    background-size: 100% auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
}

.qytbdiv .fw-item img {
    margin-bottom: 3px;
    width: 34%;
}

.qytbdiv .jycy {
    width: 73px;
    height: 73px;
    background: url(../images/1@2x.png);
    background-size: 73px 73px;
    top: 62px;
    left: 45px;
    font-size: 12px;
}

.qytbdiv .jtcx {
    width: 88px;
    height: 88px;
    background: url(../images/2@2x.png);
    top: 71px;
    left: 139px;
    font-size: 14px;
}

.qytbdiv .ydfx {
    width: 89px;
    height: 89px;
    background: url(../images/3@2x.png);
    top: 57px;
    right: 40px;
    font-size: 14px;
}

.qytbdiv .zjbl {
    width: 80px;
    height: 80px;
    background: url(../images/4@2x.png);
    background-size: 80px 80px;
    bottom: 27px;
    left: 35px;
    font-size: 14px;
}

.qytbdiv .dyzy {
    width: 75px;
    height: 75px;
    background: url(../images/5@2x.png);
    background-size: 75px 75px;
    bottom: 15px;
    left: 144px;
    font-size: 12px;
}

.qytbdiv .cjrj {
    width: 86px;
    height: 86px;
    background: url(../images/6@2x.png);
    background-size: 90px 90px;
    bottom: 30px;
    right: 27px;
    font-size: 14px;
}

.qytb-right {
    margin-top: 10px;
    /* height: 175px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.qytb-right li {
    /* float: left; */
    width: 33%;
    height: 98px;
}

.qytb-right li a {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 58px;
    position: relative;
    color: #444;
    white-space: nowrap;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bmfw li i {
    display: block;
    position: absolute;
    top: 0px;
    /* left: 27px; */
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
    height: 50px;
    float: left;
    background: url(../images/yygh.png) center top no-repeat;
    /* transition:all 1s; */
    border-radius: 18px;
}

.qytb-right li a:hover {
    /* transform: rotateY(180deg); */
    color: #0074ce;
}

.bmfw li.li1 i {
    background: url(../images/jyfw@2x.png) center top no-repeat;
}

.bmfw li.li2 i {
    background: url(../images/sbfw@2x.png) center top no-repeat;
}

.bmfw li.li3 i {
    background: url(../images/zffw@2x.png) center top no-repeat;
}

.bmfw li.li4 i {
    background: url(../images/jtfw@2x.png) center top no-repeat;
}

.bmfw li.li5 i {
    background: url(../images/jycy@2x.png) center top no-repeat;
}

.bmfw li.li6 i {
    background: url(../images/hysy@2x.png) center top no-repeat;
}

.bmfw li.li7 i {
    background: url(../images/yljk@2x.png) center top no-repeat;
}

.bmfw li.li8 i {
    background: url(../images/qykb@2x.png) center top no-repeat;
}

.bmfw li.li9 i {
    background: url(../images/zjbl@2x.png) center top no-repeat;
}

.zwfw li i {
    display: block;
    position: absolute;
    top: 0;
    left: 13px;
    width: 53px;
    height: 50px;
    float: left;
    transition: all 1s;
    border-radius: 18px;
}

.zwfw li.li1 i {
    background: url(../images/zw1@2x.png);
    background-size: 100% 100%;
}

.zwfw li.li2 i {
    background: url(../images/zw2@2x.png);
    background-size: 100% 100%;
}

.zwfw li.li3 i {
    background: url(../images/zw3@2x.png);
    background-size: 100% 100%;
}

.zwfw li.li4 i {
    background: url(../images/zw4@2x.png);
    background-size: 100% 100%;
}

.zwfw li.li5 i {
    background: url(../images/zw5@2x.png);
    background-size: 100% 100%;
}

.zwfw li.li6 i {
    background: url(../images/zw6@2x.png);
    background-size: 100% 100%;
}

.zwfw li.li7 i {
    background: url(../images/zw7@2x.png);
    background-size: 100% 100%;
}

.zwfw li.li8 i {
    background: url(../images/zw8@2x.png);
    background-size: 100% 100%;
}

#keywords {
    display: inline-block;
}

@-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 {
    background: #fff;
    border-radius: 20px;
    margin-right: 10px;
    padding: 0px 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

#keywords li a:hover {
    color: #0a81d6;
}

#keywords li a {
    color: #333;
    /* background: url("../images/wtbq.png") no-repeat; */
    /* width: 80px; */
    line-height: 30px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
}

.history {
    width: 100%;
    height: 234px;
    margin-top: 15px;
    padding: 15px 20px;
    background: url(../images/lsjl-bj@2x.png);
    background-size: 100% calc(100% + 18px);
    position: relative;
}

.history .topRightBtn {
    top: -8px;
}

.con-rtit {
    font-size: 0;
}

.con-rtit img {
    height: 33px;
    vertical-align: middle;
}

.con-rtit span {
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    line-height: 33px;
}

#history {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    height: auto;
    width: 100%;
}

#history .historydiv {
    width: 100%;
}

#history #lsjl {
    margin-top: 0 !important;
    margin-left: 0 !important;
}

.tit2 {
    position: relative;
}

.tit2 h2 {
    text-decoration: none;
    position: relative;
    width: 47%;
    text-align: center;
    box-sizing: border-box;
    color: #1c659f;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    font-family: "Microsoft YaHei";
}

.tit2 a {
    float: right;
}

.tit2 a img {
    width: 12px;
    right: 5px;
    position: absolute;
    top: 10px;
}

.compro ul {
    width: 100%;
    height: 160px;
    overflow: auto;
}

.jqr {
    width: 21px;
    /* height: 21px; */
    background-position: center;
    /* display: block; */
    float: left;
    margin-right: 8px;
}

#Disclaimer {
    /* display: none; */
    float: right;
    /* position: absolute; */
    /* width: 26px; */
    background: #eff5f8;
    color: #2669a0;
    border: none;
    padding: 3px 7px;
    cursor: pointer;
    /* right: -35px; */
    /* top: 3px; */
    border-radius: 15px;
}

.cusul li {
    margin-bottom: 0px;
    margin-top: 0px;
}

.tab2_content .news li:nth-child(1) {
    border-top: 1px dashed #eee;
    margin-top: 10px;
}

.tab2_content .news li {
    background: url(../images/li_bg.png) no-repeat left center;
    overflow: hidden;
    padding: 7px 0 7px 20px;
    /* border-bottom: 1px dashed #eee; */
    line-height: 21px;
    display: flex;
}

.dzdzw_title span {
    font-size: 20px;
    z-index: 5;
}

.dzdzw_title {
    /* display: flex; */
    line-height: 25px;
    position: relative;
}

.line {
    position: absolute;
    width: 120px;
    height: 5px;
    left: 25px;
    bottom: 0px;
    background: url(../images/jvxing@2x.png) no-repeat;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.loading {
    animation: rotate 3s linear infinite;

    width: 21px;
    border-radius: 5px;
}

.National_friendly {
    color: #000;
    font-weight: 400;
}

.NationalAnswer_box {
    height: 30px !important;
    color: #015293;
    font-weight: 700;
    /* display: none; */
}

.NationalAnswer_comefrom {
    color: #015293 !important;
}

.styleone .content_jump li {
    font-size: 13px;
    float: left;
    color: #007dce;
    /* padding: 1px 29px; */
    /* line-height: 11px; */
    background: #fff;
    /* line-height: 11px; */
    margin-right: 10px;
}

.styleone .content_jump li a {
    color: #007dce;
    width: 100%;
    /* line-height: 24px; */
    display: block;
}

.styleone .content {
    display: flex;
    justify-content: space-around;
}

.styleone .content img {
    width: 43%;
    margin: 0;
}

.styleone .ys_content {
    width: 50%;
    background: rgba(0, 0, 0, 0.2);
    font-size: 15px;
    margin-bottom: 0px;
    color: #fff;
    border-radius: 10px;
    padding: 3px 4px;
    margin: 0;
}

.styleone .content_jump {
    margin-top: 20px;
    width: 100%;
    /* display: flex; */
    justify-content: space-around;
    flex-wrap: wrap;
}

.ys_content a {
    color: #007dce;
}

.styleone .small_title {
    color: #007dce;
    border-bottom: 1px solid #007dce;
    margin-top: 5px;
    font-size: 16px;
    width: 10%;
    text-indent: 0px;
    text-align: center;
    margin-left: 8px;
}

.card-container {
    display: flex;
    /* flex-direction: column; */
}

.cardbox {
    width: 150px;
    /* height: 200px; */
    background: #f9f9f9;
    margin: 6px 10px;
    border: 1px solid #ccc;
    text-align: center;
    cursor: pointer;
    color: #0074ce;
    padding: 10px 4px;
}

.image-container {
    margin-top: 20px;
}

#displayedImage {
    max-width: 100%;
    height: 350px;
}

.tongji {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tongji h2 {
    font-size: auto;
}

.tongji br {
    display: none;
    height: 0px;
}

.cardbox p {
    margin-bottom: 0px;
}

.cardbox:hover {
    background-color: #2575cc;
    color: #fff;
}

.card_box2 .content {
    /* display: flex; */
    justify-content: space-around;
    align-items: center;
}

.card_box2 .content img {
    width: 100%;
    margin-bottom: 20px;
}

.card_box2 {
    margin-top: 10px;
}

.card_box2 br {
    display: none;
}

.card_jump {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    display: flex;
    /* grid-template-columns:  repeat(3, 1fr);
    grid: 5px; */
    flex-wrap: wrap;
    justify-content: space-around;
}

.card_jump li {
    font-size: 14px;
    color: #007dce;
    padding: 1px 3px;
    /* line-height: 11px; */
    background: #fff;
    /* line-height: 11px; */
}

.card_jump li a {
    color: #007dce;
    width: 100%;
    /* line-height: 24px; */
    display: block;
}

.card_box3 br {
    display: none;
}

.card_box3 .content {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.card_box3 .content img {
    width: 30%;
    /* height: 200px; */
}

.card_jump li {
    font-size: 14px;
    color: #007dce;
    padding: 1px 3px;
    /* line-height: 11px; */
    background: #fff;
    /* line-height: 11px; */
}

.card_jump li a {
    color: #007dce;
    width: 100%;
    /* line-height: 24px; */
    display: block;
}

.transition_content,
.main_content {
    max-height: 200px;
    overflow-y: auto;
    /* border: 1px solid #333; */
    /* width: 300px;
    position: absolute;
    z-index: 5;
    display: none;
    border-radius: 10px;
    right: 10px;
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0,0,0,0.1); */
    height: 200px;
}

.transition_content {
    top: 50px;
}

.tools {
    /* float: right; */
    position: absolute;
    right: -115px;
    bottom: 7px;
}

#main_content {
    padding: 4px 9px;
    border: 1px solid #fff;
    border-radius: 15px;
    background: #f9fafc;
    color: #000;
}

.maincontent_icon {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/zhaiyao@2x.png) no-repeat center;
    background-size: 100%;
}

.translation_icon {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/auzixun@2x.png) no-repeat center;
    background-size: 100%;
    margin-right: 5px;
}

.main_contentbox,
.translation {
    display: flex;
    background: #f9fafc;
    border: 1px solid #fff;
    border-radius: 15px;
    background: #f9f9f9;
    display: flex;
    margin-top: 5px;
    display: none !important;
}

.tabmore2:has(+.dialog) {
    margin-bottom: 46px;
}

#languageSelect {
    border: none;
    background: transparent;
    cursor: pointer;
}

.hottags-ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 10px 0;
    animation: slideInRight .5s ease-in-out both;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.hottags-ul li {
    /* list-style: disc; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    float: left;
    cursor: pointer;
    color: #333;
    text-align: left;
    /* background-color: #fff; */
    /* background: url(../images/16.png) no-repeat left center; */
}

.hottags-ul li:hover {
    /* background: url(../images/16hover.png) no-repeat left center; */
    color: #2472c4;
}

.hottags-ul li:first-child {
    margin-top: 0;
    transition: margin-top .8s;
}

.hotdivs {
    /* background-color: #fff; */
    border-radius: 10px;
    width: 70%;
    overflow: hidden;
    position: relative;
}

.djdzw_ul li.li1 i {
    background: url(../images/yljk@2x\(1\).png);
    background-size: 100% 100%;
}

.djdzw_ul li.li2 i {
    background: url(../images/jtcx@2x.png);
    background-size: 100% 100%;
}

.djdzw_ul li.li3 i {
    background: url(../images/shbz@2x.png);
    background-size: 100% 100%;
}

.djdzw_ul li a {
    display: block;
    /* height: 100%; */
    width: 100%;
    text-align: center;
    padding-top: 76px;
    position: relative;
    color: #444;
    white-space: nowrap;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.djdzw_ul {
    display: flex;
    justify-content: space-around;
}

.djdzw_ul li i {
    display: block;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 90px;
    float: left;
    background: url(../images/yygh.png) center top no-repeat;
    transition: all 1s;
    border-radius: 18px;
}

.djdzw_content {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    align-items: flex-end;
}

.djdzw_ul li {
    height: 98px;
    width: 100px;
}

.address {
    position: absolute;
    display: block;
    left: 190px;
    bottom: 32px;
}

.search_zdCode {
    text-align: center;
    cursor: pointer;
    border: 1px solid #015293;
    height: 30px;
    border-radius: 50px;
    padding: 0 15px;
}

.search_zdCode input {
    border: 1px solid #c22c38;
    width: 175px;
    text-align: center;
    height: 34px;
    border-radius: 5px 0 0 5px;
    line-height: 34px;
    color: #c22c38;
    outline: none;
    float: left;
}

.input_p {
    width: auto;
    color: #333;
    font-size: 15px;
    float: left;
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
}

.icon_choose {
    width: 25px;
    height: 24px;
    display: block;
    /* background: url(../images/znwd-icon.png) no-repeat; */
    background: url(../images/dw@2x.png) no-repeat;
    float: left;
    background-position: 10px 5px;
    /* margin-top: 2px; */
}

.icon_zd {
    width: 25px;
    height: 20px;
    display: block;
    /* background: url(../images/znwd-icon.png) no-repeat; */
    background: url(../images/jiantou@2x.png) no-repeat;
    float: left;
    background-position: 11px 8px;
    margin-top: 4px;
    border-left: 1px solid #a3adb7;
}

.address_tishi {
    position: absolute;
    background: url(../images/tc.png) no-repeat;
    width: 420px;
    height: 160px;
    padding: 25px 10px;
    background-size: 100% 100%;
    left: 126px;
    top: 180px;
    z-index: 99;
    text-align: center;
}

.instability_tishi {
    font-size: 12px;
    line-height: 24px;
    margin: 3px 0;
    display: block;
    color: #015293;
}

.address_tishi p {
    margin-top: 20px;
}

.cancel-btn {
    border: 0;
    background: #015293;
    color: #fff;
    width: 50px;
    outline: none;
    border-radius: 5px;
}

.determ-btn {
    border: 0;
    background: #015293;
    color: #fff;
    width: 90px;
    height: 24px;
    outline: none;
    border-radius: 5px;
    line-height: 24px;
    float: right;
    margin-right: 70px;
    position: absolute;
    bottom: 45px;
}

.address_time {
    position: absolute;
    right: 30px;
    bottom: 50px;
}

.address_time p {
    line-height: 0px;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â */
.record {
    text-align: center;
    /* float: right; */
    cursor: pointer;
    /* border: 1px solid #015293; */
    background: #015293;
    background: linear-gradient(to right, #4f8dff, #015aff);
    color: #fff;
    width: 100px;
    height: 32px;
    /* line-height: 30px; */
    border-radius: 50px;
    padding: 0 15px;
    right: 104px;
    /* bottom: 40px; */
    display: inline-flex;
    align-items: center;
}

.record a {
    display: block;
    width: 85px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.record i {
    width: 23px;
    height: 19px;
    display: block;
    background: url(../images/qingchu@2x.png) no-repeat;
    background-size: 100% 100%;
}

.guessBox {
    font-size: 14px;
}

#guess {
    color: #444;
    padding: 0 15px;
}

.fontSize {
    position: absolute;
    display: flex;
    line-height: 30px;
    right: 75px;
    top: 150px;
}

.fontSize li {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
}

.active {
    background: linear-gradient(to right, #0778dc, #5fb6f4);
    color: #fff;
}

.modal_address {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000, endColorstr=#BF000000);
    z-index: 999;
}

.modal-box {
    width: 730px;
    /* min-height: 460px; */
    max-height: 78%;
    background-color: #fff;
    position: fixed;
    top: 15%;
    left: 50%;
    border-radius: 10px;
    margin-left: -300px;
    margin-top: 0;
    box-sizing: border-box;
}

.pro-box {
    width: 500px;
    min-height: 240px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 10px;
    /* height: 350px; */
    transform: translate(-50%, -50%);
    /* margin-left: -230px; */
    /* margin-top:-150px; */
    /* padding:15px; */
    box-sizing: border-box;
}

.pro-box h5,
.modal-box h5 {
    line-height: 36px;
    color: #015293;
    line-height: 42px;
    background: #015293;
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 18px;
    /* border-top-left-radius: 10px; */
    /* border-top-right-radius: 10px; */
    font-weight: normal;
    /* padding-left: 30px; */
}

.icon_chongzhi {
    display: block;
    position: absolute;
    top: 50px;
    left: 30px;
    cursor: pointer;
    height: 32px;
    font-weight: bold;
    font-size: 18px;
    line-height: 42px;
    color: #015293;
    padding-right: 16px;
    /* text-decoration: underline; */
    background: url(../images/address_right.png) no-repeat right 15px;
    background-size: 15px 15px;
}

.modal-body p.add_chose {
    position: absolute;
    left: 75px;
    font-weight: bold;
    font-size: 18px;
    height: 32px;
    line-height: 42px;
    color: #015293;
    padding-right: 25px;
    top: 50px;
}

p.add_chose span {
    margin-left: 25px;
    cursor: pointer;
    /* border-bottom: 1px solid #6ba3c3; */
    background: url(../images/address_right.png) no-repeat right 6px;
    background-size: 15px 15px;
    padding-right: 18px;
    /* text-decoration: underline; */
}

.add_content {
    /* min-height: 385px; */
    margin: 10px 0;
    padding: 0 15px;
    margin-top: 50px;
    position: relative;
    overflow: auto;
}

.add_content ul li {
    /* float: left; */
    display: inline-block;
    width: 25%;
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
}

.add_content ul li a {
    display: block;
    height: 26px;
    line-height: 26px;
}

.add_content ul li a.active {
    background: #015293;
    color: #fff;
    border-radius: 15px;
}

.add_footer {
    /* background: #f1f1f1; */
    height: 50px;
}

.add_footer button {
    width: 85px;
    border: 0;
    height: 30px;
    line-height: 30px;
    outline: none;
    font-size: 14px;
    background-color: #777;
    border-radius: 5px;
    color: #fff;
    margin: 0 5px;
}

.add_footer button[disabled] {
    color: #fff;
    background: #f9e5e7;
}

.change {
    /* float: right; */
    /* margin-top: -50px; */
    position: absolute;
    right: 0px;
    top: 37px;
}

.stylefive .content_jump li {
    font-size: 13px;
    color: #007dce;
    padding: 1px 3px;
    /* line-height: 11px; */
    background: #fff;
    /* line-height: 11px; */
    margin-top: 3px;
    margin-right: 1px;
}

.stylefive .content_jump li a {
    color: #007dce;
    width: 100%;
    line-height: 24px;
    display: block;
}

.stylefive .content {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.stylefive .content img {
    width: 45%;
    border-radius: 10px;
}

.stylefive .ys_content {
    width: 40%;
    /* background: #3f7ddf; */
    margin-bottom: 0px;
    /* color: #fff; */
    border-radius: 10px;
    padding: 3px 4px;
}

.stylefive .content_jump {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px 2px;
}

.ys_content a {
    /* color: #fff; */
}

.stylefive {
    /* background-color: #3d91e3; */
    padding-bottom: 8px;
    padding-top: 8px;
}

.stylefive .small_title {
    color: #4e98f0;
    border-bottom: 1px solid #4e98f0;
    margin-top: 13px;
    font-size: 16px;
    width: 19%;
    text-indent: 0px;
    text-align: center;
    margin-left: 8px;
}

.card-container {
    display: flex;
    /* margin-left: -40px; */
}

.image-container {
    margin-top: 20px;
    width: 102%;
}

#displayedImage {
    max-width: 100%;
    height: 350px;
}

.tongji {
    display: flex;
    justify-content: space-between;
    width: 108%;
    align-items: center;
    flex-direction: column;
}

.tongji h2 {
    font-size: auto;
}

.tongji br {}

.cardbox p {
    margin-bottom: 0px;
}

.cardbox:hover {
    background-color: #2575cc;
    color: #fff;
}

.card_box2 .content {
    /* display: flex; */
    justify-content: space-around;
    align-items: center;
}

.card_box2 .content img {
    width: 100%;
    margin-bottom: 20px;
}

.card_box2 {
    margin-top: 10px;
}

.card_box2 br {
    display: none;
}

.card_jump {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    display: flex;
    /* grid-template-columns:  repeat(3, 1fr);
    grid: 5px; */
    flex-wrap: wrap;
    justify-content: space-around;
}

.card_jump li {
    font-size: 14px;
    color: #007dce;
    padding: 1px 3px;
    /* line-height: 11px; */
    background: #fff;
    /* line-height: 11px; */
}

.card_jump li a {
    color: #007dce;
    width: 100%;
    /* line-height: 24px; */
    display: block;
}

.card_box3 br {
    display: none;
}

.card_box3 .content {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.card_box3 .content img {
    width: 30%;
    /* height: 200px; */
}

.card_jump li {
    font-size: 14px;
    color: #007dce;
    padding: 1px 3px;
    /* line-height: 11px; */
    background: #fff;
    /* line-height: 11px; */
}

.card_jump li a {
    color: #007dce;
    width: 100%;
    /* line-height: 24px; */
    display: block;
}

.card-container {
    width: 100%;
    display: flex;
    /* flex-direction: column; */
}

.cardbox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    /* height: 200px; */
    background: #f9f9f9;
    /* margin: 6px 10px; */
    border: 1px solid #ccc;
    text-align: center;
    cursor: pointer;
    color: #0074ce;
    /* padding: 10px 4px; */
}

.cardbox:hover {
    background-color: #0074ce;
}

.cardbox:hover p {
    color: #fff;
}

#displayedImage {
    max-width: 100%;
    height: 350px;
}

.tongji {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.tongji h2 {
    font-size: auto;
}

.tongji br {}

#chartbox1,
#chartbox2,
#chartbox3,
#chartbox4,
#chartbox5,
#chartbox6 {
    height: 400px;
    width: 100%;
}

#card1 p,
#card2 p,
#card3 p,
#card4 p,
#card5 p {
    padding: 5px 0px;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.xiang_content br {
    display: none;
}

#particles-js {
    width: 100%;
    height: 960px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background: url(../images/background@2x.png) no-repeat;
    background-size: cover;
}

@media (max-width: 992px) {}

@media (max-width: 1680px) {}

@media (max-width: 1480px) {}

@media (max-width: 768px) {}

#history li {
    box-sizing: border-box;
    width: 100%;
    height: 45px;
    border: #fff 2px solid;
    border-radius: 23px;
    background-color: rgba(255, 255, 255, 0.4);
    margin-bottom: 10px;
    font-size: 14px;
    padding: 0 20px;
    color: #333;
    display: flex;
    align-items: center;
}

#history li:last-child {
    margin-bottom: 0;
}

#history li span {
    cursor: pointer;
}

.compro ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 96%;
    display: inline-block;
    color: #000;
}


.compro ul li a:hover {
    color: #0074ce;
}

.modal-body {
    text-align: center;
}

/* @media (max-width: 1400px) {
    .top-logo {
        width: 90%;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1900px) {
    .top-logo {
        width: 78%;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1600px) {
    .top-logo {
        width: 85%;
    }
} */

#stopbuild {
    border: 0 none;
    outline: none;
    color: #FFF;
    width: 85px;
    height: 30px;
    cursor: pointer;
    background-color: #015293;
    border-radius: 5px;
    font-size: 14px;
}


.comefromul li {
    text-align: center;
    border-radius: 32px;
    height: 32px;
    background: #f9f9fe;
    line-height: 32px;

    /* width: 40%; */
    padding: 0px 10px;
}

.comefromul li a {
    max-width: 400px;
    height: 32px;
    color: #d0d1dd;
    width: 100%;
}

.comefromul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


.szfleader-hd-list {
    position: relative;
}

.szfleader-hd-list::before {
    position: absolute;
    content: '';
    background: #ccdce9;
    width: 1px;
    height: 100%;
    left: 7px;
    z-index: 0;
    top: 4px;
}

.szfleader-hd-list span {
    display: block;
    color: #015293;
    font-weight: bold;
    background: url(../images/time.png) no-repeat 0px;
    padding-left: 24px;
    line-height: initial;
    position: relative;
    z-index: 1;
}

.szfleader-hd-list li {
    text-indent: initial;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border: none;
    background: none !important;
    display: block !important;
    padding: 0px !important;
    position: relative;
}

.szfleader-hd-list li:before {
    position: absolute;
    content: '';
    background: #eeeeee;
    width: 97.5%;
    height: 1px;
    right: 0;
    z-index: 0;
    bottom: 0px;
}

.szfleader-hd-list li a {
    display: block;
    position: relative;
    background: url(../images/list-icon.png) no-repeat 0px 12px;
    margin-left: 17px;
    margin-top: 10px;
    padding-left: 20px;
    line-height: 1.6em;
}

.szfleader-hd-list li a:before {
    position: absolute;
    top: -2px;
    left: 3px;
    content: "";
    margin-top: .8em;
    width: 5px;
    height: 5px;
    background-color: #999;
    border-radius: 50%;
}


.bossMove_title {
    height: 46px;
    margin-top: 5px;
}

.bossMove_title a {
    /* float: left; */
    display: block;
    padding: 0 20px;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    background: #1e51b1;
    color: #fff;
    line-height: 46px;
    font-size: 1.25rem;
}

.wdzsk a {
    display: block;
}

.wdzsk {
    text-align: center;
}

.fsz li {
    height: 30px;
    cursor: pointer;
    margin: 10px 10px 10px 0;
    background: #f8f9fb;
    font-size: 14px;
    color: #999;
    border-radius: 30px;
    line-height: 30px;
    outline: none;
    border: 0;
    padding: 0px 15px;
    cursor: pointer;
    float: left;
}

.fsz li:hover {
    color: #0074ce;
}

.tipDiv {
    background-color: #fff;
    width: 100%;
    z-index: 9;
    position: absolute;
    bottom: 120px;
    /* border-bottom: 3px solid #015293; */
    color: #333;
}

.tipDiv li {
    line-height: 30px;
    padding-left: 10px;
    cursor: pointer;
}

.card_title {
    height: 46px;
    margin-top: 5px;
}

.card_title a {
    /* float: left; */
    display: block;
    padding: 0 20px;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    background: #1e51b1;
    color: #fff;
    line-height: 46px;
    font-size: 1.25rem;
}