body,button, input, select, textarea,h1 ,h2, h3, h4, h5, h6,p { font-family: "PingFang SC;";}
html,body{
    width: 100%;
    margin: 0;
    padding: 0;
}
::-webkit-scrollbar {/*滚动条整体样式*/
  width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
  background-color: rgba(0,0,0,.23);
}
::-webkit-scrollbar-track {/*滚动条里面轨道*/
  background: #fff;
}
/* 头部导航 start */
/* .head-nav {
    width: 100%;
    height: 600px;
    background: url('../images/web-head-nav.png') no-repeat;
    background-size: 100% 100%;
} */
.nav-top-cont {
    width: 100%;
    height: 60px;
    position: fixed;
    left: 50%;
    transform: translate(-50%);
    z-index: 999;
}
.nav-list {
    max-width: 1200px;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
}
.nav-left {
    display: flex;
}
.nav-left .logo {
  line-height: 60px;
  margin-right: 25px;
  cursor: pointer;
}
.top-bg {
    background: rgba(0, 0, 0, 0.7);
}
.nav-list-item .onemenu {
    display: flex;
    /* width: 900px; */
    justify-content: space-around;
}
.nav-list-item .onemenu>li {
    /* width: 150px; */
    color: #fff;
    font-size: 15px;
    position: relative;
    margin: 0 25px;
}
.list-title {
    text-align: center;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
}
.list-title i {
    margin-left: 6px;
    opacity: 0.5;
}
ul.nav-menu {
    width: 150px;
    padding: 0 20px;
    background: #FFFFFF;
    border-radius: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    display: none;
    position: absolute;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    z-index: 99;
    left: -60px;
    top: 60px;
}
ul.nav-menu li a:hover {
    color: #216ACE;
    text-decoration: underline;
}
ul.nav-menu::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -7px;
    left: 50%;
    border-top: 15px solid #fff;
    border-left: 15px solid transparent;
    transform: translateX(-50%) rotate(-45deg);
}
ul.nav-menu.sp-warp {
    width: 260px;
    position: absolute;
    left: -110px;
    top: 60px;
}
ul.nav-menu>li {
    /* width: 150px; */
    height: 45px;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
    line-height: 45px;
}
ul.nav-menu.sp-warp>li {
    width: 260px;
}
ul.nav-menu li:last-child{
    border: none;
}
.head-nav .nav-list .logo {
    width: 129px;
    height: 60px;
    line-height: 60px;
}
.head-nav .nav-list .logo img {
    width: 129px;
    height: 46px;
}
.login {
    display: flex;
    height: 60px;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    align-items: center;
}
.login .btn-login {
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
    color: #093AC3;
}
.login .btn-sign {
    cursor: pointer;
}
/* 头部导航end */
/* 网站底部start */
.footer {
    background: #F6F6F6 !important;
    /* height: 490px; */
    min-width: 1200px;
}
.footer .layui-container{
    background-color: transparent;
    display: flex;
    justify-content: center;
  }
.foot-infor {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 70px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.footer ul {
    float: left;
    margin-left: 50px;
  }
  .footer ul .tou{
    font-size: 18px;
    color: #000000;
    font-weight: bold;
  }
  .footer ul li{
    font-size: 12px;
    color: #808080;
    margin-bottom: 21px;
  }
  .footer ul li a{
    font-size: 13px;
    font-weight: 500;
    color: #949494;
    margin-bottom: 25px;
  }
  .box-5 h5 {
    text-align: center;
  }
  .box-5 .le-img {
    margin-left: 50px;
  }
  .foot p {
    color: #949494;
    font-size: 12px;
    text-align: center;
    display: block;
  }
  .foot {
    width: 1200px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
    font-size: 14px;
    max-width: 1200px;
    border-top: 1px solid #949494;
    margin: 0 auto;
  }
  .foot p {
    font-size: 14px;
    color: #949494;
  }
  .foot a {
    color: #949494;
    font-size: 14px;
  }
  .serve {
    height: 278px;
    width: 138px;
    right: 171px;
    margin-top: 51px;
    margin-left: 60px;
  }
  .zx{
    width: 130px;
    height: 44px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    font-size: 16px;
    color: #FFFFFF;
  }
  .box-5 ul li img.aq {
    width: 130px;
    right: 75px;
  }
  .zx p {
    margin-top: 12px;
    text-align: center;
  }
  .jl p {
    color: #eee;
    line-height: 27px;
  }

  .tect-box {
    height: 512px;
    padding-top: 28px;
    display: flex;
    justify-content: space-around;
    margin-bottom: 35px;
  }

  .box-5 .tect-box img.lt-img {
    width: 450px;
    margin-top: 15px;
  }
  .fw {
    font-size: 16px;
    margin-top: 28px;
    width: 125px;
  }
  .fw p{
    font-size: 16px;
    color: #808080;
    text-align: right;
  }
  .footer hr {
    position: absolute;
    bottom: 18px;
    width: 100%;
  }
  .jl{height: 36px;width: 129px;clear: both;margin-top: 28px;}
  .tel {
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_tel.png);
    background-repeat: no-repeat;
    background-size: 95%;
    float: left;
  }
  .ewm {
    text-align: center;
  }
  .ewm img{
    width: 132px;
    height: 132px;
    position: relative;
    margin-bottom: 26px;
  }
  .race-logo p,
  .ewm p {
    font-size: 14px;
    font-weight: bold;
    color: #949494;
    margin-bottom: 15px;
  }
   /* 网站底部 end*/
   /* 免费试用弹框 */
