﻿.header{
    width:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:99;
}
.BMap_Marker img {
    max-width: inherit !important;
}
.BMap_bubble_title{
    font-size:18px;
    font-weight:bold;
    color:#000;
    margin-bottom:10px;
}
.BMap_bubble_content {
    font-size: 14px;
    line-height:22px;
    color: #BCBABA;
}

.header-top .header-item {
    background-color: #21252E;
}
    .header-top .header-item .nav ul li .nav-pop {
        background-color: #333;
    }
        .header-top .header-item .nav ul li .nav-pop::before {
            border-color: transparent transparent #333 transparent;
        }
        .header-active {
            position: relative;
        }
    .header-active .header-item {
        background-color: #333333;
    }
        .header-active .header-item .nav ul li .nav-pop {
            background-color: #333;
        }
            .header-active .header-item .nav ul li .nav-pop::before {
                border-color: transparent transparent #333 transparent;
            }
            .header-item {
                width: 100%;
                padding: 0 100px;
                height: 65px;
                background-color: rgba(255,255,255,.3);
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
.logo{
    max-width:167px;
}
.nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
    .nav ul li a {
        font-size: 16px;
        color: #fff;
        padding-bottom: 10px;
        white-space: nowrap;
    }
        .nav ul li a:hover {
            color: #1890FF;
        }
        .nav ul li {
            padding: 0 45px;
            line-height: 65px;
            position: relative;
        }
.nav-pop{
    position:absolute;
    left:50%;
    top:65px;
    transform:translate(-50%,0);
    background-color:rgba(255,255,255,.4);
    border-radius:0 0 5px 5px;
    padding:0 15px;
    padding-top:5px;
    display:none;
}
    /*.nav-pop::before {
        display: block;
        content: '';
        width: 0;
        border-width: 15px 8px 8px 8px;
        border-style: solid;
        border-color: transparent transparent rgba(255,255,255,.4) transparent;
        position: absolute;
        left: 50%;
        top: -22px;
        transform: translate(-50%,0);
    }*/
    .nav ul li:hover .nav-pop {
        display: block;
    }
.nav-pop p {
    line-height: 25px;
    margin-bottom: 5px;
}
    .nav-pop p:hover a {
        color: #1890FF;
    }
    .nav {
        display: flex;
        justify-content: center;
        align-items: center;
    }
.nav-active {
    font-weight: bold !important;
    color: #1890FF !important;
    position:relative;
}
    .nav-active::after {
        content: '';
        display: block;
        width: 25px;
        height: 2px;
        /*background-color: #1890FF;*/
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%,0);
    }
    .login {
        margin-left: 45px;
    }
        .login a {
            display: block;
            width: 68px;
            height: 32px;
            line-height: 28px;
            border: 2px solid #1890FF;
            font-size: 16px;
            /*color: #1890FF;*/
            text-align: center;
            border-radius: 25px;
            background-color: #1890FF !important;
            color: #fff;
        }
        .login a:hover {
            /*background-color: #1890FF;*/
            color:#fff;
            opacity:0.8;
        }
.top-tel{
    display:flex;
    justify-content:center;
    align-items:center;
}
    .top-tel p {
        font-size: 20px;
        color: #1890FF;
        font-weight:bold;
    }
.top-tel-img{
    margin-right:10px;
}
.banner{
    width:100%;
    position:relative;
}
.banner-box {
    position:absolute;
    display:inline-block;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:9;
    text-align:center;
}
.banner-text h3 {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
}
.banner-text p {
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    margin-top: 30px;
    white-space: nowrap;
}
.banner-but{
    text-align:center;
    margin-top:80px;
}
.banner-ckgd, .banner-gksp {
    display: inline-block;
    padding: 0 24px;
    margin: 0 30px;
    font-size: 16px;
    border-radius: 25px;
}
.banner-ckgd{
    height: 48px;
    background-color: #1890FF !important;
    color:#fff;
    line-height:48px;
    
}
.banner-gksp {
    border: 2px solid #1890FF;
    height: 48px;
    line-height: 44px;
    color: #1890FF;
    cursor: pointer;
    transition:all 0.5s;
}
    .banner-gksp span{
        margin-right:10px;
    }
    .banner-ckgd:hover {
        color: #fff;
    }
.banner-gksp:hover {
    background-color: #1890FF;
    color:#fff;
}
.banner .swiper-pagination-bullet{
    width:13px;
    height:13px;
    background-color:#fff;
}
.video-pop {
    position:fixed;
    left:0;
    top:-100%;
    width:100%;
    height:100%;
    z-index:9;
    transition:all 0.8s;
}
.video-pops {
    width: 1000px;
    min-height: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,.2);
    z-index: 99;
    border-radius: 5px;
    overflow: hidden;
}
.video-gb {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,.8);
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    cursor: pointer;
    transition:all 0.5s;
}
    .video-gb:hover {
        background-color: #1890FF;
    }
    .index-system {
        width: 100%;
        background-color: rgba(24,144,255,.1);
        padding-top: 90px;
        padding-bottom: 100px;
    }
.video-item{
    width: 100%;
}
    .video-item video {
        object-fit: fill;
        display:block;
    }
    .title {
        text-align: center;
    }
    .title h3 {
        font-size: 36px;
        color: #000;
        font-weight: bold;
        position: relative;
        padding-bottom: 20px;
        white-space: nowrap;
    }
    .title h3 span {
        font-size: 60px;
        color: #1890FF;
    }
    .title h3:after {
        content: '';
        display: block;
        width: 40px;
        height: 4px;
        background-color: #1890FF;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%,0);
    }
.index-system-img{
    margin-top:50px;
    text-align:center;
}
.index-pro{
    padding-top:90px;
    padding-bottom:100px;
}
.index-pro-items {
    margin-top: 50px;
    padding: 0 60px;
    position:relative;
}
.index-pro-list{
    box-shadow:0 3px 6px rgba(0,0,0,.16);
    margin-bottom:10px;
    border-radius:5px;
}
.index-pro-list-img{
    overflow: hidden;
    height: 169px;
    width:300px;
}
.index-pro-list-img img{
   height: 169px;
    width:300px; 
}
.index-pro-list-text{
    width:100%;
    padding:17px 20px 20px 20px;
}
    .index-pro-list-text h3 {
        font-size: 16px;
        color: #000000;
        position:relative;
        padding-bottom:7px
    }
        .index-pro-list-text h3::after {
            content: '';
            display: block;
            width: 10px;
            height: 2px;
            background-color: #1890FF;
            position:absolute;
            left:0;
            bottom:0;
        }
.index-pro-swiper-button-next, .index-pro-swiper-button-prev,.index-voice-swiper-button-next,.index-voice-swiper-button-prev {
    width: 27px !important;
    height: 27px !important;
    background-size: 100% 100% !important;
}
    .index-pro-swiper-button-next,.index-voice-swiper-button-next {
        background-image: url('../images/index-pro-next.png') !important;
    }
.index-pro-swiper-button-prev, .index-voice-swiper-button-prev{
    background-image: url('../images/index-pro-prev.png') !important;
}
.index-advantage {
    width: 100%;
    background-color: rgba(24,144,255,.1);
    padding-top: 90px;
    padding-bottom: 100px;
}
.index-advantage-items{
    margin-top:50px;
}
    /*.index-advantage-items ul{
        overflow:hidden;
    }*/
    .index-advantage-items ul li {
        width: 25%;
        float: left;
    }
.index-advantage-list {
    position: relative;
    transition: all 0.8s;
}
.index-advantage-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 44px;
    transition: all 0.8s;
}
.index-advantage-text h3{
    font-size:14px;
    color:#fff;
    font-weight:bold;
    position:relative;
    padding-bottom:20px;
}
    .index-advantage-text h3::after {
        content: '';
        display: block;
        width: 15px;
        height: 2px;
        background-color: #1890FF;
        position:absolute;
        left:50%;
        bottom:0;
        transform:translate(-50%,0);
    }
    .index-advantage-text p {
        font-size: 14px;
        color: #fff;
        margin-top:25px;
        text-align:center;
        display:none;
    }
.index-advantage-icon{
    overflow:hidden;
    margin-bottom:27px;
}
.index-advantage-img, .index-advantage-img img{
    width:100%;
}
.index-advantage-list:hover {
    transform: scale(1.05);
    position:relative;
    z-index:9;
}
    .index-advantage-list:hover .index-advantage-text{
        background-color:rgba(24,144,255,.9);
    }
    .index-advantage-list:hover .index-advantage-text h3::after{
        background-color:#fff;
    }
        .index-advantage-list:hover .index-advantage-text p{
            display:block;
        }
