@charset "utf-8";

/*初始化样式*/
body {
    margin: 0px;
    padding: 0px;
    margin: 0px auto;
    zoom: 1;

    /*设置字体*/
    font-size: 12px;
    line-height: 24px;
    font-family: sans-serif;
    color: #414446;

    /*设置宽度*/
    width: 100%;

    background-color: #f5f6f7;
}

ul, li, form, dl, dt, dd, div {
    padding: 0px;
    margin: 0px;
}

.ul, .ul li {
    list-style: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, .p {
    padding: 0px;
    margin: 0px;
}

select, input, textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #414446;
}

input:focus {
    outline: none;
}

/*强制去除表单自带的样式*/
input, button, select, textarea {
    outline: none;
    /*-webkit-appearance:none;*/
}

/*强制去除textarea自带的样式*/
textarea {
    resize: none;
    /*-webkit-appearance:none;*/
}

textarea, input, select {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

/*html5设置*/
article, aside, footer, header, hgroup, nav, section, figure, figcaption {
    display: block;
}

figure, figcaption {
    margin: 0px;
    padding: 0px;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

img {
    border: none;
    border: 0;
    vertical-align: baseline;
}

a {
    color: #414446;
    text-decoration: none;
    noline: -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

a:focus {
    outline: none;
    -moz-outline: none;
}

a:hover {
    text-decoration: none;
    color: #1E4B94;
}

/*清楚浮动*/
.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

/*初始化样式*/


/*页面框架结构*/

.banner .swiper {
    width: 100%;
    height: auto;
}

.banner .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 30px !important;
}

.banner .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 644px;
}
}

.banner .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: #FFFFFF;
    border-radius: 50%;
    opacity: 0.5;
    margin-left: 7px !important;
    margin-right: 7px !important;
}

.banner .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
}

.index_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}


.index_content .index_content_list:nth-child(2) {
    margin-left: 20px;
}

.index_content_list {
    display: flex;
    flex: 1;
    background-color: #FFFFFF;
    padding: 0px 20px;
    padding-bottom: 27px;
    display: flex;
    flex-direction: column;
}

.width30 {
    flex: 0.313121;
    min-width: 350px;
}

.width50 {
    width: calc(50% - 10px) !important;
}

.width100 {
    width: 100% !important;
}

.publicTitle {
    width: 100%;
    height: 65px;
    position: relative;
    border-bottom: 1px solid rgba(3, 157, 215, 0.1);
}

.publicTitle .more {
    position: absolute;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 16px;
    color: #999999;
    bottom: 15px;
    padding: 0px 14px;
    background-image: url(../images/arrow_gray.png);
    background-position: right center;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    cursor:pointer;
}

.publicTitle .more:hover {
    color: #1E4B94;
    background-image: url(../images/arrow_blue.png);
}

