.currentPage {
    padding: 16px 4% 0;
}

.banner {
    background: url(./图层41.png)no-repeat;
    background-size: 100% 100%;
    padding: 60px 85px 40px;
}

.banner .con {
    width: 64%;
    font-size: 20px;
    color: #fff;
    line-height: 34px;
    margin-top: 20px;
}

.main {
    padding: 80px 4% 88px;
}

.dynamic {
    background: #f5f5f5;
    padding: 3% 5%;
}

.dynamic .title {
    text-align: center;
}

.dynamic ul {
    margin-top: 2%;
}

.dynamic ul li {
    line-height: 56px;
}

.dynamic ul li a {
    height: 56px;
}

.dynamic ul li a span {
    width: 86%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    color: #333333;
}

.dynamic ul li a i {
    float: right;
    font-size: 14px;
    color: #999999;
}

.dynamic ul li a:hover span,
.dynamic ul li a:hover i {
    color: #006cef;
}

.case {
    margin-top: 80px;
}

.caseImg {
    width: 48%;
    height: 560px;
}

.caseImg a {
    position: relative;
    height: 100%;
}

.caseImg img {
    width: 100%;
    height: 100%;
}

.caseImg span {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0 20px;
    box-sizing: border-box;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#CC006CEF', endColorstr='#CC006CEF');
    background: rgba(0, 108, 239, 0.8);
    text-align: center;
    font-size: 18px;
    line-height: 68px;
    height: 68px;
    color: #fff;

}

.caseImg i {
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.lists {
    background: url(../images/industryBg.png)no-repeat;
    background-size: 100% 100%;
    padding: 60px 0;
    margin-top: 80px;
}

.lists>div {
    width: 50%;
    padding: 0 4%;
    box-sizing: border-box;
}

.lists>.fl {
    border-right: 1px #fff dashed;
}

.listsTitFl {
    height: 100%;
}

.listsTit {
    height: 70px;
    line-height: 70px;
}

.lists ul {
    padding-top: 4%;
}

.lists ul li {
    line-height: 50px;
}

.lists ul li a {
    height: 50px;
}

.lists ul li span,
.lists ul li i {
    color: #fff;
}

.lists ul li span {
    font-size: 18px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 78%;
}

.lists ul li i {
    font-size: 14px;
    float: right;
}

.company{
    margin-top: 80px;
}

.companyTit{
    text-align: center;
}
.companyMain{
    margin-top: 4%;
}
.companyMain>div{
    width: 48%;
}
.companyMain .pic img{
    width: 100%;
}
.companyMain .name{
    line-height: 46px;
    font-size: 20px;
    color: #343434;
    margin-top: 10px;
}
.companyMain .con{
    font-size: 16px;
    color: #999;
    line-height: 24px;
}



























