

* {
  box-sizing: border-box;
}

.block1280 {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}

.block1360 {
  position: relative;
  width: 1360px;
  margin: 0 auto;
}

.bannertop {
  width: 100%;
  height: 738px;
  background: url("../image/bg.png") no-repeat;
  background-position: center;
}

.bannertop .title1 {
  font-size: 14px;
  font-family: PingFang SC-Bold,
    PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 16px;
  padding: 94px 0 20px;
}

.bannertop .title2 {
  width: 711px;
  height: 70px;
  background: url("../image/wz.png") no-repeat;
}

.bannertop .title3 {
  font-size: 22px;
  font-family: PingFang SC-Bold,
    PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 26px;
  margin-top: 21px;
  margin-bottom: 3px;
}

.bannertop .title4 {
  font-size: 13px;
  font-family: PingFang SC-Medium,
    PingFang SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
  line-height: 15px;
  letter-spacing: 3px;
}

.inter_search {
  width: 992px;
  margin: 85px 0 0;
  height: 60px;
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
}

.inter_search .search_box_form {
  position: relative;
}

.inter_search .search_box_form .search_box_input {
  position: relative;
  width: 406px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-size: 14px;
  font-family: PingFang SC-Medium,
    PingFang SC;
  font-weight: 500;
  outline: none;
}

.inter_search .search_box_form .search_box_input::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 32px;
  background: #EEF1F8;
  position: absolute;
  top: 14px;
  right: 0;

}

.inter_search .search_box_form .search_box_input input {
  height: 17px;
  line-height: 17px;
  font-size: 14px;
  font-family: PingFang SC-Medium,
    PingFang SC;
  font-weight: 500;
  width: calc(100% - 47px);
  vertical-align: middle;
  display: inline-block;
}

.inter_search .search_box_form .search_box_input img {
  margin-right: 8px;
  display: inline-block;
}

.inter_search .search_box_form .btn1 {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 184px;
  height: 46px;
  background: #E11818;
  border-radius: 6px 6px 6px 6px;
  text-align: center;
  font-size: 14px;
  font-family: PingFang SC-Medium,
    PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 46px;
  margin: 7px 7px 0 0;
}

.inter_search .search_box_form .btn1:hover {
  background: #da0c0c;
}

.hotSettle {
  width: 1280px;
  height: 250px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-top: 73px;
  box-sizing: border-box;
  padding: 25px 0 25px 28px;
}

.hotSettle .name {
  width: 1224px;
  border-bottom: 1px solid #F1F4F9;
  font-size: 20px;
  font-family: PingFang SC-Bold,
    PingFang SC;
  font-weight: bold;
  color: #222222;
  line-height: 23px;
  padding-bottom: 19px;
}

.hotSettle .name span {
  font-size: 14px;
  font-family: PingFang SC-Medium,
    PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 16px;
  margin-left: 10px;
}

.hotSettle .bottom {
  position: relative;
  margin-top: 32px;
}

.hotSettle .bottom .list {
  width: 251px;
  float: left;
}

.hotSettle .bottom .list .leftimg {
  width: 63px;
  height: 63px;
  margin-right: 15px;
  float: left;
}

.hotSettle .bottom .list .right-text {
  float: left;
}

.hotSettle .bottom .list .right-text p {
  font-size: 18px;
  font-family: PingFang SC-Bold,
    PingFang SC;
  font-weight: bold;
  color: #222222;
  line-height: 21px;
  margin: 10px 0 3px;
}

.hotSettle .bottom .list .right-text span {
  font-size: 12px;
  font-family: PingFang SC-Medium,
    PingFang SC;
  font-weight: 500;
  color: #999999;
  line-height: 14px;
}

.hotSettle .bottom .list .right-text a {
  display: block;
  width: 88px;
  height: 36px;
  font-size: 12px;
  font-family: PingFang SC-Medium,
    PingFang SC;
  font-weight: 500;
  color: #E11818;
  line-height: 36px;
  cursor: pointer;
  margin-top: 22px;
}

.hotSettle .bottom .list .right-text a img {
  display: inline-block;
  margin-left: 2px;
}

