﻿﻿@charset "UTF-8";
/**!
* 在线咨询
* date: 2021-07-31
* author: wangkai;
*/
.loc {
  padding: 17px 0 17px 27px;
  line-height: 25px;
  color: #999;
  background: url("../images/address_icon.png") no-repeat 2px center;
}

.loc-href {
  color: #999;
}

.loc-cur {
  color: #015293;
}

.main {
  margin-bottom: 45px;
}

.sec-nav {
  width: 206px;
}

.sec-nav-tt {
  height: 68px;
  line-height: 68px;
  margin-bottom: 4px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: url("../images/list_bg.jpg") no-repeat;
  background-size: 100% 100%;
}

.sec-nav-list {
  padding: 0 20px;
}

.sec-nav-item {
  min-height: 50px;
  line-height: 49px;
  font-size: 16px;
  border-bottom: 1px dashed #d5dae4;
  text-align: center;
}

.sec-nav-item a {
  display: block;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sec-nav-item:hover a {
  color: #015293;
}

.sec-nav-item.active a {
  color: #015293;
  font-weight: bold;
  font-size: 18px;
}

.menu {
  min-height: 632px;
  padding-bottom: 30px;
}

.box-shadow {
  box-shadow: 0px 0px 7px 0px rgba(79, 113, 157, 0.16);
}

.query {
  margin: 33px 20px 0 20px;
}

.query-txt {
  margin-bottom: 16px;
  padding-left: 8px;
  width: 100%;
  height: 32px;
  line-height: 30px;
  border: 1px solid #d5dae4;
  border-radius: 4px;
  font-size: 15px;
  transition: border 0.2s ease-out;
}

.query-txt:focus {
  border: 1px solid #015293;
}

.query-btn {
  display: block;
  width: 100%;
  height: 32px;
  border-radius: 4px;
  font-size: 15px;
  color: #fff;
  background: #015293;
  cursor: pointer;
}

/* 公众监督 */
.supervise {
  margin-top: 23px;
  min-height: 377px;
  padding: 5px 14px 50px 14px;
  background: url("../images/supervise_bg.jpg") center bottom no-repeat;
  background-size: 100% auto;
}

.supervise-hd {
  height: 51px;
  line-height: 50px;
  border-bottom: 1px solid #d5d9e4;
}

.supervise-tt {
  position: relative;
  float: left;
  padding-left: 33px;
  font-size: 18px;
  font-weight: bold;
  background: url("../images/supervise_icon.png") 1px center no-repeat;
}

.supervise-tt::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -1px;
  width: 25px;
  height: 1px;
  background: #015293;
}

.supervise-bd {
  padding: 11px 0 0 2px;
}

.supervise-node {
  margin-top: 20px;
  vertical-align: top;
  line-height: 20px;
  font-size: 16px;
}

.supervise-node:first-child {
  margin-top: 0;
}

/* 右侧 */
.right-box {
  margin-left: 28px;
  width: calc(100% - 206px - 28px);
  padding-top: 41px;
  min-height: 966px;
  padding-bottom: 30px;
}

.form-node {
  margin-top: 28px;
  font-size: 18px;
}

.form-node:first-child {
  margin-top: 0;
}

.form-type {
  float: left;
  width: 185px;
  text-align: right;
  height: 50px;
  line-height: 50px;
  color: #8e8c8c;
}

.form-wrap {
  position: relative;
  margin: 0 86px 0 205px;
}

.form-txt {
  width: 100%;
  height: 50px;
  line-height: 48px;
  border-radius: 4px;
  border: 1px solid #d5dae4;
  padding-left: 20px;
  transition: border 0.2s ease-out;
}

.form-txt.code {
  width: calc(100% - 146px);
}

.form-txt:focus {
  border: 1px solid #015293;
}

.radio-node {
  float: left;
  margin-left: 76px;
  height: 40px;
  line-height: 40px;
}

.radio-node:first-child {
  margin-left: 0;
}

.radio-node .iradio {
  margin-top: 7px;
}

.form-area {
  width: 100%;
  height: 171px;
  border-radius: 4px;
  border: 1px solid #d5dae4;
  text-indent: 20px 0;
  padding: 12px;
  line-height: 24px;
  resize: none;
  transition: border 0.2s ease-out;
}

.form-area:focus {
  border: 1px solid #015293;
}

.code-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 126px;
  height: 50px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}

.code-img img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.form-sel {
  width: 100%;
  height: 50px;
  line-height: 48px;
  border-radius: 4px;
  border: 1px solid #d5dae4;
  padding-left: 15px;
}

.form-node.check .form-type {
  height: 40px;
  line-height: 40px;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #c7c3c3;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #c7c3c3;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #c7c3c3;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #c7c3c3;
}

.form-node .chosen-container {
  width: 100%;
  height: 50px;
  line-height: 50px;
}

.form-node .chosen-container-single .chosen-single {
  padding: 0 0 0 20px;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #d5dae4;
  box-shadow: none;
  font-size: 18px;
  color: #333;
}

.form-node .chosen-container-single .chosen-default {
  color: #533737;
}

.form-node .chosen-container-single .chosen-single.cur {
  color: #333;
}

.form-node .chosen-container-active.chosen-with-drop .chosen-single {
  border-radius: 4px;
  border: 1px solid #d5dae4;
}

.form-node .chosen-container-single .chosen-single span {
  margin-right: 39px;
  height: 48px;
  line-height: 48px;
}

.form-node .chosen-container-single .chosen-single div {
  width: 39px;
  padding: 0;
}

.form-node .chosen-container-single .chosen-single div b {
  width: 39px;
  height: 48px;
  background: url("../images/sel_ico1.png") left center no-repeat;
}

