@charset "utf-8";

/* public style 20141204 */
/*reset*/
body {
  color: #555;
  font-size: 12px;
  line-height: 1.8em;
  font-family: 'microsoft yahei', 微软雅黑, Tahoma, Helvetica;
  min-width: 1200px;
}

body,
form,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
table,
fieldset,
div,
tr,
td {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: middle;
}

em,
i {
  font-style: normal;
}

ol,
ul,
li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  color: #3d95d5;
}

label {
  vertical-align: middle;
}

a,
a:visited {
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: none;
}

a:focus {
  outline: none;
  -moz-outline: none;
}

/* input pub and focus placeholder */
input,
select,
textarea {
  color: #222;
  font-size: 12px;
  line-height: 140%;
  resize: none;
  outline: none;
  font-family: 'microsoft yahei';
}

textarea {
  padding: 5px;
  border: 1px solid #d5d5d5;
}

.inp {
  padding: 5px;
  border: 1px solid #d5d5d5;
  color: #888;
  outline: none;
  vertical-align: middle;
}

input[type='text'].inp:focus,
input[type='password'].inp:focus,
textarea:focus {
  border: 1px solid #3d95d5;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #888;
  font-family: 'microsoft yahei';
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #888;
  font-family: 'microsoft yahei';
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #888;
  font-family: 'microsoft yahei';
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #888;
  font-family: 'microsoft yahei';
}

/* clearfix  */
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

.clearfix {
  display: block;
}

.u_ico {
  background: url(../images/index4/index_ico.png) no-repeat;
}

i.u_ico {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
}

.dis_none {
  display: none;
}

.pos_rel {
  position: relative;
}

