/* 公共头部 */

a:hover{
	text-decoration:underline;


}
.totle_heard {
  height: 34px;
  width: 100%;
  background: rgba(235, 238, 244, 1);
}
.totle_heard_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1200px;
  height: 34px;
  margin: 0 auto;
}
.totle_heard_content_left,
.totle_heard_content_right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.totle_heard_content_left {
  position: relative;
}
.totle_heard_content_left .addrsList {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 9;
  padding: 20px 30px;
  width: 260px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid rgba(235, 238, 244, 1);
  display: none;
}
.totle_heard_content_left .addrsList p {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.totle_heard_content_left .addrsList .address_list {
  margin-top: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.totle_heard_content_left .addrsList .address_list:after {
  content: "";
  -ms-flex: auto;
  flex: auto;
}
.totle_heard_content_left .addrsList a {
  display: inline-block;
  padding: 3px 10px;
  margin: 8px 0;
}

.totle_heard_content_left .address {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.totle_heard_content_left .address span {
  font-size: 14px;
  color: #626262;
  margin: 0 3px;
}
.totle_heard_content_left .line {
  height: 12px;
  width: 1px;
  background: #bfbfbf;
  margin: 0 13px;
}
.totle_heard_content_left .tel {
  font-size: 14px;
  color: #666666;
}
.totle_heard_content_left .tel span {
  color: #157efb;
}
.totle_heard_content_right span {
  margin-left: 52px;
  color: #626262;
  font-size: 12px;
  cursor: pointer;
}
.totle_heard_content_right span a {
  color: #626262;
  font-size: 12px;
}
/* 首页头部 */
.header {
  position: relative;
  width: 100%;
  height: 600px;
}
.header .nav {
  /* position: absolute;
  z-index: 2;
  top: 26px;
  left: 50%;
  margin-left: -600px; */
  width: 100%;
  background: #157efb;
}
.header .nav .nav_content {
  width: 1200px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  /* padding-top: 26px;
  padding-bottom: 30px; */
  height: 80px;
}
.header .nav_logo h1 {
  width: 0;
  height: 0;
}
.header .nav_logo h1 img {
  width: 0;
  height: 0;
}
.header .nav_logo a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.header .nav_logo img {
}
.header .line {
  display: inline-block;
  width: 1px;
  height: 41px;
  margin: 0 18px;
  background: #dcdcdc;
}
.header .nav_nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-right: 15px;
  cursor: pointer;
  margin-top: 10px;
}

.header .nav_nav li {
  font-size: 16px;
  margin-left: 37px;
  color: #f9f9f9;
  padding-bottom: 5px;
}
.header .nav_nav li a {
  font-size: 16px;
  color: #f9f9f9;
}
.nav_select {
  border-bottom: 2px solid #ffffff;
}
.nav_select li a {
  font-size: 16px;
  color: #f9f9f9;
}
.banner {
  width: 100%;
}
.swiper-container {
  overflow: hidden;
  width: 100%;
  height: 495px;
}
.swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  /* background: #157efb; */
}
.swiper-slide img {
  width: 1920px;
  height: 495px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}

.search {
  position: absolute;
  bottom: 56px;
  left: 50%;
  top: 85%;
  z-index: 1;
  margin-left: -425px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 40px;
  width: 850px;
}
.search .search_left {
  width: 670px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
}
.search .search_left_input {
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  padding: 10px 42px;
}
.search .search_left_input input {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  font-size: 16px;
}
.search_left_button {
  width: 145px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(0deg, rgba(79, 104, 248, 1) 0%, rgba(103, 140, 253, 1) 100%);
}
.search .search_right {
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  width: 145px;
  cursor: pointer;
  background: linear-gradient(0deg, rgba(255, 98, 63, 1) 0%, rgba(255, 147, 102, 1) 100%);
}
/* 主体 */
.main {
  width: 1200px;
  margin: 0 auto;
  padding-top: 16px;
  background: #f9f9f9;
}
.main .picture {
  width: 1200px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 20px;
}
.main .picture div {
  width: 295px;
  height: 150px;
  background: inherit;
}
.main .picture div img {
  width: 100%;
  height: 100%;
}
.main .modeule {
  /* background: #fff; */
  padding: 42px 0;
  width: 1200px;
  margin: 0 auto;
  padding-top: 0px;
}
.main .modeule_top {
  padding: 0 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main .modeule_top_left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
.main .modeule_top_left span:nth-child(1) {
  font-size: 30px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
}
.main .modeule_top_left span:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  margin-left: 15px;
}
.main .modeule_top_right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main .modeule_top_right a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main .modeule_top_right a span:hover {
  color: #157efb;
}
.main .modeule_top_right span {
  cursor: pointer;
  color: #999999;
  font-size: 15px;
  margin-right: 8px;
}
.main .modeule_top_right span a {
  color: #999999;
  font-size: 15px;
}
.main .modeule_top_right img {
  margin-top: 1px;
}
.main .modeule_top_right span a:hover {
  color: #157efb;
}
.main .modeule_content {
  margin-top: 22px;
  background: #fff;
}
.main .ying_fuwu {
  padding-top: 26px;
  padding-left: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.main .ying_fuwu .icon {
  position: relative;
  width: 277px;
  height: 225px;
  padding-top: 31px;
  padding-left: 10px;
  padding-right: 10px;
}
.main .ying_fuwu .icon .icon_button {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 13px;
  right: 20px;
  cursor: pointer;
  background: url("../images/index/icon07.png");
  background-position: center center;
}
.main .ying_fuwu .icon .icon_button:hover {
  background: url("../images/index/icon06.png");
}
.main .ying_fuwu .icon .titles a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 11px;
}
.main .ying_fuwu .icon .titles img {
  margin-right: 8px;
}
.main .ying_fuwu .icon .titles span {
  font-size: 18px;
  font-weight: 600;
}
.main .ying_fuwu .icon .info {
  font-size: 14px;
  color: #7d7d7d;
  text-align: center;
  margin-bottom: 32px;
}
.main .ying_fuwu .icon ul {
  clear: both;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  grid-template-rows: 50% 50%;
  width: 100%;
}
.main .ying_fuwu .icon ul li {
  display: table-row;
 /* cursor: pointer;*/
  margin-bottom: 13px;
  font-size: 14px;
  color: #262626;
  text-align: center;
}
.main .ying_fuwu .icon ul li a {
  text-align: center;
}

.main .ying_fuwu .icon ul li:hover {
  /*color: #157efb;*/
}
.icon_bg1 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(245, 248, 253, 1) 100%);
}
.icon_bg1_color a {
  color: #5c7bdd;
}
.icon_bg2 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(240, 255, 254, 1) 100%);
}
.icon_bg2_color a {
  color: #08beae;
}
.icon_bg3 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(245, 248, 253, 1) 100%);
}
.icon_bg3_color a {
  color: #5c7bdd;
}
.icon_bg4 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(240, 255, 254, 1) 100%);
}
.icon_bg4_color a {
  color: #08beae;
}
.yingshang {
  /* margin-bottom: 48px !important; */
}
.dingzhi .modeule_content {
  display: -ms-flexbox;
  display: flex;
  background: #f9f9f9;
}
.dingzhi .modeule_content .dingzhi_left {
  position: relative;
  -ms-flex: none;
  flex: none;
  width: 227px;
  height: 434px;
  background: url("../images/index/bg01.png");
}
.dingzhi .dingzhi_left .dingzhi_left_info {
  position: absolute;
  bottom: 26px;
  left: 31px;
}
.dingzhi .dingzhi_left .dingzhi_left_info p:nth-child(1) {
  font-size: 18px;
  color: #f9f9f9;
  font-weight: 600;
  text-align: center;
}
.dingzhi .dingzhi_left .dingzhi_left_info p:nth-child(2) {
  font-size: 16px;
  color: #f9f9f9;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 20px;
}
.dingzhi .dingzhi_left .dingzhi_left_info .botton {
  width: 127px;
  height: 38px;
  font-size: 16px;
  text-align: center;
  line-height: 38px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 1);
  margin: 0 auto;
  cursor: pointer;
}

