.top {
  background: url(../img/top_bj.jpg) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  margin: 0 auto;
  height: 120px;
  border-top: 0px solid #e12826;
  border-bottom: 4px solid #e12826;
}

.con_one {
  padding-top: 13px;
}

.con_one img {
  vertical-align: middle;
}

.con_one span {
  vertical-align: middle;
  font-size: 30px;
  font-weight: 500;
}

.con_teo p {
  font-size: 15px;
  text-transform: uppercase;
}
.top_main {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-size: 100% 100%;
  overflow: hidden;
  padding: 4px 0 8px;
}

.top_al,
.top_bl {
  width: 100%;
  margin: 0 auto;
}

.top_le {
  height: 30px;
  float: left;
}
.top_le a{
  font-size: 14px;
}
.top_ri {
  float: right;
  padding-top: 30px;
}
.top_ri span{
  color: #666666;
  font-size: 14px;
  /* width: auto; */
  /* display: block; */
}
.top_ri a:hover{
  color: #de1210;
}
.top_ri a{
  color: #e22f2d;
  font-size: 14px;
  font-weight: bold;
}
.tob_le {
  float: left;
  margin: 20px 0px;

}
.tob_le img{
  height: 68px;
}
.tob_ri {
  width: 25%;
  float: right;
}

.search {
  width: 100%;
  margin: 20px auto;
  display: flex;
}

.search input {
  float: left;
  flex: 5;
  height: 40px;
  outline: none;
  border: 1px solid #808080;
  box-sizing: border-box;
  padding-left: 10px;
}

.search button {
  float: right;
  flex: 1;
  height: 40px;
  background-color: #808080;
  color: white;
  border-style: none;
  outline: none;
}

.search button i {
  font-style: normal;
}

.search button:hover {
  font-size: 15px;
}

