body {
    padding-top: 0;
}
/* banner */
.i-banner {
    width: 100%;
}

.i-banner img {
    display: block;
    width: 100%;
}

/* 新闻模块 */
.i-news .left {
    float: left;
    width: 480px;
}

.i-news .left .t1 {
    font-size: 20px;
    color: #393939;
    font-weight: bold;
    line-height: 1em;
}

.i-news .left .t2 {
    font-size: 20px;
    color: #D7D7D7;
    font-weight: normal;
    margin: 0.6em 0 0.8em 0;
    font-family: 'Rubik-Regular';
}

.i-news .left .t3 {
    font-size: 14px;
    color: #757575;
    line-height: 2.2em;
}
.i-news .center {
    float: left;
    width: 380px;
    margin: 0 40px;
}
.i-news .iSlide{
    position: relative;
}
.i-news .iSlide .subline3{
    position: absolute;
    bottom: -1px;
    height: 2px;
    background: #00255B;
}
.i-news .tab_head {
    width: 100%;
    border-bottom: 1px solid #F7F7F7;
    margin-bottom: 25px;
}

.i-news .tab_head a {
    display: inline-block;
    font-size: 14px;
    color: #656565;
    height: 40px;
    margin-right: 2em;
    font-weight: bold;
}

.i-news .tab_head a:last-child {
    margin-right: 0;
}
.i-news .tab_head a.on{
    color: #00255B;
}
.i-news .tab_body {
    width: 100%;
}

.i-news .tab_body a {
    font-size: 14px;
    color: #757575;
    display: block;
    line-height: 2em;
    height: 2em;
    margin-top: 0.5em;
}

.i-news .right {
    float: right;
    width: 240px;
    height: 160px;
    position: relative;
}

.i-news .s-lb .swiper-container{
    height: 100%;
}

.i-news .right .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.i-news .right .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.i-news .right .tit {
    font-size: 18px;
    color: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0.5em 1em;
    background-color: rgba(0, 0, 0, 0.5);
}

/* 宣传模块 */
.i-adbox {
    background-color: #F7F7F7;
}

.i-adbox .list {
    overflow: hidden;
}

.i-adbox .list li {
    position: relative;
    width: 240px;
    height: 180px;
    float: left;
    color: #fff;
    transition: 0.5s;
}

.i-adbox .list li a {
    color: inherit;
}

.i-adbox .list li:nth-child(2) {
    color: #05205B;
}

.i-adbox .list li.on {
    width: 480px;
}

.i-adbox .list li .tit {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 1em 1.5em;
    flex-direction: column;
    color: inherit;
}

.i-adbox .list li .t1 {
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 0.5em;
    color: inherit;
}

.i-adbox .list li .t2 {
    font-size: 20px;
    color: inherit;
}

.i-adbox .list li img {
    position: absolute;
    left: 0;
    top: 0;
    height: 180px;
    width: 480px;
}


.i-banner .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: transparent;
    border-radius: 14px;
    margin-left: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 2px solid #fff;
    opacity:1;
}
.i-banner .swiper-pagination-bullet-active{
    background: #fff;
    width: 40px;
}
.i-banner .swiper-button-prev{
    left:120px;
    opacity: 0;
}
.i-banner .swiper-button-next{
    right:120px;
    opacity: 0;
}
.i-banner :hover .swiper-button-prev,.i-banner :hover .swiper-button-next{
    opacity: 1;
}
.i-banner .swiper-button-prev:after {
    content: " ";
    display: block;
    position: absolute;
    left: 2px;
    top: 50%;
    height: 3px;
    margin-top: -1.5px;
    width: 0;
    background: transparent;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.i-banner .swiper-button-next:after {
    content: " ";
    display: block;
    position: absolute;
    right: 2px;
    top: 50%;
    height: 3px;
    margin-top: -1.5px;
    width: 0;
    background: transparent;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.i-banner .swiper-button-prev:hover:after,.i-banner .swiper-button-next:hover:after {
    background-color: #fff;
    width: 90px;
}
.s-lb .swiper-button-next,.s-lb .swiper-button-prev{
    width:17px;
    height: 30px;
    background-size:17px 30px;
}


