@import '../../font/icon/iconfont.css';
@charset "utf-8";

/* CSS Document */
/* CSS Document */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
    /* 防止水平滚动条 */
}

.header {
    width: 100%;
    background: url(../../images/index/header_bg.png) center top no-repeat;
}

.header .header-wrapper {
    display: block;
    width: 1200px;
    margin: 0 auto;
    padding-top: 32px;
    height: 190px;
}

.header .header-wrapper::after {
    display: block;
    clear: both;
    content: '';
}

.header .title {
    display: block;
    float: left;
}

.header .title .top {
    display: inline-block;
    font-size: 18px;
    padding: 7px 22px;
    background: #e63939;
    border-radius: 50px;
    color: white;
    letter-spacing: 10px;
    font-weight: bolder;
}
.header .title .top_tit{line-height: 100px; font-size: 40px;  font-weight: bolder;}


.header .dot {
    background: #000;
    width: 6px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px;
}
.header .nav-mobile{
    display: none;
}
.header .tool {
    position: relative;
    display: block;
    float: right;
    z-index:10;
}

.header .tool span {
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
}

.header .tool button {
    height: 40px;
    width: 110px;
    outline: none;
    border: 0;
    border-radius: 50px;
    color: white;
    background: #ffaa25;
    font-size: 18px;
    letter-spacing: 2px;
    cursor: pointer;
}

.header .nav {
    width: 100%;
    background: #2354af;
}

.header .nav::after {
    clear: both;
    display: block;
    content: '';
}

.header .nav ul {
    width: 1200px;
    margin: 0 auto;
}

.header .nav ul::after {
    clear: both;
}

.header .nav ul li {
    float: left;
    width: 14%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    background: #2354af;
    position: relative;
    z-index: 9;
}

