body {
  background: #fff !important
}

/* banner */
.index-banner {
  width: 100%;
  height: 970px;
  position: relative;

}

.banner-wenzi {
  width: 100%;
  font-size: 74px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 80px;
  text-shadow: 0px 6px 8px rgba(16, 34, 67, 0.24);
  margin-top: 258px;
  text-align: center;
}

.banner-wenzi2 {
  font-size: 50px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 80px;
  text-shadow: 0px 1px 9px rgba(1, 32, 92, 0.24);
  -webkit-text-stroke: 1px #FFFFFF;
  text-stroke: 1px #FFFFFF;
  margin-top: 20px;
  text-align: center;
}

.swiper-items .line {
  width: 95px;
  height: 7px;
  background: #FFFFFF;
  margin: 36px auto;
}

.banner_swiper .swiper-pagination-bullet {
  font-size: 17px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.5);
  background: none;
  opacity: 1;
}

.banner_swiper .swiper-pagination-bullet-active {
  color: #fff;
}



.swiper-container {
  margin-top: 110px;
}

.banner_swiper .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 45px;
}

/* 菜单 */
.menu {
  width: 100%;
  height: 85px;
  background: #F3F3F3;
  border: 2px solid #F1F4F9;
  padding: 10px 0;

}

.menu .menu_list {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}

.menu_act {
  font-weight: bold !important;
  color: #114593 !important;
}
.menu_act a{
  font-weight: bold !important;
  color: #114593 !important;
}
.menu .menu_list li {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  cursor: pointer;
  margin-right: 29px;
}


/* ERP */
.erp {
  background: #FFFFFF;
}

.erp_bg {
  background: url(../img/bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 1582px;
}

.erp img {
  width: 100%;
  height: 1582px;
}

.erp .main .ERP_intro {
  display: flex;
  justify-content: space-between;
  padding-top: 117px;
  opacity: 0;

}

.ERP_intro .jianjie {}

.ERP_intro .jianjie .tit {
  display: flex;
  margin-top: 95px;
}

.ERP_intro .jianjie p {
  font-size: 44px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #222222;
}

.ERP_intro .jianjie .tip {
  display: flex;
  position: relative;
  margin-left: 25px;
}

.ERP_intro .jianjie .tip div:nth-of-type(1) {
  width: 27px;
  height: 27px;
  background: #1549AA;
}

.ERP_intro .jianjie .tip div:nth-of-type(2) {
  width: 27px;
  height: 27px;
  background: #E25D0C;
  border: 1px solid #FFFFFF;
  position: absolute;
  transform: translate(15px, 15px);
}

.ERP_intro .jianjie .line {
  width: 35px;
  height: 6px;
  background: #114593;
  margin: 25px 0 52px 0;
}

.ERP_intro .jianjie .detail {
  width: 450px;
  height: 127px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #11151F;
  line-height: 36px;
}

.ERP_intro .erp_img {
  width: 860px;
  height: 598px;
  background: #E2E8F2;
}

.ERP_intro .erp_img .img_bg_w {
  width: 860px;
  height: 598px;
  background: #FFFFFF;
  transform: translate(20px, -20px);
  padding: 43px 0 0 32px;
}

.img_bg_w img {
  width: 797px;
  height: 534px;
}

.erp_time {
  opacity: 0;
}

.erp_time .tit {
  font-size: 44px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin: 141px 0 29px 0;
}

.erp_time .line {
  width: 35px;
  height: 6px;
  background: #114593;
  margin: 0 auto;
}

.erp_time .explain {
  margin-top: 52px;
}

.erp_time .explain p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #11151F;
  text-align: center;
  line-height: 36px;
}

.erp_time .erp_img_exp {
  width: 1213px;
  height: 518px;
  background: #E2E8F2;
  margin: 68px auto 0;
}

.erp_time .erp_img_exp .bg_w {
  width: 1203px;
  height: 518px;
  background: #FFFFFF;
  padding: 48px 0 0 70px;
  transform: translate(-11px, -20px);
}


.erp_time .erp_img_exp .bg_w img {
  width: 1036px;
  height: 398px;
}

.erp .inter {
  width: 100%;

  padding-top: 186px;
}

.erp .inter .main>p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  text-align: center;
}

.inter .main .inter_list {
  display: flex;
  justify-content: space-between;
  margin-top: 46px;
}

.inter .main .inter_list>div {
  width: 430px;
  height: 172px;
  background: #255CAD;
  border-radius: 5px;
  padding: 0 33px 0 24px;
  display: flex;
  align-items: center;
}

.inter .main .inter_list>div:nth-of-type(2) {
  background: #F58745;
}

.inter .main .inter_list>div .two_o_bg {
  background: rgba(250, 190, 145, .65) !important;
}

