/*顶部大图*/
.bigBg{
    background-image: url("../image/product_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    min-width: 1200px;
    height: 600px;
}

.topTxtP{
    position: relative;
    width: 1200px;
    margin:0 auto;
}

.bigBg .topTxt{
    color:#fff;
    text-shadow:1px 0 1px #000000;
    text-align: center;
    position: absolute;
    top:110px;
    width: 485px;
}

.bigBg .topTxt .txt_1{
    font-size: 40px;
}

.bigBg .topTxt .txt_2{
    width: 330px;
    margin:0 auto;
    font-size: 22px;
}

.bigBg .topTxt .txt_3{
    font-size: 22px;
}

.bigBg .topTxt .txt_3 span{
    font-size: 28px;
}

.bigBg .topTxt .pic_1{
    cursor: pointer;
    margin-top:5px;
    animation:myfirst 2s linear infinite;
    -moz-animation:myfirst 2s linear infinite; /* Firefox */
    -webkit-animation:myfirst 2s linear infinite; /* Safari and Chrome */
    -o-animation:myfirst 2s linear infinite; /* Opera */
}

@keyframes myfirst
{
    0%   {
        transform:translateX(-20px);
        opacity:0;
    }
    20%  {
        opacity: 1;
    }
    50%  {
        transform:translateX(0);
    }
    80%  {
        opacity: 1;
    }
    100%  {
        transform:translateX(20px);
        opacity: 0;
    }
}

.bigBg .topTxt .txt_4{
    font-size: 22px;
    font-family: 华文行楷;
}

/*提升仓储系统管理*/
.sysAdm{
    margin-bottom:50px;
}

.sysAdm img{
    margin:0 auto;
}

.sysAdm .title{
    text-align: center;
    font-size: 36px;
}

.sysAdm .titleSm{
    text-align: center;
    font-size: 28px;
}

.sysAdm .tabBox .tabBtn{
    width:600px;
    margin:20px auto 30px auto;
}

.sysAdm .tabBox .tabBtn li{
    float: left;
    width: 198px;
    color:#3ec1ef;
    background-color: #BEBEBE;
    border-left:1px solid #f5f5f5;
    border-right:1px solid #f5f5f5;
    text-align: center;
    line-height: 70px;
    font-size: 24px;
	cursor:pointer;
}

.sysAdm .tabBox .tabBtn li.active{
    background-color:#3ec1ef;
    color:#fff;
}

.sysAdm .tabBox .tabContentBox .tabContent{
    display: none;
}

.sysAdm .tabBox .tabContentBox .show{
    display: block;
}

.sysAdm .sysAdm_01{
    padding:0 100px;
}

.sysAdm .sysAdm_01 .left{
    width: 445px;
}

.sysAdm .sysAdm_01 .left p{
    font-size: 20px;
}

.sysAdm .sysAdm_01 .left p span{
    font-size: 28px;
}

.sysAdm .sysAdm_03{
    text-align: center;
}

/*应用价值*/
.value{
    background-color:#e4f8ff;
    padding:10px 0 30px 0;
    min-width: 1200px;
}

.value .title{
    text-align: center;
    font-size: 36px;
}

.value .titleSm{
    text-align: center;
    font-size: 28px;
    margin-bottom:20px;
}

.value .prev_a{
    background-color:#e4f8ff;
    line-height: 300px;
    width:50px;
    text-align: center;
    cursor: pointer;
    float: left;
}

.value .prev_a:hover{
    background-color:#cbf2ff;
}

.value .next_a{
    background-color:#e4f8ff;
    line-height: 300px;
    width:50px;
    text-align: center;
    cursor: pointer;
    float: right;
}

.value .next_a:hover{
    background-color:#cbf2ff;
}

.value .valueContentBox{
    width: 1050px;
    height:300px;
    float: left;
    margin:0 25px -40px 25px;
    overflow: hidden;
    position: relative;
}

.value .valueContentBox .valueContent{
    width:500px;
    margin-bottom:40px;
}

.value .valueContentBox .big{
    margin-top:86px;
}

.value .valueContent .valueImg{
    float: left;
    width: 130px;
}

.value .valueContent .valueTxt{
    float: right;
    width: 340px;
    padding-right:10px;
}

.value .valueContent .valueTxt .tit{
    font-size: 20px;
    font-weight: bold;
    margin-top:10px;
}

.value .valueContent .valueTxt .txt{
    color:#878787;
}

.floatBox{
    width:1050px;
    float: left;
    height:336px;
}

.bigValue{
    width:3150px;
    position: absolute;
    left: 0;
}

/*信息化*/
.info{
    margin-bottom:20px;
}

.info .title{
    text-align: center;
    font-size: 36px;
}

.info .titleSm{
    text-align: center;
    font-size: 28px;
    margin-bottom:20px;
}

.info article {
    width: 1200px;
    margin: 0px auto;
}
.info .slider-menu {
    overflow: hidden;
    position: relative;
}
.info .swiper-slide-menu {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 150px;
    font-size: 16px;
    line-height: 60px;
    height: 60px;
    text-align: center;
    position: relative;
    background: #3ec1ef;
    color: #Fff;
    cursor: pointer;
}
.info .button-prev ,
.info .button-next {
    width: 40px;
    height: 60px;
    color: #ffffff;
    background: #3ec1ef;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    top: 50%;
    margin-top: -30px;
    z-index: 20;
}
.info .button-prev{
    left: 0;
    border-right:5px solid #ffffff;

}
.info .button-next {
    right:0;
    border-left:5px solid #ffffff;
}
.info .button-prev:hover,
.info .button-next:hover {
    background: #fe8431;
}
.info .swiper-slide-menu.act {
    background: #fe8431;
}
.info .content > div {
    display: none;
}
.info .content > div.act {
    display: block;
}

.info .info_00{
    padding:30px 70px;
}

.info .info_00 .left{
    width: 265px;
    padding-top:15px;
}

.info .info_00 .right{
    width: 750px;
}


.info .info_01{
    padding:30px 70px;
}

.info .info_01 .left{
    width: 265px;
    padding-top:15px;
}

.info .info_01 .right{
    width: 750px;
}

.info .bigTxt{
    font-size: 20px;
}

.info .info_02{
    padding:30px 70px;
}

.info .info_02 .left{
    width: 360px;
    padding-top:15px;
}

.info .info_02 .right{
    width: 650px;
}


.info .info_03{
    margin:30px 0;
}

.info .info_03 .left{
    width: 580px;
    margin-top:50px;
}

.info .info_03 .right{
    width: 580px;
}

.info .info_04{
    padding:30px 70px;
}

.info .info_04 .left{
    width: 365px;
}

.info .info_04 .right{
    width: 650px;
}

.info .info_C{
    margin:30px;
    text-align: center;
}

.info .info_11{
    padding:30px 70px;
}

.info .info_11 .left{
    width: 365px;
}

.info .info_11 .right{
    width: 650px;
}

/*服务优势*/

.adv{
    background-color:#e8f9f6;
    padding-top:20px;
    padding-bottom:30px;
    margin-bottom:50px;
    min-width: 1200px;
}

.adv .title{
    text-align: center;
    font-size: 36px;
}

.adv .titleSm{
    text-align: center;
    font-size: 28px;
}

.adv .tabBox .tabBtn{
    width:600px;
    margin:20px auto 30px auto;
	
}

.adv .tabBox .tabBtn li{
    float: left;
    width: 198px;
    color:#3ec1ef;
    background-color: #fff;
    border-left:1px solid #e4f9f5;
    border-right:1px solid #e4f9f5;
    text-align: center;
    line-height: 70px;
    font-size: 24px;
	cursor:pointer;	
}

.adv .tabBox .tabBtn li.active{
    background-color:#3ec1ef;
    color:#fff;
}

.adv .tabBox .tabContentBox .tabContent{
    display: none;
}

.adv .tabBox .tabContentBox .show{
    display: block;
}

.adv .tabBox .tabContentBox .tabContent .left{
    width:580px;
}

.adv .tabBox .tabContentBox .tabContent .right{
    width:580px;
}

.adv .tabBox .tabContentBox .tabContent p.bigTxt{
    font-size: 20px;
}

/*合作案例*/
.customer .title{
    text-align: center;
    font-size: 36px;
}

.customer .imgBox{
    text-align: center;
    margin:20px 0 40px 0;
}

.customer .imgBox img{

    border:1px solid #e7e7e7;
    margin-right:10px;
}

.customer .txtBox{
    width: 48%;
    padding-bottom:30px;
}

.customer .txtBox p{
    color:#878787;
}

.customer .txtBox p.tit{
    font-size: 20px;
    color: #454545;
    margin-bottom:30px;
}
.Red.button {
  -webkit-animation-name: redPulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
}
.green.button {
  -webkit-animation-name: greenPulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
}
.Blue.button {
  -webkit-animation-name: bluePulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes bluePulse {
  from { background-color: #46A3FF; -webkit-box-shadow: 0 0 9px #333; }
  50% { background-color: #ACD6FF; -webkit-box-shadow: 0 0 18px #FF0000; }
  to { background-color: #46A3FF; -webkit-box-shadow: 0 0 9px #333; }
}
@-webkit-keyframes redPulse {
  from { background-color: #FF5151; -webkit-box-shadow: 0 0 9px #333; }
  50% { background-color: #FF7575; -webkit-box-shadow: 0 0 18px #FF0000; }
  to { background-color: #FF5151; -webkit-box-shadow: 0 0 9px #333; }
}
@-webkit-keyframes greenPulse {
  from { background-color: #749a02; -webkit-box-shadow: 0 0 9px #333; }
  50% { background-color: #91bd09; -webkit-box-shadow: 0 0 18px #91bd09; }
  to { background-color: #749a02; -webkit-box-shadow: 0 0 9px #333; }
}