.index-control-item{
    padding-top:90px;
    padding-bottom:100px;
}
.index-control-items{
    margin-top:25px;

}
    .index-control-items ul{
        overflow:hidden;
    }
    .index-control-items ul li {
        width: 33.33%;
        padding: 0 25px;
        float: left;
        margin: 25px 0;
    }
.index-control-list {
    width: 100%;
    height: 324px;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0,0,0,.2);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.5s;
}
.index-control-icon {
    width: 83px;
    height: 83px;
    border-radius: 50%;
    background-color: #1890FF;
    margin: 0 auto;
    position: relative;
    margin-bottom: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}
    .index-control-icon::before {
        content: " ";
        display: block;
        width: calc(100% + 20px);
        height: calc(100% + 20px);
        background-color: rgba(24,144,255,.1);
        border-radius: 50%;
        position: absolute;
        top: -10px;
        left: -10px;
    }
.index-control-icon1 {
    display: none;
}
    .index-control-list h3 {
        font-size: 16px;
        font-weight: bold;
        color: #000000;
        transition: all 0.5s;
    }
.index-control-list p {
    font-size: 14px;
    color: #707070;
    margin-top: 17px;
    transition: all 0.5s;
    text-align:center;
}
.index-control-list:hover {
    background-color: #1890FF;
}
    .index-control-list:hover .index-control-icon{
        background-color:#fff;
    }
        .index-control-list:hover .index-control-icon::before{
            background-color: rgba(255,255,255,.1);
        }

    .index-control-list:hover h3 {
        color:#fff;
    }
    .index-control-list:hover p{
        color:rgba(255,255,255,.8);
    }
    .index-control-list:hover .index-control-icon1{
        display:block;
    }
    .index-control-list:hover .index-control-icon2{
        display:none;
    }
.index-but{
    width:100%;
    text-align:center;
    margin-top:40px;
}
    .index-but a {
        display: inline-block;
        height: 50px;
        padding: 0 20px;
        border: 1px solid #1890FF;
        line-height: 48px;
        text-align: center;
        border-radius: 25px;
        font-size: 16px;
        color: #1890FF;
        transition: all 0.5s;
    }
        .index-but a:hover {
            background-color: #1890FF;
            color:#fff;
        }
.index-solution {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 100px;
    background-image: url('../images/index-solution-bg.jpg');
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
}
.index-solution-items{
    margin-top:50px;
}
.index-solution-items ul {
    overflow: hidden;
    margin: 0 -15px;
}
.index-solution-items ul li {
    width: 33.33%;
    padding: 0 15px;
    float: left;
}
.index-solution-img{
    overflow:hidden;
}
.index-solution-text{
    margin-top:27px;
}
    .index-solution-text p {
        font-size: 16px;
        color: #000;
        position: relative;
        padding-bottom: 20px;
        transition: all 0.5s;
    }
    .index-solution-text p::after {
        content: '';
        display: block;
        width: 15px;
        height: 2px;
        background-color: #1890FF;
        position: absolute;
        left: 0;
        bottom: 0;
    }
.index-solution-list:hover .index-solution-text p{
    font-weight:bold;
}
.index-voice-item{
    padding-top: 90px;
    padding-bottom: 100px;
}
.index-voice-items {
    margin-top: 50px;
    padding: 0 60px;
    position: relative;
}
.index-voice-list{
    overflow:hidden;
    border-radius:5px;
    box-shadow:0 3px 6px rgba(0,0,0,.2);
    margin-bottom:10px;
}
.index-voice-list-top {
    width: 100%;
    height: 72px;
    background-image: url('../images/index-voice-list-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position:relative;
}
.index-voice-list-img {
    width: 83px;
    height: 83px;
    border-radius: 50%;
    background-color: #fff;
    border: 3px solid #EBEBEB;
    display:flex;
    justify-content:center;
    align-items:center;
    position:absolute;
    left:50%;
    bottom:0;
    transform:translate(-50%,50%);
}
.index-voice-list-img img{
    max-width:90%;
    max-height:90%;
}
.index-voice-list-text{
    padding:60px 25px 40px 25px;
}
    .index-voice-list-text h3 {
        font-size: 16px;
        color: #000000;
        font-weight:bold;
        text-align:center;
        position:relative;
        padding-bottom:10px;
    }
        .index-voice-list-text h3::after {
            content: '';
            display: block;
            width: 20px;
            height: 2px;
            background-color: #1890FF;
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translate(-50%,0);
        }
    .index-voice-list-text p {
        font-size: 14px;
        color: #707070;
        margin-top:15px;
    }
.index-news {
    width: 100%;
    background-image: url('../images/index-news-bg.png');
    overflow:hidden;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
}
.index-news-item{
    padding-top:90px;
    padding-bottom:100px;
}
.index-news-items{
    margin-top:30px;
}
.index-news-items ul li {
    overflow: hidden;
}
.index-news-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff !important;
    margin-top: 20px;
    margin-bottom: 10px;
    box-shadow:0 3px 6px rgba(0,0,0,.2);
}
.index-news-list-img{
    width:295px;
    overflow:hidden;
}
.index-news-list-text{
    width:calc(100% - 295px);
    box-sizing:border-box;
   padding-left:30px;
   padding-right:43px;
}
    .index-news-list-text h3 {
        font-size: 16px;
        color: #333333;
        font-weight:bold;
        margin-bottom:15px;
    }
    .index-news-list-text p {
        margin-top: 15px;
        font-size: 14px;
        color: #707070;
    }
.index-news-tiem span {
    font-size: 14px;
    color: #BCBABA;
    vertical-align:middle;
    margin-left:10px;
}
.index-news-list:hover .index-news-list-text h3 {
    color: #1890FF;
}
.bottom{
    width:100%;
    /*background-color:rgba(24,144,255,.1);*/
    background-color:#fff;
    position:fixed;
    left:0;
    bottom:0;
    z-index:9;
}
.bottom-item {
    width: 100%;
 
}
    .bottom-item ul {
        display: flex;
        align-items: center;
        height: 60px;
        position:relative;
    }
    .bottom-item ul li{
        width: 33.33%;
        text-align:center;
        height:60px;
        line-height:60px;
    }
        .bottom-item ul li:nth-child(1){
            text-align:left;
        }
        .bottom-item ul li:nth-last-child(1) {
            text-align: right;
            cursor: pointer;
        }

        .bottom-item-tel {
            display: inline-block;
        }
        .bottom-item-tel span {
            font-size: 25px;
            color: #1890FF;
            font-family:Impact;
            vertical-align:middle;
            margin-left:15px;
        }
.bottom-item-wxzx-pop{
    position:absolute;
    bottom:88px;
    right:0;
    overflow:hidden;
    padding-bottom:20px;
    transition:all 0.5s;
    display:none;
}
.bottom-item-wxzx-pops {
    width: 180px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,.2);
    position:relative;
}

    .bottom-item-wxzx-pops::before {
        display: block;
        content: '';
        width: 0;
        border-width: 15px 8px 8px 8px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
        position: absolute;
        left: 50%;
        bottom: -22px;
        transform: translate(-50%,0);
    }
.bottom-item-wxzx-pop-img img {
    width: 100%;
}
    .bottom-item-wxzx-pop p {
        font-size:14px;
        color:#333;
        text-align:center;
        line-height:20px;
        margin-top:10px;
    }
    .bottom-item-cpys {
        display: inline-block;
        height: 40px;
        border: 1px solid #1890FF;
        border-radius: 25px;
        padding: 0 15px;
        line-height: 40px;
        font-size: 14px;
        color: #1890FF;
        transition: all 0.8s;
        cursor: pointer;
    }
    .bottom-item-cpys:hover {
        background-color: #1890FF;
        color:#fff;
    }
.bottom-item-wxzx{
    display:inline-block;
}
    .bottom-item-wxzx span {
        font-size: 18px;
        color: #1890FF;
        margin-left:15px;
        vertical-align:middle;
    }
.footer{
    width:100%;
    margin-bottom:60px;
}
.footer-top {
    width: 100%;
    background-color: #333333;
}
.footer-item{
    padding:35px 0;
    display:flex;
    justify-content:space-between;
    
}
.footer-item-left{
    overflow:hidden;
}
.footer-item-box{
    float:left;
    margin-right:50px;
}
    .footer-item-box h3 {
        font-size: 16px;
        color: #707070;
        font-weight:bold;
        line-height:30px;
    }
