img {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /*Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pr {
  position: relative;
}
.pb {
  position: absolute;
}
.rdcl {
  color: #db262c;
}
.rdbg {
  background: #db262c;
}
.bold {
  font-weight: 700;
}
.grbg {
  background: #019334;
}
.ppbg {
  background: #b50184;
}
.orbg {
  background: #f07e01;
}
.graybg {
  background: #f4f4f4;
}
.wtcl {
  color: #fff;
}
.wtbg {
  background: #fff;
}
.hscl {
  color: #8f5f01;
}
.sm {
  font-size: 14px;
}
.xl {
  font-size: 36px;
}
.container {
  width: 1136px;
  margin: 0 auto;
}
.warn {
  color: #f91921;
}
.bd {
  font-weight: bold;
}
.ybm-banner {
  position: relative;
  height: 455px;
}
.ybm-banner .banner-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ybm-sec {
  padding: 50px 0 0;
}
.ybm-tit {
  padding-bottom: 60px;
}
.ybm-tit h2 {
  position: relative;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
}
.ybm-tit h2::before {
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 218px;
  height: 1px;
  background: #000;
  content: '';
}
.ybm-tit h2::after {
  position: absolute;
  bottom: -15.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: #f91921;
  content: '';
}
.coupon-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding: 0 30px;
}
.coupon-list .coupon-item {
  position: relative;
  margin-right: 100px;
  margin-bottom: 70px;
}
.coupon-list .coupon-item:nth-child(3n) {
  margin-right: 0;
}
.coupon-list .coupon-item .coupon-top {
  position: relative;
  z-index: 2;
  width: 292px;
  height: 170px;
  border-radius: 12px;
  background: -webkit-radial-gradient(right top, circle, transparent 10px, #f74e31 0) top left / 50px 51% no-repeat, -webkit-radial-gradient(right bottom, circle, transparent 10px, #f74e31 0) bottom left / 50px 51% no-repeat, -webkit-radial-gradient(left top, circle, transparent 10px, #f74e31 0) top right / 242px 51% no-repeat, -webkit-radial-gradient(left bottom, circle, transparent 10px, #f74e31 0) bottom right / 242px 51% no-repeat;
  background: -o-radial-gradient(right top, circle, transparent 10px, #f74e31 0) top left / 50px 51% no-repeat, -o-radial-gradient(right bottom, circle, transparent 10px, #f74e31 0) bottom left / 50px 51% no-repeat, -o-radial-gradient(left top, circle, transparent 10px, #f74e31 0) top right / 242px 51% no-repeat, -o-radial-gradient(left bottom, circle, transparent 10px, #f74e31 0) bottom right / 242px 51% no-repeat;
  background: radial-gradient(circle at right top, transparent 10px, #f74e31 0) top left / 50px 51% no-repeat, radial-gradient(circle at right bottom, transparent 10px, #f74e31 0) bottom left / 50px 51% no-repeat, radial-gradient(circle at left top, transparent 10px, #f74e31 0) top right / 242px 51% no-repeat, radial-gradient(circle at left bottom, transparent 10px, #f74e31 0) bottom right / 242px 51% no-repeat;
}
.coupon-list .coupon-item .coupon-top::before {
  position: absolute;
  left: -21px;
  top: 83px;
  content: '';
  width: 142px;
  height: 1px;
  background: -webkit-linear-gradient(right, #fff, #fff 6px, transparent 4px, transparent);
  background: -o-linear-gradient(right, #fff, #fff 6px, transparent 4px, transparent);
  background: linear-gradient(to left, #fff, #fff 6px, transparent 4px, transparent);
  background-size: 8px 100%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.coupon-list .coupon-item .coupon-top .coupon-tips {
  position: absolute;
  top: 0;
  left: 10px;
  height: 170px;
  color: #fff;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  letter-spacing: 15px;
  text-indent: 15px;
  text-align: center;
}
.coupon-list .coupon-item .coupon-top .coupon-desc {
  position: absolute;
  left: 50px;
  top: 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
  width: 240px;
  height: 170px;
}
.coupon-list .coupon-item .coupon-top .coupon-desc .coupon-desc-wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.coupon-list .coupon-item .coupon-top .coupon-desc .num-warn {
  font-weight: bolder;
  font-size: 70px;
}
.coupon-list .coupon-item .coupon-top .coupon-desc .num-warn.yl {
  color: #fbff00;
}
.coupon-list .coupon-item .coupon-top .coupon-desc .coupon-tit {
  font-size: 22px;
  margin-top: 12px;
}
.coupon-list .coupon-item .coupon-bot {
  position: absolute;
  width: 292px;
  height: 170px;
  border-radius: 12px;
  background: -webkit-radial-gradient(right top, circle, transparent 10px, #f83277 0) top left / 50px 51% no-repeat, -webkit-radial-gradient(right bottom, circle, transparent 10px, #f83277 0) bottom left / 50px 51% no-repeat, -webkit-radial-gradient(left top, circle, transparent 10px, #f83277 0) top right / 242px 51% no-repeat, -webkit-radial-gradient(left bottom, circle, transparent 10px, #f83277 0) bottom right / 242px 51% no-repeat;
  background: -o-radial-gradient(right top, circle, transparent 10px, #f83277 0) top left / 50px 51% no-repeat, -o-radial-gradient(right bottom, circle, transparent 10px, #f83277 0) bottom left / 50px 51% no-repeat, -o-radial-gradient(left top, circle, transparent 10px, #f83277 0) top right / 242px 51% no-repeat, -o-radial-gradient(left bottom, circle, transparent 10px, #f83277 0) bottom right / 242px 51% no-repeat;
  background: radial-gradient(circle at right top, transparent 10px, #f83277 0) top left / 50px 51% no-repeat, radial-gradient(circle at right bottom, transparent 10px, #f83277 0) bottom left / 50px 51% no-repeat, radial-gradient(circle at left top, transparent 10px, #f83277 0) top right / 242px 51% no-repeat, radial-gradient(circle at left bottom, transparent 10px, #f83277 0) bottom right / 242px 51% no-repeat;
  -webkit-transform: rotate(9deg) translate(-28px, -167px);
  -ms-transform: rotate(9deg) translate(-28px, -167px);
  transform: rotate(9deg) translate(-28px, -167px);
}
.cgyh-adv {
  background: -webkit-gradient(linear, left top, right top, from(#f5731b), to(#f33907));
  background: -webkit-linear-gradient(left, #f5731b 0%, #f33907 100%);
  background: -o-linear-gradient(left, #f5731b 0%, #f33907 100%);
  background: linear-gradient(to right, #f5731b 0%, #f33907 100%);
  height: 150px;
  border-radius: 15px;
  margin: 10px auto 0;
}
.cgyh-adv img {
  width: 27%;
  position: relative;
  left: 15px;
  bottom: 81px;
  display: inline-block;
}
.cgyh-adv .wenzi {
  display: inline-block;
  position: relative;
  top: -166px;
  margin-left: 20px;
}
.cgyh-adv .wenzi .adv_text {
  width: 110%;
  font-size: 25px;
  line-height: 45px;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #fc8a30;
  font-style: oblique;
}
.cgyh-adv .wenzi .adv_text span {
  color: #fbff00;
}
.cgyh-adv .wenzi .adv_eng {
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}
.cgyh-adv .form_s {
  width: 460px;
  display: inline-block;
  position: relative;
  top: -182px;
  margin-left: 60px;
}
.cgyh-adv .form_s .tel {
  width: 300px;
  height: 50px;
  border-radius: 5px;
  color: #999b9d;
  font-size: 20px;
  line-height: 50px;
  border: none;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff url(/images_2016/mqdxb/phone.png) no-repeat 2%;
  background-size: 9%;
}
.cgyh-adv .form_s .tel:focus {
  outline: 0;
}
.cgyh-adv .form_s .form_btn {
  width: 150px;
  height: 50px;
  color: #fa4007;
  font-size: 20px;
  line-height: 50px;
  background-color: #fbff00;
  border: none;
  border-radius: 5px;
}
.cgyh-adv .form_s .form_btn:focus {
  outline: 0;
}
.cgyh-adv.dxbme {
  margin-top: 55px;
}
.cgyh-adv.dxbme > img {
  width: 24%;
  bottom: 58px;
}
.cgyh-adv.dxbme .wenzi {
  top: -108px;
}
.cgyh-adv.dxbme .wenzi .adv_text {
  width: 100%;
}
.cgyh-adv.dxbme .form_s {
  top: -123px;
  margin-left: 38px;
}
.ybm-txt {
  margin-bottom: 40px;
}
.ybm-txt p {
  font-size: 18px;
  line-height: 32px;
}
.dxb-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap ;
  -ms-flex-flow: wrap ;
  flex-flow: wrap ;
}
.dxb-list .dxb-item {
  width: 296px;
  margin-right: 66px;
  padding: 18px;
  border: 1px solid #aaa;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 26px;
}
.dxb-list .dxb-item:nth-child(3n) {
  margin-right: 0;
}
.dxb-list .dxb-item .dxb-thumb {
  position: relative;
  overflow: hidden;
}
.dxb-list .dxb-item .dxb-thumb .gxzy-status {
  position: absolute;
  top: 8px;
  left: -126px;
  width: 100%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-size: 14px;
  line-height: 28px;
}
.dxb-list .dxb-item .dxb-thumb img {
  display: block;
  width: 100%;
}
.dxb-list .dxb-item .dxb-desc {
  background: #eeeeee;
}
.dxb-list .dxb-item .dxb-desc .dxb-num {
  position: relative;
  width: 136px;
  line-height: 36px;
  margin-top: -18px;
  margin-left: 80px;
  background: #eeeeee;
}
.dxb-list .dxb-item .dxb-desc .dxb-tit {
  font-weight: bold;
  color: #383838;
  font-size: 22px;
  line-height: 22px;
}
.dxb-list .dxb-item .dxb-desc .dxb-subtit {
  font-size: 16PX;
  line-height: 16px;
  margin-top: 14px;
  margin-bottom: 18px;
}
.dxb-list .dxb-item .dxb-desc .dxb-btn {
  padding: 0 0 18px;
}
.dxb-list .dxb-item .dxb-desc .dxb-btn a {
  display: inline-block;
  width: 162px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 16px;
  color: #fff;
  background: #f91921;
}
.gxzy-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.gxzy-list .gxzy-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: calc((100% - 20px) / 2);
  margin: 0 20px 20px 0;
  padding: 22px;
  background: #f4f4f4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gxzy-list .gxzy-item:nth-child(2n) {
  margin-right: 0;
}
.gxzy-list .gxzy-item:nth-last-child(1),
.gxzy-list .gxzy-item:nth-last-child(2) {
  margin-bottom: 0;
}
.gxzy-list .gxzy-item .gxzy-l-wrap {
  width: 250px;
}
.gxzy-list .gxzy-item .gxzy-r-wrap {
  width: calc(100% - 250px);
}
.gxzy-l-wrap {
  text-align: center;
}
.gxzy-l-wrap .gxzy-thumb img {
  display: block;
  width: 100%;
}
.gxzy-l-wrap h3 {
  line-height: 48px;
  font-size: 20px;
  font-weight: normal;
}
.gxzy-l-wrap .gxzy-salary {
  padding: 26px 0;
  background: #fff;
  border-radius: 0 0 12px 12px;
}
.gxzy-l-wrap .gxzy-salary .zy-salary-wrap h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: normal;
}
.gxzy-l-wrap .gxzy-salary .zy-salary-wrap h4 .hscl {
  margin-left: 8px;
}
.gxzy-l-wrap .gxzy-salary .zy-salary-wrap .salary-num {
  color: #db262c;
  margin-top: 12px;
  height: 36px;
}
.gxzy-r-wrap {
  position: relative;
  padding: 5px 0 12px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gxzy-r-wrap .gxzy-tit p {
  line-height: 26px;
  overflow: hidden;
  font-size: 15px;
  margin-bottom: 14px;
}
.gxzy-r-wrap .gxzy-tit p span {
  float: left;
  display: block;
}
.gxzy-r-wrap .gxzy-tit p .gxzy-tit-icon {
  width: 26px;
  text-align: center;
  background: #db262c;
  color: #fff;
  border-radius: 50%;
}
.gxzy-r-wrap .gxzy-tit p .gxzy-hot {
  width: 52px;
  text-align: center;
  color: #fff;
  background: #db262c;
  border-radius: 13px;
  text-transform: uppercase;
}
.gxzy-r-wrap .gxzy-tit p .gxzy-xxxz {
  width: calc(100% - 26px - 52px);
  text-indent: 6px;
}
.gxzy-r-wrap .zy-salary-list .salary-item {
  overflow: hidden;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 14px;
}
.gxzy-r-wrap .zy-salary-list .salary-item .zy-detail {
  float: left;
}
.gxzy-r-wrap .zy-salary-list .salary-item .detail-num {
  float: right;
}
.gxzy-r-wrap .gxzy-btn {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 12px;
  line-height: 38px;
}
.gxzy-r-wrap .gxzy-btn a {
  display: block;
  width: 212px;
  margin: 0 auto;
  background: #db262c;
  color: #fff;
  font-size: 15px;
  text-align: center;
  border-radius: 19px;
}
.jywy-txt {
  margin-bottom: 26px;
}
.jywy-txt p {
  width: 830px;
  margin: 0 auto;
  line-height: 38px;
  text-align: center;
  font-size: 18px;
}
.jywy-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.jywy-list .jywy-item {
  width: 268px;
  margin-right: 21px;
  margin-bottom: 21px;
}
.jywy-list .jywy-item .jywy-thumb img {
  display: block;
  width: 100%;
}
.jywy-list .jywy-item .jywy-desc {
  text-align: center;
  padding: 22px 0;
  background: #f4f4f4;
}
.jywy-list .jywy-item .jywy-desc h4 {
  line-height: 26px;
  font-size: 26px;
  color: #f45812;
  margin-bottom: 12px;
}
.jywy-list .jywy-item .jywy-desc p {
  font-size: 16px;
  line-height: 16px;
}
.jywy-list .jywy-item:nth-child(4n) {
  margin-right: 0;
}
.ybmdy p {
  font-size: 18px;
  color: #000;
  line-height: 36px;
  text-indent: 2em;
}
.ybm-sec-wrap.w1200 {
  width: 1200px;
}
.ybmys .ybmys-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.ybmys .ybmys-list .ybmys-item {
  margin-right: 28px;
  margin-bottom: 20px;
}
.ybmys .ybmys-list .ybmys-item:nth-child(2n) {
  margin-right: 0;
}
.ybmys-wrap {
  position: relative;
  width: 554px;
  height: 100px;
  border-radius: 56px;
  background: #ec2601;
  overflow: hidden;
}
.ybmys-wrap .ybmys-num {
  position: absolute;
  width: 100px;
  line-height: 100px;
  background: #d50a04;
  color: #fff9e5;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  border-right: 2px solid #ffe291;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
.ybmys-wrap .ybmys-num p {
  -webkit-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  transform: skewX(20deg);
}
.ybmys-wrap .ybmys-desc {
  position: absolute;
  top: 50%;
  left: 132px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ybmys-wrap .ybmys-desc h4 {
  color: #fff9e5;
  font-size: 25px;
  line-height: 25px;
  font-weight: normal;
  margin-bottom: 12px;
}
.ybmys-wrap .ybmys-desc p {
  font-size: 16px;
  color: #fff;
  line-height: 16px;
}
.ybmys-wrap .ybmqd {
  position: absolute;
  right: 10px;
  top: 8px;
}
.ybmys-wrap .ybmqd::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #feab4b;
  content: '';
  z-index: 1;
}
.ybmys-wrap .ybmqd .ybmqd-wrap {
  position: relative;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffbe0), to(#ffe694));
  background: -webkit-linear-gradient(top, #fffbe0 0%, #ffe694 100%);
  background: -o-linear-gradient(top, #fffbe0 0%, #ffe694 100%);
  background: linear-gradient(to bottom, #fffbe0 0%, #ffe694 100%);
  color: #ec2601;
  z-index: 2;
  text-align: center;
}
.ybmys-wrap .ybmqd .ybmqd-wrap .sfr {
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
  padding-top: 16px;
}
.ybmys-wrap .ybmqd .ybmqd-wrap .ser {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}