.inter .main .inter_list>div .img .o_bg {
  width: 69px;
  height: 69px;
  background: rgba(202, 223, 255, .65);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inter .main .inter_list>div .img .o_bg .i_bg {
  width: 59px;
  height: 59px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inter .main .inter_list>div .img .o_bg .i_bg img {
  width: 43px;
  height: 36px;
  text-align: center;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  /* Firefox 4 */
  -webkit-transition: all .5s ease;
  /* Safari 和 Chrome */
  -o-transition: all .5s ease;
  
  /* Opera */
}

.inter .main .inter_list>div:hover .img .o_bg .i_bg img {
  transform: scale(1.2) rotate(0.1deg);

}

.inter .main .inter_list>div .dis p {
  /* width: 227px; */
  /* height: 90px; */
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 31px;
  margin-left: 43px;
  text-align: justify;
}

.machine {
  background: url(../img/cp_bg_2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 567px;
  margin-top: 161px;
}

.machine .main {
  opacity: 0;
}

.machine .main p:nth-of-type(1) {
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 60px;
  text-shadow: 0px 4px 10px rgba(1, 26, 67, 0.4);
  padding-top: 115px;
}

.machine .main p:nth-of-type(2) {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 48px;
  opacity: 0.4;
  margin-bottom: 28px;
}

.machine .main p:nth-of-type(3) {
  width: 692px;
  height: 121px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 48px;
  opacity: 0.9;
  text-shadow: 0px 4px 10px rgba(1, 26, 67, 0.4);
  margin-top: 17px;
}

.machine .main div {
  width: 682px;
  height: 1px;
  border: 1px solid #9AA2B4;
}

.kekong .main, .function>.main {
  opacity: 0;
}

.kekong .kk_pos {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 207px;
  margin-bottom: 281px;
}

.kekong .kk_pos img {
  width: 436px;
  height: 436px;
  margin: 0 auto;
}

.kekong .main .kk_pos .introduce .tit {
  font-size: 23px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #3A6BB4;
  margin-bottom: 10px;
}

.kekong .main .kk_pos .introduce .detail {
  font-size: 16px;
  color: #545454;
  width: 370px;
  line-height: 25px;
}

.kekong .main .kk_pos .introduce {
  position: absolute;
}

.kekong .main .kk_pos .introduce:nth-of-type(1) {
  top: -117px;
  right: 421px
}

.kekong .main .kk_pos .introduce:nth-of-type(2) {
  top: 71px;
  right: 114px;
  ;
}

.kekong .main .kk_pos .introduce:nth-of-type(3) {
  top: 315px;
  right: 130px;
}

.kekong .main .kk_pos .introduce:nth-of-type(4) {
  top: 443px;
  right: 415px;
}

.kekong .main .kk_pos .introduce:nth-of-type(5) {
  top: 250px;
  left: 115px;
  ;
}

.kekong .main .kk_pos .introduce:nth-of-type(6) {
  top: 19px;
  left: 144px;
}

.kekong .main .kk_pos .introduce:nth-of-type(2) .tit {
  color: #F39C67;
  margin-bottom: 10px;
}

.kekong .main .kk_pos .introduce:nth-of-type(3) .tit {
  color: #06A0AC;
  margin-bottom: 10px;
}

.kekong .main .kk_pos .introduce:nth-of-type(4) .tit {
  color: #1D75BD;
  margin-bottom: 10px;
}

.kekong .main .kk_pos .introduce:nth-of-type(5) .tit {
  color: #8DC73F;
  text-align: right;
  margin-bottom: 10px;
}

.kekong .main .kk_pos .introduce:nth-of-type(6) .tit {
  color: #FF8B45;
  text-align: right;
  margin-bottom: 10px;

}

.kekong .main .kk_pos .introduce:nth-of-type(5) .detail {
  text-align: right;
}

.kekong .main .kk_pos .introduce:nth-of-type(6) .detail {
  text-align: right;

}

/* 主要功能 */
.function {
  width: 100%;
  height: 850px;
  background: rgb(245, 248, 252);
}

.function .main>p {
  font-size: 44px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #222222;
  text-align: center;
  padding-top: 58px;
  margin-bottom: 25px;
}

.function .main .line {
  width: 35px;
  height: 6px;
  background: #114593;
  margin: 0 auto;
}

.function .main .fun_list {
  width: 100%;
  background-color: #Fff;
  padding: 27px 44px;
  margin-top: 61px;
}

.function .main .fun_list .fun_info {
  display: flex;
  justify-content: space-between;
}

.function .main .fun_list .fun_info .top_l .info {
  display: flex;
  align-items: center;
}

.fun_list .fun_info .top_l .info>div {
  width: 5px;
  height: 5px;
  background-color: rgb(223, 136, 97);
  border-radius: 50%;
  margin-right: 10px;
}

.fun_list .fun_info .top_l .info p:nth-of-type(1) {
  font-weight: bold;
  font-size: 20px;
  color: #333;
  line-height: 42px;
}

.fun_list .fun_info .top_l .info p:nth-of-type(2) {
  font-weight: 400;
  font-size: 18px;
  color: #666;
}

.fun_list .fun_mid {
  display: flex
}

.fun_list .fun_mid img {
  width: 892px;
  height: 252px;
  margin: 16px auto;
}

/* <!-- 模式对比 --> */
.pattern {
  width: 100%;
  opacity: 0;
}

.pattern .main>p, .advantage .main>p {
  font-size: 44px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #222222;
  margin-top: 118px;
  margin-bottom: 28px;
  text-align: center;
}

.pattern .main .line, .advantage .main .line {
  width: 35px;
  height: 6px;
  background: #114593;
  margin: 0 auto;
}

.pattern .main .vs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 61px;
}

.pattern .main .vs .vs_cont {
  padding: 22px 34px 30px 34px;
}

.pattern .main .vs .vs_cont .tit {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 22px;
}

.pattern .main .vs .vs_cont:nth-of-type(4) .tit {
  color: #114593;
}

.pattern .main .vs .vs_cont:nth-of-type(5) .tit {
  color: #FF8B45;
}

.pattern .main .vs .vs_cont:nth-of-type(1) {
  background: linear-gradient(0deg, #F6F8FC 0%, #F2F6FD 100%);
  margin-right: 10px;
}

.pattern .main .vs .vs_cont:nth-of-type(2) {
  background: linear-gradient(0deg, #F6F8FC 0%, #F2F6FD 100%);
}

.pattern .main .vs .vs_cont:nth-of-type(3) {
  /* border: 2px solid #BDD3F3; */
}

.pattern .main .vs .vs_cont:nth-of-type(4) {
  border: 2px dashed #BDD3F3;
  margin-right: 15px;

}

.pattern .main .vs .vs_cont:nth-of-type(5) {
  border: 2px dashed #FFE1D0;
}

.pattern .main .vs .vs_cont .vs_list .vs_item {
  width: 141px;
  height: 58px;
  background: #FFFFFF;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4D4D4D;
  text-align: center;
  line-height: 58px;
  margin-bottom: 7px;
}

.pattern .main .vs .vs_cont:nth-of-type(2) .vs_list .vs_item {
  width: 296px;
}

.pattern .main .vs .vs_cont:nth-of-type(4) .vs_list .vs_item {
  width: 244px;
  background: #CEDCF0;
  padding: 0 5px;
}

.pattern .main .vs .vs_cont:nth-of-type(5) .vs_list .vs_item {
  width: 296px;
  background: rgba(255, 225, 207, .58);
  padding: 0 5px;
}

.pattern .main .vs .vs_cont:nth-of-type(3)>p {
  font-size: 55px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #114593;
  text-align: center;
}

.pattern .main .vs .vs_cont:nth-of-type(3) .rorrow {
  width: 131px;
  height: 28px;
  background: linear-gradient(-90deg, #114593 0%, #F4F7FF 100%);
  position: relative;
}

.rorrow .sanjiao {
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-left: 23px solid #114593;
  border-bottom: 30px solid transparent;
  position: absolute;
  right: -23px;
  top: -16px;
}

/* 我们的优势 */
.advantage .advan_bg {
  background: url(../img/advan_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 744px;
  margin-top: 61px;
  position: relative;
  margin-bottom: 280px;
}

.advan_bg .advan_list {
  display: flex;
  justify-content: space-around;
  padding-top: 200px;
  opacity: 0;
}

.advan_bg .advan_list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 337px;
  position: relative;
}

.advan_bg .advan_list li img {
  width: 94px;
  height: 90px
}

.advan_bg .advan_list li p {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #222222;
  line-height: 20px;
  margin-top: 43px;
  margin-bottom: 30px;
}

.advan_bg .advan_list li .line {
  width: 30px;
  height: 3px;
  background: #114593;
}

.advan_bg .advan_list li .ad_item_bg {
  background: url(../img/ad_item_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 337px;
  height: 413px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 30px 0 30px;
  opacity: 0;
  position: absolute;
  bottom: -100px;
}

.advan_list li .ad_item_bg p:nth-of-type(1) {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FEFEFE;
}

.advan_list li .ad_item_bg .line {
  width: 30px;
  height: 3px;
  background: #FFFFFF;
}

.advan_list li .ad_item_bg p:nth-of-type(2) {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
  text-align: justify;
}

.advan_list li:hover .ad_item_bg {}

@keyframes zt {
  0% {
    transform: translateY(-80px);
    opacity: 0.25;
  }

  /* 25% {transform: translateY(-160px);opacity: .5;}
75% {transform: translateY(-240px);opacity: 0.75;} */
  100% {
    transform: translateY(-300px);
    opacity: 1;
  }
}

.advan_bg .advan3 {
  width: 1420px;
  background-color: #fff;
  display: flex;
  align-items: center;
  position: absolute;
  top: 570px;
  padding: 70px 50px;
  box-shadow: 0px 6px 24px 0px rgba(201, 201, 201, 0.25);
}

.advan_bg .advan3 .advan_i {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.advan_bg .advan3 .advan_i p:nth-of-type(1) {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #222222;
  margin-bottom: 30px;
}

.advan_bg .advan3 .advan_i p:nth-of-type(2) {
  width: 207px;
  height: 105px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  text-align: justify;
}

.advan_bg .advan3 .line {
  width: 1px;
  height: 146px;
  background: #E6E6E6;
}