.footer-item-box-list {
    font-size: 14px;
    color: #707070;
    line-height:30px;
}
    .footer-item-box-list:hover {
        color: #1890FF;
    }
    .footer-item-right {
        overflow: hidden;
        display: flex;
    }
.footer-item-right-information-box{
    margin-bottom:13px;
}
.footer-item-right-information-box h3 span {
    font-size: 14px;
    color: #929292;
    margin-left: 10px;
    vertical-align: middle;
}
.footer-item-right-information-box p {
    font-size: 14px;
    color: #929292;
    margin-top:14px;
}
.footer-item-right-img, .footer-item-right-img  img{
    width: 130px;
    height: 130px;
}
.footer-item-right-ewm p {
    font-size: 16px;
    color: #B1B0B0;
    text-align:center;
    margin-top:15px;
}
.footer-item-right-ewm{
    margin-left:140px;
}
.footer-botttom {
    padding:20px 0;
    background-color: #272727;
    text-align: center;
    font-size: 13px;
    color: #A5A5A5;
}
    .footer-botttom a {
        font-size: 13px;
        color: #A5A5A5;
    }
        .footer-botttom a:hover {
            color: #1890FF;
        }
.banner-nei-text-pro h3 {
    font-size: 60px;
    color: #FFFFFF;
    font-weight: bold;
    white-space: nowrap;
}
.banner-nei-text-pro p {
    font-size: 18px;
    color: #FFFFFF;
    white-space: nowrap;
    margin-top:40px;
}
.banner-nei{
    position:relative;
    overflow:hidden;
    text-align:center;
}
.banner-nei-text-pro, .banner-nei-text {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%,-50%);
}
    .banner-nei-text h3 {
        font-size: 36px;
        color: #FFFFFF;
        font-weight:bold;
    }
        .banner-nei-text p{
            font-size:24px;
            color:rgba(255,255,255,.5);
            margin-top:10px;
        }
        .nei-nav {
            border-bottom: none !important;
            margin-top: 20px;
            margin-bottom: 30px;
        }
.nei-nav p i {
    color: #1890FF;
}
.nei-nav p, .nei-nav p a {
    font-size: 16px;
    color: #999999;
}
    .nei-nav p a:hover {
        color: #1890FF;
    }
.pro-items{
    text-align:center;
}
.pro-items h3 {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
}
.pro-items p{
    font-size:16px;
    color:#707070;
}
.pro-items{
    padding-bottom:90px;
}
.pro-function-item #loutinav ul{
    overflow:hidden;
}
.pro-function-item #loutinav ul li {
    width: 16.6%;
    text-align: center;
    float: left;
}
.pro-function-nav-img {
    width: 63px;
    height: 63px;
    background-color: #EFF4F9;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:5px;
    margin:0 auto;
    margin-bottom:15px;
}
.pro-function-nav span {
    font-size: 18px;
    color: #000000;
}
.pro-function-nav-img2{
    display:none;
}
.pro-function-item #loutinav ul .active .pro-function-nav-img2,
.pro-function-item #loutinav ul li:hover .pro-function-nav-img2 {
    display:block;
}
.pro-function-item #loutinav ul .active .pro-function-nav-img1,
.pro-function-item #loutinav ul li:hover .pro-function-nav-img1 {
    display: none;
}
.pro-function-item #loutinav ul .active .pro-function-nav-img,
.pro-function-item #loutinav ul li:hover .pro-function-nav-img  {
    background-color: #1890FF;
}
.pro-function-item #loutinav ul .active .pro-function-nav span,
.pro-function-item #loutinav ul li:hover .pro-function-nav span{
    font-weight:bold;
}
.pro-function-nav {
    display: inline-block;
    cursor: pointer;
}
.pro-function-list{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.pro-function-list-img, .pro-function-list-text{
    width:50%;
    overflow: hidden;
}
.pro-function-list-img{
    padding-right:40px;
    box-sizing:border-box;
    width: 660px;
    height:371px;
}
.pro-function-list-text h3 {
    font-size: 24px;
    color: #000000;
    font-weight:bold;
    position:relative;
    padding-bottom:28px;
}
    .pro-function-list-text h3::after {
        content: '';
        display: block;
        width: 15px;
        height: 3px;
        background-color: #1890FF;
        position: absolute;
        left: 0;
        bottom: 0;
    }
.pro-function-list-text p {
    font-size: 18px;
    color: #707070;
    line-height:28px;
    margin-top:25px;
}
.pro-function-list-a {
    font-size: 16px;
    color: #1890FF;
    line-height: 48px;
    display: inline-block;
    padding: 0 18px;
    border: 1px solid #1890FF;
    border-radius: 5px;
    margin-top: 40px;
    cursor: pointer;
}
    .pro-function-list-a:hover {
        background-color: #1890FF;
        color:#fff;
    }
#main .louti:nth-child(even) .pro-function-list{
    flex-direction:row-reverse;
}
    #main .louti:nth-child(even) .pro-function-list .pro-function-list-img{
        padding-left:40px;
        padding-right:0;
        text-align:right;
    }
#main .louti{
    padding-top:50px;
}
.about-item #main .about-items-list {
    padding-top: 100px;
}
.about-item #main .louti{
    padding-top:0;
}
.pro-function-item {
    padding-bottom: 100px;
    padding-top: 50px;
}
.solution-items ul{
    overflow:hidden;
    /*margin:0 -14px;*/
}
.solution-items ul li {
    width: 33.33%;
    float: left;
    padding: 0 15px;
    margin-bottom:50px;
    overflow:hidden;
}
.solution-items-list{
    display:inline-block;
    width:100%;
    overflow:hidden;
}
.solution-items-img{
    overflow:hidden;
}
.solution-items-text{
    padding-top:24px;
}
.solution-items-text h3 {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    position: relative;
    padding-top: 10px;
}
    .solution-items-text h3::before {
        content: '';
        display: block;
        width: 20px;
        height: 4px;
        background-color: #1890FF;
        position: absolute;
        left: 0;
        top:0;
    }
.solution-items-text p {
    font-size: 14px;
    color: #707070;
    margin-top:9px;
}
.solution-items{
    margin-top:50px;
    margin-bottom:100px;
}
.solution-items-img{
    overflow:hidden;
    border-radius:5px;
}
.solution-items .webdiyerCss{
    padding:0;
}
.nei-title{
    font-size: 24px;
    color: #000000;
    font-weight:bold;
    padding-left:23px;
    position:relative;
}
    .nei-title::before {
        content: '';
        display: block;
        width: 4px;
        height: 100%;
        background-color: #1890FF;
        position: absolute;
        left: 0;
        top:0;
    }
.case-item-rdals ul{
    overflow:hidden;
    margin:0 -15px;
}
.case-item-rdals ul li {
    width: 25%;
    float: left;
    padding: 0 15px;
}
.case-item-rdal-list{
    display:inline-block;
    width:100%;
}
.case-item-rdal-img{
    overflow:hidden;
    border-radius:5px;
    margin-bottom:25px;
}
.case-item-rdal-text{
    font-size: 16px;
    color: #000000;
    font-weight:bold;
    position:relative;
    padding-bottom:10px;
}
    .case-item-rdal-text::after {
        content: '';
        display: block;
        width: 10px;
        height: 2px;
        background-color: #1890FF;
        position: absolute;
        left: 0;
        bottom: 0;
        transition:all 0.5s;
    }
.case-item-rdal-list:hover .case-item-rdal-text {
    color: #1890FF;
}
    .case-item-rdal-list:hover .case-item-rdal-text::after{
        width:100%;
    }
    .case-item-rdals {
        margin-top: 50px;
    }
.case-items{
    margin-top:60px;
    overflow:hidden;
}
.case-items-nav ul {
    /*  display:flex;
    justify-content:space-between;
    align-items:center;*/
    text-align: center;
    border-bottom: 1px solid rgb(238, 238, 238);
}
.case-items-nav ul li{
  display:inline-block;
}
.case-items-nav ul li a {
    display: inline-block;
    padding: 0 30px;
    text-align: center;
    line-height: 48px;
    /* border: 1px solid #1890FF;*/
    font-size: 20px;
    color: #000000;
    transition: all 0.5s;
    border-bottom: 2px solid #fff;
}
.case-items-nav ul li a:hover {
    /*background-color: #1890FF;*/
    color: #1890FF;
    border-bottom: 2px solid #1890FF;
}
.case-items-nav ul li .on {
    /*background-color: #1890FF;*/
    color: #1890FF;
    border-bottom: 2px solid #1890FF;
}
.case-items-content {
    padding-top:50px;
    padding-bottom:100px;
    min-height:800px;
}

