a:hover {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.xqtopbox {
  display: flex;
  flex-direction: column;
  width: auto;
  height: 340px;
  border: 1px solid #f7f7f7;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.xqonetle {
  position: relative;
  height: 50px;
  background-color: #f7f7f7;
}

.xqonetle>p {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  line-height: 50px;
  text-indent: .95em;
  position: relative;
}

.tlebg::before {
  z-index: 0;
  display: block;
  width: 28px;
  height: 28px;
  content: "";
  border-radius: 28px;
  position: absolute;
  left: 10px;
  top: 6px;
  background-image: linear-gradient(135deg, #3BB3EB, #89ccee, #e9f6fc, #fff);
}

.xqtopbox_content {
  flex: 1;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 12px 10px 18px;
}

.xqtopbox_content>img {
  width: 426px;
  height: 260px;

}

.xqtopbox_txt {
  width: 630px;
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.xqtxt_one {
  font-size: 14px;
  height: 138px;
  background-color: #f7f7f7;
  box-sizing: border-box;
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.xqtxt_one>p {
  color: #333;
}

.xqtxt_one>p>span {
  color: #999;
  margin-right: 20px;
}

.xqtopbox_txt>p {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  display: flex;
  align-items: baseline;
}

.xqtopbox_txt>p>*:first-child {
  margin-left: 16px;
}

.xqjiage>span,
.xqjiage>b {
  color: #f00;
  margin-right: 4px;
}

.xqjiage>b {
  font-weight: bold;
  font-size: 24px;
}

.xqtopbox_txt>p>a {
  display: inline-block;
  width: 120px;
  height: 30px;
  margin-right: 30px;
  border: 1px solid #ccc;
  text-align: center;
  color: #ccc;
}

.xqtopbox_txt .xqbtn_checked {
  border: 1px solid #1782E1;
  color: #1782E1;
}

.xqtop_btn {
  display: flex;
}

.xqtop_btn>a {
  display: inline-block;
  width: 194px;
  height: 48px;
  border-radius: 2px;
  font-size: 18px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
}

.xqtop_btn>a:first-child {
  color: #fff;
  background-image: linear-gradient(90deg, #FF2B2B, #E00000);
}

.xqtop_btn>a:last-child {
  color: #FE461F;
  border: 1px solid #E80B0B;
}

.xqimgone {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 180px;
  text-align: center;
  background: url(/statics/files/img/xqimgone.png) no-repeat;
  background-size: 100%;
}

.xqimgone>span {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
  margin-left: -15px;
}

.xqtle {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin: 18px 0 10px;
}

.xqtle::after,
.xqtle::before {
  display: block;
  content: "";
  width: 104px;
  height: 20px;
  margin: 1px 20px 0;
  background: url(/statics/files/img/xqtlebg.png) no-repeat;
  background-size: 100%;
}

.xqtle::before {
  transform: rotate(180deg);
}

.xqimgtwo {
  position: relative;
  width: 100%;
  height: 238px;
  background: url(/statics/files/img/xqimgtwo.png) no-repeat;
  background-size: 100%;
}

.xqimgtwo>p {
  max-width: 500px;
  font-size: 16px;
  color: #11293D;
  position: absolute;
  left: 26px;
  bottom: 82px;
}

.xqimgtwo>ul {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  left: 46px;
  bottom: 36px;
}

.xqimgtwo>ul>li {
  display: inline-block;
  width: 100px;
  height: 24px;
  background: #2770C0;
  opacity: 0.9;
  border-radius: 3px;
  font-size: 14px;
  color: #FFFB85;
  line-height: 24px;
  margin-right: 10px;
  text-align: center;
}

.xqimgthree {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.xqimgthree>div {
  width: 400px;
  height: 260px;
  text-align: center;
  border: 1px solid #EEF5FF;
}

.xqimgthree>div>img {
  width: 100%;
  height: 164px;
}

.xqimgthree>div>p {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 10px 0;
}

.xqimgthree>div>a {
  display: inline-block;
  width: 240px;
  height: 36px;
  background: linear-gradient(90deg, #FF2B2B, #E00000);
  border-radius: 3px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 36px;

}

.xqimgfour {
  width: 100%;
  height: 250px;
  background: url(/statics/files/img/xqimgfourbg.png) no-repeat;
  background-size: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

.tlebgtwo {
  color: #fff;
  margin-bottom: 15px;
}

.tlebgtwo::before,
.tlebgtwo::after {
  background: url(/statics/files/img/xqimgfour_tlebg.png) no-repeat;
  background-size: 100%;
}

.xqimgfour_content {
  width: 150px;
  height: 160px;
  box-sizing: border-box;
  padding: 20px 25px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #333;
}

.xqimgfour_content>P {
  font-size: 18px;
  font-weight: bold;
}

.xqimgfour_content>hr {
  border: 0;
  width: 40px;
  height: 2px;
  background: #3B87DB;
}

.xqimgfour_content>span {
  font-size: 14px;
  line-height: 22px;
}

.xqimgfour_cttbox {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  justify-content: space-between;
}

.xqimgfour_cttbox>div:first-child {
  background: url(/statics/files/img/xqimgfour_one.png) no-repeat;
  background-size: 100%;
}

.xqimgfour_cttbox>div:nth-child(2) {
  background: url(/statics/files/img/xqimgfour_two.png) no-repeat;
  background-size: 100%;
}

.xqimgfour_cttbox>div:nth-child(3) {
  background: url(/statics/files/img/xqimgfour_three.png) no-repeat;
  background-size: 100%;
}

.xqimgfour_cttbox>div:nth-child(4) {
  background: url(/statics/files/img/xqimgfour_four.png) no-repeat;
  background-size: 100%;
}

.xqimgfour_cttbox>div:last-child {
  background: url(/statics/files/img/xqimgfour_five.png) no-repeat;
  background-size: 100%;
}

.xqimgfive {
  width: 100%;
  height: 100px;
  background: url(/statics/files/img/xqimgfive.png) no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 30px;
}

.xqimgfive>p {
  width: 400px;
  height: 30px;
  background-color: #fff;
  border-radius: 30px;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  text-align: center;
  position: absolute;
  bottom: 10px;
}

.xqimgfive>p>span {
  color: #FF000B;
}

.xqimgsix {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.xqimgsix>div {
  width: 400px;
  height: 520px;
  box-sizing: border-box;
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
}

.xqimgsix_tle {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  position: relative;
  margin-left: 30px;
  margin-top: 20px;
}

.xqimgsix>div::before {
  z-index: 0;
  display: block;
  width: 28px;
  height: 28px;
  content: "";
  border-radius: 28px;
  position: absolute;
  left: 20px;
  top: 18px;
  background-image: linear-gradient(135deg, #3BB3EB, #89ccee, #e9f6fc, #fff);
}

.xqimgsix>div:nth-child(2)::before {
  background-image: linear-gradient(135deg, #ff8074, #ffa9a1, #ffe9e9, #fff);
}

.xqimgsix_txt {
  margin-top: 15px;
  margin-left: 20px;
}

.xqimgsix_txt_son {
  display: flex;
  align-items: center;
}

.xqimgsix_txt_son>img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50px;
  box-sizing: border-box;
  border: 1px solid #ddd;
}

.xqimgsix_txt_son>span {
  font-size: 16px;
  color: #333;
}

.xqimgsix_txt>span {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-left: 61px;
  margin-right: 15px;
  box-sizing: border-box;
  padding-bottom: 18px;
  border-bottom: 1px solid #eee;
}

.xqimgsix_twotle {
  margin-top: 13px;
  margin-left: 20px;
}

.xqimgsix_twotle>p {
  font-size: 16px;
  color: #333;
  text-indent: 1.8em;
  background: url(/statics/files/img/xqimgsix_twotlebg.png) no-repeat;
  background-position: 0;
}

.xqimgsix_twotle>span {
  display: block;
  box-sizing: border-box;
  padding: 6px 10px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-right: 10px;
  margin-top: 8px;
  margin-left: 28px;
  background-color: #f7f7f7;
}

.xqimgsix_twotle>hr {
  border: 0;
  border-bottom: 1px solid #eee;
  margin-right: 10px;
  margin-left: 28px;
  margin-top: 20px;
}

.xqimgseven {
  width: 100%;
  height: 120px;
  margin: 30px 0;
  box-sizing: border-box;
  border: 1px solid #eee;
  display: flex;
  justify-content: space-between;
}

.xqimgseven>div {
  position: relative;
  width: 50%;
  margin-top: 10px;
  margin-left: 17px;
}

.xqimgseven>div>p {
  font-size: 16px;
  color: #333;
  text-indent: 1.8em;
  background: url(/statics/files/img/xqseven_help.png) no-repeat;
  background-position: 0;
  margin-bottom: 10px;
}

.xqimgseven>div:last-child>p {
  background: url(/statics/files/img/xqseven_kf.png) no-repeat;
  background-position: 0;
}

.xqimgseven_one>div {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  width: 250px;
}

.xqimgseven_one>a {
  display: block;
  width: 120px;
  height: 36px;
  border: 1px solid #D2EBFF;
  font-size: 14px;
  color: #666;
  line-height: 36px;
  text-indent: 3em;
  background: url(/statics/files/img/xqseven_fk.png) no-repeat;
  background-position: 15px;
  position: absolute;
  right: 10px;
  bottom: 12px;
}

.xqimgseven>hr {
  border: 0;
  width: 1px;
  height: 90px;
  margin-top: 13px;
  background-color: #eee;
}

.xqseventwo_content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  bottom: 12px;
  align-items: flex-end;
}

.xq_big_phone {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 6px;
}

.xq_min_phone {
  font-size: 14px;
  color: #666;
}

.xq_min_time {
  font-size: 12px;
  color: #666;
}

.xq_big_alink {
  display: inline-block;
  width: 192px;
  height: 36px;
  background: linear-gradient(90deg, #FD6133, #FE461F);
  text-align: center;
}

.xq_big_alink>li {
  background: url(/statics/files/img/xqseven_kf_two.png) no-repeat;
  background-position: 28px;
  font-size: 14px;
  line-height: 36px;
  text-indent: 1.8em;
  color: #fff;
}

.xq_two_abtn {
  margin-right: 10px;
}

.xq_right_list {
  padding-bottom: 0;
}

.xq_list_content {
  height: auto;
  box-sizing: border-box;
  padding: 0 8px;

}

.xq_list_ctt_son {
  width: 100%;
  height: 88px;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
}

.xq_list_ctt_son:last-child {
  border: 0;
}

.xq_list_ctt_son>img {
  width: 88px;
  height: 88px;
  margin-right: 10px;
  background: #E2E2E2;
}

.xq_list_ctt_txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.xq_list_ctt_txt>p {
  font-size: 14px;
  color: #333;
  line-height: 18px;
}

.xq_list_ctt_txt>span {
  display: block;
  font-size: 14px;
  color: #FF0202;
}

.xq_list_ctt_txt>span>span {
  text-decoration: line-through;
  margin-left: 6px;
  color: #999;
}

.xq_list_alink {
  display: flex;
  justify-content: space-between;
}

.xq_list_alink>a {
  display: block;
  width: 60px;
  height: 24px;
  background: #E8F2FE;
  border-radius: 3px;
  color: #0167B6;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}

.xq_list_alink>a:last-child {
  color: #fff;
  background: linear-gradient(90deg, #FF2B2B, #E00000);
  border-radius: 3px;
}

.title-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title-2>a {
  font-size: 12px;
  font-weight: initial;
  position: relative;
  left: 12px;
  color: #666 !important;
}

.kcbuy {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 50;
  display: none;
}

.kcbuy>div {
  width: 660px;
  height: 500px;
  border-radius: 3px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 52px 0 18px;
  text-align: center;
  font-size: 0;
  position: relative;
  box-shadow: 0 0 14px -10px #000000;
}

.kcbuy span {
  color: #333;
  font-weight: bold;
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 5px;
  right: 6px;
  z-index: 20;
  border-radius: 2px;
}

.kcbuy span::before,
.kcbuy span::after {
  position: absolute;
  top: 6px;
  right: 13px;
  content: "";
  width: 1px;
  height: 15px;
  background-color: #333;
  transform: rotate(45deg)
}

.kcbuy span::after {
  width: 15px;
  height: 1px;
  top: 13px;
  right: 6px;
}

.kcbuy span:hover {
  background-color: #00000030;
}

.kcbuy iframe {
  width: 95%;
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
}

.xyxslb{
  height: 100%;
  background-color: #fff;
}
.xyxslb:hover{
  background-color: #fff;
}
.cjwtlb{
  height: 100%;
  background-color: #fff;
}
.cjwtlb:hover{
  background-color: #fff;
}