/* 本例子css */
.slideBox {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    left: 19%;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    line-height: 14px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 10px;
}

.slideBox .hd ul li.on {
    background: #fff;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../img/left.png) no-repeat center center;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background: url(../img/right.png) no-repeat center center;

}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.banner-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 36%;
    height: 100%;
    z-index: 2;
    margin: auto 10% auto auto;
    overflow: hidden;
    background: url(../img/bg1.png) repeat;
}

.banner-nav>a {
    display: block;
    width: 38%;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.banner-nav>a:hover {
    transform: scale(1.04);
}

.banner-nav-1 {
    margin: 6% auto auto 8%;
}

.banner-nav-2 {
    margin: 6% auto auto 6%;
}

.banner-nav-3 {
    margin: 4% auto auto 8%;
}

.banner-nav-4 {
    margin: 4% auto auto 6%;
}

.lay1 {
    width: 1200px;
    height: 150px;
    margin: 80px auto;
    overflow: hidden;
}

.lay1-left {
    width: 785px;
    height: 150px;
}

.lay1-left-video {
    width: 233px;
    height: 150px;
    overflow: hidden;
}

.lay1-left-news {
    width: 495px;
    height: 150px;
    overflow: hidden;
}

/* 本例子css */
.txtScroll-top {
    width: 495px;
    overflow: hidden;
    position: relative;
    height: 150px;
}

.txtScroll-top .hd {
    float: right;
    overflow: hidden;
    width: 14px;
    height: 150px;
}





.txtScroll-top .hd ul {
    overflow: hidden;
}

.txtScroll-top .hd ul li {
    float: left;
    width: 10px;
    height: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    text-indent: -999px;
    cursor: pointer;
    border: 2px solid #a0a7c2;
    border-radius: 10px;
}

.txtScroll-top .hd ul li.on {
    background: #a0a7c2;
}

.txtScroll-top .bd {
    float: left;
    width: 450px;
}

.infoList>a>li {
    width: 450px;
    height: 150px;
    overflow: hidden;
}

.infoList>a>li>div {
    width: 450px;
    font-size: 21px;
    color: #07409f;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.infoList>a>li>span {
    display: block;
    width: 450px;
    font-size: 21px;
    color: #b8b8b8;
    line-height: 30px;
}

.infoList>a>li>p {
    display: block;
    width: 450px;
    font-size: 14px;
    margin-top: 16px;
    color: #717171;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.lay1-right {
    width: 364px;
    height: 150px;
    overflow: hidden;
}

.lay1-right-left {
    width: 120px;
    height: 150px;
    overflow: hidden;
    text-align: center;
}

.lay1-right-right {
    width: 205px;
    height: 150px;
    overflow: hidden;
}

.lay1-right-right li {
    width: 205px;
    height: 24px;
    margin-bottom: 12px;
    line-height: 24px;
    overflow: hidden;
}