/* public */
body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    background-image: url('../images/contbg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}

input,
video {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    resize: none;
}

* {
    font-family: "Microsoft YaHei";
}

a {
    text-decoration: none;
    list-style: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
}

.clear:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.clear {
    *zoom: 1;
}

.cl {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left !important;
}

.tr {
    text-align: right !important;
}

.container {
    width: 1160px;
    margin: 0 auto;
}

.minwidth {
    min-width: 1160px;
}


/*---------- head ----------*/

.head {
    /*padding: 0 0 12px;*/
    /*padding: 0;*/
    background-color: #ffffff;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
}

.head_top_top{
    display: flex;
    align-items: center;

}

.head_email{
    width: auto;
    height: 40px;
    background-color: #3698EF;
    border-radius: 50px;
    margin-left: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.email_name{
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    padding: 0 10px;
}
.email_box{
    color: #3698EF;
    font-weight: bold;
    padding: 0 10px;
    height: 92%;
    margin-right: 1px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-top-right-radius: 50px;
    -webkit-border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
}

.head_logo {
    width: 200px;
    height: 50px;
    padding: 5px 0;
    /*float: left;*/
}



.head_logo img {
    width: 100%;
    height: 100%;
}

.head_R1 {
    font-size: 20px;
    line-height: 24px;
    color: #3a3a3a;
    float: right;
    margin-top: 20px;
}

.head_R1 a {
    font-size: 20px;
    line-height: 24px;
    color: #e32600;
}

.marR10 {
    margin-right: 10px;
}

.marL10 {
    margin-left: 10px;
}

.sel1 {
    background-color: #F3F8FF;
    border-radius: 5px;
    border: none;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 46px;
    height: 46px;
    color: #0084fe;
    padding: 0 10px;
    background-image: url(../images/xiala1.png);
    background-repeat: no-repeat;
    background-position: 94% 20px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 1rem;
    outline: none;
}

.btn1 {
    width: 100%;
    height: 40px;
    font-size: 21px;
    color: #ffffff;
    background-color: #2186fa;
    border-radius: 8px;
    text-align: center;
    border: navajowhite;
    outline: none;
    cursor: pointer;
}

.btn2 {
    height: 63px;
    font-size: 27px;
    line-height: 63px;
    color: #ffffff;
    background-color: #2186fa;
    border-radius: 100px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    display: block;
}

.btn3 {
    height: 63px;
    font-size: 27px;
    line-height: 57px;
    color: #2186fa;
    background-color: #ffffff;
    border-radius: 100px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    border: solid 3px #2186fa;
    display: block;
}

.head_back {
    width: 11px;
    vertical-align: middle;
    margin-top: -3px;
    padding-left: 6px;
}

.head_R2 {
    flex: 2;
    font-size: 20px;
    line-height: 24px;
    /*color: #3a3a3a;*/
    color: #fff !important;
    /*float: right;*/
    padding: 21px 0;
    /*vertical-align: middle;*/
    position: relative;
    display: flex;
    justify-content: flex-end;

}
.head_R2 a{
    color: #fff;
}
.head_R2 img {
    padding-left: 6px;
    width: 16px;
}

.head_R2 .logout a {
    font-size: 12px;
    /*color: #2186FA;*/
    margin: 0 10px;
}

.head_menu {
    position: absolute;
    right: 0;
    top: 65px;
    width: 110px;
    display: none;
}

.head_R2:hover .head_menu {
    display: block;
}

.head_menu ul {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 0px rgba(80, 80, 80, 0.09);
    position: relative;
}

.head_menu ul::before {
    content: '';
    width: 26px;
    height: 17px;
    background-image: url('../images/sjx.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    left: 32px;
    top: -17px;
    z-index: 2;
}

.head_menu ul li {
    list-style: none;
    border-top: 1px solid #afafaf;
}

.head_menu ul li:first-child {
    border-top: none;
}

.head_menu ul li a {
    display: block;
    font-size: 20px;
    line-height: 20px;
    color: #7d7d7d;
    text-align: center;
    padding: 16px 0;
}

.head_menu ul li a:hover {
    color: #4e98fb;
}

/* ---------- login ----------*/

.log_wrap {
    background-color: #3698EF;
    background-image: url('../images/map.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
}

.log_cont {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10% 0;
    box-sizing: border-box;
}

.log_cont > img:first-child {
    float: left;
}

.log_login {
    width: 438px;
    height: 455px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px 60px 0;
    box-sizing: border-box;
    float: right;
}

.log_logo {
    width: 100%;
    padding-bottom: 0px;
}

.log_logo img {
    width: 100%;
}

.log_row {
    position: relative;
    border-bottom: 1px solid #b5b4b4;
    margin: 28px 0;
}

.log_inp1 {
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    height: 38px;
    box-sizing: border-box;
}

.log_inp2 {
    width: 100%;
    padding: 0 60px 0 10px;
    font-size: 14px;
    height: 38px;
    box-sizing: border-box;
}

.log_row2 {
    overflow: hidden;
    margin-bottom: 36px;
}

.log_row2 a {
    font-size: 14px;
    line-height: 16px;
    color: #2186fa;
}

.log_eye {
    width: 17px;
    height: 11px;
    position: absolute;
    top: 14px;
    right: 10px;
    z-index: 2;
    cursor: pointer;
}

.log_eye img {
    display: none;
}

.log_eye img:first-child {
    display: block;
}

.log_yzm {
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 2;
    width: 72px;
    height: 29px;
    border: solid 1px #b5b4b4;
    box-sizing: border-box;
    background-color: #eeeeee;
    cursor: pointer;
}

.log_yzm img {
    width: 100%;
    height: 100%;
}


/*---------- register ----------*/

.reg_wrap {
    width: 100%;
    height: calc(100vh - 91px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5% 0;
    box-sizing: border-box;
}

.reg_cont {
    width: 960px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 60px 270px;
    box-sizing: border-box;
}

.reg_t1 {
    font-size: 27px;
    font-weight: bold;
    line-height: 2em;
    color: #1083f8;
    text-align: center;
}

.reg_row1 {
    margin-bottom: 28px;
    overflow: hidden;
}

.reg_sel1 {
    width: 118px;
    float: left;
}

.reg_sel2 {
    width: 118px;
    float: left;
    margin: 0 33px;
}

.reg_sel3 {
    width: 118px;
    float: left;
}

.reg_t2 {
    font-size: 16px;
    line-height: 46px;
    color: #0084fe;
    font-style: normal;
    font-weight: normal;
    float: left;
}

.reg_inp1 {
    width: 334px;
    height: 46px;
    background-color: #f3f8ff;
    border-radius: 5px;
    float: right;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: #0084fe;
}

.reg_btn {
    height: 45px;
}


/* ---------- register_success ----------*/

.reg_img1 {
    width: 149px;
    margin: 0 auto;
    padding: 64px 0;
}

.reg_img1 img {
    width: 100%;
}

.reg_t3 {
    font-size: 33px;
    text-align: center;
    color: #0e94f6;
    margin-bottom: 50px;
}

.reg_t4 {
    font-size: 20px;
    text-align: center;
    color: #3a3a3a;
    line-height: 1.2em;
    margin-bottom: 120px;
}

.reg_t4 i {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: #0e94f6;
    line-height: 1.2em;
    vertical-align: initial;
    border-bottom: 1px solid #0e94f6;
}

.reg_btn2 {
    width: 230px;
}


/* ---------- changePassword ---------- */

.chp_t1 {
    width: 80px;
    position: absolute;
    left: -80px;
    top: 10px;
    z-index: 2;
    font-size: 16px;
    line-height: 18px;
    color: #0e94f6;
    text-align: right;
}

.chp_mar {
    margin-top: 30px;
}


/* ---------- zhengDingNoTongYi ---------- */

.zdx_title1 {
    font-size: 31px;
    text-align: center;
    color: #3a3a3a;
    padding: 50px 0;
}

.zdx_zdChoose {
    margin-bottom: 30px;
    padding-left: 22px;
    box-sizing: border-box;
    overflow: hidden;
}

.zdx_zdChoose a {
    font-size: 20px;
    line-height: 1.5em;
    color: #676767;
    margin-right: 60px;
}

.zdx_zdChoose a img {
    width: 16px;
    margin-right: 12px;
    margin-top: -3px;
}

.zdx_dwItem {
    margin-bottom: 30px;
}

.zdx_L {
    width: 347px;
    float: left;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 26px;
    box-sizing: border-box;
}

.zdx_R {
    width: 782px;
    float: right;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 26px;
    box-sizing: border-box;
}

.zdx_bt1 {
    margin-bottom: 30px;

}

.zdx_bt12 {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zdx_bt1 i {
    width: 5px;
    height: 22px;
    background-color: #0085fe;
    border-radius: 2px;
    float: left;
    margin-right: 8px;
}

.zdx_bt12 i {
    width: 5px;
    height: 22px;
    background-color: #0085fe;
    border-radius: 2px;
    float: left;
    margin-right: 8px;
}

.sqSelevt {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tgqk_sel12 {
    width: 150px;
    height: 30px;
    border: 1px solid #BBBBBB;
    border-radius: 5px;
    background-color: #F6F7F8;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 18px;
    color: #415058;
    outline: none;
}

.zdx_t1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    color: #3a3a3a;
    float: left;
}

.zdx_row {
    margin-bottom: 36px;
}

.zdx_t2 {
    font-size: 18px;
    color: #4d4d4d;
    line-height: 1em;
    padding-bottom: 12px;
}

.zdx_t3 {
    font-size: 18px;
    color: #0085fe;
    line-height: 1em;
    padding-bottom: 12px;
}

.zdx_t4 {
    font-size: 18px;
    color: #4d4d4d;
    line-height: 1em;
    padding-bottom: 12px;
}

.zdx_inp1 {
    width: 100%;
    height: 32px;
    line-height: 30px;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 16px;
    color: #9c9c9c;
}

.zdx_tear1 {
    width: 100%;
    height: 129px;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    color: #9c9c9c;
}

.zdx_delete {
    width: 90px;
    height: 31px;
    background-color: #d11313;
    border-radius: 15px;
    font-size: 13px;
    line-height: 31px;
    color: #ffffff;
    text-align: center;
    float: right;
    cursor: pointer;
}

.zdx_delete3 {
    width: 90px;
    height: 31px;
    background-color: #2f9cf7;
    border-radius: 15px;
    font-size: 13px;
    line-height: 31px;
    color: #ffffff;
    text-align: center;
    float: right;
    cursor: pointer;
    margin-right: 10px;
}

.zdx_dwItem:first-child .zdx_delete {
    display: none;
}

.zdx_row2 {
    margin-bottom: 20px;
}

.zdx_inpwarp {
    width: 400px;
    float: left;
    margin-bottom: 15px;
}

.zdx_inpwarp i {
    width: 88px;
    float: left;
    font-size: 17px;
    line-height: 37px;
    color: #4d4d4d;
    font-style: normal;
    text-align: right;
}

.zdx_inp2 {
    width: 308px;
    float: right;
    font-size: 17px;
    height: 37px;
    border-bottom: 1px solid #afafaf;
}

.zdx_inpwarp:nth-child(2n) {
    width: 295px;
    float: right;
}

.zdx_inpwarp:nth-child(2n) .zdx_inp2 {
    width: 203px;
}

.zdx_row3 {
    margin-bottom: 36px;
}

.zdx_inpwarp2 {
    width: 293px;
    float: right;
}

.zdx_inp3 {
    width: 210px;
    height: 46px;
    background-color: #f3f8ff;
    border-radius: 5px;
    float: right;
    padding: 0 10px;
    box-sizing: border-box;
    color: #737373;
    font-size: 16px;
}

.zdx_table {
    width: 100%;
    border: 1px solid #e8e8e8;
    border-collapse: collapse;
}

.zdx_table tr {
    width: 100%;
}

.zdx_table th,
.zdx_table td {
    font-size: 18px;
    line-height: 30px;
    color: #8a8a8a;
    font-weight: normal;
    height: 73px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10px;
    box-sizing: border-box;
}

.zdx_table th {
    background-color: #fafafb;
    border-left: 1px solid #e8e8e8;
}

.zdx_table td {
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
}

.zdx_table th:first-child,
.zdx_table td:first-child {
    border-left: none;
}

.zdx_tat1 {
    width: 180px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #8a8a8a;
}

.zdx_w1 {
    width: 25%;
}

.zdx_w2 {
    width: 100%;
    text-align: right !important;
}

.zdx_w2 i {
    font-size: 18px;
    font-style: normal;
    color: #0e94f6;
}

.zdx_ma0 {
    margin-bottom: 0;
}

.addDW {
    height: 74px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    font-size: 23px;
    line-height: 34px;
    vertical-align: middle;
    color: #2186fa;
    text-align: center;
    margin-bottom: 100px;
    cursor: pointer;
}

.addDW img {
    width: 34px;
    padding-right: 14px;
}

.zdx_bottom {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5;
    background-color: #ffffff;
    padding: 30px 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.zdx_bootwrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zdx_total {
    float: left;
    margin-top: 8px;
    width: calc(100% - 200px);
    display: flex;
}

.zdx_total i {
    font-size: 20px;
    line-height: 40px;
    font-weight: normal;
    font-style: normal;
    color: #333333;
    vertical-align: middle;
}

.zdx_total span {
    font-size: 20px;
    line-height: 40px;
    font-weight: normal;
    font-style: normal;
    color: #0e94f6;
    vertical-align: initial;
}

.zdx_total em {
    font-size: 29px;
    /*line-height: 1em;*/
    font-style: normal;
    letter-spacing: -2px;
    color: #0e94f6;
    /*vertical-align: middle;*/
    display: flex;
    align-items: center;
}

.zdx_btn1 {
    width: 140px;
    height: 44px;
    font-size: 20px;
    float: right;
    line-height: 44px;
}


/*.zdx_btn2 {
    width: 166px;
    height: 57px;
    float: right;
    line-height: 57px;
    height: 60px;
    font-size: 27px;
    line-height: 58px;
    color: #2186fa;
    background-color: #fff;
    border-radius: 100px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    display: block;
    border: 1px solid #2186fa;
    box-sizing: border-box;
    margin-right: 10px;
}*/


/* ---------- zhengDingTongYi ----------*/

.zdx_Rwrap {
    width: 782px;
    float: right;

}

.zdx_cont3 {
    margin-bottom: 30px;
}

.zdx_dwItem2 {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 26px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.zdx_dwItem2:first-child .zdx_delete {
    display: none;
}

.zdx_searchWrap {
    width: 410px;
    height: 48px;
    border-radius: 50px;
    border: solid 1px #2e79ff;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.zdx_searinp1 {
    width: 100%;
    padding: 0 57px 0 20px;
    box-sizing: border-box;
    font-size: 16px;
    height: 48px;
}

.zdx_searBtn {
    width: 57px;
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background-image: url('../images/search.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background-color: #0085fe;
    cursor: pointer;
}


.addDW2 {
    width: 100%;
    height: 74px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    font-size: 23px;
    line-height: 34px;
    vertical-align: middle;
    color: #2186fa;
    text-align: center;
    margin-bottom: 100px;
    cursor: pointer;
}

.addDW2 img {
    width: 34px;
    padding-right: 14px;
}


/* ---------- zhengDing_success ---------- */
.zdx_cont2 {
    margin: 0 auto 0;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 60px 0;
    box-sizing: border-box;
}

.reg_t5 {
    font-size: 33px;
    text-align: center;
    color: #0e94f6;
    margin-bottom: 80px;
}

.zdx_btns {
    width: 100%;
    text-align: center;
}

.zdx_btn2 {
    width: 230px;
    display: inline-block;
    margin: 0 30px;
}

.zdx_btn3 {
    width: 230px;
    display: inline-block;
    margin: 0 30px;
}


/* ---------- qiTaGuanLi ----------*/

.per_cont {
    margin: 30px auto;
}

.per_L {
    width: 221px;
    min-height: 1003px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 1px rgba(80, 80, 80, 0.07);
    border-radius: 10px;
    float: left;
}

.per_R {
    float: right;
    width: 906px;
    min-height: 1003px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 1px rgba(80, 80, 80, 0.07);
    border-radius: 10px;
    padding: 40px;
    box-sizing: border-box;
}

.per_links {
    margin: 0;
    padding: 0;
    width: 100%;
}

.per_links li {
    list-style: none;
    padding: 0;
    margin: 15px 0;
    text-align: center;
}

.per_links li a {
    padding: 14px 0;
    font-size: 18px;
    line-height: 20px;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    border-left: 5px solid transparent;
    box-sizing: border-box;
}

.per_links li a img {
    width: 20px;
    padding-right: 14px;
}

.per_links li a:hover {
    border-left: 5px solid #008cf0;
    background-color: #e8f4ff;
    color: #0085fe;
}

.per_links li.per_lActive a {
    border-left: 5px solid #008cf0;
    background-color: #e8f4ff;
    color: #0085fe;
}

.per_glItem {
    background-color: #def2ff;
    padding: 36px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.per_row {
    float: left;
    margin: 10px 0;
}

.per_row1 {
    width: 450px;
}

.per_row2 {
    width: 300px;
}

.per_row3 {
    width: 40%;
    float: left;
}

.per_row4 {
    width: 60%;
    float: left;
}

.per_row5 {
    width: 33.33%;
}

.per_label {
    width: 75px;
    float: left;
    font-size: 15px;
    line-height: 32px;
    color: #007cee;
    text-align: right;
}

.per_labCont {
    float: right;
    font-size: 15px;
    line-height: 32px;
    color: #666666;
}

.per_labCont1 {
    width: 375px;
}

.per_labCont2 {
    width: 225px;
}

.per_labCont3 {
    width: 225px;
}

.per_labCont4 {
    width: 175px;
}

.per_labCont5 {
    width: 375px;
}


/* ---------- duiGongZhuanZhang ----------*/

.per_dgw1 {
    width: 33.33%;
}


/* ---------- contactUs ---------- */

.per_conRow {
    margin-bottom: 40px;
}

.per_conRowL {
    width: 170px;
    font-size: 22px;
    line-height: 40px;
    color: #333333;
    vertical-align: middle;
    float: left;
}

.per_conRowL img {
    width: 40px;
    margin-right: 10px;
}

.per_conRowR {
    width: 650px;
    float: right;
    font-size: 22px;
    line-height: 40px;
    color: #333333;
}


/*  ---------- historyZhengDing ---------- */

.per_btnWrap {
    width: 100%;
    float: left;
}

.per_btn1 {
    margin-top: 20px;
    width: 151px;
    height: 41px;
    line-height: 41px;
    font-size: 18px;
}


/* ---------- historyZDDetail_noTongYi ---------- */

.per_back {
    margin: 37px auto 23px;
    text-align: right;
}

.per_back a {
    font-size: 26px;
    line-height: 30px;
    color: #3a3a3a;
}

.per_back a img {
    width: 10px;
    padding-left: 10px;
}

.per_hisw {
    float: left;
    margin-bottom: 15px;
}

.per_hisw i {
    width: 88px;
    float: left;
    font-size: 16px;
    line-height: 36px;
    color: #4d4d4d;
    font-style: normal;
    text-align: right;
}

.per_hisw div {
    float: left;
    font-size: 16px;
    line-height: 36px;
    color: #4d4d4d;
}

.per_hisw1 {
    width: 350px;
}

.per_hisw1 div {
    width: 260px;
}

.per_hisw2 {
    width: 240px;
}

.per_hisw2 i {
    width: 70px;
}

.per_hisw2 div {
    width: 170px;
}

.per_hisw3 {
    width: 130px;
}

.per_hisw3 i {
    width: 54px;
}

.per_hisw3 div {
    width: 76px;
}

.per_hisw4 {
    width: 220px;
}

.per_hisw4 div {
    width: 120px;
}

.per_hisw5 {
    width: 510px;
}

.per_hisw5 div {
    width: 410px;
}


/* ---------- historyZDDetail_TongYi ---------- */

.zdx_dwItem3 {
    margin-bottom: 30px;

}

.zdx_xuHaoNum {
    width: 100%;
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    color: #2e79ff;
    padding: 10px 0 16px;
    float: left;
}


/* ---------- faPiaoGuanLi ---------- */

.per_row6 {
    width: 170px;
}

.per_labCont6 {
    width: 95px;
}

.per_row7 {
    width: 350px;
}

.per_labCont7 {
    width: 275px;
}


@media screen and (min-width: 200px) and (max-width: 800px) {
}


/* ---------- fileDownload ---------- */

.wjxz_item {
    padding: 10px;
    border-top: 1px dashed #cccccc;
    box-sizing: border-box;
    width: 100%;
    display: block;
}

.wjxz_item:first-child {
    border-top: 1px dashed transparent;
}

.wjxz_item span {
    width: 5px;
    height: 5px;
    background-color: #50a4e2;
    float: left;
    margin-right: 10px;
    margin-top: 15px;
}

.wjxz_item p {
    width: 650px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 32px;
    color: #434343;
    margin: 0;
}

.wjxz_item i {
    width: 100px;
    float: right;
    font-size: 16px;
    line-height: 32px;
    color: #434343;
    font-style: normal;
}

.tis_wrap {
    padding: 10px;
    box-sizing: border-box;
    background-color: #ffffff;
    margin-top: 30px;
    margin-bottom: 30px;
}

.tis_img1 {
    width: 33px;
    float: left;
    margin-right: 10px;
}

.tis_cont {
    width: 1090px;
    float: right;
}

/* 公告 */
/*Plugin CSS*/
.str_wrap {
    overflow: hidden;
    /* //zoom:1; */
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    /* background: #f6f6f6; */
    white-space: nowrap;
}

.str_wrap.str_active {
    /* background: #f1f1f1; */
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block;
    /* //display:inline;
    //zoom:1; */
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}

.dowebok {
    width: 100%;
}

.dowebok a {
    font-size: 16px;
    line-height: 26px;
    color: #7b7b7b;
}

/* 7.13 */
.logi_mask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.15);
    display: none;
}

.lodi_maskWrap {
    width: 640px;
    height: 600px;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.logi_mt1 {
    color: rgba(255, 255, 255, 100);
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    padding: 29px 0;
    background-color: rgba(33, 134, 250, 100);
    position: relative;
    border-radius: 20px 20px 0 0;
}

.logi_close {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 10;
    cursor: pointer;
}

.logi_contWrap {
    height: 500px;
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 0 0 20px 20px;
}

.logi_cont {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.logi_ct1 {
    color: rgba(102, 102, 102, 100);
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 6px;
}

.logi_cimg1 {
    margin: 15px 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logi_cimg2 {
    margin: 15px 0 20px;
}

.logi_cont::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

.logi_cont::-webkit-scrollbar-thumb {
    /* border-radius: 10px; */
    -webkit-box-shadow: inset 0 0 5px #d2d2d8;
    background: #d2d2d8;
}

.logi_cont::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px transparent;
    /* border-radius: 0; */
    background: transparent;
}

.zhd_daochu {
    width: 166px;
    height: 48px;
    float: right;
    line-height: 48px !important;
    color: #ffffff !important;
    background-color: #2186fa;
    border-radius: 100px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    margin-right: 0 !important;
}

.zhd_daochu2 {
    width: 166px;
    height: 48px;
    float: right;
    line-height: 48px !important;
    color: #ffffff !important;
    background-color: #2186fa;
    border-radius: 100px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    margin-right: 15px !important;
}

.zdx_btn4 {
    width: 140px;
    height: 44px;
    float: right;
    font-size: 20px;
    line-height: 44px;
    color: #2186fa;
    background-color: #fff;
    border-radius: 100px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    display: block;
    border: 1px solid #2186fa;
    box-sizing: border-box;
    margin-right: 10px;
}


/* 2023.05.24 */

.head_top {
    width: 100%;
    /*background-color: #3698EF;*/
    /*padding: 16px 0;*/
    /*margin-bottom: 12px;*/
    background-image: url(../images/headbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    /*background-position: 94% 20px;*/
}

.head_tcont {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.head_tcont div {
    font-size: 15px;
    color: #000;
    line-height: 16px;
    float: left;
}

#headBox {
    display: flex;
    flex-direction: column;
    /*padding: 10px 0;*/
}

#headBox .head_btm {
    background-color: #3698EF;
}

#headBox .head_btm .content {
    display: flex;
    justify-content: space-between;
}

#headBox .head_top {
    display: flex;
    flex-direction: column;
}

.head_nav {
    flex: 2;
    /*width: 500px;*/
    /*float: left;*/
    /*margin-left: 90px;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head_nav a {
    height: 100%;
    padding: 0 20px;
    /*margin: 0 20px;*/
    /*margin-top: 20px;*/
    font-size: 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    /*color: #666666;*/
    /*padding-bottom: 15px;*/
    /*border-bottom: 4px solid transparent;*/
}

.head_nav a.navActive {
    font-weight: bold;
    color: #2186FA;
    background-color: #fff;
    /*border-bottom: 4px solid #2186FA;*/
}

/* touGaoQingKuang */
.tgqk_shaixuan {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.tgqk_shaixuan_l{
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*flex: 1;*/
}
.tgqk_shaixuan_l1 .tgqk_sel1{
    margin-right: 20px;
}
.tgqk_sel1 {
    width: 220px;
    height: 42px;
    border: 1px solid #BBBBBB;
    border-radius: 10px;
    background-color: #F6F7F8;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 18px;
    color: #415058;
    outline: none;
}

.tgqk_btn1 {
    width: 130px;
    height: 42px;
    border: 1px solid #F6F7F8;
    border-radius: 10px;
    background-color: #2186FA;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
    outline: none;
    cursor: pointer;
}
.tgqk_btn22 {
    width: 150px;
    height: 42px;
    border: 1px solid #2186FA;
    border-radius: 10px;
    background-color: #F6F7F8;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 18px;
    color: #2186FA;
    outline: none;
    cursor: pointer;
}

.tgqk_mainCont {
    padding: 30px;
    box-sizing: border-box;
    width: 100%;
    background-color: #ffffff;
}

.zdx_item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}
#itemBox{
    overflow: hidden !important;
}

.zdx_item i {
    width: 8px;
    height: 8px;
    background-color: #2186FA;
    border-radius: 50px;
}

.zdx_item p {
    width: 540px;
    color: #415058;
    font-size: 16px;
    padding-left: 10px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zdx_tt1 {
    flex: 1;
    color: #666666;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zdx_tt1 .itemTxt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.zdx_tt1 .itemTxt1 {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    justify-content: flex-end;
}


.zdx_tt2 {
    width: 200px;
    text-align: right;
    color: #666666;
    font-size: 16px;
}

.zdx_pnums {
    font-size: 16px;
    color: #666666;
    margin: 40px auto 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.zdx_pages {
    text-align: center;
    padding-bottom: 30px;
}

#demo-laypage-text {
    text-align: center;
    padding-bottom: 30px;
}

.zdx_pages a {
    min-width: 36px;
    height: 36px;
    border: 1px solid #eeeeee;
    color: #666666;
    font-size: 16px;
    line-height: 34px;
    display: inline-block;
    margin: 0 5px;
    text-align: center;
}

.zdx_pages a.zdx_pActive {
    color: #007cee;
    border: 1px solid #007cee;
}

/* zhengGaoJianJie */
.zgjj_L {
    width: 770px;
    float: left;

}

.zgjj_R {
    width: 360px;
    float: right;
}

.zgjj_Ltop {
    border-radius: 10px;
    background-color: #ffffff;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.zgjj_cont1 {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.zgjj_Rbottom {
    border-radius: 10px;
    background-color: #ffffff;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.zgjj_link {
    font-size: 18px;
    color: #666666;
    float: right;
}


.zgjj_item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 20px;
}

.zgjj_item i {
    width: 8px;
    height: 8px;
    background-color: #2186FA;
    border-radius: 50px;
}

.zgjj_item p {
    width: calc(100% - 170px);
    color: #415058;
    font-size: 16px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zgjj_item div {
    width: 130px;
    color: #666666;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
}

.zgjj_rdl {
    border-radius: 10px;
    background-color: #ffffff;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.zgjj_rdl1{
    /*border-radius: 10px;*/
    background-color: #ffffff;
    padding: 30px;
    box-sizing: border-box;
    /*margin-bottom: 30px;*/
}
.zgjj_line {
    padding: 10px 0 14px;
    border-bottom: 1px solid #DCDCDC;
    position: relative;
    margin-bottom: 10px;
}

.zgjj_img1 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 5;
}

.zgjj_txt1 {
    width: 60px;
    height: 25px;
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 0;
}

.zgjj_inp1 {
    width: calc(100% - 40px);
    border-left: 1px solid #007cee;
    margin-left: 60px;
    padding-left: 14px;
}
.zgjj_inp2{
    width: calc(100% - 50px);
    border-left: 1px solid #007cee;
    margin-left: 60px;
    padding-left: 14px;
}
.zgjj_img2 {
    width: 90px;
    height: 28px;
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 0;
    background-color: #EBF1F7;
    cursor: pointer;
}

.zgjj_wjmm {
    width: 100%;
    margin: 20px 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zgjj_wt1 {
    font-size: 14px;
    color: #101010;
}

.zgjj_wt1 a {
    font-size: 14px;
    color: #0085FE;
}

.zgjj_wt2 {
    font-size: 14px;
    color: #0085FE;
}

.zgjj_wbtn1 {
    width: 300px;
    height: 45px;
    color: #ffffff;
    background-color: #0085FE;
    text-align: center;
    border: none;
    outline: none;
    font-size: 16px;
    cursor: pointer;
}
.zgjj_wbtn2 {
    width: 300px;
    height: 45px;
    color: #ffffff;
    background-color: #0085FE;
    text-align: center;
    border: none;
    outline: none;
    font-size: 16px;
    cursor: pointer;
}
.submitBox{
    width: 100%;
    display: flex;
    justify-content: center;
}


.zgjj_rcont2 {
    border-radius: 10px;
    background-color: #ffffff;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.zgjj_tt1 {
    font-size: 16px;
    color: #666666;
    line-height: 1.8em;
}

.zgjj_contact {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}

.zgjj_dimg1 {
    width: 18px;
    height: 18px;
    margin-top: 6px;
}

.zgjj_contact div {
    font-size: 16px;
    color: #666666;
    line-height: 1.8em;
}

.zgjj_cw1 {
    width: 84px;
}

.zgjj_cw2 {
    width: calc(100% - 90px);
}

.zgjj_cw3 {
    width: 80px;
}

.zgjj_cw4 {
    width: calc(100% - 120px);
}

.zgjj_cw5 {
    width: 120px;
}

.zgjj_cw6 {
    width: calc(100% - 160px);
}

.zgjj_dimg2 {
    width: 25px;
    height: 25px;
    margin-top: 2px;
}
/* 2023.06.20 */
.kq_title1 {
    font-size: 32px;
    color: #3a3a3a;
    margin: 43px auto 50px;
    text-align: center;
    position: relative;
}

.kq_cont {
    background-color: #ffffff;
    padding: 60px 30px 200px;
}

.kq_tabs {
    /*width: 192px;*/
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.kq_tabs div {
    width: 96px;
    background-color: #2186FA;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    float: left;
    border-radius: 4px 0 0 4px;
}

.kq_tabs a {
    width: 96px;
    color: #2186FA;
    text-align: center;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    float: left;
}

.kq_cont2 {
    background-color: #ffffff;
    /*padding: 30px 30px 80px;*/
    min-height: 400px;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
}

.kq_btns {
    width: 100%;
    margin-bottom: 30px;
}

.kq_btn1 {
    width: 120px;
    height: 40px;
    background-color: #2186FA;
    box-sizing: border-box;
    border: 1px solid #2186FA;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    float: left;
    margin-right: 20px;
    line-height: 38px;
    border-radius: 50px;
}

.kq_btn2 {
    width: 120px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #2186FA;
    font-size: 16px;
    color: #2186FA;
    text-align: center;
    float: left;
    line-height: 38px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kq_btn2 img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.kq_btn3 {
    font-size: 18px;
    color: #666666;
    line-height: 38px;
    float: right;
}

.kq_table1 {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #DBDBDB;
}

.kq_table1 tr {
    border-left: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    height: 48px;
    text-align: center;
}

.kq_table1 td {
    border-left: 1px solid #DBDBDB;
    font-size: 16px;
    color: #333333;
    height: 48px;
}

.kq_table1 th {
    border-left: 1px solid #DBDBDB;
    background-color: #F8FBFD;
    color: #333333;
    font-size: 16px;
    height: 48px;
}

.kqw1 {
    width: 260px;
}

.kqw1 {
    width: 230px;
}

.kqw1 {
    width: 110px;
}

.kqw1 {
    width: 140px;
}

.kqw1 {
    width: 110px;
}

.kqw1 {
    width: 130px;
}

.kqw1 {
    width: 160px;
}

.zdx_bottom2 {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5;
    background-color: #ffffff;
    padding: 30px 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.zdx_bottom2 .zdx_total {
    margin-top: 0;
    display: flex;
}


.kq_cont {
    background-color: #ffffff;
    min-height: 400px;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
}