.dingzhi .dingzhi_right {
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #ff6c00;
}
.dingzhi .dingzhi_right .dingzhi_right_top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 19px;
  background: #fff;
}
.dingzhi .dingzhi_right .dingzhi_right_top li a {
  padding: 11px 19px;
  color: #737373;
  font-size: 16px;
  /* cursor: pointer; */
}
.select {
  background: rgba(255, 155, 78, 1);
  border-radius: 19px;
  color: #fff !important;
}
.dingzhi .dingzhi_right_bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 8px;
}
.dingzhi .dingzhi_right_bottom_box {
  padding: 19px 0;
  padding-left: 55px;
  width: 480px;
  height: 170px;
  background: #fff;
  margin-bottom: 8px;
  padding-right: 10px;
}
.dingzhi .dingzhi_right_bottom_box p {
}
.dingzhi .dingzhi_right_bottom_box p:nth-child(1) {
  margin-bottom: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dingzhi .dingzhi_right_bottom_box p:nth-child(1) .title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.dingzhi .dingzhi_right_bottom_box p:nth-child(1) .button {
  display: inline-block;
  width: 101px;
  height: 31px;
  text-align: center;
  line-height: 29px;
  font-size: 14px;
  color: #157efb;
  /* margin-left: 77px; */
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(21, 126, 251, 1);
  cursor: pointer;
}
.dingzhi .dingzhi_right_bottom_box p:nth-child(1) .button:hover {
  background: #157efb;
  color: #fff;
}
.dingzhi .dingzhi_right_bottom_box table {
  color: #737373;
  font-size: 14px;
}
.dingzhi .dingzhi_right_bottom_box table tr td span {
  color: #ff9b4e;
}
.dingzhi .dingzhi_right_bottom_box table .left {
  width: 250px;
  display: block;
  margin-bottom: 24px;
}

.zhengce .yingshang-content {
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: start;
  align-items: flex-start;

  /* justify-content: space-between; */
}
.zhengce .index_zhengc_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 30px;
}
.zhengce .index_zhengc_list_box {
  /* margin-right: 33px; */
  margin-bottom: 13px;
  width: 355px;
}
.zhengce .index_zhengc_list :nth-child(2n) {
  color: red;
}
.zhengce .index_zhengc_list_box p {
}
.zhengce .index_zhengc_list_box .title {
  color: #8c8c8c;
  font-size: 16px;
}
.zhengce .index_zhengc_list_box .message {
  font-size: 14px;
  color: #a6a6a6;
}
.zhengce .index_zhengc_list_box .message > span {
  display: inline-block;
  margin-right: 18px;
}