.shadow {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.free-layer {
  width: 1000px;
  height: 600px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  z-index: 999;
}
.free-layer .layer-right {
  width: 600px;
  height: 600px;
  background: url('../images/for-free-bg1.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lay-box {
  width: 400px;
  height: 400px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.user-img {
  width: 160px;
  height: 160px;
  background: #FFFFFF;
  border-radius: 50%;
  line-height: 160px;
  margin-bottom: 30px;
}
.user-img img {
  margin-left: 22px;
}
.user-infor {
  text-align: center;
}
.user-infor p {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  margin: 30px 0;
  line-height: 1.7;
}
.free-layer .layer-left {
  width: 400px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.left-after {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.layer-left h3{
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
  text-align: center;
}
.layer-left p{
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}
form#model {
  /* width: 85%; */
  margin-top: 30px;
}
#model .layui-input-block {
  margin-left: 0;
}
#model input.layui-input{
  width: 340px;
  height: 40px;
  background: #E4F1FE;
  border: 1px solid #999999;
  border-radius: 5px;
}
strong.high {
  color: red;
  position: absolute;
  left: -12px;
  top: 11px;
}
button#submit {
  width: 140px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background:#5989F4;
  background: linear-gradient(94deg, #5989F4 56.99999999999999%, #4779F0 100%);
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
}
/* 电梯导航 */
.pointt {
  position: fixed;
  width: 80px;
  height: 350px;
  align-items: center;
  z-index: 999;
  display: flex;
  flex-direction: column;
  right: 16px;
  bottom: 55px;
  justify-content: space-between;
}
.pointt a {
  width: 80px;
  height: 80px;
  display: block;
  background-color: #A5A5A5;
  color: #fff;
  text-align: center;
  /* padding-top: 6px; */
  border-radius: 5px;
  position: relative;
  font-family: "PingFang SC";
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
}
.pointt a:focus{
  text-decoration: none;
}
.pointt a:hover{
  text-decoration: none;
  background-color: #488feb;
}
.pointt a:hover i{
  color: #ffffff;
}
.pointt a i {
  font-style: inherit;
  font-size: 16px;
  line-height: 23px;
  position: absolute;
  width: 40px;
  left: 5px;
  top: 2px;
}
.pointt a span {
  font-size: 26px;
}
.pointt a i{
  position: absolute;
  left: 20px !important;
  top: 18px !important;
}
/* .pointt a.help i{
  position: absolute;
  left: 20px !important;
  top: 18px !important;
}
.pointt a.qq i{
  position: absolute;
  left: 20px !important;
  top: 18px !important;
} */
/* .pointt a.help,.pointt a.qq {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
} */
/* 兼容IE样式 */
@media screen\0 {
  .nav-list {
    width: 1200px;
    display: table;
    position: relative;
  }
  .nav-left {
    display: table-cell;
  }
  .login {
    width: 80%;
    display: table-cell;
  }
  .nav-list-item {
    width: 100%;
    display: table;
  }
  .login .btn-login {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .nav-list-item .onemenu {
    width: 90%;
    display: table;
  }
  .nav-list-item .onemenu > li {
    display: table-cell;
  }
  .pointt {
    display: none;
  }
  /* .main-cont {
    overflow: visible;
  } */
  .item1-line2, .item2-line2 {
    display:table ;
    margin: 0 auto;
  }
  .project {
    display: table-cell;
    width: 18%;
  }
  .item1-line3 {
    display: table;
  }
  .item1-line3 .line3-img {
    display: table-cell;
  }
  .iine3-msg {
    display: table-cell;
  }
  .item-line {
    width: 100%;
    display: table;
  }
  .item-line .item-text {
    display: table-cell;
    text-align: center !important;
    width: 33%;
  }
  .box.news_list {
    display: table;
  }
  .activity-box {
    display: table-cell;
  }
  .foot-infor {
    display: table;
  }
  .race-logo {
    display: table-cell;
  }
  ul.nav-menu {
    left: 30px;
  }
  .onemenu li:nth-child(1) ul.nav-menu{
    left: -20px;
  }
  ul.sp-warp.nav-menu {
    left: -50px;
  }
  .free-layer {
    display: table;
  }
  .free-layer .layer-right,.free-layer .layer-left {
    display: table-cell;
  }
}