@charset "utf-8";

/* CSS Document */
*{ margin:0; padding:0;}

body{ color:#000; font-size:12px; line-height:22px; font-family:"Microsoft YaHei"; min-width: 1200px;}
ul,li{ list-style:none; margin-bottom: 0;}
img{ border:none; display:inline-block;}
a{ text-decoration:none; color:#333;}
a:hover{ text-decoration:none; }
i{ font-style:normal;}
dl,dd,p{ margin-bottom: 0;}
input,textarea,select{ outline:none; font-family:"Microsoft YaHei";}
h1,h2,h3,h4,h5,h6{ font-style:normal; font-weight:normal; list-style:none; margin-bottom: 0;}
.clear{ clear:both;}

/*美化滚动条*/

/*滚动条凹槽的颜色，还可以设置边框属性*/
::-webkit-scrollbar-track-piece {
    background-color:#f8f8f8;
}
/*滚动条的宽度*/
::-webkit-scrollbar {
    width:6px;
    height:9px;
}
/*滚动条的设置*/
::-webkit-scrollbar-thumb {
    background-color:#dddddd;
    background-clip:padding-box;
    min-height:28px;
}
::-webkit-scrollbar-thumb:hover {
    background-color:#bbb;
}
body{
    background: #F5F5F5;
}

.container-fluid:after{ content: ""; display: block; clear: both;}
.container:after{ content: ""; display: block; clear: both;}

.wap_m{
    max-width: 760px;
    margin: auto;
    overflow: hidden;
}
.banner{ width: 100%; margin: 0 auto; position: relative;}
.banner:after{ content: ""; display: block; clear: both; }
.swiper_banner {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.swiper_banner .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: cover !important;
}
.swiper_banner .swiper-slide img{
    width: 100%;
}
.swiper_banner .swiper-pagination{ bottom: 5px !important;}
.swiper_banner .swiper-pagination span{ width: 8px; height:8px; opacity:1; margin: 0 5px !important; background: rgba(255,255,255,0.5) }
.swiper_banner .swiper-pagination .swiper-pagination-bullet-active{  background: #ffffff !important;}

/*查询*/
.inquire{
    width: 100%;
    background: #ffffff;
    padding: 30px 0;
    display: flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
}
.inquire_form{
    width: 80%;
    height: 40px;
    overflow: hidden;
    display: flex;
}
.inquire_input{
    width: 75%;
    padding: 0 15px;
    font-size: 14px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border: solid 2px #1595DC;
    border-right: 0;
}
.inquire_but{
    width: 25%;
    border: none;
    background: #1595DC;
    color: #ffffff;
    font-size: 15px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.inquire_but i{
    margin-right: 5px;
}
.inquire_ts{
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-top: 15px;
}
.inquire_ts i{
    color: #1697DB;
}
/*nav_menu*/
.nav_menu{
    overflow: hidden;
    background: #F0F0F0;
    padding: 15px 5px 30px 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.nav_menu dd{
    width: 25%;
    text-align: center;
    margin-top: 30px;
}
.nav_menu dd img{
    height: 36px;
}
.nav_menu dd span{
    margin-top: 4px;
    display: block;
    font-size: 15px;
    color: #4c5359;
}


/*footer*/
.footer{
    width: 100%;
    position: fixed;
    background: #ffffff;
    z-index: 9;
    border-top: solid 1px #E5E5E5;
    left: 0;
    bottom: 0;
    display: flex;
    padding: 10px 0;
}
.footer dd{
    width: 20%;
    text-align: center;
}
.footer dd  a{
    display: flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
}
.footer dd .footer_img{
    width: 100%;
    height: 26px;
}
.footer dd span{
    display: block;
    margin-top: 3px;
    font-size: 14px;
}
.footer dd:hover span{
    color: #1595DC;
}
.footer dd.on span{
    color: #1595DC;
}

.footer dd:nth-child(1) .footer_img{
    background: url("../images/nav_1.png") center center no-repeat;
}
.footer dd:nth-child(2) .footer_img{
    background: url("../images/nav_2.png") center center no-repeat;
}
.footer dd:nth-child(3) .footer_img{
    background: url("../images/nav_3.png") center center no-repeat;
}
.footer dd:nth-child(4) .footer_img{
    background: url("../images/nav_4.png") center center no-repeat;
}
.footer dd:nth-child(5) .footer_img{
    background: url("../images/nav_6.png") center center no-repeat;
}
.footer dd .footer_img{
    background-size: auto 26px !important;
}
.footer dd:nth-child(1).on .footer_img{
    background: url("../images/nav_11.png") center center no-repeat;
}
.footer dd:nth-child(2).on .footer_img{
    background: url("../images/nav_22.png") center center no-repeat;
}
.footer dd:nth-child(3).on .footer_img{
    background: url("../images/nav_33.png") center center no-repeat;
}
.footer dd:nth-child(4).on .footer_img{
    background: url("../images/nav_44.png") center center no-repeat;
}
/*.footer dd:nth-child(5).on .footer_img{*/
/*    background: url("../images/nav_55.png") center center no-repeat;*/
/*}*/


.top_title{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #1595DC;
    text-align: center;
    z-index: 99;
}
.top_title span{
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
}
.top_title a{
    padding: 8px;
    display: block;
    position: fixed;
    top:0;
    left: 5px;
    color: #ffffff;
    font-size: 14px;
}

.myrz_list{
    width: 100%;
    margin-top: 40px;
    position: relative;
    padding: 15px 10px 80px 10px;
}
.myrz_list ul{
    padding-left: 0;
}
.myrz_list ul li{
    width: 100%;
    border-radius: 5px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px #efefef;
    margin-bottom: 15px;
}

.myrz_top{
    width: 100%;
    border-bottom: solid 1px #EEEEEE;
    padding: 10px;
}
.myrz_top span{
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}
.myrz_m{
    width: 100%;
    padding:20px 10px;
    display: flex;
}
.myrz_m dd{
    width: 33.333%;
    padding: 0 8px;
    text-align: center;
}
.myrz_m dd span{
    font-size: 16px;
    color: #9A9A9A;
    line-height: 22px;
    display: block;
}
.myrz_m dd p{
    font-size: 16px;
    color: #010101;
    line-height: 22px;
}

.myrz_foot{
    width: 100%;
    padding: 10px;
    border-top: solid 1px #EEEEEE;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.myrz_code{
    font-size: 14px;
}
.myrz_code span{
    color: #1595DC;
}

.myrz_renz{
    border-radius: 4px;
    background: #1595DC;
}
.myrz_renz a{
    font-size: 14px;
    color: #ffffff;
    line-height: 22px;
    display: block;
    padding: 2px 8px;
}


.qrfk_bk_m{
    width: 100%;
    padding: 10px;
    margin-top: 50px;
}
.qrfk_bk{
    background: #ffffff;
    width: 100%;
    border: solid 2px #1595DC;
    box-shadow: 0 0 10px #cccccc;
}
.qrfk_bk dd{
    width: 100%;
    border-bottom: solid 1px #EEEEEE;
    display: flex;
}
.qrfk_bk_bt{
    height: 50px;
    width: 30%;
    border-right: solid 1px #EEEEEE;
    font-size: 15px;
    color: #9a9a9a;
    padding: 10px;
    display: flex;
    justify-content:center;
    flex-direction:column;
}
.qrfk_bk_zhi{
    height: 50px;
    width: 70%;
    font-size: 15px;
    padding: 10px;
    display: flex;
    align-items: center;
}
.qrfk_bk_zhi p{
    margin-left: 10px;
    color: #1595dc;
    font-size: 12px;
    line-height: 18px;
}
.qrfk_h{
    display: flex;
    align-items: center;
}
.qrfk_h span{
    color: #e53939;
}

.qrfk_check{
    width: 100%;
    margin-top: 20px;
    padding-left: 15px;
}
.qrfk_check .form-check{
    width: 100%;
}
.qrfk_check  .form-check-label{
    margin-left: 5px;
    font-size: 15px;
}
.qrfk_check  .form-check-label a{
    color: #4466ff;
}
.qrfk_check .form-check-input{
    width: 16px;
    height: 16px;
    float: left;
}
.qrfk_but{
    width: 100%;
    margin-top: 20px;
}
.qrfk_but button{
    background: #1595DC;
    width: 100%;
    border-radius: 25px;
    height: 40px;
    color: #ffffff;
    font-size: 16px;
    border: none;
}

.myrz_type{
    width: 100%;
    position: fixed;
    background: #ffffff;
    top: 40px;
    left: 0;
    z-index: 9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.myrz_type dd{
    width: 30%;
    text-align: center;
}
.myrz_type dd a{
    display: inline-block;
    padding: 10px 5px;
    font-size: 16px;
    color: #333333;
}
.myrz_type dd.on a{
    color: #1595DC;
    border-bottom: solid 2px #1595DC;
}

.myrz_status{
    width: 100%;
    padding-top: 84px;
    padding-bottom: 90px;
}

.myrz_status dd{
    width: 100%;
    margin-top: 10px;
    background: #ffffff;
    padding: 20px 10px;
}
.myrz_status_top{
    width: 100%;

}
.myrz_status_a{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 10px;
}
.myrz_status_a span{
    font-size: 18px;
}

.myrz_status_b{
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}
.myrz_status_b span{
    display: block;
    font-size: 16px;
    color: #999999;
    margin-bottom: 5px;
}
.myrz_status_b span i{
    color: #000000;
}

.myrz_status_foot{
    width: 100%;
    border-top: solid 1px #EEEEEE;
    padding-top: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    font-size: 16px;
}
.myrz_status_foot span{
    color: #999999;
}
.myrz_status_foot span i{
    color: #000000;
}
.myrz_status_foot span em{
   font-style: normal;
    color: #D9262A;
}

.myrz_status_on{
    color: #58b670;
}
.myrz_size{
    font-size: 16px !important;
}


.ywjl_type{
    width: 100%;
    position: fixed;
    background: #ffffff;
    top: 0;
    left: 0;
    z-index: 10;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.ywjl_type_ul{
    width: 80%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.ywjl_type_sx{
    width: 20%;
    border-left: solid 1px #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ywjl_type_sx img{
    height: 18px;
}
.ywjl_type_sx span{
    display: inline-block;
    margin-left: 5px;
    font-size: 16px;
}


.ywjl_type dd{
    width: 25%;
    text-align: center;
}
.ywjl_type dd a{
    display: inline-block;
    padding: 10px 5px;
    font-size: 16px;
    color: #333333;
}
.ywjl_type dd.on a{
    color: #1595DC;
    border-bottom: solid 2px #1595DC;
}

.ywjl_list{
    width: 100%;
    padding-top: 54px;
    padding-bottom: 90px;
}

.ywjl_list dd{
    width: 100%;
    margin-top: 10px;
    background: #ffffff;
    padding: 10px 10px;
}
.ywjl_list_top{
    width: 100%;
    padding-top: 15px;
}
.ywjl_list_a{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 5px;
}
.ywjl_list_a span{
    font-size: 18px;
    font-weight: bold;
}

.ywjl_list_b{
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}
.ywjl_list_b span{
    display: block;
    font-size: 16px;
    color: #999999;
    margin-bottom: 5px;
}
.ywjl_list_b span i{
    color: #000000;
}

.ywjl_list_foot{
    width: 100%;
    border-bottom: solid 1px #EEEEEE;
    margin-top: 5px;
    padding-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    font-size: 16px;
}
.ywjl_list_foot span{
    color: #000000;
}
.ywjl_list_foot span i{
    color: #000000;
}
.ywjl_list_foot span em{
    font-style: normal;
    color: #D9262A;
}

.ywjl_list_on{
    color: #D9262A !important;
}
.ywjl_list_onb{
    color: #58b670 !important;
}
.ywjl_size{
    font-size: 16px !important;
}

.ywjl_layer{
    width: 100%;
    height:calc(100% - 44px);
    left: 0;
    top: 43px;
    position: fixed;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    display: none;
}

.ywjl_layer_m{
    width: 100%;
    background:#ffffff;
    padding: 26px 0;
    border-top: solid 1px #F4F4F4;
}

.ywjl_ta{
    width: 100%;
    padding: 0 10px;
}
.ywjl_ta_bt{
    font-size: 16px;
}
.ywjl_ta ul{
    width: 100%;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.ywjl_ta ul li{
    width: 24%;
    text-align: center;
    background: #F4F4F4;
    border-radius: 25px;
    height: 30px;
    line-height: 30px;
    margin-top: 8px;
}
.ywjl_ta ul li{
    font-size: 13px;
}
.ywjl_ta ul li.on{
    background: #1595DC;
}
.ywjl_ta ul li.on a{
    color: #ffffff;
}

.ywjl_tb{
    width: 100%;
    padding: 0 10px;
    margin-top: 20px;
}

.ywjl_ta_date{
    width: 100%;
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.ywjl_ta_date i{
    width: 20px;
    height: 2px;
    background: #DDDDDD;
    display: block;
}
.ywjl_ta_date span{
    width: 43%;
    border-radius: 25px;
    overflow: hidden;
    display: block;
    background: #F4F4F4;
}
.ywjl_ta_date span input{
    width: 100%;
    height: 40px;
    border: none;
    background: none;
    padding: 0 10px;
    font-size: 14px;
    text-align: center;
}

.ywjl_tj_but{
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.ywjl_tj_but button{
    width: 36%;
    height: 40px;
    font-size: 14px;
    border-radius: 25px;
    border: none;
    margin: 0 10px;
}
.ywjl_tj_but button:nth-child(1){
    background: #1595DC;
    color: #ffffff;
}
.ywjl_tj_but button:nth-child(2){
    background: #6D7174;
    color: #ffffff;
}

.qianzi{
    width: 100%;
    padding: 54px 10px 100px 10px;
    position: relative;
    overflow: hidden;
}
.qianzi_xy{
    width: 100%;
}
.qianzi_xy_a{
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}
.qianzi_xy_b{
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}
.qianzi_xy_c{
    width: 100%;
    margin-top: 10px;
}
.qianzi_xy_c span{
    display: block;
    font-size: 14px;
    color: #000000;
    line-height: 22px;
}
.qianzi_xy_d{
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
}
.qianzi_qzbk{
    width: 100%;
    margin-top: 20px;
    /*padding: 10px;*/
    background: #ffffff;
    min-height: 220px;
}

.qianzi_dates{
    width: 100%;
    margin-top: 30px;
}
.qianzi_dates span{
    color: #000000;
    font-size: 14px;
    line-height: 22px;
}

.ywjl_tj_ht{
    width: 100%;
    margin-top: 20px;
}
.ywjl_tj_ht button{
    width: 100%;
    height: 40px;
    background: #1595DC;
    border-radius: 25px;
    color: #ffffff;
    border: none;
    font-size: 16px;
}

.form_m{
    width: 100%;
    background: url("../images/form_bj.jpg") top center no-repeat;
    position: relative;
    padding: 10px 10px 100px 10px;
}
.form_m_bj{
    position: absolute;
    left: 0;
    top: 39px;
    width: 100%;
    z-index: 0;
}
.form_m_bj img{
    width: 100%;
}

.form_m_title{
    position: relative;
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    z-index: 10;
    margin-top: 100px;
}
.form_m_f{
    width: 100%;
    padding:20px;
    border-radius: 5px;
    background: #ffffff;
    position: relative;
    margin-top:30px;
}
.form_m_f dd{
    width: 100%;
    border: solid 1px #DDDDDD;
    padding:0 10px;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.form_m_f dd i img{
    height: 22px;
}
.form_m_f dd input{
    width: 88%;
    height: 40px;
    padding: 0 10px;
    border: none;
    font-size: 14px;
}
.form_m_f dd select{
    width:90%;
    height: 40px;
    padding: 0 10px;
    border: none;
    font-size: 14px;
}

.f_but{
    width: 100%;
    height: 40px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 5px;
    border: none;
    background: #1595DC;
}

.form_sxcl{
    width: 100%;
    padding: 15px;
    background: #ffffff;
    z-index: 9;
    position:relative;
    border-radius: 5px;
    margin-top: 20px;
}

.form_sxcl_top{
    width: 100%;
    display: flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
    border-bottom: solid 1px #DDDDDD;
    padding-top: 10px;
    position: relative;
    padding-bottom: 20px;
}
.form_by_left{
    width: 30px;
    height: 30px;
    border-radius: 50px;
    position: absolute;
    top: 64px;
    left: -31px;
    overflow: hidden;
}
.form_by_left:before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #5366E9;
    display: block;
}

.form_by_right{
    width: 30px;
    height: 30px;
    border-radius: 50px;
    position: absolute;
    top: 64px;
    right: -31px;
    overflow: hidden;
}
.form_by_right:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #5366E9;
    display: block;
}
.form_sxcl_top span{
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    color: #1595dc;
}
.form_sxcl_top p{
    font-size: 14px;
    line-height: 22px;
    color: #aaaaaa;
    text-transform: uppercase;
}

.form_sxcl_xq{
    width: 100%;
    background: #E7F4FC;
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 20px;
}
.form_sxcl_xq dd{
    width: 49%;
    margin-top: 20px;
    padding-left: 10px;
}
.form_sxcl_xq dd i{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #1595DE;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    margin-right: 5px;
}
.form_sxcl_xq dd span{
    font-size: 15px;
    color: #1595dc;
}

.form_sxcl_jjlc{
    width: 100%;
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.form_sxcl_jjlc dd{
    width: 25%;
    text-align: center;
    display: flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
}
.form_sxcl_jjlc dd img{
    height: 48px;
}

.form_sxcl_jjlc dd span{
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #1595dc;
}


.login_layer{
    width: 100%;
    position: fixed;
    height: 100%;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    z-index: 999;
}
.login_layer_m{
    width: 100%;
    max-width: 760px;
    height: 100%;
    margin: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.login_layer_div{
    width: 90%;
    background: #ffffff;
    border-radius: 4px;
    padding: 15px;
}
.login_layer_a{
    width: 100%;
    text-align: center;
    line-height: 30px;
    color: #000000;
    font-size: 18px;
    border-bottom: solid 1px #cccccc;
    padding-bottom: 10px;
}
.login_layer_b dd{
    width: 100%;
    margin-top: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.login_layer_b dd span{
    font-size: 14px;
}
.login_layer_b dd .but_button{
    width: 100%;
    height: 40px;
    color: #ffffff;
    font-size: 14px;
    background: #1595DC;
    border: none;
    border-radius: 4px;
}

.login_layer_input{
    width: 80%;
    border: solid 1px #eeeeee;
    position: relative;
}
.login_layer_input .login_input{
    width: 100%;
    height: 40px;
    border: none;
    padding: 0 10px;
    font-size: 14px;
}

.code_but{
    width: 34%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #1595DC;
    color: #ffffff;
    font-size: 12px;
    border: none;
}
.disabled{
    background: #999999;
}

.statuscode{
    width: 100%;
    text-align: center;
    padding: 50px 10px;
}
.statuscode span{
    display: block;
    font-size: 14px;
    color: #999999;
}

.footer-cont{
    display: none;
    width: 100%;
    text-align: center;
    padding: 20px 10px;
}
.footer-cont span{
    display: block;
    font-size: 14px;
    color: #999999;
}

/*协议弹层*/
/*二维码弹出层*/
.xieyi_butt{  cursor: pointer;}
.xieyi_show{
    width: 100%; height: 100%; top: -100%; opacity: 0; left: 0; background: rgba(0,0,0,0.7); position: fixed; z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.xieyi_active{ top: 0; opacity: 1;}
.xieyi_text{ display: inline-block; height: 100%; background: #ffffff; padding:20px 10px; overflow-y: auto; font-size: 14px; line-height: 24px;}

.xieyi_tar{ position: absolute; right: 20px; top: 10px;  width: 30px; height: 30px; z-index: 99999; cursor: pointer; }
.xieyi_tar .bari{ width: 30px; height: 2px; display: block; background: #000000; margin: 6px 0;
    border-radius: 25px;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.xieyi_tar .bari:nth-of-type(1) {
    -webkit-transform: translateY(13.5px) rotate(-40.5deg);
    -ms-transform: translateY(13.5px) rotate(-40.5deg);
    transform: translateY(8px) rotate(-40.5deg);
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.xieyi_tar .bari:nth-of-type(2) {
    opacity: 0;
}
.xieyi_tar .bari:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    -ms-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.xieyi_text_title{
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 22px;
    margin-bottom: 15px;
    border-bottom: solid 1px #efefef;
    padding-bottom: 15px;
}
.xieyi_text_info{
    width: 100%;
}

.xieyi_text_but{
    border-top: solid 1px #efefef;
    padding-top: 15px;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.xieyi_text_but button{
    margin: 0 10px;
    font-size: 14px;
    width: 100px;
    height: 36px;
    border: none;
}
.xieyi_text_but button:nth-child(1){
    background: #1595DC;
    color: #ffffff;
}
.xieyi_text_but button:nth-child(2){
    background: #999999;
    color: #ffffff;
}

.search-pagination{ width:100%; margin:30px auto;}
.search-pagination .pagination{ width: 100%; text-align: center; display: block !important;}
.search-pagination .pagination>li{ margin: 0 5px; display: inline-block;}
.search-pagination .pagination>li a{ float: none; display: block; padding: 2px 8px; color: #555; border: solid 1px #cccccc; border-radius: 0;}
.search-pagination .pagination>li a:hover{ background-color:#1595DC;     border-color: #1595DC; color: #fff;}
.search-pagination .pagination>li.active{ background:#1595DC;}
.search-pagination .pagination>li.active a{ color:#fff; background-color:#1595DC;     border-color: #1595DC;}