.zhengce .zhengce_left {
  position: relative;
  -ms-flex: none;
  flex: none;
  width: 407px;
  height: 291px;
  /* border: 1px dashed #626262; */
}
.zhengce .zhengce_left img {
  width: 100%;
  height: 100%;
}
.zhengce .zhengce_left_bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 14px 32px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.6);
  height: 64px;
  font-size: 16px;
  color: #fff;
}
.zhengce .zhengce_right {
  -ms-flex: 1;
  flex: 1;
  margin-left: 13px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.zhengce .swiper-container2 {
  overflow: hidden;
  width: 494px;
}
.zhengce .swiper-container2 .swiper-slide img {
  position: static;
  left: 0;
  margin-left: 0;
}
.zhengce .zhengce_right .zhengce_right_box {
  -ms-flex: none;
  flex: none;
  width: 320px;
}
.zhengce .zhengce_right .zhengce_right_title_tab {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.zhengce .zhengce_right .zhengce_right_title_tab span {
  width: 100%;
}
.zhengce .zhengce_right .zhengce_right_title_tab span a {
  display: inline-block;
  width: 100%;
  height: 30px;
  display: block;
  line-height: 30px;
  text-align: center;
  color: rgb(2, 167, 240);
  cursor: pointer;
}
.zhengce .zhengce_right .zhengce_select a {
  background: rgb(2, 167, 240);
  color: #fff !important;
}
.zhengce .zhengce_right .zhengce_right_main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
}
.zhengce_right .line {
  width: 1px !important;
  height: 280px;
  background: #f2f2f2;
}
.zhengce_right_main .zhengce_right_box {
  -ms-flex: 1;
  flex: 1;
  height: 260px;
  background: #fff;
}
.zhengce_right_main .zhengce_right_box a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
  cursor: pointer;
}
.zhengce_right_main .zhengce_right_box a > .title {
  font-size: 15px;
  color: #7d7d7d;
}
.zhengce_right_main .zhengce_right_box a > .time {
  color: #999999;
  font-size: 12px;
}
/* .zhengce .zhengce_right .zhengce_right_box a {
  -ms-flex: none;
  flex: none;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  margin-bottom: 12px;
}
.zhengce .zhengce_right .zhengce_right_box a .pic {
  width: 158px;
  height: 87px;
  
}
.zhengce .zhengce_right .zhengce_right_box a .pic img {
  width: 100%;
  height: 100%;
} */
.zhengce .zhengce_right_box_info {
  margin-left: 20px;
}
.zhengce .zhengce_right_box_info .title {
  font-size: 16px;
  color: #737373;
  width: 190px;
  height: 40px;
  line-height: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  cursor: pointer;
}
.zhengce .zhengce_right_box_info .title a:hover {
  color: #157efb;
}
.zhengce .zhengce_right_box_info .date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #a6a6a6;
  font-size: 14px;
  margin-top: 16px;
}
.zhengce .zhengce_right_box_info .date span {
  margin-right: 15px;
}
.zaiti .modeule_content {
  background: #f9f9f9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.zaiti .zaiti_box {
  background: #fff;
  width: 590px;
  padding: 23px 8px;
}
.zaiti .zaiti_box .titles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #0d0d0d;
  font-size: 18px;
  margin-bottom: 20px;
}
.zaiti .zaiti_box .titles span:nth-child(2) {
  font-size: 16px;
  color: #737373;
  margin-left: 10px;
}
.zaiti .zaiti_box_contetn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 555px;
  background: #fff;
}
.zaiti .zaiti_box_contetn_box {
  margin-right: 15px;
}
.zaiti .zaiti_box_contetn_box .pic {
  width: 277px;
  height: 171px;
  margin-bottom: 18px;
}
.zaiti .zaiti_box_contetn_box .pic img {
  width: 100%;
  height: 100%;
  margin-bottom: 18px;
}
.zaiti .zaiti_box_contetn_box .name {
  font-size: 18px;
  margin-bottom: 15px;
}
.zaiti .zaiti_box_contetn_box .info {
  margin-bottom: 15px;
}
.zaiti .zaiti_box_contetn_box .info span {
  display: inline-block;
  padding: 7px 13px;
  background: rgba(238, 238, 238, 1);
  border: 1px solid rgba(201, 201, 201, 1);
  border-radius: 4px;
  font-size: 14px;
  color: #737373;
  margin-right: 14px;
}
.zaiti .zaiti_box_contetn_box .price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.zaiti .zaiti_box_contetn_box .price p {
  color: #f75600;
  font-size: 24px;
  font-weight: 600;
}
.zaiti .zaiti_box_contetn_box .price p span {
  font-size: 16px;
}
.zaiti .zaiti_box_contetn_box .price .button {
  cursor: pointer;
  display: inline-block;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(21, 126, 251, 1);
  color: #157efb;
  padding: 8px 23px;
  font-size: 14px;
}
.zaiti .zaiti_box_contetn_box .price .button:hover {
  background: rgba(21, 126, 251, 1);
  color: #fff;
}