.form-node .chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url("../images/sel_ico1_cur.png") left center no-repeat;
}

.form-node .chosen-container-single .chosen-drop {
  top: 52px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.form-node .chosen-container .chosen-search {
  display: none;
}

.form-node .chosen-container .chosen-results {
  margin: 0;
  padding: 10px;
  color: #676767;
}

.form-node .chosen-container .chosen-results li {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 30px;
  font-size: 16px;
}

.form-node .chosen-container .chosen-results li.highlighted {
  color: #fff;
  background-color: #015293;
}

.form-btns {
  margin-top: 45px;
  text-align: center;
  font-size: 0;
  -webkit-text-size-adjust: none;
}

.form-btns button {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  width: 150px;
  height: 50px;
  font-size: 20px;
  border-radius: 4px;
  cursor: pointer;
}

.send-out {
  border: 1px solid #015293;
  background: #015293;
  color: #fff;
}

.rewrite {
  border: 1px solid #015293;
  background: #fff;
  color: #015293;
}

label.error {
  position: absolute;
  top: 50px;
  right: 0;
  height: 26px;
  line-height: 26px;
  padding-left: 28px;
  color: #d20e0e;
  background: url("../images/popup/wrong.png") left center no-repeat;
}

label.valid {
  background: none;
}

input.error,
textarea.error,
select.error {
  border: 1px solid #d20e0e;
}

#gender-error {
  width: 675px;
  left: 5px;
  top: 30px;
}

#content-error {
  top: 171px;
}

.error + .chosen-container .chosen-single {
  border: 1px solid #d20e0e !important;
}

.valid + .chosen-container .chosen-single {
  border: 1px solid #d5dae4 !important;
}

/* 1200以下 */
@media (max-width: 1199px) {
  .form-type {
    width: 150px;
  }
  .form-wrap {
    margin: 0 40px 0 160px;
  }
}

/* 979 */
@media (max-width: 979px) {
  .form-type {
    width: 130px;
  }
  .form-wrap {
    margin: 0 20px 0 140px;
  }
}

/* 767 */
@media (max-width: 767px) {
  .sec-nav,
  .right-box {
    float: none;
    width: 100%;
    margin: 0;
    height: auto;
  }
  .right-box {
    margin-top: 20px;
    padding: 20px 10px;
  }
  .form-type {
    float: none;
    display: block;
    text-align: left;
  }
  .form-wrap {
    margin: 0;
  }
  .form-node {
    margin-top: 0;
  }
  .form-node.check .form-type {
    height: 50px;
    line-height: 50px;
  }
  .form-btns button {
    margin: 0 10px;
    width: 116px;
  }
}

.sec-nav .wb-tree {
    padding: 0 20px;
}

.sec-nav .wb-tree-items {
    /*padding-right: 5px;*/
    border-bottom: 1px dashed #d5dae4;
}

.sec-nav .wb-tree-items.active .sec-nav-box {
    color: #015293;
    font-weight: bold;
}

.sec-nav .wb-tree-items.hasChild .wb-tree-iconr {
    display: inline-block;
}

.sec-nav .wb-tree-items.current .wb-tree-tt {
    color: #015293;
    font-weight: bold;
}

.sec-nav .wb-tree-items.current .wb-tree-sub {
    display: block;
}

.sec-nav .wb-tree-items.current .wb-tree-iconr {
    background-image: url("../images/list_jiaoh.png");
}

.sec-nav .wb-tree-item.hasChild .wb-tree-icontr {
    display: inline-block;
}

.sec-nav .wb-tree-item.current .wb-tree-fours {
    display: block;
}

.sec-nav .wb-tree-item.current .wb-tree-icontr {
    background-image: url("../images/list_jiaoh.png");
}

.sec-nav .wb-tree-item.current .wb-tree-child {
    color: #015293;
}

.sec-nav .wb-tree-node {
    padding: 14px 0;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.sec-nav .wb-tree-tt {
    display: inline-block;
    width: calc(100% - 25px);
    line-height: 20px;
    padding-left: 27px;
    font-size: 16px;
    color: #333;
    vertical-align: middle;
    background: url("../images/dianh.jpg") no-repeat 7px center;
}

.sec-nav .wb-tree-iconr,
.sec-nav .wb-tree-icontr {
    display: none;
    width: 25px;
    height: 12px;
    background: url("../images/list_jiao.png") no-repeat right center;
    vertical-align: middle;
    cursor: pointer;
}

.sec-nav .wb-tree-sub {
    display: none;
    margin-top: 2px;
    border-radius: 5px;
    padding-bottom: 10px;
}

.sec-nav .wb-tree-sub .wb-tree-item:last-child {
    border-bottom: none;
}

.sec-nav .wb-tree-node1 {
    padding: 5px 15px 0 32px;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.sec-nav .wb-tree-child {
    display: inline-block;
    width: calc(100% - 25px);
    line-height: 20px;
    font-size: 14px;
    color: #6c727f;
    vertical-align: top;
}

.sec-nav .wb-tree-child.current {
    color: #c71c21;
}

.sec-nav .wb-tree-fours {
    display: none;
    padding: 5px 0;
}

.sec-nav .wb-tree-four {
    line-height: 16px;
    padding: 4px 20px 0 40px;
    font-size: 12px;
}

.sec-nav .wb-tree-four>a {
    color: #666;
}

.sec-nav .wb-tree-four>a.current {
    color: #015293;
}

.supervise-node a{
  color: #333;
}

.supervise-node a:hover{
  color: #015293;
}

.form-txt.pwd {
  width: calc((100% - 246px)/2);
}

.form-type.l{
  float: left;
}

.str{
  float: left;
  color: #8e8c8c;
  margin-left: 95px;
}