.hotSettle .bottom .list .right-text a:hover {
  opacity: .9;
}

.hotSettleBottom .slick-prev.slick-arrow {
  width: 26px;
  height: 26px;
  background: url(../image/jtz-icon.png) no-repeat;
  position: absolute;
  right: 62px;
  top: -75px;
  font-size: 0;
  z-index: 99;
  cursor: pointer;
  transition: all .3s ease-out;
}

.hotSettleBottom .slick-prev.slick-arrow:hover {
  background: url(../image/jtzh-icon.png) no-repeat;
}

.hotSettleBottom .slick-next.slick-arrow {
  width: 26px;
  height: 26px;
  background: url(../image/jtyh-icon.png) no-repeat;
  position: absolute;
  right: 26px;
  top: -75px;
  font-size: 0;
  cursor: pointer;
  transition: all .3s ease-out;
}

.hotSettleBottom .slick-next.slick-arrow:hover {
  background: url(../image/jty-icon2.png) no-repeat;
}

.Solution {
  width: 100%;
  height: 616px;
  position: relative;
  background: #F4F7FA;
  box-sizing: border-box;
  padding-top: 57px;
}

.commonTitle {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.commonTitle p {
  font-size: 36px;
  font-family: PingFang SC-Bold,
    PingFang SC;
  font-weight: bold;
  color: #222222;
  line-height: 42px;
  margin-bottom: 8px;
}

.commonTitle span {
  position: relative;
  font-size: 14px;
  font-family: PingFang SC-Medium,
    PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 16px;
}

.commonTitle span::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 1px;
  background: rgba(102, 102, 102, .2);
  position: absolute;
  top: 10px;
  left: -38px;
}

.commonTitle span::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 1px;
  background: rgba(102, 102, 102, .2);
  position: absolute;
  top: 10px;
  right: -38px;
}

.Solution .Solution_box {
  position: relative;
  margin-top: -64px;
}

.Solution_box .list {
  position: relative;
  width: 311px;
  height: 522px;
  border-radius: 10px;
  float: left;
  margin-right: 12px;
}

.list-box {
  position: relative;
  width: 311px;
  height: 370px;
  background: #FFFFFF;
  padding-left: 36px;
  border-radius: 10px;
  box-sizing: border-box;
}

.Solution_box .list .img1 {
  position: absolute;
  top: -30px;
  left: 86px;
}

.Solution_box .list .p1 {
  font-size: 18px;
  font-family: PingFang SC-Bold,
    PingFang SC;
  font-weight: bold;
  color: #222222;
  line-height: 21px;
  margin: 144px 0 9px;
  text-align: left;
  padding-top: 144px;
}

.Solution_box .list .p2 {
  width: 240px;
  font-size: 13px;
  font-family: PingFang SC-Medium,
    PingFang SC;
  font-weight: 500;
  color: #848C9F;
  text-align: left;
  line-height: 22px;
}

.Solution_box .list:hover .p1 {
  color: #E11818;
}

.Solution_box .list .a3 {
  display: block;
  width: 120px;
  height: 34px;
  border-radius: 60px 60px 60px 60px;
  opacity: 1;
  border: 1px solid #E7E7E7;
  text-align: center;
  font-size: 12px;
  font-family: PingFang SC-Medium,
    PingFang SC;
  font-weight: 500;
  color: #E11818;
  line-height: 34px;
  margin-top: 37px;
  cursor: pointer;
}

.Solution_box .list .a3 i {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 8px;
  background: url(../image/jtym-icon.png) no-repeat;
  vertical-align: -2px;

}

.Solution_box .list .a3:hover {
  border: 1px solid #E11818;
  background: #E11818;
  color: #FFFFFF;
}

.Solution_box .list .a3:hover i {
  background: url(../image/jty-icon1.png) no-repeat;
}

.Solution_box .slick-prev.slick-arrow {
  width: 36px;
  height: 36px;
  background: url(../image/mrjt-icon.png) no-repeat;
  position: absolute;
  left: -60px;
  top: 302px;
  font-size: 0;
  z-index: 99;
  cursor: pointer;
  transition: all .3s ease-out;
}

