@charset "UTF-8";

  .inTit.white span {
    color: #fff;
}

.inTit.white .dBox .yuan {
    background: #fff;
}

.inTit.center span {
    text-align: center;
}

.inTit.center .dBox {
    justify-content: center;
}

.inText.center {
    text-align: center;
}

.inTit span {
    font-size: 56px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    display: block;
}

/* .inTit span::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #1E233e;
    position: absolute;
    left: 0;
    bottom: 0;
} */

.inTit .dBox {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-left: 5px;
}

.inTit .dBox.center {
    justify-content: center;
}

.inTit .dBox .yuan {
    width: 6px;
    height: 6px;
    background: #1d66c5;
    border-radius: 50%;
    margin-right: 6px;
}

.inText {
    margin-top: 20px;
}

.inText.white span {
    color: #fff;
}

.inText span {
    font-size: 20px;
    font-weight: 600;
    overflow:hidden; 
text-overflow:ellipsis; 
white-space:nowrap;
display: block;
}

.inBtn {
    width: 100%;
    position: relative;
}

.inBtn.white .btn {
    border: 1px solid rgb(255, 255, 255, .5);
    background: rgb(255, 255, 255, .1);
}

.inBtn.white .inBtext {
    color: #fff;
}

.inBtn.white .image {
    background: #fff;
}

.inBtnA {
    display: inline-flex;
    color: #241e1c;
    white-space: nowrap;
}

.inBtnA .textbox {
    display: inline-block;
    position: relative;
    align-self: center;
    overflow: hidden;
    vertical-align: middle;
    font-size: 18px;
    color: #1E233e;
}

.inBtnA .textbox::after {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translateX(-100%);
    background-color: #868a98;
    content: "";
    opacity: 0;
    /* transition: all .3s cubic-bezier(.165,.84,.44,1); */
    /* transition-timing-function: cubic-bezier(.165,.84,.44,1); */
}

.inBtnA .textbox.on::after {
    opacity: 1;
    transform: translateX(0);
}

.inBtnA:hover .textbox::after {
    animation: border 3s cubic-bezier(1, 0, 0, 1) .3s infinite;
    animation-fill-mode: both;
}

