*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;

  border: medium none;
  margin: 0;
  padding: 0;
}

body {
  font-size: 15px;
  color: #333;
}

em {
  font-style: normal;
}

ul,
ol {
  list-style: none;
}

*:focus {
  outline: none;
}

a {
  color: #333;
  text-decoration: none;
}

/*浮动 清除浮动*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.cf:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}

.cf {
  zoom: 1;
}

/*显示 隐藏*/
.hide {
  display: none;
}

.block {
  display: block;
}

/* 背景色 */
.gray {
  background-color: #f6f6f6;
}

.white {
  background-color: #fff;
}
.red,
.red a {
  color: #e6091a;
}
.blue,
.blue a {
  color: #235ec5;
}
.blod {
  font-weight: 600;
}
.udl {
  text-decoration: underline;
}
.anchor {
  display: block;
  position: relative;
  top: -1rem;
  visibility: hidden;
}
/* 遮罩 */
#mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
/* 弹出框样式 */
#pop_div {
  width: 500px;
  height: 200px;
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  margin-top: -100px;
  z-index: 999;
  border-radius: 8px;
}

/* 主体 */
@media screen and (max-device-width: 1100px) {
  .main {
    width: 1100px !important;
    margin: 0px auto;
  }
}

.main {
  width: 100%;
}

.banner {
  width: 100%;
  height: 450px;
  background: url(bannern.png) no-repeat top center;
  background-size: 1920px 450px;
}
.banner_container {
  position: relative;
  width: 1100px;
  height: 450px;
  margin: 0px auto;
}
.lean_more {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 140px;
  height: 48px;
  /* background: url(more.png) no-repeat; */
  background-size: 140px 48px;
  color: #b5dbff;
  font-size: 18px;
  text-align: center;
  padding-left: 20px;
}
.lean_more span {
  line-height: 48px;
}
.more_detail {
  display: none;
  width: 1100px;
  height: 112px;
  font-weight: 400;
  line-height: 30px;
  color: #b5dbff;
  font-size: 20px;
  background-color: #004280;
  position: absolute;
  top: 64px;
  line-height: 40px;
  padding: 16px 40px;
  text-align: center;
}
.triangle {
  display: none;
  position: absolute;
  top: 54px;
  right: 40px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #004280;
}
.banner_btn {
  position: absolute;
  top: 309px;
  left: 320px;
  width: 216px;
  height: 43px;
  border-radius: 6px;
  background-color: #235ec5;
  padding: 0px 30px;
  margin: 0px auto;
}
.banner_btn a {
  color: #fff;
  font-size: 18px;
  line-height: 43px;
}
.banner_btn a:hover {
  color: #fff;
}
.banner_btn span {
  display: inline-block;
}
.banner_btn span:first-child {
  /* background: url(phone.png) no-repeat; */
  height: 24px;
  width: 24px;
  background-size: 24px 24px;
  margin: 9px 10px 0px 0px;
}
.banner_btn span:last-child {
  color: #fff;
  font-size: 18px;
  line-height: 43px;
  margin: 0px 0px 0px 10px;
}

.banner_btn2 {
  position: absolute;
  top: 309px;
  left: 570px;
  width: 280px;
  height: 43px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0px 20px;
  margin: 0px auto;
}
.banner_btn2 a {
  color: #235ec5;
  font-size: 18px;
  line-height: 43px;
}
.banner_btn2 a:hover {
  color: #235ec5;
}
.banner_btn2 span {
  display: inline-block;
}
.banner_btn2 span:first-child {
  /* background: url(building.png) no-repeat; */
  height: 24px;
  width: 24px;
  background-size: 24px 24px;
  margin: 9px 10px 0px 0px;
}
.banner_btn2 span:last-child {
  color: #235ec5;
  font-size: 18px;
  line-height: 43px;
  margin: 0px 0px 0px 10px;
}