.pos_abs {
  position: absolute;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.z_top_line {
  border-top: #e0e0e0 solid 1px;
}

.z_bot_line {
  border-bot: #e0e0e0 solid 1px;
}

.m_guider {
  line-height: 28px;
  overflow: hidden;
  zoom: 1;
}

.m_guider h4 {
  margin-left: -10px;
  font-weight: normal;
  color: #555;
  font-size: 14px;
}

.m_guider a {
  color: #555;
  margin: 0 10px;
}

.m_guider span {
  color: #888;
  margin: 0 10px;
}

/* font-size and color */
.f10 {
  font-size: 10px;
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f24 {
  font-size: 24px;
}

.f30 {
  font-size: 30px;
}

a,
.blue,
a.blue {
  color: #3d95d5;
  text-decoration: none;
}

.red,
a.red {
  color: #a82929;
}

.c222,
a.c222 {
  color: #222;
}

.c555,
a.c555 {
  color: #555;
}

.c888,
a.c888 {
  color: #888;
}

.c000,
a.c000 {
  color: #000;
}

.orange,
a.orange {
  color: #ed7822;
}

a.c555:hover {
  text-decoration: none;
}

.cfff,
a.cfff {
  color: #fff;
}

span.gray8 {
  color: #888;
  font-size: 18px;
}

.m_c {
  margin: 0 auto;
}

/* background  color*/
.c-bigred {
  color: #940101;
}

.red {
  color: red;
}

.b-cfff {
  background: #fff;
}

.dotted_bline {
  border-bottom: 1px dotted #c7c7c7;
}

.s-bor1 {
  border: #d9d9d9 solid 1px;
}

/* function */
.t_r {
  text-align: right;
}

.t_c {
  text-align: center;
}

.t_l {
  text-align: left;
}

.dis_none {
  display: none;
}

.thin {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.cl {
  clear: both;
}

.portal .nofixed {
  position: relative;
}

/* margin and padding */
/* m-left-top-right-bottom  */
.mg5 {
  margin: 5px;
}

.mg10 {
  margin: 10px;
}

.mg15 {
  margin: 15px;
}

.mg20 {
  margin: 20px;
}

.mg25 {
  margin: 25px;
}

.mg30 {
  margin: 30px;
}

.mg35 {
  margin: 35px;
}

.mg40 {
  margin: 40px;
}

/* m-left  */
.mgl5 {
  margin-left: 5px;
}

.mgl10 {
  margin-left: 10px;
}

.mgl15 {
  margin-left: 15px;
}

.mgl20 {
  margin-left: 20px;
}

.mgl25 {
  margin-left: 25px;
}

.mgl30 {
  margin-left: 30px;
}

/* m-right  */
.mgr5 {
  margin-right: 5px;
}

.mgr10 {
  margin-right: 10px;
}

.mgr15 {
  margin-right: 15px;
}

.mgr20 {
  margin-right: 20px;
}

.mgr25 {
  margin-right: 25px;
}

.mgr30 {
  margin-right: 30px;
}

/* m-top  */
.mgt5 {
  margin-top: 5px;
}

.mgt10 {
  margin-top: 10px;
}

.mgt15 {
  margin-top: 15px;
}

.mgt20 {
  margin-top: 20px;
}

.mgt25 {
  margin-top: 25px;
}

.mgt30 {
  margin-top: 30px;
}

/* m-bottom  */
.mgb10 {
  margin-bottom: 10px;
}

.mgb15 {
  margin-bottom: 15px;
}

.mgb20 {
  margin-bottom: 20px;
}

.mgb25 {
  margin-bottom: 25px;
}

.mgb30 {
  margin-bottom: 30px;
}

.mgb40 {
  margin-bottom: 40px;
}

/* m-left-right  */
.mglr5 {
  margin-left: 5px;
  margin-right: 5px;
}

.mglr10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mglr15 {
  margin-left: 15px;
  margin-right: 15px;
}

.mglr20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mglr25 {
  margin-left: 25px;
  margin-right: 25px;
}

.mglr30 {
  margin-left: 30px;
  margin-right: 30px;
}

/* m-top-bottom  */
.mgtb5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mgtb10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mgtb15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mgtb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mgtb25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mgtb30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* p-left-top-right-bottom  */
.pd5 {
  padding: 5px;
}

.pd10 {
  padding: 10px;
}

.pd15 {
  padding: 15px;
}

.pd20 {
  padding: 20px;
}

.pd25 {
  padding: 25px;
}

.pd30 {
  padding: 30px;
}

.pd35 {
  padding: 35px;
}

.pd40 {
  padding: 40px;
}

/* p-left  */
.pdl5 {
  padding-left: 5px;
}

.pdl10 {
  padding-left: 10px;
}

.pdl15 {
  padding-left: 15px;
}

.pdl20 {
  padding-left: 20px;
}

.pdl25 {
  padding-left: 25px;
}

.pdl30 {
  padding-left: 30px;
}

.pdl110 {
  padding-left: 110px;
}

/* p-right  */
.pdr5 {
  padding-right: 5px;
}

.pdr10 {
  padding-right: 10px;
}

.pdr15 {
  padding-right: 15px;
}

.pdr20 {
  padding-right: 20px;
}

.pdr25 {
  padding-right: 25px;
}

.pdr30 {
  padding-right: 30px;
}

/* p-top  */
.pdt5 {
  padding-top: 5px;
}

.pdt10 {
  padding-top: 10px;
}

.pdt15 {
  padding-top: 15px;
}

.pdt20 {
  padding-top: 20px;
}

.pdt25 {
  padding-top: 25px;
}

.pdt30 {
  padding-top: 30px;
}

.pdt40 {
  padding-top: 40px;
}

/* p-bottom  */
.pdb10 {
  padding-bottom: 10px;
}

.pdb15 {
  padding-bottom: 15px;
}

.pdb20 {
  padding-bottom: 20px;
}

.pdb25 {
  padding-bottom: 25px;
}

.pdb30 {
  padding-bottom: 30px;
}

.pdb50 {
  padding-bottom: 50px;
}

/* p-left-right  */
.pdlr5 {
  padding-left: 5px;
  padding-right: 5px;
  _padding-right: 3px;
}

.pdlr6 {
  padding-left: 6px;
  padding-right: 6px;
  _padding-right: 4px;
}

.pdlr78 {
  padding-left: 7px;
  padding-right: 8px;
}

.pdlr10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pdlr15 {
  padding-left: 15px;
  padding-right: 15px;
}

.pdlr20 {
  padding-left: 20px;
  padding-right: 20px;
}

.pdlr25 {
  padding-left: 25px;
  padding-right: 25px;
}

.pdlr30 {
  padding-left: 30px;
  padding-right: 30px;
}

.pdlr69 {
  padding-left: 6px;
  padding-right: 9px;
}

/* p-top-bottom  */
.pdtb5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pdtb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pdtb15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pdtb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pdtb25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pdtb30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pdtb40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* width */
.w960 {
  width: 960px;
  margin: 0 auto;
}

/*输入框焦点*/
*::-webkit-input-placeholder {
  color: #b3b3b3;
}

*:-moz-placeholder {
  color: #b3b3b3;
}

*:-ms-input-placeholder {
  color: #b3b3b3;
}

*:input-placeholder {
  color: #b3b3b3;
}

/* 学生证门户页 start */
.bg_e9f8fe {
  background: linear-gradient(180deg, #ffffff 31.66%, #f4fbff 59.75%);
}

/* banner区域 */

.zjl_banner_wrap {
  position: relative;
}

.zjl_banner {
  display: block;
  height: 500px;
}

.zjl_logo_wrap {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.zjl_logo {
  position: relative;
  padding-top: 26px;
  z-index: 11;
}

.zjl_logo .logo_img {
  width: 40px;
  height: 36px;
  margin-top: 3px;
}

.zjl_logo .logo_title {
  font-weight: 600;
  font-size: 32px;
  line-height: 45px;
  color: #ffffff;
  margin-left: 13px;
  vertical-align: middle;
}

/* 跳转区域 */
.zjl_skip {
  margin-top: 69px;
}

.zjl_skip .skip_item {
  position: relative;
  float: left;
  width: 584px;
  height: 221px;
  padding-top: 85px;
  padding-left: 34px;
  font-size: 16px;
  line-height: 22px;
  color: #222222;
  box-sizing: border-box;
}

.zjl_skip .skip_upload {
  margin-right: 30px;
  background: url('./../images/ecard_page/skip1.png') no-repeat center;
  background-size: contain;
}

.zjl_skip .skip_realize {
  padding-right: 316px;
  background: url('./../images/ecard_page/skip2.png') no-repeat center;
  background-size: contain;
}

.zjl_skip .skip_btn {
  position: absolute;
  display: inline-block;
  left: 34px;
  bottom: 32px;
  width: 126px;
  height: 42px;
  line-height: 42px;
  color: #ffffff;
  background: #0085ff;
  text-align: center;
  border: 1px solid #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
  border-radius: 31px;
}

.zjl_skip .skip_btn:hover {
  opacity: 0.5;
}

.zjl_skip .skip_btn::after {
  display: inline-block;
  content: '';
  width: 8px;
  height: 13px;
  margin-left: 10px;
  background: url('./../images/ecard_page/skip_icon.png') no-repeat center;
  background-size: cover;
}

/* 欢迎使用 */
.zjl_welcome {
  display: inline-block;
  width: 1200px;
  height: 180px;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  margin-top: 57px;
  padding-top: 33px;
  padding-left: 39px;
  background: url('./../images/ecard_page/welcome_img.png') no-repeat center;
  background-size: contain;
  box-sizing: border-box;
}

.zjl_welcome .card_type {
  font-weight: 400;
  font-size: 32px;
  line-height: 45px;
  color: #ffffff;
  margin-top: 21px;
}

/* 应用服务 */
.zjl_serve {
  margin-top: 61px;
}

.zjl_serve .serve_list {
  margin-top: 30px;
}

.zjl_serve .serve_item {
  position: relative;
  float: left;
  width: 380px;
  height: 160px;
  margin-right: 30px;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.25s ease-out;
}

.zjl_serve .serve_item:last-child {
  margin-right: 0px;
}

.zjl_serve .serve_item:hover {
  transform: scale(1.08);
  transition: all 0.25s ease-in;
}

.zjl_serve .serve_img {
  width: 380px;
  height: 160px;
}

/* 持证待遇 */
.zjl_treatment {
  margin-top: 67px;
}

.zjl_title {
  font-weight: 600;
  font-size: 28px;
  line-height: 39px;
  color: #000000;
  text-align: center;
}

.zjl_treatment .treatment_list {
  margin-top: 30px;
}

.zjl_treatment .treatment_item {
  position: relative;
  float: left;
  width: 216px;
  height: 250px;
  margin-right: 30px;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.25s ease-out;
}

.zjl_treatment .treatment_item:last-child {
  margin-right: 0px;
}

.zjl_treatment .treatment_item:hover {
  transform: scale(1.08);
  transition: all 0.25s ease-in;
}

.zjl_treatment .treatment_img {
  width: 216px;
  height: 250px;
}

.zjl_treatment .treatment_title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 18px;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
}

/* 合作机构 */
.zjl_institution {
  margin-top: 72px;
}

.zjl_institution .institution_list {
  margin-top: 30px;
}

.zjl_institution .institution_item {
  /* display: inline-block; */
  position: relative;
  float: left;
  width: 392px;
  height: 115px;
  margin-right: 10px;
  background-color: #3d95d5;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.25s ease-out;
}

.zjl_institution .institution_item:last-child {
  margin-right: 0px;
}

.zjl_institution .institution_item:hover {
  transform: translateY(-5px);
  transition: all 0.25s ease-in;
}

.zjl_institution .institution_img {
  width: 392px;
  height: 115px;
}

/* 帮助区域 */

.zjl_help {
  margin-top: 69px;
  margin-bottom: 99px;
}

.zjl_help .help_item {
  position: relative;
  float: left;
  width: 584px;
  height: 265px;
  padding-top: 32px;
  padding-left: 48px;
  font-size: 16px;
  line-height: 22px;
  color: #222222;
  box-sizing: border-box;
}

.zjl_help .help_question {
  margin-right: 30px;
  background: url('./../images/ecard_page/help1.png') no-repeat center;
  background-size: contain;
}

.zjl_help .help_service {
  background: url('./../images/ecard_page/help2.png') no-repeat center;
  background-size: contain;
}

.zjl_help .help_title {
  font-weight: 600;
  font-size: 28px;
  line-height: 39px;
  color: #000000;
}

.zjl_help .help_con {
  padding-top: 12px;
}

.zjl_help .help_con_item {
  margin-top: 18px;
  font-size: 20px;
  line-height: 28px;
  color: #4f5c64;
}

.zjl_help .question_item {
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  color: #4f5c64;
}

.zjl_help .help_btn {
  width: 101px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #2897ff;
  margin-right: 26px;
  background: #ffffff;
  text-align: center;
  border: 1px solid #2897ff;
  border-radius: 20px;
  box-sizing: border-box;
}

.zjl_help .help_btn:hover {
  opacity: 0.5;
}

.zjl_help .service_person {
  font-weight: 600;
  color: #1d81df;
}

.zjl_help .service_person::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 3px;
  background: url('./../images/ecard_page/service_icon.png') no-repeat center;
  background-size: cover;
  vertical-align: middle;
}

.zjl_help .help_btn::after {
  display: inline-block;
  content: '';
  width: 16px;
  height: 16px;
  margin-left: 7px;
  color: #0085ff;
  background: url('./../images/ecard_page/help_icon.png') no-repeat center;
  background-size: cover;
  vertical-align: middle;
}

/* 悬浮窗口 */
.zjl_suspend {
  position: fixed;
  right: 14px;
  bottom: 200px;
  padding: 11px 6px;
  background: #1d62ec;
  border-radius: 8px;
}

.zjl_suspend .suspend_item {
  display: block;
  width: 70px;
  height: 68px;
  padding-top: 7px;
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
  border-radius: 4px;
  box-sizing: border-box;
}

.zjl_suspend .suspend_item:last-child {
  margin-bottom: 0px;
}

.zjl_suspend .suspend_item:hover {
  background: #1c54c3;
}

.zjl_suspend .suspend_icon {
  width: 30px;
  height: 30px;
  margin-bottom: 8px;
}

/* 尾部 */
footer {
  background: #fff;
  height: 130px;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #888;
}

.koi_flex {
  display: flex;
  align-items: center;
}

.koi_flex.jsc_center {
  justify-content: center;
}

.koi_flex.jsc_spevenly {
  justify-content: space-evenly;
}

.koi_flex.jsc_spbetween {
  justify-content: space-between;
}

.icon_xian {
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #888;
}

.foter_xian {
  background: #f2f2f2;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.icon_beian {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/WuHan_Edu_IDcard/icon_beian.png) no-repeat center;
}

/* 学生证门户页 end */


/* 添加浮窗二维码 */

.app_box {
  position: relative;
}

.app_box:hover .mzl_code_box {
  display: block;
}

.app_box .code {
  width: 80px;
  height: 80px;
}

.mzl_code_box {
  position: absolute;
  top: 50%;
  left: -120px;
  margin-top: -57px;
  width: 113px;
  height: 141px;
  padding: 11px 14px;
  box-sizing: border-box;
  font-size: 12px;
  color: #2d2d2d;
  background: #fff url(../images/ecard_page/code_box_bg.png) no-repeat center;
}

/* 添加浮窗二维码 */