html,body{
  background-color: #fff;
}

.head-wrap{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.14);
  z-index: 10;
}

.head {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  /* font-family: PingFangSC-Regular, PingFang SC; */
  font-weight: 400;
  color: #333333;
  transition: all .5s;
}

.nav-list {
  display: flex;
  /*width: 60%;*/
  justify-content: space-between;
  align-items: center;
}

.nav-list li,.phone,.focus{
  cursor: pointer;
}

.tab-nav{
  line-height: 80px;
  padding: 0 20px;
  /* transition: all .5s; */
}

/* .tab-nav:hover{
  background: linear-gradient(90deg, #FF7E1E 0%, #ff5031 100%);
  color: #fff;
} */

.active-tab{
  /*background: linear-gradient(90deg, #00a4f9 0%, #0082c5 100%);*/
  background: #4169e1;
  color: #fff;
}

.logo {
  display: block;
  height: 48px;

}

.head-right {
  display: flex;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 28px;
}

.phone {
  width: 94px;
  height: 28px;
  background: linear-gradient(90deg, #FF7E1E 0%, #FF5031 100%);
  box-shadow: 0px 8px 16px 0px rgba(255, 47, 47, 0.2);
  border-radius: 14px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 12px;
}

.phone>img{
  width: 7px;
  height: 11px;
}

.phone-qr,.focus-qr{
  position: absolute;
  top: 15px;
  left: -20px;
  display: none;
}

.phone-qr img{
  width: 244px;
  height: 210px;
}

.focus-qr img{
  width: 138px;
  height: 166px;
}

/* .phone:hover .phone-qr,.focus:hover .focus-qr{
  display: block;
} */

.focus:hover .focus-qr{
  display: block;
}

.focus {
  width: 94px;
  height: 28px;
  background: #292929;
  box-shadow: 0px 8px 16px 0px rgba(136, 136, 136, 0.2);
  border-radius: 14px;
  margin-left: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 12px;
}

.focus>img{
  width: 9px;
  height: 9px;
}

.banner{
  margin-top: 80px;
}

.banner>img {
  display: block;
  width: 100%;
  height: auto;
}

.appointment{
  width: 1200px;
  margin: 0 auto;
  padding-top:28px;
  text-align: center;
}
.appointment-title{
  margin-bottom:28px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  color: #333333;
}
.appointment-btn{
  display: inline-block;
  width: 110px;
  line-height: 38px;
  border-radius: 2px;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  margin-left:12px;
  cursor: pointer;
  color:#333333;
  background:#F5F5F5 ;
}
.appointment-btn-jump{
  display: inline-block;
  width: 315px;
  line-height: 38px;
  background: #FF5023;
  border-radius: 2px;
  color:#fff;
  margin:0 auto;
  margin-top:25px;
  cursor: pointer;
}

.active-btn{
  color: #FF5023;
  border: 1px solid #FF5023;
  background: #FEF5F2;

}

.about {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}

.about-title {
  display: flex;
  justify-content: space-around;
}

.about-list {
  width: 238px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-list3 {
  width: 294px;
}

.about-list>img {
  display: block;
  width: 88px;
  height: 88px;
}

.about-list>h2 {
  /* width: 80px; */
  height: 28px;
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  margin: 20px 0;
}

.about-list>p {
  width: 100%;
  height: 56px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #888888;
  line-height: 28px;
  text-align: center;
}

.about-us {
  height: 282px;
  display: flex;
  justify-content: space-between;
  margin: 30px 0 20px;
}

.us-left {
  width: 404px;
  height: 282px;
}

.us-left img{
  width: 100%;
  height: auto;
}

.us-right {
  width: 756px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

h2 {
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: 600;
  color: #333333;
  line-height: 34px;
}

.us-right>h2.us-descript {
  font-size: 15px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 22px;
}

.us-right>p {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #888888;
  line-height: 28px;
}
.us-right>p>span {
  color: #666;
  font-weight: bold;
}

.watch{
  display: flex;
}

.watch>img{
  width: 132px;
  height: 40px;
  cursor: pointer;
  margin-right: 20px;
}

.watch>div{
  line-height: 40px;
  color: #FF5023;
  font-size: 15px;
  cursor: pointer;
}

.alert-view{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all .5s;
}

.view-content{
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.alert-view img{
  position: absolute;
  top: -40px;
  right: -40px;
  cursor: pointer;
}

.develop {
  width: 100%;
  height: 372px;
  background-image: url(develop.png);
  /* padding: 30px 0; */
  position: relative;
}

.develop-content {
  width: 1200px;
  margin: 0 auto;
  opacity: 0;
  transition: all 1s;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}

.bottom-title {
  position: relative;
}

.bottom {
  position: absolute;
  width: 32px;
  height: 4px;
  background: #FF5023;
  left: 0;
  bottom: -5px;
}

.time-line {
  height: 278px;
  position: relative;
  padding-top: 30px;
}

.line {
  width: 1240px;
  height: 2px;
  background: linear-gradient(126deg, rgba(249, 249, 249, 0) 0%, #FF5023 51%, rgba(249, 249, 249, 0) 100%);
  position: absolute;
  top: 138px;
  left: -20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.line>div {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  border: 2px solid #FF5023;
  border-radius: 50%;
}

.line>div:nth-child(2n) {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  border: 2px solid #4D4D4D;
  border-radius: 50%;
}

.line-top {
  width: 1240px;
  display: flex;
  justify-content: space-between;
}

.line-bottom {
  width: 1240px;
  display: flex;
  flex-direction: row-reverse;
  /* justify-content: space-between; */
  margin-left: 160px;
  font-size: 12px;
  position: absolute;
  bottom: 30px;
  right: 70px;
}

.line-bottom>div:nth-child(4) {
  width: 126px;
}

.line-bottom>div:nth-child(3) {
  width: 116px;
}

.line-bottom>div:nth-child(2) {
  width: 104px;
}

.line-bottom>div:nth-child(1) {
  width: 124px;
  margin-left: 100px;
}

.line-bottom>div:nth-child(1)>.line-time{
  margin-left: 20px;
}

.line-bottom>div{
  margin-left: 125px;
}

.top-list {
  font-size: 12px;
  width: 108px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.top-list1{
  width: 132px;
}

.top-list:nth-child(2), .top-list:nth-child(3), .top-list:nth-child(5) {
  width: 118px;
  position: relative;
}

.top-list:nth-child(3) {
  width: 125px;
}

.top-list:nth-child(2)>p, .top-list:nth-child(3)>p, .top-list:nth-child(5)>p {
  position: absolute;
  bottom: 38px;
}

.top-list:nth-child(2)>.line-time, .top-list:nth-child(3)>.line-time, .top-list:nth-child(5)>.line-time {
  position: absolute;
  bottom: 0;
}

.line-time {
  width: 96px;
  height: 28px;
  line-height: 24px;
  font-size: 20px;
  background: #FFFFFF;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
  color: #FF5023;
  text-align: center;
  padding: 2px 0;
  font-family: DINAlternate-Bold, DINAlternate;
  font-weight: bold;
}

.line-top .line-time {
  margin-top: 10px;
}

.line-bottom .line-time {
  color: #333;
  margin-bottom: 10px;
}

.time-line p{
  font-size: 12px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #888888;
  line-height: 14px;
}

.classify {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.swiper-container{
  height: 340px;
  padding-top: 45px;
  --swiper-navigation-color: #333;/* 单独设置按钮颜色 */
  --swiper-navigation-size: 15px;/* 设置按钮大小 */
}

.swiper-slide{
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner0 img{
  width: 200px;
  height: auto;
}

.swiper-slide img{
  transition: 300ms;
}

.swiper-slide-active img,.swiper-slide-duplicate-active img{
  transform: scale(1.27);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.17);
}

.prev-own,.next-own{
  width: 40px;
  height: 40px;
  /* border-radius: 50%;
  background: #fff;
  font-weight: bold;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.17); */
}

.next-own{
  right: 3px;
}

.prev-own{
  left: 2px;
}

/* .prev-own:hover,.next-own:hover{
  background: linear-gradient(90deg, #FF7E1E 0%, #FF5031 100%);
  color: #fff;
} */

.prev-own>img,.next-own>img{
  width: 56px;
  height: 56px;
  position: absolute;
}

.brand {
  width: 100%;
  height: 980px;
  background: #1E1E1E;
  margin-top: -190px;
  /* padding-top: 220px; */
  position: relative;
}

.brand-content {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  opacity: 0;
  transition: all 1s;
  position: absolute;
  top: 270px;
  left: 50%;
  transform: translateX(-50%);
}

.brand-title {
  display: flex;
  width: 300px;
  margin: 0 auto 20px;
  justify-content: space-between;
  line-height: 22px;
  font-size: 15px;
  font-weight: 500;
}

.brand-title span {
  font-size: 28px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  color: #FF5023;
  line-height: 34px;
  margin: 0 5px;
}

.brand-classify ul {
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* color: #888888;
  line-height: 28px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #888888; */
}

.brand-classify h2{
  color: #888888;
  line-height: 28px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #888888;
}

.brand-classify li:nth-child(2n) {
  width: 2px;
  height: 12px;
  border: 1px solid #979797;
}

.big-brand {
  width: 100%;
  /*height: 493px;*/
  background: #333333;
  padding: 20px 30px;
  margin-top: 70px;
}

.big-brand h2 {
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 34px;
}

.image {
  display: flex;
  height: 160px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0 20px;
}

.image-list {
  width: 148px;
  height: 60px;
  background: #FFFFFF;
}

.image-list>img{
  width: 100%;
  height: 100%;
}

.big-brand p {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.big-brand span {
  font-size: 36px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  color: #FF5023;
  margin: 0 5px;
}

.serve {
  width: 1200px;
  margin: 0 auto;
  height: 1022px;
  padding: 40px 0 65px;
  position: relative;
}

.best>img{
  width: 100%;
  margin-top: 30px;
}

.serve-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: all 1s;
  position: absolute;
  top: 450px;
  left: 0;
}

.serve-list {
  width: 360px;
  height: 226px;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.14);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0 30px;
  margin-top: 10px;
}

.serve-logo img {
  width: 84px;
  height: 84px;
  display: block;
}

.serve-list h2 {
  font-size: 20px;
  line-height: 28px;
  margin-top: 15px;
}

.serve-list p {
  font-size: 15px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #888888;
  line-height: 35px;
}

.download{
     background: linear-gradient(90deg, #0a0f13 20%, #080e13 20%, #3153bf 100%);
}
.imglist{
  width: 1200px;
  margin: 0 auto;

  padding: 40px 0 65px;
  position: relative;
  display: flex;
}
.imglist img{
  float: left;
  display: flex;


}
.download .img1 {
  width: 500px;
  height: auto;
  margin-left: 0px;
}
.download .img2 {
  width: 200px;
  height: auto;
  margin-left: 200px;
  margin-right: 20px;
  border-color: unset;
  border-width: 0px;
  border-style: none;
  border-radius: 38px;
  font-weight: normal;
  font-style: normal;
}
.download .img3 {
  width: 200px;
  height: auto;
  margin-right: 0px;
  border-color: unset;
  border-width: 0px;
  border-style: none;
  border-radius: 38px;
  font-weight: normal;
  font-style: normal;
}


.call {
  width: 1200px;
  height: 370px;
  margin: 50px auto;
}
.call .telcard {
  float: left;
  width: 32%;
  height: 180px;
}


.call h2 {
  margin-bottom: 20px;
}

.call-list {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.call-list img {
  display: block;
  width: 26px;
  height: 26px;
  margin-right: 10px;
}

.call-list p {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  /*color: #666666;*/
  color: #333333;
  line-height: 18px;
}

.footer {
  width: 100%;
  color: white;
    background: #15375c;
  padding-top: 20px;
}

.footer ul {
  width: 1200px;
  line-height: 28px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #999999;
}

.footer li:nth-child(2n) {
  width: 2px;
  height: 12px;
  border: 1px solid #979797;
  margin: 0 10px;
}

.footer li.li-hover,.footer-img>img{
  cursor: pointer;
}

.footer li.li-hover:hover{
  color: #ec3c14;
}

.footer-img{
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: center;
}

.footer-img1{
  width: 52px;
  height: 52px;
}

.footer-img2{
  width: 136px;
  height: 50px;
  margin: 0 10px;
}

.footer-img3{
  width: 134px;
  height: 47px;
}

.alert{
  width: 100%;
  height: 0;
  position: fixed;
  top: -100vh;
  /* right: 0; */
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  /* display: none; */
  transition: all .5s;
}

.alert-center{
  width: 100%;
  /* height: 650px; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-52.5%,-40%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.alert-img{
  width: 30%;
  height: auto;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-58%,-48%); */
}

.alert-close{
  width: 2%;
  height: auto;
  margin: 20px 0 0 4%;
  cursor: pointer;
}

.right-nav{
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.fixed-nav-list{
  width: 68px;
  height: 60px;
  background: #FFFFFF;
  box-shadow: 0px 2px 17px 0px rgba(0,0,0,0.14);
  border-radius: 1px;
  font-size:14px;
  color:#666;
  border-radius: 2px;
}
.fixed-nav-item{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 64px;
}
.fixed-nav-item img{
  width:20px;
  height: 20px;
  margin-bottom: 4px;
}

.footer .tgimg:hover{

  transform: scale(3)

}
.CompanySoft{
  width: 1200px;
  margin: 0 auto;
}
.CompanySoft .pricBox{
  width: 270px;
  height: 320px;
  margin-right: 20px;
}
.CompanySoft img{
  width: 100% ;
  height: 100%;
  

}
.CompanySoft .compayTitle{
  margin-top: 20px;
}