
body{
  width: 100%;
  overflow-x: hidden;
}

.top-swipper-v2 .item-inner{
    height: calc(100vh);
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
}

.top-swipper-v2 .carousel-indicators li{
    background: #fff;
    border-radius: 0;
    width: 40px;
    height: 6px;
    border: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}
.top-swipper-v2 .carousel-indicators li.active{
    background: #1B3C90;
    border-radius: 0;
    width: 40px;
    height: 6px;
    border: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}


.top-news-v2{
    background:#F0F5F8;
    padding-bottom:80px;
}
.top-news-v2 .inner .head-wrapper{
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}
.top-news-v2 .inner .head-wrapper .title{
    display: flex;
    justify-content: space-between;
    font-size: 25px;
    font-weight: 400;
    color: #382A18;
    border-bottom:#EAEAEA solid 1px;
}
.top-news-v2 .inner .head-wrapper .title span{
    display:inline-block;
    border-bottom:#036ADD solid 2px;
    padding: 10px 0;
}

.top-news-v2 .inner .more-view{
    text-align: right;
}

.top-news-v2 .inner .more-view a{
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    font-size: 12px;
    cursor: pointer;
    color: #9A9B9B;
    border: #9A9B9B solid 1px;
    background: transparent;
    transition: all 0.4s ease-in-out;
    text-align: center;
    margin-top: 10px;
}


.top-news-v2 .inner .more-view  a:hover{
    color: #fff;
    border: #036ADD solid 1px;
    background: #036ADD;
}
.top-news-v2 .inner .data-wrapper .left-poster{
    position: absolute;
    left: 15px;
    cursor: pointer;
}
.top-news-v2 .inner .data-wrapper .left-poster .img-wrapper{
    width:350px;
    height: 270px;
    background-size: cover;
}
.top-news-v2 .inner .data-wrapper .left-poster .img-box{
    width: 420px;
    height: 410px;
    background-size: cover;
    background-position: center;
}


.top-news-v2 .inner .data-wrapper .left-poster .title{
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    width:350px;
    overflow:hidden;
    text-overflow:ellipsis;
    width: 500px;
    padding: 20px;
    white-space: nowrap;
    background: rgba(0,0,0,0.1);
}
.top-news-v2 .inner .data-wrapper .left-poster .date{
    color:#9A9B9B;
    padding-top:2px;
    font-size:12px;
}


.top-news-v2 .inner .data-wrapper .left-poster .carousel-indicators li{
    background: #fff;
    border-radius: 0;
    width: 30px;
    height: 3px;
    border: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}
.top-news-v2 .inner .data-wrapper .left-poster .carousel-indicators li.active{
    background: #1B3C90;
    border-radius: 0;
    width: 30px;
    height: 3px;
    border: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}
.top-news-v2 .inner .data-wrapper .left-poster .carousel-indicators{
    bottom: -5px;
}


.top-news-v2 .inner .data-wrapper .right-list{
    padding-left:450px;
}
.top-news-v2 .inner .data-wrapper .right-list .item{
    display: block;
    position: relative;
    padding-right: 30px;
    border-bottom: #9A9B9B dashed 1px;
    padding-top:12px;
    padding-bottom:12px;
}
.top-news-v2 .inner .data-wrapper .right-list .item:first-child{
    padding-top:0px;
}
.top-news-v2 .inner .data-wrapper .right-list .item:last-child{
    border-bottom:none;
}
.top-news-v2 .inner .data-wrapper .right-list .item .iconfont{
    right: 0;
    display: block;
    text-align: center;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    color:#9A9B9B;
}
.top-news-v2 .inner .data-wrapper .right-list .item .date{
    color:#9A9B9B;
    padding-top:5px;
    font-size:12px;
}
.top-news-v2 .inner .data-wrapper .right-list .item .title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}
.top-news-v2 .col-2 .inner .data-wrapper .right-list .item{
    padding-top: 13px;
    padding-bottom: 12px;
}
.top-news-v2 .col-2 .inner .data-wrapper .right-list .item:first-child{
    padding-top: 0px;
}

.top-news-v2 .col-2 .inner .data-wrapper .right-list .item:last-child{
    border-bottom:none;
}
.data-wrapper a{
    outline-style: none;
    text-decoration: none;
    cursor: pointer;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
}


.data-wrapper a:hover{
    color: #1e55a8 !important;
}

.data-wrapper a:hover .date{
    color: #1e55a8 !important;
}
.data-wrapper a:hover .iconfont{
    color: #1e55a8 !important;
}


