.banner{
    width: 100%;
}
.banner img{
    width: 100%;
}
.width1200{
    width: 1200px;
    margin: 0 auto;
}
.nav{
    padding: 30px 0;
    font-size: 16px;
    color: #666666;
}
/*新闻*/
.news-list{
    width: 850px;
}
.news-data{
    border-top: 1px solid #CCCCCC;
    overflow: hidden;
}
.news-date{
    margin: 10px 0 0;
    font-size: 16px;
}
.news-img{
    width: 135px;
    height: 90px;
    margin: 0 20px;
}
.news-img img{
    width: 100%;
	height: 100%;
    object-fit: cover;
}
.news-txt{
    width: 522px;
	margin-bottom: 20px;
}
.news-name{
    font-size: 16px;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-contact{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: normal;
    font-size: 14px;
    line-height: 24px;
}
.news-column{
    width: 300px;
}
.title-name{
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 20px;
}
.title-name span{
    border-left: 4px solid #3387FF;
    font-size: 24px;
    color: #666666;
    padding-left: 20px;
}
.news-type{
    margin-bottom: 30px;
}
.news-type li{
    width: 50%;
    float: left;
    text-align: center;
    margin-bottom: 15px;
}
.news-type li img{
    margin: 20px 0 10px;
}
.news-center li{
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    margin: 15px 0;
}
.news-title{
    color: #666666;
    font-size: 24px;
    margin: 20px 0 10px;
}
.news-auth span{
    margin: 0 15px;
	display: inline-block;
}
.news-detail{
    margin-top: 30px;
    padding-top: 50px;
    border-top: 1px solid #CCCCCC;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}
.news-back{
    display: block;
    border: 1px solid #CCCCCC;
    font-size: 24px;
    color: #1C79FF;
    padding: 15px 0;
    margin: 40px auto;
    width: 220px;
}
.news-next{
    border: 1px solid #CCCCCC;
    padding: 20px;
}
.news-next p{
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
}
.news-context{
    color: #1C79FF;
}
/*软件开发*/
.dev-box{
    padding: 80px 0 40px;
    border-bottom: 1px solid #EEEEEE;
}
.dev-box:nth-child(3){
    border-bottom: none;
    margin-bottom: 60px;
}
.dev-tit{
    color: #222222;
    font-size: 40px;
    font-weight: normal;
}
.dev-tit img{
    margin-left: 40px;
}
.dev-intro{
    color: #888888;
    font-size: 16px;
    margin: 20px 0 30px;
}
.dev-gsl{
    width: 100%;
    margin-bottom: 40px;
}
.gsl-box li{
    width: 340px;
    margin-right: 80px;
    float: left;
}
.gsl-box li:nth-child(3){
    margin-right: 0;
    float: right;
}
.gsl-tit{
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gsl-time{
    color: #888888;
    margin: 20px 0;
}
.gsl-intro{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: normal;
    font-size: 16px;
    line-height: 24px;
}
.gsl-href{
    display: inline-block;
    width: 100px;
    font-size: 12px;
    color: #CCCCCC;
    line-height: 40px;
    margin: 30px 0 0;
    border: 1px solid #CCCCCC;
    text-align: center;
}
.gsl-href:hover{
    border:1px solid #CCCCCC;
    color: #CCCCCC;
}
/*公司概况*/
.bg-grey{
    background: #F7F4F8;
    padding: 35px 0;
}
.about-nav{
    margin:0 0 30px;
}
.about-nav li{
    line-height: 60px;
    width: 150px;
    text-align: center;
    border: 1px solid #f2f2f2;
    border-right: none;
    background: #fff;
    color: #222222;
    float: left;
}
.about-nav li:last-child{
    border-right: 1px solid #f2f2f2;
}
.about-nav li.on{
    background: #1C79FF;
    color: #fff;
}
.about-link{
    font-size: 16px;
    color: #666666;
}
.adress{
    vertical-align: inherit;
    margin-right: 10px;
}
.about-content{
    display: none;
    padding: 40px 0;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}
.about-content.active{
    display: block;
}
.about-content img{
    max-width:100%;
	height:auto;
}
.about-box{
    background: #F7F4F8;
    margin-bottom: 50px;
}
.about-ma{
    width: 215px;
    margin: 25px 0 25px 35px;
}
.about-ma img{
    width: 100%;
}
.about-txt{
    width: 900px;
    margin-right: 25px;
	padding-top: 25px;
}

.about-txt p{
    text-indent: 2em;
    color: #333;
    font-size: 16px;
    margin-top: 15px;
    line-height: 26px;
}
.about-txt p small{
    font-size: 14px;
    margin-top: 15px;
    line-height: 18px;
	opacity: 0.8;
}
/*增值业务*/
.enable-box{
    position: relative;
    margin: 50px 0;
    overflow: hidden;
    height: 480px;
}
.enable-box:nth-child(odd) .enable-img{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.enable-box:nth-child(even) .enable-img{
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.enable-txt{
    width: 410px;
}
.enable-tit{
    color: #333333;
    font-size: 40px;
    margin: 96px 0 48px;
}
.enable-cont{
    font-size: 16px;
    color: #888888;
}
@media(max-width:1200px){
  .enable-txt{
	padding:20px;
	margin-top: 50px;
	background: rgba(0,0,0,0.3);
	max-width: 100%;
  }
  .enable-txt p{
        color: #FFF;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
		margin: 20px 0;
    }
	.enable-tit{
	  font-size: 26px;
	}
  .about-box{
    display:none;
  }
  .enable-txt{
    color: #FFF;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
  }
  .gsl-box li{
    width: 30%;
    margin-right: 5%;
  }
  .news-column{
	display: none;
  }
}
@media(max-width:860px){
  .about-nav li {
    line-height: 40px;
    width: 120px;
  }
}


