﻿
.content{
    margin-top: 0;
}
.top_dark .lang,
.top_light .lang {
    width: 1.1rem;
    font-size: 0.18rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    position: relative;
    text-decoration: none;
}

.top_dark .lang {
    color: #001949;
}


.top_dark .lang .changeLang, .top_light .lang .changeLang {
    border: 1px solid #0278cb;
    border-radius: 0.6rem;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.top_light .lang .changeLang>div .langSty,.top_dark .lang .changeLang>div .langSty {
    color: #ffffff;
    background: #0278cb;
}
.con .title{
    text-align: center;
    margin: 0 auto 40px;
}
.con .title .cn {
    font-size: 35px;
    font-weight: lighter;
    margin-bottom: .6vw;
    color: #333333;
}
.con .tp .title .cn{
    color: #ffffff;
}
.con .title .en{
    font-size: 16px;
    color: #999999;
    text-transform: uppercase;
    font-family: Arial;
}
.banner{
    height: 100vh;
}
.top_light .lang .changeLang>div button,.top_dark .lang .changeLang>div button {
    color: #0278cb;
    width: 0.3rem;
    height: 0.3rem;
    border: none;
    background: none;
    margin: 0.02rem;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: middle;
}
.top_dark .search {
    width: 0.18rem;
    height: 0.17rem;
    background: url('/static/images/search2.png') center center no-repeat;
    background-size: cover;
    
}

.top_dark .lang div,
.top_light .lang div {
    cursor: pointer;
}

.top_dark .lang div:hover ol,
.top_light .lang div:hover ol {
    height: 0.8rem;
    padding-bottom: .2rem;
    background: white;
    /* border-top: 1px solid #008fdb; */
    box-shadow: 0px 0px 2px 0px #999;
}

.top_dark .lang .lang_ico,
.top_light .lang .lang_ico {
    width: 0.17rem;
    height: 0.17rem;
    transform: translateY(-2px);
}

.top_dark .lang .lang_down,
.top_light .lang .lang_down {
    width: 0.12rem;
    height: 0.07rem;
}

.top_dark .lang ol,
.top_light .lang ol {
    position: absolute;
    top: .75rem;
    right: 0;
    color: black;
    font-size: .16rem;
    border-radius: 0px 0px 3px 3px;
    line-height: .44rem;
    text-align: center;
    height: 0px;
    width: .54rem;
    overflow: hidden;
    transition: 0.5s;
    border: none;
}



/* ------------------------------- 内容部分 ------------------------------- */

/* banner图 */
.banner {
    width: 100%;
    height: 100vh;
    /* background: url('/static/images/banner01.png')no-repeat; */
    background-size: cover;
    position: relative;
}

.swiper {
    width: 100%;
    height: 100%;
}
.banner .img_mid
{
    z-index:10;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -98%);
    color: #ffffff;
    text-align: center;
}
.swiper img {
    width: 100%;
    height: 100%;
}

.swiper .prev {
    width: 1.458vw;
    height: 2.7vw;
    background: url('/static/images/indexImg/left.png')no-repeat;
    z-index: 80;
    position: absolute;
    left: 2.34vw;
    top: 42%;
    background-size: cover;
    cursor: pointer;
}

.swiper .next {
    width: 1.458vw;
    height: 2.7vw;
    background: url('/static/images/indexImg/right.png')no-repeat;
    position: absolute;
    z-index: 190;
    right: 2.34vw;
    top: 42%;
    background-size:cover ;
    cursor: pointer;
}

.swiper2 {
    /* padding-left: 195px; */
    overflow: hidden;
}

.swiper2 li {
    cursor: pointer;
}

.swiper2 .swiper-scrollbar {
    margin-left: 1.5rem;
    position: absolute;
    bottom: 0;
    transform: translateX(-1%);
}


.swiper2 .swiper-scrollbar .swiper-scrollbar-drag {
    background: #00b1d7;
}


/* ---------------------------- 小动画start ---------------------------- */

.t_xiaban {
    width: 0.01rem;
    opacity: 1;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0.1vw;
    height: 6.77vw;
    background: rgba(255, 255, 255, .4);
    transition: all 1s ease-out;
    z-index: 80;
}

.t_xiaban::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    animation: scroll-down-line 2.6s cubic-bezier(.77, 0, .175, 1) infinite;
}