.company {
  width: 1200px;
  margin: 0 auto;
  margin-top: 24px;
}
.company .title {
  text-align: center;
}
.company .title p:nth-child(1) {
  font-size: 30px;
  color: #333333;
  font-weight: 600;
}
.company .title p:nth-child(2) {
  color: #666666;
  font-size: 16px;
  margin-top: 16px;
}
.company .company_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.company .company_list p {
  -ms-flex: none;
  flex: none;
  width: 180px;
  height: 80px;
  background: #ccc;
  box-shadow: 0px 0px 13px 0px rgba(209, 208, 208, 0.33);
  margin: 22px 10px;
}
.company .company_list p img {
  width: 100%;
  height: 100%;
}
/* 服务理念 */
.linian {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 20px;
}
.linian .title {
  text-align: center;
}
.linian .title p:nth-child(1) {
  font-size: 30px;
  color: #333333;
  font-weight: 600;
}
.linian .title p:nth-child(2) {
  color: #666666;
  font-size: 16px;
  margin-top: 16px;
}
.linian .linian_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 36px;
}
.linian .linian_list .linian_list_box {
  -ms-flex: none;
  flex: none;
  width: 175px;
  text-align: center;
}
.linian .linian_list .linian_list_box p:nth-child(2) {
  color: #000000;
  font-size: 18px;
  margin-top: 13px;
}
.linian .linian_list .linian_list_box p:nth-child(3) {
  color: #666666;
  font-size: 14px;
  margin-top: 12px;
  line-height: 20px;
}

