body{
    background-color: #fff;
}

.box-banner{
    width: 100%;
    overflow: hidden;
    min-width: 1070px;
}
.box-banner img{
    width: 100%;
}
/*轮播分页器*/
.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #454545;
    margin: 0 5px;
    opacity: 0.8;
    cursor: pointer;
}
.swiper-active-switch {
    background:#357cb4;
}

/*产品中心*/

.E_ProductTitle {
    width: 1070px;
    margin: 35px auto 0;
    overflow: hidden;
}

.E_ProductCenter{
    width: 1070px;
    height: 250px;
    margin: 0 auto 20px;
    border-left: none;
}
.E_ProductCenter>.E_productBaes{
    height: 100%;
    width: 267px;
    float: left;
}

.E_ProductCenterImg {
    width: 200px;
    height: 190px;
    overflow: hidden;
    margin: 14px auto;
    position:relative;
    }

.E_ProductCenterImg .divPro {
    position:absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    left:0px;
    top:0px;
    line-height:190px;
    text-align:center;
    color:#fff;
    font-size:16px;
    z-index:666;
    display:none;
}
.E_ProductCenterImg .divPro b {
    padding: 6px 15px;
    font-weight: normal;
    font-size: 12px;
    background: #357cb4;
    border-radius: 30px;
    width:100px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
}
.E_ProductCenterImg > img {
		width: 100%;
		height:100%;
		transition: all 0.8s;
}

.E_productBaes:hover .divPro{
    display:block;
}

.E_productBaes:hover .E_ProductCenterImg img {
    transform: scale(1.1);
}

.E_productBaes > p {
    text-align: center;
    font-size: 18px;
    padding: 5px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.E_ProductCenter > a:hover p {
    color: #357cb4;
}

/*主要内容*/
.E_content{
    width: 1070px;
    margin: 35px auto;
    overflow: hidden;
}
/*综合信息
.Information{
    float: left;
    width: 901px;
}*/
.E_contentTitle{
    position: relative;
    font-size: 24px;
    color: #333333;
    margin-bottom: 12px;
    font-weight: 700;
    border-bottom:1px solid #357cb4;
    width: 600px;
}
.E_contentTitle>span{
    font-size: 20px;
    color: #333333;
    font-weight: normal;
}
.InformationC{
    padding: 12px 35px;
    background-color: #F7F7F7;;
}
/*
.InformationMain{
    display: none;
}*/
.InformationCTab span{
    display: inline-block;
    width: 165px;
    height: 44px;
    background-color: #357cb4;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 44px;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #357cb4;
}
.InformationCTab span:hover{
    color: #357cb4;
    background-color: transparent;
}
.InformationList{
    padding: 5px 0;
    overflow: hidden;
}
.InformationListTime{
    float: left;
}
.InformationListTime>p{
    font-size: 30px;
    color: #333333;
    text-align: center;
}
.InformationListTime>span{
    font-size: 12px;
    color: #151515;
}
.InformationListTxt{
    float: left;
    border-left: 1px solid #333333;
    margin-left: 18px;
    padding-left: 20px;
    margin-top: 5px;
}
.InformationListTxt>a{
    display: block;
    font-size: 16px;
    max-width: 1000px;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
    line-height: 20px;
}
.InformationListTxt>a:hover{
    color: #357cb4;
}
.InformationListTxt>p{
    font-size: 12px;
    color: #333333;
    max-width: 1000px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    line-height: 16px;
}
.InformationBtn{
    display: block;
    margin-top: 5px;
    width: 120px;
    height: 30px;
    border: 1px solid #999999;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #999999;
}
.InformationBtn:hover{
    color: #357cb4;
    border: 1px solid #357cb4;
}

/*   knowledge 页面*/
.contentList {
    width: 100%;
    height: 115px;
    border-bottom: 1px #ededed dotted !important;
    padding-bottom: 15px;
}

.contentList .contentList-image {
    width: 112px;
    float: left;
    margin-bottom: 0;
}

.contentList .contentList-image img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 6px #eee solid;
}

.contentList-content {
    width: 860px;
    float: left;
    margin: 10px 0 0 20px;
}
.contentList-title {
    line-height: 14px;
}

.contentList-intro{
	  font-size: 14px;
    color: gray;
    max-width: 1000px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
}

.contentList-title>a{
    display: block;
		font-weight: 800;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin: 5px 0 0 0;
    font-size: 16px;
    height: 22px;
}

.contentList-title>a:hover{
    color: #357cb4;
}