.visit-serve {
    position: relative
}

.news-con {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 60px
}

.news-con .art-info {
    width: 800px;
    float: left;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 36px 0 #ededed;
    box-shadow: 0 3px 36px 0 #ededed;
    padding: 50px 40px
}

.news-con .art-info .art-head {
    padding-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 30px
}

.news-con .art-info .art-head .art-title {
    font-size: 22px;
    margin-bottom: 15px;
    color: #333
}

.news-con .art-info .art-head .author {
    color: #d8d8d8;
    font-size: 14px
}

.news-con .art-info .art-head .author span {
    color: #4bc5f4;
    margin-right: 10px
}

.news-con .art-info .art-con {
    overflow: hidden
}

.news-con .art-info .art-download {
    padding-top: .2rem;
    font-size: 1.32rem;
    font-weight: bold;
}

.news-con .art-info .art-download .art-download-item {
    padding-top: .2rem;
}

.news-con .news-lists {
    float: right;
    width: 370px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 36px 0 #ededed;
    box-shadow: 0 3px 36px 0 #ededed;
    padding: 30px 20px 15px
}

.news-con .news-lists .news-head {
    margin-bottom: 5px
}

.news-con .news-lists .news-head .news-title {
    font-size: 18px;
    color: #333;
    float: left
}

.news-con .news-lists .news-head .more {
    float: right;
    font-size: 15px;
    color: #333
}

.news-con .news-lists .lists-con li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #d8d8d8
}

.news-con .news-lists .lists-con li .n-title {
    font-size: 15px;
    color: #666;
    width: 240px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left
}

.news-con .news-lists .lists-con li .n-time {
    color: #cacaca;
    float: right
}

.news-con .news-lists .lists-con li:hover .n-title {
    color: #4bc5f4
}

.banner{
    width: 100%;
    height: 560px;
    position: relative;
    overflow: hidden
}

.banner .banner-img{
    background-size: cover !important;
    width: 100%;
    height: 560px
}

.banner .filter{
    -webkit-filter: blur(10px);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.banner .navs{
    width: 100%;
    height: 80px;
    background: rgba(42, 138, 199, .7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20
}

.banner .navs .navs-con{
    width: 1200px;
    margin: 0 auto
}

.banner .navs .navs-con .title{
    font-size: 30px;
    color: #fff;
    margin-right: 20px;
    display: inline-block;
    line-height: 80px;
    vertical-align: middle
}

.banner .navs .navs-con .guides{
    display: inline-block;
    vertical-align: middle
}

.banner .navs .navs-con .guides li{
    display: inline-block;
    font-size: 16px;
    margin-right: 4px
}

.banner .navs .navs-con .guides li a{
    padding: 9px 28px;
    color: #fff;
    display: inline-block;
    border-radius: 3px
}

.banner .navs .navs-con .guides li a.active,
.banner .navs .navs-con .guides li a:hover {
    background-image: linear-gradient(135deg, #00d0fb, #00acf6)
}

.banner .mask{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3)
}

.bg-con {
    width: 100%;
    background: #f6f6f6 url(/static/img/bg.c4b24c7.png) no-repeat;
    background-size: 100%
}

.on-data {
    width: 202px;
    text-align: center;
    margin: 0 auto
}

.on-data img {
    width: 100%
}

.on-data .txt {
    font-size: 20px;
    color: #d2d2d2;
    padding-top: 20px;
    padding-bottom: 30px
}