* {
  margin: 0px;
  padding: 0px;
}
html,
body {
  background-color: #F7F8FA;
}
.container-header {
  padding-left: 2%;
  padding-right: 2%;
  height: 40px;
  background: #2B303B;
}
.justBet {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.justSpa {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.width100 {
  width: 100%;
}
.height100 {
  height: 100%;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f30 {
  font-size: 30px;
}
.f32 {
  font-size: 32px;
}
.f20 {
  font-size: 20px;
}
.f24 {
  font-size: 24px;
}
.c4a {
  color: #4a4a4a;
}
.c0 {
  color: #000;
}
.weight {
  font-weight: bold;
}
.cfff {
  color: #fff;
}
.c666 {
  color: #666666;
}
.c13 {
  color: #131313;
}
.c333 {
  color: #333333;
}
.c999 {
  color: #999999;
}
.bgf7 {
  background: #f7f8fa;
}
.header-right input {
  /*background: ;*/
  height: 40px;
  border: none;
  outline: none;
  margin-right: 30px;
  padding-right: 50px;
  background: #383e4d url(../images/index/seach_img.png) no-repeat;
  background-position: 93% 45%;
  background-size: 18px;
}
.header-right select {
  background: none;
  outline: none;
  border: none;
  color: #fff;
  font-size: 12px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 20px;
  background: url(../images/index/select_img.png) no-repeat;
  background-position: 100% 50%;
}
.height {
  height: 100%;
}
.pos_rea {
  position: relative;
}
.pos_ab {
  position: absolute;
}
.navcontent {
  z-index: 11;
  padding-left: 2%;
  padding-right: 2%;
  height: 52px;
  left: 0;
  top: 24px;
  /*background: red;*/
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
  width: 96%;
}
li {
  list-style: none;
}
.flex_start {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.nav_ul {
  display: flex;
  flex-direction: row;
}
.flexrow {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.flex_nav {
  display: flex;
  align-items: center;
}
.flexcenter {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.flexrowcenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flexcolumn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.navcontent .nav_ul {
  margin-left: 33px;
}
.nav_ul li {
  margin-right: 17px;
  margin-left: 17px;
  line-height: 52px;
  position: relative;
}
.more_shad {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.more-child {
  position: absolute;
  padding: 26px 0 12px;
  top: 52px;
  background-color: #fff;
  border-radius: 5px;
  display: none;
  width: 600px;
  z-index: 100;
}
.more-child.wrpa {
  flex-wrap: wrap;
}
.more-child.show {
  display: flex;
}
.more-child .child-item {
  margin: 0 30px;
}
.more-child .sub_name {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 20px;
}
.more-child .sub_name_link {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #4a4a4a;
  line-height: 19px;
  margin: 0 30px 14px;
}
.more-child .sub_name_link:hover {
  color: #0069D9;
}
.more-child .sub_link {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #4A4A4A;
  line-height: 16px;
  margin-bottom: 14px;
  display: block;
  cursor: pointer;
}
.more-child .sub_link:hover {
  color: #0069D9;
}
.more-child .product_174 {
  width: 20px;
  height: 20px;
  background: url(../images/base/icon_auto.png) no-repeat center center;
}
.more-child .product_173 {
  width: 20px;
  height: 20px;
  background: url(../images/base/icon_info.png) no-repeat center center;
}
.more-child .product_172 {
  width: 20px;
  height: 20px;
  background: url(../images/base/icon_product.png) no-repeat center center;
}
a {
  text-decoration: none !important;
  outline: none !important;
  outline-color: none !important;
}
ul,
p {
  padding: 0;
  margin: 0;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.top_header {
  box-shadow: 0px 1px 0px 0px #f1f1f1;
  background-color: #fff;
  margin-bottom: 1px;
}
.top_header .top_bg {
  height: 32px;
  background-color: #fff;
}
.top_header .title {
  width: 264px;
  font-size: 12px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #666666;
  line-height: 32px;
}
.top_header .phone {
  width: 12px;
  height: 12px;
  margin: 10px 2px;
  background: url("../images/base/top_header.png") no-repeat;
}
.top_header .phone_txt {
  width: 78px;
  height: 16px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 16px;
  margin-right: 12px;
  margin-top: 8px;
  margin-left: 5px;
}
.top_header .right_bar {
  border: solid 1px #E7E7E7;
  border-width: 0 1px;
  height: 32px;
}
.top_header .langue_cn {
  background: url("../images/base/top_china.png") no-repeat;
  width: 16px;
  height: 16px;
  margin: 8px 10px;
}
.top_header .langue_sel {
  background: none;
  outline: none;
  border: none;
  color: #131313;
  font-size: 12px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 20px;
  background: url(../images/base/top_arrow.png) no-repeat;
  background-position: 100% 50%;
  line-height: 32px;
  margin-right: 5px;
}
.header-menu {
  height: 68px;
  background-color: #fff;
  width: 1200px;
  margin: 0 auto;
}
.header-menu .logo {
  background: url("../images/base/logo.png") no-repeat;
  width: 106px;
  height: 29px;
  margin: 19.5px 0;
  background-size: 100%;
}
.header-menu .top_nav {
  height: 100%;
}
.header-menu .top_nav .item {
  margin-left: 34px;
  float: left;
  display: inline;
  line-height: 68px;
}
.header-menu .top_nav .item .item_link {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #131313;
  cursor: pointer;
}
.header-menu .top_nav .item .item_link:hover {
  color: #108e99;
}
.header-menu .top_nav .item .cfff {
  color: #fff;
}
.header-menu .top_nav .item.active a {
  color: #0069D9;
  cursor: default;
}
.textCenter {
  text-align: center;
}
.clear {
  clear: both;
}
.juscenter {
  justify-content: center;
}
.footer {
  padding: 36px 0;
}
.footer {
  background: #2b303b;
}
.footer span {
  margin-right: 20px;
}
.footer .logoImg {
  margin-right: 30px;
}
.footer span img {
  margin-right: 10px;
}
.left {
  float: left;
  display: inline;
}
.right {
  float: right;
  display: inline;
}
/*滚动条整体样式*/
::-webkit-scrollbar {
  width: 8px;
  /*竖向滚动条的宽度*/
  height: 8px;
  /*横向滚动条的高度*/
}
::-webkit-scrollbar-thumb {
  /*滚动条里面的小方块*/
  background: #999;
  border-radius: 5px;
}
::-webkit-scrollbar-track {
  /*滚动条轨道的样式*/
  background: #ccc;
  border-radius: 5px;
}
.sj {
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: transparent transparent #fff;
  position: absolute;
  left: 50%;
  top: 33px;
  margin-left: -10px;
  display: none;
}
.tool_bg {
  width: 1200px;
  height: 200px;
  margin: 0 auto 78px;
  background: url("../images/base/tool_bg.jpg") no-repeat;
}
.tool_bg .tool_item {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  height: 80px;
  line-height: 80px;
  margin: 60px 60px 0;
}
.tool_bg .tool_icon {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 80px;
  overflow: hidden;
  margin-right: 20px;
}
.tool_bg .tool_zx {
  background: #ffffff url("../images/base/icon_bt_01.png") no-repeat center center;
}
.tool_bg .tool_demo {
  background: #ffffff url("../images/base/icon_bt_02.png") no-repeat center center;
}
.tool_bg .tool_plan {
  background: #ffffff url("../images/base/icon_bt_03.png") no-repeat center center;
}
.tool_bg .tool_service {
  background: #ffffff url("../images/base/icon_bt_04.png") no-repeat center center;
}
.msg-dia {
  display: none;
}
.msg-dia .msg-close {
  width: 20px;
  height: 20px;
  color: #c2c2c2;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}
.msg-dia .msg-filter {
  background-color: #000;
  opacity: 0.5;
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.msg-dia .msg-dialog {
  width: 680px;
  height: 642px;
  background-color: #fff;
  border: solid 1px #fff;
  border-radius: 6px;
  position: fixed;
  left: 50%;
  margin-left: -340px;
  top: 143px;
  z-index: 100;
}
.msg-dia .msg-dialog .h1 {
  font-size: 28px;
  text-align: center;
  padding-top: 40px;
}
.msg-dia .msg-dialog .m_sub {
  height: 24px;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #C2C2C2;
  line-height: 24px;
  text-align: center;
}
.msg-dia .msg-dialog .dia_line {
  width: 80px;
  height: 1px;
  background: linear-gradient(to right, #007bff, #00dbff);
  /* 标准的语法 */
  margin: 29px auto 19px;
}
.msg_form {
  width: 500px;
  margin: 0 auto;
}
.msg_form .form-row {
  height: 40px;
  border: solid 1px #CED2DB;
  border-radius: 2px;
  margin-bottom: 15px;
}
.msg_form .form-row:focus {
  border-color: #0a6999;
}
.msg_form .require {
  color: #E80404;
  font-size: 14px;
  line-height: 50px;
  float: right;
  margin: 0 18px;
}
.msg_form .input {
  outline: 0;
  border: 0;
  height: 100%;
  padding-left: 20px;
  line-height: 48px;
  float: left;
  width: 434px;
}
.msg_form .ms-login-button {
  height: 60px;
  background: #1382FC;
  border-radius: 5px;
  margin-top: 50px;
  font-size: 18px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  cursor: pointer;
}
.msg_form .ms-login-button.disabled {
  opacity: 0.5;
}
.im-dia {
  position: fixed;
  right: 44px;
  top: 500px;
  z-index: 5;
}
.im-dia .im-box {
  width: 122px;
  height: 33px;
  background-color: #0069d9;
  float: left;
  display: inline;
  margin-top: 37px;
  line-height: 33px;
  font-size: 12px;
  color: #fff;
  padding-left: 10px;
  cursor: pointer;
}
.im-dia .im-sj {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #0069d9;
  float: left;
  display: inline;
  margin-top: 50px;
  cursor: pointer;
}
.im-dia .im_icon {
  width: 92px;
  height: 92px;
  cursor: pointer;
  position: relative;
}
.im-dia .im_icon::before {
  display: block;
  content: ' ';
  width: 74px;
  height: 74px;
  position: absolute;
  left: 9px;
  top: 9px;
  border-radius: 50%;
  opacity: 0.45;
  background: #86BEF9;
  z-index: 1;
  animation: circle-opacity 2s infinite;
}
.im-dia .im_icon::after {
  display: block;
  content: ' ';
  width: 88px;
  height: 88px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  opacity: 0.3;
  background: #86BEF9;
  z-index: 1;
  animation: circle-opacity2 2s infinite;
}
.im-dia .im {
  width: 76px;
  height: 76px;
  background: url("../images/base/im.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 3;
}
@keyframes circle-opacity {
  from {
    opacity: 0.45;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(1.075);
  }
}
@keyframes circle-opacity2 {
  from {
    opacity: 0.3;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(1.15);
  }
}
.filter_tool {
  position: fixed;
  right: 0;
  top: 450px;
  width: 40px;
  box-sizing: border-box;
  box-shadow: 0px 0px 7px 0px rgba(16, 31, 55, 0.16);
  background-color: #fff;
  z-index: 99;
}
.filter_tool .top {
  display: none;
  background: url("../images/base/scroll_top.png") no-repeat center center;
}
.filter_tool .f_item {
  height: 42px;
  border-bottom: solid 1px #101F37;
}
.filter_tool .f_item:last-child {
  border-bottom: 0;
}
.serv_bg {
  height: 340px;
  min-width: 1200px;
  background: url("../images/base/services-bg.png") no-repeat center top;
  background-size: cover;
}
.serv_bg .ser_txt {
  font-size: 30px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 42px;
  text-align: center;
  padding: 105px 0 52px;
}
.serv_bg .ser_apply {
  width: 200px;
  height: 68px;
  border-radius: 5px;
  border: 1px solid #FBFBFB;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  margin: 0 auto;
}