.typt_main {
  background-image: linear-gradient(to top, #ffffff 0%, #ecf8fd 100%);
  /* height: 100%; */
  width: 100%;
}

.foot {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #c30a08;
  text-align: center;

}

.foot p {
  color: #FFFFFF;
}

.typt_por {
  /* width: 100%; */
  /* margin: 0 auto; */
  /* z-index: 9; */
  /* position: absolute; */
}

.com_main {
  width: 40%;
  margin: 0 auto;
  padding-top: 150px;
}

.com_a {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #e12826;
}

.com_a h3 {
  width: 30%;
  text-align: center;
  font-size: 24px;
  color: #e12826;
  font-weight: 200;
  padding: 15px 0;
  border-bottom: 3px solid #e12826;
  display: inline-block;
}

.com_b {
  padding: 20px 0 2px;
  border-bottom: 1px solid #d7d7d7;
}

.com_b label img {
  width: 32px;
}

.com_b input {
  border: none;
  background: transparent;
  height: 40px;
  width: 70%;
}

.com_b input::-webkit-input-placeholder {
  color: #848484;
  font-size: 16px;
}

.com_posi {
  position: relative;
}

.com_di {
  position: absolute;
  right: 0;
  bottom: 2px;
}
.reg_formdxbtn{
  position: absolute;
  right: 0;
  bottom: 14px;
}
.reg_formdxbtn span{
  background: #e12826;
  padding: 5px 15px;
  color: #ffffff;
  border-radius: 5px;
  margin-right: 10px
}
.reg_formdxbtn span:hover{
  background: #016bd6;
  cursor: pointer;
}
.foget {
  width: 100%;
  margin: 0 auto;
  text-align: right;
  padding: 15px 0;
}

.foget img {
  width: 22px;
  vertical-align: middle;
}

.foget span {
  font-size: 14px;
  vertical-align: middle;
}

.but_fot {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  text-align: center;
  background-image: linear-gradient(170deg, #f44336 0%, #e12826 100%);
}

.but_fot a {
  cursor: pointer;
  display: inline;
}

.but_fot span {
  font-size: 17px;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}

.but_fot:hover {
  background-image: linear-gradient(170deg, #e12826 0%, #f44336 100%);
}

.cen_bj {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 0;
}

.manage_main {
  width: 100%;
  margin: 0 auto;
  background: #f7f7f7;
  min-height: 500px;
  padding: 20px 0px;
}

.manage_vers {
  width: 85%;
  margin: 0 auto 2px;
  padding: 15px 0px;
  overflow: hidden;
}

.left_maun {
  float: left;
  width: 16%;
  background: #FFFFFF;
  min-height: 700px;
  border-top: 2px solid #e12826;
  padding-top: 2px;
}

.left_maun li {
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-bottom: 1px solid #f4f4f4;
}

.mun_li {
  /* background: #f4f4f4; */
}

.mun_li i {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}

.mun_li img {
  vertical-align: middle;
  width: 30px;
}

.mun_li span {
  vertical-align: middle;
  font-size: 15px;
}
.mun_ti{
    background-image: linear-gradient(to top, #ff5722 0%, #f44336 100%);
}.mun_ti img{
  vertical-align: middle;
  width: 20px;
}
.mun_ti span{
  vertical-align: middle;
  font-size: 15px;
  color: #FFFFFF;
}

.mu_active {
  color: #e12826;
  border-right: 2px solid #e12826;
  background: #fde9f5;
}

.mim_a {
  background: url(../img/left_c.png) no-repeat;
  background-position: 0px 0;
  background-size: 200%;
}

.mim_b {
  background: url(../img/left_b.png) no-repeat;
  background-position: 0px 0;
  background-size: 200%;
}

.mim_c {
  background: url(../img/left_a.png) no-repeat;
  background-position: 0px 0;
  background-size: 200%;
}

.mim_d {
  background: url(../img/left_d.png) no-repeat;
  background-position: 0px 0;
  background-size: 200%;
}
.mim_e {
    background: url(../img/left_e.png) no-repeat;
    background-position: 0px 0;
    background-size: 200%
}
.mim_ei {
    background: url(../img/left_ei.png) no-repeat;
    background-position: 0px 0;
    background-size: 200%
}
.mim_f {
  background: url(../img/left_f.png) no-repeat;
  background-position: 0px 0;
  background-size: 200%;
}

.mim_g {
  background: url(../img/left_g.png) no-repeat;
  background-position: 0px 0;
  background-size: 200%;
}

.mim_h {
  background: url(../img/left_h.png) no-repeat;
  background-position: 0px 0;
  background-size: 200%;
}
.mim_j2 {
  background: url(../img/47.png) no-repeat;
  background-position: 0px 0;
  background-size: 200%;
}
.mim_i {
  background: url(../img/left_i.png) no-repeat;
  background-position: 0px 0;
  background-size: 200%;
}
.mim_i2 {
  background: url(../img/left_j.png) no-repeat;
  background-position: 0px 0;
  background-size: 200%;
}

.mun_li:hover {
  background: #fde9f5;
  color: #e12826;
  border-right: 2px solid #e12826;
}

.mun_li:hover i{
  background-position: 100% 0%;
}



.close_tc {
  width: 80%;
  margin: 30px;
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
  background-image: linear-gradient(170deg, #f44336 0%, #e12826 100%);
}

.close_tc img {
  vertical-align: middle;
  width: 20px;
}

.close_tc span {
  vertical-align: middle;
  font-size: 15px;
  color: #FFFFFF;
}

.close_tc:hover {
  background-image: linear-gradient(170deg, #e12826 0%, #f44336 100%);
}

.usr_center {
  width: 80%;
  margin: 30px auto 0;
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
  background-image: linear-gradient(60deg, #ff900d 0%, #ffc943 100%);
}

.usr_center img {
  vertical-align: middle;
  width: 20px;
}

.usr_center span {
  vertical-align: middle;
  font-size: 15px;
  color: #FFFFFF;
}

.usr_center:hover {
  background-image: linear-gradient(170deg, #ff900d 0%, #ffc943 100%);
}

/* å³è¾¹ */
.right_maun {
  float: right;
  width: 83%;
  margin: 0 auto;
  background-image: linear-gradient(to top, #ffffff 0%, #ecf8fd 100%);
  
}

.mut_top {
  width: 100%;
  margin: 0 auto;
  padding: 12px;
  background: #FFFFFF;
}

.mut_top h3 {
  font-size: 16px;
  color: #08121f;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}

.mut_mun {
  width: 100%;
  margin: 0px auto;
  padding-top: 10px;
  overflow: hidden;
}
.mut_mun ul{
/*  */
}


.mut_mun li {
  float: left;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding: 5px;
  margin-right: 5px;
  text-align: left;
}

.bt_a input {
  border: none;
}

.ser_cx {
  background: #e12826;
  color: #FFFFFF;
  border: 1px solid #e12826 !important;
}
.ser_cx:hover{
	color: #FFFFFF;
}
.sel_bs select {
  border: none;
}

.sel_bs ption {
  margin-top: 20px;
}

.date_a input {
  border: none;
      width: 115px;
}
.in_class{
  width: 60px;
}
.mut_down {
  width: 100%;
  margin: 0 auto;
  background: #FFFFFF;
  padding: 0 12px 12px 12px;
}

.mut_down table {
  width: 100%;
  border: 2px solid #f0efef;
  text-align: center;
}

.tal_main {
  background: #f7f7f7;
  border: none;
  color: #5a5f67;
}

.tal_main th {
  text-align: center;
  padding: 20px 0;
  font-size: 15px;
}

.tbl_min td {
  padding: 12px 0;
  font-size: 15px;
}

.tbi_s {
  text-align: left;
  padding-left: 10px !important;
}

.tal_d {
    width: 37%;
}

.page_ym {
  width: 100%;
  text-align: center;
}

.pagination {
  margin: 0 auto;
}

/* æ‰‹æœºç«¯ç­›é€‰ */

.cont {
  max-width: 1024px;
  margin: 0 auto;
}

.job-module .retrie {
  position: relative;
  z-index: 102;
  background-color: #fde9f5;
  margin-bottom: 0;
  margin-top: 40px;
}

.job-module .retrie dt {
  overflow: hidden;
  display: flex;
  justify-content: space-around;
}

.job-module .retrie dt a {
  position: relative;
  float: left;
  width: 26%;
  line-height: 3em;
  color: #333;
  text-align: center;
}

.job-module .retrie dt .up {
  color: #e12826;
  background: url(../images/up.png) no-repeat right center;
}

.job-module .retrie dt #shaixuan {
  width: 22%
}

.job-module .retrie dt #shaixuan img {
  height: 1em;
  vertical-align: middle;
  margin-right: 0.3em
}

.job-module .retrie dt #shaixuan.up {
  color: #333;
  background: none
}

.job-module .retrie dd {
  position: relative;
}

.job-module .slide {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 104;
  display: none;
  width: 100%;
  overflow-y: auto;
  background-color: #fff;
}

.job-module .slide li {
  display: block;
  height: 3.5em;
  border-bottom: 1px solid #eee;
}

.job-module .slide li a {
  display: block;
  padding: 0 2em;
  height: 3.5em;
  background-color: transparent;
  line-height: 3.5em;
  color: #787878
}

.job-module .slide li a:hover,
.job-module .slide li a.selected {
  background-color: #f6fafe;
  color: #e12826
}

.screen {
  background-color: #fff;
   !important;
  color: #5B5B5B;
}

.screen .top_src {
  background: #f6fafe;
  padding: 3% 1em;
  color: #C1C1C1
}

.screen .hd {
  padding: 4% 0;
  border-bottom: 1px solid #D7D4D4
}

.screen .title {
  padding-left: 1em;
}

.screen .bd {
  padding: 5% 0;
}

.screen .bd .j {
  padding: 5% 5% 1%;
  overflow: hidden;
  position: relative
}

.screen .bd .txt {
    border: none;
    width: 94%;
    border-radius: 5px;
    background: #F7F7F7;
    padding: 2% 0;
    text-align: left;
  padding-left: 15px;
    color: #515151;
    float: left;
  
}

.screen .bd .txt::-webkit-input-placeholder {
  color: #BFBFBF
}

.screen .ft {
  margin-top: 10%;
  overflow: hidden;
  padding-right: 2%;
}

.screen .ft input {
  float: right;
  color: #FFF;
  border: 0;
  font-size: 14px;
  padding: 0.5em 2em;
  border-radius: 5px;
}

.screen .ft .submit {
  margin-left: 5%;
  float: left;
  background: #f44336;

}

.screen .ft .reset {
  margin-left: 1%;
  float: left;
  background: #f44336;
}
.list {
  display: inline-block;
  border: 1px solid #EEEEEE;
  margin-left: 12px;
  height: 30px;
  line-height: 25px;
  border-radius: 5px;
}
.list input{
  border: none;
  border-radius: 5px;
}
/* åˆ—è¡¨å†…å®¹ */
.man_main{
  width: 100%;
  margin: 0 auto 30px;
  overflow: hidden;
  background: #f5f5f5;
}
.cony_max{
  width: 98%;
  margin: 8px auto;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 10px;
}
.cony_top{
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 5px ;
}
.cony_top h1{
    display: inline-block;
    font-size: 14px;
    padding-right: 10px;
}
.cony_top span{
  float: right;
}
.cony_cen{
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}
.cony_cen h3{
  color: #515151;
  font-size: 15px;
  line-height: 1.5em;
  height: 1.5em;
    overflow: hidden;
}
.cony_cen a{
 
}
.cony_down{
  width: 100%;
  margin: 0 auto;
}
.cony_down span{
  border-radius: 5px;
    padding: 3px 7px;
    font-size: 12px;
}
.cony_la{
  background: #f5f9ff;
  color: #e12826;
}
.cony_lb{
  background: #fff5f6;
  color: #eb272c;
}
.cony_lc{
  background: #fff8f3;
  color: #eb7a27;
}
/* æ‰‹æœºç«¯å¯¼èˆª */

.menu {
  position: fixed;
  bottom: 112px;
  right: 43px;
 -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 100;
}
.menu-wrapper {
  position: absolute;
  left: 50%;
  bottom: 10px;
}
.menu-toggle-button, .menu-item-bounce, .menu-item-button {
  background: #fde9f5;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  height: 80px;
  color: #fff;
  border: none;
  outline: none;
  position: relative;
}
.menu-toggle-button {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.menu-toggle-icon {
  font-size: 30px;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
}
.menu-items {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.menu-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.menu-item-bounce {
  position: absolute;
  top: 0;
  left: 0;
}
.menu-item-button {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  position: absolute;
  top: 0;
  left: 0;
  color: #e12826;
}
.menu-item-button .fa {
  font-size: 1.5rem;
  color: #fff;
}
 .menu-item-button .fa-inbox {
    transform: rotate(-59deg);
}
.menu-item-button .fa-reply-all {
  transform: rotate(-15deg);
}
.menu-item-button .fa-trash {
  transform: rotate(-101deg);
}
.menu-item-button .fa-fesh {
  transform: rotate(-144deg);
}
.menu-item-button .fa-push {
  transform: rotate(174deg);
}

.menu-item-button span{
  transform:rotate(240deg);
  -ms-transform:rotate(240deg); 
  -moz-transform:rotate(240deg);
  -webkit-transform:rotate(240deg);
  -o-transform:rotate(240de);
  display: inline-block;
  }
.menu-toggle-icon{
  background: url(../img/bitton.png) no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
}

/* ä¿¡æ¯æäº¤ */
.fill_main{
  background-image: linear-gradient(to top, #ffffff 0%, #ecf8fd 100%);
  width: 100%;
  min-height: 700px;
  position: relative;
}
.fill_bj{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.fill_bj img{
  opacity: .4;
  width: 80%;
}
.fill_com{
  position: inherit;
  z-index: 9;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
  min-height: 762px
}
.custom-file-input div{
	float: left;
}
.fill_com h3{
  font-size: 20px;
  color: #000000;
  font-weight: 600;
}
.fill_mad{

  margin-top: 10px;
  overflow: hidden;
}
.fill_da{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.fill_da label{
  font-size: 15px;
    color: #1e1e1e;
    font-weight: 600;
    float: left;
    padding-top: 6px;
    text-align: right;
    width: 20% !important; 
}
.fill_da span{
  display: inline-block;
/*  padding-top: 8px;
  float: left;*/
}
.fill_da input{
  background: #FFFFFF;
  border: 2px solid #d3e0ea;
  border-radius: 5px;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  float: left;
    margin-left: 10px;
margin-top: 0;}
.fill_da select{
  background: #FFFFFF;
  border: 2px solid #d3e0ea;
  border-radius: 5px;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  float: left;
    margin-left: 10px;
}
.fill_da textarea{
  background: #FFFFFF;
  border: 2px solid #d3e0ea;
  border-radius: 5px;
  height: 30px;
  line-height: 30px;
  padding: 10px;
  float: left;
    margin-left: 10px;
}
.fill_da b{
  color: #f00;
}
.fill_da .fa_loa{
  width: 81%;
}
.fill_da .fa_lob{
  width: 39%;
}
.fill_da .fa_loc{
  width: 39%;
  margin-left: 34px;
}
.fill_da textarea{
  height: 150px;
}
.fill_mad p{
  display: inline-block;
  color: #595858;
  font-size: 14px;
  float: left;
  padding-top: 8px;
  padding-left: 15px;
  text-align: initial;
}
.custom-file-input{
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 38px;
  line-height: 38px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
}
.custom-file-input button{
  margin: 0 5px -9px 0 !important;
}
.file_out{
  position: absolute;
    top: -3px;
    left: 10px;
}
.file_out img{
  width: 30px;
  vertical-align: middle;
} 
.file_out span{
  vertical-align: middle;
} 
.custom-file-input input{
  width: 100%;
  float: left;
  line-height: initial;
  height: 50px;
  padding: 12px 10px 0;
}
.fill_bun{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.fill_bun span{
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  text-align: center;
  background-image: linear-gradient(170deg, #f44336 0%, #c83a3a 100%);
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
  padding: 5px 40px;
}
.fill_bun span:hover{
  background-image: linear-gradient(170deg, #c83a3a 0%, #f44336 100%);
}
/* æ–°é—»åˆ—è¡¨ */
.po_ritt{
  background: #FFFFFF;
  padding-bottom: 10px;
}
.po_hel {
    padding: 7px 30px 0px;
  width: 100%;
}
.po_hel li {
  height: 56px;
  line-height: 56px;
    border-bottom: 1px solid #f2f2f2;
  overflow: hidden;
}
.po_hel p{
  width: 80%;
  float: left;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.po_hel p::before{
  content:'â—†'; 
  color: #e12826;
  padding-right:10px;
}
.po_hel span{
  width: 20%;
  float: right;
  text-align: right;
}
/* æ–°é—»è¯¦æƒ… */
 .rlc_nav {
    height: 40px;
    line-height: 40px;
    background-color: #f8f8f8;
    padding-left: 20px;
    color: #999;
    font-family: 'å®‹ä½“'!important;
}
.rlc_nav img{
  width: 20px;
  vertical-align: middle;
}
 .rlc_nav a {
    color: #333;
  display: inline-block;
  padding-right: 5px;
}
 .rlc_nav span {
  vertical-align: middle;
}

.menu3 .menu3_block {
    padding: 20px 30px;
}
.menu3 .menu3_tit {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: rgba(51,51,51,1);
    line-height: 18px;
    border-left: 3px solid #e12826;
    padding-left: 10px;
}
.menu3 .menu3_block .time {
    color: #999;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}
.menu3 .menu3_block .time span {
   font-size: 13px;
}
.menu3 .menu3_block .time span:last-child {
    margin-left: 10px;
}
.menu3 .menu3_content {
    padding: 0 30px 0px;
}
.menu3_content img{
  width: 100%;
}
.menu3_content h3{
  text-indent: 2em;
  font-size: 16px;
  font-weight: 600;
  line-height: 2em;
}

.menu3_content p{
  white-space: normal; 
  text-align: left;
  line-height: 2em;
}
.menu3_content span{
  font-family: å¾®è½¯é›…é»‘,"microsoft yahei";
  font-size: 14px; 
  color: rgb(0, 0, 0);
}

/* ä¸ªäººèµ„æ–™ */
.means_main{
  position: inherit;
  width: 100%;
  margin: 0 auto;
  z-index: 9;
}
.means_top{
  width: 100%;
  line-height: 40px;
  border-bottom: 1px dashed #EEEEEE;
  background: #FFFFFF;
  padding: 10px 20px;
}
.men_line{
  width: 4px;
  height: 21px;
  border-radius: 10px;
  background: #e12826;
  display: inline-block;
  vertical-align: middle;
}
.means_top h3{
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}


.dy{display: block;float: right;background: #fff0f0;border-radius: 50px;color: #333;padding: 0 13px;line-height: 34px;border: 1px solid #ffdede;margin-top: 5px;}
.dy_img{margin-right: 5px;margin-left: 2px;}


.jf img{margin-right: 3px;}
.jf{width:30%;float:right;}
.jf a{float:right;color: #ed6c6c;margin-left: 20px;font-size: 12px;}
.jf span{font-size:16px}
.jf a img{margin-top: -1px;}


.means_top span{
  vertical-align: middle;
  float: right;
}
.means_pott{
  width: 60%;
  margin: 0 auto;
  padding: 20px;
  float: left;
}
.means_al{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  /* padding: 10px 0; */
margin-bottom: 10px;}
.means_al label{
  font-weight: 200;
  width: 20%;
}

.means_al input {
    border: 2px solid #d3e0ea;
}
.means_al .fa_lob {
  width: 60%;
}
.means_al span{
  
  
line-height: 35px;margin-right: 10px;}

.manage_li{
    border-bottom: 1px solid #fde9f5;
    overflow: hidden;
}
/* é¦–é¡µ */

.main_mol{
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 5px;
}
.main_top{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}.main_top ul{
  width: 80%;
  margin: 0 auto;
  float: left;
}
.main_top li{
  width: 25%;
  float: left;
  text-align: center;
}
.mo_leer{
  width: 97%;
  border-radius: 10px;
  display: inline-block;
  height: 120px;
  line-height: 120px;
}
.mai_a{
  background-image: linear-gradient(60deg, #5082f1 0%, #64b4fd 100%);
}
.mai_b{
  background-image: linear-gradient(60deg, #44c2bf 0%, #47ddc4 100%);
}
.mai_c{
  background-image: linear-gradient(60deg, #ff900d 0%, #ffc943 100%);
}
.mai_d{
  background-image: linear-gradient(60deg, #fe4f5c 0%, #fe9498 100%);
}
.mod_mai{
  width: 20%;
  float: left;
}.mod_le{
    width: 98%;
    margin: 0 auto;
    text-align: center;
    height: 57px;
    line-height: 57px;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-top: 1px;
    margin-left: 3px;
}
.mod_le img{
  vertical-align: middle;
  width: 30px;
}
.mod_le span{
  vertical-align: middle;
  font-size: 15px;
  color: #FFFFFF;
}
.mod_a{
  background-image: linear-gradient(-20deg, #00cdac 0%, #8ddad5 100%);
}
.mod_b{
  background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);
}

.mo_leer img{
  width: 50px;
  vertical-align: middle;
}
.mo_leer span{
  font-size: 18px;
  color: #FFFFFF;
  padding-left: 10px;
  vertical-align: middle;
}
.mo_leer b{
  font-size: 22px;
  padding: 0 5px;
}
.main_down{
  width: 100%;
  margin: 20px auto 0;
  background: #FFFFFF;
  border-radius: 10px;
}
.mol_al{
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #f4f4f4;
  padding: 20px;
  font-size: 18px;
}
.mol_al span::before{
  content: "â—†";
  color: #e12826;
  padding-right: 10px;
}
.mol_bl{
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 0;
  text-align: center;
  overflow: hidden;
}
.mol_bl li{
  float: left;
  width: 25%;
  margin-bottom: 40px;
}
.mot_as{
  width: 95%;
  margin: 0 auto;
  background: #00A2FF;
  border-radius: 10px;
  padding: 20px 0;
}
.mot_as img{
  width: 52px;
  padding-top: 10px;
}
.mot_as p{
  font-size: 18px;
  color: #FFFFFF;
  padding-top: 10px;
}
.pol_h{
  width: 97%;
  margin: 10px auto 0;
  background: #FFFFFF;
  padding: 15px 15px 10px;
  border-radius: 10px;
}
.pol_h p{
  font-size: 18px;
}
.momo_a{
  background-image: linear-gradient(to top, #00c6fb 0%, #005bea 100%);
}
.momo_b{
  background-image: linear-gradient(180deg, #2af598 0%, #009efd 100%);
}
.momo_c{
  background-image: linear-gradient(to top, #ff5858 0%, #f09819 100%);
}
.momo_d{
  background-image: linear-gradient(to top, #ff0844 0%, #ffb199 100%);
}
.tbi_s a{
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 99%;
  max-width: 300px;
}




  .black_overlay {
                display: none !important;
                position: absolute;
                top: 0%;
                left: 0%;
                width: 100%;
                height: 100%;
                background-color: #222;
                z-index: 1001;
                -moz-opacity: 0.8;
                opacity: .80;
                filter: alpha(opacity=78);
            }

            .pop_win {
                display: none;
                position: absolute;
                top: 5%;
                left: 12%;
                width: 700px;
                height: 400px;
                
                /* border: 2px solid #3b3e41; */
                background-color: white;
                z-index: 9999;
                overflow: auto;
                /* border-radius: 25px; */
                box-shadow: 0 0 20px 0 #e1e1e1;
            }
            .fancybox-button {
                /* background: rgba(30, 30, 30, .6); */
                border: 0;
                border-radius: 0;
                box-shadow: none;
                cursor: pointer;
                display: inline-block;
                height: 44px;
                margin: 0;
                padding: 10px;
                position: relative;
                transition: color .2s;
                vertical-align: top;
                visibility: inherit;
                width: 44px;
            }




.tab-wrapper {
  margin: 0px auto;
  width: 90%;
  
/* margin-top: 20px; */}

.tab-menu li {
  position:relative;
  background-color: #fff;
  color: #666;
  display: inline-block;
  padding: 20px 30px;
  opacity: 0.8;
  cursor:pointer;
  z-index:0;
font-size: 16px;font-weight: bold;}

.tab-menu li:hover {
  color:#464646;
}

.tab-menu li.active {
  color: #ea2d2d;
  opacity: 1;
}

.tab-menu li.active:hover {
  color:#464646;
}

.tab-content>div {
  
  box-sizing:border-box;
  width: 100%;
  padding: 10px 0;   
  
}

.line {
  position:absolute;
  width: 0;
  height: 2px;
  background-color: #ea2d2d;
  bottom: 0;
  left: 0;
}

.tab-menu{border-bottom:1px solid #dedede;}


.tc {width: 1200px;margin: 0 auto}








details {
  
  
  border-bottom: 0;
  list-style: none;
margin-top: 5px;text-align: left;background: #f7f7f7;padding: 7px 10px;font-size: 16px;}
details:first-child {
  
/* margin: 0; */}

summary {
  display: block;
  transition: 0.2s;
  font-weight: 700;
  
/* padding: 7px  10px; */

background: #f7f7f7;text-align: left;}
summary:focus {
  
}
.collapse-init summary::after {
  border-right: 2px solid;
  border-bottom: 2px solid;
  content: '';
  float: right;
  width: 0.5em;
  height: 0.5em;
  margin-top: 0.25em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: inherit;
}
[open] summary {
  
  color: #333;
background: #f7f7f7;;}
[open] summary::after {
  margin-top: 0.5em;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.collapse{display: block;}

.rm{font-size: 14px;color: #666;margin: 10px;font-weight: normal;width: 64px;}
.rm input{ border-color: #dedede ;margin: 0;margin-right: 6px;}


/*简历预览*/

.jlyl_ta{
  width:100%;
  margin-top: 20px;
}
.jlyl_ta td{
  border: 1px solid #b4b4b4;
  padding: 10px 10px;
  line-height: 24px;
  font-size: 16px;
  color: #4e4e4e;
  font-weight: 600;
  min-width: 100px;
}
.jlyl_con{
 width: 1200px !important;
 margin: 0 auto;
 padding: 30px 100px;
 background-color: #ffffff;
 overflow: hidden;
}
.jlyl_con a{
  float: right;
  background: #e12826;
  color: #fff;
  border-radius: 30px;
  padding: 7px 20px;
  font-size: 14px;
}
.jlyl_con h3{
  font-size: 30px;
  color: #333;
  float: left;
}

.jlyl_top{
  overflow:hidden
}
.jlyl_ta td:last-child{
  width:120px;
}
.td_ys{
  font-weight: normal !important;
  color: #666 !important;
}
/* .jlyl_ta td:nth-child(2n-1){
  min-width: 100px;
} */

/*招聘列表*/

.sx{
  overflow:hidden;
  margin-top: 10px;
  padding: 0 5px;
}
.sx select{
  width: 16%;
  border: 1px solid #dedede;
  font-size: 14px;
  padding: 5px;
  height: 40px;
}
.h-tool2-right{
  width: 33%;
  float: right;
}
.h-tool2-right input{
  width: 80%;
  height: 40px;
  line-height: 40px;
  background: none;
  color: #8f8f8f;
  float: left;
  border: none;
  font-size: 16px;
  border: 1px solid #e5e5e5;
  padding: 0 10px;
}
.h-search{
 display: inline-block !important;
     width: 20% !important;
     height: 40px;
     background: #2f6fd5 url(../img/wpf_search.png) no-repeat center center !important;
     cursor: pointer;
     background-size: 20px auto !important;
     border: none !IMPORTANT;
     border-radius: 0 !important;
}

.zp_con{
  margin-top:20px;
  padding: 0 7px;
}
.zp_li{
  overflow: hidden;
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.zp_le{
  width: 60%;
  float: left;
}
.zp_rg{
  /* width: 30%; */
  float: right;
  text-align: right;
}
.zp_le_p1 span{
  display:inline-block
}
.zp_le_p2{
  margin: 8px 0;
}
.zp_le_p2 span{
  border-right: 1px solid #bababa;
  padding-right: 5px;
  display: inline-block;
  margin-right: 0px;
  line-height: 13px;
  font-size: 14px;
  color: #666;
}
.zp_le_p2 span:last-child{
  border:none;
}
.zp_le_p2 span:nth-child(1){
  font-size: 18px;
  color: #d87c15;
  border: none;
}
.zp_le_p3{
  
}
.zp_le_p3 span{
  display: inline-block;
  border: 1px solid #dedede;
  margin-right: 5px;
  padding: 0px 8px;
  font-size: 13px;
  color: #9b9b9b;
}
.zp_le_zw{
  font-size: 16px;
  color: #d81515;
}
.zp_le_rq{
  margin: 0 10px;
}
.zp_le_gt{
  border: 1px solid #e7e7e7;
  padding: 1px 3px;
  font-size: 13px;
  display: inline-block;
}
.zp_le_gt img{
  width: 20px;
  float: left;
  margin-right: 2px;
}
.zp_rg_p1{
  font-size: 16px;
  color: #000;
  background: url(../img/gs.png)no-repeat left;
      padding-left: 28px;
      background-size: 28px auto;
}
.zp_rg_p2{
  margin: 8px 0;
}
.zp_rg_p3{
  font-size: 14px;
  color: #666;
}
.zp_rg_p2 span{
  border-left: 1px solid #bababa;
  padding-left: 7px;
  line-height: 14px;
  display: inline-block;
  color: #666;
  margin-left: 3px;
}
.zp_rg_p2 span:first-child{
  border:none;
}

/*招聘详情*/
.zpxq_con{padding: 12px 20px;}
.zpxq_con1_p1{
  
}
.zpxq_con1_p1 span:nth-child(1){
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
.zpxq_con1_p1 span:nth-child(2){
  float: right;
  font-size: 24px;
  color: #d87c15;
  background: url(../img/xz.png)no-repeat left;
      padding-left: 39px;
      background-size: 37px;
}
.zpxq_con1_p2 span{
  font-size: 14px;
  color: #666;
  border-right: 1px solid #c5c5c5de;
  line-height: 15px;
  display: inline-block;
  padding-right: 6px;
  margin-right: 3px;
}
.zpxq_con1_p3 span{
  background: #fff6ec;
  color: #d88315;
  padding: 1px 5px;
  font-size: 13px;
}
.zpxq_con1_p2 span:last-child{
  border:none;
}
.zpxq_con1_p2{
  margin:8px 2;
}

.zpxq_tit{
  font-size: 16px;
  border-left: 3px solid #dd1212;
  line-height: 16px;
  padding-left: 10px;
  color: #3d3d3d;
  margin: 10px 0;
}
.zpxq_con1,
.zpxq_con3,
.zpxq_con2{
  margin-bottom: 20px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
}
.zpxq_con3 p,
.zpxq_con4 p,
.zpxq_con2 p{
  font-size: 14px;
  margin-left: 10px;
  color: #666;
  margin-top: 10px;
}
.zpxq_con2 p span{
 display:block;
}
.zpxq_con4{
	padding-bottom: 40px;
}

.mut_top button {
    width: 25%;
    background: #2479db;
    margin: 0 auto;
    display: block;
    border: none;
    padding:10px 0;
    border-radius: 30px;
    color: #fff;
    margin-bottom: 20px;
    font-size: 14px;
}
.ser_cx button {
    width: auto;
    background: #2479db;
    margin: 0 auto;
    display: block;
    border: none;
    padding:0;
    border-radius: 30px;
    color: #fff;
    margin-bottom: 0px;
    font-size: 14px;
}
.fill_com_comment{
	background: linear-gradient(to bottom, #f94d2c, #FF5722 50%, white);
    padding-top: 0.5rem;
}
.fill_com_comment h3{	
	line-height:40px;
	color:#fff;
}
.fill_com_comment1{
	background: linear-gradient(to bottom, #f94d2c, #FF5722 50%, white);
    padding: 20px;
}
.fill_com_comment1 h3{
	color:#fff;	
	line-height:40px;
	margin:10px;
}
.fill_com999 {
	background-color:#fff;	
	text-align:left !important;	
	margin:20px;
	padding:10px;
	border-radius: 15px; 
}
.fill_com999 p{
	font-size:16px;
	line-height:40px;
	text-indent:2rem;
}

.fill_com999 span{
	font-size:1.5rem;
	line-height:40px;
}
.fill_com998 {
	background-color:#fff;	
	text-align:left !important;
	padding:10px;
	border-radius: 15px; 		
	margin-bottom:20px;
}
.fill_com998 p{
	font-size:1.5rem;
	line-height:40px;
	text-indent:3rem;
}

.fill_com998 span{
	font-size:16px;
	line-height:40px;
}

.fill_mad999{
	background-color:#fff;
	margin: 20px;
	border-radius: 15px; 
	padding:10px;
}
.fill_mad999 label{
	width: 50% !important;
}
.fill_mad999 fill_da{
	margin:10px 0px;
}

.fill_mad998{
	background-color:#fff;
	border-radius: 15px; 
	padding:10px;
	text-align:left !important;
}

.fill_mad998 label{
	width: 40% !important;
}

.fill_mad998 input{
	float:none !important;
}

.fill_mad998 .fa_loa {
        width: 53% !important;;
}
.fill_da_input {
	padding-top: 6px;
}
.fill_da_input span{
	padding: 0px 15px;
}