.Solution_box .slick-prev.slick-arrow:hover {
  background: url(../image/left1.png) no-repeat;
}

.Solution_box .slick-next.slick-arrow {
  width: 36px;
  height: 36px;
  background: url(../image/right1.png) no-repeat;
  position: absolute;
  right: -60px;
  top: 302px;
  font-size: 0;
  cursor: pointer;
  transition: all .3s ease-out;
}

.Solution_box .slick-next.slick-arrow:hover {
  background: url(../image/hvjt-icon.png) no-repeat;
}

.case {
  width: 100%;
  height: 784px;
  position: relative;
  background: url(../image/bg-1.png) no-repeat;
  box-sizing: border-box;
  padding-top: 60px;
}

.case_box {
  position: relative;
  margin-top: 67px;
}

.case_box .left {
  width: 570px;
  float: left;
}

.case_box .left .list {
  position: relative;
  width: 570px;
  height: 89px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  transition: all .3s ease-out;
  padding: 34px 0 0 102px;
  margin-bottom: 12px;
}

.case_box .left .list.active {
  height: 244px;
  padding-top: 38px;
}

.case_box .left .list.active::after {
  content: '';
  width: 10px;
  height: 20px;
  background: url(../image/sanjiao.png) no-repeat;
  position: absolute;
  right: 0;
  top: 112px;
}

.case_box .left .list .img1 {
  position: absolute;
  left: 28px;
  top: 19px;
}

.case_box .left .list .p1 {
  font-size: 18px;
  font-family: PingFang SC-Bold,
    PingFang SC;
  font-weight: bold;
  color: #222222;
  line-height: 24px;

}


.case_box .left .list .p1 span {
  float: right;
  width: 24px;
  height: 24px;
  margin-right: 49px;
  background: url(../image/jtmr-icon.png) no-repeat;
  transition: all .3s ease;

}

.case_box .left .list.active .p1 span {
  background: url(../image/jtxz-icon.png) no-repeat;
}

.case_box .left .list .p2 {
  width: 417px;
  height: 66px;
  font-size: 13px;
  font-family: PingFang SC-Medium,
    PingFang SC;
  font-weight: 500;
  color: #848C9F;
  line-height: 22px;
  margin: 12px 0 18px;
  opacity: 0;
}

.case_box .left .list.active .p2 {
  opacity: 1;
}

.case_box .left .list.active .img1 {
  top: 38px;
}

.case_box .left .list .div3 {
  position: relative;
}

.case_box .left .list .div3 p {
  position: relative;
  float: left;
  width: 33%;
  font-size: 13px;
  font-family: PingFang SC-Medium,
    PingFang SC;
  font-weight: 500;
  color: #A1AFD1;
  line-height: 22px;
}

.case_box .left .list .div3 p span {
  display: block;
  font-size: 16px;
  font-family: PingFang SC-Bold,
    PingFang SC;
  font-weight: bold;
  color: #222222;
  line-height: 22px;
  margin-top: 3px;
}

.case_box .left .list .div3 p span img {
  display: inline-block;
  margin-left: 2px;
}

.case_box .left .list .div3 p:nth-child(3)::after {
  display: none;
}

.case_box .right {
  float: left;
  width: 706px;
  margin-left: 45px;
  margin-top: -15px;

}

.case_box .right img {
  display: none;
}

.case_box .right .active {
  display: block;
}

.jqSettle {
  width: 100%;
  position: relative;
  background: rgba(244, 247, 250, 1);
  box-sizing: border-box;
  padding-top: 53px;
}

.jqSettle-top {
  position: relative;
  margin: 35px 0 7px;
  height: 496px;
}

.jqSettle-top .list {
  width: 418px;
  height: 236px;
  background: #FFFFFF;
  float: left;
  margin: 0 12px 12px 0;
  padding-top: 37px;
  box-sizing: border-box;
}

.jqSettle-top .list:nth-child(3n+3) {
  margin-right: 0;
}

.jqSettle-top .list .leftimg {
  width: 90px;
  height: 90px;
  float: left;
  margin-left: 18px;
}

.jqSettle-top .list .right-text {
  float: left;
}

