.banner{
    width: 100%;
    height: 535px;
    overflow: hidden;
    margin: 0 auto;
}
.banner-imgs{
    width: 100%;
    height: 535px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    border-radius: 3px;
}
.banner .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    border-radius:0;
    background:rgba(0,0,0,0.4);
    opacity:1;
}
.banner .swiper-pagination-bullet-active{
    background: #0365ca;
}
.content{
    width: 1200px;
    margin: 15px auto;

}
.news{
    font-size: 0px;
    padding: 15px 15px 8px 15px;
    background: #fff;
}
.content>.news>.left,
.content>.news>.rightContent{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;

}
.content>.news>.rightContent{
    width: 780px;
}
.content>.news>.left{
    width: 375px;
    height: 280px;
    margin-right: 12px;
    background-size: cover;
    background-position: center;
    border-radius: 3px;
}
.content>.news>.left  .banner-imgs{
    height: 280px;
 }
.newsList{
    font-size: 0px;
    width: 100%;
    margin-top: 2px;
    height: 260px;
}
.newsList>.lines,
.newsList>.line{
    display: inline-block;
}
.newsList>.contents{
    border-bottom: 1px dashed #d5d5d5;
    padding: 8px 0;
    width: 780px;
   /* height: 87px;*/
    box-sizing: border-box;
}
.newsList>.contents:last-child{
    border-bottom: none;
}

