@charset "utf-8";


/* CSS Document */


@keyframes scaleDraw {

    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        /*开始为原始大小*/
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.banner-container {
    position: relative;
    overflow: hidden;
    width: 100%;

}


.banner-container .swiper-slide {
    overflow: hidden;

}

.swiper-slide .b-img {
    width: 100%;
    display: block;
}

.swiper-slide-active .b-img {

    animation: changeScale 1 3s;
}

.s-img {
    display: none;
}




.bannerBar {
    position: absolute;
    bottom: 0.9rem;
    left: 1.74rem;
    width: 100%;

}




.banner-container .swiper-pagination-bullet {

    cursor: pointer;
    transition-duration: .5s;
    width: 11px;
    height: 11px;
    background: transparent !important;
    border-radius: 50%;
    border: 2px solid #fff;
    opacity: 1;
    margin-right: 14px !important;
    float: left;

}

@keyframes move {
    0% {
        width: 0px;

    }

    100% {
        width: 100%;
    }
}




.banner-container .swiper-pagination-bullet-active {
    background-color: #ffffff !important;
}



.banner-txt {
    width: 93%;
    position: absolute;
    top: 35%;
    padding-left: 1.74rem;
    color: #fff;
    opacity: 0;
    transition-duration: 2s;
}

.swiper-slide-active .banner-txt {
    opacity: 1;
    top: 42%;
}


.banner-txt dl dd h1 {
    font-size: 0.48rem;
    line-height: 1.3;
    font-family: "SourceHanSansCN-bold";
    text-shadow: 2px 2px 2px #333333;

}

.banner-txt dl dd h1 b {
    font-size: 0.72rem;
}

.banner-txt dl dd p {
    font-size: 0.35rem;
    line-height: 1;
    text-shadow: 2px 2px 2px #333333;
}

.bannerSCROLL {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 4;
    -webkit-animation: jumptoMap 1.5s linear infinite;
    animation: jumptoMap 1.5s linear infinite;
    -moz-animation: jumptoMap 1.5s linear infinite;
    -o-animation: jumptoMap 1.5s linear infinite;
    -ms-animation: jumptoMap 1.5s linear infinite;
    text-align: center;
}

@keyframes jumptoMap {
    0% {
        margin-bottom: 0;
        animation-timing-function: ease-out
    }

    50% {
        margin-bottom: 10px;
        animation-timing-function: ease-in
    }

    100% {
        margin-bottom: 0;
        animation-timing-function: ease-out
    }
}

.bannerSCROLL i {
    display: block;
    color: #fff;
    margin: 0 auto;
}

.bannerSCROLL i:nth-child(1) {
    font-size: 0.3rem;
    height: 0.35rem;
}

.bannerSCROLL i:nth-child(2) {
    font-size: 0.2rem;
}

.homeAbout {
    padding: 1REM 0;
    background: url(../images/bg.jpg) no-repeat center;
}

.homeTi {
    text-align: center;
    margin-bottom: 0.6rem;
}

.homeTi p {
    font-size: 0.2rem;
}


.homeTi h1 {
    font-size: 0.36rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.35;
}

.homeTi h1 span {
    width: 6px;
    height: 6px;
    background: #333;
    border-radius: 50%;
    display: block;
    margin: 0 0.1rem;
}

.homeTi a {
    font-size: 0.16rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
}

.homeTi a i {
    transform: rotate(-90deg);
    font-size: 0.36rem;
    color: #1c6cd8;

}

.ab-le {
    overflow: hidden;
    position: relative;
    width: 43%;
    height: 4.7rem;
    border-radius: 10px;
    float: left;
}

.ab-le img {
    transition-duration: .5s
}

.ab-le:hover img {
    transform: scale(1.1)
}

.bf-an {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0px auto;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    cursor: pointer;
    text-align: center;
}

.bf-an i {

    border-radius: 50%;
    width: 1.3rem;
    height: 1.3rem;
    z-index: 2;
    display: block;
    position: relative;
    color: #fff;
    font-size: 0.7rem;
    text-shadow: 2px 2px 2px #7a7979;
}

.bf-an:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    opacity: 0.5;
    -webkit-transition-property: -webkit-transform;
    transition-property: -moz-transform;
    -moz-transition-property: -moz-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    transition-duration: 1s;
    -webkit-animation-name: grow;
    -moz-animation-name: grow;
    animation-name: grow;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    z-index: 1;
    border-radius: 50%;
}

#videDivo1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.tt {
    background: #1850a3;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation-name: tt;
    animation-name: tt;
    z-index: 2;
}

.abRight {
    width: 55%;
    height: 4.7rem;
    background: #fff;
    float: right;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0 0.5rem;
}

.abRight img {
    width: 1.31rem;
}

.abRight h1 {
    font-size: 0.32rem;
    font-family: "SourceHanSansCN-bold";
    line-height: 1.3;
    margin: 0.15rem 0;
}

.abRight p {
    font-size: 0.18rem;
    text-align: justify;
    line-height: 1.5;
    margin-bottom: 0.15rem;
}

.more {
    display: flex;
    align-items: center;
    font-size: 0.17rem;
    height: 0.3rem;

}