/* 二维码提示框 */
.vrcode_box {
  display: none;
  width: 1100px;
  margin: 0px auto;
  position: relative;
}
.vrcode {
  position: absolute;
  top: 282px;
  left: 552px;
  z-index: 1000;
  width: 490px;
  height: 316px;
  background: #ffffff;
  border: 1px solid #235ec5;
  box-shadow: 0px 3px 12px rgba(69, 110, 182, 0.16);
  padding: 20px;
}
.vrcode:after {
  content: "";
  position: absolute;
  top: 38px;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
}
.vrcode:before {
  content: "";
  position: absolute;
  top: 38px;
  left: -11px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #004280;
}
.vrcode p {
  width: 450px;
  height: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}
.vrcode .ydd {
  color: #235ec5;
}
.each_code {
  width: 100px;
  height: 140px;
  margin: 20px 0px;
  margin-right: 10px;
  display: inline-block;
}
.each_code:nth-child(5) {
  margin-right: 0px;
}
.code {
  width: 100px;
  height: 100px;
}
.code_title {
  display: inline-block;
  width: 100px;
  height: 30px;
  margin: 10px 0px;
  line-height: 15px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}
.code_describe {
  display: inline-block;
  width: 450px;
  height: 60px;
  background: #f0f0f0;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  padding: 10px 20px;
  text-align: center;
}
/* 二维码提示框 end */

/* 应用提示 */
.notice {
  width: 1100px;
  height: 80px;
  margin: 40px auto;
}
.notice_left {
  width: 80px;
  height: 80px;
  background: #235ec5;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 8px;
  padding: 10px 0px 0px 14px;
}
.notice_middle {
  width: 976px;
  height: 80px;
  background-color: rgba(35, 94, 197, 0.1);
}
.noticeBox {
  width: 930px;
  height: 80px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.noticeBox .noticeList {
  position: absolute;
  top: 0px;
  width: 910px;
}
.noticeBox .noticeList .eachNotice {
  width: 900px;
  height: 60px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 400;
  color: #235ec5;
  margin: 10px 0px 10px 10px;
}
.upDown {
  width: 40px;
  height: 80px;
  display: inline-block;
  position: relative;
}
.prveN,
.nextN {
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  color: #235ec5;
}
.prveN {
  position: absolute;
  top: 0px;
  left: 0px;
}
.nextN {
  position: absolute;
  top: 40px;
  left: 0px;
}
.notice_right {
  width: 40px;
  height: 80px;
  background: #235ec5;
  margin-left: 4px;
  font-size: 14px;
  padding: 8px 14px;
  line-height: 16px;
}
.notice_right a {
  color: #fff;
}
/* 应用提示 end */

.nav {
  position: relative;
  z-index: 999;
  margin: -65.5px auto 0 auto;
}
.navList {
  width: 1100px;
  height: 65.5px;
  margin: 0px auto;
}
.navList li {
  width: 183px;
  line-height: 65.5px;
  text-align: center;
  font-size: 20px;
}
.navList li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.navList .active a {
  font-weight: 600;
}
.navList .active {
  position: relative;
}
.navList .active {
  background-color: #235ec5;
}
.navList .active:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  left: 38%;
  bottom: 0;
  background-color: #235ec5;
}

.nav_active {
  position: fixed;
  top: 0;
left:0;
right:0;
  background-color: #1140a8;
  box-shadow: 0px 3px 12px rgba(69, 110, 182, 0.16);
  margin-top: 0px !important;
}
.nav_active .navList {
  border-bottom: none;
}
.nav_active .navList li a {
  color: #d3dff3;
}
.nav_active .navList li a:hover {
  color: #fff;
}
.nav_active .navList .active {
}