.indexTitle {
    font-size: 15px;
    color: #1a1a1a;
    letter-spacing: 1.2px;

}
.newsList .left,
.newsList .right{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}
.newsList .right{
    width: 680px;
}
.newsList .left{
    width: 90px;
    height: 65px;
    background-size: cover;
    background-position: center;
    margin-right: 10px;
    border-radius: 3px;
}
.lines>.right>.titleContent{
    color: #1a1a1a;
    font-size: 16px;
    /*padding-bottom: 15px;*/
    display: inline-block;
}
.lines>.right>.titleContent>.title{
    width: 540px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.lines>.right>.titleContent>.title,
.lines>.right>.titleContent>.times{
    display: inline-block;
    vertical-align: middle;
}
.lines>.right>.titleContent>.times{
    width: 130px;
    text-align: right;
    color: #5c5c5c;
}

.lines>.right>.inofs{
    display: block;
    width: 675px;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
    height: 44px;
    word-break: break-word;
    overflow: hidden;
}

.inofs{
    color: #5c5c5c;
    font-size: 14px;
}
.indexTitle>.active{
    background: #0365ca;
    color: #fff;
    border-radius: 3px;
    padding: 2px 8px;
}
.line{
    font-size: 14px;
}
.menus{
    width: 4px;
    height: 25px;
    background: #014489;

}
.indexTitle>.menus,
.indexTitle>.new1,
.indexTitle>.new2{
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
.indexTitle>.new1,
.indexTitle>.new2{
    cursor: pointer;
}
.indexTitle>.menus{
    margin-right: 6px;
}
.line>.titleContent{
    display: block;
    color: #1a1a1a;
    width: 100%;
    font-size: 0px;
}
.line>.titleContent{
    font-size: 16px;
    padding: 0 0 3px 0;
}
.line>.titleContent>.title,
.line>.titleContent>.times{
    display: inline-block;
     vertical-align: middle;
}
.line>.titleContent>.title{
    width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.line>.titleContent>.times{
    width: 170px;
    text-align: right;
    color: #5c5c5c;
}
.line>.inofs{
    font-size: 14px;
    width: 775px;
    overflow: hidden;
   /* text-overflow: ellipsis;
    white-space: nowrap;*/
    height: 44px;
    display: block;
}
.product{
    padding: 15px;
    background: #fff;
    margin-top: 15px;
}
.product>.munes,
.product>.title,
.product>.navs{
    display: inline-block;
    vertical-align: middle;
}
.product>.munes{
    width: 4px;
    height: 25px;
    background: #014489;
    margin-right: 6px;
}
.product>.title{
    font-size: 18px;
    color: #1a1a1a;
}
.product>.navs{
    float: right;

    line-height:26px;
}
.product>.navs>span{
    font-size: 14px;
    color: #777777;
    display: inline-block;
    padding: 0 8px;
    cursor: pointer;
}
.product>.navs>span:hover,
.product>.navs>span.active{
    background: #0365ca;
    color: #fff;
    border-radius: 3px;
}
.product>.contents{
    width: 100%;
    font-size: 0px;
    padding-top: 15px;
    height: 205px;
}
.product>.contents .imgs{
    display: inline-block;
    vertical-align: top;
    width: 285px;
    height: 200px;
    background-size: cover;
    background-position: center;
    /*margin-right: 10px;*/
    position: relative;
    border-radius: 3px;
}
.product>.contents .imgs>.names{
    position: absolute;
    width: 100%;
    height: 35px;
    background: rgba(0,0,0,0.5);
    bottom: 0px;
    z-index: 999;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 35px;
    padding: 0 24px;
    box-sizing: border-box;
    display: none;
    border-radius: 0 0 3px 3px;
 }
.product>.contents .imgs:hover>.names{

    display: block;

    overflow: hidden;
}

/*.mask{
    animation: animate 5s ease infinite;
    overflow: hidden;
}*/

.product>.contents .imgs:nth-child(4n){
    margin-right: 0px;
}
.enterprise{
    background: #fff;
    padding: 15px;
    margin-top: 15px;
}
.enterprise>.left,
.enterprise>.center,
.enterprise>.right{
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    width: 385px;
}
.enterprise>.right{
    width: 345px;
    margin-right: 0px;
}
.enterprise>.left{

}
.enterprise .img{
    width: 387px;
    height: 83px;
    background-size: cover;
    background-position: center;
    margin-top: 15px;
}
.enterprise .imgs{
    width: 345px;
}
.enterprise .nav-top>.mnus,
.enterprise .nav-top>.titles{
    display: inline-block;
    vertical-align: middle;
}
.enterprise .nav-top>.titles{
    font-size: 18px;
}
.enterprise .nav-top>.more{
    display: inline-block;
    float: right;
    color: #858484;
    line-height: 28px;
    font-size: 14px;
}
.enterprise .nav-top>.mnus{
    width: 4px;
    height: 25px;
    background: #014489;
    margin-right: 6px;
}
.enterprise_content{
    margin-top: 12px;
    height:150px;
}
.enterprise_content .banners{
    display: inline-block;
    width: 168px;
    vertical-align: middle;
    margin:0 10px;
    color: #333;
}
.enterprise_content .banners>.names{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    padding: 0 18px;
    box-sizing: border-box;
    display:block;
    text-align: center;
    font-size: 15px;
}
.enterprise_content .banners .swiper_imgs{
    width: 168px;
    height: 110px;
    background-size: cover;
    background-position: center;
    display: inline-block;
}
.enterprise>.center>.serveContent{
    width: 100%;
    font-size: 0px;
    padding: 2px 0;
    box-sizing: border-box;
    margin-top: 5px;
}
.enterprise>.center>.serveContent>.types{
    display: inline-block;
    width: 192px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 6px;
    box-sizing: border-box;
}
.enterprise>.right>.usinfo{
    height: 24px;
    line-height: 24px;
    text-indent: 24px;
    display: block;
    color: #333;
    letter-spacing: 1.2px;
    margin-top: 12px;
}
.enterprise_bg{
    background: #4c4c4c;
    right: 0px;
    /* z-index: 999; */
    top: 45%;
    height: 35px;
    width: 25px;
}
.contents .enterprise_bg{
    top: 52%;
    width: 25px;
}
.enterprise_bgs{
    left: 0px;
}

.enterprise_bg:after, .enterprise_bg:after{
    font-size:16px;
    color: #fff;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.contentWrapper>.swiper-slide:nth-child(4n){
    margin-right: 0px;
}
.more:hover{
    color: #014489!important;

}