.t_shubiao {
    width: 0.99vw;
    height: 1.718vw;
    border-radius: 1vw;
    border: 2px solid #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -3.333vw;
    animation: mousemove 2.6s linear infinite;
    background: rgba(255, 255, 255, 0);

}

.t_shubiao::before {
    content: '';
    width: 0.156vw;
    height: 0.4vw;
    left: 50%;
    transform: translateX(-50%);
    top: .364vw;
    position: absolute;
    border-radius: 1.5px;
    background: white;
}

@keyframes mousemove {
    0% {
        top: -3.333vw;
    }

    50% {
        top: -2.29vw;
    }

    100% {
        top: -3.333vw;
    }
}

@keyframes scroll-down-line {
    0% {
        transform-origin: 50% 100%;
        transform: scaleY(1);
    }

    50% {
        transform-origin: 50% 100%;
        transform: scaleY(0);
    }

    50.0001% {
        transform-origin: 50% 0;
        transform: scaleY(0);
    }

    to {
        transform-origin: 50% 0;
        transform: scaleY(1);
    }
}

/* ---------------------------- 小动画END ---------------------------- */

.fide_con {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: url('/static/images/fade.png') no-repeat center;
    background-size: 300%;
    /* background-size: 101%; */
    display: none;
    transition: 1s;
    /* display: flex; */
    opacity: 0;
    z-index: 80;
}
.content .con{
    display: block;
    width: 1450px;
    margin: 0 auto;
    position: relative;
    padding-top:100px
}