.case-items-content ul {
    overflow: hidden;
    /*margin: 0 -15px;*/
}
.case-items-content ul li {
    width: 33.33%;
    float: left;
    padding: 0 15px;
    margin-bottom:27px;
}
.case-items-content-list{
    display:inline-block;
    width:100%;
}
.case-items-content-img{
    overflow:hidden;
    border-radius:5px;
}
.case-items-content-text{
    padding-top:25px;
}
.case-items-content-text h3 {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}
.case-items-content-text p {
    font-size: 14px;
    color: #707070;
    margin-top:15px;
}
.case-items-content-list:hover .case-items-content-text h3 {
    color: #1890FF;
}

.news-item-left{
    width:56%;
    float:left;
}
.news-item-right{
    width:40%;
    float:right;
}
.news-nav{
    width:100%;
    border-bottom:1px solid rgba(122,122,122,.2);
}
.news-nav ul{
    overflow:hidden;
}
.news-nav ul li{
    float:left;
    margin-right:50px;
}
    .news-nav ul li a {
        font-size: 18px;
        color: #000000;
        padding-bottom:15px;
        display:inline-block;
    }
    .news-nav ul li .news-nav-active {
        color: #1890FF;
        font-weight: bold;
        border-bottom: 2px solid #1890FF;
    }
.news-items-list{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:30px;
}
.news-items-list-img, .news-item-right-img {
    width: 38%;
    overflow: hidden;
    border-radius: 5px;
}
.news-items-list-text, .news-item-right-text{
    width: 58%;
}
    .news-items-list-text h3,.news-item-right-text h3 {
        font-size: 16px;
        color: #000000;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .news-items-list-text p, .news-item-right-text p{
        font-size: 14px;
        color: #707070;
        margin-top: 15px;
    }
.news-items-list:hover .news-items-list-text h3 {
    color: #1890FF;
}
.news-item-right{
    box-shadow:0 3px 6px rgba(0,0,0,.2);
    overflow:hidden;
    padding:30px;
}
.news-item-right-list{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:35px;
}
/*.news-item-right-img {
    width: 38%;
    overflow: hidden;
    border-radius: 5px;
}*/
.news-item-right-text h3{
    margin-bottom:0px;
}
.news-item-right-text p{
    margin-top:0px;
}
.news{
    padding-bottom:100px;
}
.news-items .webdiyerCss{
    padding-bottom:0px !important;
}
.detail-item{
    padding-bottom:20px;
    border-bottom:1px solid rgba(112,112,112,.2);
    margin-bottom:30px;

}
.newsDetail-rdzx{
    margin-top:50px;
}
.newsDetail-rdzx-ul{
    overflow:hidden;
    margin:0 -25px;
    margin-top:50px;
}
.newsDetail-rdzx-ul li{
    width:25%;
    float:left;
    padding:0 25px;
}
.newsDetail-rdzx-list{
    display:block;
    width:100%;
}
.newsDetail-rdzx-img{
    overflow:hidden;
}
.newsDetail-rdzx-text h3{
    font-size:16px;
    color:#000;
    font-weight:bold;
    margin-bottom:3px;
}
.newsDetail-rdzx-text p {
    font-size: 14px;
    color: #707070;
}
.newsDetail-rdzx-text{
    padding-top:25px;
}
.section-item{
    padding-bottom:100px;
}
.jion-nav{
    width:100%;
    margin-top:20px;
}
    .jion-nav ul{
        overflow:hidden;
        margin:0 -15px;
    }
        .jion-nav ul li {
            width: 25%;
            float: left;
            padding: 0 15px;
            margin-top: 30px;
        }
.jion-nav-list {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.jion-nav-list-text{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.7);
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    padding:0 10px;
    overflow:hidden;
}
.jion-nav-list-text h3{
    font-size:20px;
    color:#fff;
    font-weight:bold;
    margin-bottom:8px;
}
    .jion-nav-list-text span {
        font-size: 14px;
        color: #E1E1E1
    }
    .jion-nav-list-text p {
        font-size: 18px;
        color: #DFDFDF;
        margin-top:25px;
    }
.jion-nav-list-text-but {
    width: 150px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
    overflow: hidden;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #1890FF;
    margin-top:10px;
}
.join-items-list-top {
    width: 100%;
    overflow: hidden;
    background-color: #F9F9F9;
    border: 1px solid #707070;
    padding:30px;
}
.join-items{
    margin-top:70px;
}
.join-items-list-zprs {
    font-size: 16px;
    color: #000000;
    margin-bottom:15px;
}
    .join-items-list-zprs span {
        color: #1890FF;
    }
.join-items-list-gwyq{
    width:50%;
    float:left;
    padding-right:25px;
}
.join-items-list-gwzz{
    width:50%;
    float:right;
    padding-left:25px;
}
    .join-items-list-gwyq h3, .join-items-list-gwzz h3 {
        font-size: 16px;
        color: #000000;
        font-weight:bold;
        margin-bottom:10px;
    }
.join-items-list-bottom{
    padding:30px;
   box-shadow:0 3px 6px rgba(0,0,0,.2);
}
    .join-items-list-bottom h3 {
        font-size: 20px;
        color: #000000;
        font-weight:bold;
        margin-bottom:10px;
    }
    .join-items-list-bottom p {
        font-size: 16px;
        color: #707070;
        line-height:36px;
    }
.join{
    padding-bottom:100px;
}
.about-nav ul{
    overflow:hidden;
    border-bottom:1px solid rgba(112,112,112,.2);
}
.about-nav ul li {
    float: left;
    margin-right:90px;
}
    .about-nav ul li a {
        font-size: 18px;
        color: #000;
        padding-bottom: 10px;
        display: block;
        border-bottom: 2px solid transparent;
        
    }
    .about-nav ul .active a {
        color: #1890FF;
        font-weight: bold;
        border-color: #1890FF;
    }
.about-gsjj-title{
    margin-bottom:50px;
}
.about-gsjj-title h3 {
    font-size: 36px;
    color: #000000;
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
}
    .about-gsjj-title h3::after {
        content: '';
        display: block;
        width: 40px;
        height: 4px;
        background-color: #1890FF;
        position: absolute;
        left: 0;
        bottom: 0;
    }