.top-news-v2 .col-2 .inner {
    padding-left:30px
}
.top-news-v2 .col-2 .inner .data-wrapper .right-list{
    padding-left:0;
}
.top-news-v2 .col-2 .inner .data-wrapper .right-list .item{
    margin-left: 0px;
    padding-right: 30px;
}
.top-news-v2 .col-2 .inner .data-wrapper .right-list .item .date{
}
.top-news-v2 .col-2 .inner .data-wrapper .right-list .item .iconfont{
}

.page-title{
    font-size: 25px;
    font-weight: 400;
    color: #382A18;
    margin:60px 0;
}
.page-title .container{
    border-bottom:#F3F4F3 solid 1px;
}
.page-title span{
    display:inline-block;
    padding-bottom:5px;
    border-bottom:#036ADD solid 2px;
}

.yewu-v2{

}
.yewu-v2 .list{
    margin:-15px;
}
.yewu-v2 .list .item{
    float:left;
    width:20%;
}
.yewu-v2 .list .item .inner{
    background-color:#EAEAEA;
    margin: 15px;
    padding: 15px;
    cursor: pointer;
}
.yewu-v2 .list .item .inner .img{
    height:165px;
    background-size: cover;
    background-position: center;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.yewu-v2 .list .item .inner .title{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    padding-top: 20px;
    position: relative;
    padding-bottom: 20px;
}
.yewu-v2 .list .item .inner .title:after{
    content:'';
    display:block;
    background: #333;
    width: 30px;
    height: 3px;
    left: 50%;
    position: absolute;
    margin-left: -15px;
    bottom: 10px;
}
.yewu-v2 .list .item .inner:hover {
    background-color: #f2f6f9;
}
.yewu-v2 .list .item .inner:hover .img{
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
}
.yewu-v2 .list .item .inner:hover .title{
    color: #1f4dac !important;
}
.yewu-v2 .list .item .inner:hover .tips{
    color: #1f4dac !important;
}

.yewu-v2 .list .item .inner .tips{
    font-weight: 400;
    color: #333333;
    height: 100px;
    overflow: hidden;
    line-height: 25px;
}


.about-us-v2 .row1{
    padding:40px 20px;
    background-color:#0075e6;
    color:#fff;
    cursor: pointer;
}

.about-us-v2 .row1 .data{
    font-weight: 400;
    color:#fff;
    line-height: 35px;
    text-indent: 30px;
    font-size:16px;
}
.about-us-v2 .row1 .more{
    text-align:center;
    margin-top: 30px;
}
.about-us-v2 .row1 .more a{
    display:inline-block;
    color: #eaeaea;
    border:#eaeaea solid 1px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 120px;
}
.about-us-v2 .row1 .more a:hover{
    color: #1f4dac;
    background-color:#ffffff;
}
.about-us-v2 .row2{
    background-color:#F8F8F8;
    padding:30px 0;
    display:none;
}
.about-us-v2 .row2 .item{
    float:left;
    width:25%;
    text-align:center;
    color:#036ADD;
}
.about-us-v2 .row2 .item .inner{
    position: relative;
}
.about-us-v2 .row2 .item .inner:after{
    content:'';
    position: absolute;
    width: 1px;
    background: #98A7C0;
    top: 0;
    bottom: 0;
    right: 0;
}
.about-us-v2 .row2 .item.last-item .inner:after{
    display:none
}
.about-us-v2 .row2 .item .icon-wrapper{
    display:inline-block;
    vertical-align: middle;
}
.about-us-v2 .row2 .item .icon-wrapper span{
    display: block;
}
.about-us-v2 .row2 .item .icon-wrapper .iconfont{
    font-size: 40px;
}
.about-us-v2 .row2 .item .icon-wrapper .iconfont.icon-zichan{
    font-size: 30px;
}
.about-us-v2 .row2 .item .data{
    display:inline-block;
    padding-left: 20px;
    vertical-align: middle;
}
.about-us-v2 .row2 .item .data .count{
    font-size: 40px;
    font-weight: 400;
    color: #0075E6;
}

.sub-company-v2 .list .item{
    float:left;
    width:25%;
}
.sub-company-v2 .list .item .inner{
    border:#DEE2EC solid 1px;
    margin:10px;
    text-align:center;
    height: 60px;
    line-height: 55px;
    border-radius: 5px;
}
.sub-company-v2 .list .item .inner:hover{
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff;
}
.sub-company-v2 .list .item .inner img{
    display:inline-block;
    height:45px;
}
.sub-company-v2 .list .item .inner span{
    font-weight:600;
}

.sub-company-v2  .more{
    text-align:center;
    padding-top:30px;
}
.sub-company-v2  .more a{
    display:inline-block;
    font-weight: 400;

    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 100px;
    background: #1f4dac;
    color: #fff;
    cursor: pointer;

    color: #9A9B9B;
    border: #9A9B9B solid 1px;
    background: transparent;
    transition: all 0.4s ease-in-out;
}

.sub-company-v2  .more a:hover{
    color: #fff;
    border: #036ADD solid 1px;
    background: #036ADD;
}


.friend-link{
    padding-bottom:40px;
}
.friend-link select.form-control{
    text-align:center;
    color:#97A7C3;
    border: 1px solid #DADFE7;
    text-align:center;
    text-align-last: center;
}

#carousels-news .carousel-inner>.item .item-inner{
    position: relative;
}
#carousels-news .carousel-inner>.item .item-inner .describe-news{
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    width: 100%;
    padding:10px 20px;
    color:#fff;
    padding-bottom: 25px;
}