.more i {
    transform: rotate(-90deg);
    font-size: 0.36rem;
    color: #498bc5;
}

@keyframes shrinkBackground {
    0% {
        background-size: 150% 150%;
        /* 初始状态，‌背景图片覆盖整个容器 */
    }

    100% {
        background-size: 100% 100%;
        /* 目标状态，‌背景图片缩小到100x100像素 */
    }
}

.homePro {
    background: url(../images/bg1.jpg) no-repeat center;
    padding: 1.1rem 0;
    animation: shrinkBackground 20s infinite;

    overflow: hidden;
}





.homePro .homeTi {
    text-align: left;
}

.homePro .homeTi h1 {
    justify-content: left;
    color: #fff;
}

.homePro .homeTi p {
    color: #fff;
    width: 47%;
    text-align: justify;
    padding: 0.25rem 0;
}

.homePro .homeTi a {
    justify-content: left;
    color: #fff;
}

.homePro .homeTi a i {
    color: #fff;
}

.proLis {
    display: flex;
    align-items: center;
}

.proLis li a {
    display: block;
    width: 2rem;
    height: 0.65rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-right: 0.2rem;
    padding: 0 0.2rem;
    transition-duration: .5s;
}

.proLis li a h1 {
    font-size: 0.22rem;
    color: #fff;
}