.about-gsjj-left p {
    font-size: 14px;
    color: #707070;
}
.about-gsjj-left{
    padding-right:50px;
    width:50%;
}
.about-gsjj{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.about-items{
    margin-bottom:100px;
}
.about-fzlc-list-left{
    width:50%;
    text-align:right;
    padding-right:35px;
}
.about-fzlc-list-text{
    width:50%;
}
.about-fzlc-list-left-img img {
    width: 368px;
}
.about-fzlc-lists{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.about-fzlc{
    margin-top:50px;
    padding-bottom:30px;
    position:relative;
}
    .about-fzlc::before {
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        background-color: rgba(112,112,112,.2);
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%,0);
    }
.about-fzlc-title{
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    z-index:9;
    margin-bottom:40px;
    padding-top:30px;
    
}
.about-fzlc-p2{
    opacity:0;
}
.about-fzlc-title img {
    margin: 0 22px;
}
    .about-fzlc-title p {
        font-size: 18px;
        color: #000000;
    }
.about-fzlc-list-text ul li{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:35px;
    position:relative;
    padding-left:30px;
}
    .about-fzlc-list-text ul li:nth-last-child(1){
        margin-bottom:0;
    }
    .about-fzlc-list-text ul li span {
        display: inline-block;
        width: 120px;
        color: #000000;
        font-size: 18px;
    }
    .about-fzlc-list-text ul li p {
        width: calc(100% - 100px);
        font-size: 14px;
        color: #707070;
    }
    .about-fzlc-list-text ul li::before {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #B1B1B1;
        position:absolute;
        left:-4px;
        top:50%;
        margin-top:-4px;
    }
    .about-fzlc-list-text ul li::after {
        content: '';
        display: block;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        border: 1px solid #D4D4D4;
        position: absolute;
        left: -7px;
        top: 50%;
        margin-top: -7px;
    }
.about-fzlc .about-fzlc-list:nth-child(even) .about-fzlc-lists {
    flex-direction:row-reverse;
}
    .about-fzlc .about-fzlc-list:nth-child(even) .about-fzlc-lists .about-fzlc-list-left{
        text-align:left;
        padding-left:30px;
        padding-right:0;
    }
    .about-fzlc .about-fzlc-list:nth-child(even) .about-fzlc-lists .about-fzlc-list-text ul li{
        flex-direction:row-reverse;
        padding-left:0;
        padding-right:30px;
    }
    .about-fzlc .about-fzlc-list:nth-child(even) .about-fzlc-lists .about-fzlc-list-text ul li span{
        text-align:right;
    }
    .about-fzlc .about-fzlc-list:nth-child(even) .about-fzlc-lists .about-fzlc-list-text ul li p{
        text-align:right;
    }
        .about-fzlc .about-fzlc-list:nth-child(even) .about-fzlc-lists .about-fzlc-list-text ul li::before {
            left: auto;
            right:-4px;
        }
        .about-fzlc .about-fzlc-list:nth-child(even) .about-fzlc-lists .about-fzlc-list-text ul li::after {
            left: auto;
            right: -7px;
        }

#certify {
    position: relative;
    width: 100%;
    margin: 0 auto
}

    /*#certify .swiper-container {
        padding-bottom: 60px;
    }*/

    #certify .swiper-slide {
        width: 415px;
        text-align:center;
        overflow:hidden;
    }

        #certify .swiper-slide img {
            display: inline-block;
        }

        #certify .swiper-slide p {
            line-height: 38px;
            padding-top: 0;
            text-align: center;
            color: #fff;
            font-size: 16px;
            margin: 0;
            position:absolute;
            left:0;
            bottom:0;
            padding:0 15px;
            background-color:rgba(0,0,0,.5);
            width:100%;
        }

    #certify .swiper-pagination {
        width: 100%;
        bottom: 20px;
    }

    #certify .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
        border: 3px solid #fff;
        background-color: #d5d5d5;
        width: 10px;
        height: 10px;
        opacity: 1;
    }

    #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
        border: 3px solid #00aadc;
        background-color: #fff;
    }

    #certify .swiper-button-prev {
        left: -30px;
        width: 45px;
        height: 45px;
        background: url(../images/wm_button_icon.png) no-repeat;
        background-position: 0 0;
        background-size: 100%;
    }

        #certify .swiper-button-prev:hover {
            background-position: 0 -46px;
            background-size: 100%
        }

    #certify .swiper-button-next {
        right: -30px;
        width: 45px;
        height: 45px;
        background: url(../images/wm_button_icon.png) no-repeat;
        background-position: 0 -93px;
        background-size: 100%;
    }

        #certify .swiper-button-next:hover {
            background-position: 0 -139px;
            background-size: 100%
        }
.about-ryzz{
    margin-top:50px;
}
.about-ryzz-list{
    display:inline-block;
    position:relative;
    
}
.about-ryzz-lists{
    display:flex;
    justify-content:center;
    align-items:center;
}

.about-hyzk ul {
    margin: 0 -30px;
    zoom: 1;
    position: relative
}
        .about-hyzk ul::after {
            clear: both;
            content: '.';
            display: block;
            width: 0;
            height: 0;
            visibility: hidden;
        }
        .about-hyzk ul li {
            width: 25%;
            padding: 0 50px;
            float: left;
            margin-top: 50px;
            position:relative;
            
        }
             .about-hyzk ul .active::after {
                display: block;
                content: '';
                border-width: 20px 15px 20px 15px;
                border-style: solid;
                border-color: transparent transparent #1890FF transparent;
                position: absolute;
                left: 50%;
                bottom: 0;
                transform: translate(-50%,100%);
            }
        .about-hyzk ul .active .about-hyzk-box{
            display:block;
        }
.about-hyzk-box-guan {
    position: absolute;
    right: 30px;
    top: 15px;
    cursor: pointer;
}
.about-hyzk-box {
    position: absolute;
    left:30px;
    bottom: -40px;
    transform: translate(0,100%);
    z-index: 99;
    width: 1400px;
    height: auto;
    padding: 50px 30px 30px 30px;
    background-color: #1890FF;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    display: none;
}
    .about-hyzk-list {
        width: 100%;
        border-radius: 5px;
        box-shadow: 0 3px 6px rgba(0,0,0,.2);
        background-color: #fff;
    }
.about-hyzk-list-img{
    overflow:hidden;
}
    .about-hyzk-list-img img{
        width:100%;
    }
    .about-hyzk-list-text {
        padding: 15px;
        text-align: center;
    }
    .about-hyzk-list-text h3 {
        font-size: 16px;
        color: #000000;
        margin-bottom:10px;
    }
    .about-hyzk-list-text p {
        font-size: 14px;
        color: #BCBABA;
    }
.about-lxwm-nav ul li a {
   width:100%;
    display: inline-block;
    height: 88px;
    text-align: center;
    line-height: 88px;
    font-size: 18px;
    color: #1890FF;
    background-color: #F3F3F3;
    border-bottom:1px solid #fff;
}
.about-lxwm-nav ul .active a {
    background-color: #1890FF;
    color:#fff;
}
    .about-lxwm-nav {
        width: 280px;
        float: left;
    }
.about-lxwm-item{
    width:calc(100% - 280px);
    float:right;
}
.about-lxwm{
    overflow:hidden;
    margin-top:50px;
}
.about-lxwm-list-map{
    width:100%;
    min-height:400px;
}
    .about-lxwm-list-map iframe{
        width:100%;
        height:790px;
    }
#dituContent{
    height: 790px !important;
}
.about-stzm {
    width:100%;
    margin-top:50px;
}
.about-stzm ul{
    margin:0 -13px;
    overflow:hidden;
}
    .about-stzm ul li{
        padding:0 13px;
        overflow:hidden;
        width:25%;
        float:left;
    }
.about-stzm-list {
    width: 100%;
    position: relative;
    cursor: pointer;
}
.about-stzm-list-text{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:hidden;
    background-color:rgba(16,60,100,.75);
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    padding:0 40px;
    transition:all 0.8s;

}
.about-stzm-list-icon{
    width:100px;
    height:100px;
    background-color:#fff;
    overflow:hidden;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:30px;
}
    .about-stzm-list-icon img{
        max-width:50%;
        max-height:50%;
    }
    .about-stzm-list-text h3 {
        font-size: 24px;
        color: #FFFFFF;
        font-weight: bold;
    }
.about-stzm-list-text p {
    font-size: 16px;
    color: #FFFFFF;
    margin-top:10px;
    display:none;
}
.about-stzm-list-bg, .about-stzm-list-bg img{
    width: 100%;
}
.about-stzm-list-text:hover {
    background-color: #1890FF;
}
.about-stzm-list-text:hover p{
    display:block;
}
.title p {
    margin-top: 20px;
    font-size: 14px;
    color: #707070;
    line-height:24px;
}
.about-bottom img{
    width:100%;
}
.xs-dian span{
    color:#fff;
    font-size:20px;
}
.xs-dian{
    display:none;
}
.form-box{
    position:fixed;
    left:50%;
    top:-100%;
    background-color:#fff;
    padding:30px 50px;
    border-radius:20px;
    box-shadow:0 6px 12px rgba(0,0,0,.2);
    transform:translate(-50%,-50%);
    z-index:999;
    overflow:hidden;
    transition:all 0.8s;
}
    .form-box h3{
        font-size:20px;
        font-weight:bold;
        color:#333;
        text-align:center;
        margin-bottom:30px;
    }
.form-box-list-box{
    width:350px;
    height:50px;
    border-radius:10px;
    overflow:hidden;
    border:1px solid #ddd;
    padding-left:50px;
    margin-top:15px;
    position:relative;
}
    .form-box-list-box input{
       width:100%;
       height:50px;
       border:none;
       font-size:16px;
    }
.form-box-guan {
    width: 45px;
    height: 45px;
    background-color: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    transition:all 0.3s;
}
    .form-box-guan span{
        color:#fff;
    }
    .form-box-guan:hover {
        background-color: #1890FF;
    }
.form-box-list-img{
    position:absolute;
    top:50%;
    left:10px;
    transform:translate(0,-50%);
    width:26px;
}
.from-box-but {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    margin-top: 20px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background-color: #1890FF;
    cursor: pointer;
    transition: all 0.3s;
}
    .from-box-but:hover{
        opacity:0.8;
    }
