@charset "utf-8";
@media (max-width: 1600px) {
  html {
    font-size: 15px;
  }
  .nav_menu li {
    padding: 0 30px;
  }
  .login_box {
    width: 60%;
  }
  .sign_form {
    padding: 40px 20px;
  }
  .sign_form .form-group {
    padding: 0 0 20px;
  }
  .sign_form .form-group .form-control {
    width: 240px;
  }
  .sign_form .form-group label {
    width: 130px;
  }
  .sign_form .form-group.photo .tips {
    width: 170px;
  }
  .sign_form .pwd .tips {
    width: 100%;
  }
  .footer .left .ll {
    width: 250px;
    padding-right: 10px;
  }
  .footer .list15 li a {
    padding: 0 5px;
    height: 40px;
  }
  .footer .center {
    width: 280px;
  }
  .footer .list16 li {
    width: 60px;
    margin-left: 10px;
  }
  .footer .list16 li .img img {
    width: 60px;
    height: 60px;
  }
  .nav_menu2 li {
    padding: 0 10px;
  }
  .left_nav {
    width: 240px;
  }
  .left_nav h2 p {
    font-size: 1.5rem;
  }
  .right_con {
    width: calc(100% - 260px);
  }
  .reg_box {
    width: 60%;
  }
}

@media (max-width: 1300px) {
  .login_box {
    width: 80%;
  }
  .sign_form {
    padding: 40px 5%;
  }
  .sign_form .form-group {
    width: 100%;
    float: none;
  }
  .sign_form .form-group label {
    width: 100%;
    float: none;
    text-align: left;
  }
  .sign_form .form-group .form-control {
    width: 100%;
    margin-left: 0;
  }
  .sign_form .form-group2 .form-control {
    width: 100% !important;
  }
  .sign_form .pwd .tips {
    position: relative;
  }
  .sign_form .yzm-group .form-control {
    width: 150px;
  }
  .sign_form .button_list .btn {
    width: 130px;
  }
  .footer .container {
    flex-wrap: wrap;
  }
  .footer .left {
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
  }
  .footer .center {
    margin: 0 auto;
  }
  .footer .right {
    float: left;
  }
  .list_header .logo {
    float: none;
  }
  .list_header .logo img {
    height: 70px;
  }
  .list_header .top_user {
    top: 30px;
  }
  .nav_menu {
    width: 100%;
    float: none;
  }
  .nav_menu li {
    padding: 0;
    width: 12.5%;
    text-align: center;
    line-height: 40px;
  }
  .pwd_form {
    padding: 60px 10%;
  }
  .pwd_form .btn {
    margin-left: 260px;
  }
}