.proLis li a p {
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.proLis li a p i {
    color: #fff;
    font-size: 0.26rem;
    transform: rotate(-90deg);
}

.proLis li a:hover {
    background: #1951a3;
}

.homeNews {
    padding: 0.8rem 0;
}

.newLis dl {
    width: 31%;
    float: left;
    border: 1px solid #e5e5e5;
    margin-right: 3.5%;
    margin-bottom: 0.4rem;
    border-radius: 5px;
    overflow: hidden;
    height: 2.8rem;
    padding: 0.4rem;
    position: relative;
    transition-duration: .5s
}


.newLis dl:nth-child(1),
.newLis dl:nth-child(2) {

    padding: 0;
}

.newLis dl:nth-child(1) dt img,
.newLis dl:nth-child(2) dt img {
    transition-duration: .5s;
}

.newLis dl:nth-child(1):hover dt img {
    transform: scale(1.1);
}

.newLis dl:nth-child(1) dt img,
.newLis dl:nth-child(2) dt img {
    width: 100%;
    height: 2.8rem;
    object-fit: cover;
}

.newLis dl:nth-child(1) dd,
.newLis dl:nth-child(2) dd {
    position: absolute;
    width: 100%;
    bottom: 0.3rem;
    padding-left: 0.3rem;
}

.newLis dl:nth-child(1) dd h1,
.newLis dl:nth-child(2) dd h1 {
    color: #fff;
    font-size: 0.24rem;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    text-shadow: 2px 2px 2px #333333;
}


.newLis dl:hover {
    transform: scale(1.1)
}

.newLis dl:nth-child(3n) {
    margin-right: 0;
}

.date {
    width: 0.86rem;
    height: 0.3rem;
    display: flex;
    justify-content: space-between;
    background: #b3b3b3;
    color: #fff;
    position: relative;
    overflow: hidden;
    align-items: center;
}

.date p {
    width: 50%;
    text-align: center;
    font-size: 0.16rem;
    position: relative;
    z-index: 2;
}

.date::before {
    content: '';
    width: 60%;
    height: 100%;
    background: #164fb8;
    position: absolute;
    right: -10%;
    top: 0;
    z-index: 1;
    transform: skewX(-10deg);
}



.newLis dl dd span {
    position: absolute;
    height: 0.67rem;
    bottom: 0;
    left: 0;
    border-top: 2px solid #f3f3f3;
    width: 88%;
    left: 6%;
    transition-duration: .5s;
}

.newLis dl dd h1 {
    font-size: 0.24rem;
    font-family: "SourceHanSansCN-bold";
    line-height: 1.3;
    margin-top: 0.29rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newLis dl:hover dd span {
    border-top: 2px solid #1951a3;
}

.yfBox {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.yfBox img,
.s-img {
    display: block;
}

.yfBox img {
    animation: changeScale 20s infinite;
}

.yfPoa {
    position: absolute;
    width: 100%;
    padding: 0 0.3rem;
    bottom: 0.3rem;
    left: 0;
}

.yfPoa .Menubox ul {
    display: flex;
    align-items: center;
}

.yfPoa .Menubox ul li {
    width: 23%;
    margin-right: 3%;
    height: 1.6rem;
    background: rgba(255, 255, 255, 0.9);
    transition-duration: .5s;
    border-radius: 4px;
}

.yfPoa .Menubox ul li a {
    display: block;
    padding: 0.4rem 0.3rem;
}

.yfPoa .Menubox ul li:last-child {
    margin-right: 0;
}

.yfPoa .Menubox ul li.hover {
    width: 51%;
}

.yfPoa .Menubox ul li h1 {
    font-size: 0.28rem;
    font-weight: normal;
}

.jsZi {
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    opacity: 0;
}

.jsZi p {
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.jsZi i {
    font-size: 0.36rem;
    transform: rotate(-90deg);
    height: 0.15rem;
}

.yfPoa .Menubox ul li .more {
    transition-duration: .5s;
}

.yfPoa .Menubox ul li:hover,
.yfPoa .Menubox ul li.hover {
    background: url(../images/sk.png) no-repeat center;
}

.yfPoa .Menubox ul li:hover h1,
.yfPoa .Menubox ul li.hover h1 {
    color: #fff;
}

.yfPoa .Menubox ul li:hover .more,
.yfPoa .Menubox ul li.hover .more {
    display: none;
}

.yfPoa .Menubox ul li:hover .jsZi,
.yfPoa .Menubox ul li.hover .jsZi {
    opacity: 1;
}

.homeZp {
    padding: 0.64rem 0 1.2rem 0;
    display: flex;
    justify-content: space-between;
}

.homeZp li {
    width: 48%;
    box-shadow: 0 0 5px 2px rgba(11, 76, 149, .12);
    border-radius: 4px;
    transition-duration: .5s;

}

.homeZp li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1.66rem;
    padding: 0 0.46rem;
}

.homeZp li h1 {
    font-size: 0.27rem;
}

.homeZp li p {
    font-size: 0.28rem;
    color: #174fa3;
    font-weight: bold;
}

.homeZp li img {
    transition-duration: .5s;
}

.homeZp li:hover img {
    animation: icon-bounce 0.5s alternate;
}

.homeZp li:hover {
    border-radius: 20px;
    box-shadow: 0 0 5px 2px rgba(11, 76, 149, .3);
}

.yfBox .mImg,
.swiper-slide .s-img {
    display: none;
}

@-webkit-keyframes grow {
    from {
        -webkit-transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes grow {
    from {
        -moz-transform: scale(1);
    }

    to {
        -moz-transform: scale(1.5);
    }
}

@keyframes grow {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.5);
    }
}

@media (-webkit-device-pixel-ratio: 1.25) {}

@media (-webkit-device-pixel-ratio: 1.5) {}




@media only screen and (max-width: 1650px) {

    .main-menu .navigation>li>a {
        font-size: 0.2rem;
    }
}

@media only screen and (max-width: 1450px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1280px) {}


@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 760px) {

    .banner-txt {
        padding-left: 20px;
    }

    .banner-txt dl dd p {
        font-size: 15px;
    }

    .banner-txt dl dd h1 {
        font-size: 18px;
    }

    .banner-txt dl dd h1 b {
        font-size: 20px;
    }

    .bannerBar {
        left: 20px;
        bottom: 10px;
    }

    .homeAbout {
        padding: 30px 0;
    }

    .homeTi p,
    .abRight h1,
    .yfPoa .Menubox ul li h1 {
        font-size: 16px;
    }

    .homeTi h1,
    .homeTi a i,
    .more i {
        font-size: 18px;
    }

    .homeTi a,
    .abRight p,
    .more,
    .proLis li a h1,
    .date p,
    .homeZp li p,
    .homeZp li h1 {
        font-size: 14px;
    }

    .ab-le,
    .abRight {
        width: 100%;
        height: auto;
        float: none;
    }

    .wrap {
        margin: 0 20px;
    }

    .homeTi {
        margin-bottom: 15px;
    }

    .abRight {
        margin-top: 10px;
        padding: 20px;
    }

    .abRight img {
        width: 50px;
    }

    .homePro,
    .homeNews {
        padding: 30px 0;
    }

    .homePro .homeTi p {
        width: 100%;
    }

    .proLis,
    .yfBox .mImg,
    .swiper-slide .s-img {
        display: block;
    }

    .proLis li {
        width: 70%;
        margin-bottom: 10px;
    }

    .proLis li a {
        width: 100%;
        height: 45px;
    }

    .newLis dl {
        width: 100% !important;
        height: 160px !important;
    }

    .newLis dl:nth-child(1) {
        height: auto !important;
    }

    .newLis dl dd h1 {
        font-size: 15px !important;
    }

    .date {
        width: 100px;
        height: 25px;
    }

    .yfPoa .Menubox ul li {
        width: 32% !important;
        margin-right: 1% !important;
        height: auto;
        padding-bottom: 16px;
    }

    .yfPoa .Menubox ul li a {
        padding: 10px;
    }

    .jsZi,
    .swiper-slide .b-img {
        display: none;
    }

    .yfPoa .Menubox ul li:hover,
    .yfPoa .Menubox ul li.hover {
        background: rgba(255, 255, 255, 0.9);
    }

    .yfPoa .Menubox ul li .more,
    .yfPoa .Menubox ul li.hover .more {
        display: block;
    }

    .yfPoa .Menubox ul li:hover h1,
    .yfPoa .Menubox ul li.hover h1 {
        color: #333;
    }

    .yfPoa .Menubox ul li h1 {
        line-height: 1;
    }

    .homeZp li {
        width: 100%;
        margin-bottom: 10px;
    }

    .homeZp li img {
        width: 30px;
    }

    .yfBox .pcImg {
        display: none;
    }

    .homeZp {
        display: block;
        padding: 30px 0;
    }
}