.gxjs_lunbo {
  width: 1100px;
  margin: 0px auto;
  overflow: hidden;
}
.gxjs_ul {
  width: 3360px;
  height: 290px;
  margin: 20px 0px;
  padding: 20px 10px;
}
.gxjs_li {
  width: 348px;
  height: 250px;
  background: #ffffff;
  box-shadow: 0px 3px 10px rgba(69, 110, 182, 0.16);
  border-radius: 4px;
  margin-right: 20px;
  position: relative;
}
.gxjs_circle {
  position: absolute;
  top: 40px;
  left: 130px;
  display: inline-block;
  width: 72px;
  height: 72px;
  background: rgba(69, 111, 255, 0.1);
  border-radius: 50%;
}
.gxjs_li img {
  position: absolute;
  top: 50px;
  left: 150px;
  display: inline-block;
  width: 70px;
  height: 70px;
}
.gxjs_text {
  display: block;
  width: 200px;
  height: 60px;
  margin: 0px auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #000000;
  margin-top: 150px;
}
#yhzc_hover {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
  background-color: #fff;
  width: 320px;
  padding: 16px;
  font-size: 16px;
  color: #235ec5;
  border: 1px solid #235ec5;
  box-shadow: 0px 3px 30px rgba(69, 110, 182, 0.16);
}
.gxjs_hidden {
  display: none;
}
.yd_box {
  width: 48px;
  margin: 0px auto;
}
.yd_box span {
  margin-right: 14px;
}
.yd_box span:last-child {
  margin-right: 0px;
}
.yd_box .yd {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(35, 94, 197, 0.1);
  cursor: pointer;
}
.yd_box .active {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #235ec5;
}

.sec3 {
  /* background: url(sltj_bg.png) no-repeat center bottom; */
  background-size: 1920px 509px;
  background-color: #f8f8f8;
}
.sec5 {
  width: 100%;
  background: #f8f8f8;
}
.sec7 {
  margin-bottom: 40px;
}

.container {
  width: 1100px;
  margin: 0 auto;
  padding: 20px 0px 20px 0px;
}
.title {
  width: 500px;
  margin: 0px auto;
  padding-top: 90px;
  text-align: center;
}

.title_text {
  width: 100%;
  height: 40px;
}
.title_text a {
  position: relative;
}
.title_text a:after {
  content: "";
  position: absolute;
  top: 22px;
  left: -37px;
  width: 20px;
  height: 4px;
  background: #235ec5;
}
.title_text a:before {
  content: "";
  position: absolute;
  top: 22px;
  right: -40px;
  width: 20px;
  height: 4px;
  background: #235ec5;
}
.title_text a {
  font-size: 36px;
  font-weight: bold;

  line-height: 40px;
}
.title_text a:hover {
  color: #1140a8;
}
.title .describe {
  width: 100%;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #656565;
  text-align: center;
  margin-top: 10px;
}
.title2 {
  margin-top: 40px;
  height: 50px;
  border-bottom: 2px solid #235ec5;
}
.title2 .title2_text {
  height: 30px;
  border-left: 4px solid #235ec5;
  padding-left: 20px;
}
.title2 a {
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
  color: #000000;
}
.title2 a:hover {
  color: #000000;
}
.title2_des {
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #000000;
  margin: 30px 0px;
}
.area_btn {
  display: block;
  width: 240px;
  height: 30px;
  margin: 40px auto;
  border: 1px solid #235ec5;
  box-shadow: 0px 4px 14px 0px rgb(35 94 197 / 20%);
  border-radius: 4px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.current_area {
  display: inline-block;
  height: 30px;
  position: relative;
}
.area_btn::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 20px;
  top: 4px;
  left: 20px;
  /* background: url(Vector.png); */
  background-size: 16px 20px;
}
.area_btn::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333;
}
.area_btn:hover .current_area {
  color: #235ec5;
}
.area_btn:hover::after {
  border-top: 6px solid #235ec5;
}

