
   * {
    margin: 0;
    padding: 0;
  }

  li {
    list-style: none;
  }

  .w1180 {
    width: 1180px;
    margin: auto;
  }

  .min_width {
    width: 100%;
    min-width: 1180px;
  }
/* banner form */
.banner_form{
  width: 340px;
  height: 390px;
  background-color: #ffffff;
  position: absolute;
  top: 28px;
  left: 63%;
  z-index: 2;
  padding: 20px 20px 0 20px;
  box-sizing: border-box; 
}
.banner_form>h3{
  font-size: 22px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  text-align: center;
}
.banner_form>p{
  font-size: 12px;
  font-family: "Microsoft YaHei";
  color: rgb(153, 153, 153);
  text-align: center;
  margin-top: 6px;
}
.input_box{
  width: 100%;
  margin-top: 20px;
}
.input_box select,
.input_box input{
  width: 100%;
  height: 34px;
  border-width: 1px;
  border-color: rgb(220, 220, 220);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  padding-left: 28px;
  -moz-appearance:none;
  -webkit-appearance:none;
  appearance:none;
  outline-color: rgb(0, 88, 170)!important;
  margin-right: 12px;
  margin-bottom: 10px;
}
.make_lawyer_code{
  width: 168px!important;
}
.chose_case_type{
  /* background: url("../images/form_icon_type.png")no-repeat; */
  background-position-y: -2px!important;
}
.chose_city{
  /* background: url("../images/form_icon_weizhi.png")no-repeat; */
  background-position-y: -2px!important;
}
.input_name{
  /* background: url("../images/form_icon_name.png")no-repeat; */
  background-position-y: -2px!important;
}
.input_phone_num{
  /* background: url("../images/form_icon_phone.png")no-repeat; */
  background-position-y: -2px!important;
}
.input_phone_num{
  /* background: url("../images/form_icon_phone.png")no-repeat; */
  background-position-y: -2px!important;
}
.make_lawyer_code{
  /* background: url("../images/form_icon_code.png")no-repeat; */
  background-position-y: -2px!important;
}
.input_box>span>button{
  width: 114px;
  height: 34px;
  background-color: rgb(255, 136, 5);
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
}
.input_box>button{
  border: none;
  outline: none;
  width: 100%;
  height: 36px;
  background-color: rgb(0, 88, 170);
  display: block;
  margin: auto;
  margin-top: 5px;
  cursor: pointer;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
}
.input_box>button:hover{
  background-color: rgb(3, 100, 190);
}

  /* <!-- 感同身受    用心服务 start --> */

  .care_service {
    background-color: #f7f7f7;
    padding-top: 18px;
    padding-bottom: 50px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .care_service_title>h3 {
    font-size: 30px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    text-align: center;
  }

  .care_service_title>i {
    display: block;
    width: 60px;
    height: 2px;
    background-color: #004b92;
    margin: 10px auto;
  }

  .care_service_title>p {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(139, 139, 139);
    text-transform: uppercase;
    text-align: center;
  }

  .care_service_content {
    margin-top: 40px;
    height: 514px;
    overflow: hidden;
  }

  .care_service_content_top {
    width: 100%;
    height: 232px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    background-color: #ffffff;
  }

  .care_service_content_top>li {
    width: 25%;
    *width: 24.8%;
    overflow: hidden;
    padding: 21px 28px 24px 28px;
    box-sizing: border-box;
    cursor: pointer;
  }

  .care_service_content_top>li>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 19px;
    box-sizing: border-box;
    border-bottom: 1px solid #cccccc;
    align-items: center;
  }

  .care_service_content_top>li>span>img {
    margin-right: 6px;
  }

  .care_service_content_top>li>span>p {
    font-size: 24px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    text-transform: uppercase;
  }

  .care_service_content_top>li>p {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    margin-top: 26px;
  }

  .care_service_content_top>li>p>img {
    margin-right: 8px;
  }

  .hover_style {
    box-shadow: 0 0 10px #dedddd;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .hover_bottom {
    width: 25%;
    height: 6px;
    background-color: #004b92;
    position: relative;
    transition: .2s;
  }

  .hover_bottom>i {
    display: block;
    position: absolute;
    left: 50%;
    bottom: -9px;
    margin-left: -10px;
    border-bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 9px solid #004b92;
  }

  .care_service_bottom {
    width: 100%;
    height: 276px;
    background-color: #ffffff;
  }

  .care_service_bottom>p {
    font-size: 20px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    padding: 24px 0 31px 32px;
    box-sizing: border-box;
  }

  .care_service_bottom>ul {
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }

  .care_service_bottom>ul>li {
    width: 338px;
    height: 166px;
    border: 1px solid #d9d9d9;
    padding: 18px 0 18px 13px;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .care_service_bottom>ul>li>.call_icon {
    position: absolute;
    top: 0;
    right: 12px;
  }

  .care_service_bottom>ul>li>.lawyer_info {
    margin-left: 14px;
  }

  .care_service_bottom>ul>li>.lawyer_info>b {
    display: block;
    font-size: 24px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    margin-bottom: 20px;
  }

  .care_service_bottom>ul>li>.lawyer_info>p {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 127, 0);
  }

  .care_service_bottom>ul>li>.lawyer_info>a {
    display: block;
    width: 76px;
    height: 24px;
    line-height: 24px;
    float: left;
    text-align: center;
    cursor: pointer;
  }

  .care_service_bottom>ul>li>.lawyer_info .Choice_he {
    border: 1px solid #cccccc;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
  }

  .care_service_bottom>ul>li>.lawyer_info .liji_consultation {
    border: 1px solid #014b92;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(0, 75, 146);
    margin-left: 9px;
  }

  .liji_consultation:hover {
    background-color: #014b92;
    color: #ffffff!important;
  }

  .care_service_bottom>ul>li>.lawyer_info>p:nth-child(3) {
    margin-bottom: 10px;
  }

  /* <!-- 感同身受    用心服务 end --> */

  /* <!-- 法律困扰，我们帮您轻松搞定 start --> */

  .law_worry {
    overflow: hidden;
    height: 479px;
    background-position-x: center;
    padding-top: 50px;
    box-sizing: border-box;
  }

  .law_worry_title>h3 {
    font-size: 30px;
    font-family: "Microsoft YaHei";
    color: rgb(247, 247, 247);
    text-align: center;
  }

  .law_worry_title>i {
    display: block;
    width: 60px;
    height: 2px;
    background-color: rgb(247, 247, 247);
    margin: auto;
    margin-top: 16px;
  }

  .law_worry>ul {
    margin-top: 32px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }

  .law_worry>ul>li {
    width: 210px;
    height: 311px;
    position: relative;
  }

  .back_box {
    width: 100%;
    height: 100%;
    /* background: url("../images/lay_back_pic.png")no-repeat; */
  }

  .back_box>i {
    display: block;
    width: 76px;
    height: 76px;
    /* background: url("../images/worry-icons.png")no-repeat; */
    position: absolute;
    left: 66px;
    top: 22px;
  }

  .law_worry_text_cont {
    width: 100%;
    height: 272px;
    /* background-color: #ffffff; */
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 52px 20px 0 19px;
    box-sizing: border-box;
  }

  .law_worry_text_cont>i {
    display: block;
    width: 78px;
    height: 90px;
    /* background: url("../images/worry-icons.png")no-repeat; */
    background-position-y: -86px!important;
    position: absolute;
    left: 66px;
    top: -40px;
    display: none;
  }

  .law_worry_text_cont>span {
    display: block;
    font-size: 20px;
    font-family: "Microsoft YaHei";
    color: rgb(247, 247, 247);
    margin-bottom: 20px;
  }

  .law_worry_text_cont>p {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(247, 247, 247);
  }

  .law_worry_text_cont>a {
    display: block;
    width: 125px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border: 1px solid #ffffff;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    position: absolute;
    bottom: 29px;
    left: 42px;
    cursor: pointer;
  }

  .law_worry>ul>li:hover .back_box {
    display: none!important;
  }

  .law_worry>ul>li:hover .law_worry_text_cont {
    background-color: #ffffff!important;
  }

  .law_worry>ul>li:hover .law_worry_text_cont>i {
    display: block!important;
  }

  .law_worry>ul>li:hover .law_worry_text_cont>span {
    font-size: 20px!important;
    font-family: "Microsoft YaHei"!important;
    color: rgb(51, 51, 51)!important;
  }

  .law_worry>ul>li:hover .law_worry_text_cont>p {
    font-size: 14px!important;
    font-family: "Microsoft YaHei"!important;
    color: rgb(102, 102, 102)!important;
  }

  .law_worry>ul>li:hover .law_worry_text_cont>a {
    border-color: #0f5497!important;
    color: #0f5497!important;
  }

  .law_worry>ul>li:nth-child(2) .back_box>i {
    background-position-x: -241px!important;
  }

  .law_worry>ul>li:nth-child(3) .back_box>i {
    background-position-x: -484px!important;
  }

  .law_worry>ul>li:nth-child(4) .back_box>i {
    background-position-x: -724px!important;
  }

  .law_worry>ul>li:nth-child(5) .back_box>i {
    background-position-x: -968px!important;
  }

  .law_worry>ul>li:nth-child(2) .law_worry_text_cont>i {
    background-position-x: -241px!important;
  }

  .law_worry>ul>li:nth-child(3) .law_worry_text_cont>i {
    background-position-x: -484px!important;
  }

  .law_worry>ul>li:nth-child(4) .law_worry_text_cont>i {
    background-position-x: -726px!important;
  }

  .law_worry>ul>li:nth-child(5) .law_worry_text_cont>i {
    background-position-x: -968px!important;
  }

  .law_worry>ul>li .law_worry_text_cont>a:hover {
    background-color: #004b92!important;
    color: #ffffff!important;
  }

  /* <!-- 法律困扰，我们帮您轻松搞定 end --> */

  /* <!-- 金牌律师 专业服务 start --> */
  .gold_medals {
    height: 590px;
    padding-top: 50px;
    box-sizing: border-box;
    background-color: #f3f3f3;
  }

  .gold_medals_title>h3 {
    font-size: 30px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    text-align: center;
  }

  .gold_medals_title>i {
    display: block;
    width: 60px;
    height: 2px;
    background-color: #004b92;
    margin: auto;
    margin-top: 12px;
  }

  .gold_medals_content {
    margin-top: 30px;
  }

  .gold_medals_content>form {
    width: 340px;
    height: 400px;
    box-shadow: 0px 0px 18.6px 1.4px rgba(142, 142, 142, 0.15);
    /* background: url("../images/law-zx-box-bg.jpg")no-repeat; */
    background-color: rgb(255, 255, 255);
    padding: 0 24px 0 24px;
    box-sizing: border-box;
    float: left;
    padding-top: 20px;
    box-sizing: border-box;
  }
  .gold_medals_content>form input,
  .gold_medals_content>form select{
    height: 40px!important;
    background-position-y:1px!important;
  }
  .gold_medals_content>form >button{
    margin-top: 10px;
  }
  .gold_medals_content>form>h3 {
    font-size: 20px;
    font-family: "Microsoft YaHei";
    color: rgb(0, 75, 146);
    font-weight: bold;
    text-align: center;
  }
  .gold_medals_content .make_lawyer_code{
    width: 161px!important;
  }
  .gold_medals_content button{
    height: 40px!important;
  }

  .gold_medals_content>form>div {
    width: 100%;
    height: 42px;
    margin-bottom: 16px;
    position: relative;
  }

  .gold_medals_content>form>div>i {
    display: block;
    width: 18px;
    height: 20px;
    position: absolute;
    left: 10px;
  }

  .legal_demand_box>textarea {
    width: 100%;
    height: 100%;
    padding-left: 30px;
    box-sizing: border-box;
    padding-top: 8px;
  }

  .legal_demand_box>i {
    /* background: url("../images/law-icon.png")no-repeat; */
    top: 8px;
  }

  .customer_phone_box>input {
    width: 100%;
    height: 100%;
    padding-left: 30px;
    box-sizing: border-box;
  }

  .customer_phone_box>i {
    /* background: url("../images/law-icon.png")no-repeat; */
    background-position-x: -54px!important;
    top: 12px;
  }

  .gold_code>input {
    height: 100%;
    width: 164px;
    padding-left: 30px;
    box-sizing: border-box;
  }

  .gold_code>i {
    /* background: url("../images/form_icon.png")no-repeat; */
    background-position-x: -28px!important;
    top: 12px;
  }

  .gold_code>button {
    width: 114px;
    height: 100%;
    border: none;
    outline: none;
    background-color: #004b92;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    cursor: pointer;
    float: right;
  }

  .get_this_form {
    width: 100%;
    height: 42px;
    border: none;
    outline: none;
    background-color: #004b92;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(247, 247, 247);
    cursor: pointer;
    margin-top: 14px;
  }

  .lawyers_list_content {
    width: 824px;
    height: 336px;
    float: right;
  }

  .lawyers_list_content>p {
    width: 110px;
    line-height: 30px;
    background-color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
  }

  .lawyers_list_box {
    width: 100%;
    height: 260px;
    background-color: #ffffff;
    overflow: hidden;
  }

  .lawyers_list_box>ul {
    width: 100%;
    padding: 27px 42px 30px 38px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap; 
    -moz-flex-wrap: wrap; 
    -ms-flex-wrap: wrap; 
    -o-flex-wrap: wrap; 
    flex-wrap: wrap; 
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: space-between; 
    -moz-align-content: space-between; 
    -ms-align-content: space-between; 
    -o-align-content:space-between; 
    align-content: space-between; 
  }

  .lawyers_list_box>ul>li {
    height: 54px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 35px;
  }

  .lawyers_list_box>ul>li>div {
    margin-left: 16px;
    height: 100%;
  }

  .lawyers_list_box>ul>li>div>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 16px;
  }

  .lawyers_list_box>ul>li>div>span>p:nth-child(1) {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    line-height: 16px;
  }

  .lawyers_list_box>ul>li>div>span>p:nth-child(2) {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 127, 0);
    padding-left: 8px;
    box-sizing: border-box;
    border-left: 1px solid #cccccc;
    line-height: 16px;
    margin-left: 9px;
    flex-grow: 1;
  }

  .lawyers_list_box>ul>li>div>span>p:nth-child(3) {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(153, 153, 153);
    line-height: 16px;
  }

  .lawyers_list_box>ul>li>div>p {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    margin-top: 18px;
  }
  .consultation_btn{
    width: 100%;
    height: 110px;
    background-color: #ffffff;
    overflow: hidden;
  }
  .consultation_btn>a{
    display: block;
    width: 299px;
    height: 42px;
    background-color: rgb(0, 88, 170);
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    -moz-transform: matrix( 1,0,0,0.99969707381938,0,0);
    -webkit-transform: matrix( 1,0,0,0.99969707381938,0,0);
    -ms-transform: matrix( 1,0,0,0.99969707381938,0,0);
    transform: matrix( 1,0,0,0.99969707381938,0,0);
    cursor: pointer;
    margin: auto;
    margin-top: 34px;
  }
  .立即在线咨询律师 {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    line-height: 2;
    -moz-transform: matrix( 1,0,0,0.99969707381938,0,0);
    -webkit-transform: matrix( 1,0,0,0.99969707381938,0,0);
    -ms-transform: matrix( 1,0,0,0.99969707381938,0,0);
    position: absolute;
    left: 1054.483px;
    top: 2254.785px;
    z-index: 246;
  }
  
  
  /* <!-- 金牌律师 专业服务 end --> */
  /* 法律顾问 start */
  .law_adviser{
    background-color: #f3f3f3;
    padding-bottom: 38px;
    box-sizing: border-box;
  }
  .law_adviser_title>h3{
    font-size: 30px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  text-align: center;
  }
  .law_adviser_title>i{
    display: block;
    width: 60px;
    height: 2px;
    background-color: #004b92;
    margin: auto;
    margin-top: 12px;
  }
  .law_adviser_swiper{
    height: 394px;
    overflow: hidden;
    margin-top: 40px;
    position: relative;
    padding-left: 50px;
  }
  .law_adviser_box{
    width: 240px;
  }
  .law_adviser_info{
    width: 240px;
    height: 240px;
    position: relative;
  }
  .law_adviser_info>img{
    width: 240px;
  }
  .law_adviser_text{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #004b92;
    opacity: .8;
    padding: 0 8px;
    box-sizing: border-box;
    display: none;
  }
  .law_adviser_box:hover  .law_adviser_text{
    display: block;
  }
  .law_adviser_text>p{
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 28px;
  }
  .law_adviser_text>p:nth-child(2){
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    padding: 0 20px;
    margin-top: 22px;
    height: 140px;
    overflow: hidden;
    text-align: left;
  }
  .law_adviser_name{
    margin-top: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end; 
    -moz-align-items: flex-end; 
    -ms-align-items: flex-end; 
    -o-align-items: flex-end; 
    align-items: flex-end; 
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .law_adviser_name>p{
    font-size: 20px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  margin-right: 12px;
  }
  .law_adviser_name>span{
    font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgb(136, 136, 136);
  }
  .law_adviser_time{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    padding: 0 6px;
    box-sizing: border-box;
  }
  .law_adviser_time span{
    font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgb(4, 71, 137);
  }
  .law_adviser_time p{
    font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgb(136, 136, 136);
  }
  .law_adviser_btn{
    margin-top: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .law_adviser_btn>a{
    display: inline-block;
    width: 88px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgb(11, 81, 148);
  cursor: pointer;
  }
  .law_adviser_btn>a:nth-child(1){
    border: 1px solid #cccccc;
    margin-right: 16px;
  }
  .law_adviser_btn>a:nth-child(2){
    border: 1px solid #014b92;
  }
  .law_adviser_btn>a:nth-child(2):hover{
    transition: .7s;
    background-color: #004b92;
    color: #ffffff;
  }
  .law_adviser_pagination{
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .law_adviser_pagination span{
    margin-right: 8px;
  }
  /* 法律顾问 end */
  /* 顶泰法律业务 start */
  .dt_legal_business_title{
    padding-top: 54px;
    box-sizing: border-box;
  }
  .dt_legal_business_title>h3{
    font-size: 30px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    text-align: center;
  }
  .dt_legal_business_title>i{
    display: block;
    width: 60px;
    height: 2px;
    background-color: #004b92;
    margin: auto;
    margin-top: 12px;
  }
  .dt_legal_business>ul{
    width: 1120px;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .dt_legal_business>ul>li{
      width: 220px;
      padding-top: 36px;
      padding-bottom: 36px;
      box-sizing: border-box;
  }
  .dt_legal_business>ul>li>b{
    display: block;
    font-size: 20px;
  font-family: "Microsoft YaHei";
  color: rgb(1, 75, 146);
  font-weight: bold;
  text-align: center;
  }
  .dt_legal_business>ul>li>i{
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: auto;
    margin-top: 14px;
    margin-bottom: 14px;
    /* background: url("../images/fw-xm-icons.png")no-repeat; */
    /* background-position-y: 28px 26px; */
    background-color: #f7f7f7!important;
  }
  .dt_legal_business_top>li>i{
    background-position: 28px 26px!important;
  }
  .dt_legal_business>ul>li>p{
    font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  text-align: center;
  }
  .dt_legal_business_top{
    border-bottom: 1px solid #eeeeee;
  }
  .dt_legal_business_top>li:nth-child(2)>i{
    background-position-x: -296px!important;
  }
  .dt_legal_business_top>li:nth-child(3)>i{
    background-position-x: -618px!important;
  }
  .dt_legal_business_top>li:nth-child(4)>i{
    background-position-x: -934px!important;
  }
  .dt_legal_business_bottom>li>i{
    background-position:26px -130px!important;
  }
  .dt_legal_business_bottom>li:nth-child(2)>i{
    background-position-x: -298px!important;
  }
  .dt_legal_business_bottom>li:nth-child(3)>i{
    background-position-x:-618px!important;
  }
  .dt_legal_business_bottom>li:nth-child(4)>i{
    background-position-x:-938px!important;
  }
  .dt_legal_business_top>li:hover>i{
    transition: .7s;
    background-position-y:20px!important;
  }
  .dt_legal_business_bottom>li:hover>i{
    transition: .7s;
    background-position-y:-136px!important;
  }
  /* 顶泰法律业务 end */
  /* <!-- 走进顶泰 start --> */
  .enter_dt{
    height: 543px;
    /* background: url("../images/ter-box-bg-02.png")no-repeat; */
    background-position-x: center!important;
    padding-top: 48px;
    box-sizing: border-box;
  }
  .enter_dt_title>h3{
    font-size: 30px;
  font-family: "Microsoft YaHei";
  color: rgb(247, 247, 247);
  text-align: center;
  }
  .enter_dt_title>i{
    display: block;
    width: 60px;
    height: 2px;
    background-color: rgb(247, 247, 247);
    margin: auto;
    margin-top: 12px;
  }
  .enter_dt_swiper{
    width: 1118px;
    height: 357px;
    margin: auto;
    margin-top: 37px;
    position: relative;
  }
  .enter_dt_swiper_box{
    width: 266px;
    height: 358px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column; 
    -moz-flex-direction: column; 
    -ms-flex-direction: column; 
    -o-flex-direction: column; 
    flex-direction: column; 
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .enter_dt_swiper_box>img{
    width: 266px;
  }
  .enter_dt_swiper .swiper-button-prev{
    width: 21px;
    height: 39px;
    border: 1px solid #aaaaaa;
    /* background: url("../images/swiper_left_btn_icon.png")no-repeat; */
    background-position: 6px!important;
    left: -40px!important;
  }
  .enter_dt_swiper .swiper-button-next{
    width: 21px;
    height: 39px;
    border: 1px solid #aaaaaa;
    /* background: url("../images/swiper_right_btn_icon.png")no-repeat; */
    background-position: 6px!important;
    right: -30px!important;
  }
  /* <!-- 走进顶泰 end --> */


  /* S 法律刑事案件二级表单 */
.fl_ejForm {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    /* display: none; */
  }
  .ejForm_content {
    width: 500px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 8px solid rgba(0, 0, 0, 0.3);
    padding: 38px 20px;
  }
  .close_ejForm_btn {
    position: absolute;
    right: 6px;
    top: 6px;
    opacity: .5;
  }
  .ejForm_content > h3 {
    color: #095ba6;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }
  .ejForm_content > p {
    color: #888;
    font-size: 16px;
    line-height: 16px;
    margin-top: 13px;
    margin-bottom: 30px;
    text-align: center;
  }
  input[type='radio'] {
    display: none;
  }
  .ejForm_content > form div > span {
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    color: #313131;
  }
  .ejForm_content > form > div {
    clear: both;
    width: 405px;
    margin: auto;
    position: relative;
  }
  .pop_label_box {
    float: right;
    width: 221px;
  }
  .pop_label_box > input,
  .pop_label_box select {
    width: 204px;
    height: 36px;
    float: left;
    margin-left: 14px;
    padding-left: 10px;
    outline: none;
    border: none;
    border: 1px solid #ccc;
    margin-bottom: 14px;
  }
  .pop_label_box > select {
    background: url("../images/select_icon.png") no-repeat right 8px center;
  }
  .pop_label_box > label {
    float: left;
    position: relative;
    font-size: 16px;
    color: #313131;
    line-height: 40px;
    border: 1px solid #ccc;
    width: 94px;
    margin-left: 14px;
    text-align: center;
    height: 40px;
    cursor: pointer;
    margin-bottom: 12px;
    overflow: hidden;
  }
  .pop_label_box > label > i {
    position: absolute;
    right: -11px;
    bottom: -11px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 16px;
    background-color: #095ba6;
    transform: rotate(45deg);
    display: none;
  }
  .pop_label_box > label > i > img {
    position: absolute;
    left: 1px;
    top: 8px;
    transform: rotate(-45deg);
  }
  .ejForm_content > form textarea {
    width: 100%;
    border: 1px solid #e5e5e5 !important;
    outline: none;
    margin: 0 auto;
    height: 92px;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-bottom: 26px;
    border-radius: 2px;
    padding: 13px;
  }
  .ejForm_content > form > button {
    clear: both;
    display: block;
    width: 160px;
    height: 50px;
    font-size: 20px;
    color: white;
    background-color: #095ba6;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 2px;
  }
  .ejForm_content > form > p {
    color: #888888;
    font-size: 16px;
    text-align: center;
  }
  .labelActive {
    background-position: right bottom;
    color: #095ba6 !important;
    border-color: #095ba6 !important;
  }
  .labelActive > i {
    display: block !important;
  }
  .text_cont {
    position: absolute;
    right: 6px;
    bottom: 6px;
    font-size: 14px;
    color: #888;
  }
  /* E 法律刑事案件二级表单 */
  