.jqSettle-top .list .right-text p {
  font-size: 18px;
  font-family: PingFang SC-Bold,
    PingFang SC;
  font-weight: bold;
  color: #222222;
  line-height: 21px;
  margin: 10px 0 8px;
}

.jqSettle-top .list:hover .right-text p {
  color: rgba(225, 24, 24, 1);
}

.jqSettle-top .list .right-text span {
  display: block;
  width: 252px;
  height: 66px;
  font-size: 13px;
  font-family: PingFang SC-Medium,
    PingFang SC;
  font-weight: 500;
  color: #848C9F;
  line-height: 22px;
}

.jqSettle-top .list .right-text a {
  display: block;
  width: 88px;
  height: 36px;
  font-size: 12px;
  font-family: PingFang SC-Medium,
    PingFang SC;
  font-weight: 500;
  color: #E11818;
  line-height: 36px;
  cursor: pointer;
  margin-top: 22px;
}

.jqSettle-top .list .right-text a i {
  display: inline-block;
  margin-left: 6px;
  width: 24px;
  height: 24px;
  vertical-align: -10px;
  background: url(../image/tuzjt-icon.png) no-repeat;
}

.jqSettle-top .list .right-text a:hover i {
  background: url(../image/tdzjth-icon.png) no-repeat;
}

.jqSettle-bottom {
  width: 100%;
  height: 170px;
  background: url(../image/bg-2.png) no-repeat;
}

/*  */
.jqSettle-bottom .list {
  width: 25%;
  height: 170px;
  float: left;
  padding-top: 47px;
  box-sizing: border-box;
  padding-left: 12px;
}

.jqSettle-bottom .list.last {
  padding-left: 0;
}

.jqSettle-bottom .list .leftimg {
  width: 36px;
  height: 36px;
  float: left;
  margin-left: 18px;
  margin-right: 10px;
}

.jqSettle-bottom .list .right-text {
  float: left;
}

.jqSettle-bottom .list .right-text p {
  font-size: 18px;
  font-family: PingFang SC-Bold,
    PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 21px;
  margin: 6px 0 11px;
}

.jqSettle-bottom .list .right-text span {
  display: block;
  width: 186px;
  height: 44px;
  font-size: 13px;
  font-family: PingFang SC-Bold,
    PingFang SC;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.6);
  line-height: 22px;
}

.service {
  width: 100%;
  position: relative;
  background: rgba(244, 247, 250, 1);
  box-sizing: border-box;
  padding-top: 53px;
  height: 498px;
}

.service .list {
  position: relative;
  width: 248px;
  height: 290px;
  float: left;
  background: url(../image/_yzfwbg-1.png) no-repeat;
  margin-right: 10px;
  margin-top: 35px;
}

.service .list2 {
  background: url(../image/_yzfwbg-2.png) no-repeat;
}

.service .list3 {
  background: url(../image/_yzfwbg-3.png) no-repeat;
}

.service .list4 {
  background: url(../image/_yzfwbg-4.png) no-repeat;
}

.service .list5 {
  background: url(../image/_yzfwbg-5.png) no-repeat;
  margin-right: 0;
}

.service .list img {
  position: absolute;
  left: 0;
  top: 0;
}

.service .list .p1 {
  font-size: 18px;
  font-family: PingFang SC-Bold,
    PingFang SC;
  font-weight: bold;
  color: #222222;
  line-height: 21px;
  margin: 153px 0 10px 30px;
}

.service .list .p2 {
  width: 180px;
  height: 44px;
  font-size: 13px;
  font-family: PingFang SC-Medium,
    PingFang SC;
  font-weight: 500;
  color: #848C9F;
  line-height: 22px;
  margin-left: 30px;
}

.customer {
  width: 100%;
  height: 608px;
  position: relative;
  background: url(../image/bg-3.png) no-repeat;
  box-sizing: border-box;
  padding-top: 60px;
}

.customer_box {
  position: relative;
  margin-top: 35px;
}

.customer_box .list {
  position: relative;
  width: 248px;
  height: 376px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px 10px 10px 10px;
  float: left;
  margin-right: 10px;
  text-align: center;
}

