/*公共样式*/
.wid100{
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    width: 100%;
    overflow: hidden;
}
.row50{
    position: relative;
    width: 50%;
    float: left;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    overflow: hidden;
}
.row25{
    position: relative;
    width: 25%;
    float: left;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    overflow: hidden;
}
.row33{
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    width: 33.33333333%;
    float: left;
    overflow: hidden;
}
.row75{
    position: relative;
    width: 75%;
    float: left;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
a,a:hover,a:focus,a:visited{
    text-decoration: none;
    outline: none;
}
.pr{
    position: relative;
}


.indexbanner {
    overflow: hidden;
}

.banner-wrapper {
    height: 100vw;
}
.indexbanner .bannerText{
    color: #fff;
    position: relative;
}
.indexbanner .bannerText h1{
    font-size: 18px;
    margin-bottom: 12px;
  	  margin-top:12px;
}
.indexbanner .bannerText p{
    font-size: 12px;
    line-height: 24px;
}
.indexbanner .bannerText a{
    display: block;
    height:30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background:rgba(0,146,246,1);
    border-radius:15px;
    text-align: center;
    margin: 6px 12px 0px;
    padding: 0px 12px;
}
.banner-wrapper img {
    width: 100%;
}

.indexbanner1,
.indexbanner2,
.indexbanner3 {
    height: 100vw;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
}

.indexbanner1 {
    z-index: 9;
}
.indexbanner1 .bannerText{
    bottom: 12px;
    left: 0px;
    text-align: center;
}
.indexbanner2 .bannerText{
    left:12px;
    display:flex;
    flex-direction:column;
    width: 55%;
    align-items: flex-start;
    justify-content: center;
    height: 100%
}
.indexbanner2 .bannerText p{
  margin-bottom:24px;
}
.indexbanner3 .bannerText{
    width: 85%;
    margin-left: 7.5%;
  	 margin-top:24px;
  text-align:center;
}
.indexbanner3 .bannerText h2{
    font-weight: 400;
    margin-top: 12px;
  font-size:16px;
}
.indexbanner2 {
    z-index: 7;
    display: none;
}

.indexbanner3 {
    z-index: 7;
    display: none;
}

.banner-pagination span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 20px;
    text-indent: -9999px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #404040;
    box-sizing: border-box;
}

