body,
ol,
ul,
h1,
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
}
body {
  font: 14px Alibaba Sans, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  background: rgba(248, 248, 248, 1);
  -webkit-text-size-adjust: 100%;
  min-width: 1220px;
  height: 100%;
}
a {
  color: #2d374b;
  text-decoration: none;
}
em {
  font-style: normal;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.inner_con .table,.inner_con table{
  margin-bottom:20px;
}
p {
  word-wrap: break-word;
}
button {
  border: none;
  cursor: pointer;
}
.container {
  width: 1220px;
  margin: 0 auto;
}
.mt13 {
  margin-top: 13px;
}
.mt20 {
  margin-top: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pt10 {padding-top: 10px;}
.bg_3 {background-color: #F8FBFF;}
.bg-f{background-color: #fff;}
.t-c{text-align: center;}
.mb5{margin-bottom: 5px;}.mb10{margin-bottom: 10px;}.mb15{margin-bottom: 15px;}.mb20{margin-bottom: 20px;}
.mt5{margin-top: 5px!important;}.mt10{margin-top: 10px!important;}.mt15{margin-top: 15px!important;}
.mt20{margin-top: 20px!important;}.mt30{margin-top: 30px!important;}.ml5{margin-left: 5px;}.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}.ml20{margin-left:20px;}.mr5{margin-right: 5px;}.mr10{margin-left:10px;}.mr15{margin-left: 15px;}
.mr20{margin-left: 20px;}.mlr5{margin:0 5px;}.mb30{margin-bottom: 30px;}
.header {
  background-color: #FFF;width: 100%;
}
.header .container {
  height: 90px;
  display: flex;
  align-items: center;
}
.header .logo {
  width: auto;
  max-height: 38px;
}
.header .navBox {
  flex: 1;
  display: flex;
  padding-left: 50px;
}
.header .navBox .header_a {
  height: 90px;
  line-height: 90px;
  min-width: 100px;
  text-align: center;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}
.header .navBox .header_a img {
  position: absolute;
  width: 30px;
  height: 20px;
  right: -8px;
  top: 15px;
}
.header .navBox .header_a.active {
  color: #1684fc;
  font-weight: bold;
}
.header_more{position: relative;}
.header_more_box{position: absolute;top:90px;width:100%;background: #fff;box-shadow: 0 0 1px 0 rgb(89 89 89 / 40%);display: none;z-index: 99999}
.header_more a{display: block;width:100%;line-height: 55px;height: 54px;}
.header_more:hover .header_more_box{display: block;}
.header button,.header .button {
  width: 130px;
  height: 37px;
  line-height: 33px;
/*  line-height: 20px;*/
  border-radius: 5px;
  background-color: #1684fc;
  color: #FFF;
  text-align: center;
  font-size:14px;
}
.header .jgdl{background-color: #fff;border:1px solid #1684fc;color:#1684fc;}
.dMadlCont {
    width: 360px;
    height: 50px;
/*    border: 1px solid #eeeeee;*/
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
    position: relative;
}
.dMadlText3 {
    width: 230px;
    height: 50px;
    float: left;
    position: relative;
}
.dMadlText3::after {
    position: absolute;
    content: " ";
    display: block;
    width: 1px;
    height: 24px;
    background-color: #ddd;
    top: 13px;
    right: 0;
}
.dMadlText3 input.text3 {
    width: 205px;
    height: 50px;
    background: none;
    border: none;
    outline: none;
    padding-left: 15px;
    font-size: 14px;
}
.dMadlMa {
    float: right;
    color: #5984FC;
    cursor: pointer;
    line-height: 50px;
    margin-right: 25px;
    font-size: 14px;
}
.clear {
    clear: both;
}
.form_box_next{display: none;}
#form2-submit{margin-top: 30px!important;}
.dMadlText2 {
    width: 195px;
    height: 50px;
    border: 1px solid #eeeeee;
    background: #F7F7F7;
    border-radius: 4px;
    float: left;
    box-sizing: border-box;
}
.dMadlText2 input.text1 {
    width: 192px!important;
    height: 48px;
    background: none;
    border: none;
    outline: none;
    padding-left: 15px;
    text-align: left!important;
    padding-left:20px;
}
.dMadlYan {
    float: right;
    width: 160px;
    height: 50px;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
}
.dMadlYan img {
    width: 100%;
    height: 48px;
}
.disabled{cursor: not-allowed;}

.header.shadow {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
}
.footer {
  background-color: #242947;
  color: #FFF;
}
.footer .f_con {
  padding: 53px 0 42px;
  display: flex;
}
.footer .logo_area {
  border-right: 1px solid #353854;
  padding-right: 100px;
  padding-left: 20px;
}
.footer .logo_area .top_sec {
  display: flex;
  font-size: 18px;
  align-items: flex-end;
}
.footer .logo_area .top_sec .sec_logo {
  width: 110px;
  height: 39px;
  margin-right: 21px;
}
.footer .logo_area .con_sec {
  display: flex;
  margin-top: 30px;
}
.footer .logo_area .item_cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 50px;
  font-size: 14px;
}
.footer .logo_area .item_cell .item_img {
  width: 120px;
  height: 120px;
  margin-bottom: 7px;
}
.footer .nav_area {
  display: flex;
  flex: 1;
  justify-content: center;
}
.footer .nav_area ul {
  padding: 0 30px;
}
.footer .nav_area .title {
  color: #fff;
  font-size: 16px;
  height: 30px;
}
.footer .nav_area a {
  display: block;
  color: #fff;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}
.footer .con_area {
  padding-right: 30px;
}
.footer .con_area strong {
  color: #fff;
  font-size: 16px;
  vertical-align: text-top;
  line-height: 37px;
}
.footer .con_area .tel_num {
  color: #fff;
  font-size: 28px;
  margin-left: 22px;
  vertical-align: text-top;
}
.footer .con_area p {
  color: #fff;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}
.footerline {
  width: 100%;
  border-top: 1px solid #353854;
}
.friendLink,.friendLink a {
  color: #64677B;
  font-size: 14px;
  padding: 15px 5px;
}
.footer .copyright {
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #64677b;
  font-size: 14px;
}
.footer .copyright a {
  color: #64677B !important;
  font-size: 14px !important;
}
.index .sec_1 {
  background-color: #5b8ff9;
}
.index .sec_1 .container {
  height: 475px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 82px;
}
.index .sec_1 .container .textImg {
  width: auto;
  height: 98px;
}
.index .sec_1 .container p span{padding-right: 10px;}
.index .sec_1 .container p {
  height: 41px;
  color: #fff;
  font-size: 30px;
  line-height: 41px;
  margin: 10px 0 46px;
}
.index .sec_1 .container .userI {
  position: absolute;
  bottom: 0;
  right: 113px;
  max-width: 330px;
}
.index .sec_1 .container button {
  width: 175px;
  height: 55px;
  line-height: 26px;
  border-radius: 10px;
  font-size: 18px;
  text-align: center;
  line-height: 55px;
}
.index .sec_1 .container button.type1 {
  margin-right: 40px;
  background-color: #fff;
  color: #5b8ff9;
}
.index .sec_1 .container button.type2 {
  background-color: #5b8ff9;
  color: #fff;
  border: 1px solid #fff;
}
.index .sec_1 .container button.type2 .type_ico {
  width: 24px;
  height: 24px;
}
.index .sec_1 .container button.type2 + .hideBox {
  display: none;
  width:175px;
}
.index .sec_1 .container button.type2:hover + .hideBox {
  display: block;
}
.btn_boxs {
  position: relative;
}
.btn_boxs .hideBox {
  position: absolute;
  left: 220px;
}
.btn_boxs .kf_box {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  color: #999;
}
.btn_boxs .kf_box img {
  max-width: 100%;
  margin-bottom: 8px;
}
.index .sec_2 {
  background-color: #fff;
}
.index .sec_2 .container {
  padding-top: 47px;
  padding-bottom: 77px;
}
.index .sec_2 h2 {
  color: #101010;
  font-size: 30px;
  line-height: 44px;
  margin-bottom: 13px;
}
.index .sec_2 p {
  line-height: 26px;
  color: #999;
  font-size: 18px;
}
.index .sec_2 h2,
.index .sec_2 p {
  text-align: center;
}
.index .sec_2 .flow_box {
  height: 160px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  margin-top: 70px;
}
.index .sec_2 .flow_box li {
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.index .sec_2 .flow_box li img {
  width: 66px;
  height: 66px;
  object-fit: contain;
  margin-right: 12px;
  margin-left: 30px;
}
.index .sec_2 .flow_box li h3 {
  color: #101010;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
}
.index .sec_2 .flow_box li p {
  color: #999;
  font-size: 14px;
  line-height: 20px;
  margin-top: 9px;
}
.index .bg1 {
  background-image: url(../images/index_bg.png);
  background-size: cover;
}
.index .sec_3 .container {
  padding: 42px 0;
}
.index .sec_3 .tit_sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index .sec_3 .tit_sec h3 {
  color: #101010;
  font-size: 30px;
}
.index .sec_3 .tit_sec ul {
  display: flex;
}
.index .sec_3 .tit_sec ul li {
  color: #999;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 14px;
  cursor: pointer;
}
.index .sec_3 .tit_sec ul li.active {
  color: #000;
}
.index .sec_3 .tit_sec ul li:last-child {
  padding-right: 0;
}
.index .sec_3 .tit_sec .sec_more {
  color: #999;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
}
.index .sec_3 .tit_sec1 {
  border-bottom: none;
  margin-top: 13px;
}
.index .sec_3 .list_box {
  margin-top: 42px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
}
.index .sec_3 .list_box.list_zt {
  margin-top: 0;
}
.index .sec_3 .list_box li {
  width: 25%;
  height: 145px;
  background-color: #fff;
  padding: 27px 17px 27px 20px;
  position: relative;
}
.index .sec_3 .list_box li .hot_tag {
  position: absolute;
  right: 0;
  top: -5px;
  width: 53px;
  height: 40px;
}
.index .sec_3 .list_box li:nth-child(1),
.index .sec_3 .list_box li:nth-child(2),
.index .sec_3 .list_box li:nth-child(3),
.index .sec_3 .list_box li:nth-child(4) {
  border-bottom: 1px solid #f2f2f2;
}
.index .sec_3 .list_box li:nth-child(1),
.index .sec_3 .list_box li:nth-child(2),
.index .sec_3 .list_box li:nth-child(3),
.index .sec_3 .list_box li:nth-child(5),
.index .sec_3 .list_box li:nth-child(6),
.index .sec_3 .list_box li:nth-child(7) {
  border-right: 1px solid #f2f2f2;
}
.index .sec_3 .list_box li h3 {
  height: 26px;
  color: #101010;
  font-size: 18px;
  line-height: 26px;
}
.index .sec_3 .list_box li p {
  color: #999;
  font-size: 14px;
  line-height: 20px;
  margin-top: 13px;
  margin-bottom: 11px;
}
.index .sec_4 {
  background-color: #fff;
}
.index .sec_4 .container {
  padding: 55px 0;
}
.index .sec_4 h3 {
  color: #101010;
  font-size: 30px;
  text-align: center;
}
.index .sec_4 .content {
  display: flex;
  padding-top: 80px;
  position: relative;
}
.index .sec_4 .content .demoImg {
  position: absolute;
  right: 0;
  max-width: 410px;
  bottom: 0;
}
.flow_cell .flow_item {
  color: #6d6d6d;
  font-size: 18px;
  line-height: 26px;
  position: relative;
  width: 173px;
}
.flow_cell .flow_item.active {
  color: #5b8ff9;
  font-size: 18px;
  font-weight: bold;
}
.flow_cell .flow_item.active .actImg {
  position: absolute;
  width: 20px;
  height: 20px;
  right: -9px;
  top: 4px;
  z-index: 2;
  background-color: #fff;
}
.flow_cell .flow_item:not(:first-child) {
  padding-top: 43px;
}
.flow_cell .flow_item:not(:first-child)::before {
  content: "";
  position: absolute;
  right: 0;
  top: -6px;
  bottom: 9px;
  border-left: 1px dashed #d1d1d1;
}
.flow_cell .flow_item:not(:first-child)::after {
  content: "";
  position: absolute;
  right: -4px;
  width: 10px;
  height: 10px;
  bottom: 8px;
  border-radius: 10px;
  background-color: #999;
  z-index: 1;
}
.small .flow_cell .flow_item {
  color: #6d6d6d;
  font-size: 16px;
}
.small .flow_cell .flow_item.active {
  color: #5b8ff9;
}
.index .sec_4 .content .info_cell {
  padding-left: 115px;
  width: 530px;
}
.index .sec_4 .content .info_cell h4 {
  color: #101010;
  font-size: 22px;
  margin-bottom: 23px;
}
.index .sec_4 .content .info_cell p {
  color: #1F1F1F;
  font-size: 16px;
  line-height: 28px;
}
.index .sec_4 .content .info_cell .line {
  border-top: 1px solid #f2f2f2;
  margin-top: 20px;
  margin-bottom: 20px;
}
.index .sec_4 .content .info_cell button {
  width: 146px;
  height: 44px;
  margin-top: 21px;
  line-height: 20px;
  border-radius: 5px;
  background: linear-gradient(90deg, #82d1f6 0%, #29b6f4 50%, #0089cd 99%);
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.bot {
  display: flex;
  align-items: center;
}
.bot .tag1,
.bot .tag2 {
  border-radius: 3px;
  font-size: 12px;
  padding: 0 5px;
  height: 20px;
  line-height: 18px;
}
.bot .tag1 {
  color: #f28046;
  border: 1px solid #f28046;
}
.bot .tag2 {
  color: #5c95da;
  border: 1px solid #5c95da;
  margin-left: 8px;
}
.bot .parice_box {
  flex: 1;
  color: #f40;
  font-size: 14px;
  text-align: right;
  padding-right: 10px;
}
.bot .parice_box strong {
  color: #f40;
  font-size: 20px;
}
.sec_5 {
  background-color: #5b8ff9;
}
.sec_5 .container {
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  align-items: flex-end;
  padding-bottom: 45px;
  padding-top: 48px;
  line-height: 32px;
}
.sec_5 .container .sec_num {
  color: #fff;
  font-size: 48px;
  line-height: 40px;
  padding-left: 10px;
}
.sec_5 .container .sec_txt {
  margin-left: 151px;
}
.serv_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.serv_box .serv_item {
  width: 600px;
  margin-bottom: 21px;
  height: 135px;
  line-height: 20px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}
.serv_box .serv_item .serv_ico {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-left: 25px;
  margin-right: 25px;
  flex-shrink: 0;
}
.serv_box .serv_item h4 {
  color: #101010;
  font-size: 20px;
}
.serv_box .serv_item p {
  color: #999;
  font-size: 14px;
  margin-top: 11px;
  line-height: 1.5;
  padding-right: 48px;
}
.new_box {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.new_box .box_item {
  width: 390px;
}
.new_box .box_con {
  height: 413px;
  background-color: #f7fbfe;
  position: relative;
}
.banner_box .line{
    border-left: 1px solid #ccc;
}
.new_box .thumb {
  width: 390px;
  height: 260px;
  position: relative;
  overflow: hidden;
}
.new_box .thumb.h2 {
  height: 151px;
}
.new_box .thumb.h2 .thumimg {
  height: 151px;
  object-fit: cover;
}
.new_box .thumb:hover .thumimg {
  transform: scale(1.2);
}
.new_box .thumb .thumimg {
  width: 390px;
  height: 260px;
  object-fit: contain;
  transition: all 0.618s;
}
.new_box .thumb .con_tit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 390px;
  height: 90px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 18px 9px;
  color: #f7fbfe;
  font-size: 14px;
}
.new_box .thumb .con_tit p {
  line-height: 24px;
}
.new_box .more {
  text-align: right;
}
.new_box .more a {
  color: #5b8ff9;
  font-size: 14px;
  padding: 13px 0;
  display: inline-block;
}
.new_box .new_list {
  line-height: 20px;
  font-size: 14px;
}
.new_box .new_list.l2 {
  padding-top: 10px;
}
.new_box .new_list.l2 a {
  padding-top: 7px;
  padding-bottom: 8px;
}
.new_box .new_list li {
  padding-left: 10px;
  padding-right: 10px;
}
.new_box .new_list li a {
  display: block;
  padding-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.new_box .new_list li a:hover {
  color: #000;
}
.new_box .u_news {
  padding-top: 39px;
}
.new_box .new_item {
  padding: 0 18px;
}
.new_box .new_item .flex_new {
  display: flex;
  padding: 10px 10px;
  align-items: center;
}
.new_box .new_item .flex_new h4 {
  margin-top: 0;
}
.new_box .new_item .flex_new p {
  height: 20px;
  line-height: 20px;
}
.new_box .new_item .flex_new img {
  flex-shrink: 0;
  width: 90px;
  height: 53px;
  margin-right: 10px;
}
.new_box .new_item h4 {
  height: 20px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  margin-top: 11px;
}
.new_box .new_item p {
  color: #999;
  font-size: 12px;
  margin-top: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-all;
  overflow: hidden;
  height: 36px;
  line-height: 1.5;
}
.new_box .tagin {
  position: absolute;
  left: 18px;
  top: 0;
  background-image: url(../images/bg_tag.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 27px;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}
.compare ul {
  display: flex;
  flex-wrap: wrap;
}
.compare ul li {
  width: 200px;
  height: 72px;
  margin-right: 54px;
  margin-bottom: 26px;
}
.compare ul li img {
  width: 200px;
  height: 72px;
  object-fit: contain;
}
.compare ul li:nth-child(5n) {
  margin-right: 0;
}
.adimg {
  display: block;
  width: 100%;
}
.gray_bg {
  background-color: #f8f8f8;
}
.flex {
  display: flex;
}
.flexWrap {
  display: flex;
  flex-wrap: wrap;
  padding:10px 0;
}
.flexWrap .card_link {
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex .main {
  flex: 1;
  background-color: #fff;
}
.flex .main.serve {
  background-color: transparent;
}
.flex .aside {
  width: 292px;
  flex-shrink: 0;
  margin-left: 13px;
}
.flex .aside1 {
  width: 233px;
  padding-left: 10px;
  margin-right: 43px;
}
.s_in_top {
  padding: 24px 0 30px;
}
.s_in_top .main {
  background-color: transparent;
  position: relative;
}
.s_in_top .main .ciycli {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 443px;
}
.mt10 {
  margin-top: 10px;
}
.mt12 {
  margin-top: 12px;
}
.mb12 {
  margin-bottom: 12px;
}
.s_in_top .main h1 {
  color: #101010;
  font-size: 24px;
}
.s_in_top .main .desc {
  color: #666;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 14px;
}
.s_in_top .main .fee_box {
  color: #101010;
  font-size: 14px;
  padding: 15px 0;
}
.s_in_top .main .fee_box .symbole {
  color: #f40;
  font-size: 12px;
}
.s_in_top .main .fee_box .money {
  color: #f40;
  font-size: 20px;
  font-weight: bold;
}
.s_in_top .main .btn1 {
  width: 176px;
  height: 48px;
  line-height: 48px;
  border-radius: 2px;
  background-color: #5b8ff9;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-right: 31px;
}
.s_in_top .main .btn2 {
  width: 176px;
  height: 48px;
  line-height: 20px;
  border-radius: 2px;
  background-color: #fff;
  color: #5b8ff9;
  font-size: 14px;
  border: 1px solid #5b8ff9;
}
.s_in_top .time {
  color: #101010;
  font-size: 14px;
  padding: 10px 0;
}
.s_in_top .chose_li {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.s_in_top .chose_li label {
  height: 20px;
  color: #101010;
  font-size: 14px;
}
.s_in_top .chose_li .tag1,
.s_in_top .chose_li .tag2,
.s_in_top .chose_li .tag3,
.s_in_top .chose_li .tag4 {
  min-width: 100px;
  height: 30px;
  line-height: 28px;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  margin-right: 13px;
}
.s_in_top .chose_li .tag1 {
  background-color: #5b8ff9;
  color: #fff;
}
.s_in_top .chose_li .tag2 {
  background-color: #f28046;
  color: #fff;
}
.s_in_top .chose_li .tag3 {
  border: 1px solid #5b8ff9;
  color: #5b8ff9;
}
.s_in_top .chose_li .tag4 {
  border: 1px solid #f28046;
  color: #f28046;
}
.s_in_top .gzh_box {
  border: 1px solid #eee;
}
.s_in_top .gzh_box h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 20px 0;
}
.s_in_top .gzh_box .cus_ico {
  width: 27px;
  height: 27px;
  margin: 0;
  margin-right: 9px;
}
.s_in_top .gzh_box .mobile_p {
  padding: 24px 0 50px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5b8ff9;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}
.s_in_top .gzh_box .m_ico {
  width: 25px;
  height: 25px;
  margin: 0;
  margin-right: 9px;
}
.intr_head {
  padding-top: 35px;
  color: #5b8ff9;
  font-size: 18px;
  border-bottom: 1px solid #b8b8b8;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
.intr_head::after {
  content: "";
  width: 70px;
  left: 0;
  bottom: -1px;
  position: absolute;
  border:3px solid #5b8ff9;
  background-color: #5b8ff9;
}
.intr_head_time{
  position:absolute;right:0;bottom:3px;
  color:#9b9b9b;font-size: 12px;
}
table.inner {
  margin-top: 28px;
  border-collapse: collapse;
  width: 100%;
}
table.inner th {
  color: #101010;
  font-size: 16px;
  padding: 18px 0;
}
table.inner td,
table.inner th {
  border: 1px solid #eee;
  padding: 15px;
}
table.inner td {
  color: #6d6d6d;
  font-size: 14px;
}
.flow_head {
  padding: 65px 0 0;
  color: #101010;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.flow_head::after {
  content: "";
    width: 109px;
    height: 3px;
    background: #ddd;
    position: absolute;
    left: 0;
    bottom: -9px;
    z-index: 1;
}
.flow_head::before {
content: "";
    width: 55px;
    height: 3px;
    background: #5b8ff9;
    position: absolute;
    left: 0;
    bottom: -9px;
    z-index: 2;
}
.mb10 {
  margin-bottom: 10px;
}
.nav_box {
  display: flex;
  background-color: #fff;
}
.nav_box .nav_item {
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  background-color: #5b8ff9;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.nav_box .flex_right {
  flex: 1;
  text-align: right;
  color: #101010;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  padding-right: 20px;
}
.nav_box .flex_right .num_tag {
  color: #5c95da;
}
.city_list {
  display: flex;
  flex-wrap: wrap;
}
.city_list .city_item {
  width: 33.3%;
  height: 60px;
  line-height: 60px;
  padding-left: 37px;
  color: #101010;
  font-size: 14px;
  border-bottom: 1px solid #f7f4f4;
}
.pagination-div {
  padding: 18px 0 18px;
  margin-top: 15px;
  background-color: #fff;
}
.pagination-div .pagination {
  display: flex;
  justify-content: center;
}
.pagination-div .pagination li a {
  display: block;
  min-width: 39px;
  height: 39px;
  line-height: 39px;
  border-radius: 3px;
  background-color: #f8f8f8;
  color: #101010;
  font-size: 14px;
  text-align: center;
  margin: 0 7px;
  padding: 0 10px;
}
.pagination-div .pagination li a.on,
.pagination-div .pagination li a:hover {
  background-color: #5b8ff9;
  color: #fff;
}
.pagination-div .pagination li a .fa {
  font-size: 20px;
}
.side_card {
  width: 100%;
  background-color: #fff;
  margin-bottom: 12px;
}
.side_card .card_head {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: space-between;
  padding-left: 17px;
  padding-right: 14px;
  border-bottom: 1px solid #f7f4f4;
}
.side_card .card_head h3 {
  color: #101010;
  font-size: 16px;
}
.side_card .card_head a {
  color: #999;
  font-size: 14px;
  line-height: 20px;
}
.side_card .card_head .fa {
  font-size: 20px;
  margin-left: 5px;
}
.side_card .ques_list {
  padding: 10px 0;
}
.side_card .ques_list li {
  padding-left: 17px;
  padding-right: 20px;
}
.side_card .ques_list li a {
  display: block;
  height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 35px;
  color: #333;
  font-size: 14px;
}
.side_card .news_list {
  padding: 5px 0;
}
.side_card .news_list li {
  padding: 10px 17px;
}
.side_card .news_list li a {
  display: flex;
}
.side_card .news_list li a img {
  width: 90px;
  height: 53px;
  flex-shrink: 0;
  margin-right: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: left;
}
.side_card .news_list li a p {
  color: #333;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 25px;
  height: 50px;
  font-size: 14px;
}
.side_card .testing_list {
  padding: 5px 0;
}
.side_card .testing_list li {
  padding: 6px 17px;
  width:50%;
  float:left;
  text-align: center;
}
.side_card .testing_list li:nth-child(even){
  padding-left:8.5px;
}
.side_card .testing_list li:nth-child(odd){
  padding-right:8.5px;
}
.side_card .testing_list li a{
  background: #f8f8f8;
  display:block;
  padding: 5px 0;
  font-size:14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.clear{clear:both;}
.fa.fa-angle-right {
  margin-left: 5px;
  font-size: 16px;
}
.fw_box {
  width: 100%;
  background-color: #fff;
  margin-top: 12px;
  position: relative;
  padding-top: 50px;
  padding-bottom: 15px;
}
.fw_box .top_tag {
  width: 145px;
  height: 35px;
  line-height: 20px;
  border-radius: 0px 0px 10px 10px;
  background-color: #5b8ff9;
  color: #fff;
  font-size: 14px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -72px;
  text-align: center;
  line-height: 35px;
}
.fw_box .fw_item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 0;
  padding: 5px;
}
.fw_box .fw_item img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  margin-right: 14px;
}
.fw_box .fw_item span {
  width: 120px;
  color: #333;
  font-size: 14px;
}
.cate_box {
  background-color: #fff;
  margin: 14px 0;
  padding: 5px 0;
}
.category_box {
  display: flex;
  padding: 5px 10px;
}
.category_box .inner_tit {
  color: #101010;
  font-size: 14px;
  margin-right: 10px;
  line-height: 20px;
  font-weight: bold;
  padding-top: 5px;
}
.category_box .inner_box {
  flex: 1;
  line-height: 20px;
  display: flex;
  flex-wrap: wrap;
}
.category_box .inner_box a {
  display: block;
  padding: 5px 15px;
  font-size: 14px;
  color: #333;
}
.category_box .inner_box a.active {
  color: #5b8ff9;
}
.inner_box_child_more{
  color:#1684fc!important;
}
.category_box .inner_box a.inner_box_child_a{display: none;}
.serve_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.serve_list .small .serve_item h3 {
  color: #101010;
  font-size: 18px;
  padding: 20px 25px 5px;
  line-height: 26px;
  margin: 0;
}
.serve_list .small .serve_item .bot {
  padding: 8px 26px 14px;
}
.serve_list .small .serve_item .act_bot {
  height: 64px;
  padding-top: 0;
  padding-bottom: 7px;
  padding-left: 22px;
}
.serve_list .small .serve_item .act_bot p {
  color: #aaaaac;
  font-size: 16px;
}
.serve_list .small .serve_item .act_bot button {
  width: 105px;
  height: 35px;
}
.serve_list .serve_item {
  width: 450px;
  background-color: #fff;
  height: 160px;
  margin-top: 20px;
}
.serve_list .serve_item h3 {
  color: #101010;
  font-size: 18px;
  padding: 20px 26px 5px;
  line-height: 1;
  margin: 0;
}
.serve_list .serve_item .bot {
  padding: 8px 26px 14px;
}
.serve_list .serve_item .act_bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #f7f4f4;
  padding: 11px 32px 0;
}
.serve_list .serve_item .act_bot button {
  width: 146px;
  height: 44px;
  line-height: 20px;
  border-radius: 5px;
  background: linear-gradient(90deg, #82d1f6 0%, #29b6f4 50%, #0089cd 99%);
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.serve_list .serve_item .act_bot button.small {
  width: 105px;
  height: 35px;
}
.news_lists {
  border-top: 1px solid #f7f4f4;
  margin-bottom: 10px;
}
.ques_list {
  margin-bottom: 10px;
}
.ques_list .ques_item {
  background-color: #fff;
  border-bottom: 1px solid #f7f4f4;
  padding: 15px 20px;
  display: block;
}
.ques_list .ques_item .ques_head {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.ques_list .ques_item .ques_head .que_ico {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 10px;
  margin-top:3px;
}
.ques_list .ques_item .ques_head .tag1 {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 5px;
  background-color: #5b8ff9;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-right: 10px;
}
.ques_list .ques_item .ques_head .tag2 {
  height: 20px;
  line-height: 20px;
  border-radius: 2px;
  background-color: #ddebf8;
  text-align: center;
  padding: 0 5px;
  color: #5b8ff9;
  font-size: 12px;
  margin-left: 10px;
  white-space:nowrap;
}
.ques_list .ques_con {
  display: flex;
  color: #757575;
  font-size: 12px;
  padding-top: 12px;
  align-items: center;
}
.ques_list .ques_con p {
  flex: 1;
  color: #999;
  font-size: 12px;
  text-align: left;
  line-height: 20px;
  padding-right: 60px;
}
.news_item {
  display: flex;
  margin-bottom: 10px;
  padding: 20px;
  background-color: #fff;
}
.news_item .jg_con {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}
.news_item .news_ico {
  width: 151px;
  height: 100px;
  object-fit: cover;
  margin-right: 22px;
}
.news_item p {
  line-height: 1.5;
}
.news_item .new_bot {
  display: flex;
  justify-content: space-between;
  color: #757575;
  font-size: 12px;
  margin-top: 6px;
}
.jigou_item {
  display: flex;
  margin-top: 10px;
  padding: 20px;
  background-color: #fff;
  align-items: center;
}
.jg_ico_box {
  width: 150px;
  height: 75px;
  flex-shrink: 0;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  margin-right: 22px;
  padding: 7px 9px;
}
.jigou_item .jg_ico {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.jigou_item .jg_con {
  flex: 1;
}
.jigou_item .jg_con h3 {
  color: #000;
  font-size: 16px;
}
.jigou_item .jg_con p {
  color: #999;
  font-size: 12px;
  margin-top: 11px;
}
.jigou_item .jg_info {
  padding-left: 50px;
  text-align: center;
  color: #6d6d6d;
  font-size: 14px;
}
.jigou_item .jg_info > div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
}
.jigou_item .jg_info > div .lo_ico {
  width: 20px;
  flex-shrink: 0;
  margin-right: 3px;
  height: 20px;
}
.inner_nav {
  padding: 0 20px 0 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 49px;
  border-bottom: 1px solid #f7f4f4;
}
.inner_nav .inner_sec {
  color: #101010;
  font-size: 16px;
  font-weight: bold;
}
.inner_nav .inner_title {
  color: #101010;
  font-size: 16px;
  line-height: 1;
  position: relative;
  padding-left: 12px;
}
.inner_nav .inner_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 16px;
  border-radius: 5px;
  background-color: #5b8ff9;
}
.inner_nav .inner_time {
  color: #999;
  font-size: 14px;
  line-height: 1;
}
.entry-readmore{
  background-image: linear-gradient(-180deg, hsla(0, 0%, 100%, 0) 0, #fff 68%);
  bottom: 0;
  display: none;
  left: 0;
  padding: 130px 0 35px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.entry-readmore-btn {
    border: 1px solid #206be7;
    border-radius: 8px;
    color: #206be7;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 50px;
}
.entry-readmore-btn:hover {
  background-color: #206be7;
    border-color: #206be7;
    color: #fff;
}
.entry-readmore-btn img {
    display: inline-block!important;
    margin:0!important;
    margin-left: 8px!important;
    opacity: .8;
    vertical-align: top;
    height: 14px;
    vertical-align: -.15em;
    width: 14px;
    fill: currentColor;
    overflow: hidden;
}
.inner_con {
  padding: 12px 23px;
  color: #333333;
  font-size: 16px;
  line-height: 32px;
/*  height: 911px;*/
  overflow: hidden;
  position: relative;
}
.inner_con p{
    word-spacing: 8px;
    font-size: 16px;
    color: #333333;
    text-align: justify;
    line-height: 32px;
    letter-spacing: 1px;
	margin-bottom: 20px;
}
.inner_con h3,.inner_con pre{margin-bottom: 20px;}
.inner_con ul{
    word-spacing: 8px;
    font-size: 16px;
    color: #333333;
    text-align: justify;
    line-height: 32px;
    letter-spacing: 1px;
	margin-bottom: 20px;
}
.inner_con img {
  max-width: 100%;
  margin:0 auto;
  display:block;
}
.inner_con_title{
  display: inline-block;
  word-spacing: 8px;
  line-height: 32px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding:5px 15px;
  background: #F7FAFF;
  color:#5B8FF9!important;
  font-weight: 700;
}
.gzh_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 248px;
  background-color: #fff;
}
.gzh_box.fixed {
  position: fixed;
  width: 233px;
  left: 50%;
  top: 10px;
  margin-left: -610px;
}
.gzh_box h2 {
  color: #101010;
  font-size: 16px;
}
.gzh_box img {
  width: 130px;
  height: 130px;
  margin-top: 10px;
  margin-bottom: 13px;
}
.gzh_box span {
  color: #999;
  font-size: 12px;
}
.tit_sec1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  background-color: #fff;
  padding: 0 18px;
  border-bottom: 1px solid #f7f4f4;
}
.tit_sec1.h50 {
  height: 50px;
}
.tit_sec1 h3 {
  color: #101010;
  font-size: 16px;
}
.tit_sec1 a {
  color: #999;
  font-size: 14px;
}
.new_box1 {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0;
}
.new_box1 a {
  width: 50%;
  padding: 10px 20px;
  display: flex;
}
.new_box1 a img {
  width: 110px;
  height: 73px;
  object-fit: cover;
}
.new_box1 p {
  color: #333;
  font-size: 14px;
  padding-left: 10px;
}
.h388 {
  height: 388px;
}
.mb0 {
  margin-bottom: 0;
}
.link_box {
  flex: 1;
}
.link_box h3 {
  color: #333;
  font-size: 14px;
}
.link_box .link_in {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
}
.link_box .link_in a {
  width: 30%;
  color: #999;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 9px;
  display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.flow_con {
  padding: 30px 0;
  line-height: 32px;
  font-size: 16px;
  color: #333333;
}
.flow_con p {
  word-spacing: 8px;
  font-size: 16px;
  color: #333333;
  text-align: justify;
  line-height: 32px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.flow_tips {
  color: #bbb;
  font-size: 12px;
  padding-bottom: 50px;
}
#flow_inner .demoImg {
  width: 333px;
}
#flow_inner .content {
  padding-top: 40px;
  padding-bottom: 14px;
}
#flow_inner .flow_item:not(:first-child) {
  padding-top: 30px;
}
#flow_inner .info_cell {
  padding-left: 30px;
  width: 440px;
}
#flow_inner .info_cell h4 {
  color: #101010;
  font-size: 18px;
  margin-bottom: 10px;
}
#flow_inner .info_cell .line {
  margin: 10px 0 15px;
}
#flow_inner .info_cell p {
  font-size: 14px;
}
.flex1 {
  flex: 1;
}
.local {
  display: flex;
  align-items: center;
  color: #757575;
  font-size: 14px;
  padding: 20px 0 18px;
  line-height: 1;
}
.new_head {
  border-bottom: 1px solid #f7f4f4;
  padding: 20px;
  background-color: #fff;
}
.new_head.testingConD {
  border-bottom:none;
  display: flex;
  justify-content: space-between;
/*  align-items: center;*/
  margin-bottom:8px;
}
.new_head h1 {
  color: #101010;
  font-size: 20px;
  margin-bottom: 15px;
}
.new_head.testingConD h1 {font-size: 18px;margin-bottom: 0;}
.new_head p span {
  color: #757575;
  font-size: 14px;
  margin-right: 34px;
}
.new_head_right_top{
  border-bottom: 1px solid #f7f4f4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}
.new_head_right_top p{
  color:#9d9d9d;
  min-width:125px;
}
.new_head_right{
  width:100%;
  margin-left:20px;
}
.new_head_right_middle{margin-top: 25px;}
.testing_btn{
  line-height:20px;border-radius:3px;background-color: #5B8FF9;color:#FFF;width: 140px;height:40px;margin-left:20px;
}
.contact_btn{
  line-height:20px;border-radius:3px;background-color:#fff;color:#5B8FF9;width:140px;height:40px;
  border:1px solid #5B8FF9;
}
.new_head_right_footer table.inner td{color:#101010;}
.new_head_right_footer table.inner td.bggrey{width:200px;}
.new_head_right_footer table.inner td, table.inner th{padding:13px}
.bggrey{text-align: center;background-color:rgba(244, 244, 244, 1);}

.page_box {
  padding: 10px;
  margin-top: 13px;
  background-color: #fff;
  margin-bottom: 12px;
}
.page_box p {
  padding: 6px 13px;
}
.page_box a {
  color: #101010;
  font-size: 14px;
}
.banner_box {
  margin-top: 12px;
}
.banner_box .banner_tips {
  display: flex;
  align-items: center;
  height: 48px;
  line-height: 20px;
  border-radius: 10px 10px 0px 0px;
  background-color: #e1e7f7;
  color: #5984fc;
  font-size: 14px;
  padding-left: 15px;
}
.banner_box .banner_tips .tip_ico {
  width: 17px;
  height: 17px;
  margin-right: 7px;
}
.banner_box .banner_cell {
  display: flex;
  background-color: #fff;
  padding: 24px 0;
}
.banner_box .banner_item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.banner_box .banner_item h2,.banner_box .banner_item .h2 {
  color: #101010;
  font-size: 18px;
  font-weight:700;
}
.banner_box .banner_item p {
  color: #aaaaac;
  font-size: 14px;
  margin-top:7px;
}
.banner_box .banner_icons {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.showMask {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  justify-content: center;
  padding-top: 150px;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 20;
}
.showMask.show {
  display: flex;
}
.showMask .mask_con {
  width: 780px;
  height: 500px;
  line-height: 20px;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
  display: flex;
  position: relative;
}
.showMask .mask_con .fa-close {
  position: absolute;
  right: -25px;
  top: -50px;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #FFF;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: 400;
  padding-bottom: 2px;
}
.showMask .mask_con .fa-close:hover {
  color: #f2f2f2;
  border-color: #f2f2f2;
}
.showMask .mask_con .leftImg {
  width: 320px;
  height: 500px;
  border-radius: 5px 0 0 5px;
}
.showMask .mask_con .gzh_img {
  flex: 1;
  display: none;
  flex-direction: column;
  align-items: center;
  padding-top: 43px;
}
.showMask .mask_con .gzh_img.show {
  display: flex;
}
.showMask .mask_con p {
  color: #999;
  font-size: 14px;
  width: 100%;
  text-align: center;
  position: relative;
}
.showMask .mask_con p::after,
.showMask .mask_con p::before {
  width: 115px;
  border-top: 1px solid #f2f2f2;
  content: "";
  position: absolute;
  top: 10px;
}
.showMask .mask_con p::after {
  right: 18px;
}
.showMask .mask_con p::before {
  left: 18px;
}
.showMask .mask_con .qrcode {
  width: 197px;
  height: 197px;
  margin-top: 32px;
  margin-bottom: 14px;
}
.showMask .mask_con .logo_ico {
  width: 108px;
/*  height: 40px;*/
  margin-bottom: 10px;
}
.showMask .mask_con .we_ico {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  vertical-align: middle;
}
.showMask .form_box {
  width: 360px;
  margin-top: 32px;
}
.showMask .form_box .form_item {
  width: 360px;
  height: 50px;
  line-height: 20px;
  border-radius: 5px;
  background-color: #fff;
  color: #101010;
  font-size: 14px;
  text-align: center;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.conte2msk {
  position: relative;
  cursor: pointer;
}
.pb10 {
  padding-bottom: 10px;
}
.showMask .form_box .form_item .tag_1,
.showMask .form_box .form_item .tag_2 {
  width: 64px;
  padding: 0 3px;
  height: 23px;
  line-height: 23px;
  border-radius: 3px;
  text-align: center;
  margin: 0 16px;
}
.showMask .form_box .form_item .tag_1 {
  background-color: #fceee9;
  color: #e17c5d;
  font-size: 12px;
}
.showMask .form_box .form_item .tag_2 {
  color: #101010;
  font-size: 14px;
}
.showMask .form_box .form_item .tag_phone{
  background-color: #F90707;
  color: #fff;
  margin:0 10px 0 0;
}
.showMask .form_box .form_item input {
/*  height: 40px;*/
/*  line-height: 40px;*/
  text-align: right;
  border: none;
  width: 260px;
  padding-right: 20px;
  background-color: #fff;
  font-size: 14px;
}
.showMask .form_box .form_item input:hover,
.showMask .form_box .form_item input:focus,
.showMask .form_box .form_item input:focus-visible {
  border: none;
  outline: none;
}
.showMask .form_box .form_item input.phone{
  text-align: left;font-size: 18px;font-weight: bold;width:280px;letter-spacing: 0.8px;
}
#conte3 .form_box .form_item{
  box-shadow:unset;
}
.showMask .submit_btn {
  cursor: pointer;
  width: 360px;
  height: 50px;
  line-height: 23px;
  border-radius: 29px;
  background-color: #5b8ff9;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  margin-top: 11px;
}
.showMask .submit_btn:active {
  opacity: 0.7;
}
.flow_dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 47px;
}
.flow_dialog .flow_arr {
  width: 12px;
  height: 12px;
  margin: 0 6px 18px;
}
.flow_dialog .flowItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #101010;
  font-size: 12px;
}
.flow_dialog .flowItem img {
  width: 25px;
  height: 25px;
  margin-bottom: 4px;
}
.jg_head {
  background-color: #fff;
  padding: 30px;
  display: flex;
  margin-bottom: 13px;
}
.jg_head .jg_box {
  width: 150px;
  height: 92px;
  line-height: 20px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 5px;
  margin-right: 30px;
}
.jg_head .jg_logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding:5px;
}
.jg_head h1 {
  font-size: 16px;
  line-height: 24px;
  margin-top: 5px;
}
.jg_head p {
  margin-top: 22px;
  color: #6d6d6d;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.jg_head p span {
  height: 20px;
  font-size: 14px;
  line-height: 20px;
}
.jg_head p img {
  width: 20px;
  height: 20px;
  margin-right: 3px;
}
.jg_head p .loca {
  margin-right: 30px;
}
.jg_titBox {
  margin-top: 18px;
  padding-left: 5px;
}
.jg_titBox .title_txt {
  width: 64px;
  height: 24px;
  color: #101010;
  font-size: 16px;
  position: relative;
  z-index: 1;
  font-weight: bold;
}
.jg_titBox .title_txt::after {
  content: "";
  position: absolute;
  bottom: -6px;
  height: 6px;
  width: 64px;
  left: 0;
  background-color: #5B8FF9;
}
.jg_titBox .desc_txt {
  color: #c9c9c9;
  font-size: 12px;
  margin-left: 20px;
}
.submit-tips_trans {
  width: 300px;
  height: 200px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  position: relative;
  left: calc(50% - 150px);
  top: 35%;
  padding: 20px;
  padding-top: 30px;
  font-size: 40px;
  border-bottom: 1px solid #ddd;
  z-index: 300;
  border-radius:20px;
}
.submit-tips{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 300;
}
.submit-tips .text-wrap {
  /*color: #2B9B27;*/
  text-align: center;
  /*line-height: 30px;*/
  z-index: 23;

}
.submit-tips .text-wrap .first{
  font-size:18px;font-weight: bold;
}
.submit-tips .text-wrap .second{
   font-size:13px;
   padding:30px 0;
   color:#313131;
 }
.submit-tips .text-wrap .three{
  width:150px;
  height:35px;
  line-height:35px;
  border-radius: 5px;
  background: #5B8FF9;
  color:#fff;
  font-size:13px;
  margin: 0 auto;
  cursor: pointer;
}
/*.submit-tips .close {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 0;
  margin-right: -10px;
  margin-top: -10px;
  background-color: #fff;
  border-radius: 100px;
  cursor: pointer;
}
.submit-tips .close .fa {
  font-size: 30px;
  color: var(--gray);
}*/
.indextabs {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  margin-right: 20px;
}
.recome_head {
  display: flex;
  border-bottom: 1px solid #f7f4f4;
  height: 50px;
  padding-left: 23px;
  align-items: center;
}
.recome_head h2 {
  color: #5b8ff9;
  font-size: 16px;
}
.recome_head .awa_ico {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.que_title {
/*  height: 116px;*/
  line-height: 20px;
  background-color: #fff;
  padding: 23px;
  margin-bottom: 12px;
}
.que_title h1 {
  margin-bottom: 18px;
}
.q_top {
  display: flex;
}
.q_top .queico {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 8px;
  margin-top: 6px;
}
.q_top h1 {
  line-height: 30px;
  font-size: 20px;
}
.que_title p {
  display: flex;
  justify-content: space-between;
  color: #757575;
  font-size: 14px;
}
.que_title p .tag_2 {
  height: 23px;
  line-height: 23px;
  border-radius: 2px;
  padding: 0 5px;
  background-color: #ddebf8;
  color: #5b8ff9;
  font-size: 14px;
}
.que_title .que_tag {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 5px;
  background-color: #5b8ff9;
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  font-weight: normal;
  margin-right: 10px;
}
.recome_list {
  background-color: #fff;
  margin-bottom: 26px;
}
.recome_list .flex1 {
  padding: 0px 19px;
  flex-shrink: 0;
}
.recome_list .flex1 a {
  width: 400px;
  display: block;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.jigou_fw{ 
  padding: 0 23px 15px 23px; 
  font-size:16px; 
  line-height:2;
}
.index .sec_2 h1{
  color: #101010;
  font-size: 30px;
  line-height: 44px;
  margin-bottom: 13px;
  text-align: center;
}
.tool-box-component .fa {
  font-family: "iconfont"!important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tool-box-components {
  width: 72px;
  position: fixed;
  right: 50%;
  margin-right: 635px;
  bottom: 0;
  top: 50%;
  z-index: 10;
  transform: translateY(-179px);
  transition: all .5s;
  color: #fff;
}
.tool-box-components-content {
  border-radius: 8px;
  background: #0055FF;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
}
.tool-box-item {
  padding: 12px 0 16px;
  position: relative;
  cursor: pointer;
  display: block;
  text-align: center;
}
.tool-box-components-content a {
  text-decoration: none;
  color: #fff;
}
.tool-box-components .parting-line {
  position: relative;
}
.tool-box-components .parting-line:before {
  content: "";
  width: 32px;
  height: 1px;
  background: #ffffff;
  opacity: .5;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.tool-box-components .iconfont {
  font-size: 24px;
}
.tool-box-item .slide-title {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 3px;
}
.tool-box-components .tool-toTop {
  display:none;
  margin-top: 20px;
  color: #fff;
  height: 72px;
  width: 72px;
  position: relative;
  background: #0055FF;
  box-shadow: 0 12px 24px -4px #0055ff4d;
  border-radius: 8px;
  text-align: center;
  line-height: 80px;
  right: 0;
  top: 0;
  cursor: pointer;
}
.tf_phone_num{
  display: none;
  padding: 16px;
  width: 229px;
  color: #05f;
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  background: #ffffff;
  top:8px;
  left:72px;
  box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014, 0 9px 28px 8px #0000000d;
  border-radius:2px;
  word-wrap: break-word;
}
.tf_weixin_box{
  display: none;
  position: absolute;
  top:-60px;
  left:72px;
  box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014, 0 9px 28px 8px #0000000d;
  border-radius:2px;
  word-wrap: break-word;
  background: #ffffff;
  padding-bottom:10px;
}
.tf_weixin_box img{
  width:160px;
  height:160px;
  padding:15px;
}
.tf_weixin_box span{
  color:#999;
}
.flow_yinsi_btn{
  margin-top:20px;
  display: flex;
  align-items:center;
}
#is_read_yinsi{
  vertical-align:middle;
}
.header_tips{
  background: #ff1816;
  color: #fff;
  width: 35px;
  height: 17px;
  position: absolute;
  right: -15px;
  top: -10px;
  line-height: 17px;
  font-size: 12px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.hover-frame-container {
  position: fixed;
  z-index: 99;
  left: 8px;
  top: 32vh;
  transform: translateY(-50%);
  list-style: none;
  width: 64px;
  display: flex;
  flex-direction: column;
  padding: 0;
  background: #1A66FF;
  box-shadow: 0px 8px 16px 0px rgba(13, 58, 134, 0.2);
  border-radius: 3px;
}
@media only screen and (max-width: 750px) {
  .hover-frame-container {
    display: none;
  }
}
.hover-frame-container .hover-frame-item {
  flex: 1 1;
  margin: 0 8px;
  font-size: 12px;
  padding: 10px 0;
  color: #FFFFFF;
  position: relative;
  cursor: pointer;
}
.hover-frame-container .hover-frame-item + .hover-frame-item {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.hover-frame-container .hover-frame-item .hover-btn {
  font-size: 12px;
  letter-spacing: 0;
  text-indent: -1px;
  text-align: center;
}
.hover-frame-container .hover-frame-item .hover-btn .iconfont {
  font-size: 27px;
  display: block;
}
.Logo_productyuyueyanshi{margin-bottom: 2px;}
.hover-frame-container .hover-frame-item .hover-btn .text {
  display: block;
}
.hover-frame-container .hover-frame-item .message-box {
  position: absolute;
  left: 64px;
  top: 15px;
  background: #FFFFFF;
  width: 170px;
  box-shadow: 0px 8px 16px 0px rgba(13, 58, 134, 0.2);
  border-radius: 3px;
  padding: 10px;
  margin-right: 6px;
}
.hover-frame-container .hover-frame-item .message-box::after {
  content: '';
  display: block;
  position: absolute;
  border-top: 5px solid transparent;
/*  border-right: 6px solid #FFFFFF;*/
  border-right: 6px solid #1A66FF;
  border-bottom: 5px solid transparent;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
}
.hover-frame-container .hover-frame-item .message-box .close-btn {
  color: #6B7586;
  position: absolute;
  top: 6px;
  right: 10px;
}
.hover-frame-container .hover-frame-item .message-box .title {
  font-size: 14px;
  font-weight: 400;
  color: #31394D;
  line-height: 14px;
}
.hover-frame-container .hover-frame-item .message-box .content {
  margin: 0px auto 2px auto;
  font-size: 20px;
  font-weight: 400;
  color: #6B7586;
/*  line-height: 12px;*/
  text-align: center;
  color:#fff;
  font-weight: 700;
}
.hover-frame-container .hover-frame-item.inline .message-box {
  display: none;
}
.hover-frame-container .hover-frame-item.telephone .message-box {
  display: none;
  background-color: #1A66FF;
}
.hover-frame-container .hover-frame-item.telephone:hover .message-box {
  display: block;
}

.ai_left{width:40%;min-height: 730px;padding:20px;}
.ai_right_top{position: relative;height: 120px;}
.ai_right_top_img2{position: absolute;left:calc(50% - 77px);bottom:0;}
.ai_left_top{align-items: center;}
.ai_left_top_title{font-size: 18px;font-weight: bold;padding-left:5px;}
.ai_left_bottom_title{padding-bottom: 10px;font-size: 15px;}
.red{color: red;}
.ai_right{width: 100%;}
.ai_right_middlte{font-size: 16px;font-weight: bold;margin: 0 0 25px 0;}
.ai_right_bottom{color:rgba(16, 16, 16, 1);width: 305px; margin: 0 auto;white-space: nowrap;line-height: 25px;}
.ai_right_bottom p{}
textarea{background-color: rgba(244, 245, 247, 1);width: 100%;min-height: 120px;padding:10px;font-size: 14px;border:none;border-radius: 6px;resize:none;outline:none;}
textarea::placeholder {font-size: 12px;color: #666; }
.getAiCon{width: 200px;height: 39px;line-height: 38px;text-align: center;color: #fff;border-radius: 5px;background-color: rgba(91, 143, 249, 1);font-size: 14px;font-family: Roboto;display: block;margin: 0 auto;}
.aiFirst{padding-top:200px;}
.aiSecond{display: none;margin:20px;border-radius: 25px;background-color: rgba(245, 245, 245, 1);color: rgba(112, 112, 112, 1);align-items: center;padding:10px 15px;width: 245px;}
.aiSecond img{margin-right: 10px;}
.aiLast{display: none;}
.aiLastTips{width:90%;border-radius: 10px;background-color: #fdfdfd;color: rgba(16, 16, 16, 1);border: 1px solid rgba(240, 240, 240, 1);margin:0 auto;padding:17px 10px;align-items: center;}
.aiLastTips img{margin-right: 8px;}
.aiResult{font-size: 16px;color: rgba(16, 16, 16, 1);width:90%;margin:0 auto;}