.content .con .list .dRight ul li {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
   
}
.content .con .list .dRight ul li .newLeft{
    width: 80px;
    height:80px ;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: #f2f2f2;
    min-height:40px;
    min-width:40px
}
.content .con .list .dRight ul li .newLeft .day{
    font-size: 36px;
    color: #11579e;
}
.content .con .list .dRight ul li .newLeft .year{
    font-size: 14px;
    color: #11579e;
}
.content .con .list .dRight ul li .newRight h1
{
    color:#666666;
    font-size: .94vw;
}
.content .con .list .dRight ul li:hover  h1
{
    color:#000   
}
.content .con .list .dRight ul li .newRight .text{
    font-size: 14px;
    line-height: 22px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.content .con .list,.content .con .list_img{
    
    display: flex;
    justify-content: space-between;
}
.content .con .list_img .cover_bto{
    display: flex;
    align-items: center;
    height: 10%;
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #ffffff;
    padding-left: 1vw;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    white-space: nowrap;
}
.content .con .list_img .cover_bto::before{
    display: inline-block;
    content: "";
    width: 0.26vw;
    height: 0.26vw;
    background: #ffffff;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 0.5vw;
    min-width:2px;
    min-height:2px
}

.content .con .list .dLeft{
    position: relative;
    font-size: 0;
    width: 600px;
    height: 410px;
    background-size: cover;
}
.content .con .list .dLeft img{
    width: 100%;
	height:100%;
}
.content .con .list .dLeft .cover{

    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.14vw;
    box-sizing: border-box;
}
.content .con .list .dLeft .cover .day{
    font-size: 14px;
    color: #d9d9d9;
    line-height: 24px;
}
.content .con .list .dLeft .cover .introduce{
    font-size: 18px;
    color: #ffffff;
}
.content .con .list .dLeft a{
	display:block;
    width: 100%;
    height: 100%;

}
.content .con .list .dRight ul li .newRight{
    width: 690px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.content .con .list .dRight ul{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.dRight ul a:not(:last-child){
    padding-bottom:13px ;
    border-bottom:1px solid #dfdfdf
}
.dRight ul a:not(:first-child){
    padding-top:13px ;
}
.dRight ul a{
    position: relative;
}
.dRight ul a:last-child  li .line_b{
    display:none
}
.content .con .more{
    font-size: .9vw;
    margin-left: 45%;
    margin-top: 27px;
}
.content .con .more a{
    margin-right: 1.5vw;
    display: flex;
    align-items: center;
}
.content .con .more img{
    vertical-align: middle;
    width: 1.1vw;
    margin-right: 12px;
}
.content .con  .more span{
    vertical-align: middle;
    color: #11579e;
}
.content .con>.classify{
    display: flex;
    justify-content: space-between;
    
}
.content .con>.classify li{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.content .con>.classify li p {
    font-size: 18px;
    font-family: 'SiYuan';
    white-space:nowrap
}
.content .con>.classify li img{
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
}
.content .con>.classify li{
    position: relative;
    width: 200px;
    height: 200px;
    text-align: center;
    background-color: #f2f2f2;
    border-radius: .5vw;
    cursor:pointer;
}
.content .con .left,.content .con .mid,.content .con .right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}
.content .con .left .list_con,.content .con .mid .list_con,.content .con .right .list_con{
    position: relative;
}
.content .con  .list_con:hover img{
    transform: scale(1.1);
    transition: all .5s;
}
.content .con .list_img .left .cover_bto,.content .con .list_img .right .cover_bto{
    height: 12%;
}
.content .con .mid{
    width: 715px;
    font-size: 18px;
}
.content .con .left,.content .con .right{
    width: 360px;
    font-size: 14px;
    
}
.content .con .mid p{
    position: relative;
}
.content .con .left p,.content .con .right p{
    position: relative;
}
.content .con .left .list_con,.content .con .mid .list_con,.content .con .right .list_con{
    display: flex;
    border-radius: 0.5vw;
    overflow: hidden;
}
.content .con .left p span,.content .con .right p span{
    position: absolute;
    bottom: .3vw;
    left: .5vw;
    color: #ffffff;
}
.content .con .list_img p img{
    border-radius: .5vw;
}
.content .con .list_img div img{
    width: 100%;
    cursor:pointer;
}
.content .con .mid p span{
    position: absolute;
    left: 1.2vw;
    bottom: .7vw;
    color: #ffffff;
}
.content .con .list_img div p span::before{
    display: inline-block;
    content: "";
    width: .26vw;
    height: .26vw;
    background: #ffffff;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: .5vw;
}
.content .con .tp
{
    border-radius: 1vw;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: #ffffff;
    height:410px;
    min-height:110px;
    width: 100%;
    background: url(/static/images/indexImg/banner4.jpg);
    background-size: cover;
}
.content .con .tp .en{
    color: #ffffff;
    opacity: .6;
}
.content .con .tp .text{
    text-align: center;
    font-size: 14px;
}
.content .con .tp .text p
{
    margin:18px;
    white-space:nowrap
}
.content .con .tp .see{
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #c1e2ff;
    width: 15%;
    margin: 0 auto;
    cursor: pointer;
    display:flex;
}
.content .con .tp .see:hover span
{
    font-weight:bold;
}
.content .con .tp .see img{
    vertical-align: middle;
    margin-right: .5vw;
}
.content .con .tp .see span{
    vertical-align: middle;
    white-space:nowrap
}
.content .last{
    margin: 0 auto 40px;
}
.content .last .title{
    margin: 0;
}
.content .con .bt ul{
    
    display: flex;
    justify-content: space-between;
    padding: 3.1vw 0;
}
.content .con .bt ul li{
    position: relative;
    cursor: pointer;
}
.content .con .bt ul li span{
    position: absolute;
    right: 1vw;
    top: 1vw;
    color: #ffffff;
    font-size: 24px;
}
.content .con .bt ul li .imgAll{
    width: 335px;
}
.content .con .bt ul li .arrow{
    position: absolute;
    right: 1.14vw;
    bottom: 1.56vw;
    opacity: 0;
    width:34px;
}
.content .con .bt ul li:hover .arrow{
    opacity: 1;
    transition: all .5s;
}
.content .con .list .dRight{
    width: 800px;
}
.content .con .list .dRight ul li:hover .line_b {
    width:100%;
}
.content .con .list .dRight ul li:hover .text
{
    color:#878787
    }

.line_b {
    height: 1px;
    background: #11579e;
    width: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.6s;
}
.content .con .list_img div p:hover{
    transform: scale(1.1);
    z-index: 10;
    transition: all .5s;
}
.content .con .list_img div p:hover span{
    z-index: 10;
}
.wNone{
    display: none;
}
.content .con>.classify li:hover .wBlock
{
    display:none    
}
.content .con>.classify li:hover .wNone{
    display: block;
    
}
.content .con>.classify li:hover .text{
    color: #ffffff;
}
.content .con>.classify .text{
    position: absolute;
    left: 50%;
    top:55% ;
    transform: translateX(-50%);
}
.content .con>.classify li:hover{
    background-image: linear-gradient(#12579f,#2c94de);
}