.banner-pagination .currentIndex {
    background-color: #404040;
}
/*内容*/
.content{
    width: 100%;
    padding: 24px 12px;
    box-sizing:border-box;
    overflow: hidden;
}
.content img{
	max-width:100%;
}
.content h1{
    text-align: center;
    color: #233B6F;
    margin-bottom: 12px;
    font-size: 24px;
}
.content>p{
    color: #B9B9B9;
    margin-bottom: 12px;
    font-size: 16px;
    text-align: center;
}
.content>article{
    color: #333333;
    margin-top: 12px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
}
.retailSoftware{
    background:rgba(239,244,251,1);
    opacity:0.77;
}
.content .wid100>p{
    color: #333;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
}
.content .wid100>img{
    width: 100%;
}
.retailSoftware .wid100 .row25{
    height: 60px;
    overflow: hidden;
    margin-bottom: 24px;
    text-align: center;
}
.retailSoftware .wid100 .row25 p{
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
}
.seeDetailBtn{
    clear: both;
    text-align: center;
}
.seeDetailBtn a{
    display: inline-block;
    width:80px;
    height:40px;
    line-height: 40px;
    color: #fff;
    background:rgba(0,146,246,1);
    border-radius:4px;
    text-align: center;
}
.hardware .wid100 {
    padding: 12px 0px;
    border: 1px solid #ddd;
    overflow: hidden;
}
.hardware .hardwareList{
    border-top: none;
}
.hardware .wid100 .row33{
    border-right: 1px solid #ddd;
    position: relative;
    text-align: center;
    padding: 12px;
    height: 280px;
}
.hardware .wid100 .row33>p{
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
}
.hardware .wid100 .row33>img{
    width: 100%
}
.hardware .wid100 .row33:last-child{
    border: none;
}
.hardware .wid100 .row33 aside{
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 12px;
    position: relative;
    height: 140px;
}
.hardware .wid100 .row33 aside:last-child{
    border-bottom: none
}
.hardware .wid100 .row33 aside>p{
    position: absolute;
    bottom: 12px;
    left: 0px;
    width: 100%;
    text-align: center;
}
.hardware .wid100 .row33 aside>img{
    width: 100%
}
.integrated{
    background:rgba(239,244,251,1);
    opacity:0.77;
}
.support .wid100{
    margin-bottom: 12px;
    position: relative;
}
.support .wid100>p{
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    position: absolute;
    width: 100%;
    background: rgba(35,59,111,.54);
    height: 32px;
    line-height: 32px;
    color: #fff;
    padding-left: 12px;
    font-size: 16px;
    text-align: left;
    left: 0px;
    bottom: 0px;
}
.support .wid100 .row33{
    position: relative;
    border-right: 5px solid #fff;
    margin-bottom: 12px;
    height: 94px;
}
.support .wid100 .row33:nth-child(3n){
    border: none;
}
.support .wid100 .row33 img{
    width: 100%;
    height: 100%;
}
.support .wid100 .row33 p{
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    position: absolute;
    width: 100%;
    background: rgba(35,59,111,.54);
    height: 24px;
    line-height: 24px;
    color: #fff;
    padding-left: 12px;
    font-size: 14px;
    text-align: left;
    left: 0px;
    bottom: 0px;
}
.customer{
    padding-top: 0px;
}
.customer .row33{
    border:1px solid #EDEDED;
    border-right: none;
    padding: 12px 0px;
    height: 75px;
    text-align: center;
}
.customer .row33 img{
    max-height: 100%;
}
.customer .row33:nth-child(4n){
    border-right:1px solid #EDEDED;
}
.cooperation{
    padding: 0px;
}
.cooperation .wid100{
    position: relative;
}
.cooperation .wid100 article{
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    top:11vw;
    left: 0px;
}
.cooperation .wid100 article h1{
    color: #fff;
    font-size: 20px;
    margin-bottom: 5vw;
    font-weight: 400;
}
.cooperation .wid100 article p{
    font-size: 16px;
    margin-bottom: 8.5vw;
}
.cooperation .wid100 article a{
    display: inline-block;
    width:120px;
    height:45px;
    line-height: 45px;
    color: #fff;
    background:rgba(0,146,246,1);
    border-radius:5px;
    text-decoration: none;
    outline: none;
    text-align: center;
    font-size: 16px;
}
.newsList{
    margin-bottom: 12px;
    border-bottom: 1px dotted #d5d5d5;
}
.newsList:last-child{
    border:none;
}
.newsList .title{
    height: 40px;
    line-height: 40px;
    margin-bottom: 6px;
}
.newsList .title img{
    width: 15px;
    vertical-align: text-bottom;
}
.newsList .title span{
    font-size: 16px;
    color: #233B6F;
    line-height: 32px;
}
.newsList .title a{
    color: #233B6F;
    float: right;
    line-height: 32px;
}
.newsList ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.newsList ul li{
    width: 100%;
    overflow: hidden;
    margin-bottom: 12px;
}
.newsList ul li a{
    color: #414141;
    display: inline-block;
    width: calc(100% - 70px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 24px;
    line-height: 24px;
}
.newsList ul li span{
    text-align: right;
    font-size: 14px;
    display: inline-block;
    float: right;
    line-height: 24px;
    vertical-align: middle;
    width: 65px;

}
.pagesinfo .pagelist li {
    display: inline-block;
    margin: 0 5px;
    line-height: 36px;
    border-radius: 4px;
}
.pagesinfo .pagelist li a {
    display: inline-block;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
    color: #999;
    background: #fff;
    border: 1px solid #bbb;
    box-sizing: border-box;
    border-radius: 4px;
}

.pagesinfo .pagelist li a:hover,
.pagesinfo .pagelist .thisclass,
.pagesinfo .pagelist .thisclass a {
    display: inline-block;
    background: #4191EE;
    color: #fff;
    box-sizing: border-box;
    border: 1px solid #4191EE;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
}