@charset "utf-8";
/* CSS Document */
/*铁路衔接新增业务介绍 服务专员*/
.tlysxj_ywjs {
  background: #fff;
  width: 100%;
  box-shadow: 0px 13px 20px rgba(104, 122, 163, 0.08);
  padding: 20px 0 20px 0;
  margin-bottom: 30px;
  margin-top: 30px;
}
.tlysxj_ywbg {
  background: url("../img/tlysxj_yw.png") no-repeat right 0px;
  background-size: cover;
  background-size: 240px 180px;
  height: 180px;
}
.tlysxj_yw_tit {
  color: #222;
  font-size: 24px;
  padding-bottom: 25px;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
}
.tlysxj_yw_tit:before {
  position: relative;
  width: 6px;
  height: 20px;
  background: #e12941;
  left: 0;
  display: inline-block;
  content: '';
  top: 1px;
  margin-right: 15px;
}
.tlysxj_ywjs p {
  font-size: 16px;
  line-height: 34px;
  text-indent: 2em;
  padding: 0 50px;
}
.tlysxj_fuzy {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
  padding: 40px 20px;
  margin-bottom: 70px;
  margin-top: 10px;
}

.tlysxj_yw_tittab {
  width: 600px;
  background: #f8f8f8;
  border: 1px solid #e9e9e9;
  height: 32px;
  font-size: 16px;
  border-radius: 40px;
  text-align: center;
  line-height: 32px;
  font-weight: normal;
  margin: 0 auto 20px auto;
}
.tlysxj_yw_tittab a {
  width: 198px;
  display: block;
  float: left;
  border-radius: 40px;
  color: #666;
  cursor: pointer;
}
.tlysxj_yw_tittab a.over {
  background: #df0629;
  color: #fff;
}