@media (max-width: 1280px) {
  .header {
    padding: 10px 0;
  }
  .header .logo {
    margin: 0;
  }
  .header .logo img {
    height: 70px;
  }
  .login_box {
    width: 100%;
  }
  .list_header .top_user {
    right: 80px;
    top: 20px;
  }
  /* 手机导航 */
  .nav_menu {
    margin: 0;
    position: absolute;
    right: 30px;
    top: 0px;
    background: none;
    width: auto;
    height: auto;
    z-index: 999;
  }
  .nav_menu .menuBtn {
    display: block;
    width: 30px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 9;
    padding-top: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .nav_menu .menuBtn b {
    display: block;
    height: 3px;
    background-color: #193e82;
    margin-bottom: 5px;
    border-radius: 2px;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
  }
  .nav_menu .menuBtn2 {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
  }
  .nav_menu .navbar_nav {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    display: block;
    background: #fff;
    z-index: 99;
    width: 100%;
    height: 100%;
    padding: 30px 3%;
    left: 0;
    top: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .nav_menu .navbar_nav li {
    float: none;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    text-align: left;
  }
  .nav_menu .navbar_nav a {
    font-weight: normal !important;
    background: none !important;
    border-bottom: none !important;
  }
  .nav_menu .navbar_nav a:after {
    display: none !important;
  }
  body.side-right {
    overflow: hidden;
  }
  body.side-right .nav_menu .navbar_nav {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
  body.side-right .nav_menu .menuBtn {
    display: none;
  }
  body.side-right .nav_menu .menuBtn2 {
    position: fixed;
    opacity: 1;
    visibility: visible;
    z-index: 99999;
    top: 30px;
    right: 3%;
  }
  body.side-right .nav_menu .menuBtn b {
    display: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
  }
  body.side-right .nav_menu .menuBtn b:first-child {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  body.side-right .nav_menu .menuBtn b:last-child {
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  /* 手机导航 */
  .list-page {
    padding: 20px 0 40px;
  }
  .left_nav {
    width: 100%;
    float: none;
    padding: 20px 0;
    background: none;
  }
  .left_nav h2 {
    display: none;
  }
  .left_nav .phone_column {
    display: block;
    line-height: 24px;
    text-align: left;
    background: #016db5;
    background-size: 100% 100%;
    position: relative;
  }
  .left_nav .phone_column p {
    font-size: 1.25rem;
    font-weight: bold;
    color: #feffff;
    padding: 15px;
    background: none;
  }
  .left_nav .phone_column em {
    display: block;
    width: 40px;
    height: 100%;
    background: url(../images/phone-sidemenu.png) center no-repeat;
    background-size: auto 40%;
    position: absolute;
    top: 0;
    right: 15px;
  }
  .left_nav .sideMenu {
    display: none;
    padding: 10px;
    background: #f1f2f1;
  }
  .left_nav .sideMenu li {
    margin-bottom: 10px;
  }
  .left_nav .sideMenu li > a {
    padding: 10px;
  }
  .left_nav .sideMenu li > a p {
    font-size: 1rem;
  }
  .left_nav .sideMenu dl {
    padding: 10px 0 10px 10px;
    margin: 0;
  }
  .left_nav .sideMenu dl dd a {
    font-size: 0.875rem;
  }
  .right_con,
  .right_con2 {
    width: 100%;
    float: none;
  }
  .location {
    padding: 0 10px;
  }
  .reg_box {
    width: 70%;
  }
}

@media (max-width: 992px) {
  .index_page:before {
    width: 100%;
    background: url(../images/index_left.png) center no-repeat;
    background-size: cover;
  }
  .search_list table {
    display: none;
  }
  .list_table {
    display: block;
  }
  .list_table {
    padding: 15px 5%;
  }
  .list_table .box {
    position: relative;
    background: url(../images/list_right_bg.png) right bottom no-repeat #fff;
    background-size: cover;
    box-shadow: 0 0 10px 0 #ccc;
    margin-bottom: 20px;
    padding: 20px;
  }
  .list_table .line {
    overflow: hidden;
    padding: 5px 0;
    line-height: 22px;
  }
  .list_table .line h2 {
    font-size: 1rem;
    font-weight: bold;
    float: left;
    width: 80px;
    color: #4185d3;
    text-align: left;
    position: relative;
    line-height: 22px;
  }
  .list_table .line .info {
    float: right;
    width: calc(100% - 90px);
  }
  .list_table .line table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1rem;
    line-height: 22px;
  }
  .list_table .line table th,
  .list_table .line table td {
    border: 1px solid #cccccc;
    padding: 5px;
    text-align: center;
  }
  .list_table .line table .radio-inline {
    padding: 0;
  }
  .list_table .line table .radio-inline.disable input {
    background: #ccc;
  }
  .list_table .line .sub {
    cursor: pointer;
    width: 80px;
    height: 30px;
    line-height: 30px;
    background: #2165bc;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    margin: 10px auto;
  }
  .right_con2 .list_table {
    padding: 15px 1%;
  }
  .right_con2 .location h2 {
    font-size: 1.25rem;
  }
  .pwd_form .yzm-group img,
  .pwd_form .yzm-group p {
    margin-top: 5px;
  }
  .pwd_form .btn {
    margin: 20px auto 0;
  }
  .reg_box {
    width: 90%;
    margin: 30px auto;
    float: none;
  }
  .reg_box .login_box {
    padding: 30px;
  }

  .jrqd .item .text{
    width:calc(100% - 160px);
  }
  .jrqd .item .pic{
    width:150px;
  }
}

@media (max-width: 768px) {
  .footer .left {
    flex-wrap: wrap;
  }
  .footer .left .ll,
  .footer .left .rr {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0;
    margin: 0 0 10px 0;
  }
  .footer .left .ll:before {
    display: none;
  }
  .footer .left .ll img {
    width: 240px;
  }
  .footer .right {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .footer .list16 {
    margin: 0 auto;
    width: 240px;
  }
  .footer .list16 li {
    margin: 0 5px;
  }
  .footer .list16 li .img img {
    width: 50px;
    height: 50px;
  }
  .sqgw_model {
    width: 80%;
    padding: 40px 20px 20px;
  }
  .pwd_form {
    padding: 40px 5%;
  }
}

@media (max-width: 600px) {
  html {
    font-size: 12px;
  }
  .header .logo img {
    height: 45px;
  }
  .list_header .logo img {
    height: 45px;
  }
  .list_header .top_user {
    right: 0;
    font-size: 1rem;
    top: 0;
    padding-left: 20px;
    background: url(../images/people_ico.png) left center no-repeat;
    background-size: 15px;
  }
  .list_header .nav_menu2 {
    top: 5px;
    right: 0;
  }
  .login_box {
    padding: 20px 15px;
  }
  .login_box .form-group {
    line-height: 30px  !important;
  }
  .login_box .form-group label {
    float: none;
    width: 100%;
    text-align: left;
  }
  .login_box .form-group .form-control {
    margin-left: 0;
    float: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
  .login_box .yzm {
    margin-top: 10px;
  }
  .login_box .button_list .btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
  }
  .list_page .sign_column {
    height: 40px;
    line-height: 40px;
    font-size: 1.35rem;
  }
  .sign_form .form-group {
    line-height: 30px;
    padding-bottom: 15px;
  }
  .sign_form .form-group label {
    font-size: 1rem;
  }
  .sign_form .form-group .form-control {
    height: 30px;
    line-height: 30px;
    font-size: 1rem;
  }
  .sign_form .form-group2 .form-control{
    height:80px;
  }
  .sign_form .form-group .radio-inline input {
    margin-top: 8px;
  }
  .sign_form .yzm-group .form-control {
    width: 100%;
  }
  .sign_form .yzm-group img,
  .sign_form .yzm-group p {
    margin-top: 5px;
    margin-left: 5px;
  }
  .sign_form .button_list .btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
  }
  .sqgw_btn {
    padding: 20px 0;
  }
  .search_box {
    padding: 0 10px;
  }
  .search_box .form-group {
    line-height: 30px;
  }
  .search_box .form-group label {
    float: none;
    width: 100%;
    text-align: left;
  }
  .search_box .form-group .form-control {
    margin-left: 0;
    float: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
  .sqgw_btn p {
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
  }
  .list_table {
    padding: 15px 3% !important;
  }
  .list_table .box {
    padding: 20px 15px;
  }
  .pwd_form {
    line-height: 40px;
    padding: 40px 3%;
  }
  .pwd_form .form-group label {
    text-align: left;
    float: none;
    width: 100%;
  }
  .pwd_form .form-group .form-control {
    float: none;
    margin: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
  .pwd_form .yzm-group img,
  .pwd_form .yzm-group p {
    margin-left: 5px;
  }
  .pwd_form .btn {
    height: 40px;
    line-height: 40px;
    width: 120px;
    margin: 10px auto;
  }
  .reg_box {
    width: 98%;
  }
  .reg_box .reg_nav {
    margin-bottom: 20px;
  }
  .reg_box .reg_nav li {
    padding: 10px;
    font-size: 1rem;
    line-height: 22px;
  }
  .reg_box .login_box {
    padding: 20px;
  }
  .reg_box .login_box .getcode {
    margin: 10px auto;
    float: none;
  }
  .reg_box .second .form-group label {
    width: 100%;
  }
  .reg_box .second .form-group .form-control {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .reg_box .login_box .form-group.photo .tips {
    width: calc(100% - 150px);
  }
  .registe .yzm-group .form-control{
    width:160px;
  }
  .registe .yzm-group .btn{
    width:80px;
    height:30px;
    line-height:30px;
    margin-top:0;
  }
  .change_pwd .yzm-group .form-control{
    width:160px;
    float: left;
  }
   .change_pwd .yzm-group .btn{
    width:80px;
    height:30px;
    line-height:30px;
    margin-top:0;
  }
.jrqd{
  padding:0 20px;
}
   .jrqd .item .text{
    width:100%;
  }
  .jrqd .item .text li span,
  .jrqd .item .text li p{
    display:block;
    float:none;width:100%;
  }
  .jrqd .item .text li span{
    font-weight:bold;
  }
  
  .jrqd .item .pic{
    width:100%;
  }
  .jrqd .item .pic li{
    padding:10px 0;
    width:50%;
    margin:0;
    text-align:center;
  }
}

@media (max-width: 420px) {

  .jrqd .item .pic li{
    padding:10px 0;
    width:100%;
    margin:0;
    text-align:center;
  }
}