*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
/* 滚动内容样式 */
.scroll_main {
  width: 550px;
  display: block;
  margin: 40px auto;
  background-color: #fff;
  border: 1px solid #9a9a9a;
}

/* 滚动内容区样式 */
.scroll_wrap {
  width: 100%;
  position: relative;
}
/* 滚动内容样式 */
.scroll_wrap .scroll_cont {
  height: 100%;
  overflow: hidden;
  padding-right: 8px;
}

/* 滚动条 */
.scroll_wrap .scroll_bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
  background-color: #ffffff;
}
/* 滚动块 */
.scroll_wrap .scroll_slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 48px;
  background-color: #b8d7ec;
  border-radius: 5px;
  opacity: 0.5;
}
.scroll_wrap .scroll_slider:hover {
  opacity: 1;
}

.sjkf_menu_tit {
  text-align: left;
  padding: 15px 0 15px 35px;
  background: url(../images/menu_tit_bg.jpg) no-repeat center center transparent;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.sjkf_menu_list {
  padding: 5px;
  height: 600px;
}

.sjkf_menu_list .item::before {
  content: "";
  background: url(../images/sjkf_item_icon.png) no-repeat center center transparent;
  width: 15px;
  color: #1b7ec7;
}

.sjkf_menu_list .item {
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
}

.sjkf_menu_list .item a {
  flex: 1;
}
.sjkf_menu_list .item a:hover,
.sjkf_menu_list .item a.on {
  color: #1b7ec7;
}
.sjkf_menu_list .item .span {
  width: 20px;
}

.list_right {
  border-left: none;
}

.sjkf_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sjkf_item_box {
  width: 49%;
  margin-bottom: 20px;
  border: 1px solid #dbdbdb;
}
.sjkf_item_box .b_t {
  text-align: center;
  color: #333333;
  font-size: 20px;
  padding: 10px 0;
  background-color: #f8f8f8;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #dbdbdb;
}
.sjkf_item_box .b_t::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid #f8f8f8;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: none;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}
.sjkf_item_box .b_t::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid #dbdbdb;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: none;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}

.b_info {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.b_info > div {
  font-size: 18px;
  padding: 10px 10px;
  width: 50%;
  color: #666666;
}
.b_info > .i_dt {
  width: 100%;
}
.sjkf_item_box .b_btn {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0;
  margin: 10px;
}
.sjkf_item_box .b_btn a {
  text-align: center;
  color: #1b7ec7;
  border: 1px solid #1b7ec7;
  border-radius: 5px;
  padding: 5px 25px;
  transition: all 0.4s ease;
}
.sjkf_item_box .b_btn a:hover {
  color: #fff;
  background-color: #1b7ec7;
}
.title_cen {
  color: #333333;
}

/* 内容页 */
.sjkf_content {
  width: 986px;
  margin: 0 auto;
}

.sjkf_content .c_detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0;
}
.sjkf_content .c_d_i {
  width: 43%;
  padding: 5px;
}
.c_d_i .name {
  display: inline-block;
  font-weight: bold;
  min-width: 140px;
  color: #333333;
}

.c_table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #dbdbdb;
}
.c_table thead td {
  background-color: #c3ebfd;
  font-weight: bold;
  color: #333333;
}
.c_table td {
  padding: 5px;
  width: 33.3333%;
  text-align: center;
  border: 1px solid #dbdbdb;
}

.c_apply {
  margin-top: 20px;
  text-align: center;
}
.c_apply a {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 40px;
  color: #fff;
  background-color: #1075df;
  font-size: 20px;
  transition: all 0.3s ease;
}
.c_apply a:hover {
  background-color: #0450a0;
  color: #fff;
}

/* 申请页 */
.sjkf_apply {
  width: 100%;
  height: 100%;
}
.sjkf_apply body {
  height: 100%;
}
.sjkf_apply .container {
  background: url(../images/apply_bg.jpg) center center no-repeat #fff;
  background-size: cover;
  min-height: 100%;
}

.sjkf_logo {
  padding: 10px;
margin-left: 100px;
}

.apply_cotainer {
  width: 1027px;
  height: 719px;
  margin-top: 2%;
  margin-right: 15%;
  margin-left: auto;
  background: url(../images/apply_form_bg.jpg) center center no-repeat #fff;
  border-radius: 10px;
  overflow: hidden;
}
.app_form {
  width: 420px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: 120px;
}

.app_form p {
  margin-bottom: 30px;
}
.app_form input {
  padding: 15px;
  width: 100%;
  font-size: 18px;
  border-radius: 10px;
  border: 1px solid #e5e4e4;
  outline: none;
}
.app_form .action input {
  width: 48%;
  background: #1e87f4;
  color: #fff;
}
.app_form .upload {
  text-align: center;
}

.app_form .captcha {
  position: relative;
}
.app_form .captcha .captchaimg {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0 20px;
  width: 130px;
  transform: translateY(-50%);
  border-left: 1px solid #eae9e9;
  text-decoration: none;
  max-height: 100%;
}
.capbtn.deny {
  cursor: not-allowed;
}

.upload .tip {
  display: block;
  color: #1075df;
  text-decoration: underline;
}
.app_form .file {
  position: relative;

  display: inline-block;
}
.app_form #file + label {
  display: block;
}
.app_form #file {
  border: none;
  width: 60%;
}
.app_form .action input {
  cursor: pointer;
}