/* 专业1v1 服务 */
.consult {
  z-index: 9;
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 165px;
  background: rgba(0, 0, 0, 0.7);
  margin-top: 90px;
}
.animated {
  animation-duration: 0.6s;
}
.consult .consult_content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.consult .consult_content .closed {
  position: absolute;
  left: 80%;
  top: 10%;
  cursor: pointer;
}
.consult .consult_content_left {
  position: relative;
  -ms-flex: none;
  flex: none;
  height: 165px;
  width: 218px;
}
.consult .consult_content_left > img {
  position: absolute;
  bottom: 0;
}
.consult_content_left_diol {
  position: absolute;
  z-index: 2;
  left: 6%;
  bottom: 6%;
  text-align: center;
  line-height: 50px;
  width: 113px;
  height: 56px;
  color: #fff;
  background: url("../images/index/bg02.png");
}

.consult .consult_content_right p:nth-child(1) {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  padding-left: 20px;
}
.consult .consult_content_right p:nth-child(1) span {
  color: #ffef38;
}
.consult .consult_content_right p:nth-child(2) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 579px;
  height: 40px;
  background: rgba(255, 255, 255, 1);
  border-radius: 4px;
}
.consult .consult_content_right p:nth-child(2) input {
  width: 100%;
  font-size: 18px;
  border: none;
  outline: none;
  text-indent: 1em;
}
.consult .consult_content_right p:nth-child(2) span {
  display: inline-block;
  background: #157efb;
  border-radius: 0px 4px 4px 0px;
  width: 135px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
/* 底部 */
.footer {
  width: 100%;
  background: #2d2d2d;
  padding-top: 55px;
}
.footer .footer_content {
  width: 1200px;
  margin: 0 auto;
}
.footer .top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 68px;
  border-bottom: 1px solid #626262;
}
.footer .footer_content .footer_top_left {
  color: #fff;
  font-size: 14px;
}

