@charset "utf-8";
body {
  text-align: center;
  color: #333;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji",Microsoft YaHei;
  font-variant: tabular-nums;
  line-height: 1.5;
  font-size: 16px;
  background-color: #fff;
}

html,
body {
  height: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
table,
th,
td,
i {
  margin: 0;
  padding: 0;
} /*初始化标签*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: top;
  border: 0;
  margin: 0;
  padding: 0;
}
i {
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
li {
  list-style-type: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  border: 0;
}
form {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  /* color: #000; */
  text-decoration: none;
}
.clear {
  clear: both;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 16px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999;
  font-size: 16px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
  font-size: 16px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
  font-size: 16px;
}
.fB {
  font-weight: bold;
}
.f12px {
  font-size: 12px;
}
.f13px {
  font-size: 13px;
}
.f14px {
  font-size: 14px;
}
.f16px {
  font-size: 16px;
}
.f18px {
  font-size: 18px;
}
.f20px {
  font-size: 20px;
}
.f22px {
  font-size: 22px;
}
.f24px {
  font-size: 24px;
}
.f26px {
  font-size: 26px;
}
.f28px {
  font-size: 28px;
}
.f30px {
  font-size: 30px;
}
.f36px {
  font-size: 36px;
}
.f38px {
  font-size: 38px;
}
.f40px {
  font-size: 40px;
}
.f56px {
  font-size: 56px;
}
.f60px {
  font-size: 60px;
}
.f65px {
  font-size: 65px;
}
.f80px {
  font-size: 80px;
}
.f82px {
  font-size: 82px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fcwhite {
  color: #fff;
}
.fcblack {
  color: #000;
}
.fcgray {
  color: #eee;
}
.fcgray2 {
  color: #999;
}
.fc666 {
  color: #666;
}
.fc8c{
  color: #8C8C8C;
}
.fcblue {
  color: #1E6FFF;
}
.fcc3 {
  color: #c3c3c3;
}
.none {
  display: none;
}
.clear {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}
.blank10 {
  clear: both;
  height: 10px;
  overflow: hidden;
  display: block;
}
.blank12 {
  clear: both;
  height: 12px;
  overflow: hidden;
  display: block;
}
.blank15 {
  clear: both;
  height: 15px;
  overflow: hidden;
  display: block;
}
.blank20 {
  clear: both;
  height: 20px;
  overflow: hidden;
  display: block;
}
.blank30 {
  clear: both;
  height: 30px;
  overflow: hidden;
  display: block;
}
.blank40 {
  clear: both;
  height: 40px;
  overflow: hidden;
  display: block;
}
.blank50 {
  clear: both;
  height: 50px;
  overflow: hidden;
  display: block;
}
.blank60 {
  clear: both;
  height: 60px;
  overflow: hidden;
  display: block;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #333;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333;
}
button{
  border: none;
  outline: none;
  cursor: pointer;
}

.w {
  width: 1300px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}
/* 垂直居中 */
.alignCenter {
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
/* footer */
.footer{
  width: 100%;
  background: url(../images/dibubeijing.png) top center no-repeat;
  /* background-size: cover; */
  background-size: 100% 100%;
  height: 892px;
}
.footer_er{
  width: 100%;
  height: 233px;
  background: #E6E6E6;
}
.footer_nav{
  margin-top: 104px;
}
.footer_nav li{
  display: inline-block;
  margin: 0 36px;
}
.footer_nav li:first-child{
  margin-left: 0;
}
.footer_nav li:last-child{
  margin-right: 0;
}
.copyright{
  margin-top: 43px;
}
.copyright a{
  color: #1E6FFF;
}
.footer_body{
  height: 362px;
  margin-top: 72px;
  display: flex;
  justify-content: space-between;
}
.footer_left{
  max-width: 378px;
  min-width: 378px;
  margin-right: 14px;
}
.footer_right{
  flex: 1;
}
.footer_swhz,.footer_service{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 181px;
  background: #fff;
}
.footer_service{
  background: #F9F9F9;
}
.footer_btn{
  text-align: right;
  margin-top: 20px;
}
.footer_btn_cont{
  display: inline-block;
  width: 200px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background: #2569FF;
  border-radius: 4px;
  color: #fff;
}
.textareaTxt{
  box-sizing: border-box;
  width: 100%;
  height: 304px;
  background: #fff;
  box-shadow: 0px 27px 48px 15px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  outline: none;
  border: none;
  padding: 18px 13px;
  font-size: 16px;
}
.footer_right_top{
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inputTxt{
  width: 253px;
  height: 44px;
  background: #FFFFFF;
  box-shadow: 0px 27px 48px 15px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  border: none;
  outline: none;
  text-indent: 13px;
}
.footer_er .footer_nav{
  padding-top: 58px;

}
.cur_position{
  padding: 24px 0 0 0;
  text-align: left;
  color: #999;
}
.cur_position a{
  color: #999;
}
.cur_position a.cur{
  color: #333;
}
.cur_position_line{
  display: block;
  width: 25px;
  height: 2px;
  background: #2569FF;
  margin-top: 6px;
}
#content img{
  max-width: 100%;
}
/* 侧边漂浮 */
/* .sidebar{
  position: fixed;
  right: 10px;
  top: 55%;
  z-index: 11;
}
.sidebar_btn{
  width: 20px;
  display: block;
  background: #2569FF;
  color: #fff;
  line-height: normal;
  word-wrap:break-word; 
  overflow: hidden;
}

.float_27ZFi0790b {
  position: fixed;
  right: 10px;
  top: 55%;
  z-index: 11
}

.float_27ZFi0790b.mb_18GxH0790b {
  right: 5px;
  bottom: 20px;
  height: 150px
}

.float_27ZFi0790b.mb_18GxH0790b .consulting_1AIUC0790b,
.float_27ZFi0790b.mb_18GxH0790b .intelligent_2kO790790b,
.float_27ZFi0790b.mb_18GxH0790b .top_3sGfo0790b {
  width: 44px;
  word-wrap:break-word; 
  overflow: hidden;
}

.float_27ZFi0790b.mb_18GxH0790b .top_3sGfo0790b {
  margin-top: 50px
}

.float_27ZFi0790b.mb_18GxH0790b .intelligent_2kO790790b {
  font-size: 13px
}

.float_27ZFi0790b.mb_18GxH0790b .consulting_1AIUC0790b {
  margin: 8px 0 0 20px;
  height: 44px;
  line-height: 44px
}

.float_27ZFi0790b.mb_18GxH0790b .consulting_1AIUC0790b .icon_2kO9X0790b {
  font-size: 26px
}
.float_27ZFi0790b .consulting_1AIUC0790b,
.float_27ZFi0790b .intelligent_2kO790790b,
.float_27ZFi0790b .top_3sGfo0790b {
  width: 50px;
  text-align: center;
  border-radius: 4px;
}

.float_27ZFi0790b .consulting_1AIUC0790b,
.float_27ZFi0790b .intelligent_2kO790790b {
  background: #1E6FFF;
  color: #fff;
  margin-left: 20px
}

.float_27ZFi0790b .intelligent_2kO790790b {
  display: block;
  padding: 12px 16px;
  font-size: 14px;
  color: #fff;
  line-height: 16px
}

.float_27ZFi0790b .top_3sGfo0790b {
  display: block;
  margin-left: 20px;
  margin-top: 30px;
  background: #fff;
  color: #1E6FFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .14);
  height: 50px;
  line-height: 50px;
  transform: translateY(-20px);
  transform-origin: 50% 50%;
  transition: all .3s
}

.float_27ZFi0790b .top_3sGfo0790b .icon_2kO9X0790b {
  font-size: 24px
}

.float_27ZFi0790b .top_3sGfo0790b.active_2f0og0790b {
  visibility: visible;
  transform: translateY(0);
  opacity: 1
}
.float_27ZFi0790b .top_3sGfo0790b.active_2f0og0790b svg{
  margin-top: 13px;
}

.float_27ZFi0790b .consulting_1AIUC0790b {
  margin: 10px 0 30px 20px;
  height: 50px;
  position: relative
}

.float_27ZFi0790b .consulting_1AIUC0790b .sidebar_btnkf {
  display: block;
}

.float_27ZFi0790b .consulting_1AIUC0790b .sidebar_btnkf svg {
  margin-top: 13px;
}
.sidebar_btnhz{
  width: 28px;
  height: 28px;
}

.float_27ZFi0790b .consulting_1AIUC0790b .panel_38QBW0790b {
  position: absolute;
  right: 50px;
  bottom: 0;
  padding-right: 14px;
  transform: scale(0);
  transform-origin: 100% 100%;
  transition: all .3s;
  opacity: 0
}

.float_27ZFi0790b .consulting_1AIUC0790b .panel_38QBW0790b .phone_36RlL0790b {
  text-align: left;
  border: 0
}

.float_27ZFi0790b .consulting_1AIUC0790b .panel_38QBW0790b .phone_36RlL0790b .txt_kjAVR0790b b,
.float_27ZFi0790b .consulting_1AIUC0790b .panel_38QBW0790b .phone_36RlL0790b .txt_kjAVR0790b i {
  display: block
}

.float_27ZFi0790b .consulting_1AIUC0790b .panel_38QBW0790b .phone_36RlL0790b .txt_kjAVR0790b i {
  font-size: 14px;
  font-style: normal
}

.float_27ZFi0790b .consulting_1AIUC0790b .panel_38QBW0790b .phone_36RlL0790b .txt_kjAVR0790b b {
  font-size: 16px;
  color: #1E6FFF
}

.float_27ZFi0790b .consulting_1AIUC0790b .panel_38QBW0790b .wrapper_GZliF0790b {
  text-align: left;
  background: #fff;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .14);
  border-radius: 4px;
  padding: 30px 40px 30px 30px;
  white-space: nowrap
}

.float_27ZFi0790b .consulting_1AIUC0790b .panel_38QBW0790b .wrapper_GZliF0790b .online_1kKuH0790b,
.float_27ZFi0790b .consulting_1AIUC0790b .panel_38QBW0790b .wrapper_GZliF0790b .phone_36RlL0790b {
  padding: 12px 0;
  display: block;
  position: relative
}

.float_27ZFi0790b .consulting_1AIUC0790b .panel_38QBW0790b .wrapper_GZliF0790b .online_1kKuH0790b .icon_2kO9X0790b,
.float_27ZFi0790b .consulting_1AIUC0790b .panel_38QBW0790b .wrapper_GZliF0790b .phone_36RlL0790b .icon_2kO9X0790b {
  color: #222;
  font-size: 28px;
  vertical-align: middle
}

.float_27ZFi0790b .consulting_1AIUC0790b .panel_38QBW0790b .wrapper_GZliF0790b .online_1kKuH0790b .txt_kjAVR0790b,
.float_27ZFi0790b .consulting_1AIUC0790b .panel_38QBW0790b .wrapper_GZliF0790b .phone_36RlL0790b .txt_kjAVR0790b {
  display: inline-block;
  font-size: 14px;
  color: #373d41;
  vertical-align: middle;
  margin-left: 20px
}

.float_27ZFi0790b .consulting_1AIUC0790b .panel_38QBW0790b .wrapper_GZliF0790b .online_1kKuH0790b:hover .txt_kjAVR0790b,
.float_27ZFi0790b .consulting_1AIUC0790b .panel_38QBW0790b .wrapper_GZliF0790b .phone_36RlL0790b:hover .txt_kjAVR0790b {
  color: #1E6FFF
}

.float_27ZFi0790b .consulting_1AIUC0790b:hover .panel_38QBW0790b {
  transform: scale(1);
  opacity: 1
} */

.more{
  color: #1E6FFF;
}