.data_box {
  width: 1070px;
  font-size: 16px;
  margin: 30px 0px 90px 30px;
  padding: 30px 30px 30px 60px;
  border-radius: 6px;
  box-shadow: 0px 4px 14px 0px rgb(35 94 197 / 20%);
  position: relative;
}
.data_box::before {
  content: "";
  position: absolute;
  top: 28%;
  left: -30px;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #e8eef9;
}
.data_box::after {
  content: "";
  position: absolute;
  top: 35%;
  left: -20px;
  width: 40px;
  height: 40px;
  background: url(date.png);
  background-size: 40px 40px;
}
.date_text {
  font-size: 20px;
  font-weight: bold;
  color: #235ec5;
}

.content {
  width: 1100px;
  margin-top: 60px;
}
.eachLine {
  position: relative;
  margin-bottom: 20px;
}
.eachStep {
  width: 50px;
  margin-bottom: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
}
.eachStep:last-child {
  margin-bottom: 0px;
}
.eachStep .number {
  width: 50px;
  height: 56px;
  /* background: url(number_bg.png) no-repeat top center; */
  background-size: 50px 56px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.eachStep .line {
  width: 25px;
  height: calc(100% - 52px);
  border-right: 1px dashed #1140a8;
}
.eachStep .line:last-child {
  display: none;
}
.eachStep .arror {
  width: 50px;
  height: 6px;
  /* background: url(arror_down.png) no-repeat top center; */
}

.eachStep_box {
  width: 1020px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgb(64 64 64 / 10%);
  padding: 30px;
  position: relative;
}
.eachStep_box_line {
  height: 36px;
}
.box_title {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
  color: #235ec5;
}
.box_notic {
  max-width: 680px;
  height: 36px;
  margin: 0px 10px;
  padding: 0px 10px;
  background: rgba(250, 100, 0, 0.1);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  color: #fa6400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box_text {
  width: 960px;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #000000;
  margin-top: 25px;
}
.box_serch {
  height: 60px;
  width: 140px;
  display: inline-block;
}
.box_serch > a {
  display: inline-block;
  width: 140px;
  height: 36px;
  background: #235ec5;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  color: #ffffff;
  text-align: center;
}
.sub_serch {
  position: absolute;
  color: #000000;
  background: #fff;
  top: 80px;
  z-index: 999;
  right: 30px;
  width: 240px;
  border: 1px solid #235ec5;
  border-radius: 4px;
  padding: 0px 16px;
  display: none;
}
.sub_serch:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 58px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.sub_serch:before {
  content: "";
  position: absolute;
  top: -10px;
  right: 58px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #004280;
}

.each_subSerch {
  display: block;
  width: 100%;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}
.each_subSerch:last-child {
  border-bottom: none;
}
.each_subSerch a {
  color: #000;
  line-height: 40px;
}
.each_subSerch a:hover {
  color: #235ec5;
}

.box_alert {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #e6091a;
  margin-top: 14px;
}

.each_sltj {
  width: 1100px;
  background: #ffffff;
  box-shadow: 0px 3px 12px rgba(69, 110, 182, 0.16);
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 16px;
}
.each_sltj img {
  width: 48px;
  height: 48px;
}
.each_sltj_text {
  text-align: left;
  width: 1000px;
  font-size: 20px;
  font-weight: 400;
  line-height: 48px;
  color: #000000;
}

.each_glfw {
  width: 188px;
  height: 250px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  margin-right: 40px;
  margin-bottom: 40px;
}

.each_glfw:nth-child(5n) {
  margin-right: 0px;
}

.each_glfw img {
  display: block;
  margin: 40px auto;
  width: 80px;
  height: 80px;
}
.glfw_text {
  display: block;
  width: 162px;
  height: 50px;
  margin: 0px auto;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  color: #000000;

  position: relative;
}

.each_xgzc {
  width: 510px;
  display: inline-block;
  border-bottom: 1px solid #e6e6e6;
  margin-right: 40px;
  margin-bottom: 40px;
  padding-bottom: 16px;
  padding: 16px;
  cursor: pointer;
}
.each_xgzc_title {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #000000;
  letter-spacing: 0.6px;
}
.each_xgzc_detali {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #999999;
  margin-top: 16px;
}
.each_xgzc_data {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #999999;
  margin-top: 4px;
}
.detali_right .arror_Right {
  margin-top: 18px;
  width: 24px;
  height: 24px;
  display: block;
  background: url(arror.png) no-repeat;
  background-size: 24px 24px;
}

/* 常见问题 */
.each_cjwt {
  padding: 30px 0px;
  border-bottom: 1px solid #e6e6e6;
}
.each_cjwt_head {
  cursor: pointer;
}

.cjwt .active .each_cjwt_title {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  color: #235ec5;
  position: relative;
  padding-left: 40px;
}
.cjwt .active .each_cjwt_title:before {
  content: none;
}
.cjwt .active .each_cjwt_title:after {
  content: "问:";
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 20px;
  font-weight: bold;
  color: #235ec5;
  line-height: 38px;
}
.cjwt .active .each_cjwt_btn {
  display: inline-block;
  width: 80px;
  height: 40px;
  background: rgba(35, 94, 197, 0.1);
  border: none;
  border-radius: 20px;
  padding: 8px 28px;
  cursor: pointer;
}
.cjwt .active .each_cjwt_text {
  display: inline-block;
}
.each_cjwt_title {
  width: 960px;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  color: #000000;
  position: relative;
  padding-left: 20px;
}
.each_cjwt_title:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0px;
  width: 8px;
  height: 8px;
  background: #235ec5;
  border-radius: 50%;
}
.each_cjwt_btn {
  display: inline-block;
  width: 80px;
  height: 40px;
  border: 1px solid rgba(35, 94, 197, 0.30196078431372547);
  border-radius: 20px;
  padding: 8px 28px;
  cursor: pointer;
}
.each_cjwt_btn img {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.each_cjwt_text {
  display: none;
  margin-top: 10px;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #666666;
  position: relative;
}
.each_cjwt_text:before {
  content: "答:";
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 20px;
  font-weight: bold;
  color: #235ec5;
}
.pageNum_box {
  margin-top: 40px;
  height: 40px;
}
.pageNum_list {
  margin: 0px auto;
}
.pageNum_list .active {
  width: 40px;
  height: 40px;
  background: #235ec5;
  border-radius: 2px;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  color: #ffffff;
}
.each_pageNum {
  height: 40px;
  width: 40px;
  margin-right: 20px;
  border: 1px solid rgba(35, 94, 197, 0.5019607843137255);
  border-radius: 2px;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  color: #235ec5;
  text-align: center;
}
.each_pageNum:last-child {
  margin-right: 0px;
}
/* 互动交流 */
.each_hdjl {
  width: 350px;
  height: 140px;
  background: rgba(0, 0, 0, 0);
  box-shadow: 0px 3px 12px rgba(69, 110, 182, 0.16);
  border-radius: 4px;
  margin-right: 25px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 140px;
  cursor: pointer;
}
.each_hdjl a {
  color: #000000;
}
.each_hdjl:last-child {
  margin-right: 0px;
}
.each_hdjl:nth-child(1) {
  background: url(dcwj.png) no-repeat;
  background-size: 350px 140px;
}
.each_hdjl:nth-child(2) {
  background: url(yjjyx.png) no-repeat;
  background-size: 350px 140px;
}
.each_hdjl:nth-child(3) {
  background: url(hcp.png) no-repeat;
  background-size: 350px 140px;
}

/* 办事地点 */
.bllc {
  position: relative;
}
.mainContaner {
  width: 880px;
  height:500px;
  z-index: 1000;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  box-shadow: 0px 3px 50px rgba(69, 110, 182, 0.16);
  border-radius: 8px 8px 8px 8px;
  display:none;
}
.ty_dftchead .area_title{
  display:inline-block;
  width:100%;
  text-align:center;
  color:#fff;
  font-size:20px;
  font-weight: 600;
}
.ty_dftchead{
  height:45px;
  line-height:45px;
  background: #c40311;
  position:relative;
border-radius:8px 8px 0px 0px;
}
.ty_dftchead .fr{
  position:absolute;
  right:20px;
  top:0px;
}
.ty_dftchead .fr img{
  width:20px;
  height:20px;
}
.current_postion {
  width: 100%;
  height: 24px;
  margin: 10px 0px 20px 0px;
}
.CP_icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  /* background: url(postion.png) no-repeat; */
  background-size: 24px 24px;
  vertical-align: middle;
}
.CP_title {
  margin-left: 6px;
  vertical-align: middle;
  height: 24px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #235ec5;
}
.CP_value {
  vertical-align: middle;
  height: 24px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #235ec5;
  margin-left: 10px;
}