.footer .footer_top_left .name,
.footer .footer_top_left .time,
.footer .footer_top_left .address,
.footer .footer_top_left .tel {
  margin-top: 14px;
}
.footer .footer_content .footer_top_nav .footer_top_nav_top{
  display: flex;
 
}
.footer .footer_content .footer_top_nav .footer_top_nav_top> p{
  margin: 0 10px;
}
.footer .footer_content .footer_top_nav .footer_top_nav_top> p >a{
  color: #fff;
} 
.footer .footer_content .footer_top_nav .footer_top_nav_add{
  margin-top: 35px;
  color: #fff;
  margin-left: 10px;
}
.footer .footer_content .footer_top_nav .footer_top_nav_add .footer_top_nav_add_box{
  margin-bottom: 15px;
}
.footer .footer_content .footer_top_nav .footer_top_nav_add .footer_top_nav_add_box >p{
  margin-bottom: 8px;
}

.footer .footer_top_midd {
  width: 235px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.footer .footer_top_midd .qrcode_pic {
  border-radius: 8px;
  padding: 4px;
  background: #fff;
}

.footer .footer_top_midd .qrcode_pic img {
  width: 104px;
  height: 104px;
  /* border: 1px dashed #626262; */
}
.footer .qrcode {
}
.footer .qrcode .qrcode_info {
  margin-top: 14px;
  text-align: center;
}

.footer .footer_top_right {
  width: 244px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  /* align-items: center; */
  color: #fff;
  font-size: 16px;
}
.footer .footer_top_right .footer_top_right_list p {
  margin: 12px 0;
  cursor: pointer;
}
.footer .footer_top_right .footer_top_right_list p a {
  margin: 12px 0;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
}
.footer .footer_top_right .footer_top_right_list p a:hover {
  color: #999999;
}
.footer .bottom {
  padding-top: 34px;
  font-size: 18px;
  color: #ffffff;
}
.footer .bottom .bottom_top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer .bottom .bottom_top span {
  font-size: 18px;
  color: #fff;
}
.footer .bottom .bottom_top .button {
  display: inline-block;
  width: 97px;
  height: 30px;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  background: rgba(21, 126, 251, 1);
  border-radius: 4px;
  cursor: pointer;
}
.footer .bottom .link {
  margin-top: 29px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer .bottom .link a {
  color: #fff;
  margin-right: 40px;
  margin-bottom: 25px;
  font-size: 16px;
}
.footer .bottom .link a:hover {
  /* color: ; */
  color: #ccc;
}
.footer .message {
  margin-top: 50px;
  padding-bottom: 10px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.footer .message2 {
  margin-top: 10px;
  padding-bottom: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
/* 右侧边栏 */
.sidebar_left {
  position: fixed;
  top: 50%;
  left: 0%;
  width: 86px;
  z-index: 3;
}
.sidebar_left #left_icon {
  transform: scale(0.7);
  cursor: pointer;
}
.sidebar_left #left_icon2 {
  cursor: pointer;
  padding-left: 10px;
  -webkit-animation-name: scaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 3.5s;
}
/*  侧边动画 */
@keyframes scaleDraw {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.2);
  }
}

/* 侧边栏 */
.sidebar {
  position: fixed;
  top: 30%;
  right: 1%;
  width: 86px;
  z-index: 3;
}
.sidebar .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
}
.sidebar .content .icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
}
.icon {
  width: 100%;
  position: relative;
}
.icon > .sel_img {
  display: none;
}
.icon > .sidebar_show {
  display: none;
}
.iconSelect {
  background: #157efb;
}
.iconSelect span {
  color: #fff !important;
}
.iconSelect > .icon_img {
  display: none;
}
.iconSelect > .sidebar_show {
  display: block;
}
.iconSelect > .sel_img {
  display: block;
}
.sidebar .content .icon span {
  font-size: 13px;
  color: #666666;
  margin-top: 8px;
}