#carousels-news .carousel-inner>.item .item-inner .describe-news-date{
    position: absolute;
    bottom: -20px;
    width: 100%;
    padding:10px 20px;
    color:#fff;
    padding-bottom: 25px;
}

#carousels-news .carousel-inner>.item .item-inner video{
    display:block;
    height:410px;
    width:420px;
    background: #000000;
}


.top-news-v2-new .inner .data-wrapper .right-list{
    padding-left: 0;
    float: right;
    width: 40%;
}
.top-news-v2-new .inner .head-wrapper .title span{
    border-bottom:transparent solid 2px;
   
}
.top-news-v2-new .inner .head-wrapper a{
    display:none;
}
.top-news-v2-new .inner .head-wrapper a:hover{
    color:#fff!important
}

.top-news-v2-new .inner .more-view a{
    display:none;
}
.top-news-v2-new .inner .more-view a:hover{
    color:#fff!important
}

.top-news-v2-new .inner .right-list .item{
    display: none!important;
}
.top-news-v2-new .inner .data-wrapper .right-list[data-index='0'] .head-wrapper .title span[data-index='0']{
    border-bottom: #036ADD solid 2px;
}
.top-news-v2-new .inner .data-wrapper .right-list[data-index='1'] .head-wrapper .title span[data-index='1']{
    border-bottom: #036ADD solid 2px;
}
.top-news-v2-new .inner .data-wrapper .right-list[data-index='2'] .head-wrapper .title span[data-index='2']{
    border-bottom: #036ADD solid 2px;
}
.top-news-v2-new .inner .data-wrapper .right-list[data-index='0'] .head-wrapper a[data-index='0']{
    display:inline-block;
}
.top-news-v2-new .inner .data-wrapper .right-list[data-index='1'] .head-wrapper a[data-index='1']{
    display:inline-block;
}
.top-news-v2-new .inner .data-wrapper .right-list[data-index='2'] .head-wrapper a[data-index='2']{
    display:inline-block;
}

.top-news-v2-new .inner .data-wrapper .right-list[data-index='0'] .more-view a[data-index='0']{
    display:inline-block;
}
.top-news-v2-new .inner .data-wrapper .right-list[data-index='1'] .more-view a[data-index='1']{
    display:inline-block;
}
.top-news-v2-new .inner .data-wrapper .right-list[data-index='2'] .more-view a[data-index='2']{
    display:inline-block;
}

.top-news-v2-new .inner .data-wrapper .right-list[data-index='0'] .item[data-index='0']{
    display:block!important;
}
.top-news-v2-new .inner .data-wrapper .right-list[data-index='1'] .item[data-index='1']{
    display:block!important;
}
.top-news-v2-new .inner .data-wrapper .right-list[data-index='2'] .item[data-index='2']{
    display:block!important;
}
.top-news-v2-new .inner .data-wrapper .left-poster .carousel{
    margin-top: 55px;
}
.top-news-v2-new .inner .data-wrapper .left-poster{
    position: inherit;
    float: left;
    width: 60%;
}
.top-news-v2-new .inner .data-wrapper .left-poster .left-inner{
    padding-right:60px;
}
.top-news-v2-new .inner .data-wrapper .left-poster .img-box{
    width:100%;
    height: 485px;
}
.top-news-v2-new .inner .data-wrapper .left-poster .carousel-inner{
    width: auto;
}
.top-news-v2-new  #carousels-news .carousel-inner>.item .item-inner video{
    width:100%;
    height: 485px;
}
.top-news-v2-new .inner .head-wrapper{
    margin-bottom: 20px;
}




@media (min-width: 768px) {
    .carousel-indicators {
        bottom: 60px;
    }
}