.bsdd {
  width: 880px;
  padding: 0px 20px 30px 20px;
}
.current_postion{
  display:none;
}
.bsdd .area_title {
  font-size: 22px;
  font-weight: bold;
  line-height: 18px;
  cursor: default;
  margin-left: 20px;
}
.bsdd span:nth-child(2) > img {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-right: 20px;
}
.area_list {
  border-bottom: 1px solid #dadada;
  margin: 30px 0px 20px 0px;
  padding-bottom: 10px;
}
.each_area {
  height: 40px;
  min-width: 160px;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 20px;
}
.each_area:hover {
  background-color: #c40311;
  color: #fff;
  cursor: pointer;
}

.checkedArea {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.checkedArea span:not(:first-child) {
  font-weight: normal;
  margin: 0px 6px;
  cursor: pointer;
  color: #999;
}
.checkedArea span:not(:first-child):hover {
  color: #6f3f3c;
}
.button_confirm {
  height: 40px;
  width: 80px;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 20px;
  background-color: #bcbcbc;
  color: #fff;
  cursor: pointer;
  margin-left: 20px;
}
.button_confirm a {
  line-height: 20px;
  background-color: #bcbcbc;
  color:#fff;
}

.xs_pmdlb {
  width: 950px;
  margin: 15px 0 0 10px;
  float: left;
}
.eachNotice div span {
  font-size: 20px;
  color: #235ec5;
}
.upDown > span:hover {
  background: red;
}
.gxjs_ul {
  position: relative;
}
.gxjs_ul {
  position: relative;
}
.sec1,
.sec2,
.sec3,
.sec4,
.sec5,
.sec6,
.sec7 {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
.notice_right a:hover {
  color: #fff;
}
.title_text a:hover {
  color: #000;
}
.each_hdjl a:hover {
  color: #000;
}
.area_qg {
  color: #999;
  font-weight: normal;
  font-size: 20px;
}
.nav_active .navList .active a {
  color: #fff;
}

.msjxxgzc {
  width: 1100px;
  margin: 40px auto;
}

.msjxxgzc_list_box {
  height: 320px;
  overflow: hidden;
  margin: 20px 0px;
  border-radius: 4px;
  box-shadow: 0px 3px 12px rgba(69 110 182 / 16%);
}

.msjxxgzc_list {
  padding: 20px;
}

.each_msjxxgzc {
  width: 1060px;
  height: 40px;
  margin-bottom: 20px;
}

.each_msjxxgzc_area {
  width: 140px;
  height: 40px;
  border-radius: 4px;
  line-height: 40px;
  color: #235ec5;
  font-size: 16px;
  text-align: center;
  background: linear-gradient(
    to right,
    rgba(0 79 217 / 16%),
    rgba(0 79 217 / 3%)
  );
}

.each_msjxxgzc_title {
  width: 900px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.each_msjxxgzc_title:hover a {
  color: #235ec5;
}

.pageNum {
  height: 20px;
  width: 72px;
  margin: 40px auto;
}
.pageNum .active {
  color: #235ec5;
}
.pn {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  cursor: pointer;
  margin-right: 10px;
  color: #666666;
}
.pn:last-child {
  margin-right: 0px;
}
.sec1_bodytwo {
  display: none;
}
.closeBtn{
cursor:pointer;
}
.sec4{
margin-bottom:30px;
}