body,
ol,
ul,
h1,
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
}
body {
  font: 12px 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: #fff;
  -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; max-width: 100%;
}
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;
}
.header { z-index: 100;
  background-color: #FFF;
  width: 100%;
}
.header .container {
  height: 90px;
  display: flex;
  align-items: center;
}
.header .logo {
  width: auto;
  max-height: 45px;
}
.header .navBox {
  flex: 1;
  display: flex;
  padding-left: 30px;
}
.header .navBox a {
  height: 90px;
  line-height: 90px;
  min-width: 110px;
  text-align: center;
  font-size: 16px;
}
.header .navBox a img {
  position: relative;
  width: 30px;
  height: 20px;
  left: -4px;
  top: -15px;
}
.header .navBox a.active {
  color: #fe4529;
  font-weight: bold;
}
.header button {
  width: 130px;
  height: 37px;
  line-height: 20px;
  border-radius: 5px;
  background-color: #fe4529;
  color: #FFF;
}
.header.shadow {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
}
.footer {
  background-color: #222;
  color: #FFF;
}
.footer .f_con {
  padding: 53px 0 42px;
  display: flex;
}
.footer .logo_area {
  border-right: 1px solid rgba(255,255,255,0.1);
  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 rgba(255,255,255,0.1);
}
.friendLink,
.friendLink a {
  color: #64677B;
  font-size: 14px;
  padding: 15px 0;
}
.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: #fe4529; */
  background-image: linear-gradient(to right,#e6241b,#f99b5f);
}
.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 {
  height: 41px;
  color: #fff;
  font-size: 30px;
  line-height: 41px;
  margin: 10px 0 46px;
}
.index .sec_1 .container .userI {
  position: absolute;
  bottom: 0;
  right: 13px;
  max-width: 530px;
}
.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: #fe4529;
}
.index .sec_1 .container button.type2 {
  background-color: #fe4529;
  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: #fe4529;
  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: #fe4529;
}
.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-image: linear-gradient(-90deg, #ff4229 0%, #f89172 100%);
  /* background: linear-gradient(90deg, #ffa975 0%, #f89172 50%, #fe4529 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;
   margin-right: 8px;
}
.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;
}
.serve_item .bot  span:nth-child(4){ display: none;} 
.sec_5 {
  background-image: linear-gradient(90deg, #e6241b 0%, #f99b5f 100%);
}
.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: #fe4529;
  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: #fe4529;
  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: #fe4529;
  font-size: 14px;
  border: 1px solid #fe4529;
}
.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: #fe4529;
  color: #fff;
}
.s_in_top .chose_li .tag2 {
  background-color: #f28046;
  color: #fff;
}
.s_in_top .chose_li .tag3 {
  border: 1px solid #fe4529;
  color: #fe4529;
}
.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: #fe4529;
  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: #fe4529;
  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 #fe4529;
  background-color: #fe4529;
}
.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: #fe4529;
    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: #fe4529;
  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: #fe4529;
  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;
}
.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: #fe4529;
  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: #fe4529;
}
.inner_box_child_more{
  color:#fe4529!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, #f99b5f 0%,    #e6241b 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: #fe4529;
  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: #f8e6e3;
  text-align: center;
  padding: 0 5px;
  color: #fe4529;
  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: #fe4529;
}
.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 #fe4529;
    border-radius: 8px;
    color: #fe4529;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 50px;
}
.entry-readmore-btn:hover {
  background-color: #fe4529;
    border-color: #fe4529;
    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 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:#fe4529!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;
}
.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: #fe4529;color:#FFF;width: 140px;height:40px;margin-left:20px;
}
.contact_btn{
  line-height:20px;border-radius:3px;background-color:#fff;color:#fe4529;width:140px;height:40px;
  border:1px solid #fe4529;
}
.new_head_right_footer table.inner td{color:#101010;}
.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: #fdf3f1;
  color: #fe4529;
  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;
}
.conte2msk .bg{ overflow: hidden; width: 100%; height: 100%; left: 0; top: 0; position: absolute;}
.conte2msk .bg::after { content: ' '; position: absolute; transform: rotate(45deg); left: -80px; top: -60px; bottom: -60px; background: rgba(255, 255, 255, 0.4); cursor:pointer; width: 40px; animation: aftermove .8s infinite ease; -webkit-animation: aftermove .8s infinite ease; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transition: all .4s ease; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -ms-transition: all .4s ease; -o-transition: all .4s ease;}

@keyframes aftermove {
  from {
      left: -80px;
  }

  to {
      left: 200px;
  }
}


.flex-center-center{  display: flex; align-items: center; justify-content: center;}
.flex-between-center{  display: flex; justify-content: space-between; align-items: center;}
.flex-center{  display: flex; align-items: center;}
.flex-between{  display: flex; justify-content: space-between}
.flex-between-start{ display: flex; justify-content: space-between;align-items: flex-start;}
.flex-between-end{ display: flex; justify-content: space-between;align-items: flex-end;}
.flex{  display: flex;}
.flex-column{ flex-direction: column;}
.flex-wrap{ flex-wrap: wrap;}
.flex-end{display: flex; align-items: flex-end;}
.flex-content-end{display: flex; justify-content: flex-end;}
.flex-start{display: flex; align-items: flex-start;}
.iflex{ display: inline-flex}
.block{  display: block;}
.flex-shrink{ flex-shrink: 0 }

.justify-center{justify-content: center;}
.justify-end{justify-content: flex-end;}
.justify-start{justify-content: flex-start;}
.align-start{align-items: flex-start;}
.align-end{align-items: flex-end;}
.align-center{align-items: center;}

.header .tel{height: 34px;  margin: 23px 0 23px 20px;   position: relative; z-index: 2; cursor: pointer;}
.header .tel .icontFill{ display: inline-block;   border: 1px solid #ff4229; height: 34px; margin-right: 0; position: relative; z-index: 2; vertical-align: middle;  border-radius: 50%; text-align: center; color: #fff; background-color: #ff4229; transition: all 0.8s ease;}
.header .tel p{ white-space: nowrap; position: absolute; right: 0; top: 0; z-index: 1; line-height: 34px; border-radius: 18px; color: #ff4229; transition: all 0.8s ease; width:34px; padding: 0; overflow: hidden; color: #fff;  background-image: linear-gradient(90deg, #f85a2b 0%, #ff4229 100%);}
.header.header1 .tel .iconfont,.header.header1 .tel p{ background-color: #fff; color: #ff4229;}
.header .tel:hover p{width: 170px;  padding: 0 45px 0 15px; font-size: 18px; }
.header.header1 .tel:hover .iconfont,.header.header1 .tel:hover p{ background-image: linear-gradient(90deg, #f85a2b 0%, #ff4229 100%);color: #fff;}

.icontFill{ height: 18px; margin-right: 10px;}
.header .kefu{display: inline-flex; overflow: hidden; position: relative;  margin: 23px 0 23px 20px;  height: 34px; padding: 0 15px 0 13px; text-align: center; font-size: 14px; color: #fff;  background-image: linear-gradient(90deg, #f85a2b 0%, #ff4229 100%); border-radius: 18px; transition: all 0.8s ease;}
.header .kefu span{ display: inline-block; vertical-align: bottom; margin:-3px 5px 0 0; font-size: 20px;}
.header.header1 .kefu {color: #f85a2b;  background-image: linear-gradient(90deg, #fff 0%, #fff 100%);}
.header .kefu:hover{ background-image: linear-gradient(90deg, #f85a2b 0%, #ff4229 100%); color: #fff;}



.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 input {
  height: 40px;
  line-height: 40px;
  text-align: right;
  border: none;
  width: 260px;
  padding-right: 20px;
}
.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 .submit_btn {
  cursor: pointer;
  width: 360px;
  height: 50px;
  line-height: 23px;
  border-radius: 29px;
  background-color: #fe4529;
  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: #fe4529;
}
.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;
}
.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: #fe4529;
  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: #fe4529;
  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: #f8e6e3;
  color: #fe4529;
  font-size: 14px;
}
.que_title .que_tag {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 5px;
  background-color: #fe4529;
  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: #fe4529;
  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: #fe4529;
  box-shadow: 0 12px 24px -4px #fe45294d;
  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: #fe4529;
  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: inherit;
}
#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;
}

.font20{ font-size: 20px;}
/* 
.pu_aside.active { top: 50%; opacity: 100;}
.pu_aside { z-index: 5;position: fixed;right: 20px;top: 70%;-webkit-transform: translateY(-50%);	-ms-transform: translateY(-50%);		transform: translateY(-50%);opacity: 0;-webkit-transition: top .6s, opacity .4s;-o-transition: top .6s, opacity .4s;transition: top .6s, opacity .4s;}
.pu_aside .de_box{  display: grid;     gap: 5px;}
.pu_aside .de_box .item { position: relative; cursor: pointer;}
.pu_aside .de_box .item .em_svg a { width: 55px; height: 55px; -webkit-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; background: #f60; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;}
.pu_aside .de_box .item .em_svg a img { margin: auto; max-width: 28px;}
.pu_aside .de_box .item .em_post { -webkit-transition: 0.6s; -o-transition: 0.6s; transition: 0.6s; position: absolute; right: 140%; top: 50%; -webkit-transform: translateY(-50%) scale(0); -ms-transform: translateY(-50%) scale(0); transform: translateY(-50%) scale(0); -webkit-transform-origin: center right; -ms-transform-origin: center right; transform-origin: center right;}
.pu_aside .de_box .item .em_post::before { content: ''; position: absolute; top: 50%; left: 100%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); border: 8px solid #fe4529; border-bottom-color: transparent; border-right-color: transparent; border-top-color: transparent;}
.pu_aside .de_box .item .em_post .code { padding: 5px; background: #fe4529;}
.pu_aside .de_box .item .em_post .code img { max-width: none; width: 120px; height: 120px;}
.pu_aside .de_box .item .em_post a { color: #fff; background: #fe4529; white-space: nowrap; padding: 0 20px; display: inline-block; line-height: 55px;}
  
.pu_aside .de_box .item:hover .em_svg  a{ background: #fe4529; }
.pu_aside .de_box .item:hover .em_post {  transform: translateY(-50%) scale(1); -webkit-transform: translateY(-50%) scale(1); -moz-transform: translateY(-50%) scale(1); -ms-transform: translateY(-50%) scale(1); -o-transform: translateY(-50%) scale(1); } 

  */

.cooperationBox{ padding-bottom: 55px;}
.cooperationBox {
  padding-top: 50px; position: relative;
}

.Marquee_x {
  overflow: hidden;
}

.Marquee_x.Marquee_Y {
  padding-left: 90px;
}

.Marquee_x ul li {
  float: left;
  line-height: 25px;
  overflow: hidden;
  padding: 15px 0;
  margin-right: 0 !important;
}

.Marquee_x ul li div {
  float: left;
  line-height: 25px;
  height: 80px;
  width: 180px;
  overflow: hidden;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-right: 30px;
}

.Marquee_x ul li div img {
  max-width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}


/* customer */
.customer{width: 64px; height: 300px; position:fixed;right:20px; bottom: 10%; z-index:97; }
.customer .kefu{ width: 100%; position: relative; text-align: center; margin-bottom: 10px; z-index: 2;}
.customer .kefu .kf{ width: 100%;  height: 64px; position: relative;}
.customer .kefu .kf::after{ content: '';  position: absolute; z-index: 1; width: 90px; height: 90px; margin: -45px 0 0 -45px; border-radius: 50%; background-color: #ff4229; top: 50%; left: 50%; opacity: 0.4; -webkit-animation: zoomBig 1.4s infinite; animation: zoomBig 1.4s infinite;}
.customer .kefu .kf::before{ content: '';  position: absolute; z-index: 0; width: 130px; height: 130px; margin: -65px 0 0 -65px; border-radius: 50%; background-color: #ff4229; transform: translate(-50%,-50%); top: 50%; left: 50%; opacity: 0.1; -webkit-animation: zoomBig1 1.4s infinite; animation: zoomBig1 1.4s infinite;}
.customer .kefu .kf .img{ width: 100%; height: 64px; background:#fff url(../images/cus_head.png) center bottom no-repeat; background-size: 87% !important; border: solid 2px #ff4229; border-radius: 50%; position: relative; z-index: 3;}
.customer .kefu .tit{ width: 100%; line-height: 24px; color: #fff; font-size: 14px; background-image: linear-gradient(90deg, #f85a2b 0%, #ff4229 100%); position: relative; z-index: 3;}
.customer .kefu .tit a{ display: inline-block; color: #fff;}
.customer .info{ background-color: #fff;position: relative; width: 100%; box-shadow: 0 0 20px rgba(0,0,0,0.07);-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.07);-moz-box-shadow: 0 0 20px rgba(0,0,0,0.07); position: relative; z-index: 3;}
.customer .info::after{ content: ''; position: absolute; width: 30px; height: 1px; left: 50%; margin-left: -15px; top:50%; background-color: #a8afc7; z-index: 9;}
.customer  .iconfont{ height: 20px;}
.customer dl{width: 100%;height: 64px;position: relative; z-index: 2; background-color: #fff; text-align: center;}
.customer dl dt{width: 64px;height: 64px;  padding: 8px 0; color:#a8afc7;background-color: #fff;cursor: pointer;position: relative; z-index: 3;transition: all 0.8s ease; text-align: center; }
.customer dl dt a{ display: inline-block; width: 100%; height: 100%; color: #a8afc7;}
.customer dl dt i{ display: inline-block; font-size:30px; line-height: 24px; margin-top: 2px;}
.customer dl dt p{ font-size: 12px; margin-top: 3px;}
.customer dl.icon1 dd{width: 200px; display: none; opacity: 0; height: 64px; padding: 10px 15px; border-right: solid 1px rgba(255,255,255,0.4);  color: #fff;font-size: 14px; line-height: 24px; background-color: #ff4229; position: absolute; top: 0;right: -300px; z-index: 1; text-align: center; transition: all 0.5s ease;}
.customer dl.icon1 dd p{ line-height:44px; font-size: 26px; font-weight: bold; display: inline-block;}
.customer dl.icon2{ z-index: 1;}
.customer dl.icon2 dd{width: 150px; display: none;  opacity: 0 ;text-align: center; background-color: #fff; border: solid 1px #eee; position: absolute; bottom: 0; right: -300px; z-index: 1; transition: all 0.8s ease; }
.customer dl.icon2 dd img{ width: 100%; display: block; }
.customer dl.icon2 dd p{ font-size: 14px; margin-bottom: 8px;}
.customer dl:hover dt{ background-color: #ff4229; color: #fff;}
.customer dl:hover dd{right: 64px;opacity: 1; display: inline-block;}
.customer dl:hover dt a{ color: #fff;}
.customer .gotop{ width: 100%; line-height: 64px; text-align: center; line-height: 64px; font-size: 16px; color: #a8afc7; background-color: #fff; margin-top: 10px; cursor: pointer; box-shadow: 0 0 20px rgba(0,0,0,0.07);-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.07);-moz-box-shadow: 0 0 20px rgba(0,0,0,0.07); transition: all 0.8s ease;}
.customer .gotop:hover{ background-color: #ff4229; color: #fff;}

/*donghua*/
@-webkit-keyframes zoomBig {0%{transform: scale(0.71) ;}100%{transform: scale(1) ; opacity: 0;}}
@-moz-keyframes zoomBig {0%{transform: scale(0.71) ;}100%{transform: scale(1) ; opacity: 0;}}
@keyframes zoomBig {0%{transform: scale(0.71) ;}100%{transform: scale(1) ; opacity: 0;}}

@-webkit-keyframes zoomBig1 {0%{transform: scale(0.49) ;}100%{transform: scale(1) ; opacity: 0;}}
@-moz-keyframes zoomBig1 {0%{transform: scale(0.49) ;}100%{transform: scale(1) ; opacity: 0;}}
@keyframes zoomBig1 {0%{transform: scale(0.49) ;}100%{transform: scale(1) ; opacity: 0;}}


.indexContact{ width: 100%; padding: 40px 0; position: relative; overflow: hidden; background: url(../images/contactBg.jpg) center no-repeat; background-size: cover !important;}
.indexContact .box{ text-align: center;}
.indexContact .box .tit{ color: #fff; font-size: 16px;}
.indexContact .box .tel{ margin: 35px 0; position: relative;}
.indexContact .box .tel p{white-space: nowrap; display: inline-block;text-align: left; vertical-align: middle; font-size: 30px; width: 265px; color: #fff;  margin: 0 40px;  line-height: 34px; position: relative;}
.indexContact .box .tel p span{ width: 34px; height: 34px; text-align: center; line-height: 34px; overflow: hidden; display: inline-flex; vertical-align: middle; margin-right: 20px; background-color: rgba(255,255,255,0.2); font-size: 26px; border-radius: 50%;}
.indexContact .box .tel::after{ content: ''; width: 1px; height: 30px; position: absolute; right: 50%; top: 50%; margin-top: -15px; background-color: rgba(255,255,255,0.3); }


.more1,.more2,.more3,.more4{display: inline-block; width: 160px;  text-align: center; transition: all 0.8s ease; position: relative; overflow: hidden; border-radius: 3px;}
.more1 span,.more2 span,.more3 span,.more4 span{ display: inline-block; position: relative; z-index: 2;}
.more1,.more3{ border: 1px solid #fff; font-size: 16px; color: #fff; line-height: 50px; margin-right: 10px;  transition: all 0.8s ease;}
.more1::before,.more3::before,.more4::before{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: solid 1px rgba(255,255,255,0.8); transition: all 0.8s ease; z-index: 1; border-radius: 3px; overflow: hidden;}
.more1::after,.more4::after{ content: ''; position: absolute; left: -110%; top: 0; width: 100%; height: 100%; background-image: linear-gradient(90deg, #f85a2b 0%, #ff4229 100%); transition: all 0.8s ease;z-index: 0; border-radius: 3px; overflow: hidden;}
.more2{ font-size: 16px; color: #fff; line-height: 50px; margin-right: 10px; background-image: linear-gradient(90deg, #f85a2b 0%, #ff4229 100%); transition: all 0.8s ease;}
.more3::after{ content: ''; position: absolute; left: -110%; top: 0; width: 100%; height: 100%; background-color: #fff; transition: all 0.8s ease;z-index: 0; border-radius: 3px; overflow: hidden;}
.more4{ width: 100%; line-height: 44px; font-size: 14px; color: #333;}
.more4::before{ border-color: #ddd;}
.more1.b{ color: #333;}
.more1.b::before{ border: solid 1px #ddd;}
.more1:hover::after,.more3:hover::after,.more4:hover::after{ left: 0;}
.more1:hover::before,.more3:hover::before,.more4:hover::before{opacity: 0;}
.more1:hover{ border: 0; color: #fff;}
.more2:hover,.more4:hover{ color: #fff;}
.more3:hover{  color: #ff4229;}