.sidebar_show {
  position: absolute;
  top: -18%;
  left: -293%;
  z-index: 2;
}
.call {
  padding: 30px;
  width: 261px;
  height: 151px;
  background: url("../images/index/side_bg01.png");
}
.call .title {
  font-size: 16px;
  color: #666666;
}
.call .number1 {
  /* margin: 12px 0; */
  font-size: 24px;
  color: #0075e6;
  font-weight: 600;
}
.call .number2 {
  font-size: 24px;
  color: #0075e6;
  font-weight: 600;
}
.weixin {
  width: 242px;
  height: 219px;
  left: -281%;
  text-align: center;
  background: url("../images/index/side_bg02.png");
}
.weixin .number1 {
  width: 151px;
  height: 151px;
  margin: 0 auto;
  margin-top: 15px;
  /* border: 1px dashed #ccc; */
}
.weixin .number1 img {
  width: 100%;
  height: 100%;
}
.weixin .number2 {
  margin-top: 10px;
  color: #666666;
  font-size: 13px;
}
.xiao1 {
  width: 240px;
  height: 220px;
  left: -281%;
  background: url("../images/index/side_bg03.png");
}
.xiao1_box {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.xiao1 .xiao_content {
  margin: 5px 10px;
}
.xiao1 .xiao_content .img {
  width: 68px;
  height: 68px;
  /* border: 1px dashed #ccc; */
  margin: 0 auto;
}
.xiao1 .xiao_content .img img {
  width: 100%;
  height: 100%;
}
.xiao1 .xiao_content .name {
  text-align: center;
  margin-top: 10px;
  color: #666666;
  font-size: 13px;
}

/* 首页弹框 */
.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 4;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.background .input {
  position: fixed;
  top: 20%;
  left: 50%;
  margin-left: -293px;
  width: 485px;
  height: 345px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 16px 0px rgba(74, 74, 74, 0.2);
  border-radius: 10px;
}
.background .input .top {
  height: 50px;
  padding: 0 15px;
  border-bottom: 1px solid #ededed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.background .input .top span {
  font-size: 16px;
  color: #1b1b1b;
}
.background .input .top img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.background .input .midd .midd_input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 370px;
  padding: 12px 0;
  padding-bottom: 0;
  margin: 0 auto;
  margin-top: 24px;
}
.background .input .midd .midd_input span {
  -ms-flex: none;
  flex: none;
  width: 60px;
  font-size: 16px;
}
.background .input .midd .input_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 370px;
  margin: 0 auto;
  margin-top: 24px;
}
.background .input .midd .input_box span {
  font-size: 16px;
  color: #0d0d0d;
}
.background .input .midd .input_box input {
  border: 1px solid #e1e1e1;
  resize: none;
  outline: none;
  width: 316px;
  padding: 5px 5px;
  background: #fff;
}

.background .input .midd .midd_input input {
  border: 1px solid #e1e1e1;
  border: none;
  color: #a5a5a5;
  resize: none;
  outline: none;
  width: 355px;
  background: #fff;
  height: 30px;
}
.background .input .midd .bottom_but_copy {
  width: 100px;
  height: 25px;
  background: rgba(58, 132, 255, 1);
  border-radius: 4px;
  font-size: 12px;
  text-align: center;
  line-height: 25px;
  color: #ffffff;
  cursor: pointer;
  margin-left: 20px;
}
.background .input .midd textarea {
  display: block;
  width: 519px;
  height: 120px;
  margin: 0 auto;
  resize: none;
  outline: none;
  border: 1px solid #e1e1e1;
  padding: 12px;
  font-size: 16px;
  margin-top: 24px;
  color: #a5a5a5;
}
.background .input .bottom .bottom_but {
  text-align: center;
  line-height: 42px;
  width: 276px;
  height: 42px;
  background: rgba(58, 132, 255, 1);
  border-radius: 4px;
  font-size: 16.5px;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 40px;
}
#move_icon {
}
.move {
  animation: move 0.5s;
  animation-fill-mode: forwards;
}
.moveOut {
  animation: moveOut 0.5s;
  animation-fill-mode: forwards;
}
/* 动画 */
@keyframes move {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes moveOut {
  0% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