.header .nav ul li dl{position: absolute;top:100%;left:0;background:#0262d6;width: 100%;display: none;padding:0 0 5px;}
.header .nav ul li dl dd a{padding:15px 0;display: block;}
.header .nav ul li dl dd a:hover{background:#0f70e6}
.header .nav ul li:hover dl{display:block}
.header .nav ul li a {
    color: white;
}
.header .nav ul li.active {
    background: #0262d6;
    font-weight: bold;
}

.header .nav ul li:hover a {
    font-weight: bold;
}

.header .nav ul li:hover {
    background: #0262d6;
}
.header .head-login {line-height:110px;float:right;position:relative;}
.header .head-login > dl {min-width:170px;height:45px;line-height:45px;border-radius:50px;background:rgba(255,255,255,0.7);border:none;outline:none;padding: 0 10px 5px 0;color:black;font-size:16px;cursor: pointer;position: relative;z-index:2;}
.header .head-login > dl dd{float:left;position: relative;padding:0 13px;font-weight:normal;}
.header .head-login > dl dd+dd:before{display:block;content:'';background:#c1c1c1;width:1px;height:14px;position: absolute;top:50%;left:0;margin-top:-7px;}
.header .head-login > dl dd a{color:#000;}
.header .head-login > dl dd a:hover{color:#0e66d2;}
.header .head-login > dl dd i {float:left;margin-left:5px;font-size:20px;color:#2354af;margin-right:5px;}
.header .head-login button {min-width:170px;width:auto;height:45px;line-height:45px;border-radius:50px;background:#fff;border:none;outline:none;padding:0 20px 0 15px;color:black;font-weight:bold;font-size:16px;cursor:pointer;position:relative;z-index:2;}
.header .head-login button .iconfont{font-size:20px;color:#2354af;margin-right:5px;}
.header .head-login .hrb-head-login-none {display:none;position:absolute;top:50%;left:0;width:100%;padding:23px 0 3px;background:#fff;box-shadow:0 3px 20px rgba(0,24,50,.15);border-radius:5px;z-index:1;overflow:hidden;font-size:15px;}
.header .head-login.hrb-active{padding-top:0;}
.header .head-login.hrb-active button {background:#fff;}
.header .head-login .hrb-head-login-none dl {text-align:center;}
.header .head-login .hrb-head-login-none dl dd+dd {border-top:1px #e5e5e5 solid;}
.header .head-login .hrb-head-login-none dl dd a {display:block;padding:11px;color:#3c3c3f;line-height:22px;}
.header .head-login .hrb-head-login-none dl dd a:hover {color:#0e66d2;}
.header .head-login .hrb-head-login-none dl dd i {float:none;font-size:20px;margin-right:8px;vertical-align:top;display:inline-block;}
.header .head-login:hover .hrb-head-login-none {display:block;}
.content {
    width: 100%;
    background: url(../../images/index/title_bg.png) top no-repeat;
}

.content .content-wrapper {
    width: 1200px;
    margin: 0 auto;
}

.content img.title {
    display: block;
    padding-top: 100px;
}

.content .divider {
    width: 100%;
    padding: 80px 200px 40px;
    display: block;
}

.content .divider span {
    font-weight: bold;
}

.content .divider span {
    font-size: 36px;
    color: #3a7add;
}

.content .divider span+span {
    font-size: 36px;
    color: black;
}

.content .nav {
    width: 100%;
}

.content .nav::after {
    clear: both;
    content: '';
    display: block;
}

.content .nav ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.content .nav ul::after {
    clear: both;
    content: '';
    display: block;
}

.content .nav ul li {
    width: 33%;
    height: 190px;
    padding: 35px 35px 27px;
    background: url(../../images/index/li_bg.png) center no-repeat;
    background-size:100% 100%;
}

.content .nav ul li a {
    display:block;
}
.content .nav ul li a:hover span{color:#2354af;}
.content .nav ul li a:after{clear:both;content:'';display:block;}
.content .nav ul li i {
    width: 67px;
    height: 65px;
    display: block;
    content: '';
    float: right;
    margin-top:-2px;
}

.content .nav ul li:nth-child(1) i {
    background: url(../../images/index/i1.png) center no-repeat;
}

.content .nav ul li:nth-child(2) i {
    background: url(../../images/index/i2.png) center no-repeat;
}

.content .nav ul li:nth-child(3) i {
    background: url(../../images/index/i3.png) center no-repeat;
}

.content .nav ul li:nth-child(4) i {
    background: url(../../images/index/i4.png) center no-repeat;
}

.content .nav li span {
    display: block;
    font-size: 25px;
    color: black;
    font-weight: bold;
    padding:0 0 3px;
}

.content .nav li span+span {
    display: block;
    font-size: 14px;
    /*font-weight:normal;*/
    color: #3a7add;
}

.content .bottom {
    width: 92%;
    margin:0 auto;
    padding-bottom: 80px;
}

.content .bottom .left {
    width: 50%;
    float: left;
}

.content .bottom::after {
    clear: both;
    display: block;
    content: '';
}


.content .bottom .right {
    /*float: right;*/
    /*width: 48%;*/
    height: 100%;
}

.content .bottom .right h1 {
    font-size:26px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.content .bottom .right .list {
    width: 100%;
}

.content .bottom .right .list::after {
    clear: both;
    display: block;
    content: '';
}

.content .bottom .right ul {
    width: 100%
}

.content .bottom .right ul::after {
    clear: both;
    display: block;
    content: '';
}

.content .bottom .right ul li { width: 100%;line-height: 47px;border-bottom:1px #ddd dashed;margin-bottom:5px;}
.content .bottom .right ul li h4 { white-space: nowrap; overflow: hidden; text-overflow: ellipsis;width: 100%;font-size: 17px;}
.content .bottom .right ul li h4:before{width:6px;height:6px;background:#2354af;float:left;content:'';display:block;margin-right:8px;margin-top:20px;border-radius:99px;}
.content .bottom .right ul li h4 a{float:left;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;width: 80%;}

.content .bottom .right ul li::after {
    clear: both;
    display: block;
    content: '';
}

.content .bottom .right ul li span.detail {
    width: 80%;
    float: left;
}

.content .bottom .right ul li span.time { float: right; color: #999999;font-size:16px;}

.content .bottom .right .more {
    float: right;
    padding-top: 10px;
    padding-left: 25px;
}
.content .bottom .right .more a {
    color: #3a7add;
}

.content.sq {
    background: none;
}

.content.sq .position {
    width: 100%;
    padding: 26px 0;
    display: flex;
    align-items: center;
}

.content.sq .position.sq i{
    background: url(../../images/index/position.png) center no-repeat;
    content: '';
    width: 14px;
    height: 20px;
    display: inline-block;
    margin-right:10px;
}
.content.sq .position.sq span{
    padding-left: 5px;
}

.content.sq .form.sq {
    width: 100%;
    background: #f1f7ff;
    padding: 30px 20px;
}

.content.sq .form.sq .top {
    width: 100%;
    background: #f1f7ff;
}

.content.sq .form.sq .top::after {
    clear: both;
    display: block;
    content: '';
}

.content.sq .form.sq .top h1 {
    display: block;
    float: left;
    font-size: 26px;
    padding-left: 20px;
}
.content.sq .form.sq .top h1::before {
    position: relative;
    top: 5px;
    right: 10px;
    height: 26px;
    width: 6px; 
    border-radius: 5px;
    display: inline-block;
    content: '';
    background: linear-gradient(to bottom, #598fe3, #eaf2fe);
}

.content.sq .form.sq .top .input {
    display: flex;
    float: right;
    height: 48px;
    width: 363px;
    background: white;
    border-radius: 50px;
    align-items: center;
}

.content.sq .form.sq .top .input input {
    outline: none;
    border: none;
    width: 323px;
    height: 60px;
    border-radius: 50px;
    font-size:16px;
}

.content.sq .form.sq .top .input input[type="text"]::placeholder {
    color: #999999;
}

.content.sq .form.sq .top .input i {
    margin-left: 10px;
    content: '';
    display: inline-block;
    height: 25px;
    width: 25px;
    background: url(../../images/index/search.png) center no-repeat;
    cursor: pointer;
}

.content.sq .form.sq .nav-sq {
    width: 100%;
    padding-top: 58px;
    padding-bottom: 58px;
}

.content.sq .form.sq .nav-sq ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.content.sq .form.sq .nav-sq li {
    text-align: center;
}

.content.sq .form.sq .nav-sq li span.word{
    line-height: 40px;
}

.content.sq .form.sq .nav-sq li span.word.active{
    color: #6da8f8;
}

.content.sq .form.sq .nav-sq li.active i {
    background: url(../../images/index/sq_i1.png);
}
.content.sq .form.sq .nav-sq li i {
    position: relative;
    height: 110px;
    width: 67px;
    display: block;
    content: '';
    background: url(../../images/index/sq_i2.png);
    text-align: center;
    padding-top: 20px;
    margin: 0 auto;
    z-index: 3;
    font-style: normal;
}

.content.sq .form.sq .nav-sq li:not(:nth-child(1)).active > span::before{
    background-image: linear-gradient(to right, #3b7bdd 50%, #f1f7ff 50%), linear-gradient(to bottom, black 50%, #f1f7ff 50%);
}
.content.sq .form.sq .nav-sq li:not(:nth-child(1)) > span::before {
    position: relative;
    height: 2px;
    width: 360%;
    display: block;
    content: '';
    background-image: linear-gradient(to right, #e6e6e6 50%, #f1f7ff 50%), linear-gradient(to bottom, black 50%, #f1f7ff 50%);
    background-size: 4px 2px; 
    left: -318%;
    bottom: 8%;
    z-index: 1;
}


.content.sq .form.sq .nav-sq li.active i {
    background: url(../../images/index/sq_i1.png);
}

.content.sq .form.sq .nav-sq li i span {
    font-size: 30px;
    line-height: 30px;
    font-family: flow;
    color: white;
}


.content.sq .form.sq .input {
    width: 100%;
    background: white;
    padding: 30px;
}

.content.sq .form.sq .input h1 {
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #e9e9e9;
    padding-top: 11px;
    padding-bottom: 11px;
}

.content.sq .form.sq .input .blue_line {
    position: relative;
    margin-top: -4px;
    height: 3px;
    width: 55px;
    background: #3b7bdd;
}

.content.sq .form.sq .input form.form_output {
    padding: 40px 50px;
}

.content.sq .form.sq .input form.form_output.tb {
    padding: 50px 0;
}

.content.sq button.submit{
    position: relative;
    left: 48%;
    padding: 12px 50px;
    font-size: 18px;
    color: white;
    border-radius: 50px;
    border: none;
    background: #3879dd;
}

.input.input.input_padding.pg .line::before{
    width: 60px;
    height: 3px;
    top: -3px;
    background: #3b7bdd;
    content: '';
    position: relative;
    display: block;
}

table.tb {
    width: 100%;
    border: 2px solid #dfdfdf;
}


table.tb span{
    color: red;
}

table.tb td{
    border: 1px solid #dfdfdf;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 18px;
    padding-right: 0px;
}
table.tb th{
    border: 1px solid #dfdfdf;
    font-size: 16px;
    padding: 18px 10px;
    width: 168px !important;
    background: #f2f2f2;
}

table.tb td.first {
    text-align: center;
}

table.tb input {
    outline: none;
    border: none;
}

table.tb input[type="text"] {
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
}

table.tb select{
    outline: none;
    border: 0px;
    width: 138px;
    color: #999;
    margin-right: 8px;
    font-size: 16px;
}

table.tb td.vertical-text {
    writing-mode: vertical-rl !important;
    text-align: center !important;
    padding-right: 20px !important;
    font-weight: bold;
    letter-spacing: 3px;
}
table.tb input[type="radio"]{
    margin-right: 10px;
    font-size: 16px;
}

table.tb label{
    margin-right: 38px;
}
table.tb textarea{
    width: 100%;
    height: 100%;
    resize: none;
    outline: none;
    border: none;
    font-size: 16px;
}

table.tb button{
    width: 90px;
    height: 32px;
    background: #00b7ee;
    color: white;
    border: none;
    border-radius: 5px;
}

table.tb input[type="text"]::placeholder {
    color: #999; /* 默认文字颜色 */
}

table.tb input[type="text"]:focus::placeholder {
    color: transparent; /* 在获得焦点时隐藏 placeholder */
}

table.tb td.inTitle{
    width: 168px !important;
    padding-left: 0px !important;
    background: #f2f2f2;
    font-weight: bold;
    text-align: center;
}
table.pg{
    width: 100%;
}

table.pg td{
    padding:20px 130px;
    font-size: 18px;
}
table.pg td > input#g_house, table.pg td > input#g_infran{
    margin-left: 30px;
}
table.pg td select#sel_region{
    width: 265px;
    height: 36px;
    font-size:16px;
    outline: none;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    padding-right: 10px;
    padding-left:5px;
}
table.pg td input#full_assign{
    margin-left: 20px;
}
table.pg td button.btn_profile{
    width: 265px;
    height: 37px;
    font-size:15px;
    border: 1px solid #3b7bdd;
    background: #e0f4ff;
    color: #3b7bdd;
    border-radius: 5px;
    margin-left: 20px;
    padding-left: 20px;
    text-align: left;
}
table.pg td button.btn_profile i{
    display: block;
    float: left;
    margin-right: 20px;
    width: 14px;
    height: 18px;
    content: '';
    display:inline;
    background: url(../../images/index/download.png) center no-repeat;
}

table.pg td .tj{ background-color: #3879dd; padding:10px 0px; width: 160px; text-align: center; border-radius: 30px; color: #fff; margin-right: 10px; border:none; font-size: 16px;}

.footer {
    width: 100%;
    color: #f1f7ff;
    border-top: 3px solid #2354af;
    background: url(../../images/index/footer_bg.png) top;
}

.footer .footer-wrapper {
    width: 1200px;
    margin: 0 auto;
    padding: 14px 0;
    text-align: center;
}

.footer .footer-wrapper p {
    font-size: 14px;
    line-height: 27px;
    color: black;
}

.footer .image {
    padding: 16px 0;
}

.footer .image img {
    padding: 0 12px;
}


@font-face {
    font-family: flow;
    src: url(../../font/Abduction2000\ Regular.ttf);
}

@media (max-width:1000px) {
    .content .content-wrapper{width:100%; padding: 0 10px;}
    table.tb,table.tb tbody,table.tb tr,table.tb th,table.tb td{display:block;width:100% !important;}
    table.tb td.vertical-text{writing-mode:horizontal-tb !important; font-size: 22px;}
    .header .header-wrapper{
        width: 100%;
        padding: 24px 10px;
    }
    .header .title .top {
        font-size: 16px;
        padding: 5px 17px;
        letter-spacing: 3px;
    }
    .header .title .top_tit{font-size: 25px;    line-height: 68px;}
    .header .tool {
        float: left;
        padding: 0 2px;
    }
    .header .tool span {
        font-size: 18px;
        padding: 10px 0;
    }
    .header .tool button {
        height: 25px;
        line-height: 25px;
        width: 99px;
        font-size: 13px;
    }
    .header .nav{
        display: none;
        position: fixed;
        top: 0px;
        right: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        padding: 0;
        z-index: 5;
        background: none;
    }
    .header .nav ul{
        width: 52%;
        float: right;
        display: flex;
        flex-direction: column;
        height: 100%;
        background: #1065bc;
    }
    .header .nav ul li a {
        float: left;
        margin: 0px 0px 0px 20px;
        font-size: 16px;
    }
    .header .nav ul li{
        width: 100%;
        background: #1065bc;
        border-bottom: 1px rgba(255,255,255,0.2) solid;
    }
    .header .nav-mobile {
        display: block;
        float: right;
        padding-right: 10px;
        padding-top: 15px;
    }
    .header .nav-mobile i {
        width: 24px;
        height: 3px;
        margin-bottom: 7px;
        display: block;
        background: #1065bc;
    }
    .content img.title {
        width: 89%;
        padding: 25px 0px 0px 0px;
    }
    .content .divider {
        width: 100%;
        padding: 10px 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .content .divider img{
        width: 30%;
        height: 5%;
    }
    .content .divider span {
        font-size: 16px;
    }
    .content .divider span span{
        font-size: 16px;
    }
    .content .nav ul {
        flex-direction: column;
    }
    .content .nav ul li{
        width: 302px;
        height: 148px;
        display: block;
        margin: 10px auto;
        box-shadow: none;
    }
    .content .bottom{
        padding: 0 10px;
    }
    .content .bottom .left {
        width: 100%;
    }
    .content .bottom .right h1{ margin: 10px 0px;}
    .content .bottom .right .more{ padding: 10px 0px;}
    .content .bottom .right {
        display: block;
        width: 100%;
    }
    .content .bottom .right ul li span {
        font-size: 8px;
    }
    .footer .footer-wrapper {
        width: 100%;
    }
    .content.sq .form.sq .top .input {
        height: 28px;
        width: 100%;
    }
    .content.sq .form.sq .nav-sq li:not(:nth-child(1)) > span::before {
        width: 100%;
        left: -55%;
    }
    table.tb select {
        width: 90%;
    }
    .footer .image {
        padding: 0px 0px; 
    }
    .content.sq .form.sq .input form.form_output {
        padding: 0 0;
    }
    table.pg td {
        padding: 18px 0;
    }
    table.pg td button.btn_profile {
        margin-left: 0;
    }
}

/*xiaojia CSS Document */

.currentlocation{ margin-top: 20px; width: 100%; margin: 0px auto;}
.currentlocation_container{ width: 1200px; margin: 0px auto;}
.currentlocation_container h2 {
    font-size: 1em;
    font-weight: 400;
    padding: 20px 0 20px 26px;
    background: url(../../images/icon.png) no-repeat left 20px;
    background-size: 18px;
    color: #999999;
}
.currentlocation_container h2 a{color: #999999;}
.pagemain_container{padding:15px 30px 30px; background-color: #f1f7ff;    margin-top: 20px;overflow: hidden;width: 1200px; margin: 0px auto 60px auto;}
.pagemain_container .pagemain_container_tit{
    line-height: 45px;
    position: relative;
    margin-bottom: 10px;
}
.pagemain_container .pagemain_container_tit li a{font-size: 22px;}
.pagemain_container .pagemain_container_i{ width: 6px; height: 26px; display: inline-block; vertical-align: middle; margin-right: 10px;background: url(../../images/icon1.png) no-repeat;}
.pagemain_container_list{ background-color: #fff; padding:10px 25px;}
.pagemain_container_list li h4:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background: #3b7bdd;
    border-radius: 30px;
}
.pagemain_container_list li h4 {
    position: relative;
    padding: 9px 8em 9px 18px;
    font-weight: 400;
    line-height: 29px;
    overflow: hidden;
    vertical-align: top;
    font-size: 15px;
}
.pagemain_container_list li .time {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
    color: #999;
}
.pagemain_container_list li a {
    float: left;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
}
.table_container{ background-color: #fff; padding:30px 30px;}
.pagemain_container_table{width:100%;margin:0px auto; text-align: center;}
.pagemain_container_table td,.pagemain_container_table th{ line-height: 46px; padding: 0px 4px;}
.pagemain_container_table th{ font-weight: normal; background-color: #f7f7f7; font-size: 16px; font-weight: bolder;}
.pagemain_container_table tr:nth-child(odd){background-color:#f4faff;}
.pagemain_container_table td a{ color:#3b7bdd;}
.remarks{float: right;color: #3b7bdd;}
.wyzx_tit{height: 45px;line-height: 37px;border-bottom: 1px solid #cecece; position: relative;margin-bottom: 10px;}
.wyzx_tit li { float: left; position: relative; height: 45px;}
.wyzx_tit li a{font-size:18px; font-weight: bolder;}
.wyzx_tit li:after{
    opacity: 1;
    content: "";
    height: 4px;
    background: #3b7bdd;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    transition: all .3s;
}
.left_zxzx{ width:67%; float: left;}
.right_zxzx{ width:30%; float: right;}
.zxzx_container_table{width:100%;margin:0px auto; text-align:left;}
.zxzx_container_table td,.zxzx_container_table th{ line-height: 46px; padding: 0px 4px; color: #555555;}
.zxzx_container_table th{ font-weight: normal;  font-size: 16px; text-align:right; padding: 12px 0px;}
.zxzx_container_table td a{ color:#3b7bdd;}
.zxzx_container_table td input{border:#dfdfdf 1px solid; border-radius: 4px; padding: 0px 16px; width: 100%; height: 36px; line-height: 36px;}
.zxzx_container_table td select{ width:50%;border:#dfdfdf 1px solid; border-radius: 4px; padding: 0px 16px; height: 36px; line-height: 36px;}
.zxzx_container_table td .yzm_input{ width:70%; float: left;margin-top: 14px;}
.zxzx_container_table td .yzm_img{ margin: 14px 0px 0px 10px;}
.i_tit{background-color: #00b7ee; padding:3px 3px; border-radius:4px; color: #fff; font-weight: normal; font-size: 12px; margin-right:7px;}
.wyzx_list_main li{ line-height:42px; height:42px; border-bottom: #ccc 1px dashed;}
.zxzx_container_table td .tj{ background-color: #3879dd;position: absolute;left: 50%;top: 9px; margin-left: -184px; padding:10px 0px; width: 160px; text-align: center; border-radius: 30px; color: #fff; margin-right: 10px; border:none; font-size: 16px;}
.zxzx_container_table td .tj.fh{background-color: #ffaa25;margin-left: -2px;}
.inside-pag {
    text-align: center;
    font-size: 16px;
    padding: 20px;
}
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
.pagemain_end{background:#fff;padding:15px;}
.end_tit {
    padding: 10px 0;
    text-align: center;
}

.end_tit h1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
}

.end_info {
    border-bottom: 1px #e3e3e3 solid;
    font-size: 16px;
    text-align: center;
    padding: 15px 5px 10px;
    color: #888;
}

.end_info:after {
    clear: both;
    content: '';
    display: block;
}

.end_info .end_info_overview {
    float: left;
}

.end_info .end_info_overview span {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
}

.end_info .end_info_tool {
    float: right;
    padding-right:10px;
}

.end_info .end_info_tool > div {
    float: left;
    padding-left: 10px;
}

.end_info .end_info_tool a {
    color: #555;
    display: inline-block;
    vertical-align: top;
    padding:0 2px;
}

.end_info .end_info_tool a:hover {
    color: #0e66d2;
}

.end_info .end-print-icon {
    background: url(../../images/icon-print.png) center no-repeat;
    float: left;
    width: 18px;
    height: 18px;
    margin: 3px 6px 0 0;
}

.end_info a:hover .end-print-icon {
    background: url(../../images/icon-print-h.png) center no-repeat;
}

.end_con {
    font-size: 16px;
    color: #111;
    line-height: 2;
    padding: 15px;
    min-height: 300px;
    overflow: hidden;
    text-align: justify;
}
.end_con p {
    text-indent: 2em;
}
.end_con video,.end_con img {
    max-width: 100%;
}
@media screen and (max-width:1000px){
    .pagemain_container{ width: 100%;padding: 15px 10px 30px;}
    .table_container{padding:10px 10px;}
    .pagemain_container .pagemain_container_tit{ line-height: 24px;}
    .left_zxzx{ width: 100%;}
    .zxzx_container_table td, .zxzx_container_table th{ display: block; text-align: left;}
    .zxzx_container_table td select{ width: 100%;}
    .zxzx_container_table th{ padding: 2px 0px;}
    .zxzx_container_table td .tj{ width: 110px;    margin-left: -118px;}
    .zxzx_container_table td .tj.fh{ margin-left: 5px;}
    .right_zxzx{ width: 100%; margin-top: 30px;}
    .content.sq .form.sq .input form.form_output.tb{ padding:10px 0px ;}
    .content.sq .form.sq .input.input_padding{padding: 13px;}
    .content.sq .form.sq{padding: 10px 10px;}
    table.tb{border: 1px solid #dfdfdf;}
    .content.sq .form.sq .nav-sq{padding-top: 24px; padding-bottom: 5px;}
    .content.sq .form.sq .top h1{ margin-bottom: 10px;}
}