.customer_box .list .img1 {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.customer_box .list .p1 {
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-family: PingFang SC-Bold,
    PingFang SC;
  font-weight: bold;
  color: #222222;
  line-height: 19px;
  margin: 16px 0 6px;
}

.customer_box .list .p2 {
  position: relative;
  z-index: 1;
  width: 110px;
  height: 24px;
  background: #F2F6FE;
  border-radius: 12px 12px 12px 12px;
  text-align: center;
  font-size: 13px;
  font-family: PingFang SC-Medium,
    PingFang SC;
  font-weight: 500;
  color: #637BBA;
  line-height: 24px;
  margin: 0 auto;
}

.customer_box .list .p3 {
  position: relative;
  z-index: 1;
  width: 190px;
  height: 60px;
  font-size: 12px;
  font-family: PingFang SC-Medium,
    PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 20px;
  margin: 13px auto 16px;
}

.customer_box .list a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  cursor: pointer;
  left: 0;
  top: 0;
}

.customer_box .list .p4 {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 1;
  background: url(../image/tuzjt-icon.png) no-repeat;
}

.customer_box .list:hover .p4 {
  background: url(../image/tdzjth-icon.png) no-repeat;
}

.customer_box .slick-prev.slick-arrow {
  width: 36px;
  height: 36px;
  background: url(../image/mrjt-icon.png) no-repeat;
  position: absolute;
  left: -66px;
  top: 180px;
  font-size: 0;
  z-index: 99;
  cursor: pointer;
  transition: all .3s ease-out;
}

.customer_box .slick-prev.slick-arrow:hover {
  background: url(../image/left1.png) no-repeat;
}

.customer_box .slick-next.slick-arrow {
  width: 36px;
  height: 36px;
  background: url(../image/right1.png) no-repeat;
  position: absolute;
  right: -66px;
  top: 180px;
  font-size: 0;
  cursor: pointer;
  transition: all .3s ease-out;
}

.customer_box .slick-next.slick-arrow:hover {
  background: url(../image/hvjt-icon.png) no-repeat;
}

.process {
  width: 100%;
  height: 374px;
  position: relative;
  background: rgba(244, 247, 250, 1);
  box-sizing: border-box;
  padding-top: 60px;
}

.process_box {
  position: relative;
  margin-top: 35px;
  padding-left: 58px;
}

.process_box .list {
  position: relative;
  width: 210px;
  height: 230px;
  background: url(../image/rzbg.png) no-repeat;
  float: left;
  text-align: center;
  margin-left: -27.5px;
}

.process_box .list:last-child {
  margin-right: 0;
}

.process_box .list .img1 {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 30px 0 23px;
}

.process_box .list .img2 {
  position: absolute;
  right: 15px;
  top: 93px;
}

.process_box .list .p1 {
  font-size: 16px;
  font-family: PingFang SC-Bold,
    PingFang SC;
  font-weight: bold;
  color: #222222;
  line-height: 19px;
  margin-bottom: 4px;
}

.process_box .list .p2 {
  font-size: 12px;
  font-family: PingFang SC-Medium,
    PingFang SC;
  font-weight: 500;
  color: #848C9F;
  line-height: 14px;
}

.join {
  width: 100%;
  height: 376px;
  position: relative;
  background: rgba(244, 247, 250, 1);
  box-sizing: border-box;
  padding-top: 54px;
}

.join_box {
  position: relative;
  margin-top: 35px;
}

.join_box .list {
  position: relative;
  width: 205px;
  height: 100px;
  background: url(../image/logo-1.png) no-repeat;
  float: left;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: all .3s ease;
}

.join_box .list2 {
  background: url(../image/logo-2.png) no-repeat;
}

.join_box .list3 {
  background: url(../image/logo-3.png) no-repeat;
}

.join_box .list4 {
  background: url(../image/logo-4.png) no-repeat;
}

.join_box .list5 {
  background: url(../image/logo-5.png) no-repeat;
}

.join_box .list6 {
  background: url(../image/logo-6.png) no-repeat;
}

.join_box .list7 {
  background: url(../image/logo-7.png) no-repeat;
}

.join_box .list8 {
  background: url(../image/logo-8.png) no-repeat;
}