.publicTitle .ul {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.publicTitle ul li {
    margin-right: 0.62rem;
}

.publicTitle ul li .publicTitleA {
    font-size: 24px;
    color: #333;
    padding-bottom: 11px;
    display: block;
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    font-weight: bold;
}

.publicTitle ul li .publicTitleA:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: linear-gradient(45deg, #EC000E, #1E4B94);
    display: block;
    bottom: 0px;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.publicTitle ul .publicTitleA:hover,
.publicTitle ul li.on .publicTitleA,
.publicTitle ul li.on .publicTitleA:after,
.publicTitle ul .publicTitleA:hover:after {
    color: #1E4B94;
    opacity: 1;
}

.publicTitle ul li .publicTitleA:after {
    opacity: 0;
}

.list, .list2 {
    width: 100%;
}

.list2 {
    padding-top: 30px;
}

.list a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
}

.list .dot {
    width: 4px;
    height: 4px;
    background: #1E4B94;
    border-radius: 50%;
    display: block;
    margin-right: 8px;
    position: absolute;
    left: 0px;
    top: 9px;
}

.list .title {
   overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 12px;
    box-sizing: border-box;
    flex: 1;
    margin-right: 10px;
}

.list .time {
   
  
    font-size: 14px;
    line-height: 14px;
    color: #999999;
  
}

.list .title img {
    margin-left: 30px;
}

.list dd {
    margin-top: 22px;
}

.list dd:hover .title {
    color: #1E4B94;
    font-weight: bold;
}

.list dd:hover .time {
    color: #1E4B94;
    font-weight: bold;
}

.list2 dd {
    margin-top: 0px;
    margin-bottom: 21px;
    width: 100%;
}

.list2 .dot {
    width: 4px;
    height: 4px;
    background: #1E4B94;
    border-radius: 50%;
    display: block;
    margin-right: 8px;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
}

.list2 .title {
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100% !important;
    padding-right: 0px !important;
    display:block;
}

.list2 .time {
    font-size: 14px;
    color: #999999;
    position: static !important;
}

.list2 div {
    width: calc(100% - 54px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}


.SinglePage {
    /*单片*/
    text-justify: inter-ideograph;
    text-align: justify;
    word-wrap: break-word;
    clear: both;
    overflow: hidden;
    min-height:30vh
}

.swiper {
    width: 100%;
    height: 100%;
}


/*网站地图*/
.ul_sitemap li {
    border-bottom: dotted 1px #ddd;
    padding: 5px 0px;
}

.ul_sitemap li strong {
    width: 90px;
    display: inline-block;
}

.newsTitle {
    background: #FFFFFF;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 36px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.newsTitle h2 {
    font-family: SourceHanSansCN;
    font-weight: bold;
    font-size: 32px;
    color: #EC000E;
    line-height: 33px;
    margin-top: 0px;
    margin-bottom: 18px;
    text-align: center;
}

.newsTitle div {
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 17px;
}

.title_bg {
    position: absolute;
    left: 20px;
    top: -10px;
}

.index_xx {
    display: flex;
    margin-bottom: 20px;
}

.index_zl {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 24px;
    margin-top: 10px;
}

.index_zl li {
    width: calc(50% - 10px);
}

.index_zl a {
    display: flex;
}

.ggSwiperBox {
    width: 100%;
    height: 260px;
}

.linkSwiperBox {
    width: 100%;
    height: 150px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.linkSwiperBox .swiper-slide a{
    width: 100%;
    display: flex;
    justify-content: center;
}
.linkSwiperBox .swiper-slide img {
   display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 220px;
    max-height: 80px;
}

.whiteBg {
    width: 100%;
    background-color: #fff;
}

.ggSwiperBox a {
    position: relative;
    overflow: hidden;
    width:100%;
}

.ggSwiperBox a img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    max-height:200px;
    object-fit:cover
}

.ggSwiperBox .swiper-slide:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.ggSwiperBox a div {
  width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, .3);
    font-size: 26px;
    color: #FFFFFF;
    line-height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 1;
    text-align: center;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ggSwiperBox a div p{
       font-size: inherit;
    color: inherit;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newsList {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.tab.on .newsList {
    display: flex;
}

.newsListR {
    width: calc(100% - 580px) !important;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.newsListR h2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 0px;
    font-size: 20px;
    color: #333333;
    margin-bottom: 20px;
    line-height: 20px;
}

.newsListR .newsListRTitle p {
    font-size: 16px;
    color: #999999;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
}

.newsListL {
    width: 560px;
    height: 336px;
}

.newsListRTitle {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 25px;
}

.index_contentNews .index_content_list {
    width: calc(100% - 370px);
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.index_contentNews .swiper-slide {
    position: relative;
}

.index_contentNews .swiper-slide a{
    width:100%;
}
.index_contentNews .swiper-slide a img{
    max-height:336px;
}

.index_contentNews .swiper-slide .font {
    width: calc(100% - 130px);
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 18px;
    color: #FFFFFF;
    padding-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index_content .swiper-pagination {
    height: 64px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 20px;
}

.index_contentNews .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    opacity: 0.6;
}

.index_contentNews .swiper-pagination-bullet-active {
    width: 24px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 3px;
    opacity: 1;
}

.tabContent {
    width: 100%;
}

.tabContent .list2 {
    display: none;
}

.tabContent .list2.on {
    display: block;
}

.newsListR .list2 {
    display: block !important;
}

.tabContent .newsList {
    display: none;
    flex-wrap: wrap;
}

.tabContent .newsList.on {
    display: flex;
    height: 100%;
}

.newsListR .list2 dd:last-child {
    margin-bottom: 0px;
}

.newsListRTitle span {
    color: #1E4B94;
}


/*.Floor002491*/
.Floor002491 {
    padding: 30px 0;
    padding-bottom: 0px;
}

.Floor002491 ul * {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.Floor002491 ul li {
    width: 50%;
    float: left;
    height: auto;
    background: #000;
    position: relative;
    overflow: hidden;
    padding-bottom: 40%;
    border-radius: 0px;
}

.Floor002491 ul li .Ispic {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.Floor002491 ul li .Ispic:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    opacity: 0.6;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
}

.Floor002491 ul li .liBoxCon {
    display: block;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(34, 90, 168, .3);
}

.Floor002491 ul li:not(.on) .liBox .liCon .txt {
    display: none;
}
.Floor002491 ul li:not(.on) .liBox .liCon .watch {
    display: none;
}

.Floor002491 ul li .liBoxCon .txtBox .h3 {
    text-align: center;
    font-size: 20px;
    margin: 0px;
    font-weight: normal;
    line-height: 20px;
    margin-top: 18px;
}
.Floor002491 ul li.on .liBox .h3{
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    position: absolute;
    left: 94px;
    top: 62px;
    margin-top: 0px;
}
.Floor002491 ul li.on .liBox .txt{
    width: 400px;
    position: absolute;
    left: 54px;
    top: 112px;
    white-space: normal;
    line-height: 21px !important;
    font-size: 16px !important;
    max-width: calc(100% - 108px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.Floor002491 ul li.on .liBox .watch{
    width: 130px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #225AA8;
    position: absolute;
    left: 54px;
    top: 222px;
}
.Floor002491 ul li.on .liBox .watch img{
    margin-left: 10px;
    width: 6px;
}
.Floor002491 ul li .liBoxCon .icon {
    max-width: 50%;
    text-align: center;
    margin: 0 auto;
    height: 30px;
}

.Floor002491 ul li .liBox .liCon .icon img {
    height: 30px;
}

.Floor002491 ul li .liBox {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}

.Floor002491 ul li .liBox:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 44%;
    bottom: 0;
    z-index: -1;
}

.Floor002491 ul li .liBox .liCon {
    position: absolute;
    width: 100%;
    bottom: 40px;
}

.Floor002491 ul li .liBox .liCon .txt {
    line-height: 1;
    opacity: 0.85;
    font-size: 18px;
    font-weight: normal;
}

@media screen and (min-width:768px) {
    .Floor002491 ul li {
        width: 50%;
        float: left;
        height: 500px;
        padding-bottom: 0;
    }

    .Floor002491 ul li.on a .txtBox .h3 {
        font-size: 22px;
        line-height: 1;
    }
}

@media screen and (min-width:1000px) {
    .Floor002491 ul li {
        height: 360px;
        width: 13.2%;
        margin-right: 0px;
    }

    .Floor002491 ul li:nth-of-type(5) {
        margin-right: 0;
    }

    .Floor002491 ul li .liBox .liCon .icon img {
        height: 30px;
    }

    .Floor002491 ul li.on .liBox .liCon .icon img {
        max-width: 48px;
        position: absolute;
        max-height: 48px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .Floor002491 ul li.on {
        width: 44%;
    }

    .Floor002491 ul li.on .Ispic {
        opacity: 1;
    }

    .Floor002491 ul li.on .liBox:after {
        display: none;
    }

    .Floor002491 ul li.on a {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .Floor002491 ul li.on .liBox .liCon {
        position: relative;
        height: 100%;
        padding-left: 54px;
        padding-right: 54px;
        bottom: 0;
    }

    .Floor002491 ul li.on .liBox .liCon .icon {
        position: absolute;
        left: 54px;
        top: 59px;
        width: 30px;
        height: 30px;
        margin-top: 0px;
    }

    .Floor002491 ul li.on a .txtBox .h3 {
        text-align: left;
        margin-top: 0;
    }

    .Floor002491 ul li.on a .txtBox {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.Floor002491 .Hometit {
    text-align: center;
    margin-bottom: 35px;
}

.Floor002491 .auto {
    max-width: 1600px;
    margin: 0 auto;
}
.Floor002491 .ul{
    display: flex;
    justify-content: space-between;
}