.bottom-yqlj {
    margin-bottom:10px;
}
@media screen and (max-width: 1499px) {
    .about-hyzk-box {
        width: 1200px;
    }
}
@media screen and (max-width: 1440px) {
    .header-item {
        padding: 0 60px;
    }

    .nav ul li {
        padding: 0 30px;
    }

    .login {
        margin-left: 30px;
    }

  
}
@media screen and (max-width: 1200px){
    .about-hyzk-box{
        width:1000px;
    }
    .nav ul li {
        padding: 0 25px;
    }
    .login{
        margin-left:25px;
    }
    .header-item{
        padding:0 40px;
    }
    .top-tel{
        display:none;
    }
    .banner-text h3{
        font-size:45px;

    }
    .banner-text p {
        line-height: 40px;
    }
    .banner-but{
        margin-top:50px;
    }
    .title h3{
        font-size:25px;
    }
    .index-system, .index-pro, .index-advantage, .index-control-item, .index-solution, .index-voice-item, .index-news-item {
        padding-top: 60px;
        padding-bottom: 80px;
    }
    .index-but a{
        height:45px;
        line-height:45px;
    }
    .index-but{
        margin-top:30px;
    }
    .about-stzm-list-icon{
        width:80px;
        height:80px;
    }
    .about-stzm-list-text {
        padding: 0 20px;
    }
    .title h3 span {
        font-size: 42px;
    }
}
@media screen and (max-width: 1000px){
    .about-hyzk-box {
        display:none !important;
    }
    .about-hyzk ul .active::after{
        display:none !important;
    }
    .header-item {
        padding: 0 10px;
    }
    .nav{
        position: fixed;
        width: 200px;
        height: 100%;
        background-color: #333;
        left: -100%;
        top: 0;
        flex-direction: column-reverse;
        justify-content:center;
        transition:all 0.8s;
    }
    .login{
        margin-left:0;
        margin-bottom:10px;
    }
    .nav ul {
        flex-direction: column;
        justify-content: flex-start;
    }
        .title h3, .banner-text p, .banner-text h3 {
            white-space: inherit;
        }
    .header{
        position:relative;
    }
    .header .header-item {
        background-color: #333333;
    }
    .header-item{
        height:55px;
    }
    .logo{
        width:30%;
    }
    .nav ul li{
        padding:0;
        width:100%;
        line-height:50px;
    }
        .nav ul li a{
            display:inline-block;
            width:100%;
            line-height:50px;
            text-align:center;
            padding-bottom:0;
            color:#fff;
        }
    .nav-pop{
        display:inline-block !important;
    }
    .header .header-item .nav ul li .nav-pop{
        background-color:#333;
    }
        .header .header-item .nav ul li .nav-pop::before {
            display:none;
        }
    .nav-pop {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        transform: translate(0,0);
        padding:0;
    }
    .nav-pop-item p a{
        line-height:30px !important;
        font-size:14px !important;
    }
    .nav-pop p{
        margin-bottom:0px;
    }
    .banner-text h3{
        font-size:18px;
    }
    .banner-box{
        width:100%;
        padding:0 10px;
    }
    .banner-text p{
        font-size:14px;
        line-height:20px;
        margin-top:10px;
    }
    .banner-but{
        margin-top:15px;
    }
    .banner-ckgd, .banner-gksp {
        font-size: 12px;
        margin: 0 10px;
        height: 35px;
        line-height: 35px;
        padding: 0 15px;
    }
    .swiper-pagination-banner{
        display:none;
    }
    .index-system, .index-pro, .index-advantage, .index-control-item, .index-solution, .index-voice-item, .index-news-item {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .title h3{
        font-size:16px;
        padding-bottom:13px;
    }
        .title h3:after {
            width: 25px;
            height: 2px;
        }
    .index-system-img, .index-pro-items, .index-advantage-items, .index-solution-items, .index-voice-items {
        margin-top: 20px;
    }
    .index-pro-items{
        padding:0;
    }
    .swiper-button-prev, .swiper-button-next{
        display:none;
    }
    .index-pro-list-text {
        padding:10px 0;
    }
    .index-but a {
        height: 33px;
        line-height: 33px;
        font-size:12px;
    }
    .index-but{
        margin-top:15px;
    }
    .index-advantage-items ul li{
        width:50%;
    }
    .index-advantage-text{
        padding:0 10px;
    }
    .index-advantage-icon{
        width:40px;
        height:40px;
        margin-bottom:20px;
    }
    .index-advantage-text h3{
        padding-bottom:10px;
    }
    .index-advantage-text p{
        font-size:12px;
        margin-top:10px;
    }
    .title h3 span{
        font-size:23px;
    }
    .index-control-items ul{
        margin:0 -5px;
    }
    .index-control-items ul li {
        width: 50%;
        padding: 0 5px;
        margin-bottom:0px;
        margin-top:10px;
    }
    .index-control-icon{
        width:65px;
        height:65px;
    }
    .index-control-list{
        height:240px;
    }
    .index-solution-items ul{
        margin:0 -5px;
    }
    .index-solution-items ul li {
        width: 50%;
        padding: 0 5px;
    }
    .index-solution-text{
        margin-top:5px;
    }
        .index-solution-text p{
           font-size:14px;
           padding-bottom:10px;
           text-align:center;
        }
    .index-solution-items ul li:nth-child(1){
        margin-bottom:15px;
        width:100%;
    }
        .index-solution-items ul li:nth-child(1) .index-solution-list {
            width: 50%;
            margin: 0 auto;
            display: block;
        }
    .index-solution-text p::after{
        transform:translate(-50%,0);
        left:50%;
    }
    .index-voice-items{
        padding:0;
    }
    .index-voice-list-text {
        padding: 60px 10px 25px 10px;
    }
.index-control-items, .index-news-items {
    margin-top: 10px;
}
    .index-news-list-img {
        width: 30%;
    }
    .index-news-list-text {
        width: calc(100% - 30%);
        padding-left: 10px;
        padding-right: 10px;
    }
    .index-news-tiem{
        display:none;
    }
    .index-news-list-text p {
        margin-top: 8px;
        line-height: 19px;
        height: 39px;
    }
    .index-news-list-text h3{
        margin-bottom:0;
    }
    .index-news-list{
        margin-top:10px;
    }
    .bottom-item ul li:nth-child(1) {
        display: none;
    }
    .bottom-item ul li{
        width:50%;
        text-align:center !important;
        height:100%;
        line-height:60px;
    }
    .bottom-item-cpys{
        height:35px;
        line-height:35px;
        font-size:12px;
    }
    .bottom-item ul{
        height:60px;
    }
    .bottom-item-wxzx span{
        font-size:12px;
        margin-left:5px;
    }
    .footer-item-left{
        display:none;
    }
    .footer-item-right-ewm{
        margin-left:0;
    }
    .footer-item-right{
        justify-content:space-between;
        width:100%;
    }
    .footer-item-right-ewm p{
        font-size:12px;
        margin-top:5px;
    }
    .footer-item{
        padding:20px 0;
    }
    .xs-dian {
        display: block;
    }
    .banner-nei-text-pro h3{
        font-size:20px;
    }
    .banner-nei-text-pro p{
        font-size:14px;
        margin-top:10px;
    }
    .nei-nav {
        margin-top: 10px;
        margin-bottom: 15px;
    }
        .nei-nav p, .nei-nav p a{
            font-size:14px;
        }
    .pro-items h3 {
        font-size: 18px;
    }
    .pro-items p{
        font-size:14px;
    }
    .pro-items{
        padding-bottom:30px;
    }
    .pro-function-item #loutinav ul li{
        width:33.33%;
        margin-bottom:10px;
    }
    .pro-function-item{
        padding-top:20px;
        padding-bottom:15px;
    }
    .pro-function-nav span{
        font-size:16px;
    }
    .pro-function-nav-img{
        margin-bottom:5px;
    }
    .pro-function-list{
        flex-direction:column-reverse !important;
    }
    .pro-function-list-img, .pro-function-list-text{
        width:100%;
    }
    #main .louti{
        padding-top:20px;
    }
    .pro-function-list-text h3{
        font-size:18px;
        padding-bottom:8px;
    }
    .pro-function-list-text p{
        font-size:14px;
        margin-top:10px;
    }
    .pro-function-list-a{
        height:35px;
        line-height:35px;
        font-size:12px;
        margin-top:10px;
    }
    .pro-function-list-img{
        padding-right:0 !important;
        text-align:center;
        margin-top:15px;
        padding-left:0 !important;
    }
    .solution-items{
        margin-top:20px;
        margin-bottom:30px;
    }
        .solution-items ul{
            margin:0 -5px
        }
        .solution-items ul li {
            width: 50%;
            padding: 0 5px;
            margin-bottom:10px;
        }
    .solution-items-text{
        padding-top:15px;
    }
        .solution-items-text p{
            margin-top:5px;
        }
    .nei-title{
        font-size:18px;
    }
    .banner-nei-text h3{
        font-size:20px;
    }
    .banner-nei-text p{
        font-size:14px;
        margin-top:5px;
    }
    .case-item-rdals{
        margin-top:20px;
    }
        .case-item-rdals ul{
            margin:0 -5px;
        }
        .case-item-rdals ul li {
            width: 50%;
            padding: 0 5px;
            margin-bottom:10px;
        }
    .case-item-rdal-img{
        margin-bottom:10px;
    }
    .case-items{
        margin-top:10px;
    }
    .case-items-nav ul {
        display: block;
        width: max-content;
    }
        .case-items-nav ul li{
            float:left;
            margin-right:10px;
            
        }
            .case-items-nav ul li a {
                height: 35px;
                line-height: 35px;
                font-size:14px;
            }

            .case-items-nav {
                width: 100%;
                overflow-x: auto;
            }
    .case-items-content ul{
        margin:0 -5px;
    }
    .case-items-content ul li {
        width: 50%;
        padding: 0 5px;
        margin-bottom:10px;
    }
    .case-items-content{
       padding-top:20px;
       padding-bottom:0;
    }
    .case-items-content-text{
        padding-top:15px;
    }
        .case-items-content-text p{
            margin-top:5px;
        }
    .news-item{
        display:flex;
        flex-direction:column-reverse;
    }
    .news-item-left, .news-item-right{
        width:100%;
        float:none;
    }
    .news-item-right{
        padding:0;
        box-shadow:none;
    }
    .news-item-right-list{
        margin-top:10px;
    }
    .news-item-right-text h3{
        margin-bottom:5px;
    }
    .news-item-right-ul{
        margin-top:20px;
    }
    .news-item-left{
        margin-top:20px;
    }
    .news-nav ul li a{
        padding-bottom:5px;
    }
    .news-nav ul li{
        margin-right:20px;
    }
    .news-items-list{
        margin-top:15px;
    }
    .news{
        padding-bottom:30px;
    }
    .about-nav{
        width:100%;
        overflow-x:auto;
    }
        .about-nav ul {
            width: max-content;
        }
        .about-nav ul li{
            float:left;
            margin-right:20px;
        }
    .about-gsjj{
        flex-direction:column;
    }
    .about-gsjj-left, .about-gsjj-img{
        width:100%;
        padding:0;
    }
    .about-items{
        margin-bottom:30px;
    }
    .about-gsjj-title h3{
        font-size:20px;
        padding-bottom:15px;
    }
    .about-gsjj-title{
        margin-bottom:20px;
    }
    .about-gsjj-img{
        margin-top:20px;
    }
    .about-fzlc-list-left{
        display:none;

    }
    .about-fzlc-list-text{
        width:100%;
    }
    .about-fzlc .about-fzlc-list:nth-child(even) .about-fzlc-lists .about-fzlc-list-text ul li {
        flex-direction: inherit;
        padding-right:0px;
        padding-left:30px;
    }
        .about-fzlc .about-fzlc-list:nth-child(even) .about-fzlc-lists .about-fzlc-list-text ul li::before {
            left: -4px;
            right: auto;
        }
        .about-fzlc .about-fzlc-list:nth-child(even) .about-fzlc-lists .about-fzlc-list-text ul li::after {
            left: -7px;
            right: auto;
        }
    .about-fzlc-p1{
        opacity:0;
        display:none;
    }
    .about-fzlc-p2{
        opacity:1;
    }
    .about-fzlc::before{
        left:20px;
        transform:translate(0,0);
    }
    .about-fzlc-title {
        justify-content: left;
        margin-left: -32px;
        margin-bottom: 13px;
        padding-top: 15px;
    }
    .about-fzlc-list{
        padding-left:20px;
    }
    .about-fzlc-list-text ul li{
        margin-bottom:15px;
    }
    .about-fzlc{
        margin-top:20px;
        margin-bottom:10px;
    }
        .about-fzlc .about-fzlc-list:nth-child(even) .about-fzlc-lists .about-fzlc-list-text ul li p{
            text-align:left;
        }
        .about-fzlc .about-fzlc-list:nth-child(even) .about-fzlc-lists .about-fzlc-list-text ul li span{
            text-align:left;
        }
    .about-hyzk ul{
        margin:0 -5px;
    }
    .about-hyzk ul li {
        width: 50%;
        padding: 0 5px;
        margin-top:20px;
    }
    .about-lxwm{
        margin-top:20px;
        display:flex;
        flex-direction:column;
    }
    .about-lxwm-nav {
        width: 100%;
        overflow-x: auto;
        margin-bottom:20px;
    }
    .about-lxwm-item{
        width:100%;
     
    }
    .about-lxwm-nav ul {
        width: max-content;
    }
    .about-lxwm-nav ul  li{
        float:left;
        margin-right:20px;
    }
        .about-lxwm-nav ul li a{
            height:44px;
            line-height:44px;
            padding:0 10px;
            font-size:14px;

        }
    .about-lxwm-list-map iframe{
        width:100%;
        height:400px;
    }
    .about-stzm ul{
        margin:0 -5px;
    }
    .about-stzm ul li {
        width: 50%;
        padding: 0 5px;
        margin-bottom:10px;
    }
    .about-stzm{
        margin-top:20px;
    }
    .about-stzm-list-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }
        .about-stzm-list-icon img {
            max-width: 40%;
            max-height: 40%;
           
        }
    .about-stzm-list-text h3{
        font-size:16px;
    }
    .about-stzm-list-text p{
        font-size:14px;
    }
    .about-stzm-list-text{
        padding:0 10px;
    }
    .jion-nav ul{
        margin:0 -5px;
    }
    .jion-nav ul li {
        width: 50%;
        padding: 0 5px;
        margin-top:10px;
    }
    .jion-nav-list-text-but{
        display:none;
    }
    .jion-nav-list-text h3{
        font-size:16px;
    }
    .jion-nav-list-text p{
        font-size:14px;
        margin-top:10px;
    }
    .join-items{
        margin-top:20px;
    }
    .join-items-list-top{
        padding:15px 10px;
    }
    .join-items-list-gwyq, .join-items-list-gwzz{
        float:none;
        width:100%;
        padding:0;
    }
    .join-items-list-gwzz{
        margin-top:10px;
    }
    .join-items-list-gwyq p, .join-items-list-gwzz p{
        font-size:14px !important;
    }
    .join-items-list-bottom{
        padding:15px 10px;
    }
        .join-items-list-bottom h3{
            font-size:16px;
        }
        .join-items-list-bottom p{
            font-size:14px;
            line-height:26px;
        }
    .join{
        padding-bottom:30px;
    }
    .video-pops{
        width:90%;
        min-height:100px;
    }
    .bottom-item-wxzx-pop{
        bottom:60px;
    }
    .bottom-item-wxzx-pops{
        width:140px;
    }
    .bottom-item-wxzx-pop p{
        line-height:15px;
    }
    .about-lxwm-list-map {
        height:300px !important;
    }
    #certify .swiper-slide{
        width:270px;
    }
    #certify .swiper-slide img{
        max-width:100% !important;
    }
    .about-item #main .about-items-list{
        padding-top:30px;
    }
    .footer{
        margin-bottom:60px;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0; /*初始状态 透明度为0*/
    }

    20% {
        opacity: .2;
    }

    50% {
        opacity: .5; /*中间状态 透明度为0.5*/
    }

    70% {
        opacity: .7;
    }

    100% {
        opacity: 1; /*结尾状态 透明度为1*/
    }
}
.fadeIns {
    -webkit-animation-name: fadeIn; /*动画名称*/
    -webkit-animation-duration: 1s; /*动画持续时间*/
    -webkit-animation-iteration-count: 1; /*动画次数*/
    -webkit-animation-delay: 0s; /*延迟时间*/
}
#GetTw {
    width: 100px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #1890FF;
    font-size: 14px;
    margin: 0 auto;
    border-radius: 5px;
    cursor: pointer;
    display:none;
}
#GetTw:hover{
    opacity:0.8;
}
/*分页*/
.mypages {
		text-align: center;
		height: 50px;
		line-height: 50px;
}
.mypages li {
	display: inline-block;
	background: #E1DFE0;
	padding: 0 15px;
	color: #333;
	font-size: 14px;
	border-radius: 3px;
	height: 30px;
	line-height:30px;
	margin-top:10px ;
	margin: 0 7px;
}
.mypages li.thisclass, .mypages li:hover {
	background: #1890FF;
	color: #FFFFFF;
}