.join_box .list9 {
  background: url(../image/logo-9.png) no-repeat;
}

.join_box .list10 {
  background: url(../image/logo-10.png) no-repeat;
}

.join_box .list11 {
  background: url(../image/logo-11.png) no-repeat;
}

.join_box .list12 {
  background: url(../image/logo-12.png) no-repeat;
}

.join_box .list:nth-child(6n+6) {
  margin-right: 0;
}

.join_box .list:hover {
  background: url(../image/Frame37.png) no-repeat;
}

.join_box .list2:hover {
  background: url(../image/Frame43.png) no-repeat;
}

.join_box .list3:hover {
  background: url(../image/Frame44.png) no-repeat;
}

.join_box .list4:hover {
  background: url(../image/Frame45.png) no-repeat;
}

.join_box .list5:hover {
  background: url(../image/Frame41.png) no-repeat;
}

.join_box .list6:hover {
  background: url(../image/Frame46.png) no-repeat;
}

.join_box .list7:hover {
  background: url(../image/Frame39.png) no-repeat;
}

.join_box .list8:hover {
  background: url(../image/Frame38.png) no-repeat;
}

.join_box .list9:hover {
  background: url(../image/Frame40.png) no-repeat;
}

.join_box .list10:hover {
  background: url(../image/Frame37h.png) no-repeat;
}

.join_box .list11:hover {
  background: url(../image/Frame41h.png) no-repeat;
}

.join_box .list12:hover {
  background: url(../image/Frame42h.png) no-repeat;
}

.doubt {
  width: 100%;
  height: 296px;
  position: relative;
  background: rgba(244, 247, 250, 1);
  padding-top: 55px;
}

.doubt_box {
  width: 100%;
  height: 189px;
  box-sizing: border-box;
  padding-top: 78px;
  padding-left: 60px;
  background: url(../image/bg-4.png) no-repeat;
}

.doubt .div1 {
  float: left;
  width: 410px;
  position: relative;
}

.doubt .div1::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  right: 52px;
  top: 7px;
}

.doubt .div1 .p1 {
  font-size: 22px;
  font-family: PingFang SC-Bold,
    PingFang SC;
  color: #FFFFFF;
  line-height: 26px;
}

.doubt .div1 .p1 img {
  display: inline-block;
  margin-left: 8px;
}

.doubt .div1 .p2 {
  font-size: 12px;
  font-family: PingFang SC-Bold,
    PingFang SC;
  color: #FFFFFF;
  line-height: 22px;
  margin: 6px 0 8px;
  opacity: .6;
}

.doubt .div1 .p3 {
  width: 10px;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
}

.doubt .div2 {
  float: left;
  width: 174px;
  position: relative;
}

.doubt .div2 .p1 {
  margin: 8px 0 2px;
  font-size: 12px;
  font-family: PingFang SC-Bold,
    PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 14px;
  margin-bottom: 12px;
  opacity: .6;
}

.doubt .div2 .p1 span {
  display: inline-block;
  width: 38px;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin-left: 6px;
}

.doubt .div3 {
  float: left;
  width: 68px;
  position: relative;
}

.doubt .div3 .p1 {
  font-size: 12px;
  font-family: PingFang SC-Bold,
    PingFang SC;
  color: #FFFFFF;
  line-height: 14px;
  opacity: .6;
  margin-top: 26px;
}

.doubt .div4 {
  float: left;
  width: 156px;
  position: relative;
}

.doubt .div4 .a1 {
  display: inline-block;
  width: 156px;
  height: 42px;
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  text-align: center;
  font-size: 14px;
  font-size: 14px;
  font-family: PingFang SC-Medium,
    PingFang SC;
  font-weight: 500;
  color: #1863FF;
  cursor: pointer;
  line-height: 42px;
  margin-top: 15px;
}

.doubt .div4 .a1 i {
  margin-left: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: -5px;
  background: url(../image/ljzx-icon1.png) no-repeat;
}

.doubt .div4 .a1:hover {
  background: #E11818;
  color: #FFFFFF;
}

.doubt .div4 .a1:hover i {
  background: url(../image/ljzx-icon.png) no-repeat;
}