/*服务专员*/
.fwzy_tab {
  margin-top: 15px;
}
.fwzy_tab h2 {
  cursor: pointer;
}
.fwzy_tab .out {
  color: #979797;
  font-size: 14px;
  border: 1px solid #e7e7e7;
  background: #f8f8f8;
  padding: 1px 5px;
  display: inline-block;
  font-weight: normal;
  border-radius: 2px;
}
.fwzy_tab .over {
  color: #df0629;
  font-size: 14px;
  border: 1px solid #df0629;
  background: #fff1ef;
  padding: 1px 5px;
  display: inline-block;
  font-weight: normal;
  border-radius: 2px;
}
.fwzy_cont {
  border: 1px solid #ececec;
  width: 1138px;
  height: 230px;
  padding: 0px 10px;
  font-style: normal;
  position: relative;
}
.fwzy_cont em{
    font-style: normal;
}
.fwzy_list {
  width: 1138px;
  overflow: hidden;
}
.fwzy_list li {
  width: 223px;
  border-right: 1px solid #ececec;
  height: 170px;
  float: left;
  padding: 30px 30px;
}
.fwzy_list li:nth-child(4) {
  border-right: 0;
}
.fwzy_list li:last-child {
}
.fwzy_list li .infor {
  position: relative;
  padding-left: 60px;
  padding-bottom: 20px;
}
.fwzy_list li .infor .zy-tou {
  position: absolute;
  left: 0;
}
.fwzy_list li .infor .zy-tou img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.fwzy_list li .infor .name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  padding-bottom: 5px;
  padding-top: 4px;
  padding-left: 10px;
}
.fwzy_list li .infor .bumen {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 140px;
  padding-left: 10px;
}
.fwzy_list li .fwnr {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  padding: 0;
}
.fwzy_list li a {
  color: #df0629;
  border: 1px solid #df0629;
  border-radius: 50px;
  padding: 0px 10px;
  font-size: 14px;
  float: right;
}
.fwzy_list li .ywjs {
  height: 80px;
}
.fwzy_list li .erwm {
  position: relative;
  width: 88px;
  height: 22px;
  float: right;
}
.fwzy_list li .erwm a:hover + .mask {
  opacity: 1;
}
.fwzy_list li .erwm .mask {
  opacity: 0;
  width: 110px;
  height: 110px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 10000;
  transition: all 0.5s ease-in-out 0s !important;
  position: absolute;
  bottom: 29px;
  right: 10px;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
}
.fwzy_list li .erwm .mask img {
  width: 110px;
  height: 110px;
}
 .tlzy_next {
  position: absolute;
  bottom: 90px;
  display: inline-block;
  z-index: 90;
  right: -45px;
  background-image: url(../img/btn-fr1.png);
  height: 40px;
  width: 40px;
  background-size: cover;
  cursor: pointer;
}
 .tlzy_next:hover {
  background-image: url(../img/btn-fr2.png);
}
.tlzy_prev {
  position: absolute;
  bottom: 90px;
  display: inline-block;
  z-index: 90;
  left: -45px;
  background-image: url(../img/btn-fl1.png);
  height: 40px;
  width: 40px;
  background-size: cover;
  cursor: pointer;
}
.tlzy_prev:hover {
  background-image: url(../img/btn-fl2.png);
}
.tlysxj_jrfu {
  background: #fff;
  width: 100%;  
  padding: 30px 0 20px 0;
  margin: 30px 0 40px 0;
  
}
.tlysxj_jrfu p {
  font-size: 16px;
  line-height: 34px;
  text-indent: 0;
  padding: 10px 0 0 0;
}
.jrzx-cp-jrfu{
    width: calc(50% - 0px)!important;
    padding: 45px!important;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.jrzx-cp-jrfu{
    width: calc(50% - 0px)!important;
    padding: 45px!important;
}
.jrzx-cp-pic img {
    width: 380px;
    height: 271px;
}
.jrzx-cp-jj .zhanshou {
  margin-top: 50px;
}
.jrzx-cp-jj .zhanbtn {
  background: #e00023;
  color: #fff;
  font-size: 16px;
  padding: 8px 35px;
  cursor: pointer;
}
.jrzx-cp-jj .zhanbtn:hover {
  background: #d00626;
}
.jrzx-cp-jj .shoubtn {
  background: #fff;
  color: #1d1d1d;
  font-size: 16px;
  border: 1px solid #1d1d1d;
  padding: 7px 35px;
  margin-left: 15px;
  cursor: pointer;
}
.rzcont {
  transition: all 2s !important;
}
.rztab-tit {
  background: #fff;
  min-height: 71px;
}
.rztab-tit a {
  margin-right: 20px;
}
.rztab-tit img {
  width: 230px;
  height: 67px;
}
.rztab-tit .over {
  border-bottom: 3px solid #e00629;
}
.rztab-cont {
  background: url("../img/jrzx_zkbg.jpg");
  height: auto;
  width: 100%;
  padding: 50px 0;
  background-size: cover;
}
.rztab-cont em {
  font-style: normal !important;
}
.rztab-cont .rzcp-tit {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #262626;
  padding-bottom: 20px;
}
.rztab-cont .rzcp-jie {
  font-size: 16px;
  color: #666;
  text-indent: 2em;
  line-height: 28px;
  margin-bottom: 45px;
}
.rztab-cont .rzcp-liu {
  width: 1200px;
}
.rztab-cont .rzcp-l {
  width: calc(45% - 84px);
  float: left;
  background: linear-gradient(to bottom, #f2f3f5, #fff);
  padding: 30px 40px;
  border-radius: 3px;
  border: 2px solid #fff;
  box-shadow: 3px 3px 13px rgb(104 122 163 / 14%);
}
.rztab-cont .rzcp-r {
  width: 55%;
  float: left;
}
.rztab-cont .rzcp-l .shiy {
  font-size: 20px;
  font-weight: bold;
  background: url("../img/rzcp-ico1.png") no-repeat;
  background-size: 24px 24px;
  padding-left: 35px;
  padding-bottom: 10px;
}
.rztab-cont .rzcp-l .shiy-t {
  padding-left: 35px;
  color: #666;
  line-height: 24px;
  padding-bottom: 20px;
  font-size: 16px;
}
.rztab-cont .rzcp-l .yewu {
  font-size: 20px;
  font-weight: bold;
  background: url("../img/rzcp-ico2.png") no-repeat;
  background-size: 24px 24px;
  padding-left: 35px;
  padding-bottom: 5px;
}
.rztab-cont .rzcp-r .text {
  margin-bottom: 20px;
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.rztab-cont .rzcp-r .yh-tc-lc {
  text-align: center;
  width: 600px;
  margin: auto;
}
.rztab-cont .rzcp-r .yh-tc-lc li {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  width: 200px;
  height: 120px;
  float: left;
  position: relative;
}
.rztab-cont .rzcp-r .yh-tc-lc li::before {
  content: '';
  display: block;
  position: absolute;
  width: 200px;
  height: 20px;
  background-image: url(../img/gyljr-yh-tc-lc-right.png);
  background-repeat: no-repeat;
  background-position: center center;
  left: 50%;
  top: 12px;
  z-index: 11;
}
.rztab-cont .rzcp-r .yh-tc-lc li i {
  background: linear-gradient(to right bottom, #e32a21, #fb675f);
  color: #fff;
  font-style: normal;
  display: block;
  width: 50px;
  height: 50px;
  margin: 0px auto 10px auto;
  border-radius: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  border: solid 3px #fff;
  box-shadow: 2px 3px 5px rgb(0 0 0 / 10%);
  position: relative;
  z-index: 20;
}
.rztab-cont .rzcp-r .yh-tc-lc li::after {
  content: '';
  display: block;
  position: absolute;
  width: 200px;
  height: 5px;
  background-color: #f5dede;
  left: 50%;
  top: 20px;
  z-index: 10;
}
.rztab-cont .rzcp-r .yh-tc-lc li:nth-child(3)::before, .rztab-cont .rzcp-r .yh-tc-lc li:nth-child(9)::before {
  background-image: url(../img/gyljr-yh-tc-lc-down.png);
  width: 20px;
  height: 30px;
  left: 192px;
  top: 65px;
}
.rztab-cont .rzcp-r .yh-tc-lc li:nth-child(3)::after, .rztab-cont .rzcp-r .yh-tc-lc li:nth-child(9)::after {
  width: 100px;
  height: 115px;
  background: none;
  border: solid 5px #f5dede;
  border-left: none;
  border-radius: 0% 120px 120px 0%;
}
.rztab-cont .rzcp-r .yh-tc-lc li:nth-child(4), .rztab-cont .rzcp-r .yh-tc-lc li:nth-child(5), .rztab-cont .rzcp-r .yh-tc-lc li:nth-child(6), .rztab-cont .rzcp-r .yh-tc-lc li:nth-child(10), .rztab-cont .rzcp-r .yh-tc-lc li:nth-child(11), .rztab-cont .rzcp-r .yh-tc-lc li:nth-child(12) {
  float: right;
}
.rztab-cont .rzcp-r .yh-tc-lc li:nth-child(4)::after, .rztab-cont .rzcp-r .yh-tc-lc li:nth-child(5)::after, .rztab-cont .rzcp-r .yh-tc-lc li:nth-child(10)::after, .rztab-cont .rzcp-r .yh-tc-lc li:nth-child(11)::after {
  left: -50%;
}
.rztab-cont .rzcp-r .yh-tc-lc li:nth-child(4)::before, .rztab-cont .rzcp-r .yh-tc-lc li:nth-child(5)::before, .rztab-cont .rzcp-r .yh-tc-lc li:nth-child(10)::before, .rztab-cont .rzcp-r .yh-tc-lc li:nth-child(11)::before {
  background-image: url("../img/gyljr-yh-tc-lc-left.png");
  left: -50%;
}
.rztab-cont .rzcp-r .yh-tc-lc li:nth-child(6)::after, .rztab-cont .rzcp-r .yh-tc-lc li:nth-child(12)::after {
  left: 0%;
  width: 100px;
  height: 115px;
  background: none;
  border: solid 5px #f5dede;
  border-right: none;
  border-radius: 120px 0% 0% 120px;
}
.rztab-cont .rzcp-r .yh-tc-lc li:nth-child(6)::before, .rztab-cont .rzcp-r .yh-tc-lc li:nth-child(12)::before {
  background-image: url("../img/gyljr-yh-tc-lc-down.png");
  width: 20px;
  height: 30px;
  left: -7px;
  top: 65px;
}
.rztab-cont .rzcp-r .yh-tc-lc li:last-child::after, .rztab-cont .rzcp-r .yh-tc-lc li:last-child::before {
  display: none;
}
.rztab-cont .rzsq-btn {
  background: #e00023;
  font-size: 18px;
  color: #fff;
  margin: 50px auto 10px auto;
  width: 170px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
}
.rztab-cont .rzsq-btn:hover {
  background: #d00626;
}