.mypages li.thisclass a, .mypages li:hover a {
	color: #FFFFFF;
}
.mypages li.active{
  	background: #1890FF;
	color: #FFFFFF;  
}
.mypages li.active a{
	color: #FFFFFF;  
}



/* 颜色 */
.news190 .main190 .index190 .tit190 {
    font-size: 40px;
    color: #646464;
    text-align: left;
    margin-bottom: 18px;
}
.news190 .main190 .menu190 .list190 .item190.it1 {
    font-size: 14px;
    color: #fff;
    width: 130px;
}
.news190 .main190 .menu190 .list190 .item190.hover {
    background-color: #1890FF;
}
.news190 .main190 .menu190 .list190 .item190.it2 {
    font-size: 14px;
    color: #fff;
    width: 130px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    background-color: #cccccc;
    display: block;
    border-radius: 6px;
    margin-top: 56px;
    float: left;
}
.news190 .main190 .menu190 .list190 .item190 a {
    color: #FFFFFF;
    display: block;
}
.news190 .main190 .menu190 .list190 .item190 {
    font-size: 14px;
    color: #fff;
    width: 130px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    background-color: #cccccc;
    display: block;
    border-radius: 6px;
    margin-top: 56px;
    float: left;
    margin-right: 18px;
    transition: all ease 600ms;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li:hover {
    box-shadow: 1px 6px 10px #d0dbe0;
    transition: all ease 600ms;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li .pa190 {
    height: 90px;
    line-height: 90px;
    float: left;
    text-align: center;
    color: #666666;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    width: 310px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li .pb190 {
    position: relative;
    color: #cccccc;
    font-size: 43px;
    padding-top: 20px;
    width: 70px;
    float: right;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li .pb190 .sa190 {
    margin-right: 14px;
    color: #666666;
    font-size: 14px;
    float: right;
    position: absolute;
    top: 44px;
    left: 4px;
    width: 76px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li:hover .pb190 {
    color: #1890FF;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li:hover .pb190 .sa190 {
    color: #1890FF;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li:hover .pa190 {
    color: #1890FF;
}
.news190 .main190 .nr190 .n190 .bd190 ul li a .txtIco .stit {
    padding-top: 220px;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    transition: all ease-in-out .2s;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #fff;
}
.news190 .main190 .nr190 .n190 .bd190 ul li:hover a .txtIco .stit {
    padding-top: 160px;
    transition: all ease-in-out .2s;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #fff;
}
/* 颜色 end*/
.w190 {
    width: 1200px;
    margin: 0 auto;
}
.news190 .index190 {
    padding-top: 76px;
}
.news190 .main190 {
    position: relative;
}
.news190 .main190 .index190 {
    position: relative;
}
.news190 .main190 .menu190 {
    float: right;
    position: absolute;
    top: 34px;
    right: 0px;
}
.news190 .main190 .menu190 .list190 .item190:hover {
    opacity: 0.8;
    transition: all ease 600ms;
}
.news190 .main190 .menu190 .list190 .item190:last-child {
    margin-right: 0px;
}
.news190 .main190 .nr190 .n190 {
    margin-bottom: 30px;
    padding-top: 0px;
}
.news190 .main190 .nr190 .n190 .bd190 {
    position: relative;
    height: 420px;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 {
    width: 104%;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li {
    position: relative;
    float: left;
    display: block;
    width: 380px;
    height: 380px;
    border-bottom: 0px!important;
    padding-bottom: 0px;
    margin: 15px 0;
    margin-right: 30px;
    cursor: pointer;
    transition: all ease 600ms;
}
.news190 .main190 .nr190 .n190 .list190 li a {
    display: block;
    width: 380px;
    height: 380px;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li img {
    margin: 0 auto;
    display: block;
    height: 285px;
    width: 380px;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li .pb190 .s190 {
    position: absolute;
    top: 0px;
    left: 6px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.news190 .main190 .nr190 .n190 .hd190 {
    width: 100%;
    top: 0px;
    position: relative;
    padding-bottom: 80px;
}
.news190 .main190 .nr190 .n190 .hd190 .prev {
    position: absolute;
    left: 490px;
    top: -0px;
    display: block;
    width: 72px;
    height: 32px;
    background-position: -0px -0px;
    cursor: pointer;
}
.news190 .main190 .nr190 .n190 .hd190 .next {
    position: absolute;
    right: 490px;
    top: -0px;
    display: block;
    width: 72px;
    height: 32px;
    background-position: -80px -0px;
    cursor: pointer;
}
.news190 .main190 .nr190 .n190 .hd190 .prev:hover {
    opacity: 0.8;
    background-position: -160px -0px;
}
.news190 .main190 .nr190 .n190 .hd190 .next:hover {
    opacity: 0.8;
    background-position: -240px -0px;
}
.news190 .main190 .nr190 .n190 .hd190 .more190 {
    position: absolute;
    left: 570px;
    top: -0px;
    display: block;
    width: 61px;
    height: 32px;
    background-position: -0px -76px;
    cursor: pointer;
}
.news190 .main190 .nr190 .n190 .hd190 .more190:hover {
    opacity: 0.8;
    background-position: -80px -76px;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li a .More {
    margin-top: 32px;
    margin-left: 60px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li:hover a .More {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li a .More i {
    background-position: -30px -300px;
    width: 12px;
    height: 7px;
    margin-top: -17px;
    margin-left: 100px;
    float: left;
}
.news190 .main190 .nr190 .n190 .bd190 ul li:hover a .bg {
    display: block;
    margin-top: -355px;
    z-index: 999;
    position: relative;
    opacity: 1;
}
.news190 .main190 .nr190 .n190 .bd190 ul li a .txtIco {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 380px;
    height: 360px;
    z-index: 1000;
}
.news190 .main190 .nr190 .n190 .bd190 ul li a .txtIco s {
    width: 54px;
    height: 54px;
    background-position: 0px -270px;
    position: absolute;
    left: 184px;
    top: 106px;
    transition: all ease-in-out .2s;
    margin-left: -20px;
    opacity: 0;
}
.news190 .main190 .nr190 .n190 .bd190 ul li:hover a .txtIco s {
    opacity: 1;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li p i {
    display: block;
    width: 19px;
    height: 19px;
    float: right;
    background-position: 0px -140px;
    position: absolute;
    top: 26px;
    right: 26px;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li:hover p i {
    background-position: -40px -140px;
}
.news190 .icon190 {
    background: url(/skin/images/icon190.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.news190 .main190 .index190 i {
    display: block;
    width: 29px;
    height: 1px;
    margin: 0;
    background: url(/skin/images/w190.png) center center no-repeat;
    margin-bottom: 30px;
}
.news190 .main190 .nr190 .n190 .bd190 ul li a .bg {
    width: 380px;
    height: 285px;
    background: url(/skin/images/bj190.png) no-repeat center center;
    opacity: 0;
}

@media screen and (max-width: 750px) {
    .index-news-items {
        height:380px;
    }
    .news190 .index190{
        padding-top:0;
    }
    .news190 .main190 .index190 .tit190{
        font-size:14px;
        font-weight: bold;
        text-align: left;
        margin:10px 0;
    }
    .news190 .main190 .nr190 .n190 .bd190 .list190 li .pa190{
        height: 45px;
    line-height: 45px;
    float: left;
    text-align: left;
    color: #666666;
    font-size: 14px !important;
    font-weight: bold;
    position: relative;
    width: 310px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    }
    .news190 .main190 .nr190 .n190 .list190 li a{
    display: block;
    width: 380px;
    height: 375px;
    }
    .news190 .main190 .nr190 .n190 .bd190 .list190 li .pb190{
    position: relative;
    color: #cccccc;
    font-size: 25px;
    padding-top: 15px;
    width: 70px;
    float: right; 
    }
    .w190 {
    width: 375px;
    margin: 0 auto;
     }
    .news190 .main190 .nr190 .n190 .bd190 .list190 li .pb190 .sa190{
     margin-right: 12px;
    color: #666666;
    font-size: 12px;
    float: right;
    position: absolute;
    top: 30px;
    right: 4px;
    width: 70px;
    font-weight: normal;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;   
    }
    .news190 .main190 .nr190 .n190 .bd190 .list190 li .pb190 .s190{
    position: absolute;
    /*width: 70px;*/
    top: 0px;
    left: 6px;
    font-size: 20px;
    text-align: right;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;    
    }
    .news190 .main190 .nr190 .n190 .hd190{
    width: 375px;
    height:50px;
    top: -50px;
    position: relative;
    padding-bottom: 0px;   
    }
    .case-items-content ul li a{
        height:200px;
    }
}


	