.inBtnA .yuan {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: 20px;
    font-size: 1px;
    line-height: 100%;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition-property: color;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

@keyframes border {
    0% {
        transform: translateX(-100%);
    }

    25% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

.inBtnA .yuan .circle1 {
    stroke-dasharray: 500px;
    stroke: #1d66c5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition-property: stroke;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.inBtnA .yuan .circle2 {
    stroke-dasharray: 500px;
    stroke: #eee;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition-property: stroke;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.inBtnA:hover .yuan .circle1 {
    animation: jdt3 4s linear forwards;
}

@keyframes jdt3 {


    0% {
        stroke-dasharray: 190 0;
        stroke-dashoffset: 0;
    }

    40% {
        stroke-dasharray: 0 190;
        stroke-dashoffset: 0;
    }

    60% {
        stroke-dasharray: 0 190;
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dasharray: 190 0;
        stroke-dashoffset: 0;
    }
}

.inBtnA .arrow {
    fill: #1d66c5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-45%);
    display: inline-block;
}



.inBan {
    width: 100%;
    height: 100vh;
    /* padding: 6px; */
    overflow: hidden;
    position: relative;
}

.inBan .swiper {
    width: 100%;
    height: 100%;
    /* border-radius: 16px; */
    overflow: hidden;
}

.inBan .swiper-slide {
    overflow: hidden;
    background: #1E233e;
}

.inBan .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inBan .swiper-slide-active .bg {
    animation: fd 10s infinite linear;
}

.inBan .swiper-slide-active .Tbox {
    top: 50%;
}

@keyframes fd {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.inBan .Tbox {
    width: 80%;
    position: absolute;
    left: 10%;
    top: 60%;
    transition: all 0.8s;
    z-index: 15;
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}

/* .inBan::after {
    position: absolute;
    content: '';
    bottom: 100px;
    right: -22px;
    display: block;
    width: 42px;
    height: 32px;
    background-image: url(./images/bannerY.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
z-index: 2;
} */
.inBan .tit span {
    font-size: 72px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    line-height: 1;
    margin-bottom: 20px;
}

.inBan .tit span:first-child {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 2px;
}

.inBan .text {
    margin-top: 30px;
    font-size: 18px;
    color: #fff;
}

.inBan .Ybox {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.inBan .Ybox .xian {
    width: 250px;
    height: 1px;
    background: rgb(255, 255, 255, .1);
    position: relative;
}

.inBan .Ybox .xian::after {
    width: 50px;
    height: 2px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(255, 255, 255, .5);
}

.inBan .inswiper_pagination {
    width: auto;
    bottom: auto;
    margin-left: 5px;
}

.inBan .swiper-pagination-bullet-active {
    background: rgb(255, 255, 255, 0);
    border: 1px solid #fff;
}

.inBimg {
    width: 500px;
    position: absolute;
    right: -200px;
    top: 0;
}

.inswiper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inswiper video source {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .inswiper .swiper-slide::after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(30, 35, 62, .3);
} */

.InBimg01 {
    width: 700px;
    position: absolute;
    left: -350px;
    bottom: -350px;
    z-index: 12;
    /* transform: rotate(30deg); */
    /* animation: Bg2 20s infinite linear; */
}

@keyframes Bg2 {
    0% {
        left: -83px;
        top: -80px;
    }

    50% {
        left: -30px;
        top: -0px;
    }

    100% {
        left: -83px;
        top: -80px;
    }
}

.InBimg02 {
    width: 700px;
position: absolute;
right: -300px;
top: 30%;
z-index: 12;
opacity: .6;
animation: Bg4 20s infinite linear;
}

@keyframes Bg4 {
    0% {
       transform: scale(1);
       right: -300px;
       top: 30%;
    }

    50% {
        transform: scale(0.9);
        right: -350px;
        top: 35%;
    }

    100% {
        transform: scale(1);
        right: -300px;
        top: 30%;
    }
}
.InBimg03 {
    width: 400px;
position: absolute;
left: 114px;
top: -131px;
z-index: 12;
opacity: .8;
animation: Bg5 10s infinite linear;
}
.InBimg04 {
    width: 150px;
position: absolute;
left: 604px;
top: 118px;
z-index: 12;
opacity: .4;
animation: Bg5 10s infinite linear;
}
@keyframes Bg7 {
    0% {
       transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}
.InBimg05 {
    width: 101px;
position: absolute;
left: 150px;
top: 435px;
z-index: 12;
opacity: .5;
animation: Bg5 3s infinite linear;
}
@keyframes Bg5 {
    0% {
       transform: scale(1);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}
@keyframes Bg6 {
    0% {
        left: -305px;
bottom: -242px;

    }

    50% {
        left: -350px;
bottom: -200px;
    }

    100% {
        left: -305px;
bottom: -242px;
    }
}
.InBimg06 {
    width: 800px;
position: absolute;
left: -305px;
bottom: -242px;
z-index: 12;
/* opacity: .7; */
animation: Bg6 10s infinite linear;
}

.inYbox {
    padding: 5% 0;
    position: relative;
    background: #202a48;
    overflow: hidden;
}
/* .inYbox .inner{
    width: 90%;
} */
.inYlist {
    margin-top: 25px;
    padding: 10px;
}

.inYitem {
    /* background: #fff; */
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 50px 30px;
    transition: all 0.48s;
}

.inYitem::after {
    width: 90%;
    height: 1px;
    background: rgb(255, 255, 255, .2);
    position: absolute;
    left: 50%;
    top: 140px;
    content: '';
    transition: all 0.48s;
    transform: translateX(-50%);
}

.inYitem:hover {
    background: rgb(29, 102, 197, .4);
}

.inYitem .icon {
    height: 75px;
}
.inYitem:hover .icon img {
    transform: scale(1.1);
}

.inYitem .icon img {
    height: 100%;
    transition: all 0.48s;
}

.inYitem .tit {
    font-size: 28px;
    font-weight: 600;
    margin: 50px 0 20px;
    /* color: #0371d0; */
    color: #fff;
}

.inYitem .text {
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    /* overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical; 
    -webkit-line-clamp:4; */
}

.inYbox .bg {
    width: 850px;
    position: absolute;
    right: -400px;
    top: 8%;
    transform: translateY(-50%);
    /* animation: Bg 20s infinite linear; */
}


.inNBox {
    padding: 5% 0;
    position: relative;
    overflow: hidden;
}

/* .inNBox .inner{
    width: 90%;
    margin-left: 10%;
} */
.inNBox .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.48s;
}

.inNList {
    margin-top: 50px;
    overflow: inherit;
}

.inNitem {
    /* background: #fff; */
    /* border: 1px solid rgb(0, 0, 0,0.1); */
    border-radius: 8px;
}

.inNitem .imgBox {
    width: 100%;
    padding-top: 56%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

/* .inNitem .imgBox::after {
    content: '';
    width: 0;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #1d66c5;
    transition: all 0.48s;
}

.inNitem:hover .imgBox::after {
    width: 100%;
}
*/
.inNitem .imgBox img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.48s;
    object-fit: cover;
}

.inNitem:hover .imgBox img {
    transform: scale(1.1);
}

.inNitem .Tbox {
    margin-top: 20px;
}

.inNitem .Tbox .timeBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inNitem .time {
    font-size: 16px;
    line-height: 1;
    font-family: "BagnardSans";
    transition: all 0.48s;
}

.inNitem .tit {
    font-size: 20px;
    font-weight: 600;
    transition: all 0.48s;
    margin-top: 15px;
    line-height: 1.5;
}

.inNitem:hover .tit {
    color: #1d66c5;
}

.inNitem .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.inNitem .btn {
    display: flex;
    align-items: center;
}

.inNitem .btn .img {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px dotted #1d66c5;
    border-radius: 50%;
    transition: all 0.48s;
}

.inNitem:hover .btn .img {
    background: #1d66c5;
}

.inNitem .btn .img img {
    width: 40%;
    transform: rotate(-45deg);
}

.inNitem .btn .img .img1 {
    display: block;
}

.inNitem .btn .img .img2 {
    display: none;
}

.inNitem:hover .btn .img .img1 {
    display: none;
}

.inNitem:hover .btn .img .img2 {
    display: block;
}

.inNBox .inBtn {
    width: auto;
}

.inNList_scrollbar {
    width: 100%;
    height: 2px;
    background: #eee;
    margin-top: 50px;
    position: relative;
}

.inNList_scrollbar .swiper-scrollbar-drag {
    background: #0371d0;
}

.bigBox {
    background: url(../images/bigbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.inABox {
    position: relative;
}

.inABox .bg {
    width: 850px;
    position: absolute;
    left: -400px;
    top: 8%;
    transform: translateY(-50%);
    animation: Bg 20s infinite linear;
}

@keyframes Bg {
    0% {
        left: -400px;
        top: 8%;
    }

    50% {
        left: -200px;
        top: 15%;
    }

    100% {
        left: -400px;
        top: 8%;
    }
}

/* .inABox .inTit span{
    color: #1d66c5;
} */
.inABox .inner {
    display: flex;
    /* justify-content: space-between; */
    padding: 5% 0;
    position: relative;
}

.inABox .Tbox {
    width: 45%;
    margin-right: 5%;
}

.inABox .tit {
    margin-bottom: 20px;
}

.inABox .tit span {
    font-size: 16px;
}

.inABox .text {
    margin-top: 30px;
}

.inABox .text span {
    display: block;
    font-size: 18px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box;    
    -webkit-box-orient:vertical; 
    -webkit-line-clamp:7;
    color: #000;
}

.inABox .inBtn {
    margin-top: 50px;
}

.inABox .imgBox {
    width: 50%;
    position: relative;
}
.inABox .imgBox video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.inAswiper {
    width: 100%;
}

/* .inAswiper .swiper-slide::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
} */
.inAswiper .swiper-slide {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.inAswiper img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 16px;
    transition: all 0.48s;
}

.inAswiper:hover img {
    transform: scale(1.1);
}

.inABox .dibu {
    background: #1d66c5;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    padding: 10px 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    z-index: 3;
}

.inABox .dibu .btn {
    width: 25px;
}

.inABox .dibu .btn img {
    width: 100%;
}

.inABox .inAswiper-pagination {
    position: relative;
    left: auto;
    bottom: auto;
    transform: translateX(0);
    width: auto;
    margin: 0 25px;
    width: 100px;
    text-align: center;
}

.inABox .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0);
    border: 1px solid #fff;
}

.inABox .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.inNum {
    position: absolute;
    display: flex;
    align-items: center;
    right: -110px;
    top: 165px;
    transform: rotate(90deg);
}

.inNum span {
    font-size: 16px;
}

.inNum .xian {
    width: 30px;
    height: 1px;
    background: #999;
    margin-left: 20px;
}
.inCBox {
    /* background: #f7f8f9; */
    padding: 20px 0 100px;
    overflow: hidden;
}

.inCBox .inner {
    padding: 10px;
    /* align-items: center; */
}

.inCitem {
    /* width: calc(33.3% - 30px); */
    height: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(30, 35, 62, .3);
}

.inCitem:last-child {
    margin: 0;
}

.inCitem .bg {
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* .inCitem .bg::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(29, 102, 197, .2);
    content: '';
} */

.inCitem .bg img {
    width: 100%;
    /* height: 250px; */
    object-fit: cover;
    transition: all 0.48s;
}

.inCitem:hover .bg img {
    transform: scale(1.1);
}

.inCitem .TBox {
    padding: 30px 20px;
    text-align: center;
}

.inCitem .TBox>img {
    width: 50px;
}

.inCitem .TBox .tit {
    margin: 0 0 30px;
    position: relative;
    text-align: center;
}

.inCitem .TBox .tit span {
    font-size: 28px;
    font-weight: 600;
    position: relative;
}

.inCitem .TBox .text {
    font-size: 18px;
    text-align: center;
    color: #000;
}
.inCitem .TBox .text span{
    white-space:nowrap;
    font-size: 16px;
    color: #000;
}
.inCitem .btn {
    padding: 8px 30px;
    background: rgb(29, 102, 197, .1);
    border: 1px solid rgb(29, 102, 197, .5);
    border-radius: 50px;
    position: relative;
    display: inline-block;
    transition: all 0.8s;
}

.inCitem .inBtext {
    display: block;
    transition: all 0.8s;
    font-size: 16px;
    color: #1d66c5;
    margin-left: 30px;
    text-transform: uppercase;
}

.inCitem .image {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #1d66c5;
    margin-right: 10px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.8s;
}

.inCitem:hover .btn {
    background: #1d66c5;

}

.inCitem.white:hover .btn {
    background: #fff;
}

.inCitem.white:hover .btn .inBtext {
    color: #0371d0;
}

.inCitem:hover .image {
    position: absolute;
    left: calc(100% - 55px);

}

.inCitem:hover .inBtext {
    margin: 0px 30px 0 0;
    color: #fff;
}

.inCitem .image img {
    width: 60%;
}

.inCitem .dBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-left: 5px;
}

.inCitem .dBox.center {
    justify-content: center;
}

.inCitem .dBox .yuan {
    width: 6px;
    height: 6px;
    background: #1d66c5;
    border-radius: 50%;
    margin-right: 6px;
}










@media (max-width:1680px) {
    .InBimg04 {
width: 210px;
position: absolute;
left: 504px;
}
.InBimg03 {
width: 350px;
}
.InBimg06 {
width: 700px;
}
.HBox{
    width: 100%;
}
.inBan .swiper-slide-active .Tbox {
    top: 40%;
}
}
@media (max-width:1468px) {
    .inABox .Tbox{
        width: 35%;
    }
    .inABox .imgBox{
        width: 60%;
    }
    .inBan .tit span {
        font-size: 66px;
    }

    .inBan .text {
        margin-top: 20px;
        /* font-size: 16px; */
    }
    .inBan .tit span:first-child {
        font-size: 20px;
    }

    .inBan .tit span:first-child {
        font-size: 20px;
    }

    .inAswiper img {
        height: 350px;
    }

    .inABox .inBtn {
        margin-top: 30px;
    }

    .inABox .text {
        margin-top: 10px;
    }

    /* .HBox {
        width: 94%;
        margin: 0;
    } */
    .inRBox {
        width: 65%;
        padding: 40px;
        margin-left: 35%;
    }

    .inRitem {
        padding: 30px;
        justify-content: space-between;
    }
    .inRitem .icon .yuan {
        width: 50px;
        height: 50px;
    }

    .FItem .imgBox {
        width: 30px;
        height: 30px;
    }

    .inRitem .icon {
        width: 60px;
    }

    .FItem .tit span,
    .FRitem .tit span {
        font-size: 18px;
    }

    .FItem {
        margin-left: 30px;
    }

    .FItem .tit {
        margin-bottom: 0;
    }

    .FRitem {
        margin-bottom: 30px;
    }

    .FRitem .text {
        margin-top: 10px;
    }

    .FBottom span,
    .FBottom a {
        font-size: 12px;
    }

    .FBottom .logo {
        width: 100px;
    }

    .inBtn .btn {
        /* width: 200px; */
        padding: 7px 24px;
    }

    .FRitem {
        width: 300px;
    }

    .FRitem .text span {
        font-size: 14px;
    }

    .FRitem::after {
        left: -30px;
    }

    .inBtn .inBtext {
        font-size: 14px;
    }

    .inBtn .image {
        width: 25px;
        height: 25px;
    }

    .HBox .logo {
        width: 140px;
    }

    .inCitem .TBox .tit span {
        font-size: 24px;
    }

    .inCitem .TBox {
        padding: 20px 20px 30px;
    }

    .FRitem .text span {
        font-size: 14px;
    }

    .HNav ul li a {
        padding: 25px 12px;
        font-size: 16px;
    }
    .lanBox{
        padding: 20px 0;
    }

    .inYitem .tit {
        font-size: 26px;
    }

    .inYitem {
        padding: 50px 30px 60px;
    }

    .inNitem .tit {
        font-size: 18px;
    }

    .inYitem .text {
        font-size: 16px;
    }

    .mailbox {
        padding: 6px 20px;
    }

    .RIlist .icon {
        width: 25px;
        height: 25px;
        margin: 0 6px;
    }

    .mailbox span {
        font-size: 16px;
    }
    .inABox .text span, .inCitem .TBox .text{
        font-size: 16px;
    }
    .FItem .text span {
font-size: 16px;
    }
}
@media (max-width:1368px) {
    .HNav ul li a {
        padding: 25px 8px;
        font-size: 16px;
    }
    
    .inBan .text {
        font-size: 16px;
    }
    .inBan .tit span {
        font-size: 60px;
    }
    .InBimg05 {
        top: 369px;
    }
    .InBimg02 {
        width: 600px;
    }
    .inText span {
        font-size: 18px;
    }
    .inTit span {
        font-size: 48px;
    }
    .inABox .text span, .inCitem .TBox .text {
        line-height: 1.6;
    }
    .inCitem .TBox .tit {
        margin: 0 0 20px;
    }
    .inCitem .TBox .tit span {
        font-size: 22px;
    }
    .inYitem .tit {
        font-size: 24px;
        margin: 30px 0 20px;
    }
    .inBan .tit span:first-child {
        font-size: 18px;
    }
    .HNav ul li .TBox .item a{
        font-size: 14px;
        padding: 12px 0;
    }
    .lanBox .TBox .item a{
        font-size: 14px;
    }
    .lanTBox {
        margin-left: 5px;
        display: inline-block;
    }
    .lanBox .btn span{
        font-size: 15px;
    }
    .HBox .logo {
        width: 130px;
    }
    .inBan .swiper-slide-active .Tbox {
        top: 50%;
    }
}
@media (max-width:1200px) {
    .HBox .logo {
        width: 120px;
    }
    .HNav ul li a {
        padding: 5px 10px;
    }
    .HBox {
        width: 100%;
    }
    .inBan .tit span {
        font-size: 52px;
    }
    .inTit span {
        font-size: 44px;
    }
    .inYitem .tit {
        font-size: 22px;
        margin: 30px 0 10px;
    }
    .InBimg05 {
        width: 85px;
        position: absolute;
        left: 68px;
        top: 403px;
    }
    .InBimg03 {
        width: 400px;
        position: absolute;
        left: 19px;
    }
    .InBimg04 {
        width: 130px;
        position: absolute;
        left: 391px;
    }
    .inABox .bg{
        width: 600px;
    }
    .HNav{
        display: none;
    }
    .headMenu{
        display: block;
    }
     .header {
        padding: 25px 30px;
    }
    .headerBg .HBox .logo .img1 {
        display: block;
    }
    .headerBg .HBox .logo .img2 {
        display: none;
    }
    .headerBg.header {
        background: #1E233e;
    }
    .inABox .inner {
        flex-wrap: wrap;
    }
    .inABox .Tbox {
        width: 100%;
        margin-right: 0;
    }
    .inABox .imgBox {
        width: 100%;
        position: relative;
        margin-top: 30px;
    }
    .fooder .FRight{
        margin-top: 30px;
        width: 100%;
    }
    .FLeft {
       display: none;
    }
}
@media (max-width:1024px) {
    .lanTBox img {
        width: 23px;
    }
    .lanBox .btn span {
        font-size: 14px;
        line-height: 1;
    }
    .lanBox .btn {
        padding: 5px 15px;
    }
    .lanTBox {
        margin-left: 5px;
    }
    .HNav ul li a {
        padding: 5px 7px;
        font-size: 15px;
    }
.HNav ul li .TBox .item a{
    font-size: 15px;
    height: 42px;
}

.lanBox button span {
    font-size: 14px;
}
.lanBox button {
    padding: 5px 13px;
}
.HNav ul li a img {
    width: 10px;
}
.sideItem {
    width: 40px;
    height: 40px;
}
.mailbox span {
    font-size: 14px;
}
.fooder .logo {
    width: 120px;
}

.inNitem .tit {
    margin-top: 8px;
}
.inNitem .time {
    font-size: 14px;
}
.inTit span {
    font-size: 40px;
}
.inBtnA .textbox {
    font-size: 16px;
}
.inBtnA .yuan {
    width: 30px;
    height: 30px;
}
.inYitem .text {
    font-size: 14px;
}
.inABox .text span, .inCitem .TBox .text {
    font-size: 14px;
}
.inCitem .dBox {
    margin-top: 0px;
}
.inCitem .TBox .tit span {
    font-size: 20px;
}

.inNum {
    right: -110px;
    top: auto;
    bottom: 150px;
}
.inAswiper img {
    height: auto;
}
.inBan {
    width: 100%;
    height: auto;
}
.InBimg03 {
    width: 200px;
    top: -76px;
}
.InBimg02 {
    width: 500px;
    position: absolute;
    right: -270px;
    top: 30%;
    z-index: 12;
    opacity: .6;
    animation: none;
}
.InBimg04 {
    width: 70px;
    position: absolute;
    left: 191px;
}
.InBimg05 {
    width: 85px;
    position: absolute;
    left: 68px;
    top: 253px;
}
.inBan .text {
    font-size: 14px;
}
.inBan .tit span {
    font-size: 48px;
}
.inBan .Ybox .xian {
    width: 200px;
}
.inBan .Ybox {
    margin-top: 30px;
}
.inBan .tit span:first-child {
    font-size: 16px;
}
}
@media (max-width:900px) {
    .inNum span {
        font-size: 14px;
    }
    .inNum {
        right: -80px;
    }
    .inner {
        width: 90%;
    }
    .inYitem .icon {
        height: 60px;
    }
    .inYitem .tit {
        font-size: 20px;
        margin: 20px 0 10px;
    }
    .inYitem::after {
        top: 100px;
    }
    .inYitem {
        padding: 30px 20px 30px;
    }
    .inTit .dBox {
        margin-top: 10px;
    }
    .inTit span {
        font-size: 36px;
    }
    .inBan .tit span:first-child {
        font-size: 14px;
    }
    .inBan {
        width: 100%;
        height: 500px;
    }
    .InBimg02 {
        width: 400px;
        position: absolute;
        right: -173px;
        top: auto;
        bottom: -100px;
        z-index: 12;
        opacity: .6;
        animation: none;
    }
    .InBimg03 {
        width: 150px;
        top: -30px;
    }
    .InBimg05 {
        width: 85px;
        position: absolute;
        left: 45px;
        top: 216px;
    }
    .inBan .tit span {
        font-size: 42px;
    }
    .inCitem .TBox .tit {
        margin: 0 0 10px;
    }
    .inNitem .tit {
        font-size: 16px;
    }
    .inNList_scrollbar {
        margin-top: 30px;
    }
    .inCBox {
        /* background: #f7f8f9; */
        padding: 0px 0 50px;
    }
   
   
    .headMenu span {
        width: 22px;
    }
    .inABox .bg{
        width: 450px;
        left: 0;
    }
    .work_Bg{
        background: #1E233e;
    }
    .work_Bg .HBox .logo .img2 {
        display: none;
    }
    .work_Bg .HBox .logo .img1 {
        display: block;
    }
}
@media (max-width:768px){
    .inBan .Tbox {
        width: 90%;
        position: absolute;
        left: 5%;
    }
    .inTit span {
        font-size: 32px;
    }
    .inTit .dBox {
        margin-top: 10px;
    }
    .inABox .inBtn {
        margin-top: 20px;
    }
    .inText span {
        font-size: 16px;
    }
    .inCitem .TBox .tit span {
        font-size: 18px;
    }
    .inCitem .TBox .tit {
        margin: 0 0 10px;
    }
    .inBan .tit span {
        font-size: 36px;
    }
    .inBan .text {
        display: none;
    }
    .inNum {
        display: none;
    }
    .InBimg05 {
        width: 60px;
        position: absolute;
        left: 7px;
        top: 226px;
    }
    .InBimg04 {
        display: none;
    }
    .InBimg02 {
        width: 350px;
    }   
    .FBon span, .FBon a {
        font-size: 12px;
    } 
    .moHead_mlb a {
        font-size: 16px;
    }
    .inYbox{
        padding: 50px 0;
    }
  
}
@media (max-width:680px){
    .inTit span {
        font-size: 28px;
    }
    .inBan .tit span {
        font-size: 32px;
    }
    .inYitem{
        padding: 10px 20px 30px;
    }
}
@media (max-width:500px){
    .inTit span {
        font-size: 24px;
    }
    .inBan .tit span {
        font-size: 28px;
    }
    .inBan .tit span:first-child {
        font-size: 12px;
    }
}














